@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Manrope-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Manrope-Semibold.woff2) format("woff2");
}
@font-face {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Manrope-Bold.woff2) format("woff2");
}
body,
html {
    height: 100%;
}
body {
    font-family: Manrope, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #12181f;
    background-color: #fff;
    font-weight: 500;
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 32px;
}
@media all and (max-width: 767px) {
    .heading {
        margin-bottom: 20px;
    }
}
.heading h2 {
    font-size: 36px;
    line-height: 116%;
}
@media all and (max-width: 767px) {
    .heading h2 {
        font-size: 20px;
        line-height: 136%;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #fff;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    border-radius: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#037f45),
        to(#08a652)
    );
    background: linear-gradient(90deg, #037f45 0, #08a652 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    outline: 0;
}
@media all and (max-width: 575px) {
    .btn {
        padding: 16px 8px;
    }
}
.btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#08a652),
        to(#037f45)
    );
    background: linear-gradient(90deg, #08a652 0, #037f45 100%);
    z-index: -1;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    opacity: 0;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 1;
}
.btn span {
    position: relative;
    background-size: 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 32px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn.btn-tg {
    letter-spacing: 0;
}
.btn.btn-tg span {
    background-image: url(../img/icon_2.svg);
}
.btn.btn-border {
    background: #fff;
    color: #08a652;
    border-radius: 10px;
}
.btn.btn-border:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(45deg, #037f45, #08a652);
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.btn.btn-border.btn-tg span {
    color: #08a652;
    background-image: url(../img/icon_13.svg);
}
.btn.btn-border:hover {
    color: #fff;
}
.btn.btn-border:hover.btn-tg span {
    color: #fff;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%)
        saturate(0) hue-rotate(229deg) brightness(107%) contrast(106%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0)
        hue-rotate(229deg) brightness(107%) contrast(106%);
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
button:disabled:hover,
button[disabled]:hover {
    border: 1px solid #999;
    background-color: #ccc;
    color: #666;
    pointer-events: all !important;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
@media (min-width: 1200px) {
    .row-40 {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media (min-width: 1200px) {
    .row-40 .box-40 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
header {
    padding-top: 40px;
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    header {
        padding-top: 10px;
        margin-bottom: 32px;
    }
}
header .content {
    border-radius: 48px;
    background: linear-gradient(179.59deg, #12171c 0.35%, #0b2e1e 99.65%);
    color: #fff;
    padding: 80px 60px 100px 60px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
    header .content {
        padding: 32px 20px;
        border-radius: 22px;
    }
}
header .content .logo {
    margin-bottom: 8px;
    display: inline-block;
}
header .content .logo img {
    width: 142px;
    height: auto;
}
@media all and (max-width: 767px) {
    header .content .logo img {
        width: 117px;
    }
}
header .content h1 {
    font-size: 56px;
    line-height: 112%;
    margin-bottom: 60px;
}
header .content h1.h1-small {
    max-width: 760px;
    width: 100%;
    font-size: 48px;
}
header .content h1.mb-20 {
    margin-bottom: 20px;
}
header .content .slogan {
    max-width: 360px;
    width: 100%;
    margin-bottom: 60px;
}
@media all and (max-width: 767px) {
    header .content h1 {
        font-size: 30px;
        margin-bottom: 32px;
    }
    header .content h1.mb-20 {
        margin-bottom: 12px;
    }
    header .content .slogan {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 24px;
    }
    header .content h1.h1-small {
        font-size: 20px;
        line-height: 136%;
    }
}
header .content .free {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #33cc7b;
    font-size: 24px;
    line-height: 136%;
    margin-bottom: 8px;
}
@media all and (max-width: 767px) {
    header .content .free {
        font-size: 18px;
    }
}
header .content .free img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .content p {
    font-size: 20px;
    line-height: 148%;
}
@media all and (max-width: 767px) {
    header .content p {
        max-width: 190px;
        width: 100%;
        font-size: 16px;
    }
    header .content p.text-full {
        max-width: none;
    }
}
header .content .bg__image {
    position: absolute;
    left: 55%;
    right: 23px;
    bottom: 24px;
    z-index: -1;
}
@media all and (max-width: 1199px) {
    header .content .bg__image {
        left: 60%;
    }
}
@media all and (max-width: 991px) {
    header .content .bg__image {
        left: auto;
        right: -140px;
    }
}
@media all and (max-width: 767px) {
    header .content .bg__image {
        bottom: 0;
    }
}
@media all and (max-width: 575px) {
    header .content .bg__image {
        right: -160px;
        bottom: -20px;
    }
}
@media all and (max-width: 991px) {
    header .content .bg__image img {
        max-height: 190px;
    }
}
.section__wrapper {
    padding-left: 60px;
    padding-right: 60px;
}
@media all and (max-width: 1199px) {
    .section__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
#connect {
    margin-bottom: 60px;
}
@media all and (max-width: 767px) {
    #connect {
        margin-bottom: 32px;
    }
}
#connect .connect__item {
    margin-bottom: 12px;
}
#connect .connect__item .item__inner {
    padding: 20px;
    min-height: 145px;
    border-radius: 24px;
    position: relative;
}
@media all and (max-width: 767px) {
    #connect .connect__item .item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: inherit;
        border-radius: 12px;
        padding: 8px;
        gap: 8px;
    }
}
#connect .connect__item .item__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(45deg, #edf0f2, #e1e3e5);
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#connect .connect__item .number {
    width: 32px;
    height: 32px;
    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;
    border-radius: 8px;
    background: linear-gradient(95.56deg, #0acc65 2.86%, #adf7d0 96.22%);
    font-size: 14px;
    line-height: 148%;
    color: #025931;
    margin-bottom: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    #connect .connect__item .number {
        margin-bottom: 0;
        width: 28px;
        height: 24px;
        font-size: 12px;
    }
}
#connect .connect__item a {
    color: #038045;
}
#connect .connect__item strong {
    font-weight: 600;
}
#connect .block__tg {
    padding-top: 20px;
}
@media all and (max-width: 767px) {
    #connect .block__tg {
        padding-top: 8px;
    }
}
.block__tg .btn {
    margin-bottom: 16px;
}
@media all and (max-width: 767px) {
    .block__tg .btn {
        margin-bottom: 12px;
    }
}
.block__tg .link {
    display: inline-block;
    color: #08a652;
    font-weight: 600;
}
@media all and (max-width: 767px) {
    .block__tg .link {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    .block__tg .link {
        font-size: 13px;
    }
}
.block__tg .link:hover {
    text-decoration: underline;
}
#sliders {
    overflow: hidden;
    margin-bottom: 80px;
}
@media all and (max-width: 767px) {
    #sliders {
        margin-bottom: 44px;
    }
}
#sliders .text__slider {
    background-color: rgba(51, 204, 123, 0.15);
    margin-bottom: 20px;
    padding: 6px 0;
    overflow: visible;
}
@media all and (max-width: 767px) {
    #sliders .text__slider {
        padding: 4px 0;
    }
}
#sliders .text__slider .swiper-slide {
    width: auto !important;
}
#sliders .text__slider .slide__inner {
    text-transform: uppercase;
    min-width: 132px;
    text-align: center;
}
@media all and (max-width: 767px) {
    #sliders .text__slider .slide__inner {
        font-size: 14px;
    }
}
#sliders .clients__slider {
    overflow: visible;
}
#sliders .clients__slider .swiper-slide {
    width: auto !important;
}
#sliders .clients__slider .slide__inner {
    min-width: 80px;
    text-align: center;
}
#sliders .clients__slider .slide__inner img {
    height: 36px;
}
@media all and (max-width: 575px) {
    #sliders .clients__slider .slide__inner img {
        height: 32px;
    }
}
#sliders .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
#sliders .swiper-wrapper .swiper-slide {
    overflow: hidden;
    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;
}
.section-price {
    margin-bottom: 80px;
}
@media all and (max-width: 767px) {
    .section-price {
        margin-bottom: 23px;
    }
}
.section-price .wrapper {
    border-radius: 48px;
    background: linear-gradient(63.1deg, #12171c 16.83%, #0b2e1e 97.19%);
    color: #fff;
    padding: 60px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper {
        border-radius: 22px;
        padding: 32px 30px;
    }
}
.section-price .wrapper .price__item {
    margin-bottom: 32px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__item {
        margin-bottom: 20px;
    }
}
.section-price .wrapper .price__item .item__inner {
    position: relative;
    padding: 32px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__item .item__inner {
        padding: 16px 6px;
    }
}
.section-price .wrapper .price__item .item__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    margin: -3px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.07)
    );
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.section-price .wrapper .price__item .item__inner .discount {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px 8px;
    border-radius: 16px;
    background: linear-gradient(95.56deg, #0acc65 2.86%, #adf7d0 96.22%);
    font-size: 18px;
    font-weight: 600;
    max-width: 62px;
    height: 32px;
    width: 100%;
    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;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__item .item__inner .discount {
        font-size: 12px;
        width: 39px;
        height: 20px;
        top: -12px;
    }
}
.section-price .wrapper .price__item .item__inner p {
    font-size: 20px;
    line-height: 148%;
    color: #33cc7b;
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__item .item__inner p {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.section-price .wrapper .price__item .item__inner span {
    font-size: 36px;
    line-height: 116%;
    font-weight: 600;
    display: block;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__item .item__inner span {
        font-size: 20px;
    }
}
.section-price .wrapper .price__button {
    margin-bottom: 40px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__button {
        margin-bottom: 32px;
    }
}
.section-price .wrapper .price__content .content__inner,
.section-price .wrapper .price__details .details__inner {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    padding: 24px 32px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__content .content__inner,
    .section-price .wrapper .price__details .details__inner {
        padding: 20px;
    }
}
.section-price .wrapper .price__content .content__inner h5,
.section-price .wrapper .price__details .details__inner h5 {
    font-size: 28px;
    line-height: 136%;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__content .content__inner h5,
    .section-price .wrapper .price__details .details__inner h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.section-price .wrapper .price__content .content__inner p,
.section-price .wrapper .price__details .details__inner p {
    color: #939699;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__content .content__inner p,
    .section-price .wrapper .price__details .details__inner p {
        font-size: 14px;
    }
}
@media all and (max-width: 991px) {
    .section-price .wrapper .price__content {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}
.section-price .wrapper .price__content.price__content-mb {
    margin-bottom: 32px;
}
@media all and (max-width: 991px) {
    .section-price .wrapper .price__content.price__content-mb {
        margin-bottom: 0;
    }
}
.section-price .wrapper .price__content .content__inner h5 {
    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;
    gap: 16px;
}
.section-price .wrapper .price__content .content__inner h5 .button {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_5.svg);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__content .content__inner h5 .button {
        display: block;
    }
}
.section-price .wrapper .price__content .content__inner h5 .button.active {
    background-image: url(../img/icon_5_1.svg);
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__content .content__inner .hide__content {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-price .wrapper .price__details {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 12px;
    }
}
.section-price .wrapper .price__details.price__details-full .details__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 140px;
}
@media all and (max-width: 1400px) {
    .section-price
        .wrapper
        .price__details.price__details-full
        .details__inner {
        gap: 30px;
    }
}
@media all and (max-width: 1199px) {
    .section-price
        .wrapper
        .price__details.price__details-full
        .details__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}
.section-price .wrapper .price__details.price__details-full .details__inner h5 {
    max-width: 428px;
    width: 100%;
    margin-bottom: 0;
}
@media all and (max-width: 1199px) {
    .section-price
        .wrapper
        .price__details.price__details-full
        .details__inner
        h5 {
        margin-bottom: 20px;
        max-width: none;
    }
}
.section-price
    .wrapper
    .price__details.price__details-full
    .details__inner
    .details__bottom {
    gap: 68px;
}
@media all and (max-width: 1400px) {
    .section-price
        .wrapper
        .price__details.price__details-full
        .details__inner
        .details__bottom {
        gap: 30px;
    }
}
@media all and (max-width: 1199px) {
    .section-price
        .wrapper
        .price__details.price__details-full
        .details__inner
        .details__bottom {
        gap: 20px;
    }
}
.section-price .wrapper .price__details .details__inner {
    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;
}
.section-price .wrapper .price__details .details__inner .details__bottom {
    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;
    gap: 20px;
    position: relative;
}
.section-price .wrapper .price__details .details__inner .details__bottom h6 {
    font-size: 18px;
    line-height: 136%;
    margin-bottom: 12px;
}
@media all and (max-width: 767px) {
    .section-price
        .wrapper
        .price__details
        .details__inner
        .details__bottom
        h6 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 19px;
        max-width: 160px;
        width: 100%;
    }
}
.section-price .wrapper .price__details .details__inner .details__bottom img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    .section-price
        .wrapper
        .price__details
        .details__inner
        .details__bottom
        img {
        width: 76px;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }
}
.section-price .wrapper .price__discount {
    margin-bottom: 32px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__discount {
        margin-bottom: 20px;
    }
}
.section-price .wrapper .price__discount .discount__inner {
    position: relative;
    padding: 32px;
    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;
    gap: 20px;
}
@media all and (max-width: 767px) {
    .section-price .wrapper .price__discount .discount__inner {
        padding: 16px;
    }
}
.section-price .wrapper .price__discount .discount__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.07)
    );
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.section-price .wrapper .price__discount .discount__inner .discount__top {
    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;
    gap: 20px;
}
.section-price .wrapper .price__discount .discount__inner .discount__top h5 {
    font-size: 28px;
    line-height: 136%;
    color: #33cc7b;
}
@media all and (max-width: 767px) {
    .section-price
        .wrapper
        .price__discount
        .discount__inner
        .discount__top
        h5 {
        font-size: 16px;
    }
}
.section-price .wrapper .price__discount .discount__inner .discount__top img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-price .wrapper .price__discount .discount__inner .discount__bottom h6 {
    font-size: 24px;
    line-height: 136%;
    margin-bottom: 8px;
}
@media all and (max-width: 767px) {
    .section-price
        .wrapper
        .price__discount
        .discount__inner
        .discount__bottom
        h6 {
        font-size: 20px;
    }
}
.section-price .wrapper .price__discount .discount__inner .discount__bottom p {
    font-size: 14px;
    line-height: 148%;
    color: #939699;
}
#location {
    margin-bottom: 80px;
}
@media all and (max-width: 767px) {
    #location {
        margin-bottom: 44px;
    }
}
#location .location__item {
    margin-bottom: 12px;
}
#location .location__item .item__inner {
    position: relative;
    padding: 20px;
    background-color: #f0f2f5;
    border-radius: 12px;
}
@media all and (max-width: 575px) {
    #location .location__item .item__inner {
        padding: 8px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
    }
}
#location .location__item .item__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(-120deg, #edf0f2, #e1e3e5);
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#location .location__item .item__inner img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    #location .location__item .item__inner img {
        width: 24px;
        height: auto;
    }
}
#location .location__item .item__inner p {
    font-weight: 600;
    margin-top: 8px;
}
@media all and (max-width: 575px) {
    #location .location__item .item__inner p {
        margin-top: 0;
        font-size: 14px;
    }
}
#location .block__tg {
    padding-top: 20px;
}
@media all and (max-width: 767px) {
    #location .block__tg {
        padding-top: 8px;
    }
}
@media all and (max-width: 575px) {
    #location .block__tg .btn {
        font-size: 14px;
        padding: 16px 10px;
    }
}
#faq {
    margin-bottom: 80px;
}
@media all and (max-width: 767px) {
    #faq {
        margin-bottom: 44px;
    }
}
#faq .faq_tabs .tabs_item {
    position: relative;
}
#faq .faq_tabs .tabs_item:before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(45deg, #edf0f2, #e1e3e5);
    -webkit-mask: -webkit-gradient(
                linear,
                left top,
                left bottom,
                color-stop(0, #fff)
            )
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 20px;
}
@media all and (max-width: 767px) {
    #faq .faq_tabs .tabs_item:not(:last-child) {
        margin-bottom: 16px;
    }
}
#faq .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 70px 24px 24px;
}
@media all and (max-width: 767px) {
    #faq .faq_tabs .tabs_item .title {
        font-size: 16px;
        padding: 16px 70px 16px 16px;
    }
}
#faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_14.svg);
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#faq .faq_tabs .tabs_item .title.active:after {
    background-image: url(../img/icon_14_1.svg);
}
#faq .faq_tabs .tabs_item .tab_content {
    display: none;
    color: #626466;
    padding: 0 100px 24px 24px;
}
@media all and (max-width: 767px) {
    #faq .faq_tabs .tabs_item .tab_content {
        padding: 4px 16px 16px 16px;
        font-size: 14px;
    }
}
#footer {
    overflow: hidden;
}
#footer .wrapper {
    background-color: #12181f;
    border-radius: 48px 48px 0 0;
    padding: 60px 60px 48px 60px;
}
@media all and (max-width: 767px) {
    #footer .wrapper {
        padding: 32px 20px 48px 20px;
        border-radius: 24px 24px 0 0;
    }
}
#footer .footer__logo {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #footer .footer__logo {
        margin-bottom: 32px;
    }
}
#footer .footer__logo img {
    width: 93px;
    height: auto;
}
#footer .footer__menu {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #footer .footer__menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
#footer .footer__menu .menu__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px 40px;
}
@media all and (max-width: 991px) {
    #footer .footer__menu .menu__inner ul {
        -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;
    }
}
#footer .footer__menu .menu__inner ul li a {
    font-size: 14px;
    color: #fff;
}
#footer .footer__menu .menu__inner ul li a:hover {
    text-decoration: underline;
}
#footer .separator {
    margin-bottom: 20px;
}
@media all and (max-width: 991px) {
    #footer .separator {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
#footer .separator hr {
    width: 100%;
    height: 1px;
    border: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 991px) {
    #footer .footer__pay {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
#footer .footer__pay .pay__inner p {
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff;
}
#footer .footer__pay .pay__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media all and (max-width: 767px) {
    #footer .footer__pay .pay__inner ul {
        gap: 4px;
    }
}
#footer .footer__pay .pay__inner ul li {
    position: relative;
}
@media all and (max-width: 575px) {
    #footer .footer__pay .pay__inner ul li:last-child .tooltip {
        left: auto;
        right: calc(100% - 54px);
    }
    #footer .footer__pay .pay__inner ul li:last-child .tooltip::after {
        left: auto;
        right: 21px;
    }
}
#footer .footer__pay .pay__inner ul li.active .tooltip {
    opacity: 1;
    visibility: visible;
}
#footer .footer__pay .pay__inner ul li.active .image {
    background-color: rgba(255, 255, 255, 0.15);
}
#footer .footer__pay .pay__inner ul li .image {
    width: 56px;
    height: 56px;
    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;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.07);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#footer .footer__pay .pay__inner ul li .tooltip {
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    background-color: #fff;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 12px;
    width: 174px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #footer .footer__pay .pay__inner ul li .tooltip {
        width: 138px;
    }
}
#footer .footer__pay .pay__inner ul li .tooltip:after {
    top: 100%;
    left: 31px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
