.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    body {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
    }
}

/*#region Коллекция */

section.collections .slick-pager ul li.active {
    background-color: #6e7191;
}

section.collections .slick-pager ul li:not(.active):active,
section.collections .slick-pager ul li:not(.active):focus,
section.collections .slick-pager ul li:not(.active):hover {
    background-color: inherit;
    -webkit-border-radius: 0;
    border-radius: 0;
}

section.collections .slick-pager ul li.disabled {
    visibility: hidden;
}

section.collections .slick-pager ul li:not(.active) a {
    color: #333;
}

section.collections .slick-pager ul li:not(.active):active a,
section.collections .slick-pager ul li:not(.active):focus a,
section.collections .slick-pager ul li:not(.active):hover a {
    color: #496ff5;
}

section.collections .card-slide {
    font-family: Roboto, sans-serif;
}

section.collections .card-slide * {
    outline: none;
}

section.collections .card-slide .card-item {
    position: relative;
    height: 100%; /** Выравнивание слайдов по высоте (высота родителя устанавливается через js) */
    margin: 0 15px;
    padding: 3rem 1.6rem 1.6rem;
    background-color: #fff;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #dedede;
    transition: all 0.2s ease-in;
}

section.collections .card-slide .card-item:hover {
    box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
    transition: all 0.2s ease-in;
}

section.collections .card-slide .card-item:hover section.collections .card-slide .card-item .card-descr .btn-buy a {
    background: #54b655;
    color: #ffffff;
}

section.collections .badge-status {
    position: absolute;
    top: 1rem;
    left: 1.7rem;
    padding: 0.4em 0.7em;
    border-radius: 0;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
}

section.collections .badge-status-not-available {
    background: #dbdbdb;
}

section.collections .badge-status-pre-order {
    background: #b7b7b7;
}

section.collections .badge-status-novelty {
    background: #8bc34a;
}

section.collections .card-slide .card-item .img-wrapper {
    height: 254px;
    margin-bottom: 2.3em;
}

section.collections .card-slide .card-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

section.collections .card-slide .card-item .card-descr .price {
    padding-top: 15px;
    margin: 0.75em 0 0.4em;
    font-size: 24px;
    font-weight: bold;
}

section.collections .card-slide .card-item .card-descr .btn-buy {
    margin: 15px 0 10px 0;
}

section.collections .card-slide .card-item .card-descr .btn-buy a {
    text-decoration: none;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #54b655;
    border: 1px solid #54b655;
    width: 100%;
    padding: 17px 20px;
    transition: all 0.2s ease;
}

section.collections .card-slide .card-item .card-descr .btn-buy a:hover {
    background: #54b655;
    color: #ffffff;
    transition: all 0.2s ease;
}

section.collections .card-slide .card-item .card-descr .price .currency {
    font-size: 0.9em;
}

section.collections .card-slide .card-item .card-descr h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

section.collections .card-slide .card-item .card-descr h3 .model-name {
    margin: 0.5em 0 0;
    font-size: 0.9em;
    font-weight: normal;
}

section.collections .card-slide .card-item .card-descr .card-description-gift {
    height: 20px;
    margin: 1em 0 0;
    font-size: 14px;
}

section.collections .card-slide .slick-list {
    width: 100%;
    padding: 15px 0;
}

section.collections .slick-pager {
    margin: 2em 0;
}

section.collections .slick-pager li.active,
section.collections .slick-pager li:active,
section.collections .slick-pager li:focus,
section.collections .slick-pager li:hover {
    background-color: #ff9900;
}

section.collections .slick-pager li a,
.slick-pager ul li.disabled a {
    color: #fff;
}

@media (max-width: 1499.98px) {
    section.collections .card-slide .card-item .img-wrapper {
        height: 223px;
    }

    section.collections .card-slide .card-item .card-descr h3 br {
        display: none;
    }
}

@media (max-width: 991.98px) {
    section.collections .slick-pager {
        margin: 1em 0;
    }
}

@media (max-width: 767.98px) {
    section.collections .btn-box {
        padding: 25px 0 40px;
    }
}

