/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #323535;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 48px;
}

.wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.top-section {
    background-color: #4DA3A1;
    padding: 2px 0;
    margin-bottom: 0px;
}

.top-section a,
.top-section span {
    margin-right: 48px;
    color: #fff;
}

.top-section a:last-child {
    margin-right: 0;
}

.top-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header {
    background-color: #91C5C4;
    padding-bottom: 70px;
    position: relative;
}

.innerpage  .top-section {
    margin-bottom: 0;
}

.header.innerpage {
    padding-bottom: 10px;
}

.header .before-img  {
    position: absolute;
    height: 389px;
    bottom: -90px;
    right: 0;
    pointer-events: none;
}

.header .before-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pin-spacer {
    z-index: 99 !important;
}

.header-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
}

.dropdown-link  {
    cursor: pointer;
    position: relative;
    padding-right: 30px !important;
}

.top-section-item.messagers {
	margin-top: 20px;
}

.top-section-item.messagers a {
	margin-right: 0 !important;;
}

.top-section-item.messagers a:not(:last-child) {
	margin-right: 10px !important;
}

.mob-messangers a:not(:last-child) {
	margin-right: 15px;
}

.menu-link-dropdown {
    position: relative;
}

.menu-link-dropdown::after {
    content: url(../img/icons/ChevronDown.svg);
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: -7px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.menu-link-dropdown._active::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.dropdown-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
}

.dropdown-link::after {
    content: url(../img/icons/ChevronDown.svg);
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.dropdown-link:hover::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.dropdown-link ul {
    display: none;

    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    border-top: 3px solid #4DA3A1;
    background-color: #fff;
    padding: 16px 20px;
    z-index: 2;

    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.dropdown-link ul li a {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    color: #323535;
}

.dropdown-link:hover ul {
    display: block;
}

.dropdown-link ul li a:hover {
    background-color: #DDEDED;
}

.header-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.header-menu a {
    color: #fff;
    position: relative;
}

.header-menu-item {
    color: #fff;
    padding: 10px 0;
    position: relative;
}

.header-menu-item:not(:last-child) {
    margin-right: 16px;
}

.header-banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-banner-info {
    width: 60%;
}

.header-banner-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 60px;
}

.quote {
    margin-bottom: 30px;
    color: #fff;
}

.banner-image {
    position: relative;
}

.banner-image-beforeimg {
    position: absolute;
    left: -199px;
    top: 35%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 383px;
    pointer-events: none;
}

.banner-image-beforeimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.banner-image__container {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    padding: 8px;
    outline: 2px solid #fff;
}

.banner-title {
    font-weight: 700;
    font-size: 100px;
    color: #fff;
    margin-bottom: 46px;
}

.banner-title span {
    font-size: 24px;
    margin-bottom: 14px;
}

.banner-desc {
    margin-bottom: 46px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    max-width: 600px;
}

.btn {
    padding: 16px 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 64px;
    -webkit-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
	text-align: center;
}

.btn:hover {
    color: rgba(221, 237, 237, 1);
}

.banner-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-btns .first-callback-btn {
    margin-right: 7px;
}

.first-callback-btn {
    background-color: #15817E;
}
.first-callback-btn:hover {
    background-color: #0B6260;
}
.learn-more-btn {
    border: 1px solid #fff;
}
.learn-more-btn:hover {
    border: 1px solid #fff;
    border: 1px solid rgba(221, 237, 237, 1);
}

.mifar-info .learn-more-btn {
    color: #15817E;
    border-color: #15817E;
}

.mifar-info .learn-more-btn:hover {
    color: rgba(11, 98, 96, 1);
    border-color: rgba(11, 98, 96, 1);
}

.mifar-info {
    padding: 112px 0 56px 0;
}

.mifar-info__inner > p {
    font-size: 20px;
    margin-bottom: 56px;
    line-height: 32px;
}

.mifar-video {
    position: relative;
    margin-top: 56px;
}

.mifar-video iframe {
	width: 100%;
	height: 570px;
}

.video-title {
    position: absolute;
    bottom: 7%;
    left: 5%;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.control-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    cursor: pointer;
}

.control-play.hidden,
.video-title.hidden {
    -webkit-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    opacity: 0;
    pointer-events: none;
}

.who-needs {
    padding: 56px 0;
}

.who-needs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	flex-wrap: wrap;
}