#footer .footer__copyright {
    text-align: right;
}
@media all and (max-width: 991px) {
    #footer .footer__copyright {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 32px;
    }
}
#footer .footer__copyright p {
    font-size: 14px;
    color: #939699;
}
#instruction {
    margin-bottom: 80px
  }
  @media all and (max-width:767px) {
    #instruction {
      margin-bottom: 44px
    }
  }
  #instruction .wrapper {
    background-color: #f0f2f5;
    border-radius: 48px;
    padding: 60px
  }
  @media all and (max-width:767px) {
    #instruction .wrapper {
      border-radius: 22px;
      padding: 20px
    }
  }
  #instruction .wrapper .heading p {
    margin-bottom: 8px;
    font-weight: 600
  }
  @media all and (max-width:767px) {
    #instruction .wrapper .heading p {
      font-size: 14px
    }
  }
  #instruction .wrapper a {
    display: block
  }
  #instruction .wrapper a img {
    border-radius: 32px
  }
  @media all and (max-width:767px) {
    #instruction .wrapper a img {
      border-radius: 10px
    }
  }
  .standart_modal .fancybox__content {
    padding: 0;
    width: 656px!important;
    height: 376px!important;
    background-color: transparent!important
  }
  @media all and (max-width:767px) {
    .standart_modal .fancybox__content {
      width: 100%!important
    }
  }