@font-face {
    font-family: "HelveticaNeueCyr-Light";
    src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Medium";
    src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Thin";
    src: url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Bold";
    src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Roman";
    src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Black";
    src: url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
}

@font-face {
    font-family: "HelveticaNeueCyr-Heavy";
    src: url("../fonts/HelveticaNeueCyr-Heavy.woff") format("woff");
}

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

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


section {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 100px 0;
}

body {
    font-size: 18px;
    color: #0D1E3A;
    background-color: #fff;
    font-family: "HelveticaNeueCyr-Light";
    letter-spacing: normal;
}

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

svg {
    z-index: 1;
}

.slick-arrow:before {
    display: none;
}

.absolute {
    position: absolute;
    pointer-events: none;
}

.fancy-call {
    display: none;
}

button:focus, input, a, .slick-slide:focus, .select2-selection, a:focus, .swiper-button-next,
.swiper-button-prev, .swiper-pagination-bullet, textarea, video, .big-arrows {
    outline: none;
}

.slick-slider, .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-slide {
    height: auto;
}

div.wpcf7 .ajax-loader {
    display: none;
}

input, button, textarea {
    font-family: inherit;
    font-weight: 400;
}

a {
    text-decoration: none;
}

button {
    border: none;
}

h1, h2, h3, h4, h5, h6, div, p, span, ul, li, button {
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.sub-text-not-existing {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.sub-text-not-existing strong {
    font-weight: 700;
}

.sub-text-not-existing ol, .sub-text-not-existing ul {
    padding-left: 24px;
    margin: 10px 0;
}

.sub-text-not-existing ul li {
    list-style-type: disc;
}

.sub-text-not-existing ol li {
    list-style-type: decimal;
}

.sub-text-not-existing a {
    text-decoration: underline;
    color: #0D1E3A;
}

.sub-text-not-existing a:hover {
    text-decoration: none;
}

.btn-wrapper {
    text-align: center;
}

.serv-btn, .custom-btn-ico, .tab-nav-btn, .custom-btn, .app-btn, .custom-btn-ico-large, .free-next {
    border: none;
    display: inline-block;
    text-transform: uppercase !important;
    font-family: "Bebas Neue", sans-serif;
    font-size: 12px;
    text-decoration: none !important;
    border-radius: 15px;
    background: radial-gradient(62.39% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    padding: 18px 30px;
    -webkit-box-shadow: 0 2px 0 #993B43;
    box-shadow: 0 2px 0 #993B43;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-btn-ico, .custom-btn, .custom-btn-ico-large {
    border-radius: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding: 27px 36px;
}

.custom-btn-ico img, .custom-btn img, .custom-btn-ico-large img {
    margin-left: 26px;
}

.custom-btn-ico-large {
    font-size: 15px;
    letter-spacing: 1.4px;
    padding: 34px 44px;
}

.custom-btn-ico-large img {
    margin-left: 22px;
}

.free-next {
    font-size: 12px;
    padding: 26px 70px 26px 34px;
    border-radius: 20px;
    background: url(../img/free-next.svg) no-repeat right 36px center, radial-gradient(62.39% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
}

.serv-btn:hover, .custom-btn:hover, .custom-btn-ico:hover, .custom-btn-ico-large:hover {
    -webkit-box-shadow: 0 4px 14px #993B43, 0 2px 0 #993B43;
    box-shadow: 0 4px 14px #993B43, 0 2px 0 #993B43;
}

.text-center {
    text-align: center;
}

.loader {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.logo-circle {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo-circle span {
    background: #F14350;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.logo-circle-1 {
    -webkit-animation: scale-cirlce 0.5s ease-in-out;
    animation: scale-cirlce 0.5s ease-in-out;
}

.logo-circle-2 {
    -webkit-animation: scale-cirlce 0.5s ease-in-out;
    animation: scale-cirlce 0.5s ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.logo-circle-3 {
    -webkit-animation: scale-cirlce 0.5s ease-in-out;
    animation: scale-cirlce 0.5s ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.logo-circle-4 {
    -webkit-animation: scale-cirlce 0.5s ease-in-out;
    animation: scale-cirlce 0.5s ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.logo-circle-5 {
    -webkit-animation: scale-cirlce 0.5s ease-in-out;
    animation: scale-cirlce 0.5s ease-in-out;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@-webkit-keyframes scale-cirlce {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 1px 7px 0px rgb(243, 94, 106);
        box-shadow: 0px 1px 7px 0px rgb(243, 94, 106);
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes scale-cirlce {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0px 1px 7px 0px rgb(243, 94, 106);
        box-shadow: 0px 1px 7px 0px rgb(243, 94, 106);
    }
    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.main-title {
    text-transform: uppercase;
    font-family: "Bona Nova", serif;
    font-size: 24px;
    font-weight: 400;
    color: #D4E0F4;
    letter-spacing: 2.2px;
    line-height: 43px;
    position: relative;
}

.main-title strong {
    letter-spacing: 3.2px;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
}

.section-title {
    font-size: 32px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-title span {
    font-family: "HelveticaNeueCyr-Bold";
}

.white-title {
    position: relative;
    line-height: 45px;
    letter-spacing: 2.5px;
    font-size: 24px;
    font-family: "Bona Nova", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #D4E0F4;
}

.white-title strong {
    letter-spacing: 3.4px;
    font-family: "Bona Nova", serif;
    font-size: 34px;
    color: #fff;
}

.section-sub {
    font-size: 20px;
    font-family: "HelveticaNeueCyr-Roman";
    letter-spacing: 2px;
    margin-top: 15px;
}

.section-sub-reg {
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    letter-spacing: 1.8px;
    line-height: 26px;
}

.serv {
    padding: 100px 0;
}

.serv-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 20px;
}

.serv-card {
    padding: 48px;
    border: 1px solid #ECECEC;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.serv-card h4, .serv-card p {
    max-width: 400px;
}

.serv-card h4 {
    font-family: "Bona Nova", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.serv-card p {
    line-height: 19px;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 12px 0 30px 0;
}

.serv-card.active {
    border: 1px solid #FC5E6B;
}

.serv-card.active h4 {
    color: #F14350;
}

.serv-card-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 60px;
}

.tab-item, .port-item {
    display: none;
    opacity: 0;
}

.tab-item.active, .port-item.active {
    display: block;
    -webkit-animation: show 0.5s forwards;
    animation: show 0.5s forwards;
}

@-webkit-keyframes show {
    100% {
        opacity: 1;
    }
}

@keyframes show {
    100% {
        opacity: 1;
    }
}

.tab-nav-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #98A3B6;
    background: #F3F7FC;
    cursor: pointer;
}

.tab-nav-btn.active {
    pointer-events: none;
    background: radial-gradient(62.39% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    color: #fff;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(241, 66, 80, 0.3);
    box-shadow: 0px 2px 25px 0px rgba(241, 66, 80, 0.3);
}

.tab-nav-btn:first-child {
    border-radius: 15px 0 0 15px;
}

.tab-nav-btn:last-child {
    border-radius: 0 15px 15px 0;
}

.ask {
    padding: 70px 0;
}

.ask .section-title {
    margin-bottom: 60px;
}

.ask .big-text {
    top: 0;
    font-size: 170px;
    letter-spacing: 114px;
    margin-left: 50px;
}

.ask-box {
    max-width: 994px;
    margin: auto;
}

.beefup__head::after {
    display: none;
}

.beefup__head::before {
    content: "";
    position: absolute;
    top: 33px;
    right: 36px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 100;
    background: url(../img/beefup-arrow.svg) no-repeat center top 14px, radial-gradient(48.08% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    -webkit-box-shadow: 0 1px 0 #993B43;
    box-shadow: 0 1px 0 #993B43;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-open .beefup__head::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.beefup {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
    border: none;
    margin: 17px 0;
    position: relative;
}

.beefup:after {
    content: "";
    position: absolute;
    border-radius: 25px;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border: 1px solid #EAF1FB;
    pointer-events: none;
}

.beefup__head {
    text-overflow: unset;
    white-space: normal;
    font-size: 14px;
    font-family: "HelveticaNeueCyr-Bold";
    letter-spacing: 1.4px;
    padding: 46px 90px 46px 48px;
}

.beefup__body {
    padding: 0 30px 46px 53px;
    margin-top: -12px;
    font-size: 12px;
    line-height: 19px;
    font-family: "HelveticaNeueCyr-Medium";
    letter-spacing: 1px;
}

.beefup__body ul, .beefup__body ol {
    padding-left: 20px;
}

.step {
    padding: 100px 0;
}

.step .text-center {
    margin-bottom: 76px;
}

.port-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.port-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
}

.port-nav .port-nav-btn:not(:last-child) {
    margin-bottom: 2px;
}

.port-nav-btn {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
    font-family: "HelveticaNeueCyr-Roman";
    background: #F4F8FD;
    letter-spacing: 1.5px;
    padding: 24px 20px 24px 40px;
    position: relative;
    min-height: 88px;
}

.port-nav-btn span {
    position: relative;
    z-index: 10;
}

.port-nav-btn .port-num {
    position: absolute;
    z-index: -1;
    left: -1px;
    top: 50%;
    color: #ECF3FC;
    font-size: 48px;
    font-family: "HelveticaNeueCyr-Bold";
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    margin-top: 19px;
}

.port-nav-btn.active {
    color: #fff;
}

.port-nav-btn.active .port-num {
    color: #F14350;
}

.port-nav-btn.active:before {
    content: "";
    background: url(/resources/tpl/img/port-nav.svg) no-repeat right center/calc(100% + 24px) 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -32px;
    left: 0;
}

.port-nav-btn:first-child {
    border-radius: 25px 0 0 0;
}

.port-nav-btn:first-child:before {
    border-radius: 25px 0 0 0;
}

.port-nav-btn:last-child {
    border-radius: 0 0 0 25px;
}

.port-nav-btn:last-child:before {
    border-radius: 0 0 0 25px;
}

.port-box {
    width: 100%;
    border: 1px solid #F2F2F2;
    border-left: none;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
}

.port-item-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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 10;
    padding: 140px 0 100px 100px;
    max-width: 490px;
    height: 100%;
}

.port-item {
    height: 100%;
    font-size: 14px;
    line-height: 19px;
    position: relative;
}

.port-item:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1200px;
    top: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(-12.821%, rgba(255, 255, 255, 0)), color-stop(34.539%, rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -12.821%, rgb(255, 255, 255) 34.539%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.port-item p {
    margin: 10px 0;
}

.port-item h1, .port-item h2, .port-item h3, .port-item h4, .port-item h5, .port-item h6 {
    font-family: "Bona Nova", serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 23px;
    line-height: normal;
}

.port-item .custom-btn-ico {
    margin-top: auto;
}

.port-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.consl {
    padding: 100px 0;
    background: #F4F8FD;
}

.consl-img {
    position: absolute;
    bottom: -100px;
    right: 180px;
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timer-item {
    background: #0D1E3A;
    color: #fff;
    margin: 0 6px;
    border-radius: 10px;
    min-width: 68px;
    text-align: center;
    padding: 3px 0 4px 0;
    position: relative;
}

.timer-item:not(:last-child):after, .timer-item:not(:last-child):before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #0D1E3A;
    position: absolute;
    right: -8px;
}

.timer-item:not(:last-child):after {
    top: 14px;
}

.timer-item:not(:last-child):before {
    bottom: 14px;
}

.timer-num {
    font-size: 32px;
    font-family: "HelveticaNeueCyr-Bold";
    letter-spacing: 2px;
}

.timer-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -2px;
}

.consl-box {
    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;
}

.consl-col {
    position: relative;
}

.consl-col-1 {
    max-width: 600px;
    padding-top: 15px;
    padding-right: 20px;
}

.consl-col-2, #consl-popup {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*width: 436px;*/
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 50px 68px 50px 68px;
}

.consl-col-2:after, #consl-popup:after {
    content: "";
    position: absolute;
    border-radius: 25px;
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 14px;
    border: 1px solid #EAF1FB;
    pointer-events: none;
}

.consl-col-2 .big-cirle, #consl-popup .big-cirle {
    left: -45px;
    top: 36px;
    z-index: -11;
}

.consl-col-2 .small-cirle, #consl-popup .small-cirle {
    right: -25px;
    bottom: -25px;
    z-index: -11;
}

.consl-col-2 .form-title, #consl-popup .form-title {
    margin-bottom: 20px;
}

.consl-col-2 input, .consl-col-2 button {
    width: 100%;
    display: block;
}

#consl-popup .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

#consl-popup input {
    width: 100%;
    display: block;
}

#js-open-popup .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
}

.form-title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
}

.form-title-small {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.7px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
}

.consl-bnf-holder {
    margin-top: 60px;
}

.consl-bnf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0;
}

.consl-bnf-num {
    color: #F14350;
    font-size: 64px;
    font-family: "HelveticaNeueCyr-Bold";
    letter-spacing: 3px;
    text-align: center;
    min-width: 124px;
    flex-shirnk: 0;
    background: #fff;
    padding: 4px 0;
    border-radius: 25px;
    margin-right: 36px;
}

.consl-bnf-text {
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Medium";
    letter-spacing: 1.4px;
    max-width: 250px;
}

.consl-bnf-extra {
    padding-top: 4px;
    font-size: 11px;
    font-family: "HelveticaNeueCyr-Light";
    line-height: 16px;
    letter-spacing: 1px;
}

.consl-bnf-extra ul {
    padding-left: 16px;
}

.consl-bnf-extra-bottom {
    text-transform: uppercase;
    font-style: italic;
}

.big-cirle, .small-cirle, .large-circle {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.big-cirle {
    width: 182px;
    height: 182px;
    border: 5px solid rgb(243, 94, 106);
}

.large-circle {
    width: 316px;
    height: 316px;
    border: 5px solid rgb(243, 94, 106);
}

.small-cirle {
    border: 5px solid rgba(243, 94, 106, 0.05);
    width: 80px;
    height: 80px;
}

.trait {
    padding: 140px 0 125px 0;
    color: #A5BCE3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.trait .large-circle {
    bottom: -262px;
    left: -380px;
}

.trait .small-cirle {
    top: -26px;
    right: -31px;
}

.trait-content, .app-content, .header-content {
    line-height: 30px;
    letter-spacing: 1.8px;
    font-size: 18px;
    padding-left: 43px;
}

.trait-content p, .app-content p, .header-content p {
    margin: 18px 0;
}

.trait-content {
    max-width: 600px;
    margin-top: 58px;
}

.trait-content strong {
    position: relative;
    color: #F14350;
    font-family: "HelveticaNeueCyr-Bold";
}

.trait-content strong:after {
    content: url(../img/trait-arrow.svg);
    position: absolute;
    left: -37px;
    bottom: -4px;
}

.app-content {
    margin-top: 38px;
}

.app-content p {
    position: relative;
}

.app-content p:after {
    content: url(../img/trait-arrow.svg);
    position: absolute;
    left: -37px;
    top: 1px;
}

.header-content {
    color: #A5BCE3;
    margin: 20px 0 40px 0;
}

.header-content p {
    margin: 12px 0;
    position: relative;
}

.header-content p:after {
    content: url(../img/header-arrow.svg);
    position: absolute;
    left: -37px;
    top: 1px;
}

.trait-blick, .header-blick {
    position: absolute;
    margin-right: -221px;
    margin-top: -6px;
    pointer-events: none;
}

.trait-blick {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
}

.header-blick {
    right: 100%;
    top: -163px;
}

.trait-girl {
    bottom: -132px;
    right: -328px;
    position: absolute;
}

.why {
    background: #F4F8FD;
    padding: 110px 0 100px;
}

.why .section-title {
    margin-bottom: 30px;
}

.why-img-box {
    z-index: -1;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: calc(50% - 140px);
}

.why-img-box:after {
    right: 0;
    top: 0;
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(0.469%, rgb(244, 248, 253)), color-stop(47.381%, rgba(244, 248, 253, 0)));
    background: linear-gradient(90deg, rgb(244, 248, 253) 0.469%, rgba(244, 248, 253, 0) 47.381%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.why-inner {
    max-width: 680px;
}

.why-bnf-holder {
    margin: 40px 0 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why-bnf-holder .consl-bnf {
    width: 50%;
    margin: 7px 0;
}

.why-bnf-holder .consl-bnf-num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: unset;
    width: 86px;
    height: 86px;
    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;
}

.why-girl {
    position: absolute;
    right: -193px;
    bottom: -100px;
}

.app {
    background: #F4F8FD;
}

.app-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 134px;
}

.app-col {
    width: 50%;
}

.app-col-1 {
    padding: 60px 10px 0 0;
}

.app-col-2 {
    padding-left: 54px;
}

.app-img {
    position: relative;
    height: 376px;
}

.app-img:before {
    content: "";
    width: 710px;
    height: 100%;
    border-radius: 25px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    top: 0;
}

.app-girl {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.app-girl-text {
    padding: 30px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.3px;
    border-radius: 25px 0px 25px 0px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(13, 27, 49, 0.65);
}

.intro-text h1, .intro-text h2, .intro-text h3, .intro-text h4, .intro-text h5, .intro-text h6 {
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.intro-text p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.app {
    padding: 100px 0 120px;
}

.app-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 24px;
    margin-top: 110px;
}

.app-card {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 25px;
    background: url(/resources/tpl/img/app-ico.png) no-repeat right top, radial-gradient(51.62% 100.42% at 50% 50%, rgb(62, 78, 104) 34.5%, rgb(13, 30, 58) 100%);
    padding: 38px 30px 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.app-card .app-btn {
    margin-top: auto;
    display: block;
    box-shadow: none;
    background: #F4F8FD;
    color: #0D1E3A;
    padding: 18px 10px;
    transition: 0.3s;
    width: 100%;
    font-weight: 400;
    font-family: "HelveticaNeueCyr-Bold", sans-serif;
    font-size: 11px;
    text-decoration: none;
}

.app-card .app-btn:hover {
    background: #fff;
}

.app-card-title {
    font-family: "Bona Nova", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
    padding-right: 10px;
    text-wrap: wrap;
}

.app-card-hidden, .serv-card-hidden {
    display: none;
}

.input-row-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -6px;
}

.input-row-double .input-row {
    width: 50%;
    margin: 0 6px;
}

.custom-input, .custom-textarea {
    color: #0D1E3A;
    height: 76px;
    line-height: 76px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    background: #F4F8FD;
    border: none;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    padding: 0 32px 0 22px;
    text-align: center;
    display: block;
}

.custom-textarea {
    resize: none;
    width: 100%;
    display: block;
    height: 160px;
    line-height: 18px;
    padding: 30px 10px 10px 10px;
}

.custom-label {
    display: block;
    color: #B6C2D6;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.consl-form input::-webkit-input-placeholder, .form-laststep input::-webkit-input-placeholder, .app-form input::-webkit-input-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 76px;
}

.consl-form input::-moz-placeholder, .form-laststep input::-moz-placeholder, .app-form input::-moz-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 76px;
}

.consl-form input:-ms-input-placeholder, .form-laststep input:-ms-input-placeholder, .app-form input:-ms-input-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 76px;
}

.consl-form input:-moz-placeholder, .form-laststep input:-moz-placeholder, .app-form input:-moz-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 76px;
}