.notone .who-needs-item {
	max-width: 20%;
	padding-right: 20px;
	margin-bottom: 20px;
}

.who-needs-item {
	padding-right: 20px;
	margin-bottom: 20px;
	max-width: 25%;
}

.who-needs-item-icon {
    margin-bottom: 24px;
}

.who-needs-item-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 24px;
    color: #15817E;
}

.who-needs-item-desc {
    line-height: 24px;
    margin-bottom: 8px;
}

.who-needs-item-src,
.link-src {
    position: relative;
    text-decoration: underline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    color: #323535;
}

.who-needs-item-src:hover::after,
.link-src:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.who-needs-item-src::after,
.link-src::after {
    -webkit-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    content: url('../img/icons/arrow-right.svg');
}

.who-needs-item:nth-child(5n) .who-needs-item-title,
.who-needs-item:nth-child(5n-3) .who-needs-item-title,
.who-needs-item:nth-child(4) .who-needs-item-title {
    color: #8D67A5;
}

.how-it-works {
    padding: 56px 0;
}

.how-it-works h2 {
    margin-bottom: 28px;
}

.how-it-works p {
    font-size: 20px;
    line-height: 32px;
}

.how-it-works p:not(:last-child) {
    margin-bottom: 25px;
}

.how-it-works__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.04fr 0.96fr;
    grid-template-columns: 1.04fr 0.96fr;
}

.how-it-works__info {
    padding: 52px 60px;
    background: #FFFFFF;
}

.how-it-works__graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.how-it-works__graph img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.how-get {
    padding: 56px 0;
}

.how-get__dropdown {
    background-color: #F2EAF7;
    padding: 52px 64px;
    position: relative;
}

.how-get__dropdown:not(:last-child) {
    margin-bottom: 20px;
}

.how-get__dropdown:nth-child(2) {
    background-color: #DEEEED;
}

.how-get__dropdown-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.how-get__dropdown-desc {
    margin-bottom: 36px;
    line-height: 32px;
    max-width: 900px;
}

.how-get__dropdown .btn {
    height: 56px;
    color: #8D67A5;
    border: 1px solid #8D67A5;
}

.how-get__dropdown .btn:hover {
    color: rgba(11, 98, 96, 1);
    border-color: rgba(11, 98, 96, 1);
}

.how-get-spoiler {
    padding-top: 48px;
}

button[data-spoller] {
    border: none;
    background: transparent;
    position: absolute;
    top: 35px;
    right: 35px;
}

.how-get-spoiler__inner ul {
    counter-reset: section;
}

.how-get-spoiler__inner ul li {
    position: relative;
    padding-left: 72px;
    font-size: 20px;
    line-height: 32px;
}

.how-get-spoiler__inner ul li::before {
    color: #8D67A5;
    counter-increment: section;
    content: counter(section);
    width: 48px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.how-get-spoiler__inner ul li:not(:last-child) {
    margin-bottom: 24px;
}

.how-get__dropdown:nth-child(3) .how-get__dropdown-title {
    color: #8D67A5;
}

.how-get__dropdown:nth-child(3) .btn {
    color: #8D67A5;
    border: 1px solid #8D67A5;
}

.how-get__dropdown:nth-child(3) .btn:hover {
    color: rgba(104, 74, 122, 1);
    border-color: rgba(104, 74, 122, 1);
}

.how-get__dropdown button[data-spoller] svg path:nth-child(1) {
    fill: #8D67A5;
}
button[data-spoller] svg path:nth-child(3) {
    display: none;
}
button[data-spoller]._active svg path:nth-child(2) {
    display: none;
}
button[data-spoller]._active svg path:nth-child(3) {
    display: block;
}

.attention {
    padding: 56px 0;
}

.attention h2 {
    color: #E93C24;
}

.attention__inner > p {
    margin-bottom: 48px;
    max-width: 980px;
    line-height: 24px;
}

.attention-results__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 90px;
}

.attention-results-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.attention-results-title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
}

.attention-results-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 200px;
}

.attention-results-list li {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	line-height: 24px;
}