@media (max-width: 575.98px) {
    section.collections .card-slide {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.scrolltop {
    display: none;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    position: relative;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 777;
}

.scrolltop::after {
    content: url("../img/arr-top.png");
    position: absolute;
    top: 21px;
    left: 15px;
}

.swim-get-pdf {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: fixed;
    bottom: 40px;
    left: 40px;
    cursor: pointer;
    z-index: 777;
}

@media (max-width: 768px) {
    .swim-get-pdf {
        font-size: 12px;
        bottom: 20px;
        left: 5%;
        width: 90%;
    }
}
.swim-get-pdf__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 18px 32px;
}
.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(42, 131, 148, 0.8);
    animation: pulse 3s infinite;
}
.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
    }
    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
        box-shadow: 0 0 0 0 rgba(42, 131, 148, 0.8);
    }
    20% {
        -moz-box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
        box-shadow: 0 0 0 10px rgba(42, 131, 148, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
        box-shadow: 0 0 0 0 rgba(42, 131, 148, 0);
    }
}
.pulse {
    box-shadow: 0 0 0 rgba(170, 20, 155, 0.8);
}
.swim-get-pdf {
    background: #223e73;
    border-radius: 5px;
}
.scrolltop {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #54b655;
}
/** Форма всплываха для плавоющей кнопки на главной кремлях */
.micro-modal {
    position: absolute;
    top: -320px;
    left: 0;
    width: 322px !important;
    height: auto;
    padding: 25px 15px 0px 15px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 80px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 80px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 80px rgba(0, 0, 0, 0.25);
    cursor: default;
}

@media (max-width: 768px) {
    .micro-modal {
        width: 100% !important;
    }
}

.micro-modal-wrap__input {
    padding: 0 20px;
}
.micro-modal input[type="email"] {
    margin: 10px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 22px;
}
.micro-modal input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
}
.micro-modal input[type="email"]:-moz-placeholder {
    font-size: 14px;
}

.micro-modal__btn-submit {
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #ffffff;
    background: #223e73;
    width: 100%;
    border: none;
    padding: 10px;
    height: 55px;
    text-align: center;
}
.micro-modal__btn-submit:after {
    content: url("../img/logo-download.png");
    margin-top: 10px;
    position: relative;
    top: 3px;
    margin-left: 0.5em;
}
.micro-modal__btn-submit_img {
    width: 90px;
    height: 105px;
    position: absolute;
    top: -25px;
    right: -26px;
}

.btn-get-first-pdf {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: #fed20c;
    border-radius: 6px;
    padding: 11px 5px;
    display: inherit;
    text-align: center;
    width: 100%;
    border: none;
}
.o-0 {
    opacity: 0;
}