.consl-form textarea::-webkit-input-placeholder, .form-laststep textarea::-webkit-input-placeholder, .app-form textarea::-webkit-input-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 18px;
}

.consl-form textarea::-moz-placeholder, .form-laststep textarea::-moz-placeholder, .app-form textarea::-moz-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 18px;
}

.consl-form textarea:-ms-input-placeholder, .form-laststep textarea:-ms-input-placeholder, .app-form textarea:-ms-input-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 18px;
}

.consl-form textarea:-moz-placeholder, .form-laststep textarea:-moz-placeholder, .app-form textarea:-moz-placeholder {
    color: #C0C9D8;
    font-size: 12px;
    letter-spacing: 1.3px;
    font-family: "HelveticaNeueCyr-Medium";
    line-height: 18px;
}

.consl-form {
    padding-top: 10px;
}

.consl-form .custom-btn {
    margin-top: 30px;
}

.become {
    padding: 60px 0;
    background: #F4F8FD;
}

.become .consl-bnf-num {
    min-width: 86px;
}

.become .consl-bnf-text {
    max-width: 470px;
}

.become .consl-bnf-extra-bottom {
    margin-top: 80px;
}

.become .big-cirle {
    top: 90px;
    right: -50px;
    left: auto;
}

.become .consl-col-2 .form-title {
    margin-bottom: 0;
}