.attention-results-list.white-ls li:before {
    content: url('../img/icons/check-square-white.svg');
    margin-right: 10px;
}
.attention-results-list li:before {
    content: url('../img/icons/check-square.svg');
    margin-right: 10px;
}

.attention-results-price {
    color: #15817E;
    font-weight: 700;
}

.machine-cost {
    padding: 56px 0;
}

.machine-cost__inner {
    background-color: #F2F2F2;
    padding: 52px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
}

.machine-cost h2 {
    margin-bottom: 32px;
}

.machine-cost .prices {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.price-text {
	color: #E93C24;
	margin-bottom: 21px;
	font-weight: 500;
}

.machine-cost .old-price {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.machine-cost .old-price:before {
	width: 100%;
	content: '';
	height: 3px;
	background-color: #E93C24;
	position: absolute;
	top: 23px;
	transform: rotate(-8deg);
}

.machine-cost .price {
	font-size: 36px;
	color: #E93C24;
	font-weight: 700;
}

.machine-cost .btn {
    background-color: #15817E;
    margin-bottom: 18px;
    height: 56px;
}

.machine-cost .btn:hover {
    background-color: rgba(11, 98, 96, 1);
}

.machine-cost__time,
.machine-cost__cargo {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #696A6B;
}

.machine-cost__cargo {
    margin-bottom: 46px;
}

.machine-cost__desc {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 36px;
}

.machine-cost__get {
	color: #323535;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.machine-cost__get::after {
    margin-left: 8px;
    -webkit-transition: ease-in-out .3s all;
    -o-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    content: url('../img/icons/arrow-right.svg');
}

.machine-cost__get:hover::after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.caution {
    padding: 56px 0;
}

.caution h2 {
    text-align: center;
}

.cautions-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
}

.caution-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.caution-icon {
    margin-right: 16px;
}

.caution-text {
    font-size: 20px;
    line-height: 32px;
}

.caution-text span {
    font-weight: 700;
}

.reviews {
    padding: 56px 0;
}

.reviews h2 {
    text-align: center;
}

.reviews__inner {
    padding: 64px 56px 44px 56px;
    background-color: rgba(133, 132, 136, 0.11);
}

.reviews-slider {
    overflow: hidden;
}

.reviews-card {
    background-color: #fff;
    padding: 30px 24px;
    min-height: 519px;
}

.reviews-author {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.reviews-author-position {
    color: #8A8D8F;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.reviews-text {
    line-height: 24px;
}

.reviews-slider-container {
    position: relative;
}

.reviews-slider-arrows .arrow-left,
.reviews-slider-arrows .arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    width: 56px;
    height: 56px;
    z-index: 2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background-color: rgba(133, 132, 136, .5);
}
.reviews-slider-arrows .arrow-right {
    left: initial;
    right: -30px;
}

.feedback {
    padding: 56px 0 112px 0;
}

.feedback h2 {
    color: #15817E;
    margin-bottom: 30px;
}

.feedback-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
}

.feedback__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.1fr 0.9fr;
    grid-template-columns: 1.1fr 0.9fr;
    background-color: rgba(145, 197, 196, 0.3);
}

