/*********preloader**********/
.preloader_f {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.preloader_f.active {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.sk-fading-circle {
    width: 4em;
    height: 4em;
    position: relative;
    margin: auto;
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #18ade6;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.66);
    border-radius: 100%;
    -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
    animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle-2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle-3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle-4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle-5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle-6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle-7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle-8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle-9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle-10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle-11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle-12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle-2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle-3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle-4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle-5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle-6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle-7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle-8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle-9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle-10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle-11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle-12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-fading-circle-delay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/*********end_preloader**********/

.fmess__name {
    color: #ff0000;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0;
}
.fmess__contact .links.rows_block.soc_icons {
    margin: 0;
    width: 100%;
}
.fmess__contact a {
    color: inherit;
    font-weight: 600;
}
.component-form.style-10 .fmess {
    background: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 5px;
}

.component-form:not(.inline) .component-button {
    margin-top: 18px;
}
.component-form.style-1.style-10 .component-button {
    margin-top: 0;
}

.component-form .form-field-text__textarea {
    min-height: 66px;
}


.offer-section {
    background: url(/img/bg_v2.jpg) center no-repeat;
    background-size: cover;
}
.b_block.b_816433 .container-fluid {
    position: relative;
    z-index: 5;
}
.offer-section:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 9 27 / 70%);
}
.offer__img {
    -webkit-filter: drop-shadow(0px 4px 40px rgb(148 149 193 / 68%));
    filter: drop-shadow(0px 4px 40px rgb(148 149 193 / 68%));
}

.soc_v2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.soc_v2 a {
    transition: 0.2s;
    color: #ffffff;
    background: rgb(88, 209, 100);
    background: linear-gradient(90deg, rgba(88, 209, 100, 1) 0%, rgba(40, 181, 62, 1) 100%);
    border-radius: 5px;
    padding: 6px;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    text-align: center;
    gap: 6px;
    line-height: 100%;
}
.soc_v2 a img {
    width: auto;
    height: 18px;
}
.soc_v2 a span {
    font-size: 14px;
    line-height: 100%;
    margin-top: 3px;
    font-weight: 600;
}
.soc_v2 a.max {
    background: #3492FF;
    background: linear-gradient(46deg, rgba(52, 146, 255, 1) 0%, rgba(64, 92, 252, 1) 51%, rgba(150, 63, 220, 1) 100%);
}
.soc_v2 a:hover {
    opacity: 0.8;
}
.soc_v2 a.telegram {
    background: #1b92d1;
}

[data-b-id="115"] .container .contact-holder, [data-b-id="115"] .container .menu-holder {
    max-width: 494px;
}


.offer .form-holder {
    margin-top: 90px;
}
.soc_v2 a.whatsapp {
    background-position: center;
}

.offer-col-1 .form-holder {
    margin: 0;
}

.form-head__subtitle {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 12px;
}
.form-head__title {
    line-height: 120%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-head__description {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 12px;
}

.form_inc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-bottom: 16px;
}
.form_inc_it {
    font-weight: 500;
}
.gc_contact_inputs {
    display: none;
    margin-bottom: 20px;
}
.gc_contact_inputs.active {
    display: block;
}

.gc_contact_inputs_phone, .gc_contact_inputs_email, .gc_contact_inputs_max {
    display: none;
}
.gc_contact_inputs_phone.active, .gc_contact_inputs_email.active, .gc_contact_inputs_max.active {
    display: block;
}
.form_inc_rad {
    display: flex;
    align-items: center;
    gap: 6px;
}
.form_inc_rad label {
    line-height: 100%;
    margin-top: 4px;
}


.messenger-row {
    display: flex;
    align-items: center;
    /* background: rgb(15 23 42 / 1); */
    background: rgb(247 248 254);
    color: #1b1b1c;
    border-radius: 4px;
    padding: 24px 60px;
    justify-content: space-between;
}
.messenger-img {
    width: 30%;
}
.messenger-img img {
    filter: drop-shadow(0 0 12px rgb(103 118 153 / 32%));
    /* box-shadow: 0 0 40px rgb(103 118 153 / 94%); */
}
.messenger-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
}
.messenger-title span {
    color: #18ade6;
}
.messenger-text {
    font-size: 18px;
    line-height: 130%;
    margin: 18px 0;
    max-width: 580px;
}
.messenger-btns a.whatsapp {
    padding: 12px 36px;
}
.messenger-btns .soc_v2 a span {
    font-size: 16px;
}
.messenger-btns .soc_v2 a.max {
    padding: 12px 36px;
    width: 180px;
}
.messenger-btns .soc_v2 a.telegram {
    padding: 12px 36px;
    width: 180px;
}

.form_inc_rad label, .form_inc_rad input {
    cursor: pointer;
}

.inp-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 8px;
}

@media screen and (max-width: 560px) {
    .offer-section {
        background-size: 180% auto;
        background-position: center 82px;
    }
    .offer-section {
        background-size: 180% auto;
        background-position: center 82px;
        background-color: #bbc3d0;
    }
    .offer-section:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 69%;
        background: #aeb3ba;
    }

    .offer__img {
        margin-top: 0;
    }

    .offer__img {
        -webkit-filter: drop-shadow(0px 4px 40px rgb(8 30 63 / 26%));
        filter: drop-shadow(0px 4px 40px rgb(8 30 63 / 26%));
    }

    .block-contact-info .contact a.h-phone {
        white-space: nowrap;
    }
    .soc_v2 {
        justify-content: flex-end;
    }
    .soc_v2 a span {
        font-size: 13px;
    }
    .soc_v2 a img {
        height: 16px;
    }

    .offer .form-holder {
        margin-top: 20px;
    }

    .text-wrap .soc_v2 {
        justify-content: flex-start;
    }

    body.adaptive [data-b-id="115"] .container .logo-holder {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    body.adaptive [data-b-id="115"] .container .logo-holder img {
        width: 200px;
    }
    body.adaptive [data-b-id="115"] .container .contact-holder {
        flex-wrap: wrap;
    }
    body.adaptive [data-b-id="115"] .container .contact-holder .block-contact-info {
        order: 2;
        margin-top: 22px;
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .links.rows_block.soc_icons {
        width: 100%;
        margin: 0 !important;
    }
    .links.rows_block.soc_icons .soc_v2 {
        justify-content: space-between;
    }
    .links.rows_block.soc_icons .soc_v2 a {
        width: calc(50% - 8px);
    }

    .offer-col-1 .offer__title {
        text-align: center;
        margin-top: 120px;
    }
    body.adaptive [data-b-id="115"] .container .contact-holder {
        margin-top: 30px;
    }

    .mobile-menu .menu-content {
        padding-top: 200px;
    }

    .messenger-row {
        padding: 40px 24px;
        text-align: center;
        flex-wrap: wrap;
    }
    .messenger-title {
        font-size: 28px;
    }
    .messenger-btns a.whatsapp, .messenger-btns .soc_v2 a.max, .messenger-btns .soc_v2 a.telegram {
        padding: 12px 12px;
        width: 150px;
    }
    .messenger-btns {
        display: flex;
        justify-content: center;
    }
    .messenger-img {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 24px 0 0 0;
        flex-direction: column;
        align-items: center;
    }
    .messenger-img img {
        max-width: 238px;
    }
    .block-contact-info .contact a.h-phone {
        font-size: 20px;
        text-shadow: 0 0 16px #0058ff66;
    }

    .block-contact-info .contact a.h-phone {
        font-size: 20px;
        text-shadow: 0 0 16px rgb(0 88 255 / 40%);
        margin-top: 6px;
        display: block;
    }

}