.become-img {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -240px;
}

.solv {
    padding: 100px 0;
}

.solv-content {
    margin-top: 60px;
    width: 50%;
    margin-left: auto;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    position: relative;
    padding: 60px 0 70px 0;
}

.solv-content .custom-btn {
    margin-top: 46px;
}

.solv-content ul, .solv-content ol {
    padding-left: 20px;
}

.solv-content h1, .solv-content h2, .solv-content h3, .solv-content h4, .solv-content h5, .solv-content h6 {
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
}

.solv-content:after {
    content: "";
    position: absolute;
    left: -70px;
    top: 0;
    border-radius: 25px;
    background: #F4F8FD;
    height: 100%;
    width: 1000px;
}

.solv-content-inner {
    position: relative;
    z-index: 10;
}

.solv-original {
    z-index: 2;
    bottom: -15px;
    right: -285px;
}

.solv-img {
    top: -17px;
    left: -319px;
    z-index: 20;
}

.main-header {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 170px 0 0;
    overflow: hidden;
}

.main-header .main-title {
    max-width: 707px;
}

.header-inner {
    position: relative;
    z-index: 20;
}

.header-img {
    position: relative;
    z-index: 1;
}

.header-img .large-circle {
    left: -380px;
    bottom: 40px;
}

.header-girl {
    bottom: 0;
    right: -400px;
}

.single #main-nav, .archive #main-nav, .page-template-page-custom #main-nav {
    background: #0D1E3A;
}

#main-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#main-nav.fixed {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.75);
}