.feedback-img {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.feedback-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.feedback-form {
    padding: 64px 80px 64px 64px;
}

.feedback-form form input {
	padding: 20px 22px;
    width: 100%;
    border: none;
    margin-bottom: 24px;
}

.feedback .btn {
    border: none;
    background-color: #15817E;
    padding: 14px 40px;
    width: 100%;
    margin-bottom: 20px;
}

.feedback .btn:hover {
    background-color: rgba(11, 98, 96, 1);
}

.feedback-sogl {
    color: #15817E;
    font-size: 14px;
}

.feedback-sogl a {
    color: #15817E;
    text-decoration: underline;
}

.footer {
    background-color: #8A8D8F;
    padding: 50px 0;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-info,
.footer-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-phone {
    margin-bottom: 13px;
}

.footer-phone span {
    color: #D4D4D4;
}

.footer-nav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 100px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
}

.footer-mail a,
.footer-phone a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-mail a::before {
    content: url('../img/icons/mail.svg');
    margin-right: 4px;
}

.footer-phone a::before {
    content: url('../img/icons/phone.svg');
    margin-right: 4px;
}

.top-section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-section-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.top-section-item a:hover {
    text-decoration: underline;
}

.top-section-item.phone a::before {
    content: url('../img/icons/phone.svg');
    margin-right: 4px;
}

.top-section-item.mail a::before {
    content: url('../img/icons/mail.svg');
    margin-right: 4px;
}

.modal {
    padding: 0!important;
    position: relative;
}

.close-modal {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.modal-form-container {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: 1.55fr 0.45fr;
    grid-template-columns: 1.55fr 0.45fr;
    background-color: #DDEDED;
}

.modal-form {
    padding: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.modal-form h2 {
    color: #15817E;
    margin-bottom: 22px;
}

.modal-form > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 34px;
}

.modal-form input {
    padding: 20px 22px;
    width: 100%;
    border: none;
    margin-bottom: 24px;
}

.modal-form button.btn {
    background-color: #15817E;
    padding: 16px 24px;
    border: none;
    height: 56px;
    margin-bottom: 21px;
    width: 100%;
}

.fancybox__content > .f-button.is-close-btn {
    top: 24px !important;
    right: 24px !important;
    opacity: 1 !important;
    width: 48px;
    height: 48px;
    background-color: #fff !important;
    border-radius: 50%;
    color: #000 !important;
}

.burger-nav {
    display: none;
}

#nav-icon3 {
    display: none;
}

#nav-icon3 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
}

#nav-icon3 span:nth-child(4) {
    top: 36px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

:root {
  --zIndex-overlay: 900;
  --zIndex-navbar: 905;
  --colors-text: white;
  --colors-background: black;
  --colors-contast: #f4e285;
}

.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 11;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
}

.menu-overlay.event {
	pointer-events: initial;
}

.menu-content {
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #91C5C4;
}

.menu-overlay-buttons {
    padding-left: 10%;
    margin-top: 20px;
}

.menu-list {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10%;
}

.menu-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    padding-right: 30px;
}

.menu-link {
    display: inline-block !important;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.2;
}

.menu-overlay ul li:not(:last-child) .menu-link {
    padding-bottom: 24px;
}

.menu-link-btn {
    opacity: 1;
}

.menu-social-links {
  font-size: 13px;
  margin-block: 0.4em 0.7em;

  overflow-x: hidden;
  white-space: nowrap;
}

.menu-social-links a:hover {
    text-decoration: underline;
}

.experts {
    padding: 56px 0;
}

.experts-slider {
    overflow: hidden;
}

.experts-card {
    background-color: rgba(163, 106, 200, 0.3);
    padding: 24px;
    min-height: 630px;
    position: relative;
}

.experts-card-img {
    width: 100%;
    height: 370px;
}

.experts-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.expert-card-name {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.expert-card-position {
    text-align: center;
}

.experts-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
}

.experts-header > p {
    font-size: 20px;
    line-height: 32px;
    max-width: 594px;
    margin-left: 50px;
}

.experts-card .link-src {
	cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.footer-logo {
    width: 120px
}

.footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.breadcrumbs {
    margin: 62px 0 34px 0
}

.breadcrumbs__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.breadcrumbs__inner ul span {
    margin: 8px;
}

.breadcrumbs__inner ul li a {
    color: rgba(133, 132, 136, 1);
}

.breadcrumbs__inner ul li:not(:last-child) a {
    color: rgba(21, 129, 126, 1);
}

.mifar-for-business {
    padding: 0 0 56px 0;
}

.mifar-for-business__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 0.7fr;
    grid-template-columns: 1.3fr 0.7fr;
}

.mifar-for-business__left {
    max-width: 700px;
    margin-right: 100px;
}

.mifar-for-business__text {
    margin: 48px 0;
}

.mifar-for-business__text p {
    font-size: 20px;
    line-height: 32px;
}

.mifar-for-business__price {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 21px;
}

.mifar-for-business .btn {
    width: 100%;
    max-width: 356px;
}

.mifar-for-business__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.mifar-for-business__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.videos__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.videos__inner .control-play svg {
    width: 112px;
}

.videos__inner .video-title {
    font-size: 20px;
}

.videos {
    padding-bottom: 56px;
}

.videos-card iframe {
	width: 100%;
	height: 300px;
}

.videos-card-text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 18px;
}

.videos-card-text a {
    color: #15817E;
    text-decoration: underline;
}

