.custom__logo {
display: none;
}
.burgerBtn {
display: none;
}
.b-test:not(.atlas).is-hidden {
width: 0;
}
.fermaMain {
padding: 0 123px;
max-width: 1796px;
margin: 100px auto 0;
}
.fermaMain__prev, .fermaMain__next {
width: 60px;
height: 60px;
}
.fermaMain__prev path, .fermaMain__next path {
transition: 0.3s;
}
.fermaMain__next:hover path {
transform: translate(3px, 0);
}
.fermaMain__prev:hover path {
transform: translate(-3px, 0);
}
.fermaMain__prev {
left: 40px;
}
.fermaMain__next {
right: 40px;
}
.fermaMain__prev::after {
display: none;
}
.fermaMain__next::after {
display: none;
}
.fermaMain__pagination {
bottom: 0px !important;
}
.fermaMain__pagination .swiper-pagination-bullet {
width: 17px;
height: 17px;
background-color: #fff;
border: 3px solid #27D0F7;
opacity: 1;
margin: 0 8px !important;
}
.fermaMain__pagination .swiper-pagination-bullet-active {
background-color: #27D0F7;
}
.fermaMain__wrapper {
padding-bottom: 50px;
height: calc(300px + ((100vw - 1000px) / (1920 - 1000)) * (580 - 300));
}
@media (max-width: 1000px) {
.fermaMain__wrapper img{
object-fit: contain !important;
}
.fermaMain__wrapper {
height: 640px;
}
}
@media (max-width: 540px) {
.fermaMain__wrapper {
height: calc(420px + ((100vw - 375px) / (540 - 375)) * (900 - 625));
}
}
@media (max-width: 375px) {
.fermaMain__wrapper {
height: 420px
}
}
.fermaMain__item {
width: 100%;
border-radius: 30px;
overflow: hidden;
}
.fermaMain__item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.fermaBanner .feats-block h1 {
font-family: Arial;
font-size: 32px;
font-weight: 700;
line-height: 31px;
text-align: left;
}
.fermaBanner .feats-block h1 span {
font-size: 20px;
line-height: 24px;
text-transform: uppercase;
}
.fermaBanner .feats-block .fermaBanner__description {
font-family: Arial;
font-size: 18px;
font-weight: 400;
line-height: 22px;
text-align: left;
margin-bottom: 20px;
width: 90%;
}
.fermaBanner .feats-block .fermaBanner__quote {
font-family: Arial;
font-size: 12px;
font-weight: 400;
line-height: 14.4px;
text-align: left;
color: #000000 !important;
width: 90%;
}
.fermaBanner .feats-block {
padding: 45px 24px 12px 57px;
}
.fermaBanner__block {
position: absolute;
top: 44%;
left: calc(100% - 71px);
transform: translate(0, -50%);
display: flex;
flex-direction: column;
gap: 6px;
}
.fermaBanner__item {
width: 311px;
height: 95px;
padding: 17px 25px;
border-radius: 30px;
font-family: Arial;
font-size: 22px;
font-weight: 700;
line-height: 30px;
text-align: left;
color: #FFFFFF;
text-transform: uppercase;
}
.fermaBanner__item br {
display: none;
}
.fermaBanner__item sup {
opacity: 1;
}
.fermaBanner__item_orange {
background-color: #FF7F11;
}
.fermaBanner__item_blue {
background-color: #14BFDA;
}
.fermaAbout {
margin-top: 90px;
}
.fermaAbout .why_magnerot {
display: block;
padding: 0 50px;
}
.fermaAbout__title {
margin-top: 80px;
font-size: 32px;
font-weight: 700;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
.fermaAbout__subtitle {
margin-top: 8px;
font-family: Arial;
font-size: 26px;
font-weight: 700;
line-height: 32px;
text-align: center;
}
.fermaAbout__box {
margin-top: 35px;
display: flex;
justify-content: space-between;
}
.fermaAbout__block {
margin-top: 35px;
display: flex;
justify-content: space-between;
}
.fermaAbout__item {
width: 32%;
height: 137px;
border-radius: 30px;
overflow: hidden;
display: flex;
align-items: center;
gap: 25px;
background-color: #FFEBDD;
}
.fermaAbout__item img {
margin: 0;
}
.fermaAbout__itemTitle {
font-size: calc(12px + ((100vw - 1000px) / (1920 - 1000)) * (24 - 12));
line-height: calc(16px + ((100vw - 1000px) / (1920 - 1000)) * (30 - 16));
font-weight: 700;
text-align: left;
}
.fermaAbout__element {
padding: 26px 32px;
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
border-radius: 30px;
background-color: #EAF8F9;
width: 32%;
}
.fermaAbout__elementSvg {
width: 75px;
height: 75px;
}
.fermaAbout__elementSvg svg {
width: 100%;
height: 100%;
}
.fermaAbout__elementTitle {
font-weight: 400;
font-size: calc(12px + ((100vw - 1000px) / (1920 - 1000)) * (24 - 12));
line-height: calc(16px + ((100vw - 1000px) / (1920 - 1000)) * (30 - 16));
text-align: left;
width: 70%;
}
.fermaAbout__footer {
margin-top: 66px;
display: flex;
align-items: center;
padding: 0 62px;
position: relative;
}
.fermaAbout__footer::after {
content: '';
position: absolute;
top: 0;
left: 112px;
width: 85%;
height: 150px;
background-color: #14BFD9;
z-index: 0;
}
.fermaAbout__footerText {
position: relative;
padding: 23px 34px;
border-radius: 0px 20px 0px 20px;
background-color: #F15F23;
z-index: 1;
margin-top: -60px;
color: #fff; }
.fermaAbout__footerTitle {
font-family: Arial;
font-size: 24px;
font-weight: 400;
line-height: 30px;
text-align: left;
}
.fermaAbout__footerSubtitle {
color: #C9C9C9;
margin-top: 11px;
font-family: Arial;
font-size: 12px;
font-weight: 400;
line-height: 14px;
text-align: left;
}
.fermaAbout__footerImg {
position: relative;
z-index: 1;
width: 353px;
flex: none;
margin-top: -70px;
margin-right: -20px;
}
.fermaAbout__footerImg img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.fermaAbout__download {
margin: -30px auto 0;
display: flex;
align-items: center;
justify-content: center;
width: 290px;
height: 60px;
border-radius: 100px;
background: linear-gradient(360deg, #38CDE3 0%, #1EC0D8 48.5%, #5ED9EB 100%);
font-size: 19px;
font-weight: 700;
line-height: 32px;
color: #fff;
text-transform: uppercase;
transition: 0.3s;
}
.fermaAbout__download:hover {
opacity: 0.8;
}
.fermaAbout__download:visited {
color: #fff;
}
img.people {
display: none !important;
}
.fermaLack {
padding: 0 25px;
max-width: 1600px;
margin: 0 auto;
}
.fermaLack__subtitle {
margin: -30px auto 0;
font-family: Arial;
font-size: 26px;
font-weight: 400;
line-height: 32px;
text-align: center;
max-width: 904px;
}
.fermaLack__box {
margin-top: 60px;
display: flex;
gap: 30px;
justify-content: center;
flex-wrap: wrap;
}
.fermaLack__item {
width: 360px;
height: 537px;
border: 3px solid #FBE0CE;
padding: 27px 24px;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.fermaLack__itemSvg {
}
.fermaLack__itemTitle {
margin-top: 15px;
font-family: Arial;
font-size: 22px;
font-weight: 700;
line-height: 25px;
text-align: left;
color: #F38529;
text-transform: uppercase;
}
.fermaLack__itemTitle sup {
color: #A8A8A8;
opacity: 1;
}
.fermaLack__itemList {
margin-top: 25px;
display: flex;
flex-direction: column;
gap: 15px;
align-items: flex-start;
text-align: start;
padding-left: 15px;
}
.fermaLack__itemList li {
font-family: Arial;
font-size: 22px;
font-weight: 400;
line-height: 28px;
text-align: left;
position: relative;
}
.fermaLack__itemList li:before {
content: "";
width: 10px;
height: 10px;
background-color: #F38529;
border-radius: 50%;
position: absolute;
top: 8px;
left: -17px;
}
.fermaLack__itemDescription {
margin-top: auto;
font-family: Arial;
font-size: 22px;
font-weight: 700;
line-height: 28px;
text-align: left;
}
.fermaReason {
padding: 73px 25px 120px;
max-width: 1600px;
margin: 120px auto 0;
position: relative;
}
.fermaReason::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
width: calc(100vw - 25px);
height: 187px;
background: linear-gradient(360deg, rgba(232, 231, 237, 0) 0%, #E8E7ED 100%);
z-index: 0;
}
.fermaReason__title {
font-family: Arial;
font-size: 48px;
font-weight: 700;
line-height: 40px;
text-align: center;
position: relative;
z-index: 1;
}
.fermaReason__subtitle {
margin-top: 12px;
font-family: Arial;
font-size: 26px;
font-weight: 400;
line-height: 24px;
text-align: center;
padding-bottom: 46px;
position: relative;
}
.fermaReason__subtitle::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 0);
width: 255.5px;
height: 0;
border-radius: 3px;
border: 3px solid #F38529
}
.fermaReason__description {
font-family: Arial;
font-size: 24px;
font-weight: 400;
line-height: 29px;
text-align: center;
margin-top: 45px;
max-width: 780px;
margin: 45px auto 0;
}
.fermaReason__description span {
font-weight: 700;
}
.fermaReason__block {
margin-top: 80px;
}
.fermaReason__blockTitle {
font-family: Arial;
font-size: 32px;
font-weight: 700;
line-height: 30px;
text-align: center;
text-transform: uppercase;
}
.fermaReason__box {
margin-top: 35px;
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.fermaReason__item {
width: 23%;
height: 184px;
padding: 15px 15px 15px 20px;
gap: 10px;
border-radius: 30px;
background-color: #EAF8F9;
}
.fermaReason__item_orange {
background: #FFEBDD;
height: 156px;
}
.fermaReason__itemSvg {
width: 60px;
height: 60px;
}
.fermaReason__itemText {
margin-top: 10px;
font-family: Arial;
font-size: 20px;
font-weight: 400;
line-height: 24px;
text-align: left;
}
.fermaPress {
max-width: 1600px;
margin: 0 auto;
padding: 0px 25px 120px;
}
.fermaPress__block {
}
.fermaPress__block .swiper-wrapper {
display: flex;
gap: 30px;
justify-content: center;
flex-wrap: wrap;
}
.fermaPress__item {
width: 487px;
height: 279px;
padding: 40px 10px 25px 25px;
background: radial-gradient(91.2% 896.03% at 34.88% 50%, #FF780F 0%, #FF8E13 99.08%, #FF9A15 100%) ;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
flex: none;
color: #FFFFFF;
}
.fermaPress__item:visited {
color: #FFFFFF;
}
.fermaPress__itemVideo {
width: 497px;
height: 279px;
border-radius: 30px;
overflow: hidden;
flex: none;
}
.fermaPress__itemVideo .vjs-poster {
background-size: cover;
}
.fermaPress__itemLabel {
font-family: Arial;
font-size: 15px;
font-weight: 400;
line-height: 17.25px;
letter-spacing: 0.1em;
text-align: left;
}
.fermaPress__itemPlay {
margin-top: 25px;
}
.fermaPress__itemTitle {
font-family: Arial;
font-size: 26px;
font-weight: 700;
line-height: 29.9px;
text-align: left;
margin-top: 15px;
}
.fermaPress__itemSubTitle {
margin-top: 5px;
font-family: Arial;
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
text-align: left;
color: rgba(255, 255, 255, 0.7);
}
.fermaOutro {
background-color: #FFF2E1;
height: 501px;
padding: 0 120px 0 275px;
display: flex;
align-items: center;
justify-content: center;
}
.fermaOutro__title {
width: 564px;
font-family: Arial;
font-size: 60px;
font-weight: 700;
line-height: 80px;
text-align: left;
}
.fermaOutro__img {
width: 63%;
}
.fermaOutro__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.wheretobuy {
margin-top: 120px;
}
.wheretobuy__flex {
display: flex;
align-items: flex-end;
}
.burgerBtn__close {
position: absolute;
top: 27px;
left: 28px;
z-index: 102;
display: none;
width: 61px;
height: 33px;
}
.fermaFooter {
padding-bottom: 60px;
}
@media (max-width: 540px) { }
.fermaFooter__wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 25px;
}
.fermaFooter__block {
display: flex; gap: 20px;
}
.fermaFooter__feedback {
width: 550px !important;
flex: none !important;
}
.fermaFooter .fermaFooter__info {
padding-left: 0;
padding-right: 0 !important;
width: 341px;
flex: none;
}
.fermaFooter .fermaFooter__info .logo-company-big {
right: -220px;
}
.scrolltop {
max-width: 1600px;
margin: 120px auto 0;
padding: 0 25px;
}
.info-sources {
max-width: 1600px;
margin: 0 auto;
padding: 0 25px 0 265px;
}
.info-sources .l-1col > .col {
padding: 0;
}
.fermaTest {
display: flex;
width: 153px;
height: 95px;
}
.fermaPromo {
width: 66px;
height: 23px;
color: #FE7A11;
font-size: 15px;
font-weight: 700;
border-radius: 20px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
}
.fermaPromo .item {
color: #FE7A11;
}
.hero-main {
height: 590px !important;
}
.hero .col.hero-narrow {
height: 590px;
}
.hero-backgrounds div {
background-size: auto !important;
}
@media (min-width: 1920px) {
.fermaAbout__itemTitle {
font-size: 24px;
line-height: 30px;
}
.fermaAbout__elementTitle {
font-size: 24px;
line-height: 30px;
}
.fermaOutro__img {
width: auto
}
}
@media (max-width: 1610px) and (min-width: 1200px) {
.fermaLack__box {
gap: calc(15px + ((100vw - 1200px) / (1610 - 1200)) * (30 - 15));
}
.fermaLack__item {
width: 23%;
height: calc(400px + ((100vw - 1200px) / (1610 - 1200)) * (537 - 400));
border: 3px solid #FBE0CE;
padding: 27px 24px;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.fermaLack__itemTitle {
font-size: calc(16px + ((100vw - 1200px) / (1610 - 1200)) * (22 - 16));
line-height: calc(21px + ((100vw - 1200px) / (1610 - 1200)) * (25 - 21));
}
.fermaLack__itemList {
margin-top: 15px;
gap: 5px;
padding-left: 10px;
}
.fermaLack__itemList li {
font-size: calc(14px + ((100vw - 1200px) / (1610 - 1200)) * (22 - 14));
line-height: calc(18px + ((100vw - 1200px) / (1610 - 1200)) * (28 - 18));
}
.fermaLack__itemList li:before {
content: "";
width: 6px;
height: 6px;
background-color: #F38529;
border-radius: 50%;
position: absolute;
top: calc(6px + ((100vw - 1200px) / (1610 - 1200)) * (8 - 6));
left: calc(-12px + ((100vw - 1200px) / (1610 - 1200)) * (-17 + 12));
}
.fermaLack__itemDescription {
font-size: calc(14px + ((100vw - 1200px) / (1610 - 1200)) * (22 - 14));
line-height: calc(18px + ((100vw - 1200px) / (1610 - 1200)) * (28 - 18));
}
}
@media (max-width: 1610px) and (min-width: 1000px) {
.fermaOutro {
height: 501px;
height: calc(400px + ((100vw - 1000px) / (1610 - 1000)) * (501 - 400));
}
.fermaOutro__title {
width: calc(400px + ((100vw - 1000px) / (1610 - 1000)) * (564 - 400));
font-size: calc(40px + ((100vw - 1000px) / (1610 - 1000)) * (60 - 40));
line-height: calc(60px + ((100vw - 1000px) / (1610 - 1000)) * (80 - 60));
}
.fermaReason__itemText {
margin-top: 10px;
font-size: calc(16px + ((100vw - 1200px) / (1610 - 1200)) * (20 - 16));
line-height: calc(18px + ((100vw - 1200px) / (1610 - 1200)) * (24 - 18));
}
.fermaPress__block .swiper-wrapper {
gap: calc(10px + ((100vw - 1000px) / (1610 - 1000)) * (30 - 10));
}
.fermaPress__item {
width: 30%;
height: calc(168px + ((100vw - 1000px) / (1610 - 1000)) * (279 - 168));
padding: 20px;
background: radial-gradient(91.2% 896.03% at 34.88% 50%, #FF780F 0%, #FF8E13 99.08%, #FF9A15 100%) ;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
flex: none;
color: #FFFFFF;
}
.fermaPress__itemVideo {
width: 32%;
height: calc(168px + ((100vw - 1000px) / (1610 - 1000)) * (279 - 168));
border-radius: 30px;
overflow: hidden;
flex: none;
}
.fermaPress__itemLabel {
font-family: Arial;
font-size: 15px;
font-weight: 400;
line-height: 17.25px;
letter-spacing: 0.1em;
text-align: left;
}
.fermaPress__itemPlay {
margin-top: 15px;
}
.fermaPress__itemTitle {
margin-top: 10px;
font-size: calc(14px + ((100vw - 1200px) / (1610 - 1200)) * (26 - 14));
line-height: calc(18px + ((100vw - 1200px) / (1610 - 1200)) * (29 - 18));
}
.fermaPress__itemSubTitle {
margin-top: 5px;
font-family: Arial;
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
text-align: left;
color: rgba(255, 255, 255, 0.7);
}
}
@media (max-width: 1300px) and (min-width: 1000px) {
.fermaPress__itemPlay {
margin-top: 0;
position: absolute;
left: 20px;
top: 60px;
width: 50px;
height: 50px;
}
.fermaPress__itemPlay svg {
width: 100% !important;
height: 100% !important;
}
.fermaPress__itemTitle {
font-family: Arial;
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-align: left;
margin-top: 15px;
margin-left: 60px;
}
.fermaPress__itemSubTitle {
margin-top: 5px;
font-family: Arial;
font-size: 10px;
font-weight: 400;
line-height: 14px;
text-align: left;
color: rgba(255, 255, 255, 0.7);
margin-left: 60px;
}
}
@media (max-width: 1000px) {
.fermaMain {
padding: 0 25px;
max-width: 1716px;
margin: 30px auto 0;
}
.fermaMain__prev, .fermaMain__next {
display: none;
}
.fermaBanner {
margin-top: 60px;
height: 628px;
}
.fermaBanner .feats-block {
box-shadow: none;
margin-top: 0;
}
.fermaBanner .col.hero-narrow {
width: 100%;
height: 628px;
}
.fermaBanner .hero-backgrounds {
display: none;
}
.fermaBanner__block {
position: static;
flex-direction: row;
margin-top: 40px;
gap: 20px;
}
.fermaBanner .feats-block h1 {
font-size: 34px;
}
.fermaBanner .feats-block h1 span {
font-size: 26px;
line-height: 30px;
}
.fermaAbout {
margin-top: 20px;
}
.fermaAbout__title {
margin-top: 50px;
font-size: 22px;
line-height: 30px;
}
.fermaAbout__subtitle {
margin-top: 5px;
font-size: 20px;
line-height: 32px;
}
.fermaAbout__box {
margin-top: 20px;
flex-direction: column;
gap: 16px;
}
.fermaAbout__block {
margin-top: 20px;
}
.fermaAbout__item {
width: 100%;
height: 84px;
}
.fermaAbout__item img {
margin: 0;
object-fit: contain;
}
.fermaAbout__itemTitle {
font-size: 18px;
line-height: 23px;
}
.fermaAbout__element {
padding: 14px;
}
.fermaAbout__elementSvg {
width: 65px;
height: 65px;
}
.fermaAbout__elementTitle {
font-size: 16px;
line-height: 20px;
width: 100%;
}
.fermaAbout__footer {
margin-top: 66px;
padding: 0;
}
.fermaAbout__footer::after {
left: 30px;
width: 458px;
height: 126px;
}
.fermaAbout__footerText {
padding: 16px;
margin-top: -26px;
margin-right: -20px;
}
.fermaAbout__footerTitle {
font-size: 16px;
line-height: 20px;
}
.fermaAbout__footerSubtitle {
margin-top: 15px;
font-size: 10px;
line-height: 11px;
}
.fermaAbout__footerImg {
position: relative;
z-index: 1;
width: 353px;
flex: none;
margin-top: -110px;
margin-right: -50px;
}
.fermaLack {
padding: 0 50px;
max-width: 1600px;
}
.fermaLack__subtitle {
margin-top: -20px;
font-size: 18px;
line-height: 23px;
max-width: 605px;
}
.fermaLack__box {
margin-top: 50px;
gap: 16px;
}
.fermaLack__item {
width: calc(50% - 8px);
height: 479px;
padding: 25px 20px;
}
.fermaLack__itemSvg {
}
.fermaLack__itemTitle {
font-size: 18px;
line-height: 23px;
}
.fermaLack__itemList {
padding-left: 18px;
gap: 10px;
}
.fermaLack__itemList li {
line-height: 23px;
font-size: 18px;
}
.fermaLack__itemList li:before {
content: "";
width: 10px;
height: 10px;
background-color: #F38529;
border-radius: 50%;
position: absolute;
top: 8px;
left: -17px;
}
.fermaLack__itemDescription {
font-size: 18px;
line-height: 23px;
}
.wheretobuy {
margin-top: 80px;
}
.fermaReason {
padding: 22px 50px 80px;
max-width: 1600px;
margin: 80px auto 0;
position: relative;
}
.fermaReason::before { height: 136px;
}
.fermaReason__title {
font-size: 32px;
line-height: 40px;
}
.fermaReason__subtitle {
margin-top: 8px;
font-size: 18px;
line-height: 23px;
padding-bottom: 30px;
}
.fermaReason__subtitle::after {
}
.fermaReason__description {
font-size: 18px;
line-height: 23px;
max-width: 628px;
margin: 30px auto 0;
}
.fermaReason__block {
margin-top: 40px;
}
.fermaReason__blockTitle {
font-size: 22px;
line-height: 30px;
}
.fermaReason__box {
margin-top: 30px;
gap: 16px;
}
.fermaReason__item {
width: calc(50% - 8px);
height: 184px;
}
.fermaReason__itemText {
font-size: 18px;
line-height: 23px;
}
.fermaPress {
max-width: 1600px;
margin: 0 auto;
padding: 0px;
}
.fermaPress__block {
padding: 0 50px;
}
.fermaPress__block .swiper-wrapper {
display: flex;
gap: 0px;
justify-content: flex-start;
flex-wrap: nowrap;
padding-bottom: 80px;
}
.fermaPress__item {
width: 668px;
height: 376px;
padding: 40px 10px 25px 25px;
background: radial-gradient(91.2% 896.03% at 34.88% 50%, #FF780F 0%, #FF8E13 99.08%, #FF9A15 100%) ;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
flex: none;
color: #FFFFFF;
}
.fermaPress__itemVideo {
width: 668px;
height: 376px;
}
.fermaPress__itemLabel {
font-family: Arial;
font-size: 15px;
font-weight: 400;
line-height: 17.25px;
letter-spacing: 0.1em;
text-align: left;
}
.fermaPress__itemPlay {
margin-top: 25px;
}
.fermaPress__itemTitle {
font-family: Arial;
font-size: 26px;
font-weight: 700;
line-height: 29.9px;
text-align: left;
margin-top: 15px;
}
.fermaPress__itemSubTitle {
margin-top: 5px;
font-family: Arial;
font-size: 14px;
font-weight: 400;
line-height: 18.2px;
text-align: left;
color: rgba(255, 255, 255, 0.7);
}
.fermaPress__pagination {
bottom: 30px !important;
}
.fermaPress__pagination .swiper-pagination-bullet {
width: 17px;
height: 17px;
background-color: #fff;
border: 3px solid #27D0F7;
opacity: 1;
margin: 0 8px !important;
}
.fermaPress__pagination .swiper-pagination-bullet-active {
background-color: #27D0F7;
}
.fermaOutro {
height: 530px;
padding: 53px 50px 0 50px;
flex-direction: column;
}
.fermaOutro__title {
width: 100%;
font-family: Arial;
font-size: 40px;
font-weight: 700;
line-height: 50px;
text-align: center;
}
.fermaOutro__img {
width: 82%;
}
.fermaOutro__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
nav {
z-index: 101;
}
nav .mobileMenu {
z-index: 101;
}
nav .content-wrap.custom__content-wrap {
height: 90px;
}
header .logo-company {
display: none;
}
.atlas.b-test {
display: none;
}
.b-test:not(.atlas) {
display: flex;
width: 153px;
height: auto;
}
header .logo-product.custom__logo {
background-position: initial;
}
.atlas.logo-product {
display: none;
}
.custom__logo {
z-index: 102;
position: fixed;
left: 50%;
transform: translate(-50%, 0);
top: 6px;
width: 238px;
height: 73px;
display: block;
background-image: url(//magnerot.ru/wp-content/themes/magnerot/new/images/logo.png);
background-repeat: no-repeat;
background-size: contain;
}
.burgerBtn {
display: flex;
cursor: pointer;
position: absolute;
z-index: 1;
top: 6px;
left: 20px;
width: 81px;
height: 78px;
overflow: hidden;
text-indent: -9999px;
}
.burgerBtn svg {
width: 100%;
height: 100%;
}
.lack .lack-gauge {
margin: 40px 0px 10px 0px;
padding: 20px 0px 10px 0px;
}
nav ul.mobileMenu {
height: 100dvh;
width: 100vw;
transform: translate(-100vw, 0);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding-bottom: 10%;
}
nav.expanded ul.mobileMenu {
transform: translate(0, 0);
padding-top: 60px;
}
nav ul.mobileMenu li .item {
padding: 0 20px;
font-family: Arial;
font-size: 38px;
font-weight: 700;
text-align: center;
max-width: 100%;
position: relative;
z-index: 100;
}
nav.expanded .burgerBtn {
display: none;
}
.atlas.b-menu {
display: none;
}
nav.expanded .b-menu {
display: block;
transform: translate(300px, 0);
}
.fermaFooter {
padding-bottom: 120px;
margin-top: 80px;
}
.fermaFooter .info-small {
top: 5px;
}
.fermaFooter__wrapper {
max-width: 1600px;
margin: 0 auto;
padding: 0 50px;
}
.fermaFooter__block {
display: flex;
flex-direction: column;
gap: 0px;
}
.fermaFooter__feedback {
width: 100% !important;
}
.fermaFooter__feedback .menu a {
font-size: 18px;
font-weight: 700;
line-height: 19px;
}
.fermaFooter__feedback .menu {
margin-top: 20px;
}
.fermaFooter__feedback p {
max-width: 100% !important;
font-size: 20px;
line-height: 28px;
}
.fermaFooter .fermaFooter__info {
margin-top: 50px;
padding-left: 155px !important;
padding-right: 0 !important;
width: 100%;
font-size: 20px;
line-height: 28px;
}
.fermaFooter .fermaFooter__info .logo-company-big {
right: unset;
left: 0;
display: block;
}
.fermaFooter .fermaFooter__info u {
font-size: 20px;
}
.scrolltop {
display: none;
}
.info-sources {
max-width: 1600px;
margin: 0 auto;
padding: 0 50px;
}
.info-sources .font-s {
font-size: 20px;
}
.info-sources .sources-list {
width: 100%;
}
.info-sources .sources-list li {
font-size: 16px;
line-height: 22px;
}
.info-sources .l-1col > .col {
padding: 0;
}
.fermaTest {
display: none !important;
}
.fermaPromo {
width: 100%;
height: 90px;
color: #FE7A11;
font-size: 38px;
font-weight: 700;
border-radius: 0;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
}
}
@media (max-width: 650px) {
.fermaLack__subtitle {
display: none;
}
}
@media (max-width: 540px) {
.hero-main {
height: auto !important;
}
.fermaMain {
margin-top: 50px;
}
.fermaMain__pagination .swiper-pagination-bullet {
width: 14px;
height: 14px;
background-color: #fff;
border: 1px solid #27D0F7;
opacity: 1;
margin: 0 5px !important;
}
.fermaMain__pagination .swiper-pagination-bullet-active {
background-color: #27D0F7;
}
.fermaBanner {
margin-top: 25px;
height: 752px;
}
.fermaBanner .feats-block {
padding: 0;
}
.fermaBanner .col.hero-narrow {
width: 100%;
height: 752px;
padding: 0 24px;
}
.fermaBanner .hero-backgrounds {
display: none;
}
.fermaBanner__block {
flex-direction: column;
margin-top: 30px;
gap: 12px;
}
.fermaBanner .feats-block h1 {
width: 90%;
font-size: 34px;
}
.fermaBanner .feats-block h1 span {
font-size: 19px;
line-height: 30px;
}
.fermaBanner .feats-block .fermaBanner__description {
margin-bottom: 20px;
width: 100%;
}
.fermaBanner__block {
transform: translate(0, 0);
}
.fermaBanner__item {
width: 100%;
height: 85px;
padding: 17px 25px;
font-size: 18px;
line-height: 26px;
}
.fermaBanner__item br {
display: block;
}
.fermaBanner .feats-block .fermaBanner__quote {
margin-top: 20px;
width: 100%;
}
.fermaAbout {
margin-top: 52px;
}
.fermaAbout .why_magnerot {
padding: 0 24px;
}
.fermaAbout h3 {
font-size: 18px;
line-height: 23px;
}
.fermaAbout__title {
margin-top: 50px;
font-size: 22px;
line-height: 30px;
}
.fermaAbout__subtitle {
margin-top: 5px;
font-size: 16px;
line-height: 23px;
}
.fermaAbout__box {
gap: 12px;
}
.fermaAbout__block {
flex-direction: column;
gap: 12px;
}
.fermaAbout__item {
width: 100%;
height: 84px;
}
.fermaAbout__element {
width: 100%;
}
.fermaAbout__item img {
width: 94px;
z-index: 2;
}
.fermaAbout__footer {
overflow: hidden;
margin-top: -20px;
flex-direction: column-reverse;
}
.fermaAbout__footer::after {
display: none;
}
.fermaAbout__footerText {
padding: 37px 16px 20px;
margin-top: -56px;
margin-right: 0px;
}
.fermaAbout__footerTitle {
font-size: 16px;
line-height: 20px;
}
.fermaAbout__footerSubtitle {
margin-top: 15px;
font-size: 10px;
line-height: 11px;
}
.fermaAbout__footerImg {
position: relative;
z-index: 1;
width: 100%;
flex: none;
margin-top: 0px;
margin-left: 37px;
margin-right: 0px;
margin-bottom: -60px;
}
.fermaAbout__download {
display: none;
}
.fermaLack {
padding: 0 0 0 0px;
}
.fermaLack__box {
margin-top: 0px;
display: flex;
gap: 0;
justify-content: flex-start;
flex-wrap: nowrap;
padding-bottom: 104px;
margin-right: 24px;
}
.fermaLack__item {
height: 479px;
padding: 25px 18px;
}
.fermaLack__itemSvg {
}
.fermaLack__itemTitle {
font-size: 18px;
line-height: 23px;
}
.fermaLack__itemList {
margin-top: 25px;
display: flex;
flex-direction: column;
gap: 15px;
align-items: flex-start;
text-align: start;
padding-left: 15px;
}
.fermaLack__itemList li {
font-size: 18px;
line-height: 23px;
}
.fermaLack__itemDescription {
font-size: 18px;
line-height: 23px;
}
.fermaLack__pagination {
bottom: 60px !important;
}
.fermaLack__pagination .swiper-pagination-bullet {
width: 14px;
height: 14px;
background-color: #fff;
border: 1px solid #F38529;
opacity: 1;
}
.fermaLack__pagination .swiper-pagination-bullet-active {
background-color: #F38529;
}
.wheretobuy {
margin-top: 70px;
}
.wheretobuy__flex {
display: flex;
}
.fermaReason {
padding: 30px 24px 40px;
margin: 0px auto 0;
}
.fermaReason__title {
font-size: 24px;
line-height: 40px;
}
.fermaReason__subtitle {
margin-top: 4px;
font-size: 18px;
line-height: 23px;
padding-bottom: 30px;
}
.fermaReason__subtitle::after {
}
.fermaReason__block {
margin-top: 40px;
}
.fermaReason__blockTitle {
font-size: 18px;
line-height: 30px;
}
.fermaReason__box {
margin-top: 20px;
gap: 12px;
}
.fermaReason__item {
width: calc(50% - 6px);
height: 154px;
padding: 10px 10px 10px 10px;
}
.fermaReason__itemText {
font-size: 12px;
line-height: 14px;
}
.fermaPress {
max-width: 1600px;
margin: 0 auto;
}
.fermaPress__block {
padding: 0 25px;
}
.fermaPress__block .swiper-wrapper {
display: flex;
gap: 0;
justify-content: flex-start;
flex-wrap: nowrap;
padding-bottom: 40px;
}
.fermaPress__pagination {
bottom: 10px !important;
}
.fermaPress__pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
border: 2px solid #27D0F7;
margin: 0 5px !important;
}
.fermaPress__item {
height: 205px;
padding: 20px 10px 20px 20px;
position: relative;
}
.fermaPress__itemVideo { height: 205px;
flex: none;
}
.fermaPress__itemVideo .player {
height: 100%;
}
.fermaPress__itemVideo .video-js {
height: 100%;
padding-top: 0 !important;
}
.fermaPress__itemVideo .video-js video {
object-fit: cover;
}
.fermaPress__itemLabel {
font-family: Arial;
font-size: 15px;
font-weight: 400;
line-height: 17.25px;
letter-spacing: 0.1em;
text-align: left;
}
.fermaPress__itemPlay {
margin-top: 25px;
position: absolute;
left: 20px;
bottom: 50px;
}
.fermaPress__itemTitle {
font-family: Arial;
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-align: left;
margin-top: 15px;
margin-left: 80px;
}
.fermaPress__itemSubTitle {
margin-top: 5px;
font-family: Arial;
font-size: 10px;
font-weight: 400;
line-height: 14px;
text-align: left;
color: rgba(255, 255, 255, 0.7);
margin-left: 80px;
}
.fermaOutro {
height: 350px;
padding: 35px 25px 0;
flex-direction: column;
}
.fermaOutro__title {
font-family: Arial;
font-size: 24px;
font-weight: 700;
line-height: 30px;
text-align: center;
}
.fermaOutro__img {
width: 100%;
}
.fermaOutro__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} nav .content-wrap.custom__content-wrap {
height: 85px;
}
.custom__logo {
width: calc(130px + ((100vw - 320px) / (540 - 320)) * (210 - 130));
height: 53px;
top: 20px;
left: calc(38% + ((100vw - 320px) / (540 - 320)) * (42 - 38));
}
.burgerBtn__close {
width: 40px;
height: 40px;
top: 22px;
}
.burgerBtn {
width: 40px;
height: 40px;
top: 22px;
}
nav ul.mobileMenu li .item {
padding: 0 20px;
font-family: Arial;
font-size: 20px;
font-weight: 700;
text-align: center;
max-width: 100%;
}
.b-test:not(.atlas) {
display: flex;
width: 145px;
height: 85px;
}
.b-test:not(.atlas) svg {
width: 100%;
height: 100%;
}
.fermaFooter {
padding-bottom: 60px;
margin-top: 80px;
}
.fermaFooter .info-small {
top: 0px;
left: 0px;
}
.fermaFooter__wrapper {
max-width: 1600px;
margin: 0 auto;
padding: 0 25px;
}
.fermaFooter__block {
display: flex;
flex-direction: column;
gap: 0px;
}
.fermaFooter__feedback {
width: 100% !important;
padding: 0 0 0 30px !important;
}
.fermaFooter__feedback p {
max-width: 100% !important;
font-size: 14px;
line-height: 1.22;
margin-bottom: 10px !important;
}
.fermaFooter .fermaFooter__info {
margin-top: 20px;
padding-left: 90px !important;
padding-right: 0 !important;
width: 100%;
font-size: 14px;
line-height: 1.22;
}
.fermaFooter__feedback .menu {
margin-top: 30px;
grid-gap: 15px !important;
}
.fermaFooter__feedback .menu a {
font-size: 14px;
line-height: 1.22;
}
.fermaFooter .fermaFooter__info .logo-company-big {
scale: 0.7;
top: -15px;
left: -20px;
display: block;
}
.fermaFooter .fermaFooter__info u {
font-size: 12px;
}
.fermaPromo {
height: 70px;
font-size: 25px;
font-weight: 700;
}
.fermaWheretobuy {
}
.fermaWheretobuy .fermaLack__pagination {
bottom: 0 !important;
}
.fermaWheretobuy__title {
margin-bottom: 0 !important;
}
.fermaWheretobuy .col {
flex: none;
padding: 0;
}
.fermaWheretobuy__wrapper {
margin: 0;
}
.scrolltop {
display: none;
}
.info-sources {
max-width: 1600px;
margin: 0 auto;
padding: 0 25px;
}
.info-sources .font-s {
font-size: 16px;
}
.info-sources .sources-list {
width: 100%;
}
.info-sources .sources-list li {
font-size: 16px;
line-height: 22px;
}
.info-sources .l-1col > .col {
padding: 0;
}
}
.fermaHeaderWrap {
max-width: 1310px !important;
}
.fermaMenu {
gap: 24px;
}
@media (max-width: 1350px) {
.fermaHeaderWrap {
max-width: 1240px !important;
}
.fermaMenu {
gap: 10px;
}
}
@media (max-width: 1280px) {
.fermaHeaderWrap .font-m {
font-size: 1.4rem;
}
.fermaHeaderWrap {
max-width: 1130px !important;
}
.fermaMenu {
gap: 3px;
}
}@media (max-width: 1120px) {
.fermaHeaderWrap .font-m {
font-size: 1.2rem;
}
.fermaHeaderWrap {
max-width: 1054px !important;
}
}
.source {
scroll-margin-top: 100px;
}
.fermaOrigin {
z-index: 3001;
}
.info-sources {
}
@media (max-width: 540px) {
.info-sources {
padding-bottom: 56px;
}
}#promoMap {
scroll-margin-top: 80px;
}
@media (max-width: 1000px) {
#promoMap {
scroll-margin-top: 150px;
}
}
@media (max-width: 540px) {
#promoMap {
scroll-margin-top: 120px;
}
}
.fermaPromoPage__bannerImg {
border-radius: 30px;
overflow: hidden;
width: 100%;
}
.fermaPromoPage__bannerImg img{
border-radius: 30px;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.fermaArticles__breadcrumbs {
margin-top: 74px;
}
.fermaPromoPage__banner {
margin: 69px auto 0;
}
.fermaPromoPage__linkContainer {
width: 100%;
display: flex;
justify-content: center;
margin-top: 25px;
}
.fermaPromoPage__linkContainer .l-wrap.wide{
max-width: 100%;
}
.fermaPromoPage__link {
width: 400px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
font-weight: 700;
line-height: 40px;
color: #fff;
background-color: rgba(254, 122, 17, 1);
border-radius: 100px;
text-transform: uppercase;
}
.fermaPromoPage__link:visited {
color: #fff;
}
.fermaPromoPage {
margin-top: 120px;
padding-bottom: 50px;
}
.fermaPromoPage__container {
max-width: 1680px;
margin: 0 auto;
padding: 0 65px;
}
.fermaPromoPage__block {
position: relative;
display: flex;
flex-direction: column;
gap: 30px;
}
.fermaPromoPage__info {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: start;
gap: 10px;
color: #fff;
background-color: rgba(0, 194, 223, 1);
padding: 25px 60px;
border-radius: 30px;
}
.fermaPromoPage__infoTitle {
font-size: 40px;
font-weight: 700;
line-height: 48px;
}
.fermaPromoPage__infoSubtitle {
font-size: 26px;
font-weight: 400;
line-height: 100%;
}
.fermaPromoPage__infoSubtitle br {
display: none;
}
.fermaPromoPage__date {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
padding-left: 60px;
text-align: start;
}
.fermaPromoPage__dateTitle {
font-size: 26px;
font-weight: 400;
line-height: 40px;
color: rgba(0, 0, 0, 1);
}
.fermaPromoPage__dateTitle br{
display: none;
}
.fermaPromoPage__dateSubtitle {
font-size: 15px;
font-weight: 400;
line-height: 19px;
opacity: 0.6;
}
.fermaPromoPage__productImg {
position: absolute;
right: 140px;
top: 20px;
width: 400px;
}
.fermaPromoPage__productImg img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
@media (max-width: 1600px) {
.fermaPromoPage__block {
gap: 15px;
}
.fermaPromoPage__infoTitle {
font-size: 35px;
line-height: 45px;
}
.fermaPromoPage__infoSubtitle {
font-size: 24px;
}
.fermaPromoPage__productImg {
right: 60px;
}
}
@media (max-width: 1440px) {
.fermaPromoPage__infoTitle {
font-size: 32px;
line-height: 45px;
}
.fermaPromoPage__infoSubtitle {
font-size: 22px;
}
.fermaPromoPage__productImg {
width: 350px;
}
}
@media (max-width: 1280px) {
.fermaPromoPage__container {
padding: 0 30px;
}
.fermaPromoPage__info {
padding: 20px 30px;
}
.fermaPromoPage__infoTitle {
font-size: 30px;
line-height: 36px;
}
.fermaPromoPage__infoSubtitle {
font-size: 22px;
}
.fermaPromoPage__dateTitle {
font-size: 20px;
line-height: 30px;
}
.fermaPromoPage__dateSubtitle {
font-size: 14px;
}
.fermaPromoPage__date {
gap: 5px;
padding-left: 35px;
}
}
@media (max-width: 1130px) {
.fermaPromoPage__productImg {
width: 300px;
right: 25px;
}
}
@media (max-width: 1045px) {
.fermaPromoPage__productImg {
top: 70px;
right: 18px;
}
}
@media (max-width: 1000px) {
.fermaPromoPage.section-map {
padding-bottom: 0;
margin-top: 30px;
}
.fermaArticles__breadcrumbs .l-1col {
margin: 0 0 40px 0 ;
}
.fermaArticles__breadcrumbs {
margin-top: 0;
}
.fermaPromoPage__banner {
margin: 0;
}
.fermaPromoPage__block {
gap: 25px;
}
.fermaPromoPage__container {
padding: 0 25px;
}
.fermaPromoPage__description {
padding: 0 25px;
}
.fermaPromoPage__info {
padding: 35px 15px;
}
.fermaPromoPage__infoSubtitle br {
display: block;
}
.fermaPromoPage__infoSubtitle {
font-size: 22px;
line-height: 26.4px;
}
.fermaPromoPage__date {
gap: 10px;
padding-left: 0;
}
.fermaPromoPage__dateTitle {
font-size: 16px;
}
.fermaPromoPage__dateTitle br {
display: none;
}
.fermaPromoPage__dateSubtitle {
font-size: 10px;
line-height: 10px;
}
.fermaPromoPage__productImg {
top: 105px;
}
}
@media (max-width: 845px) {
.fermaPromoPage__productImg {
width: 228px;
}
}
@media (max-width: 768px) {
.fermaPromoPage__linkContainer {
margin-top: 30px;
}
.fermaPromoPage {
margin-top: 90px;
}
.fermaPromoPage__productImg {
top: 117px;
}
.fermaPromoPage__dateSubtitle br {
display: none;
}
.fermaPromoPage__dateSubtitle {
max-width: 400px;
}
.fermaPromoPage__infoTitle {
font-size: 25px;
line-height: 36px;
}
}
@media (max-width: 740px) {
.fermaPromoPage__dateTitle br {
display: block;
}
.fermaPromoPage__dateTitle {
line-height: 18px;
}
.fermaPromoPage__dateSubtitle {
max-width: 280px;
}
}
@media (max-width: 665px) {
.fermaPromoPage__productImg {
top: -165px;
right: auto;
left: 50%;
transform: translateX(-50%);
}
.fermaPromoPage__description {
padding: 160px 15px 0 15px;
}
.fermaPromoPage__dateTitle br {
display: none;
}
.fermaPromoPage__dateSubtitle {
max-width: 100%;
}
}
@media (max-width: 540px) {
.section-common.fermaPromoPage {
margin-top: 70px;
padding-bottom: 0;
}
.fermaPromoPage__bannerImg {
border-radius:0;
}
.fermaPromoPage__bannerImg img{
border-radius: 0;
}
.fermaPromoPage {
margin-top: 100px;
}
.fermaPromoPage__linkContainer {
margin-top: 20px;
}
.fermaPromoPage__link {
width: 250px;
height: 40px;
font-size: 12px;
line-height: 40px;
}
.fermaPromoPage__container {
padding: 0 5px;
}
.fermaPromoPage__block {
gap: 16px;
}
.fermaPromoPage__info {
padding: 25px 15px;
}
.fermaPromoPage__infoTitle {
font-size: 22px;
line-height: 26.4px;
}
.fermaPromoPage__infoSubtitle {
font-size: 18px;
line-height: 21.6px;
}
.fermaPromoPage__infoSubtitle br{
display: none;
}
.fermaPromoPage__dateTitle {
font-size: 12px;
line-height: 12px;
}
.fermaPromoPage__dateSubtitle {
font-size: 10px;
line-height: 10px;
}
.fermaPromoPage__dateSubtitle br {
display: block;
}
.fermaPromoPage__productImg {
width: 212px;
top: -153px;
}
.fermaPromoPage__description {
padding: 140px 15px 0 15px;
}
.fermaPromoPage__infoTitle br {
display: none;
}
.fermaPromoPage__infoTitle  {
font-size: 20px;
}
}.fermaArticle__inspector {
display: flex;
gap: 30px;
padding: 30px;
background-color: #FE7A11;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
color: #FFFFFF; height: max-content;
}
.fermaArticle__inspector img {
width: 125px;
height: 125px;
object-fit: cover;
margin: 0;
border: 3px solid #FFFFFF;
border-radius: 30px;
}
.fermaArticle__inspectorInfo {
display: flex;
flex-direction: column;
gap: 5px;
}
.fermaArticle__inspectorText {
font-size: 15px;
font-weight: 400;
line-height: 22px;
}
.fermaArticle__inspectorName {
font-size: 18px;
font-weight: 700;
line-height: 19px;
}
.fermaNavigation { background-color: rgba(234, 248, 249, 1);
padding: 30px;
display: flex;
flex-direction: column;
gap: 30px;
border-radius: 30px;
}
.fermaNavigationInstructions {
max-width: 660px;
margin-bottom: 32px;
}
.fermaNavigation__title {
font-size: 26px;
font-weight: 400;
line-height: 31px;
color: rgba(51, 51, 51, 1);
}
.fermaNavigation__List {
display: flex;
flex-direction: column;
gap: 18px;
}
.fermaNavigation__List li {
list-style: none;
text-decoration: none;
font-size: 15px;
font-weight: 700;
line-height: 125%;
color: rgba(7, 180, 206, 1);
cursor: pointer;
margin: 0 !important;
}
.fermaNavigation__List li:hover {
opacity: 0.9;
}
.fermaNavigation__List a {
text-decoration: none;
color: inherit;
}
.firstBlock {
display: flex;
gap: 30px;
margin-bottom: 30px;
}
.firstBlock > div {
width: 50%;
}
.firstBlock1 {
display: flex;
flex-direction: column;
gap: 30px;
margin-bottom: 30px;
}
.firstBlock1 > div {
width: 50%;
}
.firstBlock__left {
display: flex;
flex-direction: column;
gap: 32px;
}
.fermaArticle__date {
font-size: 15px;
font-weight: 400;
line-height: 100%;
display: flex;
gap: 30px;
color: #0D081B;
align-items: center;
}
.fermaArticle {
margin-top: 40px;
padding: 0 15px;
}
.fermaArticle h1 {
margin: 0 !important;
padding: 0;
}
.fermaArticle h2 {
scroll-margin-top: 50px;
}
@media (max-width: 1000px) {
.fermaArticle h2 {
scroll-margin-top: 100px;
}
}
.fermaArticle__dateIcon {
background-repeat: no-repeat;
background-size: contain;
width: 15px;
height: 15px;
}
.fermaArticle__dateIconPublic {
background-image: url(/wp-content/themes/magnerot/new/images/svg/kalendar.svg);
}
.fermaArticle__dateIconUpdate {
background-image: url(/wp-content/themes/magnerot/new/images/svg/refresh.png);
}
.fermaArticle__dateItem {
display: flex;
gap: 8px;
}
.fermaArticle__date {
margin-top: 16px;
}
.fermaArticle__head {
margin-bottom: 32px;
margin-top: 32px;
display: flex;
gap: 70px;
}
.fermaArticle__right {
width: calc(50% - 35px);
}
.fermaArticle__right img {
height: auto;
border-radius: 20px;
}
.fermaArticle__left {
width: calc(50% - 35px);
}
.fermaArticle__leftText {
margin-top: 38px;
margin-bottom: 38px;
}
.fermaArticle__leftText.one {
margin-top: 0;
}
@media (max-width: 1000px) {
.fermaArticle__left, .fermaArticle__right {
display: contents;
}
.fermaArticle__head {
flex-direction: column;
margin-top: 24px;
gap: 0;
}
.fermaArticle__leftText {
margin-top: 24px;
margin-bottom: 32px;
}
.fermaArticle__leftText.one {
margin-top: 0;
}
.fermaNavigation {
order: 4;
margin-top: 32px;
}
.fermaArticle__right img {
}
.fermaNavigationInstructions {
max-width: 100%;
}
}
@media (max-width: 540px) {
.fermaArticle__inspector {
gap: 20px;
padding: 20px;
flex-direction: column;
}
.fermaArticle__date {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.fermaArticle__leftText {
margin-bottom: 27px;
}
.fermaNavigation__List li {
font-size: 14px;
}
.fermaNavigation {
padding: 20px;
gap: 20px;
}
}
.fermaArticle .row.bg-orange1.px-4.py-5.text-white {
margin-right: -15px;
}
.fermaArticle__textImg {
display: flex;
margin: 10px 0;
}
@media (max-width: 1000px) {
.fermaArticle__textImg {
flex-direction: column;
}
}
.timeToRead {
font-family: Liberation Sans, sans-serif;
padding: 3px 6px;
display: flex;
gap: 8px;
align-items: center;
font-size: 15px;
font-weight: 400;
line-height: 100%;
color: #00C2DF;
background: #fff;
border-radius: 11px;
width: max-content;
position: absolute;
top: 12px;
left: 12px;
}
.timeToRead__icon {
line-height: 100%;
background-image: url(/wp-content/themes/magnerot/new/images/newFerma/new/timeToRead.svg);
background-repeat: no-repeat;
background-size: contain;
width: 15px;
height: 16px;
}