#main-nav.fixed img.logo-dark {
    display: block;
}

#main-nav.fixed img.logo-light {
    display: none;
}

#main-nav.fixed .burger-btn svg rect {
    fill: #0D1E3A !important;
}

#main-nav.fixed .burger-text, #main-nav.fixed .soc-text, #main-nav.fixed .reg-tel, #main-nav.fixed .menu-blog-link a {
    color: #0D1E3A;
}

#main-nav.fixed .reg-nav-text {
    color: #8396B5;
}

#main-nav.fixed .lang-switch .active, #main-nav.fixed li.current-lang a {
    color: #0D1E3A;
}

#main-nav.fixed .soc-item {
    border-right-color: #E5ECF7;
}

#main-nav.fixed .reg-burger {
    border-right-color: #E5ECF7;
    border-left-color: #E5ECF7;
}

#main-nav.fixed .nav-col {
    height: 80px;
}

.nav-col {
    height: 120px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.menu-wrapper {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 916px;
    background: #fff;
    top: 100%;
    left: 0;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 40px 30px 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(13, 30, 58, 0.35);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-list-1 {
    width: 55%;
    border-right: 1px solid #EEF2F8;
}

.menu-list-2 {
    width: 45%;
}

.menu-list-title {
    font-size: 18px;
    font-family: "HelveticaNeueCyr-Bold";
    color: #DDE0E4;
    padding-left: 30px;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.main-menu {
    font-size: 14px;
    font-family: "HelveticaNeueCyr-Roman";
    letter-spacing: 1.4px;
}

.main-menu li:not(:last-child) a {
    border-bottom: 1px solid #EEF2F8;
}

.main-menu a {
    color: #0D1E3A;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding: 12px 0 12px 30px;
}

.main-menu a:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #F14350;
    left: 0;
    top: 50%;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.main-menu a:hover, .main-menu > .active > a {
    padding-left: 22px;
    color: #F14350;
}

.main-menu a:hover:after, .main-menu > .active > a:after {
    width: 15px;
}

.reg-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reg-logo img {
    max-width: 234px;
}

.lang-switch {
    margin: 0 30px 0 50px;
}

.lang-switch a {
    text-align: center;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #8A8F97;
    padding: 3px 6px;
}

.lang-switch a:hover {
    text-decoration: underline;
}

.lang-switch a.active {
    color: #fff;
    text-shadow: 0 2px 6px #fff;
    pointer-events: none;
}

.lang-switch li.current-lang a {
    color: #fff;
    text-shadow: 0 2px 6px #fff;
    pointer-events: none;
}

img.logo-dark {
    display: none;
}

.nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.soc-item a, .burger-text, .menu-blog-link a, .footer-menu a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.menu-blog-link a {
    display: block;
    padding: 10px;
}

.burger-text {
    padding: 10px;
}

.burger-text:hover, .menu-blog-link a:hover, .footer-menu a:hover {
    text-decoration: underline;
}

.soc-text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-viber:hover .soc-text {
    color: #9597eb !important;
}

.link-telegram:hover .soc-text {
    color: #1B92D1 !important;
}

.link-whatsapp:hover .soc-text {
    color: #3DB755 !important;
}

.reg-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
}

.soc-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    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;
}

.soc-item a {
    padding: 0 4px;
}

.soc-ico {
    height: 35px;
    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;
}

.soc-text {
    display: block;
    padding-top: 10px;
}

.reg-tel-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding-left: 35px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reg-email-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reg-tel {
    font-family: "HelveticaNeueCyr-Black";
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #fff;
}

.reg-nav-text {
    letter-spacing: 1.3px;
    color: #C3C6CB;
    font-size: 12px;
    margin-bottom: 3px;
}

.reg-burger {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 210px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.burger-btn {
    border: none;
    background: transparent;
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.burger-btn svg {
    margin-right: 20px;
}

.burger-btn:after {
    content: "";
    background: url(../img/burger-close.svg);
}

.burger-btn {
    padding: 0 10px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.burger-btn:after {
    display: none;
}

.burger-btn svg {
    margin-right: 0;
    display: none;
}

.reg-burger.active .burger-text {
    color: #fff;
}

.reg-burger.active svg rect {
    fill: #fff !important;
}

.reg-burger.active .burger-close {
    opacity: 1;
}

.reg-burger.active .burger-open {
    opacity: 0;
}

.burger-close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 29px;
    opacity: 0;
}

.burger-close, .burger-open {
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.header-bnf h1, .header-bnf h2, .header-bnf h3, .header-bnf h4, .header-bnf h5, .header-bnf h6 {
    margin-bottom: 4px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 28px;
}

.header-bnf p {
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.header-bnf-holder {
    position: relative;
    z-index: 100;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-top: 55px;
}

.header-bnf-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    padding: 46px 0;
}

.header-bnf {
    max-width: 35%;
}

.discount-holder {
    border-radius: 30px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(13, 27, 49, 0.5);
    padding: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.discount-text {
    font-size: 16px;
    font-family: "HelveticaNeueCyr-Bold";
    color: #d4e0f4;
    letter-spacing: 1.5px;
    text-align: center;
    padding-left: 18px;
}

.discount-text span {
    color: #fff;
    font-size: 64px;
    font-family: "HelveticaNeueCyr-Heavy";
    display: block;
}

.tab-pane {
    max-width: 650px;
    display: none;
}

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

.free {
    color: #fff;
    padding: 76px 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.free .trait-blick {
    margin-right: -120px;
}

.free-girl {
    bottom: -100px;
    right: -660px;
}

.wpcf7-list-item-label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 8px 10px 8px 45px;
    line-height: 24px;
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 16px;
    letter-spacing: 1.44px;
}

.wpcf7-list-item-label:before {
    border: 1px solid #fff;
    border-radius: 6px;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 24px;
    height: 24px;
}

.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 13px;
    width: 7px;
    height: 12px;
    border: solid #F14350;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.form-checks input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.form-checks input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}

.form-checks input:checked + .wpcf7-list-item-label:before {
    border-color: #F14350;
}

.form-checks {
    margin: 30px 0;
}

.form-checks .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-checks .wpcf7-list-item {
    width: 50%;
}

.free .large-circle {
    bottom: -209px;
    right: 35%;
    z-index: -1;
}

.free-form {
    max-width: 900px;
    margin-top: 50px;
    position: relative;
    padding: 55px 70px 50px 70px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: rgba(13, 27, 49, 0.5);
}

.free-form-inner {
    position: relative;
    z-index: 200;
}

.free-progress {
    position: absolute;
    bottom: 14px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 19px;
    background: rgb(36, 52, 77);
    width: 340px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.free-progress span {
    font-family: "HelveticaNeueCyr-Bold";
}

.free-progress .bar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0%;
    height: 100%;
    border-radius: 19px;
    -webkit-box-shadow: 0px 4px 40px 0px rgba(241, 66, 80, 0.5);
    box-shadow: 0px 4px 40px 0px rgba(241, 66, 80, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 101, 113)), to(rgb(241, 66, 80)));
    background: linear-gradient(90deg, rgb(255, 101, 113), rgb(241, 66, 80) 100%);
    color: transparent;
    text-align: center;
}

.free-progress .bar.active {
    width: 50%;
    color: #fff;
}

.free-progress .bar.full {
    width: 100%;
}

.free-title {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: "Bona Nova", serif;
    line-height: 35px;
    font-weight: 700;
    position: relative;
}

.free-title:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    background: rgba(255, 255, 255, 0.4);
    left: -5px;
    top: -5px;
}

.free-next-btn {
    opacity: 0.5;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.free-next-btn.active {
    opacity: 1;
    pointer-events: auto;
}

.free-form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 550px;
}

.form-laststep {
    margin: 10px 0px 40px;
    text-align: center;
    max-width: 550px;
}

.form-laststep input {
    width: 100%;
}

.single-slider.swiper-autoheight .swiper-wrapper, .rev-slider.swiper-autoheight .swiper-wrapper {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.single-slider, .rev-slider {
    margin: 70px 0 0;
}

.single-slider .swiper-slide, .rev-slider .swiper-slide {
    width: 660px;
}

.single-slider .single-next, .single-slider .single-prev, .rev-slider .single-next, .rev-slider .single-prev {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: url(../img/swiper-white-arrow.svg) no-repeat left 18px center, radial-gradient(48.08% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
}

.single-slider .single-prev, .single-slider .custom-prev, .rev-slider .single-prev, .rev-slider .custom-prev {
    left: 50%;
    margin-left: -450px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-slider .single-next, .single-slider .custom-next, .rev-slider .single-next, .rev-slider .custom-next {
    right: 50%;
    margin-right: -450px;
}

.single-slider .swiper-button-disabled, .rev-slider .swiper-button-disabled {
    opacity: 0.25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.single-slider .swiper-slide-next .single-slide-inner, .single-slider .swiper-slide-next .rev-slide-inner, .single-slider .swiper-slide-prev .single-slide-inner, .single-slider .swiper-slide-prev .rev-slide-inner, .rev-slider .swiper-slide-next .single-slide-inner, .rev-slider .swiper-slide-next .rev-slide-inner, .rev-slider .swiper-slide-prev .single-slide-inner, .rev-slider .swiper-slide-prev .rev-slide-inner {
    opacity: 0.4;
}

.single-slider .swiper-slide-active .single-slide-inner, .single-slider .swiper-slide-active .rev-slide-inner, .rev-slider .swiper-slide-active .single-slide-inner, .rev-slider .swiper-slide-active .rev-slide-inner {
    opacity: 1;
}

.news {
    padding: 90px 0 0;
}

.news-slider-holder {
    margin-top: 50px;
}

.news-slider-holder .custom-next, .news-slider-holder .custom-prev {
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background: url(../img/swiper-white-arrow.svg) no-repeat left 18px center, radial-gradient(48.08% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
}

.news-slider-holder .single-prev, .news-slider-holder .custom-prev {
    left: -25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-slider-holder .single-next, .news-slider-holder .custom-next {
    right: -25px;
}

.news-slider-holder .swiper-button-disabled {
    opacity: 0.25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.news-slider-holder .swiper-slide-next .single-slide-inner, .news-slider-holder .swiper-slide-next .rev-slide-inner, .news-slider-holder .swiper-slide-prev .single-slide-inner, .news-slider-holder .swiper-slide-prev .rev-slide-inner {
    opacity: 0.4;
}

.news-slider-holder .swiper-slide-active .single-slide-inner, .news-slider-holder .swiper-slide-active .rev-slide-inner {
    opacity: 1;
}

.single-slide-inner, .rev-slide-inner {
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 10px solid rgb(255, 255, 255);
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.single-slide-inner img, .rev-slide-inner img {
    max-width: 100%;
}

.single-slide-inner h1, .single-slide-inner h2, .single-slide-inner h3, .single-slide-inner h4, .single-slide-inner h5, .single-slide-inner h6, .rev-slide-inner h1, .rev-slide-inner h2, .rev-slide-inner h3, .rev-slide-inner h4, .rev-slide-inner h5, .rev-slide-inner h6 {
    margin-bottom: 4px;
    font-family: "HelveticaNeueCyr-Bold";
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 26px;
}

.single-slide-inner p, .rev-slide-inner p {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1.1px;
    font-family: "HelveticaNeueCyr-Roman";
}

.rev-slider .rev-slide-inner {
    padding: 32px 43px;
    position: relative;
}

.rev-slider .rev-slide-inner:after {
    content: "";
    position: absolute;
    border-radius: 25px;
    inset: 0;
    border: 1px solid rgb(234, 241, 251);
    pointer-events: none;
}

.cert {
    padding: 110px 0 90px 0;
}

.cert .big-text {
    top: -55px;
    font-size: 200px;
    letter-spacing: 134px;
    margin-left: 50px;
}

.big-text {
    font-family: "HelveticaNeueCyr-Black";
    z-index: -1;
    position: absolute;
    text-transform: uppercase;
    color: #F7F8F9;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rev {
    padding: 110px 0 100px;
}

.rev .section-title span {
    font-family: "Bona Nova", serif;
}

.rev .big-text {
    top: 70px;
    font-size: 150px;
    letter-spacing: 104px;
    margin-left: 50px;
}

.main-footer {
    background: #0D1E3A;
}

.main-footer .reg-email-box {
    padding: 0 30px;
}

.main-footer .reg-logo {
    padding-right: 30px;
}

.main-footer .reg-email-box, .main-footer .reg-logo {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-col {
    min-height: 120px;
}

.credits {
    color: #5D6D88;
    font-size: 12px;
    letter-spacing: 1px;
    background: #14243F;
    padding: 15px 0;
}

.air-datepicker-global-container {
    z-index: 999999;
}

.custom-pop {
    padding: 0;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    width: 100%;
    max-width: 860px;
}

.app-pop-content {
    padding: 40px;
}

.app-pop-content, .serv-pop-content {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.2px;
    font-family: "HelveticaNeueCyr-Roman";
}

.app-pop-content h1, .app-pop-content h2, .app-pop-content h3, .app-pop-content h4, .app-pop-content h5, .app-pop-content h6, .serv-pop-content h1, .serv-pop-content h2, .serv-pop-content h3, .serv-pop-content h4, .serv-pop-content h5, .serv-pop-content h6 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2px;
    font-family: "Bona Nova", serif;
    font-weight: 700;
    text-transform: uppercase;
}

.app-pop-content p, .serv-pop-content p {
    margin: 17px 0;
}

.app-pop-content ul, .app-pop-content ol, .serv-pop-content ul, .serv-pop-content ol {
    padding-left: 20px;
}

.product-popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-popup-col {
    width: 50%;
}

.product-popup-col-1 {
    padding: 50px 40px 50px 50px;
}

.product-popup-col-2 {
    padding: 14px;
}

.app-form {
    padding: 36px 46px 44px 46px;
    text-align: center;
    border: 1px solid #EAF1FB;
    border-radius: 20px;
}

.app-form input {
    display: block;
    width: 100%;
}

.app-form .input-row:last-child {
    margin-top: 26px;
}

.fancybox-button {
    background: transparent;
}

.fancybox-bg {
    background: transparent;
}

.fancybox-is-open .fancybox-bg {
    background: transparent;
    opacity: 1;
}

.fancybox-custom-overlay {
    z-index: 1000;
    position: fixed;
    background: rgba(13, 30, 58, 0.35);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.fancybox-custom-overlay.active {
    opacity: 1;
    visibility: visible;
}

.fancybox-slide--html .fancybox-close-small {
    right: 16px;
    top: 16px;
    opacity: 1;
    padding: 4px;
}

.fancybox-slide--html .fancybox-close-small path {
    fill: #CDE1FB;
}

.air-datepicker-time--row:nth-child(2) {
    display: none;
}

.air-datepicker-time--row:first-child {
    margin-bottom: 0;
}

.air-datepicker--time {
    padding: 9px 4px;
}

.solv-ani, .serv-card, .app-ani, .trait-ani {
    opacity: 0;
}

.consl-ani, .become-ani {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.why-ani {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

#thx-popup {
    background: #fff url(../img/thx-ico.png) no-repeat center top 60px;
    padding: 160px 20px 40px 20px;
    border-radius: 25px;
    width: 100%;
    max-width: 508px;
    text-align: center;
}

.thx-title {
    font-family: "Bona Nova", serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}

.thx-sub {
    padding-top: 15px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.5px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 6px;
    padding: 3px 6px;
    font-family: "HelveticaNeueCyr-Medium";
}

.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7-response-output, .wpcf7-spinner {
    display: none;
}

.open-step-list {
    padding: 18px 22px;
    margin-bottom: 16px;
    display: none;
}

.open-step-list:hover {
    background: #F4F8FD;
}

.menu-wrapper-bottom {
    width: 100%;
    border-top: 1px solid #EEF2F8;
    padding-top: 30px;
    display: none;
}

.menu-wrapper-bottom .reg-tel-box {
    margin-bottom: 20px;
}

#main-nav .menu-wrapper-bottom .reg-nav-text {
    color: #0D1E3A;
    font-family: "HelveticaNeueCyr-Roman";
}

.blog {
    padding: 100px 0;
}

.blog .section-title {
    text-align: center;
}

.breadcrumbs {
    letter-spacing: 1px;
    font-size: 12px;
    color: #ACB9CF;
    margin: 48px 0 30px;
}

.breadcrumbs a {
    color: #0D1E3A;
}

.breadcrumbs .separator {
    display: inline-block;
    color: #0D1E3A;
    padding: 0 3px;
    margin-left: 3px;
}

.blog-holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    grid-gap: 20px;
    margin-top: 52px;
}

.blog-card {
    border: 1px solid #ECECEC;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.4px;
}

.blog-card h1, .blog-card h2, .blog-card h3, .blog-card h4, .blog-card h5, .blog-card h6 {
    letter-spacing: 2px;
    line-height: 25px;
    font-family: "Bona Nova", serif;
    font-size: 18px;
    text-transform: uppercase;
}

.blog-card p {
    margin: 11px 0 23px 0;
}

.blog-card .serv-btn {
    padding: 14px 30px;
    color: #FFFFFF;
}

.blog-card-inner {
    padding: 30px 40px 30px 48px;
}

.blog-card-img {
    height: 270px;
}

.singlesec {
    padding: 100px 0 90px 0;
}

.singlesec .section-title {
    max-width: 770px;
    margin: auto;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    letter-spacing: normal;
}

.single-content {
    letter-spacing: normal;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
}

.single-content p {
    margin: 20px 0;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 40px 0 20px 0;
    letter-spacing: 2px;
    line-height: 25px;
    /*font-family: "Bona Nova", serif;*/
    font-family: "Roboto Condensed", sans-serif;
    /*font-size: 24px;*/
    font-size: 1.5rem;
    text-transform: uppercase;
}

.single-content img {
    max-width: 100%;
}

.single-content strong {
    font-weight: 700;
}

.single-content ol, .single-content ul {
    padding-left: 24px;
    margin: 10px 0;
}

.single-content ul li {
    list-style-type: disc;
}

.single-content ol li {
    list-style-type: decimal;
}

.single-content a {
    color: #F14250;
    text-decoration: underline;
    -webkit-text-decoration-color: #F14250;
    text-decoration-color: #F14250;
}

.single-content a:hover {
    text-decoration: none;
}

.single-date {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.single-date-title {
    font-family: "Roboto Condensed", sans-serif;
}

.single-img {
    margin: 40px 0 40px;
    display: flex;
    justify-content: center;
}

.single-img img {
    border-radius: 25px;
}

.credits-inner {
    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;
}

.footer-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    list-style: none;
}

.footer-menu li {
    margin-left: 34px;
}

.footer-menu a {
    display: block;
}

#appModal {
}

#appModal .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.services_second_menu_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
}

.services_second_menu_block_item {
    flex: calc((100% - 40px) / 3);
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 25px;
}

.services_second_menu_block_item_title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}

.services_second_menu_block_item_img {
    display: block;
    overflow: hidden;
    text-align: center;
}

.services_second_menu_block_item_img > img {
    max-width: 400px;
    max-height: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.services_second_menu_block_item_intro {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    text-align: justify;
}

.services_second_menu_block_item_btns {
    display: flex;
    justify-content: flex-end;
}

.services_second_menu_block_item_btns .serv-btn {
    color: #FFFFFF;
}

.google_reviews_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.google_reviews_head {
    width: 25%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 100px;
}

.google_reviews_head .gr-profile-img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.google_reviews_head .gr-stars {
    color: #f39c12;
}

.google_reviews_head .gr-profile-img, .google_reviews_head .gr-profile-details {
    text-align: center;
}

.google_reviews_swiper {
    width: 75%;
}

.google-reviews .review-text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    position: relative;
    transition: max-height .3s ease
}

.google-reviews .google-review {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow: scroll;
}
.google-reviews .review-text{
    overflow: scroll;
}


.google-reviews .read-more {
    display: inline-block;
    margin-top: 8px;
    color: #8c8b8b;
    cursor: pointer;
    font-size: 14px
}


@media all and (max-width: 1200px) and (max-width: 1199.98px) {
    .lang-switch {
        margin: 0 20px;
    }

    .reg-burger {
        width: 180px;
    }

    .reg-tel-box {
        padding-left: 20px;
    }

    .reg-logo img {
        max-width: 200px;
    }

    .header-bnf {
        max-width: 33%;
    }

    .header-girl {
        right: -599px;
    }

    .solv-img {
        left: -446px;
    }

    .app-col-1 {
        width: 45%;
    }

    .app-col-2 {
        width: 55%;
        padding-left: 34px;
    }

    .app-cards {
        grid-gap: 10px;
    }

    .app-card {
        background: url(/resources/tpl/img/app-ico.png) no-repeat right -10px top -15px, radial-gradient(51.62% 100.42% at 50% 50%, rgb(62, 78, 104) 34.5%, rgb(13, 30, 58) 100%);
        padding: 38px 20px 20px 20px;
    }

    .tab-pane {
        max-width: 600px;
    }

    .free-girl {
        right: -610px;
    }

    .port-item-content {
        padding: 120px 0 100px 70px;
    }

    .port-nav-btn .port-num {
        font-size: 40px;
    }

    .consl-col-2 .big-cirle, .big-text {
        display: none;
    }

    .trait-girl {
        right: -377px;
        max-width: 938px;
    }

    #main-nav .soc-text {
        display: none;
    }

    .main-footer .reg-email-box {
        padding: 0 20px;
    }

    .menu-wrapper {
        width: 620px;
    }
}

@media all and (max-width: 992px) and (max-width: 991.98px) {
    .main-footer .reg-tel-box, .menu-wrapper-bottom .reg-tel-box {
        padding: 0 20px;
    }

    .blog-card-img {
        height: 190px;
    }

    .breadcrumbs {
        margin: 14px 0 30px;
    }

    .blog-card-inner {
        padding: 20px;
    }

    .menu-overlay {
        display: none !important;
    }

    .menu-wrapper {
        position: fixed;
        top: 80px;
        width: 100%;
        height: 100vh;
        padding-bottom: 120px;
        bottom: 0;
        border-radius: 0;
        overflow: scroll;
    }

    .main-header {
        padding: 140px 0 0;
    }

    .nav-col {
        height: 80px;
    }

    .burger-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .burger-btn svg {
        margin-right: 0;
    }

    .menu-blog-link a, .burger-text {
        padding: 8px 10px;
    }

    .burger-close {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .reg-burger {
        width: auto;
    }

    .reg-burger .burger-open {
        margin: 0 20px;
    }

    .lang-switch {
        margin: 0 10px;
    }

    .header-bnf-holder {
        height: 500px;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
    }

    .header-bnf-inner {
        display: none;
    }

    .custom-btn-ico-large {
        font-size: 14px;
        padding: 29px 20px;
    }

    .header-girl {
        right: -6px;
        max-width: 950px;
    }

    .solv-img {
        top: 122px;
        left: -348px;
        max-width: 800px;
    }

    .serv-card {
        padding: 30px;
    }

    .app-col {
        width: 100%;
    }

    .app-col-2 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .app-col-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 130px 10px 0 0;
    }

    .app-box {
        margin-top: 60px;
    }

    .app-cards {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
        grid-gap: 20px;
        margin-top: 60px;
    }

    .free-girl {
        display: none;
    }

    .form-laststep, .free-form-btns {
        max-width: unset;
    }

    .free-form {
        padding: 35px 40px 30px 40px;
    }

    .port-nav {
        width: 230px;
    }

    .port-nav-btn {
        font-size: 14px;
        padding: 15px 20px 20px 25px;
    }

    .port-item-content {
        padding: 100px 70px 100px 40px;
    }

    .port-item:after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) -12.821%, rgb(255, 255, 255) 20%);
    }

    .consl-col-2, #consl-popup {
        width: 340px;
        padding: 50px 30px 50px 30px;
    }

    .consl-bnf-num {
        margin-right: 20px;
    }

    .single-slider .single-next, .rev-slider .single-next {
        margin-right: -350px;
    }

    .single-slider .single-prev, .rev-slider .single-prev {
        margin-left: -350px;
    }

    .trait {
        padding: 140px 0 590px 0;
    }

    .trait-girl {
        right: -53px;
        max-width: 800px;
        bottom: -590px;
    }

    .why-img-box:after {
        background: linear-gradient(90deg, rgb(244, 248, 253) 0.469%, rgba(244, 248, 253, 0.4) 77.381%);
    }

    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-footer .reg-email-box {
        border: none;
    }

    .main-footer .reg-logo {
        border: none;
        padding-right: 0;
    }

    .main-footer .soc-item {
        border-right: none;
    }

    .reg-email-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-col {
        min-height: 84px;
    }

    .footer-col.reg-soc {
        width: 100%;
        padding: 0 200px;
    }

    .serv {
        padding: 40px 0 100px 0;
    }
}

@media all and (max-width: 768px) and (max-width: 767.98px) {
    .blog-holder {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .blog-card-img {
        height: 207px;
    }

    .footer-menu {
        -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-left: 20px;
    }

    .footer-menu li {
        margin: 3px 0;
    }

    .menu-wrapper-bottom {
        display: block;
    }

    .product-popup-col {
        width: 100%;
    }

    .product-popup-col-2 {
        margin: auto;
        max-width: 350px;
    }

    .product-popup-col-1 {
        padding: 25px 40px 1px 25px;
    }

    #serv-popup .fancybox-close-small {
        right: 8px;
        top: 8px;
    }

    .app-form {
        padding: 30px;
    }

    .main-menu li:not(:last-child) a {
        border-bottom: none;
    }

    .nav-col.reg-tel-box {
        display: none;
    }

    .nav-col.reg-burger {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    #main-nav.fixed .soc-item, #main-nav .soc-item {
        border: none;
    }

    .reg-burger {
        border: none;
    }

    .discount-holder {
        background: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .discount-holder .custom-btn-ico-large {
        position: relative;
    }

    .discount-holder .custom-btn-ico-large:before {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        background: rgba(13, 27, 49, 0.5);
        z-index: -1;
        border-radius: 20px;
    }

    .discount-text {
        padding: 44px 0 0;
    }

    .header-girl {
        right: -142px;
    }

    .solv-content:after {
        left: 0;
    }

    .solv-content {
        margin-top: 60px;
        width: 100%;
        padding: 50px 0 50px 40px;
    }

    .solv-img {
        display: none;
    }

    .section-title {
        font-size: 28px;
    }

    .solv {
        padding: 70px 0 40px 0;
    }

    .serv-card h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .serv {
        padding: 40px 0 70px 0;
    }

    .app {
        padding: 70px 0;
    }

    .white-title {
        line-height: 36px;
    }

    .white-title strong {
        letter-spacing: 2.4px;
        font-size: 26px;
    }

    .free-progress {
        width: 230px;
    }

    .port-nav-btn {
        font-size: 12px;
        line-height: 14px;
        padding: 14px 18px;
        min-height: unset;
    }

    .port-nav-btn:first-child:before, .port-nav-btn.active:before {
        display: none;
    }

    .port-nav-btn.active {
        background: radial-gradient(62.39% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    }

    .open-step-list {
        display: block;
    }

    .port-nav-btn .port-num {
        margin-top: 8px;
        font-size: 26px;
        color: #c9dcf5;
    }

    .port-nav-btn:first-child, .port-nav-btn:last-child {
        border-radius: 0;
    }

    .port-nav {
        background: #fff;
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .port-nav.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .port-item .custom-btn-ico {
        margin-top: 30px;
    }

    .port-box {
        border-radius: 25px;
        border: 1px solid #F2F2F2;
    }

    .port-item-content {
        padding: 50px 70px 50px 40px;
    }

    .consl-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .consl-col-1 {
        width: 100%;
        margin-bottom: 60px;
    }

    .consl-img {
        display: none;
    }

    .single-slider .swiper-slide, .rev-slider .swiper-slide {
        width: 100%;
    }

    .single-slider .single-next, .rev-slider .single-next {
        margin-right: -280px;
    }

    .single-slider .single-prev, .rev-slider .single-prev {
        margin-left: -280px;
    }

    .step, .consl, .cert, .ask {
        padding: 70px 0;
    }

    .rev {
        padding: 70px 0;
    }

    .rev .section-title {
        max-width: 480px;
        margin: auto;
    }

    .trait {
        padding: 70px 0 590px 0;
    }

    .trait-girl {
        right: -142px;
    }

    .consl-bnf-text {
        line-height: 16px;
        font-size: 12px;
    }

    .why {
        padding: 70px 0;
    }

    .why .section-sub-reg {
        max-width: 433px;
    }

    .why-img-box {
        width: 500px;
        opacity: 0.3;
    }

    .footer-col.reg-soc {
        padding: 0 126px;
    }

    #main-nav .reg-tel {
        color: #0D1E3A;
    }
}

@media all and (max-width: 576px) and (max-width: 575.98px) {
    .news {
        padding: 60px 0 20px;
    }

    .news-slider-holder {
        margin-top: 30px;
    }

    .credits-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .credits-inner .reg-nav-text {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .footer-menu {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .breadcrumbs {
        margin: -9px 0 30px;
    }

    .blog {
        padding: 100px 0 70px 0;
    }

    .blog-holder {
        margin-top: 30px;
    }

    .footer-inner {
        padding: 40px 0;
    }

    .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 26px;
    }

    .singlesec {
        padding: 100px 0 60px 0;
    }

    .footer-col {
        min-height: unset;
    }

    .footer-col.reg-soc {
        padding: 0;
    }

    .main-footer .reg-soc, .main-footer .reg-email-box, .main-footer .reg-tel-box {
        width: 100%;
        padding: 15px 0;
    }

    .main-footer .reg-soc {
        margin-top: 20px;
        max-width: 300px;
    }

    .main-footer .reg-logo img {
        max-width: 250px;
    }

    .menu-wrapper {
        padding: 30px 15px 120px 15px;
    }

    .menu-list-2 {
        padding-left: 10px;
    }

    .menu-list-title {
        padding: 0 10px 0 0;
        color: #868E9C;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .main-menu {
        letter-spacing: 0.7px;
        font-size: 12px;
    }

    .main-menu a {
        padding: 6px 10px 6px 0;
    }

    .main-menu a:hover {
        padding-left: 0;
    }

    .main-menu a:after {
        display: none;
    }

    #main-nav .soc-item img {
        max-width: 18px;
    }

    .reg-logo img {
        max-width: 160px;
    }

    .reg-burger .burger-open {
        margin: 0;
    }

    .reg-burger:hover .burger-btn {
        background: transparent;
    }

    .nav-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .reg-burger:hover .burger-btn svg rect, .reg-burger.active .burger-btn svg rect {
        fill: #fff !important;
    }

    .nav-col.reg-soc {
        max-width: 100px;
    }

    #main-nav.fixed .nav-col, .nav-col {
        height: 64px;
    }

    .header-girl {
        right: -302px;
    }

    .main-header {
        padding: 120px 0 0;
    }

    .header-content p:after {
        top: 3px;
    }

    .discount-text {
        padding: 26px 0 0;
    }

    .main-header .custom-btn-ico-large {
        padding: 16px 10px;
    }

    .main-header .custom-btn-ico-large img {
        display: none;
    }

    .trait-girl {
        right: -226px;
    }

    .custom-btn {
        font-size: 11px;
        padding: 18px 30px;
        border-radius: 15px;
    }

    .beefup__head {
        font-size: 12px;
        padding: 26px 70px 26px 20px;
        line-height: 16px;
    }

    .beefup__body {
        padding: 0 20px 20px 20px;
    }

    .beefup__head::before {
        top: 22px;
        right: 19px;
    }

    .why-bnf-holder {
        margin: 10px 0 34px;
    }

    .why-bnf-holder .consl-bnf {
        width: 100%;
    }

    .why-bnf-holder .consl-bnf-num {
        width: 60px;
        height: 60px;
    }

    .free-form {
        padding: 20px;
    }

    .main-title, .main-title strong, .section-title, .white-title, .white-title strong {
        font-size: 20px;
        letter-spacing: 1.2px;
        line-height: 28px;
    }

    .main-title, .main-title strong, .section-title, .white-title, .white-title strong {
        text-align: center;
    }

    .free-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
    }

    .free-title:after {
        display: none;
    }

    .solv-content h1, .solv-content h2, .solv-content h3, .solv-content h4, .solv-content h5, .solv-content h6, .port-item h1, .port-item h2, .port-item h3, .port-item h4, .port-item h5, .port-item h6 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .port-item h1, .port-item h2, .port-item h3, .port-item h4, .port-item h5, .port-item h6 {
        margin-bottom: 10px;
    }

    .header-content, .section-sub, .solv-content-inner, .app-content, .trait-content, .section-sub-reg {
        font-size: 14px;
        line-height: 20px;
    }

    .custom-btn-ico {
        border-radius: 15px;
        padding: 18px 20px;
        font-size: 11px;
    }

    .custom-btn-ico img {
        margin-left: 10px;
        max-width: 16px;
    }

    .lang-switch {
        margin: 0 6px;
    }

    .lang-switch a {
        font-size: 10px;
    }

    .nav-col.reg-burger {
        margin-left: 4px;
    }

    .solv-content {
        margin-top: 40px;
        width: 100%;
        padding: 20px 0 30px 20px;
    }

    .solv-content .custom-btn {
        margin-top: 26px;
    }

    .tab-nav-btn {
        padding: 16px 15px;
    }

    .free-next {
        border-radius: 15px;
        padding: 16px 52px 16px 15px;
        background: url(/resources/tpl/img/free-next.svg) no-repeat right 26px center, radial-gradient(62.39% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    }

    .serv-card {
        padding: 20px;
    }

    .serv-box {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        grid-gap: 15px;
    }

    .serv-card p {
        margin: 12px 0 20px 0;
    }

    .tab-nav {
        margin: 40px 0 30px;
    }

    .app-girl {
        right: -10px;
        max-width: 600px;
    }

    .app-col-1 {
        padding: 76px 10px 0 0;
    }

    .app-card-title {
        font-size: 14px;
    }

    .app-cards {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
        grid-gap: 15px;
    }

    .form-checks .wpcf7-list-item {
        width: 100%;
    }

    .wpcf7-list-item-label {
        padding: 6px 10px 6px 35px;
        line-height: normal;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .form-checks {
        margin: 30px 0 70px 0;
    }

    .free-progress {
        width: 100%;
        bottom: 63px;
    }

    .form-laststep {
        margin: 10px 0px 75px;
    }

    .input-row-double {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .input-row-double .input-row {
        width: 100%;
    }

    .wpcf7-list-item-label:before {
        top: 4px;
        width: 20px;
        height: 20px;
    }

    .wpcf7-list-item-label:after {
        left: 7px;
        top: 7px;
    }

    .custom-input {
        height: 48px;
        line-height: 48px;
        border-radius: 15px;
    }

    .menu-wrapper {
        top: 64px;
    }

    .step .text-center {
        margin-bottom: 50px;
    }

    .port-item-content {
        padding: 20px 30px 30px 20px;
    }

    .port-img {
        opacity: 0.4;
    }

    .consl {
        padding: 60px 0 70px 0;
    }

    .consl-bnf-num {
        font-size: 40px;
        min-width: 110px;
        border-radius: 15px;
    }

    .become .consl-bnf-num {
        min-width: 55px;
    }

    .become .consl-bnf-extra-bottom {
        margin-top: 40px;
    }

    .consl-col-2 {
        width: 100%;
    }

    .single-slider .single-next, .rev-slider .single-next {
        right: -15px;
        margin-right: 0;
    }

    .single-slider .single-prev, .rev-slider .single-prev {
        margin-left: 0;
        left: -15px;
    }

    .single-slider .single-next,
    .single-slider .single-prev, .rev-slider .single-next,
    .rev-slider .single-prev {
        width: 40px;
        height: 40px;
        background: url(../img/swiper-white-arrow.svg) no-repeat left 12px center, radial-gradient(48.08% 93.34% at 50% 50%, rgb(255, 101, 113) 34.5%, rgb(241, 66, 80) 100%);
    }

    .rev-slider .rev-slide-inner {
        padding: 23px 26px;
    }

    .rev-slider, .single-slider {
        margin: 40px 0 0;
    }
}

@media all and (max-width: 470px) {
    .app-cards {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

@media all and (max-width: 350px) {
    .nav-inner {
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-col.reg-soc {
        display: none;
    }
}

@media (max-width: 400px) {
    .burger-btn {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .menu-blog-link a, .burger-text {
        padding: 5px 5px;
    }

    #main-nav .container {
        padding-right: 5px;
        padding-left: 5px;
    }
}