section.packs {
    padding: 130px 0 110px 0;
}
section.packs h4 {
    font-family: "Museo Cyrl 900";
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 40px;
}
section.packs .packs-slider .slick-list {
    width: 100%;
    padding: 15px 0;
}
section.packs .packs-slide {
    position: relative;
    height: 100%;
    margin: 0 15px;
    padding: 20px;
    background-color: #fff;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #D9DBE9;
    transition: all 0.2s ease-in;
}
section.packs .packs-slide:hover {
    box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
    transition: all 0.2s ease-in;
}
section.packs .img-wrapper {
    height: 395px;
    margin-bottom: 13px;
}
section.packs .img-wrapper img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
section.packs .packs-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #54B655;
    border-radius: 10px;
    padding: 6px 10px;
    color: #fff;
}
section.packs .packs-descr {

}
section.packs .packs-descr h3 {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #171724;
    margin-bottom: 8px;
}
section.packs .packs-prices {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 13px;
}
section.packs .packs-price {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #F84949;
}
section.packs .packs-price-old {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration-line: line-through;
    color: #A5A8BC;
}
section.packs .packs-btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #54B655;
    color: #54B655;
    border-radius: 10px;
    transition: all 0.2s ease;
    font-weight: 400;
    font-size: 16px;
}
section.packs .packs-btn-buy.hidden {
    display: none;
}
section.packs .packs-btn-buy:hover {
    background: #54b655;
}
section.packs .packs-btn-buy:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    section.packs .img-wrapper {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    section.packs .packs-slider {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}


section.faq {
    padding: 50px 0;
}

section.faq h4 {
    font-family: "Museo Cyrl 900";
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 40px;
}

@media (max-width: 575.98px) {
    section.faq h4 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}
section.faq .faq-accordion {
    padding-bottom: 40px;
}

section.faq .faq-accordion .card {
    background: 0 0;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding-bottom: 0;
    background-color: #ffffff;
}

section.faq .faq-accordion .card:hover {
    background-color: #eff0f6;
}

section.faq .faq-accordion .card .card-header {
    background: 0 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

section.faq .faq-accordion .card .card-header p {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 34px;
    border-radius: 0;
    color: #333;
    text-align: left;
    white-space: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p {
    color: #333;
}

section.faq .faq-accordion .card .card-header p:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.75em);
    right: 1.3em;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../img/expand.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: #333;
    font-style: normal;
}

section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p:after {
    background-image: url(../img/collapse.png);
}

section.faq .faq-accordion .card .card-header p .question-number {
    display: inline-block;
    width: 1.7em;
    font-size: 1.3em;
    font-style: normal;
}

section.faq .faq-accordion .card .card-body {
    padding: 0 120px 19px 75px;
    border-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
section.faq .faq-accordion .card.active {
    background: #fff;
}
section.faq .faq-accordion .collapse-line::after {
    display: block;
    content: " ";
    width: 100%;
    height: 6px;
    background-color: #54B655;
}

section.faq .more {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
    color: #333333;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s linear;
}

section.faq .more:hover {
    color: #302f82;
    border-color: #302f82;
}

@media (max-width: 576px) {
    section.faq .faq-accordion {
        padding-bottom: 20px;
    }

    section.release {
        padding: 25px 0 50px 0;
    }
    section.faq {
        margin-top: 30px;
        clip-path: none;
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    section.faq .title {
        font-size: 24px;
        padding: 20px 0;
    }

    section.faq .faq-accordion .card .card-header p {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 50px 10px 20px;
    }

    section.faq .faq-accordion .card .card-header p:after {
        right: 0.9em;
        background-image: url("../img/expand-m.png");
    }

    section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p:after {
        right: 0.9em;
        background-image: url("../img/collapse-m.png");
    }

    section.faq .faq-accordion .card .card-body {
        padding: 0 20px 10px;
        font-size: 14px;
        line-height: 24px;
    }
}

section.faq .more {
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #333333;
}

section.faq .more:hover {
    color: #302f82;
    border-color: #302f82;
}

section.release table {
    border-color: transparent;
}

section.release table thead * {
    border: none !important;
    background: #8fc741 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff !important;
}

section.release .schedule-table thead th,
.schedule-table tbody td b {
    font-weight: 400 !important;
    color: #171724;
}
section.release table thead th:first-child {
    border-radius: 10px 0 0 0;
}

section.release table thead th:last-child {
    border-radius: 0 10px 0 0;
}

section.release .schedule-link {
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #333333;
}
section.release .btn-style {
    margin-top: 10px;
    background: #54b655;
    background: linear-gradient(0deg, #1c9949 0%, #47aa3d 105%);
    box-shadow: 1px 1px 15px rgba(23, 23, 36, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 19px 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #ffffff;
}
section.release .btn-style:hover {
    background: linear-gradient(0deg, #1da14d 0%, #4bb340 105%);
}

ul.schedule-pager.link-pager li.active {
    background: #54b655 !important;
}

@media (max-width: 575.98px) {
    .fix-mobile-menu {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .getpdf .bnt-subscribe {
        width: 100%;
    }
}
.about {
    overflow: visible !important;
    position: relative;
}
.circle-big,
.circle-sm {
    position: absolute;
}
.circle-sm {
    top: 7%;
    left: 0;
    background-image: url("/upload/landings/nasekomie/main/img/about/elipse-sm.png");
    z-index: 1;
    width: 465px;
    height: 520px;
}
.circle-big {
    top: 42%;
    right: 0;
    background-image: url("/upload/landings/nasekomie/main/img/about/elipse-big.png");
    z-index: 1;
    width: 705px;
    height: 813px;
}
@media (max-width: 1440px) {
    .main,
    .advantages,
    .gift-more,
    .faq,
    .release,
    .collections {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }
}
@media (max-width: 1280px) {
    .main,
    .advantages,
    .gift-more,
    .faq,
    .release,
    .collections {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .advantages .advantages-all--title,
    .advantages .advantages-delivery--title,
    .advantages .advantages-gaurante--title {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .main,
    .advantages,
    .about,
    .variables-subs,
    .gift-more,
    .faq,
    .release,
    .collections {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .circle-sm {
        top: 2%;
        left: 0;
        background-image: url("/upload/landings/nasekomie/main/img/about/elipse-sm-m.png");
        z-index: 1;
        width: 145px;
        height: 163px;
    }
    .circle-big {
        top: 55%;
        right: 0;
        background-image: url("/upload/landings/nasekomie/main/img/about/elipse-big-m.png");
        z-index: 1;
        width: 224px;
        height: 252px;
    }
}

.table-schedule-link {
    cursor: pointer;
    color: #171724;
    font-weight: 400;
}
.table-schedule-link:hover {
    text-decoration: underline;
    color: #8fc741;
}

.block-hidden {
    display: none;
}

.main--info h1.animation::after {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.schedule-table {
    position: relative;
    z-index: 89;
}
.j-shedule {
    z-index: 88;
    position: absolute;
    top: -91px;
    right: 100px;
    width: 150px;
    height: 149px;
    background: url("../img/j-shedule.png");
}
.j-shedule:hover {
    animation: shake 0.3s;
    animation-iteration-count: infinite;
}

@media (max-width: 768px) {
    .j-shedule {
        z-index: 88;
        position: absolute;
        top: -45px;
        right: 2%;
        width: 68px;
        height: 68px;
        background: url("../img/j-shedule-m.png");
    }
}
@media (max-width: 575.98px) {
    .collections h4 {
        padding-bottom: 20px !important;
    }
    .release h4 {
        padding-bottom: 30px !important;
    }
}
.variables-subs .warning {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    line-height: 130%;
    color: #3a3a4d;
}
@media (max-width: 575.98px) {
    .variables-subs .warning {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .variables-subs #subscribeTypeStandart {
        margin-bottom: 15px;
    }
}
.variables-subs-pattern {
    width: 100%;
    height: 13px;
    background: url("../img/subs/pattern.png") repeat;
    background-position: center;
}
@media (max-width: 575.98px) {
    .variables-subs-pattern {
        width: 100%;
        height: 6px;
        background: url("../img/subs/pattern-m.png") repeat;
        background-position: center;
    }
}
.variables-subs {
    padding-top: 50px;
    padding-bottom: 30px;
}
.variables-subs h1 {
    padding-bottom: 40px;
}

@media (max-width: 575.98px) {
    .variables-subs h1 {
        padding-bottom: 20px;
    }
}
.variables-subs .tarifs__wrap__ul ul li strong {
    white-space: nowrap;
}
.micro-modal .micro-modal__descr {
    padding: 10px 0 15px 0;
}
.micro-modal .micro-modal__descr .title {
    font-family: "Museo Cyrl 900";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171724;
    transform: rotate(-2deg);
    background: #fde000;
    padding: 7px 11px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.micro-modal .micro-modal__descr .subtitle {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #171724;
    text-align: left;
}

.about {
    padding: 100px 0;
}
@media (max-width: 575.98px) {
    .about {
        padding: 50px 0;
    }
}
.about h4 {
    font-weight: 900;
    font-family: "Museo Cyrl 900";
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
}
@media (max-width: 575.98px) {
    .about h4 {
        font-size: 24px;
        line-height: 28px;
    }
}
.about .about--title {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    color: #171724;
}
.about .about--img {
}
.about .about--img img {
    max-width: 100%;
}

.release .table th,
.table td {
    border-left: 1px solid #d9dbe9;
}

.release .schedule-table tbody tr {
    border: none;
}
.wwrapper {
    position: relative;
    z-index: 100;
    border-radius: 10px;
    box-shadow: inset 1px 0 0 #d9dbe9, inset 0 1px 0 #d9dbe9, inset 0 -1px 0 #d9dbe9, inset -1px 0 0 #d9dbe9 !important;
}
.schedule-table thead th:last-child,
.schedule-table tbody td:last-child {
    padding-right: 0 !important;
}
.variables-subs .tarifs .tarifs__wrap {
    width: 90%;
    margin: 0 auto;
}
.variables-subs .warning {
    width: 90%;
    margin: 0 auto;
}
.variables-subs .tarifs .tarifs__wrap {
    min-height: 661px !important;
}
@media (max-width: 575.98px) {
    .about .about--title {
        font-size: 18px;
    }
}

.j-adv {
    width: 80px;
    height: 79px;
    background: url("../img/j-adv.png");
    margin-top: -25px;
    margin-left: 10%;
}
.j-adv:hover {
    animation: shake 0.3s;
    animation-iteration-count: infinite;
}
@media (max-width: 575.98px) {
    .j-adv {
        width: 66px;
        height: 65px;
        background: url("../img/j-adv-m.png");
        margin-top: -15pt;
        margin-left: 60%;
    }
}

@media (max-width: 575.98px) {
    .variables-subs .tarifs .tarifs__wrap {
        width: 100%;
    }
    .about h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .getpdf {
        padding: 20px 0 40px 0;
    }
    .getpdf .title,
    .getpdf .subtitle {
        text-align: center;
    }
    .collections {
        padding: 25px 0;
    }
}

.variables-subs .tarifs .tarifs__wrap .price {
    padding: 10px 0px 0px 0px;
    width: 100%;
}
.variables-subs .tarifs .tarifs__wrap .price-old {
    font-size: 16px;
    text-decoration: line-through;
    padding-bottom: 10px;
    color: #808080;
}
/*about*/
.about .step-1,
.step-3 {
    margin-bottom: 40px;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about .step-1 .title,
.step-3 .title {
    display: flex;
    flex-direction: row;
    opacity: 0;
}
.about .step-1 .title.visible,
.step-3 .title.visible {
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.about .step-1 .title.visible .number__wrap,
.step-3 .title.visible .number__wrap {
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #54b655;
    border-radius: 50%;
    position: relative;
}
.about .step-1 .title.visible .number__wrap:after,
.step-3 .title.visible .number__wrap:after {
    right: 46px;
    position: absolute;
    content: " ";
    width: 400px;
    height: 2px;
    background: #54b655;
}
.about .step-1 .title.visible .number__wrap .number,
.step-3 .title.visible .number__wrap .number {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    color: #ffffff;
}
.about .step-1 .title.visible .text,
.step-3 .title.visible .text {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    color: #171724;
    max-width: 450px;
    padding-left: 30px;
}
.about .step-1 .picture,
.step-3 .picture {
    opacity: 0;
}
.about .step-1 .picture img,
.step-3 .picture img {
    max-width: 100%;
}
.about .step-1 .picture.visible,
.step-3 .picture.visible {
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.about .step-2,
.step-4 {
    margin-bottom: 40px;
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.about .step-2 .title,
.step-4 .title {
    display: flex;
    flex-direction: row;
    opacity: 0;
}
.about .step-2 .title.visible,
.step-4 .title.visible {
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.about .step-2 .title.visible .number__wrap,
.step-4 .title.visible .number__wrap {
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #54b655;
    border-radius: 50%;
    position: relative;
}
.about .step-2 .title.visible .number__wrap:after,
.step-4 .title.visible .number__wrap:after {
    left: 46px;
    position: absolute;
    content: " ";
    width: 400px;
    height: 2px;
    background: #54b655;
}
.about .step-2 .title.visible .number__wrap .number,
.step-4 .title.visible .number__wrap .number {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    color: #ffffff;
}
.about .step-2 .title.visible .text,
.step-4 .title.visible .text {
    font-style: italic;
    font-weight: normal;
    font-size: 30px;
    line-height: 130%;
    color: #171724;
    max-width: 450px;
    padding-right: 30px;
}
.about .step-2 .picture,
.step-4 .picture {
    opacity: 0;
}
.about .step-2 .picture img,
.step-4 .picture img {
    max-width: 100%;
}
.about .step-2 .picture.visible,
.step-4 .picture.visible {
    transition: all 0.5s ease;
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.about .step-1,
.step-2,
.step-3,
.step-4 {
    padding: 0 240px;
}
.about .step-1 .picture img {
    max-width: 690px;
}
.about .step-2 .picture img {
    max-width: 690px;
}
.about .step-3 .picture img {
    max-width: 690px;
}
.about .step-4 .picture img {
    max-width: 690px;
}
@media (max-width: 1600px) {
    .about .step-1,
    .step-2,
    .step-3,
    .step-4 {
        padding: 0 100px;
    }
}
@media (max-width: 1440px) {
    .about .step-1,
    .step-2,
    .step-3,
    .step-4 {
        padding: 0 15px;
    }
}
@media (max-width: 980px) {
    .about .step-1,
    .about .step-2,
    .about .step-3,
    .about .step-4 {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .about .title {
        margin-bottom: 30px;
    }
    .about .step-1 .picture img {
        max-width: 100%;
    }
    .about .step-2 .picture img {
        max-width: 100%;
    }
    .about .step-3 .picture img {
        max-width: 100%;
    }
    .about .step-4 .picture img {
        max-width: 100%;
    }
    .about .step-1 .title .text {
        font-size: 18px !important;
    }
    .about .step-2 .title .text {
        font-size: 18px !important;
    }
    .about .step-3 .title .text {
        font-size: 18px !important;
    }
    .about .step-4 .title .text {
        font-size: 18px !important;
    }
    .about .step-2 .picture.visible,
    .step-4 .picture.visible {
        transition: all 0.5s ease;
        opacity: 1;
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
    }
    .about .step-1 .picture.visible,
    .step-3 .picture.visible {
        transition: all 0.5s ease;
        opacity: 1;
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
    }

    .about .step-1 .title.visible,
    .step-2 .title.visible,
    .step-3 .title.visible,
    .step-4 .title.visible {
        transition: all 0.5s ease;
        opacity: 1;
        -webkit-transform: translateY(20px) !important;
        transform: translateY(20px) !important;
    }

    .about .step-1 .title.visible .number__wrap,
    .step-3 .title.visible .number__wrap {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }
    .about .step-2 .title.visible .number__wrap,
    .step-4 .title.visible .number__wrap {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }
    .about .step-1 .title.visible .number__wrap .number,
    .step-3 .title.visible .number__wrap .number {
        font-size: 18px;
    }
    .about .step-2 .title.visible .number__wrap .number,
    .step-4 .title.visible .number__wrap .number {
        font-size: 18px;
    }
    .about .step-1 .title.visible .number__wrap:after,
    .step-3 .title.visible .number__wrap:after {
        right: 30px;
    }
    .about .step-2 .title.visible .number__wrap:after,
    .step-4 .title.visible .number__wrap:after {
        left: 30px;
    }
}
section.about .btn-style {
    margin-top: 10px;
    background: #54b655;
    background: linear-gradient(0deg, #1c9949 0%, #47aa3d 105%);
    box-shadow: 1px 1px 15px rgb(23 23 36 / 10%);
    border-radius: 10px;
    text-align: center;
    padding: 19px 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #ffffff;
    font-style: normal;
}
section.about .btn-style:hover {
    background: linear-gradient(0deg, #1da14d 0%, #4bb340 105%);
}
.about .step-2 .picture.visible, .step-4 .picture.visible {
    width: 50%;
}
@media (max-width: 980px) {
    .about .step-2 .picture.visible, .step-4 .picture.visible {
        width: 100%;
    }
}
.linkOzon {
    text-align: center;
    margin-top: 5px;
}