.more-section {
    padding: 56px 0;
}

.more-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 64px;
    position: relative;
    background-color: rgba(145, 197, 196, 0.3);
}

.more-section__inner .btn {
    max-width: 415px;
    width: 100%;
}

.more-section__inner > *{
    z-index: 2;
}

.more-section__inner::after {
    content: url(../img/1\ 4.svg);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.more-section__inner::before {
    content: url(../img/Vector.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.more-section-inner-text {
    max-width: 537px;
    margin-right: 50px;
    font-size: 24px;
    line-height: 40px;
    color: #15817E;
    font-weight: 700;
}

.sale {
    padding: 56px 0;
}

.sale__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 0.7fr;
    grid-template-columns: 1.3fr 0.7fr;
    background-color: #F2EAF7;
}

.sale-info {
    padding: 64px;
}

.sale-info h2 {
    color: #8D67A5;
    margin-bottom: 24px;
}

.sale-info p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}

.sale-info p span {
    font-weight: 700;
}

.sale-info .btn-rose {
    width: 100%;
    max-width: 241px;
    background-color: #8D67A5;
}

.sale-img {
    width: 100%;
    height: 100%;
    max-width: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #8D67A5;
}

.sale-img__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pages-text {
    padding: 56px 0;
}

.pages-text-double {
	columns: 2;
  	column-gap: 20px;
}

.pages-text-double > * {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.pages-text-double h2 {
    margin-bottom: 87px;
}

.pages-text-double img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.pages-text-double p {
    font-size: 20px;
    line-height: 32px;
}

.pages-text-double p:not(:last-child) {
    margin-bottom: 23px;
}

.pages-text-more {
    margin: 60px 0;
    padding: 44px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.pages-text-more b {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
}

.pages-text-more p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.pages-text-bottom {
    padding: 64px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    background-color: #F2F2F2;
}

.pages-text-bottom__left {
    min-width: 534px;
}

.pages-text-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pages-text-bottom__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pages-text-bottom-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.pages-text-bottom-title,
.pages-text-bottom-desc {
    font-size: 20px;
    line-height: 32px;
}

.results-mifar__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 0.7fr;
    grid-template-columns: 1.3fr 0.7fr;
    background-color: #DDEDED;
}

.results-mifar__left {
    padding: 64px;
}

.results-mifar ul li {
    font-size: 20px;
    line-height: 32px;
}

.results-mifar ul li:not(:last-child) {
    margin-bottom: 32px;
}

.results-mifar__righ {
    width: 100%;
    max-width: 410px;
}

.results-mifar__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.popup-doctor {
    padding: 48px 60px;
}

.doctor-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 56px;
    color: #15817E;
}

.doctor-pos {
    font-size: 20px;
    margin-bottom: 32px;
}

.doctor-quote {
    position: relative;
    background-color: #DDEDED;
    padding: 48px 40px;
    margin-bottom: 32px;
}

.doctor-quote::after {
    content: url(../img/icons/quote.svg);
    left: 24px;
    top: 24px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.doctor-quote-text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
}

.doctor-quote-author {
    text-align: right;
    font-style: italic;
}

.doctor-text p {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
}

.doctor-text b {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 32px;
}

.doctor-text ul li {
    font-size: 20px;
    line-height: 32px;
    list-style: disc;
    margin: 0 0 5px 16px;
}

.author__inner {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    justify-content: space-between;
}

.author-info {
    margin-right: 80px;
}

.author-image {
    max-width: 410px;
}

.author-info h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 48px;
}

.author-introrext {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 32px;
}

.author-quote {
    padding: 44px 20px;
    border-top: 1px solid #DDEDED;
    border-bottom: 1px solid #DDEDED;
    position: relative;
    z-index: 1;
}

