/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
@charset "UTF-8";
/* libs */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: none;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

body {
    margin: 0;
}

ul {
    list-style-type: none !important;

}

a {
    background: transparent;
    text-decoration: none;
}

button,
input {
    line-height: normal;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

textarea:focus,
input:focus {
    outline: 0;
}

input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Fonts */
/**
 * Fonts
*/
@font-face {
    font-family: "Intro";
    src: url(../fonts/IntroDemo-BlackCAPS.309708.woff) format("woff"), url(../fonts/IntroDemo-BlackCAPS.ba3327.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Intro";
    src: url(../fonts/Roboto-Regular.457c92.woff) format("woff"), url(../fonts/Roboto-Regular.a5576e.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Intro";
    src: url(../fonts/Roboto-Bold.bd043e.woff) format("woff"), url(../fonts/Roboto-Bold.f8e5fe.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Mixins, helpers and functions */
/* Global include*/
html,
body {
    display: flex;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: normal;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.main {
    position: relative;
    flex-grow: 1;
    padding-top: 0 !important;
}

.container {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.offer_price {
        align-content: center;
        color: white;
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
    }

@media (min-width: 540px) {
    .offer_price {
        font-size: 20px;
    }
}



@media (min-width: 1025px) {
    .container.large-padding {
        padding: 50px 15px 50px;
    }
}

.containr-midle {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.spinner {
    position: absolute;
    top: 28%;
    left: 43%;
    width: 26px;
    height: 26px;
    border: 4px solid transparent;
    transform: translate(-50%, -50%);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
        }

        /* Анимация вращения */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.form-btn.loading .spinner {
            visibility: visible;
            opacity: 1;
        }
.form-btn.loading:hover {
    border: 1px solid transparent;
    cursor: default;
}

.form-btn.loading {
            position: relative;
            color: dimgray;
        }

.title {
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    background-clip: text;
    font-size: calc(28px - -8 * (100vw - 375px) / 1545);
    font-family: "Intro", sans-serif;
    font-weight: 900;
    max-width: 425px;
    text-transform: uppercase;
    color: transparent;
}

.container-big {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.btn-try {
    padding: 12px 40px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-try:hover {
    border: 1px solid #1523b7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 540px) {
    .btn-try {
        font-size: 15px;
        padding: 8px 15px;
    }
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%);
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn {
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
    z-index: 1;
    overflow: hidden;
    padding: 12px 26px;
}

.btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #071aeb;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after {
    left: 0;
    width: 100%;
}

.btn:active {
    top: 2px;
}

@media (max-width: 540px) {
    .btn {
        font-size: 15px;
        padding: 8px 15px;
    }
}

.header {
    position: sticky;
    z-index: 50;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
}

@media (max-width: 1024px) {
    .header {
        padding: 25px 0;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0;
}

.header__logo {
    flex-shrink: 0;
}

.header__logo.header__logo--mobile {
    display: none;
}

@media (max-width: 1024px) {
    .header__logo.header__logo--mobile {
        display: block;
        margin-bottom: 20px;
    }

    .header__logo.header__logo--mobile .header__logo-img {
        max-width: 90px;
        object-fit: scale-down;
        height: 34px;
    }
}

.header .wp_inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1023px) {
    .header .wp_inner {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header .header__logo.header__logo--mobile {
        display: none;
    }
}

.header__logo-img {
    max-width: 128px;
    width: 100%;
    height: 35px;
    object-fit: cover;
}

.header__list {
    display: flex;
}

.header__item:not(:last-child) {
    margin-right: 25px;
}

.header__item-link {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    transition: all 0.3s;
}

.header__item-link:hover {
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    background-clip: text;
    color: #275af3;
}

@media (max-width: 1246px) {
    .header__btn {
        display: none;
    }
}

.mobile__inner {
    display: none;
}

@media (max-width: 1024px) {
    .mobile__inner {
        display: block;
    }
}

.header__btn.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 10px 12px;*/
    padding: 8px 12px;
    min-height: 44px;
    /*font-size: 12px;*/
    font-size: 9px;
}

@media (max-width: 1200px) {
    .header__btn.btn {
        font-size: 10px;
    }
}

@media (max-width: 1023px) {
    .header__btn.btn {
        width: calc(100% - 16px);
        margin: 15px 0 15px 16px;
    }
}

.header__btn--enter {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
    min-height: 44px;
    font-size: 12px;
    border-radius: 10px;
    border: solid 1px #1523b7;
    background-color: #fff;
    color: #1523b7;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

@media (max-width: 1023px) {
    .header__btn--enter {
        width: calc(100% - 16px);
        margin-left: 16px;
    }
}

.header__btn--enter:hover {
    border-color: #fff;
    color: #fff;
    background-color: #1523b7;
}

@media (max-width: 1140px) {
    .header__btn.btn.header__btn--connect {
        display: none;
    }
}

@media (max-width: 1023px) {
    .wp_inner .header__btn.btn,
    .wp_inner .header__btn.header__btn--enter {
        display: none;
    }
}

.mobile__inner .header__btn.btn,
.mobile__inner .header__btn.header__btn--enter {
    display: none;
}

@media (max-width: 1023px) {
    .mobile__inner .header__btn.btn,
    .mobile__inner .header__btn.header__btn--enter {
        font-family: "Intro", sans-serif;
        font-weight: 900;
        font-size: 12px;
        display: flex;
    }
}

/* Hide all elements with the hidden attribute */
[hidden]:not([hidden=until-found]) {
    display: none !important;
}

/* Prevent scrolling when the dialog component is shown */
.ui-prevent-scroll body {
    overflow: hidden;
    /*padding-right: var(--ui-root-scrollbar-width);*/
}

:where(dialog, [popover]) {
    margin: 0;
    padding: 0;
    position: fixed;
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    background-color: transparent;
    color: inherit;
    overflow: unset;
    border-width: 0;
}

:where(dialog, [popover])::-ms-backdrop {
    opacity: 0;
}

:where(dialog, [popover])::backdrop {
    opacity: 0;
}

.mob-nav-toggler {
    appearance: none;
    border: none;
    background: transparent;
    padding: 1rem;
    margin-right: -1rem;
    cursor: pointer;
    outline: none !important;
}

.mob-nav-toggler svg {
    width: 1.25rem;
    fill: #000;
    stroke: #000;
}

@media (min-width: 1024px) {
    .mob-nav-toggler {
        display: none;
    }

    .nav-submenu a {
        color: #000;
    }
}

.nav-menu {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    font-size: 15px;
}

@media (max-width: 1246px) {
    .nav-menu {
        font-size: 13px;
    }
}

.nav-menu a {
    color: #000;
}

@media (min-width: 1024px) {
    .nav-menu a {
        color: #000;
    }
}

:is(.nav-menu, .nav-submenu) a {
    padding: 0.6rem 1rem;
    display: block;
}

@media (min-width: 1024px) {
    :is(.nav-menu, .nav-submenu) a {
        padding: 0.2rem 0.7rem;
    }
}

.nav-submenu {
    color: black;
    border-radius: 0.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .nav-submenu {
        background-color: #fff;
    }

    .nav-submenu a {
        color: #000;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 17px;
    }
}

.nav-submenu:not(.ui-shown) {
    display: none;
}

.nav ul > li > a:not(:only-child)::after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPHBvbHlnb24gcG9pbnRzPSIxMiAxNy40MTQgMy4yOTMgOC43MDcgNC43MDcgNy4yOTMgMTIgMTQuNTg2IDE5LjI5MyA3LjI5MyAyMC43MDcgOC43MDcgMTIgMTcuNDE0Ii8+DQo8L3N2Zz4NCg==);
    display: block;
    width: 0.7rem;
    height: 0.7rem; /* Додайте висоту */
    background-size: contain;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.75;
    transform: rotate(-90deg);
    /* Змінює колір SVG */
}

@media (max-width: 1023px) {
    .nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .nav ul > li > a:not(:only-child)::after {
        rotate: 90deg;
        transition: scale 0.2s;
    }

    .nav ul > li > a.ui-active:not(:only-child)::after {
        scale: -1 1;
    }

    .mob-nav {
        position: fixed;
        inset: 0;
        z-index: 20;
        display: block;
    }

    .mob-nav-backdrop {
        position: absolute;
        inset: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.5);
        transition-duration: 0.2s;
        transition-property: opacity, translate;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        opacity: 0;
    }

    .mob-nav-backdrop.ui-active {
        opacity: 1;
    }

    .mob-nav-close {
        all: unset;
        position: absolute;
        top: 2rem;
        right: 0.5rem;
        padding: 0.6rem;
        cursor: pointer;
        outline: none !important;
    }

    .mob-nav-close svg {
        fill: none;
        width: 1.75rem;
        aspect-ratio: 1;
        stroke: rgb(35, 39, 50);
        display: block;
        cursor: pointer;
    }

    .mob-nav-content {
        background-color: #fff;
        width: fit-content;
        height: 100%;
        padding: 2.5rem 0.5rem;
        min-width: 16rem;
        position: relative;
        overflow: auto;
    }

    .mob-nav-content.ui-enter-active,
    .mob-nav-content.ui-leave-active {
        transition-duration: 0.2s;
        transition-property: opacity, translate;
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .mob-nav-content.ui-enter-from,
    .mob-nav-content.ui-leave-to {
        opacity: 0;
        translate: -100% 0;
    }

    .mob-nav-content.ui-enter-to,
    .mob-nav-content.ui-leave-from {
        opacity: 1;
        translate: 0;
    }

    .logo--mob {
        margin-bottom: 2rem;
        padding-left: 1rem;
    }

    .nav-submenu {
        padding-left: 0.5rem;
    }

    .nav-submenu::before,
    .nav-submenu::after {
        content: "";
        height: 0.25rem;
        display: block;
    }

    .nav-submenu::after {
        height: 0.5rem;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPHBvbHlnb24gcG9pbnRzPSIxMiAxNy40MTQgMy4yOTMgOC43MDcgNC43MDcgNy4yOTMgMTIgMTQuNTg2IDE5LjI5MyA3LjI5MyAyMC43MDcgOC43MDcgMTIgMTcuNDE0Ii8+DQo8L3N2Zz4NCg==);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .nav-submenu.ui-enter-active,
    .nav-submenu.ui-leave-active {
        transition-duration: 0.2s;
        transition-property: opacity, height;
        transition-timing-function: ease-in-out;
        overflow: hidden;
    }

    .nav-submenu.ui-enter-from,
    .nav-submenu.ui-leave-to {
        opacity: 0;
        height: 0;
    }

    .nav-submenu.ui-enter-to,
    .nav-submenu.ui-leave-from {
        opacity: 1;
        /*height: var(--ui-transition-height);*/
    }
}

@media (min-width: 1024px) {
    .mob-nav-close,
    .logo--mob {
        display: none;
    }

    .nav-menu > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .nav-menu > li > a::after {
        width: 0.5rem;
        rotate: 90deg;
    }

    .nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-submenu {
        --ui-dropdown-arrow-offset: 0rem;
        --ui-dropdown-arrow-padding: 0.8rem;
        --ui-dropdown-arrow-width: 0.4rem;
        --ui-dropdown-arrow-height: 0.4rem;
        --ui-dropdown-placement: bottom-start;
        padding: 0.5rem 0.25rem;
        box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
    }

    .nav-submenu > li {
        position: relative;
    }

    .nav-submenu > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem 0.5rem 0.75rem;
        border-radius: 0.3rem;
        outline: none;
    }

    .nav-submenu > li > a:is(:hover, :focus-visible) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .nav-submenu > li > a::after {
        opacity: 0.75;
    }

    .nav-submenu .nav-submenu {
        --ui-dropdown-placement: right-start;
        --ui-dropdown-padding: -0.25rem;
        --ui-dropdown-offset: -0.25rem;
        --ui-dropdown-flip: false;
        --ui-dropdown-sticky: true;
    }

    .nav-submenu.ui-enter-active,
    .nav-submenu.ui-leave-active {
        transition-duration: 0.2s;
        transition-property: opacity, scale;
        transition-timing-function: ease-in-out;
        /*-webkit-transform-origin: var(--ui-dropdown-transform-origin);*/
        /*        transform-origin: var(--ui-dropdown-transform-origin);*/
    }

    .nav-submenu.ui-enter-from,
    .nav-submenu.ui-leave-to {
        opacity: 0;
        scale: 0.95;
    }

    [data-ui-floating=dropdown]::-ms-backdrop {
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background-color: rgba(17, 24, 38, 0.05);
        opacity: 0;
    }

    [data-ui-floating=dropdown]::backdrop {
        transition: all 0.15s ease-in-out;
        background-color: rgba(17, 24, 38, 0.05);
        opacity: 0;
    }

    [data-ui-floating=dropdown]:has(> .ui-active)::-ms-backdrop {
        opacity: 1;
    }

    [data-ui-floating=dropdown]:has(> .ui-active)::backdrop {
        opacity: 1;
    }
}

* {
    scroll-behavior: smooth;
}

:root {
    --transition-speed: 0.3s ease-out;
}

#up {
    border-radius: 50%;
    width: calc(40px - -40 * (100vw - 375px) / 1545);
    height: calc(40px - -40 * (100vw - 375px) / 1545);
    background-color: #1523b7;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 5px rgba(206, 206, 206, 0.5);
    -webkit-transition: var(--transition-speed);
    transition: var(--transition-speed);
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    z-index: 999;
}

#up:hover {
    background-color: #121534;
}

.up-arrow p {
    margin: auto;
}

.subhead {
    position: relative;
    background-image: url(../images/design/1.70f99e.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    /* animations icon */
}

.subhead::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(66, 69, 109, 0.5) 0%, rgba(66, 69, 109, 0.5) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .subhead {
        background-position: center top;
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .subhead .container {
        padding: 0;
    }
}

.subhead__wrapper {
    position: relative;
    padding-top: 82px;
    padding-bottom: 57px;
    z-index: 2;
}

@media (max-width: 767px) {
    .subhead__wrapper {
        padding: 0;
    }
}

.subhead__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subhead__items:has(.subhead_description) {
    gap: 95px;

    p {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .subhead__items:has(.subhead_description) {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .subhead__items:has(.subhead_description) {
        flex-direction: column;
    }
}

.subhead__item:first-child {
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .subhead__item:first-child {
        padding: 0 15px;
        flex-shrink: 1;
    }
}

.subhead__sub-title {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 35px;
}

.subhead__title {
    font-size: 36px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    color: #fff;
    max-width: 380px;
    margin-bottom: 29px;
}

.subhead__title.subhead-title--mod {
    font-size: calc(30px - -266 * (100vw - 375px) / 1545);
}

.subhead .subhead-box {
    display: flex;
    gap: 19px;
    padding-top: 30px;
    @media (max-width: 540px) {
        flex-direction: column;
    }

    .btn, .btn-try {
        min-height: 50px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .btn {
        padding: 14px 26px 12px 26px !important;
    }

    .btn-try {
        padding: 14px 40px 12px 40px !important;
    }
}

.slogans__heading {
    font-size: 22px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 100px;
    padding: 0 15px;
    max-width: 640px;
}

@media (min-width: 1024px) {
    .subhead__heading {
        margin-bottom: 100px;
    }
}

/*.subhead__video {*/
/*    width: 97px;*/
/*    height: 97px;*/
/*    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);*/
/*    border-radius: 50%;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    color: #fff;*/
/*    font-family: "Intro", sans-serif;*/
/*    font-weight: 900;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/

.subhead__title-description {
    color: #fff;
    max-width: 368px;
    width: 100%;
    margin-bottom: 43px;
    font-family: Roboto, sans-serif;
}

.subhead__title-description.description--mod {
    font-family: "Intro", sans-serif;
    font-weight: 900;
}

/*.subhead .btn-call {*/
/*    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);*/
/*    cursor: pointer;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    text-align: center;*/
/*    -webkit-transition: 0.3s;*/
/*    transition: 0.3s;*/
/*    -webkit-animation: hoverWave linear 1s infinite;*/
/*    animation: hoverWave linear 1s infinite;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-decoration: none;*/
/*    margin-right: 85px;*/
/*}*/


.video-btn {
    display: inline-flex;
}

@media (min-width: 677px) {
    .video-btn--mobile {
        display: none;
    }
}

.video-btn--laptop {
    display: none;
}

@media (min-width: 677px) {
    .video-btn--laptop {
        display: inline-flex;
    }
}

.video-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    transition: 0.3s;
    animation: hoverWave linear 1s infinite;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    font-size: 14px;
    min-width: 134px;
    min-height: 86px;
    border-radius: 40px;
    padding: 20px;
}

@media (min-width: 677px) {
    .video-btn__inner {
        font-size: 16px;
        margin-right: 86px;
    }
}

.video-btn__triangle {
    width: 26px;
    height: 26px;
    border-left: 3px solid #0E0E0E;
    position: relative;
    border-radius: 2px;
    margin-right: 6px;
}

.video-btn__triangle::after, .video-btn__triangle::before {
    content: "";
    position: absolute;
    height: 3px;
    background: #0E0E0E;
    transform-origin: 0 0;
}

.video-btn__triangle::before {
    top: 0;
    left: 0;
    right: -0.5px;
    transform: rotate(30deg);
    border-radius: 6px;
}

.video-btn__triangle::after {
    bottom: -1px;
    right: 1.5px;
    left: -2px;
    transform: rotate(-30deg);
    border-radius: 6px;
}

@media (max-width: 767px) {
    .subhead .btn-call {
        margin-right: 15px;
    }
}

@media (max-width: 540px) {
    .subhead .btn-call {
        display: none;
    }
}

.subhead .btn-call:hover {
    background-color: #fff;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 27px rgba(56, 163, 253, 0.067);
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 27px rgba(56, 163, 253, 0.067);
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.subhead .btn-call {
    position: relative;
    width: 97px;
    height: 97px;
}

.subhead .btn-call a {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.subhead_description {
    max-width: 763px;
    width: 100%;
    color: #fff;
}

@media (max-width: 767px) {
    .subhead_description {
        backdrop-filter: blur(15px);
        padding: 5px 15px;
    }
}

.our-partners {
    padding-top: 20px;
}

/*.our-partners__list {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*}*/

/*@media (max-width: 540px) {*/
/*    .our-partners__list {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

/*.our-partners__item {*/
/*    max-width: 130px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .our-partners__item {*/
/*        margin: 0 auto;*/
/*    }*/
/*}*/

/*.our-partners__item:not(:last-child) {*/
/*    margin-right: 60px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .our-partners__item:not(:last-child) {*/
/*        margin: 0 auto 15px;*/
/*    }*/
/*}*/

/*.our-partners__img {*/
/*    max-width: 150px;*/
/*    object-fit: cover;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .our-partners__img {*/
/*        max-width: 100%;*/
/*        margin: 0 auto 15px;*/
/*    }*/
/*}*/

.our-partners__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

@media (min-width: 520px) {
    .our-partners__list {
        justify-content: center;
    }
}

.our-partners__item {
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 520px) {
    .our-partners__item {
        margin: 0 auto;
    }
}

.our-partners__img {
    display: block;
    width: 125px;
    max-height: 75px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .our-partners__img {
        max-width: 100%;
        margin: 0 auto 15px;
    }
}

.slogans {
    padding-top: 52px;
}

@media (max-width: 1024px) {
    .slogans {
        padding-top: 30px;
    }
}

.slogans__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}

.slogans__box {
    position: relative;
    z-index: 3;
    background-color: #fff;
    max-width: 366px;
    width: 100%;
}

.slogans__figure {
    margin: 0 auto 15px;
    position: relative;
    width: 60px;
    height: 60px;
}

.slogans__center-img {
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 1;
    top: 15%;
    right: 30%;
}

.slogans__card-strong {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}

.slogans__text {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.slogans--custom .slogans__list {
    gap: 28px 55px;
}

.slogans--custom .slogans__box {
    max-width: 247px;
}

.slogans--with-padding {
    padding: 120px 0 100px;
}

.offer {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .offer {
        padding-top: 50px;
    }
}

.offer__pre-title {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

/*@media (max-width: 767px) {*/
/*    .offer__pre-title {*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

.offer__title {
    margin-bottom: 4px;
    max-width: 400px;
}

@media (max-width: 767px) {
    .offer__title {
        margin-bottom: 25px;
    }
}

.offer__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
    .offer__wrap {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .offer__wrap {
        grid-template-columns: 1fr;
    }
}

.offer__rect {
    max-width: 379px;
    background-color: #000;
    border-radius: 10px;
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.offer__rect p {
    padding: 35px 45px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1024px) {
    .offer__rect p {
        padding: 20px 15px 15px;
    }
}

.offer__rect--color-mod {
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    margin-top: 84px;
}

@media (max-width: 767px) {
    .offer__rect--color-mod {
        margin: 30px auto 0;
    }
}

@media (max-width: 540px) {
    .offer__rect--color-mod {
        margin: 20px auto 0;
    }
}

.offer__rect--color-mod .offer__rect-svg svg path {
    fill: #000;
}

.offer__rect:first-child {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .offer__rect:first-child {
        margin: 0 auto;
    }
}

.offer__rect:last-child {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .offer__rect:last-child {
        margin: 30px auto 0;
    }
}

@media (max-width: 540px) {
    .offer__rect:last-child {
        margin: 20px auto 0;
    }
}

.offer__rect-svg {
    position: absolute;
    width: 59px;
    height: 59px;
    top: -15px;
    right: 20px;
    text-align: center;
}

.why {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .why {
        padding-top: 50px;
    }
}

.why__box {
    display: flex;
}

@media (max-width: 1024px) {
    .why__box {
        display: block;
    }
}

.why__pre-title {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .why__pre-title {
        margin-bottom: 15px;
    }
}

.why__title {
    max-width: 315px;
}

@media (max-width: 1024px) {
    .why__title {
        margin-bottom: 30px;
    }
}

.why__text-box {
    max-width: 673px;
    margin-left: 83px;
}

@media (max-width: 1024px) {
    .why__text-box {
        margin-left: 0;
    }
}

.why__text-box p {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.benefit {
    position: relative;
    z-index: 3;
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .benefit {
        padding-top: 50px;
    }
}

.benefit__wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .benefit__wrap {
        display: block;
    }
}

.benefit__box-title {
    margin-bottom: 74px;
}

@media (max-width: 767px) {
    .benefit__box-title {
        margin-bottom: 30px;
    }
}

.benefit__pre-title {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .benefit__pre-title {
        margin-bottom: 15px;
    }
}

.benefit__title {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .benefit__title {
        margin-bottom: 30px;
    }
}

.benefit__text {
    max-width: 636px;
}

.benefit__text p {
    padding-right: 5px;
}

@media (max-width: 767px) {
    .benefit__text p {
        padding: 0;
    }
}

.benefit__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 68px;
}

@media (max-width: 1024px) {
    .benefit__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 55px;
    }
}

@media (max-width: 767px) {
    .benefit__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 540px) {
    .benefit__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.benefit__item {
    max-width: 310px;
    position: relative;
    padding-left: 48px;
}

.benefit__item::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background-color: #1523b7;
    left: 0;
    top: 0;
    border-radius: 50%;
}

@media (max-width: 540px) {
    .benefit__item::before {
        width: 20px;
        height: 20px;
    }
}

.benefit__item p {
    padding-right: 5px;
}

@media (max-width: 767px) {
    .benefit__item p {
        padding: 0;
    }
}

@media (max-width: 540px) {
    .benefit__item {
        max-width: 410px;
        padding-left: 35px;
    }
}

.benefit__item-caption {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
}

.benefit__img-box {
    max-width: 388px;
    width: 100%;
    position: relative;
}

.benefit__img-box::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIzIiBoZWlnaHQ9IjExOSIgdmlld0JveD0iMCAwIDEyMyAxMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTUuNjIyMiAyLjI3MDUxQzU5LjEyNyAtMC4yNzU5MzUgNjMuODczIC0wLjI3NTkzIDY3LjM3NzkgMi4yNzA1MUwxMTguODY3IDM5LjY3OTlDMTIyLjM3MiA0Mi4yMjYzIDEyMy44MzkgNDYuNzQgMTIyLjUgNTAuODYwMkwxMDIuODMzIDExMS4zOUMxMDEuNDk0IDExNS41MSA5Ny42NTQ2IDExOC4zIDkzLjMyMjMgMTE4LjNIMjkuNjc3N0MyNS4zNDU0IDExOC4zIDIxLjUwNTkgMTE1LjUxIDIwLjE2NzEgMTExLjM5TDAuNDk5ODc5IDUwLjg2MDJDLTAuODM4ODYzIDQ2Ljc0IDAuNjI3NzIgNDIuMjI2MyA0LjEzMjU5IDM5LjY3OTlMNTUuNjIyMiAyLjI3MDUxWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml8xNzUpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfMTc1IiB4MT0iNjEuNSIgeTE9Ii0yIiB4Mj0iNjEuNSIgeTI9IjEzMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    position: absolute;
    width: 133px;
    height: 133px;
    top: -60px;
    left: -59px;
    z-index: -1;
}

@media (max-width: 1024px) {
    .benefit__img-box {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .benefit__img-box {
        display: none;
    }
}

.benefit__img {
    border-radius: 11px;
    width: 100%;
    max-width: 388px;
    height: 556px;
    -o-object-fit: cover;
    object-fit: cover;
}

.action {
    padding-top: 110px;
    padding-bottom: 98px;
    position: relative;
    z-index: 3;
}

@media (max-width: 1024px) {
    .action {
        padding-top: 90px;
        padding-bottom: 30px;
    }
}

@media (max-width: 540px) {
    .action {
        padding-top: 70px;
    }
}

.action__inner {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%);
    padding: 44px 50px 24px 50px;
}

.action__inner::before {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    top: -20%;
    left: 5%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIzIiBoZWlnaHQ9IjExOSIgdmlld0JveD0iMCAwIDEyMyAxMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTUuNjIyMiAyLjI3MDUxQzU5LjEyNyAtMC4yNzU5MzUgNjMuODczIC0wLjI3NTkzIDY3LjM3NzkgMi4yNzA1MUwxMTguODY3IDM5LjY3OTlDMTIyLjM3MiA0Mi4yMjYzIDEyMy44MzkgNDYuNzQgMTIyLjUgNTAuODYwMkwxMDIuODMzIDExMS4zOUMxMDEuNDk0IDExNS41MSA5Ny42NTQ2IDExOC4zIDkzLjMyMjMgMTE4LjNIMjkuNjc3N0MyNS4zNDU0IDExOC4zIDIxLjUwNTkgMTE1LjUxIDIwLjE2NzEgMTExLjM5TDAuNDk5ODc5IDUwLjg2MDJDLTAuODM4ODYzIDQ2Ljc0IDAuNjI3NzIgNDIuMjI2MyA0LjEzMjU5IDM5LjY3OTlMNTUuNjIyMiAyLjI3MDUxWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml8xNzUpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfMTc1IiB4MT0iNjEuNSIgeTE9Ii0yIiB4Mj0iNjEuNSIgeTI9IjEzMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .action__inner::before {
        top: -15%;
    }
}

@media (max-width: 540px) {
    .action__inner::before {
        transform: scale(0.5);
        top: -16%;
    }
}

@media (max-width: 767px) {
    .action__inner {
        padding-top: 60px;
    }
}

@media (max-width: 540px) {
    .action__inner {
        padding: 35px 20px 20px;
    }
}

.action__title {
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 767px) {
    .action__title {
        margin-bottom: calc(30px - -15 * (100vw - 767px) / 392);
    }
}

.action__form {
    display: flex;
    justify-content: center;
    gap: 21px;
    margin-bottom: 18px;
}

@media (max-width: 1200px) {
    .action__form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .action__form {
        grid-template-columns: 1fr;
    }
}

.action__input {
    border-radius: 10px;
    background: #fff;
    padding: 10px 27px 11px 12px;
    color: #000;
    border: none;
    font-family: Arial;
    font-size: small;
    min-height: 52px;
    min-width: 208px;
}

.action__input::-webkit-input-placeholder {
    color: #000;
}

.action__input::-moz-placeholder {
    color: #000;
}

.action__input:-ms-input-placeholder {
    color: #000;
}

.action__input::-ms-input-placeholder {
    color: #000;
}

.action__input::placeholder {
    color: #000;
}

@media (max-width: 1200px) {
    .action__input {
        padding: 15px 27px 15px 12px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .action__input {
        grid-column: span 1;
    }
}

.action__btn {
    font-weight: 600;
    text-align: center;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 27px 12px 27px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s;
    outline: none !important;
}

.action__btn:hover {
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1200px) {
    .action__btn {
        margin: 0 auto;
        width: 49%;
        padding: 15px 27px;
        grid-column: span 2;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .action__btn {
        grid-column: span 1;
    }
}

.action__agree {
    color: #fff;
    text-align: right;
    margin-right: 30px;
}

.action__agree a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media (max-width: 540px) {
    .action__agree {
        margin: 0;
        font-size: 15px;
    }
}

.faqs {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .faqs {
        padding-top: 50px;
    }
}

.faqs__title {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 77px;
}

@media (max-width: 1024px) {
    .faqs__title {
        margin-bottom: 30px;
    }
}

.faqs__wrap {
    position: relative;
    z-index: 3;
    background-color: #fff;
    max-width: 909px;
    margin: 0 auto;
}

.faqs__cross {
    position: absolute;
    right: 27px;
    top: 12px;
    transform: rotate(90deg);
    color: #fff;
    font-size: 16px;
    z-index: 1;
}

.collapse-enter-active,
.collapse-leave-active {
    -webkit-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    overflow: hidden;
}

.collapse-enter-to,
.collapse-leave-from {
    /*height: var(--ui-transition-height);*/
}

.collapse-enter-from,
.collapse-leave-to {
    opacity: 0;
    height: 0;
}

.accordion {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    width: 100%;
    font-size: 16px;
    max-width: 900px;

    >li>.link {
        text-transform: lowercase;
    }
}

.accordion-item.ui-active {
    font-size: 16px;
    border-radius: 32px 32px 0 0;
}

.accordion-tab {
    background-color: transparent;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    max-width: 909px;
    border: none;
    width: 100%;
    position: relative;
    height: 25px;
    cursor: pointer;
    padding-right: 70px;
    min-height: 40px;
    font-size: 16px !important;
    text-align: left;
}

.accordion-tab::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 25px;
    right: 0;
    top: 10px;
    border-radius: 10px;
    background: #1523b7;
}

@media (max-width: 767px) {
    .accordion-tab {
        font-size: 15px !important;
    }
}

@media (max-width: 540px) {
    .accordion-tab {
        padding-left: 0;
        font-size: 14px;
        height: auto;
        min-height: 50px;
    }
}

.accordion-tab.ui-active {
    color: #1523b7;
}

.accordion-tab.ui-active::after {
    background-color: #000;
}

.accordion-panel {
    position: relative;
    padding: 10px 15px;
    max-width: 750px;
    background-color: #1523b7;
    opacity: 0.9;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin-left: 15px;
}

@media (max-width: 540px) {
    .accordion-panel {
        margin-left: 0;
        font-size: 15px;
    }
}

.env {
    padding: 110px 0;
}

@media (max-width: 1024px) {
    .env {
        padding: 50px 0;
    }
}

.env__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 63px;
}

@media (max-width: 1024px) {
    .env__wrap {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .env__wrap {
        display: block;
    }
}

.env__img-box {
    max-width: 530px;
}

@media (max-width: 767px) {
    .env__img-box {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        margin-bottom: 30px;
    }
}

.env__img {
    width: 530px;
    object-fit: cover;
}

.env__inner-box-text {
    max-width: 463px;
}

@media (max-width: 767px) {
    .env__inner-box-text {
        max-width: 600px;
    }
}

.env__btn-box {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    @media (max-width: 540px) {
        flex-direction: column;
    }

    .action__btn, .btn {
        @media (max-width: 540px) {
            width: 100%;
        }
        min-height: 50px;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .action__btn {
        @media (max-width: 540px) {
            width: 100% !important;
            margin: 0 0 20px 0 !important;
        }
        width: fit-content !important;
        margin: 0 20px 0 0 !important;
    }
}

.env__title {
    position: relative;
    z-index: 3;
    max-width: 440px;
    margin-bottom: 37px;
    color: #000;
    background: #fff;
}

@media (max-width: 767px) {
    .env__title {
        margin-bottom: 30px;
    }
}

.env__desc {
    position: relative;
    z-index: 3;
    background: #fff;
    margin-bottom: 39px;
}

/*.fast-adapt {*/
/*    position: relative;*/
/*    z-index: 3;*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt {*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

/*.fast-adapt__bg {*/
/*    position: relative;*/
/*    z-index: 3;*/
/*    flex: 0 0 100%;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt__bg {*/
/*        background-color: #000;*/
/*        box-shadow: 15px 0 0 0 #000;*/
/*    }*/
/*}*/

/*.fast-adapt__box {*/
/*    padding: 58px 20px 20px 0;*/
/*    width: 44.8%;*/
/*    min-height: 291px;*/
/*    background-color: #000;*/
/*    box-shadow: -125px 0 0 0 #000;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt__box {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 540px) {*/
/*    .fast-adapt__box {*/
/*        padding-top: 30px;*/
/*    }*/
/*}*/

/*.fast-adapt__img-box {*/
/*    flex: 0 0 55%;*/
/*    transform: translateX(-100%);*/
/*    !*position: relative;*!*/
/*}*/

/*.fast-adapt__img-box {*/
/*    !*flex: 0 0 55%;*!*/
/*    flex: 0 0 53.2%;*/
/*    transform: translateX(-100%);*/

/*    position: relative;*/

/*    .fast-adapt__img {*/
/*        max-height: none;*/
/*        position: absolute;*/
/*        left: 0;*/
/*        right: 0;*/
/*        bottom: 0;*/
/*        top: 0;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt__img-box {*/
/*        flex: 0 0 100%;*/
/*        transform: translateX(0);*/
/*    }*/
/*}*/

/*.fast-adapt__img {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    max-height: 291px;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt__img {*/
/*        min-height: auto;*/
/*    }*/
/*}*/

/*.fast-adapt__title {*/
/*    margin-bottom: 23px;*/
/*    color: #fff;*/
/*}*/

/*.fast-adapt__text {*/
/*    max-width: 340px;*/
/*    color: #fff;*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .fast-adapt__text {*/
/*        max-width: 600px;*/
/*    }*/
/*}*/

.fast-adapt__inner {
    padding: 40px 0 50px;
    display: flex;
    @media (max-width: 999px) {
        flex-direction: column;
    }
}

.fast-adapt__box {
    order: 2;
    color: #fff;
    background-color: #000;
    padding: 30px 20px;
    min-height: 300px;
    @media (min-width: 1000px) {
        width: 40%;
        order: 1;
        padding: 58px 20px 20px;
    }
}

.fast-adapt__img-box {
    order: 1;
    position: relative;
    @media (max-width: 999px) {
        margin-bottom: 24px;
    }
    @media (min-width: 1000px) {
        order: 2;
        width: 60%;
    }
}

.fast-adapt__img {
    width: 100%;
    display: block;
    object-fit: cover;
    @media (max-width: 999px) {
        max-width: 737px;
        margin: 0 auto;
        display: flex;
    }
    @media (min-width: 999px) {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        object-fit: fill;
    }
}

.fast-adapt__title {
    margin-bottom: 23px;
    color: #fff;
    font-weight: 900;
    max-width: 425px;
}

.fast-adapt__text {
    max-width: 600px;
    @media (min-width: 999px) {
        max-width: 340px;
    }
}

.blog {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .blog {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .blog {
        padding-top: 50px;
    }
}

.blog__title {
    text-align: center;
    margin-bottom: 58px;
    max-width: 100%;
}

.blog__items {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    gap: 40px 10px;
}

@media (max-width: 1024px) {
    .blog__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 590px) {
    .blog__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

.blog__item {
    display: grid;
    grid-template-columns: subgrid;
    position: relative;
    z-index: 3;
}

.blog .article__item {
    max-width: 380px;
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .blog .article__item {
        margin: 0 auto;
    }
}

.blog .article__img {
    max-width: 380px;
    width: 100%;
    height: 128px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blog .article__content-wrapper {
    text-align: center;
}

.blog .article__box {
    position: relative;
    transform: translateY(-13px);
    border-radius: 10px;
    background-color: #000;
    color: #fff;
}

.blog .article__box::after {
    content: "";
    position: absolute;
    width: 59px;
    height: 59px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNyAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSJQb2x5Z29uIDEyIiBkPSJNOS44Mzk3NCA1LjAwMDAxQzEzLjY4ODcgLTEuNjY2NjUgMjMuMzExMyAtMS42NjY2NyAyNy4xNjAzIDVMMzUuMzg3NSAxOS4yNUMzOS4yMzY1IDI1LjkxNjcgMzQuNDI1MiAzNC4yNSAyNi43MjcyIDM0LjI1SDEwLjI3MjhDMi41NzQ3NyAzNC4yNSAtMi4yMzY1IDI1LjkxNjcgMS42MTI1IDE5LjI1TDkuODM5NzQgNS4wMDAwMVoiIGZpbGw9IiMxNTIzQjciLz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: center center;
    top: -17%;
    right: 3%;
}

.blog .article__content {
    padding: 44px 35px 10px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.blog .article__description {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.opportunity__box {
    margin-top: calc(35px - -40 * (100vw - 1024px) / 896);
    display: flex;
    gap: 203px;
}

@media (max-width: 1024px) {
    .opportunity__box {
        flex-direction: column;
        align-items: center;
        gap: calc(10px - 40 * (100vw - 1400px) / 520);
    }
}

@media (max-width: 540px) {
    .opportunity__box {
        gap: 25px;
    }
}

.opportunity__box-text {
    width: calc(343px - -82 * (100vw - 1024px) / 896);
}

.opportunity__box-text--reverse {
    order: 1;
}

@media (max-width: 1024px) {
    .opportunity__box-text--reverse {
        order: -1;
    }
}

@media (max-width: 1024px) {
    .opportunity__box-text {
        width: 100%;
        /*margin-bottom: 25px;*/
        margin: 0 auto;
    }
}

.opportunity__title {
    margin: calc(67px - -30 * (100vw - 1024px) / 896) 0 53px;
    position: relative;
    z-index: 3;
    background: #fff;
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    background-clip: text;
}

@media (max-width: 1024px) {
    .opportunity__title {
        max-width: 100%;
        text-align: center;
        margin: 30px 0;
    }
}

.opportunity__box-description {
    max-width: 343px;
    position: relative;
    z-index: 3;
    background: #fff;
    color: black;
}

@media (max-width: 1024px) {
    .opportunity__box-description {
        max-width: 75%;
        margin: 0 auto 30px;
    }
}

@media (max-width: 540px) {
    .opportunity__box-description {
        max-width: 100%;
        margin: 0 auto 15px;
    }
}

.opportunity__box-img {
    position: relative;
    z-index: 3;
    padding-top: 55px;
    padding-left: 67px;
    width: 511px;
    min-height: auto !important;
    /*min-height: 335px;*/
}

@media (max-width: 540px) {
    .opportunity__box-img {
        min-height: auto;
        width: 100%;
        text-align: center;
        padding-top: 25px;
        padding-left: 25px;
    }
}

.opportunity__box-img::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNSIgdmlld0JveD0iMCAwIDEyNSAxMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTUuNDI4OSAzLjA3MTA3QzU5LjMzNDIgLTAuODM0MTcyIDY1LjY2NTggLTAuODM0MTc1IDY5LjU3MTEgMy4wNzEwN0wxMjEuOTI5IDU1LjQyODlDMTI1LjgzNCA1OS4zMzQyIDEyNS44MzQgNjUuNjY1OCAxMjEuOTI5IDY5LjU3MTFMNjkuNTcxMSAxMjEuOTI5QzY1LjY2NTggMTI1LjgzNCA1OS4zMzQyIDEyNS44MzQgNTUuNDI4OSAxMjEuOTI5TDMuMDcxMDcgNjkuNTcxMUMtMC44MzQxNzIgNjUuNjY1OCAtMC44MzQxNzUgNTkuMzM0MiAzLjA3MTA3IDU1LjQyODlMNTUuNDI4OSAzLjA3MTA3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml80NjcpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfNDY3IiB4MT0iNjIuNSIgeTE9Ii00IiB4Mj0iNjIuNSIgeTI9IjEyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    position: absolute;
    width: 133px;
    height: 133px;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1;
}

@media (max-width: 540px) {
    .opportunity__box-img::before {
        width: 150px;
        height: 150px;
        transform: scale(0.5);
        top: -40px;
        left: -40px;
    }
}

.opportunity__box-img--hexagon::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3IiBoZWlnaHQ9IjEzMSIgdmlld0JveD0iMCAwIDExNyAxMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTMuNSAxLjg4Njc1QzU2LjU5NCAwLjEwMDQyNCA2MC40MDYgMC4xMDA0MjMgNjMuNSAxLjg4Njc1TDExMS4wOTEgMjkuMzYzMkMxMTQuMTg1IDMxLjE0OTYgMTE2LjA5MSAzNC40NTA4IDExNi4wOTEgMzguMDIzNVY5Mi45NzY1QzExNi4wOTEgOTYuNTQ5MiAxMTQuMTg1IDk5Ljg1MDQgMTExLjA5MSAxMDEuNjM3TDYzLjUgMTI5LjExM0M2MC40MDYgMTMwLjkgNTYuNTk0IDEzMC45IDUzLjUgMTI5LjExM0w1LjkwOTMxIDEwMS42MzdDMi44MTUzIDk5Ljg1MDQgMC45MDkzMDkgOTYuNTQ5MiAwLjkwOTMwOSA5Mi45NzY1VjM4LjAyMzVDMC45MDkzMDkgMzQuNDUwOCAyLjgxNTMgMzEuMTQ5NiA1LjkwOTMxIDI5LjM2MzJMNTMuNSAxLjg4Njc1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml81NjYpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfNTY2IiB4MT0iNTguNSIgeTE9Ii0xIiB4Mj0iNTguNSIgeTI9IjEzMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
}

.opportunity__box-img--octagon::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMzIiBoZWlnaHQ9IjEzMyIgdmlld0JveD0iMCAwIDEzMyAxMzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNjIuNjczMiAxLjU4NTEzQzY1LjEyMzQgMC41NzAxODggNjcuODc2NiAwLjU3MDE4NyA3MC4zMjY4IDEuNTg1MTNMMTA5LjY5NiAxNy44OTIzQzExMi4xNDYgMTguOTA3MiAxMTQuMDkzIDIwLjg1NCAxMTUuMTA4IDIzLjMwNDJMMTMxLjQxNSA2Mi42NzMyQzEzMi40MyA2NS4xMjM0IDEzMi40MyA2Ny44NzY2IDEzMS40MTUgNzAuMzI2OEwxMTUuMTA4IDEwOS42OTZDMTE0LjA5MyAxMTIuMTQ2IDExMi4xNDYgMTE0LjA5MyAxMDkuNjk2IDExNS4xMDhMNzAuMzI2OCAxMzEuNDE1QzY3Ljg3NjYgMTMyLjQzIDY1LjEyMzQgMTMyLjQzIDYyLjY3MzIgMTMxLjQxNUwyMy4zMDQyIDExNS4xMDhDMjAuODU0IDExNC4wOTMgMTguOTA3MiAxMTIuMTQ2IDE3Ljg5MjMgMTA5LjY5NkwxLjU4NTEzIDcwLjMyNjhDMC41NzAxODggNjcuODc2NiAwLjU3MDE4NyA2NS4xMjM0IDEuNTg1MTMgNjIuNjczMkwxNy44OTIzIDIzLjMwNDJDMTguOTA3MiAyMC44NTQgMjAuODU0IDE4LjkwNzIgMjMuMzA0MiAxNy44OTIzTDYyLjY3MzIgMS41ODUxM1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNDJfNTcyKSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTQyXzU3MiIgeDE9IjY2LjUiIHkxPSIwIiB4Mj0iNjYuNSIgeTI9IjEzMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
}

@media (max-width: 540px) {
    .opportunity__box-img--mod {
        min-height: calc(230px - -80 * (100vw - 375px) / 165);
    }
}

.opportunity__box-img--mod .opportunity__img.opportunity__img--second {
    position: absolute;
    width: 444px;
    max-height: 150px;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

@media (max-width: 540px) {
    .opportunity__box-img--mod .opportunity__img.opportunity__img--second {
        width: calc(300px - -144 * (100vw - 375px) / 165);
    }
}

.opportunity__box-img--mod-doble {
    min-height: 390px;
}

@media (max-width: 540px) {
    .opportunity__box-img--mod-doble {
        min-height: calc(260px - -130 * (100vw - 375px) / 165);
    }
}

.opportunity__img {
    display: block;
    width: 444px;
    max-width: 444px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s linear;
}

.opportunity__img.fullscreen {
    object-fit: contain;
    background-color: #262626
}


@media (max-width: 540px) {
    .opportunity__img {
        width: calc(300px - -144 * (100vw - 375px) / 165);
    }
}

.experts {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .experts {
        padding-top: 50px;
    }
}

.experts__title {
    margin-bottom: 51px;
    max-width: 380px;
}

@media (max-width: 1024px) {
    .experts__title {
        margin-bottom: 30px;
        max-width: 350px;
    }
}

.experts__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 39px;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .experts__box {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.experts__inner {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
    min-height: 318px;
}

@media (max-width: 767px) {
    .experts__inner {
        max-width: 550px;
    }
}

.experts__bg {
    max-width: 559px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 39px;
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 540px) {
    .experts__bg {
        height: 25px;
        margin-bottom: 20px;
    }
}

.experts__caption {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    margin: 0 0 15px 16px;
}

.experts__list {
    padding: 0 16px 30px;
    margin-left: 16px;
    list-style-type: disc !important;
}

.decision {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .decision {
        padding-top: 50px;
    }
}

.decision__title {
    margin-bottom: 53px;
}

@media (max-width: 1024px) {
    .decision__title {
        margin-bottom: 30px;
    }
}

.decision__sub-title {
    margin-bottom: 65px;
    position: relative;
    z-index: 3;
    background: #fff;
}

@media (max-width: 1024px) {
    .decision__sub-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .decision__sub-title {
        margin-bottom: 20px;
    }
}

.decision__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 28px;
}

@media (max-width: 1024px) {
    .decision__list {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .decision__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.decision__item {
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    min-height: 171px;
    max-width: 565px;
    color: #fff;
}

.decision__item p {
    padding: 49px 109px 15px 53px;
}

@media (max-width: 1024px) {
    .decision__item p {
        padding: 25px 20px 15px;
    }
}

.servise {
    padding-top: 110px;
}

@media (max-width: 1024px) {
    .servise {
        padding-top: 50px;
    }
}

.servise__title {
    margin-bottom: 53px;
}

@media (max-width: 1024px) {
    .servise__title {
        margin-bottom: 30px;
    }
}

.servise__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.servise__card {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
    width: 174px;
    height: 171px;
    display: flex;
    justify-content: center;
}

@media (max-width: 590px) {
    .servise__card {
        width: 124px;
        height: 131px;
    }
}

.servise__card p {
    font-family: "Intro", sans-serif;
    color: #1523b7;
    text-align: center;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    margin-top: 71px;
    padding: 0 10px 10px;
}

@media (max-width: 590px) {
    .servise__card p {
        margin-top: 40px;
        font-size: 15px;
    }
}

.servise__card::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNyAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGlkPSJQb2x5Z29uIDEyIiBkPSJNOS44Mzk3NCA1LjAwMDAxQzEzLjY4ODcgLTEuNjY2NjUgMjMuMzExMyAtMS42NjY2NyAyNy4xNjAzIDVMMzUuMzg3NSAxOS4yNUMzOS4yMzY1IDI1LjkxNjcgMzQuNDI1MiAzNC4yNSAyNi43MjcyIDM0LjI1SDEwLjI3MjhDMi41NzQ3NyAzNC4yNSAtMi4yMzY1IDI1LjkxNjcgMS42MTI1IDE5LjI1TDkuODM5NzQgNS4wMDAwMVoiIGZpbGw9IiMxNTIzQjciLz4NCjwvc3ZnPg0K);
    position: absolute;
    text-align: center;
    width: 59px;
    height: 59px;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
}

.prices {
    position: relative;
    padding-top: 110px;
    /*z-index: 3px;*/
}

@media (max-width: 1024px) {
    .prices {
        padding-top: 50px;
    }
}

.prices__title {
    margin-bottom: 52px;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 1024px) {
    .prices__title {
        margin-bottom: 30px;
    }
}

.prices__wrap {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    margin: 10px 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.prices__wrap::-webkit-scrollbar {
    width: 4px;
}

.prices__wrap::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .prices__wrap {
        border: none;
        height: auto;
        overflow-y: visible;
        margin: 0;
        padding: 0;
    }
}

.prices__caption {
    font-size: 20px;
    margin: 10px 0;
}

.prices__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 1200px) {
    .prices__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .prices__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.prices__card {
    background-color: #fff;
    position: relative;
    z-index: 3;
    max-width: 365px;
    min-height: 65px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 9px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-in;
}

.prices__card:hover {
    background-color: #275af3;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.prices__card:hover .prices__card-parts {
    color: #fff;
}

.prices__card:hover .prices__btn {
    color: #000;
    border-color: #000;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .prices__card {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 398px) {
    .prices__card {
        padding: 5px;
    }
}

.prices__card-info {
    flex-shrink: 0;
    display: flex;
}

.prices__card-img-box {
    flex-shrink: 0;
    width: 50px;
    height: 48px;
    padding-right: 9px;
}

@media (max-width: 398px) {
    .prices__card-img-box {
        padding-right: 4px;
    }
}

.prices__card-img {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.prices__card-parts {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 398px) {
    .prices__card-parts {
        max-width: 200px;
    }
}

.prices__card-caption {
    font-size: 15px;
    padding-right: 5px;
}

@media (max-width: 398px) {
    .prices__card-caption {
        padding-right: 2px;
        font-size: 14px;
    }
}

.prices__card-cost {
    font-size: 15px;
}

.prices__card-cost span {
    font-weight: bold;
}

@media (max-width: 398px) {
    .prices__card-cost {
        font-size: 14px;
    }
}

.prices__btn {
    background-color: white;
    border: 2px solid lightgrey;
    border-radius: 15px;
    color: grey;
    cursor: pointer;
    padding: 3px 7px;
    text-align: center;
    font-size: 14px;
    height: 29px;
    align-self: center;
}

@media (max-width: 398px) {
    .prices__btn {
        border: 1px solid lightgrey;
        padding: 2px 4px;
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal__inner {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    max-width: 648px;
    width: 100%;
    max-height: 75%;
    padding: 16px;
    margin: 10% auto;
    overflow-y: auto;
}

.modal__inner::-webkit-scrollbar {
    width: 4px;
}

.modal__inner::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.modal__title {
    position: relative;
    font-size: 21px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 18px;
}

.modal__text {
    padding-top: 18px;
}

.modal__text p {
    min-height: 20px;
}

.modal__text p:not(:last-child) {
    margin-bottom: 18px;
}

.modal__text a {
    color: #008f8c;
}

.modal__text ol {
    margin-bottom: 18px;
}

.modal__text ol li {
    margin-left: 18px;
}

.modal__btn-clouse {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: transparent;
    font-size: 18px;
}

.videotube-modal-overlay {
    color: #fff;
    display: none;
    z-index: 995;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
    background: #000;
    text-align: center;
}

#videotube-modal-container {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#videotube-modal {
    text-align: center;
    box-shadow: 0 0 40px #333;
}

#videotube-modal-loading {
    position: fixed;
    z-index: 997;
    font-size: 1.5em;
    top: 49%;
    width: 5%;
    text-align: center;
    left: 45%;
}

#videotube-modal-close {
    position: fixed;
    right: 15px;
    top: 15px;
    padding: 3px 13px;
    z-index: 999;
    font-size: 25px;
    text-shadow: 0 0 10px #fff;
    border-radius: 3px;
    cursor: pointer;
    transition-duration: 0.1s;
}

#videotube-modal-close:hover {
    background: #333;
}

:root {
    --background-gradient: linear-gradient(180deg, #1523B7 0%, #275AF3 100%);
    --gray: #34495e;
    --darkgray: #2c3e50;
}

select {
    font-size: 14px;
    /* Reset Select */
    appearance: none;
    outline: 10px red;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    color: #fff;
    background-color: #0E0E0E;
    background-image: none;
    cursor: pointer;
    padding-left: 5px;
}

@media (max-width: 1200px) {
    select {
        font-size: 12px;
    }
}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.select {
    position: relative;
    display: flex;
    width: 90px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .select {
        margin-left: 16px;
    }
}

/* Arrow */
.select::after {
    content: "";
    position: absolute;
    transition: 0.25s all ease;
    pointer-events: none;
    top: 0;
    right: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #1523B7 0%, #275AF3 100%);
}

/* Transition */
.select:hover::after {
    color: #0E0E0E;
}

.select::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 3px);
    right: calc(25% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    transform: rotate(0deg);
    pointer-events: none;
}

@media (max-width: 1023px) {
    .wp_inner .select {
        display: none;
    }
}

.mobile__inner .select {
    display: none;
}

@media (max-width: 1023px) {
    .mobile__inner .select {
        display: flex;
    }
}

.single-blog {
    padding-bottom: 50px;
}

.single-blog__wrap {
    max-width: 720px;
    margin: 0 auto;
}

.single-blog__img {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 720px;
    object-fit: cover;
    margin: 0 auto 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-blog__time {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
}

.single-blog__title {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin-bottom: 25px;
}

.single-blog__descr {
    margin-bottom: 30px;
}

.single-blog__descr p {
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
}

.single-blog__descr ol {
    padding-left: 20px;
}

.single-blog__descr li {
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}

.single-blog__descr li::marker {
    font-weight: bold;
}

.single-blog__descr li span {
    font-weight: bold;
}

.single-blog__returne {
    position: relative;
    z-index: 3;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    font-size: 14px;
}

.footer {
    position: relative;
    padding-bottom: 50px;
}

.footer__title {
    font-size: 36px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-align: center;
    margin-bottom: 57px;
    text-transform: uppercase;
}

.footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

@media (max-width: 1246px) {
    .footer__box {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .footer__box {
        margin-bottom: 24px;
    }
}

.footer__box-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 1246px) {
    .footer__box-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 834px) {
    .footer__box-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 540px) {
    .footer__box-inner {
        flex-direction: column;
        align-items: center;
    }
}

.footer__logo {
    width: 128px;
    height: 35px;
    object-fit: cover;
}

.footer__contacts {
    display: flex;
    gap: 31px;
}

@media (max-width: 1024px) {
    .footer__contacts {
        font-size: 12px;
    }
}

@media (max-width: 834px) {
    .footer__contacts {
        flex-direction: column;
        gap: 15px;
    }
}

.footer__elem {
    position: relative;
    z-index: 3;
    background-color: #fff;
    color: #1523b7;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .footer__elem {
        font-size: 15px;
    }
}

.footer__socialnet {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (max-width: 1246px) {
    .footer__socialnet {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer__socialnet {
        justify-content: center;
        display: none;
    }

    .footer__socialnet .footer__socialnet.mobile {
        display: block;
    }
}

.footer__socialnet.mobile {
    display: none;
}

@media (max-width: 767px) {
    .footer__socialnet.mobile {
        display: flex;
        margin-bottom: 20px;
    }
}

.footer__socialnet-item {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    border-radius: 10px;
    background: #000;
    padding: 12px;
    color: #fff;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 35px;
}

@media (max-width: 1024px) {
    .footer__nav {
        display: none;
    }
}

.footer__nav ul {
    display: flex;
    gap: 35px;
    list-style-type: none
}

@media (max-width: 1024px) {
    .footer__nav ul {
        gap: 20px;
    }
}

@media (max-width: 834px) {
    .footer__nav ul {
        display: block;
    }
}

.footer__nav li {
    position: relative;
    z-index: 3;
}

@media (max-width: 834px) {
    .footer__nav li {
        padding-bottom: 5px;
    }
}

.footer__nav li:hover .footer-submenu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.footer__nav li a {
    position: relative;
    z-index: 3;
    color: #000;
    font-size: 20px;
}

.footer__nav:has(.footer-submenu) > li {
    position: relative;
}

.footer__nav:has(.footer-submenu) .footer-submenu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 100%;
    position: absolute;
    width: max-content;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px;
    display: none;
}

@media (max-width: 834px) {
    .footer__nav:has(.footer-submenu) .footer-submenu {
        position: unset;
    }
}

.footer__nav:has(.footer-submenu) .footer-submenu li {
    padding: 5px 10px;
}

.footer__nav:has(.footer-submenu) .footer-submenu li a {
    font-size: 15px;
    height: auto;
    display: flex;
    align-items: center;
}

.footer__nav:has(.footer-submenu) .footer-submenu li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.footer-mobile-menu {
    display: none;
    /**
    * Submenu
    -----------------------------*/
}

@media (max-width: 1024px) {
    .footer-mobile-menu {
        display: block;
    }
}

.footer-mobile-menu .accordion {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 20px;
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%);
    border-radius: 4px;
    gap: 0;
}

.footer-mobile-menu .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    transition: all 0.4s ease;
}

.footer-mobile-menu .accordion li:last-child .link {
    border-bottom: 0;
}

.footer-mobile-menu .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-mobile-menu .accordion li:has(.submenu) {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-mobile-menu .accordion li:has(.submenu)::before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgVHJhbnNmb3JtZWQgYnk6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyBmaWxsPSIjZmRmY2ZjIiBoZWlnaHQ9IjIwcHgiIHdpZHRoPSIyMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzMwIDMzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3Ryb2tlPSIjZmRmY2ZjIj4NCg0KPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4NCg0KPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQoNCjxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5MyBjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMgczcuNzk0LTEuNTgxLDEwLjYwNi00LjM5NGwxNDkuOTk2LTE1MEMzMzEuNDY1LDk0Ljc0OSwzMzEuNDY1LDg1LjI1MSwzMjUuNjA3LDc5LjM5M3oiLz4gPC9nPg0KDQo8L3N2Zz4=) center center no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
    transition: all 0.3s;
}

.footer-mobile-menu .accordion li.open {
    color: #1523b7;
}

.footer-mobile-menu .accordion li.open::before {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-mobile-menu .accordion li.open i.fa-chevron-down {
    transform: rotate(180deg);
}

.footer-mobile-menu .submenu {
    display: none;
    background: #1523b7;
    font-size: 14px;
}

.footer-mobile-menu .submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.footer-mobile-menu .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px 12px 12px 42px;
    transition: all 0.25s ease;
}

.footer__copyright {
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-align: center;
}

#wrapwrap > main {
    background: white;
    font-family: Roboto, sans-serif;
}

.tabpanel {
    transition: 500ms ease-in-out;
}

.hidden-tabpanel {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

.shown-tabpanel {
    opacity: 1;
    visibility: visible;
}

/* thanks page for form */

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

.thank-form {
    padding: 100px 0;
}

.thank-form .title {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.thank-form .title p {
    margin-bottom: 10px;
}

.thank-form-back {
    margin: 50px;
    display: flex;
    justify-content: center;
}

@media (max-width: 460px) {
    .thank-form .title p {
        font-size: 18px;
    }

    .thank-form-back .btn {
        font-size: 14px;
        padding: 8px 13px;
    }
}

.thank-you-body {
    min-height: 90vh;
    background: linear-gradient(180deg, #051037 0%, #243573 25%, #7582B1 75%, #DEE4FA 100%);
    white-space: pre-line;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thank-you-white {
    color: #FFFFFF;
    font-size: 60px;
    text-align: center;
    cursor: default;
}

.thank-you-blue {
    color: #001357;
    font-size: 50px;
    text-align: center;
    cursor: default;
}

.thank-you-blue a {
    text-decoration: underline !important;
    color: #001357 !important;
}

.thank-you-blue a:hover {
    color: #DEE4FA !important;
}

.logged_user {
    max-width: 80px;
}

.logged_user_dropdown {
    white-space: normal;
}

.logged_user_dropdown:after {
    display: none;
}

a:hover {
    text-decoration: none;
}

.details-button {
    appearance: none;
    background-color: white;
    border: 2px solid lightgrey;
    border-radius: 15px;
    box-sizing: border-box;
    color: grey !important;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    /*min-height: 30px;*/
    min-width: 0;
    outline: none;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.details-button:disabled {
    pointer-events: none;
}

.details-button:hover {
    color: #1A1A1A !important;
    background-color: #f7fafa;
    border: 2px solid #1A1A1A;
}

.details-button:active {
    box-shadow: none;
    transform: translateY(0);
}

.wrapper {
    width: 100%;
}

.wrapper .search_box {
    width: 100%;
    background: rgb(249, 249, 250);
    border-radius: 5px;
    height: 40px;
    display: flex;
    box-shadow: 0 8px 6px -10px #4f4f52;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.wrapper .search_box .dropdown {
    min-width: auto;
    border-left: 2px solid #dde2f1;
    color: #9fa3b1;
    position: relative;
    cursor: pointer;
}

.wrapper .search_box .searchbar-users-control {
    width: 300px;
    border-left: 2px solid #dde2f1;
    color: #9fa3b1;
    position: relative;
    cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
    text-transform: uppercase;
    padding: 10px 25px 13px 15px;
    font-size: 14px;
    white-space: nowrap;
}

.wrapper .search_box .dropdown ul {
    position: relative;
    /*top: 70px;*/
    /*left: -10px;*/
    background: rgb(249, 249, 250);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 20px 0 20px;
    display: none;
    box-shadow: 8px 8px 6px -10px #b3c6ff;
    z-index: 1;
    width: min-content;
    max-height: 40vh;
    overflow-y: auto;
}

.wrapper .search_box .dropdown ul.active {
    display: block;
}

.wrapper .search_box .dropdown ul li {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

/*.wrapper .search_box .dropdown ul li.active{*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 32px;*/
/*  left: 0;*/
/*  width: 32px;*/
/*  height: 16px;*/
/*  border-right: 4px solid black;*/
/*  border-top: 4px solid black;*/
/*  transform: rotate(135deg);*/
/*}*/

.wrapper .search_box .dropdown ul li:hover {
    color: #6f768d;
}

.wrapper .search_box .dropdown:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    border: 8px solid;
    border-color: #a5a7ac transparent transparent transparent;
}

.wrapper .search_box .search_field {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    color: #6f768d;
    background: rgb(249, 249, 250);
}

.wrapper .search_box .search_field .fa {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 22px;
    color: #a5a7ac;
    cursor: pointer;
}

.cart-item {
    margin: 5px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
    padding: 5px;
}

.delete-cart-item {
    height: fit-content;
    margin-left: 5px;
}

.delete-cart-item:hover {
    color: grey;
    cursor: pointer;
}

.nothing_found {
    display: flex;
    justify-content: center;
    font-size: xx-large;
    margin-top: 30px;
}

.mo_app {
    cursor: pointer;
}

.mo_app.inactive {
    background-color: lightgrey !important;
    cursor: default;
}

.mo_app.active {
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%);
    color: #fff;
}

.mo_app .app_popup {
    display: none;
}

.mo_app.show_popup {
    overflow: visible;
}

.mo_app.show_popup .app_popup {
    display: block;
    position: absolute;
    width: 13em;
    top: -2em;
    left: 70px;
    z-index: 99999;
    background-color: white;
    padding: 5px;
    border-radius: 4px;
    border: solid 1px;
    font-size: 12px;
    cursor: default;
}

.subhead__item {
    @media (max-width: 540px) {
        width: 100%;
    }
}

.subhead__item-text {
    padding: 30px 0;
    font-size: 18px;

    a {
        transition: linear color .3s;
        color: #fff;
    }

    a:hover {
        color: #1523b7;
    }
}

.o_no_autohide_item {
    position: relative !important;
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%) !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-size: 12px !important;
}

@media (max-width: 1023px) {
    .o_no_autohide_item {
        margin-left: 15px !important;
    }
}

.dropdown-toggle {
    span {
        display: inline-flex !important;
        color: #fff !important;
        font-weight: 600;
        padding: 8px !important;
        min-height: 44px !important;
    }
}

.dropdown-menu {
    top: 21px !important;
    min-width: 80px !important;
    left: calc(50% - 40px) !important;
    font-size: 12px !important;
    border-radius: 10px !important;
    padding: 0 !important;

    .dropdown-item {
        display: inline-flex !important;
        padding: 12px 8px !important;
        justify-content: center !important;
    }

    .dropdown-item:hover {
        border-radius: 10px !important;
    }

    .dropdown-divider {
        margin: 0 !important;
    }
}

.change_lang {
    font-weight: 600 !important;
}

.footer-nav-mobile ul {
    border-radius: 10px !important;
}

.footer_list-item {
    >a {
        text-transform: lowercase;
    }
}

@media (min-width: 1025px) {
    .footer_list-item {
        position: relative;
    }

    .footer_list-item::after {
        background: currentColor;
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        right: 0;
        height: 2px;
        opacity: 0;
        transform: scaleX(.5);
        transform-origin: 0 50%;
        transition: all .2s ease;
    }

    .footer_list-item:hover::after {
        opacity: 1;
        transform: scaleX(1);
    }
}

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

.opportunity__item-heading {
    padding: 50px 0;
    text-align: center;

    .title {
        max-width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .opportunity__item-heading {
        padding-top: 100px;
        max-width: 700px !important;
        margin: 0 auto;
    }
}

.promotion .container {
    padding: 30px 15px 45px;

    .env__btn-box {
        padding-top: 0 !important;
    }

    .btn {
        color: #fff;
    }
}


.promotion {
    @media (min-width: 1000px) {
        padding: 100px 0 50px;
    }
}

.promotion__item-heading {
    margin-bottom: 30px;
}

.promotion__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    h2 {
        font-size: 26px;
        font-family: "Intro", sans-serif;
        font-weight: 900;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    p {
        margin-bottom: 14px;
    }

    @media (min-width: 1000px) {
        p {
            max-width: 440px;
        }
    }

    .promotion__info {
        margin-bottom: 30px;
    }

    margin-bottom: 34px;
}

@media (max-width: 1000px) {
    .promotion__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.promotion__img-wrapper {
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    max-width: 444px;

    &::after {
        content: '';
        display: block;
        padding-bottom: 56%;
    }
}

.promotion__img {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: fill;
}

.solution {
    margin: 100px 0 40px;
}

.solution__inner {
    background: linear-gradient(180deg, #1523b7 0%, #275af3 100%);
    border-radius: 10px;
    padding: 80px 15px;
    text-align: center;
}

.solution__title {
    color: #fff;
    font-size: 26px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 740px;
    margin: 0 auto 34px;
}

.solution__title--manufacturing {
    max-width: 700px;
}

.solution__title--trade {
    max-width: 970px;
}

.solution__title--logistics {
    max-width: 970px;
}

.solution__title--call-centers {
    max-width: 912px;
}

.solution__text {
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
}

.advantages {
    padding: 80px 0;
    @media (min-width: 1000px) {
        padding: 120px 0;
    }
}

.advantages__heading {
    font-size: 22px;
    font-family: "Intro", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 70px;
    max-width: 640px;
}

.advantages__inner {
    max-width: fit-content;
    margin: auto;
}

.advantages--industry {
    background-color: #0E0E0E;
    color: #fff;
    position: relative;
}

.advantages__inner-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .advantages__inner-list {
        max-width: 690px;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.advantages__inner-list .benefit__item {
    margin-bottom: 30px;
}

.advantages__inner-list .benefit__item-caption {
    color: #275af3;
}

@media (min-width: 600px) {
    .advantages__inner-list .benefit__item {
        margin-bottom: 60px;
    }
}

.advantages--industry::before, .advantages--industry::after {
    position: absolute;
    width: 133px;
    height: 133px;
    z-index: 1;
    display: none;
}

@media (min-width: 1050px) {
    .advantages--industry::before, .advantages--industry::after {
        display: block;
    }
}

.advantages--industry::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNSIgdmlld0JveD0iMCAwIDEyNSAxMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTUuNDI4OSAzLjA3MTA3QzU5LjMzNDIgLTAuODM0MTcyIDY1LjY2NTggLTAuODM0MTc1IDY5LjU3MTEgMy4wNzEwN0wxMjEuOTI5IDU1LjQyODlDMTI1LjgzNCA1OS4zMzQyIDEyNS44MzQgNjUuNjY1OCAxMjEuOTI5IDY5LjU3MTFMNjkuNTcxMSAxMjEuOTI5QzY1LjY2NTggMTI1LjgzNCA1OS4zMzQyIDEyNS44MzQgNTUuNDI4OSAxMjEuOTI5TDMuMDcxMDcgNjkuNTcxMUMtMC44MzQxNzIgNjUuNjY1OCAtMC44MzQxNzUgNTkuMzM0MiAzLjA3MTA3IDU1LjQyODlMNTUuNDI4OSAzLjA3MTA3WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml80NjcpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfNDY3IiB4MT0iNjIuNSIgeTE9Ii00IiB4Mj0iNjIuNSIgeTI9IjEyOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    top: 100px;
    left: -67px;
}

.advantages--industry::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3IiBoZWlnaHQ9IjEzMSIgdmlld0JveD0iMCAwIDExNyAxMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNTMuNSAxLjg4Njc1QzU2LjU5NCAwLjEwMDQyNCA2MC40MDYgMC4xMDA0MjMgNjMuNSAxLjg4Njc1TDExMS4wOTEgMjkuMzYzMkMxMTQuMTg1IDMxLjE0OTYgMTE2LjA5MSAzNC40NTA4IDExNi4wOTEgMzguMDIzNVY5Mi45NzY1QzExNi4wOTEgOTYuNTQ5MiAxMTQuMTg1IDk5Ljg1MDQgMTExLjA5MSAxMDEuNjM3TDYzLjUgMTI5LjExM0M2MC40MDYgMTMwLjkgNTYuNTk0IDEzMC45IDUzLjUgMTI5LjExM0w1LjkwOTMxIDEwMS42MzdDMi44MTUzIDk5Ljg1MDQgMC45MDkzMDkgOTYuNTQ5MiAwLjkwOTMwOSA5Mi45NzY1VjM4LjAyMzVDMC45MDkzMDkgMzQuNDUwOCAyLjgxNTMgMzEuMTQ5NiA1LjkwOTMxIDI5LjM2MzJMNTMuNSAxLjg4Njc1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0Ml81NjYpIi8+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDJfNTY2IiB4MT0iNTguNSIgeTE9Ii0xIiB4Mj0iNTguNSIgeTI9IjEzMiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3Agc3RvcC1jb2xvcj0iIzE1MjNCNyIvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMjc1QUYzIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    bottom: 100px;
    right: -76px;
}

.cookie-banner {
    position: absolute;
    transform: translateX(-100vw) scale(0);
    bottom: 30px;
    z-index: 999;
    visibility: hidden;
    border-radius: 10px;
    background-color: #fff;
    max-width: 406px;
    text-align: center;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.cookie-banner.show {
    position: fixed;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) scale(1);
    left: 15px;
    right: 15px;
    bottom: 15px;
}

@media (min-width: 767px) {
    .cookie-banner.show {
        position: fixed;
        visibility: visible;
        opacity: 1;
        transform: translateX(0) scale(1);
        left: 15px;
        right: 15px;
        bottom: 30px;
    }
}

.cookie-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: -1;
}

.cookie-banner__heading {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.cookie-banner__inner {
    padding: 46px 30px 20px;
}

.cookie-banner__btn-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 10px;

}

@media (min-width: 767px) {
    .cookie-banner__btn-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
}

.cookie-banner__btn {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    outline: none;
    user-select: none;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    padding: 8px 31px;
    border: none;
    transition: all .3s;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    border-radius: 10px;
    min-height: 50px;
}

.cookie-banner__btn:hover {
    transform: translateY(-2px);
}


.cookie-banner__btn.accept {
    background: linear-gradient(180deg, #275af3 0%, #1523b7 100%);
    margin-bottom: 14px;
}

@media (min-width: 767px) {
    .cookie-banner__btn.accept {
        margin-bottom: 0;
    }
}

.cookie-banner__btn.decline {
    background-color: #000;
}

.cookie-banner__text {
    margin-bottom: 20px;
}

.cookie-banner__policy {
    a {
        color: #275af3;
        text-decoration: underline;
    }
}

.strong {
    font-weight: 600;
}


@media (min-width: 1025px) {
    .opportunity.large-padding {
        padding: 100px 0 50px;
    }
}

.opportunity__box {
    padding: 50px 0;
    align-items: center;
    margin-top: 0 !important;
}

.opportunity__title.title {
    margin: 10px 0 30px !important;
}

.try-now-label {
        color: #737571;
    font-size: 14px;
}

.try-now-input {
    border: 1px solid #DEE0DC;
    border-radius: 25px;
    height: 50px;
}

.try-now-group {
    margin: 0 3rem;
}

.modal-content {
    border-radius: 20px;
}