.author-quote-text {
    font-size: 22px;
    line-height: 36px;
    color: #15817E;
    margin-bottom: 24px;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.author-quote svg {
    position: absolute;
    top: 25px;
    left: 0;
}

.author-quote-name {
    color: #15817E;
    font-style: italic;
    text-align: right;
}

.author-description {
    padding: 60px 0;
}

.tab-titles {
    display: flex;
    margin: 20px 0 40px;
}

.tab-links {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.tab-links::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #15817E;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}

.tab-links.active-link::after {
    width: 100%;
}

.tab-contents {
    display: none;
}

.tab-contents.active-tab {
    display: block;
}

.timing {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.timing__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.timing__item-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: auto;
    background-image: linear-gradient(#84bcbb, #84bcbb);
    background-repeat: no-repeat;
    background-position: 9px 0;
    background-size: 1px 100%;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}
.timing__item-time::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #84bcbb;
    position: absolute;
    left: 5px;
}
.timing__item:not(:last-child) .timing__item-time,
.timing__item:not(:last-child) .timing__item-info {
    padding-bottom: 20px;
}
.timing__item:first-child .timing__item-time {
    background-position-y: 8px;
}
.timing__item:last-child .timing__item-time {
    background-position-y: calc(-100% - 8px);
}

.timing__item-time {
    width: 160px;
    font-size: 20px;
    font-weight: 700;
}

.timing__item-info {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
}

.author-p p {
    font-size: 20px;
    line-height: 32px;
}

.author-p p:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.top-section-item.messagers {
		display: none;
	}
	.pages-text-double {
		columns: initial;
	}
	.author__inner {
		grid-template-columns: 1fr;
	}
	.author-info {
		margin-right: 0;
	}
	.author-image {
		width: 100%;
		height: 100%;
	}
	.author-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
    .menu-content {
        width: 100%;
    }
    .burger-nav {
        display: block;
    }
    .header-banner-graph {
        margin-right: 0;
    }
    .banner-btns {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header .first-callback-btn {
        margin-bottom: 10px;
    }
    .feedback-img {
        display: none;
    }
    .feedback-text {
        width: 100%;
    }
    .feedback-form__group {
        width: 100%;
    }
    .feedback__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .how-it-works__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .how-it-works__graph {
        height: 630px;
    }
    .machine-cost__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
    #nav-icon3 {
        display: block;
    }
    .header-menu {
        display: none;
    }
    .header-nav__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .notone .who-needs-item,
    .who-needs-item {
		max-width: 100%;
		padding-right: 0;
	}
    .who-needs-items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: space-evenly;
    	text-align: center;
    }
}

@media screen and (max-width: 768px) {
	.footer-pay img {
		width: 100%;
	}
	.videos-card iframe,
	.mifar-video iframe {
		height: 400px;
	}
	.machine-cost .prices {
		flex-direction: column;
		align-items: flex-start;
	}
	.author-info h1 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.author-introrext,
	.author-p p,
	.timing__item-info,
	.author-quote-text {
		font-size: 16px;
		line-height: 24px;
	}
	.tab-links {
		margin-right: 15px;
		font-size: 16px;
	}
	.timing__item-time {
		font-size: 16px;
		width: 150px;
	}
    .mifar-for-business__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .mifar-for-business__left {
        margin-bottom: 30px;
        margin-right: 0;
        max-width: initial;
    }
    .videos__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .more-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .more-section-inner-text {
        margin-right: 0;
        max-width: initial;
        margin-bottom: 15px;
    }
    .more-section__inner .btn {
        max-width: initial;
    }
    .pages-text-double {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .pages-text-left h2 {
        margin-bottom: 40px;
    }
    .pages-text-left {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 40px;
    }
    .pages-text-bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .results-mifar__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .results-mifar__right {
        display: none;
    }
    .pages-text-bottom__left {
        min-width: initial;
    }
    .sale__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .sale-img {
        display: none;
    }
    #nav-icon3 {
        height: 25px;
        width: 40px;
    }
    #nav-icon3 span {
        height: 3px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 20px;
    }
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px;
    }
    .menu-overlay-buttons,
    .menu-list {
        padding-left: 5%;
    }
    .header-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-banner-info {
        width: 100%;
        margin-bottom: 30px;
    }
    .banner-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .attention-results__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 45px;
    }
    .machine-cost__inner {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .machine-cost__price {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .machine-cost__img {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .top-section-item.phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .top-section-item.phone a {
        margin-bottom: 3px;
    }
    .top-section__inner {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .banner-btns .btn {
        margin-bottom: 10px;
        width: 100%;
    }
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer__inner > div {
        margin-bottom: 30px;
    }
    .video-title {
        font-size: 18px;
    }
    .control-play svg {
        width: 100px;
    }
    .modal-image {
        display: none;
    }
    .modal-form-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 515px) {
    .who-needs-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    } 
    .sale-info,
    .results-mifar__left,
    .pages-text-bottom,
    .more-section__inner,
    .doctor-quote {
        padding: 32px;
    }
    .results-mifar ul li,
    .experts-header > p,
    .pages-text-bottom-title, 
    .pages-text-bottom-desc,
    .pages-text-more p,
    .pages-text-double p,
    .mifar-for-business__text p,
    .doctor-quote-text,
    .doctor-text p,
    .doctor-text ul li,
    .doctor-text b,
    .doctor-pos,
    .videos-card-text,
    .more-section-inner-text {
        font-size: 16px;
        line-height: 20px;
    }
    .doctor-title {
        max-width: 70%;
        font-size: 24px;
        line-height: 24px;
    }
    .experts-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .experts-header > p {
        margin-left: initial;
    }
    .menu-overlay-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu-overlay-buttons .btn:not(:last-child) {
        margin-bottom: 16px;
    }
    .menu-overlay ul li:not(:last-child) .menu-link {
        padding-bottom: 32px;
    }
    .menu-link {
        font-size: 24px;
    }
    .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 200px 0 90px 0;
    }
    .cautions-container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .how-it-works__info,
    .how-get__dropdown,
    .machine-cost__inner,
    .feedback-form {
        padding: 15px;
    }
    button[data-spoller] {
        top: 20px;
        right: 20px;
    }
    .how-get__dropdown-title {
        font-size: 24px;
        max-width: 65%;
    }
    .reviews__inner {
        padding: 15px 20px;
    }
    .feedback-form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .feedback .btn {
        width: 100%;
    }
    .feedback-form__group input {
        margin: 0;
        padding: 10px;
        height: 60px;
    }
    .footer-nav ul {
        grid-row-gap: 15px;
        grid-template-columns: 1fr;
        text-align: center;
    }
    .who-needs-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .banner-title {
        font-size: 56px;
    }
    .banner-title span {
        font-size: 18px;
    }
    .banner-desc {
        font-size: 16px;
        line-height: 24px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .mifar-info__inner > p,
    .how-it-works p,
    .machine-cost__time,
    .machine-cost__cargo,
    .machine-cost__desc,
    .caution-text,
    .feedback-text,
    .banner-btns .btn,
    .how-get-spoiler__inner ul li,
    .modal-form > p {
        font-size: 16px;
        line-height: 24px;
    }
    .how-it-works__graph {
        height: 320px;
    }
    .cautions-container {
        grid-row-gap: 20px;
        grid-column-gap: 0;
    }
    .btn {
        font-size: 16px;
    }
    .menu-overlay-buttons, 
    .menu-list {
        padding-left: 30px;
    }
    .modal-form {
        padding: 30px;
    }
}

@media screen and (max-width: 414px) {
	.mifar-video iframe,
	.videos-card iframe {
		height: 200px;
	}
    .quote svg {
        width: 320px;
    }
    .banner-image__container {
        width: 320px;
    }
    .banner-image__container img {
        width: 100%;
    }
    .header-banner {
        margin-top: 30px;
    }
    .menu-link {
        font-size: 18px;
    }
    .menu-overlay-buttons, .menu-list {
        padding-left: 20px;
    }
    .first-callback-btn {
        padding: 10px;
    }
    .top-section a, .top-section span {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
  .mifar-info__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
  }

  .mifar-info__text {
    grid-column: 1;
  }

  .mifar-info__images {
    grid-column: 2;
  }

  .mifar-info__images img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.mifar-info__text p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.mifar-info__text h2 {
  margin-bottom: 15px;
}

.mifar-info__text .banner-btns {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .mifar-info__images img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .mifar-info__images {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Ограничиваем текст */
.reviews-text-wrapper {
    position: relative;
    max-height: 24em; /* Примерно 6 строки (зависит от line-height) */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Состояние, когда текст развернут */
.reviews-text-wrapper.expanded {
    max-height: 1000px; /* Достаточно большое значение */
}

/* Кнопка */
.read-more-btn {
    display: inline-block;
    background: none;
    border: none;
    color: #15818D; /* Цвет ссылки */
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
    font-weight: bold;
}