/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}




@font-face {
    font-family: 'PPNeueMachina';
    src: url('../fonts/PPNeueMachina-Regular.woff2') format('woff2'),
        url('../fonts/PPNeueMachina-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PPNeueMachina';
    src: url('../fonts/PPNeueMachina-Ultrabold.woff2') format('woff2'),
        url('../fonts/PPNeueMachina-Ultrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

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

body {
    overflow-x: hidden;
    /* font-family: "Onest", sans-serif; */
    font-family: "Inter", sans-serif;
    color: #2A2A2A;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}


.header {
    /*position: absolute;
    background-color: #000000;
    padding: 48px 0;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
	*/
    display: block;
    padding: 20px 0;
    width: 100%;
    background-color: #000000;
}

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


.header_center {
    display: flex;
    align-items: center;
}

.header_catalog {
    background: #2144FE;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 123px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2144FE;
    transition: all 0.3s;
}

.header_catalog:hover {
    background: #2146fe00;
    color: #2144FE;
}

.header_catalog:hover svg path {
    transition: all 0.3s;
}

.header_catalog:hover svg path {
    stroke: #2144FE;
}

.header_catalog svg {
    margin-right: 8px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.menu a {
    line-height: 20px;
    color: #919191;
    font-size: 14px;
    display: block;
    margin-left: 28px;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
    outline: none;
}

.menu a::before {
    position: absolute;
    content: "";
    bottom: -4px;
    right: 50%;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transform: translateX(50%);
    transition: all 0.3s;
}

.menu a:hover::before {
    width: 100%;
}

.menu a:hover {
    color: #fff;
}

.header_consult {
    border: #2144FE;
    /* width: 235px; */
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    /* line-height: 20px; */
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    font-weight: 600;
    background-color: #2144FE;

    &:hover {
        border: 1px solid #2144FE;
        color: #2144FE;
        background-color: #000;
    }
}





.main {
    /*padding: 326px 0 150px;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center bottom;*/
    padding: 40px 0px;
    background-color: #000;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-bottom: 80px;
}

.main_img {
    position: absolute;
    right: 50%;
    transform: translateX(50%) scale(0.8);
    bottom: 10px;
    opacity: 0;
    transition: transform 1s, opacity 0s;
}

.main.done .main_img {
    opacity: 1;
    transform: translateX(50%) scale(1);
}

.main::after {
    /*background-image: url(../img/main_img-bef.png);*/
    /*
    position: absolute;
    content: "";
    background-size: cover;
    width: 1317px;
    height: 680px;
    right: 50%;
    transform: translateX(50%);
    top: 170px;
    z-index: -1;
	*/
}

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

.main::before {
    position: absolute;
    content: "";
    width: 1080px;
    /*height: 623px;*/
    background-image: url(../img/main_bef.png);
    background-size: cover;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    bottom: 124px;
}

.main_title {
    font-family: 'PPNeueMachina';
    font-size: 138px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    line-height: 124px;
    text-transform: uppercase;
    margin-bottom: 46px;
    position: relative;
    opacity: 0;
    transition: transform 1s, opacity 0s;
    transform: translateY(200px);
}

.main.done .main_title {
    transform: translateY(0px);
    opacity: 1;
}

.main_subtitle {
    color: #fff;
    font-size: 98px;
    font-family: 'PPNeueMachina';
    font-weight: 800;
    line-height: 110px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.main_subtitle span {
    display: block;
    opacity: 0;
    margin: 0 16px;
    transition: all 0.2s 1.2s;
}

@keyframes mainSubtitle1 {
    0% {
        transform: translateX(-500px);
    }

    70% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes mainSubtitle2 {
    0% {
        transform: translateX(500px);
    }

    70% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0px);
    }
}

.main.done .main_subtitle span:nth-child(1) {
    animation: mainSubtitle1 0.6s 1.2s;
}

.main.done .main_subtitle span:nth-child(2) {
    animation: mainSubtitle2 0.6s 1.2s;
}

.main.done .main_subtitle span {
    opacity: 1;
}

.main_text {
    line-height: 18px;
    color: #919191;
    font-size: 12px;
    width: 434px;
    margin: 0 auto;
    padding-left: 120px;
    margin-bottom: 17px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 1s;
}

.main.done .main_text {
    opacity: 1;
}

.main_tegs {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.main_teg {
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    font-family: "Onest", sans-serif;
    padding: 8px 24px;
    border: 1px solid #E2E2E2;
    margin: 0 40px;
    border-radius: 16px;
    opacity: 0;
    text-transform: uppercase;
    transition: opacity 0.5s, margin 1s ease-in-out;
}

.main.done .main_teg {
    margin: 0;
    opacity: 1;
    animation: mainText 1s;
}

@keyframes mainText {
    0% {
        margin: 0 40px;
    }

    75% {
        margin: 0 -2px;
    }

    100% {
        margin: 0 0px;
    }
}

.main_link {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background: #2144FE;
    border: 1px solid #2144FE;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    bottom: -33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.main_link:hover {
    background-color: #fff;
}

.main_link path {
    transition: all 0.3s;
}

.main_link:hover path {
    stroke: #2144FE;
}

.main_link svg {
    width: 20px;
}

.clients {
    margin: 72px 0 140px;
}

.clients_title {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
}

.clients_items {
    display: flex;
    justify-content: center;
}

.clients_item {
    border: 2px solid #FFFFFF;
    width: 48px;
    height: 48px;
    margin-left: -10px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
}

.clients_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages {
    /*max-width: 1114px;*/
    margin: 0 auto 80px;
}

.advantages_info {
    width: 644px;
    margin-left: auto;
    margin-bottom: 40px;
}

.advantages_title {
    font-size: 36px;
    line-height: 40px;
    color: #2A2A2A;
    margin-bottom: 16px;
    font-weight: 600;
}

.advantages_text {
    line-height: 20px;
    color: #919191;
    font-size: 14px;
}

.advantages_items {
    display: flex;
    flex-wrap: wrap;

}

.advantages_item {
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    padding: 24px;
    width: calc(33.3% - 10px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    margin: 5px;
    background: linear-gradient(142.57deg, #FFFFFF 6.63%, #E8ECFF 120.08%);
}

.advantages_item::before {
    /*position: relative;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/advantages_item.svg);
    background-size: cover;
    display: block;
    margin-bottom: 32px;*/
}

.advantages_item:nth-child(1),
.advantages_item:nth-child(4) {
    /*width: 40%;*/
}

.advantages_item:nth-child(5) {
    /*width: 60%;*/
}

.advantages_item-title {
    font-weight: 500;
    line-height: 28px;
    font-family: "Onest", sans-serif;
    font-size: 24px;
    color: #2A2A2A;
    margin-bottom: 20px;
}

.advantages_item-text {
    line-height: 18px;
    color: #919191;
    font-size: 12px;
}

.about_card {
    border-radius: 24px;
    display: table;
    width: 100%;
}

.about_block {
    margin-bottom: 80px;
}

.about_block .about_text p {
    margin-bottom: 10px;
}

.about_block .about_text {
    line-height: 20px;
    color: #919191;
    font-size: 14px;
    /*column-width: 48%;*/
    /*column-count: 2;
	column-gap: 4%;*/
    max-width: 550px;
}

.about_block .a-row {
    display: table-row;
}

.about_block .a-col-1 {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
}

.about_block .a-col-2 {
    width: 58%;
    vertical-align: top;
    display: table-cell;
}

@media (max-width: 760px) {
    .about_card {
        padding: 20px;
    }

    .about_block .about_text {
        column-count: unset;
        column-gap: unset;
    }

    .about_block .advantages_title {
        /*text-align: center;*/
    }

    .about_block .about_img {
        margin: auto;
    }

    .about_card {
        margin-bottom: 72px;
    }
}

@media (max-width: 991.98px) {

    .about_block .a-col-1,
    .about_block .a-col-2 {
        display: block;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }

    .about_block .about_img {
        width: 100% !important;
        max-width: none !important;
    }
}

.about_block .about_btn {
    margin-top: 30px;
}

.about_block .about_img {
    /*max-width: 368px;*/
}

.about_block .about_img img {
    height: auto;
    width: 100%;
    border-radius: 16px;
}

.about_info {}

.preview_block {
    margin-bottom: 80px;
}

.preview_card {
    background: #F4F4F4;
    border-radius: 24px;
    /*    padding: 72px 118px;*/
    padding: 72px 0 72px 118px;
    margin-bottom: 80px;
}

.preview_card:last-child {
    margin-bottom: 0;
}

.preview_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 37px;
    margin-bottom: 40px;
    /*    border-bottom: 2px solid #E2E2E2;*/
    padding-right: 118px;
    position: relative;

    @media (max-width: 1349.98px) {
        padding-right: 60px;
    }

    &:before {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: 0;
        right: 118px;
        height: 2px;
        background-color: #E2E2E2;


    }


}

@media (max-width: 1349.98px) {
    .preview_top:before {
        right: 0;
    }

}





.preview_title {
    font-family: 'PPNeueMachina';
    font-size: 80px;
    font-weight: 800;
    color: #2A2A2A;
    line-height: 82px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.preview_more {
    width: 205px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2144FE;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px;
    color: #2144FE;
    transition: all 0.3s;
}

.preview_more:hover {
    border: 1px solid #2A2A2A;
    color: #2A2A2A;
}

.preview_card-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.preview_card-left {
    width: 332px;
}

.preview_card-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.preview_card-tab {
    display: flex;
    justify-content: center;
    border: 1px solid #E2E2E2;
    padding: 6px 16px;
    border-radius: 12px;
    line-height: 20px;
    color: #2A2A2A;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.preview_card-tab:hover {
    border: 1px solid #2144FE;
    color: #2144FE;

}

.preview_card-tab.active {
    background-color: #2A2A2A;
    color: #fff;
    border: 1px solid #E2E2E2;
}

.preview_card-info {
    padding-left: 13%;
    /*    width: 644px;*/

    @media (max-width: 1349.98px) {
        padding-left: 0;
    }
}

.preview_card-subtitle {
    font-size: 24px;
    line-height: 20px;
    color: #919191;
    font-family: "Onest", sans-serif;
    text-transform: uppercase;
}

.preview_card-title {
    font-family: "Onest", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 54px;
    color: #2A2A2A;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.preview_card-title span {
    font-weight: 300;
}

.preview_card-text {
    line-height: 20px;
    color: #2A2A2A;
    font-size: 14px;
    width: 320px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    margin-bottom: 8px;
}

.preview_card-text_mb {
    @media (min-width: 992px) {
        display: none;

    }
}

.preview_card-text_auto {
    position: absolute;
    left: 13%;

    @media (max-width: 1349.98px) {
        left: 0;
    }

    @media (max-width: 991.98px) {
        display: none;
    }
}

.preview_card-text_moto_mb {
    font-size: 13px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;

    @media (min-width: 992px) {
        display: none;
    }
}

.preview_card-text.left {
    width: 324px;
    margin-left: auto;
}

.preview_card-text_moto_ds {
    width: 204px !important;
    margin-right: 118px;

    @media (max-width: 1349.98px) {
        margin-right: 0;
    }

    @media (max-width: 991.98px) {
        display: none;
    }
}

.p-left {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.p-right {
    width: 30%;
    display: table-cell;
    padding-right: 30px;
}

.card-slider {
    width: 100%;
    padding-left: 13%;

    @media (max-width: 1349.98px) {
        padding-left: 0;
    }
}

.card-text {
    @media (max-width: 991.98px) {
        display: none;
    }
}

.card-dots {
    width: 102px;
}

.auto-img {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.preview_card-img {
    /*    height: 380px;*/
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    mix-blend-mode: darken;
}

.preview_card-img_moto {
    margin-top: 35px;
    margin-bottom: 50px;

    @media (max-width: 991.98px) {
        margin-top: 0;
        padding-top: 55px;
        margin-bottom: 0 !important;
        position: relative;

    }
}

.preview_card-img img {
    max-width: 100%;
    /*max-height: 100%;*/
    height: 200px;
    object-fit: cover;


}

.preview_card-img_scale img {
    /*    transform: scale(1.35);*/
}

.preview_card-img_special {
    height: 500px;
    position: relative;

    @media (max-width: 1349.98px) {
        padding-top: 90px;
    }

    @media (max-width: 991.98px) {
        margin-bottom: 0 !important;
        padding-top: 0;
    }


    .preview_card-text {
        position: absolute;
        right: 118px;
        top: 0;
        width: 210px;

        @media (max-width: 1349.98px) {
            right: 60px;
        }

        @media (max-width: 991.98px) {
            right: 0;
            font-size: 13px;
        }
    }

}

.preview_card-img_auto {
    padding-top: 55px;



    @media (max-width: 1349.98px) {
        padding-top: 115px;
    }

    @media (max-width: 991.98px) {
        padding-right: 80px !important;
        padding-top: 60px;
        height: auto !important;
    }

}

.preview_card-options {
    display: flex;
    justify-content: space-between;
    /*padding-left: 13%;*/
    padding-right: 118px;

    @media (max-width: 1349.98px) {
        padding-right: 60px;
    }

    @media (max-width: 991.98px) {
        padding-right: 0;
    }

}

.preview_card-options_auto {
    /*    margin-top: -50px;*/
}

.preview_card-option {
    width: 23.5%;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 12px;
    color: #919191;
}

.preview_card-option span {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    display: block;
    margin-top: 4px;
}

.preview_card-bot {
    position: absolute;
    bottom: 0;
    left: 0;
}

.preview_card-city {
    font-size: 14px;
    color: #2A2A2A;
    line-height: 20px;
    margin-bottom: 80px;
}

.preview_card-city span {
    line-height: 24px;
    color: #2A2A2A;
    font-size: 24px;
    margin-top: 4px;
    display: block;
}

.preview_card-price {
    font-size: 28px;
    font-weight: 600;
    line-height: 31px;
    color: #919191;
    margin-bottom: 68px;
}

.preview_card-price span {
    color: #2A2A2A;
    font-size: 36px;
    margin-left: 4px;
}

.preview_card-btn {
    width: 224px;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #2144FE;
    border: 1px solid #2144FE;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s;
}

.preview_card-btn:hover {
    color: #2144FE;
    background: #2146fe00;
}

.preview_card-slider {
    position: relative;
    /*    display: flex;*/
}

.preview_card-dots {
    position: absolute;
    z-index: 1;
    right: 118px;
    top: -30px;
    width: 102px;

    @media (max-width: 1349.98px) {
        right: 60px;
    }

}

.preview_card-dot {
    cursor: pointer;
    height: 72px;
    margin-bottom: 12px;
    display: flex;
    position: relative;
}

.preview_card-dot.active::before {
    background: #2A2A2A;
    height: 38px;
}

.preview_card-dot::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #2144FE;
    width: 3px;
    height: 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.preview_card-dot:hover::before {
    height: 38px;
}

.preview_card-dot img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    transform: scale(.9);

    @media (max-width: 991.98px) {
        transform: scale(.8);
    }
}

.preview_card-content {
    display: none;
    width: 75%;
    padding-right: 100px;

    @media (max-width: 1349.98px) {
        width: 60%;
        padding-right: 0;
    }

    @media (max-width: 991.98px) {
        width: 100%;
        padding-right: 0;
    }

}

.preview_card-content.active {
    display: block;
}

.preview_faq {
    margin-bottom: 80px;
}

.preview_faq:last-child {
    margin-bottom: 0;
}

.preview_faq-info {
    width: 762px;
    margin-left: auto;
    margin-bottom: 48px;
}

.preview_faq-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #2A2A2A;
    margin-bottom: 16px;
}

.preview_faq-title span {
    color: #2144FE;
}

.preview_faq-text {
    font-size: 14px;
    color: #919191;
    line-height: 20px;
}

.faq_item {
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    margin-bottom: -1px;
}

.faq_item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #2A2A2A;
    cursor: pointer;
    padding: 28px 26px 28px 118px;
    transition: all 0.3s;
}

.faq_item-title.active span,
.faq_item-title:hover span,
.faq_item-title:hover {
    color: #2144FE;
}

.faq_item-title svg path {
    transition: all 0.3s;
}

.faq_item-title.active svg path,
.faq_item-title:hover svg path {
    stroke: #2144FE;
}

.faq_item-title.active svg {
    transform: rotate(-90deg);
}

.faq_item-title span {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    color: #919191;
    font-family: "Onest", sans-serif;
    display: block;
    transition: all 0.3s;
    /*width: 438px;*/
    min-width: 50px;
}

.faq_item-title svg {
    display: flex;
    margin-left: auto;
    min-width: 24px;
    transition: all 0.3s;
}

.faq_item-text {
    font-size: 14px;
    line-height: 20px;
    width: 762px;
    color: #2A2A2A;
    padding-right: 118px;
    margin-bottom: 32px;
    margin-top: -16px;
    margin-left: auto;
    display: none;
}

.order_block {
    margin-bottom: 80px;
    position: relative;
}

.order_block-wrapper::before {
    position: absolute;
    content: "";
    background-image: url(../img/order_block.png);
    background-size: cover;
    width: 100%;
    height: 561px;
    bottom: 0;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
}

.order_block-wrapper {
    background: #000000;
    border-radius: 24px;
    padding: 72px 118px;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    position: relative;
}

.order_block-subtitle {
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    font-size: 18px;
    width: 335px;
}

.order_block-info {
    width: 644px;
}

.order_block-title {
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

.order_block-title span {
    color: #D1FF1A;
}

.order_block-tegs {
    display: flex;
    margin-bottom: 182px;
}

.order_block-teg {
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 8px 24px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
    text-transform: uppercase;
}

.order_block-btn {
    background: #2144FE;
    border: 1px solid #2144FE;
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s;
    font-weight: 400;
}

.order_block-btn:hover {
    background: #2146fe00;
    color: #2144FE;
}

.reviews {
    margin-bottom: 80px;
}

.reviews_wrapper {
    background: #F5F5F5;
    border-radius: 24px;
    padding: 72px 118px;
}

.reviews_info {
    width: 644px;
    margin-left: auto;
    margin-bottom: 40px;
}

.reviews_title {
    font-family: "Onest", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}

.reviews_text {
    font-size: 14px;
    color: #919191;
    line-height: 20px;
}

.reviews_slide {
    width: 322px;
    border: 1px solid #E2E2E2;
    margin-right: -1px;
    border-radius: 12px;
    padding: 24px;
    height: auto;
    box-sizing: border-box;
    color: #2A2A2A;
    transition: border-color 0.3s;
    height: 400px;
    overflow: hidden;

    &:hover {
        border-color: #2144FE;
        z-index: 1000;
    }
}

.reviews_slide.swiper-slide-active {
    width: 440px;
}

.reviews_slide-person {
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    color: #2A2A2A;
    margin-bottom: 24px;
}

.reviews_slide-person img {
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.reviews_slide-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    font-weight: 600;
}

.reviews_slide-date {
    font-size: 12px;
    color: #919191;
    line-height: 18px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.reviews_slide-date::before {
    position: relative;
    content: "";
    background-image: url(../img/date.svg);
    background-size: cover;
    display: block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.reviews_slide-text {
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviews_slider {
    /*margin-bottom: 72px;*/
}

.reviews_slider-arrows {
    display: flex;
    justify-content: center;
    margin-top: 40px;

    @media (min-width: 992px) {
        & {
            padding-right: 70px;
        }
    }
}

.reviews_slider-arrow {
    border: 1px solid #2144FE;
    border-radius: 12px;
    margin: 0 8px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    transition: border-color .3s;

    svg {
        path {
            transition: all .3s;
        }
    }

    &:hover {
        border-color: #2A2A2A;

        svg {
            path {
                stroke: #2A2A2A;
            }
        }
    }


}

.reviews_video-item {
    /*width: 314px;*/
    height: 246px;
    margin-right: 16px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
    padding: 20px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    min-height: 246px;
    /*300px*/

}

.swiper-slide.reviews_video-item {
    @media (max-width: 1349.98px) {
        min-height: 200px;
    }

    @media (max-width: 767.98px) {
        min-height: auto;
    }
}

.reviews_video-item:hover::before {
    transform: translate(50%, -50%) scale(1.4);
}

.reviews_video-item::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 56px;
    height: 56px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.reviews_video-item.swiper-slide-active+.reviews_video-item+.reviews_video-item {
    width: 422px;
}

.reviews_video-img {
    width: 100%;
    display: flex;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.reviews_video-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #888990 100%);
    width: 100%;
    height: 110px;
    bottom: 0;
    right: 0;
}

.reviews_video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_video-name {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
}

.reviews_video-date {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.reviews_video-date::before {
    position: relative;
    content: "";
    background-image: url(../img/date2.svg);
    background-size: cover;
    display: block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.reviews_video-arrows {
    display: flex;
    justify-content: center;
    margin-top: 40px;

    @media (min-width: 992px) {
        & {
            padding-right: 70px;
        }
    }
}

.reviews_video-arrow {
    border: 1px solid #2144FE;
    border-radius: 12px;
    margin: 0 8px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    transition: border-color .3s;

    svg {
        path {
            transition: all .3s;
        }
    }

    &:hover {
        border-color: #2A2A2A;

        svg {
            path {
                stroke: #2A2A2A;
            }
        }
    }
}

.reviews_slider-popup {
    width: 375px;
    padding: 32px 16px;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
}

.reviews_slider-popup .reviews_slide-text {
    display: block;
}

.reviews_slide-text {
    width: 80%;
    padding-right: 20px;
    padding-bottom: 20px;

    @media (max-width: 400px) {
        float: unset;
        width: 100%;
        padding-right: 0;
    }
}

.reviews_slide-img {
    float: left;
    width: 20%;
    padding-right: 20px;
    padding-bottom: 20px;

    @media (max-width: 400px) {
        float: unset;
        width: 100%;
        padding-right: 0;
    }
}

.reviews_slide-img img {
    height: auto;
    width: 100%;
    border-radius: 12px;
}

.team {
    position: relative;
    margin-bottom: 80px;
}

.team::before {
    position: absolute;
    content: "";
    background-image: url(../img/team_bef.svg);
    background-size: cover;
    width: 1575px;
    height: 167px;
    top: 0;
    right: 50%;
    z-index: -1;
    transform: translateX(50%);
}

.team_wrapper {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    position: relative;
}

.team_img {
    width: 494px;
    display: flex;
    margin-right: 55px;
    position: absolute;
    left: 0;
    top: 100px;
}

.team_img img {
    width: 100%;
    height: auto;
}

.team_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 534px;
    margin-left: auto;
    padding-top: 36px;
}

.team_title {
    font-weight: 600;
    line-height: 40px;
    color: #2A2A2A;
    font-size: 36px;
    font-family: "Onest", sans-serif;
    margin-bottom: 20px;
}

.team_text {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    color: #2A2A2A;
    font-size: 14px;
}

.team_text p:nth-child(1) {
    width: 58%;
}

.team_text p:nth-child(2) {
    width: 40%;
}

.team_inner {
    display: flex;
    /*    justify-content: space-between;*/
    margin-top: 142px;
    align-items: flex-end;
}

.team_people {

    @media (min-width: 768px) {
        width: 60%;
    }
}

.team_people-title {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
}

.team_people-items {
    display: flex;
}

.team_people-item {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: -10px;
    overflow: hidden;
    border: 2px solid #FFFFFF
}

.team_people-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_inner-btn {
    background: #2144FE;
    border: 1px solid #2144FE;
    width: 176px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 12px;
    transition: all 0.3s;
}

.team_inner-btn:hover {
    background: #2146fe00;
    color: #2144FE;
}

.words_line-items {
    display: flex;
    animation: wordsLine 10s linear infinite;
}

@keyframes wordsLine {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-66%);
    }
}

.words_line-item {
    border: 1px solid #2A2A2A;
    border-radius: 12px;
    padding: 8px 24px;
    font-weight: 300;
    line-height: 24px;
    font-size: 24px;
    font-family: "Onest", sans-serif;
    text-transform: uppercase;
}

.footer_top {
    border-bottom: 1px solid #E2E2E2;
    border-radius: 0 0 16px 16px;
    padding: 32px 0;
    margin-bottom: -1px;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    padding: 0 58px;
}

.footer_menu a {
    display: block;
    line-height: 18px;
    color: #2A2A2A;
    font-size: 12px;
    transition: color .3s;
    font-weight: 600;

    &:hover {
        color: #2144FE;
    }

}

.footer_bot {
    border-top: 1px solid #E2E2E2;
    border-radius: 16px 16px 0 0;
}

.footer_wrapper {
    display: flex;
    padding: 0 58px;
}

.footer_desc {
    border-right: 1px solid #E2E2E2;
    border-radius: 16px 16px 0 0;
    width: 44%;
    padding: 32px 32px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_desc-title {
    line-height: 18px;
    font-size: 12px;
}

.footer_desc-text {
    line-height: 18px;
    color: #919191;
    font-size: 12px;
}

.footer_info {
    width: 28%;
    padding: 32px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-radius: 16px 16px 0 0;
    margin-left: -1px;
}

.footer_info:last-child {
    border-right: none;
}

.footer_info-adres {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 56px;
    min-height: 100px;
}

.footer_info-number {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Onest", sans-serif;
    margin-bottom: 16px;
    color: #2A2A2A;
    display: block;
}

.footer_info-messages {
    display: flex;
}

.footer_info-message {
    display: flex;
    margin-right: 12px;
}

.menu_burger {
    display: none;
}
.menu_burger_conter{
 display: none;   
}
.contack-top-item-lang {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog_page {
    /*    margin: 156px 0 144px;*/
    margin: 20px 0 144px;
}

.header_page {
    padding: 38px 0;
}

.crumbs {
    display: flex;
    margin-bottom: 16px;
}

.crumb {
    line-height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #919191;
    transition: color .3s;
}

.crumb:first-child::before {
    display: none;
}

.crumb::before {
    position: relative;
    content: "/";
    margin: 0 10px;
}

.crumb:last-child {
    color: #2A2A2A;
}

a.crumb:hover {
    color: #2144FE;
}

.catalog_page-title {
    font-family: "Onest", sans-serif;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 28px;
    font-size: 36px;
}

.catalog_filter {
    margin-bottom: 52px;
}

.catalog_filter-links {
    display: flex;
}

.catalog_filter-link {
    background: #D9D9D9;
    color: #2A2A2A;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px 12px 0 0;
    padding: 16px;
    margin-right: 2px;
    transition: all .3s;
}

.catalog_filter-link.active {
    background: #F5F5F5;
}

.catalog_filter-link:not(.active):hover {
    background: #ECEFFF;
    color: #2144FE;
    font-size: 14px;
    line-height: 20px;
    border-radius: 12px 12px 0 0;
    padding: 16px;
    margin-right: 2px;

}

.catalog_filter-body {
    background: #F5F5F5;
    border-radius: 0 24px 24px 24px;
    padding: 24px 16px 16px 16px;
}

.catalog_select-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #919191;
}

.js-select select {
    display: none;
}

.js-select {
    position: relative;
    width: 100%;
}

.js-select.opened .jq-selectbox__trigger,
.sf-input-select.opened .jq-selectbox__trigger {
    transform: translateY(-50%) rotate(180deg);
}

.catalog_select-wrapper {
    width: 307px;
}

.catalog_select {
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    height: 36px;
    border-radius: 12px;
}

.jq-selectbox__select {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #2A2A2A;
    cursor: pointer;
    font-weight: 400;
}

.jq-selectbox__trigger {
    width: 20px;
    height: 20px;
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.jq-selectbox__dropdown {
    position: absolute;
    top: calc(100% + 1px) !important;
    bottom: auto !important;
    background: #FFFFFF;
    box-shadow: 4px 8px 32px 0px #00000026;
    width: 100%;
    border-radius: 12px;
    left: 0;
}

.catalog_select .jq-selectbox__search {
    display: block !important;
    padding: 12px;
    position: relative;
}

.catalog_select .jq-selectbox__search::before {
    position: absolute;
    content: "";
    background-image: url(../img/search_icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog_select .jq-selectbox__search input {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    height: 36px;
    padding-left: 16px;
    font-size: 14px;
}

.jq-selectbox__not-found {
    display: none !important;
}

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

.jq-selectbox__dropdown ul {
    max-height: 430px !important;
    overflow: auto;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 3px;
    border-radius: 100px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    border-radius: 100px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: #2A2A2A;
    border-radius: 100px;
}

.jq-selectbox__dropdown ul li {
    padding: 8px 16px !important;
    line-height: 20px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.jq-selectbox__dropdown ul li.sel {
    background: #F5F5F5;
}

.jq-selectbox__dropdown ul li.sel::before {
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.jq-selectbox__dropdown ul li:hover {
    color: #2144FE;
}

.catalog_filter-selects {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    margin-bottom: 16px;
}

.catalog_inps-wrapper {
    display: flex;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    height: 36px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}

.catalog_inps-wrapper::before {
    position: absolute;
    content: "";
    background-color: #E2E2E2;
    width: 1px;
    height: 20px;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
}

.catalog_inp {
    width: 50%;
    border: none;
    height: 100%;
    display: block;
    background: none;
    font-size: 14px;
    padding-left: 16px;
}

.catalog_driver-inp {
    display: none;
}

.catalog_driver-items {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.catalog_driver-item {
    display: flex;
    margin-right: 20px;
    cursor: pointer;
    align-items: center;
}

.catalog_driver-item span {
    display: block;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin-right: 8px;
}

.catalog_driver-inp:checked+span {
    border: 1px solid #2144FE;
    background-color: #2144FE;
    background-image: url(../img/check_white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.catalog_color-wrapper {
    margin-bottom: 16px;
    display: flex;
    padding: 0 24px;
}

.catalog_color-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 26px;
    font-size: 12px;
    line-height: 18px;
    color: #919191;
}

.catalog_color-item input {
    display: none;
}

.catalog_color-value {
    margin-bottom: 6px;
    display: flex;
    position: relative;
}

.catalog_color-item input:checked+.catalog_color-value::before {
    position: absolute;
    content: "";
    background-image: url(../img/check_white.svg);
    background-size: cover;
    width: 11px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.catalog_color-item:nth-child(4) input:checked+.catalog_color-value::before {
    background-image: url(../img/check.svg);
    width: 18px;
    height: 16px;
}

.catalog_filter-inps {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.catalog_filter-inps .catalog_select-wrapper {
    width: 416px;
}

.catalog_filter-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.catalog_filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2144FE;
    width: calc(100% - 68px);
    height: 60px;
    cursor: pointer;
    border-radius: 50px;
    color: #2144FE;
    transition: all 0.3s;
}

.catalog_filter-btn:hover {
    border: 1px solid #000;
    color: #000;
}

.catalog_filter-clean {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid #2144FE;
    background: none;
    transition: all 0.3s;
}

.catalog_filter-clean:hover {
    border: 1px solid #000;
    color: #000;
}

.catalog_filter-clean path {
    transition: all 0.3s;
}

.catalog_filter-clean:hover path {
    stroke: #000;
}

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

.catalog_resalt {
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.catalog_top-select {
    width: 212px;
    border: 1px solid #E2E2E2;
    background-color: #fff;
    height: 36px;
    border-radius: 12px;
    padding-left: 0 !important;

    @media (max-width: 991.98px) {
        & {
            width: 100%;
        }

    }

}

.catalog_top-select .jq-selectbox__select {
    transition: all .3s;
}

.catalog_top-select:hover .jq-selectbox__select {
    color: #2144FE;
}

.catalog_top-select .jq-selectbox__search {
    display: none;
}

.catalog_item {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 24px;
    margin-bottom: 28px;
    padding: 40px 110px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
}

.catalog_item:hover {
    border: 1px solid #2144FE
}

.catalog_item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
}

.catalog_item-tegs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.catalog_item-teg {
    background: #2A2A2A;
    padding: 6px 16px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 12px;
}

.catalog_item-teg.green {
    background: #D4FFDA;
    color: #009517;
}

.catalog_item-top {
    margin-bottom: 20px;
}

.catalog_item-title {
    font-family: "Onest", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 40px;
    color: #2a2a2a;
    cursor: pointer;
}

.catalog_item-option {
    display: flex;
    line-height: 20px;
    color: #919191;
    font-size: 14px;
}

.catalog_item-option span {
    line-height: 20px;
    color: #2A2A2A;
    font-size: 14px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.catalog_item-option span::before {
    position: relative;
    content: "";
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A2A2A;
    display: block;
    margin-right: 6px;
}

.catalog_item-bot {
    background: #F5F5F5;
    padding: 16px 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.catalog_item-bot::before {
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(89.96deg, rgba(245, 245, 245, 0) 0.04%, #F5F5F5 48.51%);
    height: 80%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.catalog_item:hover .catalog_item-bot::before {
    opacity: 1;
}

.catalog_item-btn {
    position: absolute;
    border: 1px solid #2144FE;
    background: #2144FE;
    padding: 8px 16px;
    border-radius: 50px;
    position: absolute;
    bottom: 19px;
    right: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    opacity: 0;
}

.catalog_item:hover .catalog_item-btn {
    opacity: 1;
    right: 20px;
}

.catalog_item-btn:hover {
    background: #2146fe00;
    color: #2144FE;
}

.catalog_item-old {
    line-height: 20px;
    color: #919191;
    font-size: 14px;
    margin-bottom: 6px;
}

.catalog_item-new {
    font-family: "Onest", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.catalog_item-more {
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;

    @media (max-width: 767.98px) {
        & {
            top: 8px;
        }
    }
}

.catalog_item-more svg rect {
    transition: all 0.3s;
}

.catalog_item-more:hover svg rect {
    fill: #2144FE;
}

.catalog_item-slider {
    width: 660px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.catalog_item-img {
    width: 534px;
    height: 384px;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.catalog_item-img::before {
    position: absolute;
    content: "";
    background-image: url(../img/tag_bef.svg);
    background-size: cover;
    background-position: top left;
    width: 127px;
    height: 55px;
    top: 0;
    left: -1px;
}

.catalog_item-nav {
    width: 102px;
}

.catalog_item-order {
    background: #FFE1D8;
    padding: 6px 16px;
    line-height: 20px;
    font-size: 14px;
    color: #FF2618;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
}

.catalog_item-dot {
    display: flex;
    cursor: pointer;
    height: 72px;
    margin-bottom: 16px;
    position: relative;
}

.catalog_item-dot img,
.catalog_item-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.catalog_item-dot.active::before {
    background: #2A2A2A;
    height: 38px;
}

.catalog_item-dot::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: #2144FE;
    width: 3px;
    height: 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.catalog_item-dot:hover::before {
    height: 38px;
}

.catalog_item-imgs {
    border: 1px solid #2144FE;
    width: 100%;
    height: 32px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2144FE;
    line-height: 20px;
    font-size: 14px;
    transition: all 0.3s;
}

.catalog_item-imgs:hover {
    color: #000;
    border: 1px solid #000;
}

.catalog_modal {
    background: #FFFFFF;
    width: 604px;
    border-radius: 24px;
    padding: 56px;

    @media (max-width: 767.98px) {
        & {
            padding: 40px 16px;
        }
    }
}

.catalog_modal-title {
    line-height: 21.78px;
    font-weight: 600;
    font-size: 18px;
    color: #2A2A2A;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 8px;
    padding-left: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;

    @media (max-width: 767.98px) {

        & {
            padding-left: 0;
            font-size: 14px;
            line-height: 17px;
            color: #919191;
            flex-direction: column;
            align-items: flex-start;

        }

        span {


            font-family: 'Inter';
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #2A2A2A;
            margin-top: 8px;

        }

    }


}

.catalog_modal-title span {
    white-space: nowrap;
}

.catalog_modal-option {
    line-height: 20px;
    font-size: 14px;
    color: #2A2A2A;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.catalog_modal-total {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #2A2A2A;
    font-family: "Onest", sans-serif;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E2E2E2;
    padding-top: 8px;
    margin-bottom: 32px;
}

.catalog_modal-total span {
    color: #2144FE;
}

.catalog_modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2144FE;
    border: 1px solid #2144FE;
    height: 36px;
    width: 100%;
    transition: all 0.3s;
    border-radius: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.catalog_modal-btn:hover {
    background: #2146fe00;
    color: #2144FE;
}

ul.pagin {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

ul.pagin a,
ul.pagin span {
    /* width: 40px; */
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #2A2A2A;
    border: 1px solid #2146fe00;
    transition: all 0.3s;
    padding: 0px 5px;
    cursor: pointer;
}

ul.pagin a:hover {
    border: 1px solid #2144FE;
    color: #2144FE;
}

ul.pagin span {
    background: #2A2A2A;
    color: #FFF;
    border: 1px solid #2146fe00;
}

.pagin_arrow:hover,
ul.pagin .prev,
ul.pagin .next {
    border: 1px solid #2146fe00 !important;
}

.pagin_arrow path,
ul.pagin .prev path,
ul.pagin .next path {
    transition: all 0.3s;
}

.pagin_arrow:hover path,
ul.pagin .prev:hover path,
ul.pagin .next:hover path {
    stroke: #2144FE;
}

.catalog_top-filter {
    display: none;
}

.catalog_filter-wrapper.mobile,
.catalog_filter-title.mobile {
    display: none;
}

.catalog_filter-close {
    display: none;
}

.catalog_item-delivery {
    height: 384px;
    width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalog_delivery-title {
    font-weight: 500;
    line-height: 28px;
    font-size: 24px;
    color: #2A2A2A;
    max-width: 440px;
    margin-bottom: 28px;
}

.catalog_delivery-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2144FE;
    border: 1px solid #2144FE;
    width: 194px;
    height: 60px;
    transition: all 0.3s;
    border-radius: 50px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.catalog_delivery-btn:hover {
    background: #2146fe00;
    color: #2144FE;
}

.contacts {
    margin: 156px 0 72px;
    margin-top: 20px;
}

.contacts_title {
    font-family: 'PPNeueMachina';
    font-size: 80px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #cfcfcf;
    position: relative;
    margin-top: 40px;
    letter-spacing: 6px;
}

.contacts_title::before {
    /*position: absolute;
    content: '';
    background: #FFFFFF;
    height: 40px;
    width: 100%;
    bottom: 0;
    right: 0;*/
}

.contack-top {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;

    @media (max-width: 991.98px) {
        display: none;
    }
}

.contack-top:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #272727;
    clear: both;
}

.contack-top-item {
    width: 100%;
    display: block;
    color: #6d6d6d;
    font-size: 12px;
    padding: 10px;
    vertical-align: top;

    @media (max-width: 767.98px) {
        width: 60%;
    }
}

.location-icon svg {
    height: 20px;
    width: 20px;
    overflow: unset;
}

.location-icon {
    margin-right: 7px;
}

.contack-top-item.phone-top {
    width: 220px;
    font-weight: 600;

    white-space: nowrap;

    @media (max-width: 767.98px) {
        width: 40%;
    }
}

.contack-top-item.phone-top a {
    color: #fff;
    font-size: 20px;
}

.contack-top-item.phone-top a:hover {
    color: #fff;
}

#main-menu .current-menu-item a {
    color: #fff;
}

.menu .current-menu-item a::before {
    width: 100%;
}

.contack-top .addr-top {
    padding-right: 20px;
    width: 33%;
    float: left;

    @media (max-width: 767.98px) {
        float: unset;
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }
}

.contack-top .phone-top {
    text-align: right;
}

.contack-mbl-menu {
    color: #6d6d6d;
    display: none;
    margin: 20px;
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #6d6d6d;

    @media (max-width: 991.98px) {
        display: block;
    }
}

.contack-mbl-menu .phone-btn {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #bfe328;
    border-radius: 20px;
    width: fit-content;
}

.contack-mbl-menu .phone-btn a {
    color: #bfe328;
}

.contack-mbl-menu .addr-top-mbl {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}

.contack-mbl-menu .m-ico {
    height: 16px;
    margin-bottom: -2px;
    margin-right: 5px;
}

.page-id-497 {

    /* аукционы */
    .contacts_title:before {
        height: 34px;


    }

    @media (max-width: 991.98px) {
        .contacts_title:before {
            height: 40px;
        }
    }

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

}

.page-template-page-contact {

    /* контакты */
    .contacts_title:before {
        height: 34px;
    }

    @media (max-width: 991.98px) {
        .contacts_title:before {
            height: 40px;
        }
    }

    @media (max-width: 767.98px) {
        .contacts_title:before {
            height: 18px;
        }
    }
}

.contacts_title-teviews:before {
    height: 35px;
}

.abouts_title {
    /*    font-family: 'PPNeueMachina';
    font-size: 138px;
    font-weight: 800;
    line-height: 124px;
    text-transform: uppercase;
    color: #F5F5F5;
    position: relative;
    letter-spacing: 4px;

        @media (max-width: 1349.98px) {  
          font-size: 128px;
        }
	*/
    font-family: 'PPNeueMachina';
    font-size: 80px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #cfcfcf;
    position: relative;
    margin-top: 0;
    letter-spacing: 6px;
}

/*
.abouts_title::before{
    position: absolute;
    content: '';
    background: #FFFFFF;
    height: 45px;
    width: 100%;
    bottom: 0;
    right: 0;
}
*/
.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}

.contacts_wrapper:last-child {
    margin-bottom: 0;
}

.contacts_left {
    /*    width: 500px;*/
    width: 38%;
}

.contacts_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    color: #919191;
}

.contacts_city {
    font-family: "Onest", sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 53.55px;
    text-transform: uppercase;
}

.contacts_right {
    /*    width: 764px;*/
    width: 58%;
}

.contacts_adres {
    font-family: "Onest", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 18px;
}

.contacts_item {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    margin-bottom: 28px;
}

.contacts_item span {
    display: flex;
    margin-right: 26px;
    align-items: center;
}

.contacts_item span::before {
    position: relative;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 6px;
    min-width: 6px;
}

.contacts_number {
    border-bottom: 1px solid #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    padding: 12px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.contacts_number a {
    color: #2A2A2A;
}

.contacts_number::before {
    position: relative;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 6px;
    min-width: 6px;
}

.contacts_messages {
    display: flex;
    margin: 28px 0;
    align-items: center;
}

.contacts_message {
    margin-right: 12px;
    display: flex;
}

.contacts_map {
    width: 100%;
    border-radius: 12px;
    height: 374px;
    display: flex;
    overflow: hidden;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
}

.reviews_page {
    margin: 156px 0 144px;
    margin-top: 20px;
}

.reviews_page-links {
    display: flex;
    margin-bottom: 24px;
    gap: 4px;
}

.reviews_page-link {
    border: 1px solid #E2E2E2;
    padding: 6px 16px;
    line-height: 20px;
    color: #2A2A2A;
    font-size: 14px;
    border-radius: 12px;
    transition: all .3s;
}

.reviews_page-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.reviews_page-items .reviews_slide.big {
    width: 652px;
}

.reviews_page-items .reviews_slide,
.reviews_page-items .reviews_video-item {
    height: 318px;
    margin: 0;
    width: 318px;
}

.about_page {
    /*margin: 156px 0 72px;*/
    margin: 20px 0 72px;
}

.about_page-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
    margin-top: 40px;
}

.about_page-subtitle {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    width: 763px;
    font-family: "Onest", sans-serif;
    margin-top: 18px;
}

.about_page-subtitle span {
    color: #2144FE;
}

.about_page-info {
    max-width: 1080px;
    margin: 0 auto;
}

.about_page-text {
    font-family: "Onest", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 64px;
    color: #919191;
}

.about_page-text span {
    width: 431px;
    display: inline-block;
}

.about_page-inner {
    width: 643px;
    margin-left: auto;
    justify-content: space-between;
    display: flex;
}

.about_page-column {
    width: 49%;
}

.about_page-img {
    height: 176px;
    margin-bottom: 40px;
}

.about_page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_page-column p {
    line-height: 20px;
    color: #919191;
    font-size: 14px;
}

.steps {
    margin-bottom: 72px;
}

.steps_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Onest", sans-serif;
    margin-bottom: 90px;
    text-align: center;
    padding-left: 60px;

    @media (max-width: 1349.98px) {
        padding-left: 0;
        padding-right: 85px;
    }

    @media (max-width: 991.98px) {
        padding-right: 0;
    }

}

.steps_items {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #F5F5F5 0%, #FAFAFA 100%);
    padding: 118px 118px 72px;
    border-radius: 24px;
    position: relative;
}

.steps_items::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 100%);
    height: 112px;
    width: 1154px;
    right: 50%;
    transform: translateX(50%);
    top: -22px;
    z-index: 2;
}

.steps_item {
    position: relative;
    width: 23%;
}

.steps_item-number {
    font-size: 138px;
    line-height: 124px;
    font-weight: 800;
    color: #919191;
    font-family: 'PPNeueMachina';
    position: absolute;
    top: -164px;
    opacity: 0.2;
    left: 0;
}

.steps_item-title {
    font-weight: 600;
    line-height: 21.78px;
    color: #2A2A2A;
    font-size: 18px;
    margin-bottom: 20px;
}

.steps_item-text {
    font-size: 14px;
    color: #919191;
    line-height: 20px;
}

.deliver_page .contacts_title {
    /*display: flex;
	justify-content: center;*/
    display: block;
    white-space: nowrap;
}

.deliver_page .contacts_title::before {
    width: 100vw;
    right: 50%;
    transform: translateX(50%);
    bottom: -15px;
    height: 50px;
}

.deliver_page {
    margin: 156px 0 72px;
    margin-top: 20px;
}

.deliver_page-item {
    display: flex;
    margin-bottom: 72px;
    justify-content: space-between;
}

.deliver_page-item:last-child {
    margin-bottom: 0;
}

.deliver_page-title {
    font-family: "Onest", sans-serif;
    font-weight: 800;
    line-height: 53.55px;
    font-size: 42px;
    text-transform: uppercase;

}

.deliver_page-info {
    border: 1px solid #E2E2E2;
    width: 762px;
    padding: 24px 24px 24px 112px;
    border-radius: 16px;
    position: relative;
}

.deliver_page-img {
    position: absolute;
    top: 24px;
    left: 24px;
}

.deliver_page-subtitle {
    font-family: "Onest", sans-serif;
    font-weight: 500;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 28px;
}

.deliver_page-item ul li {
    line-height: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    display: flex;
}

.deliver_page-item ul li::before {
    position: relative;
    content: "";
    width: 6px;
    height: 6px;
    min-width: 6px;
    background-color: #2A2A2A;
    display: block;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 6px;
}

.deliver_page-item ul li:last-child {
    margin-bottom: 0;
}

.deliver_title-mobile {
    display: none;
}



@media(max-width: 1599.98px) {

    .main_link {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 1349.98px) {
    .container {
        max-width: unset;
    }

    .header_logo {
        width: 205px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .menu a {
        margin-left: 20px;
    }

    .header_consult {
        /* width: 165px; */
        font-size: 12px;
    }

    .header_catalog {
        width: 110px;
    }

    .header {
        padding: 24px 0;
    }

    .main_title {
        font-size: 114px;
        margin-bottom: 20px;
    }

    .main {
        /*padding-top: 160px;*/
        padding-bottom: 125px;
    }

    .main_img {
        width: 1000px;
    }

    .main_img img {
        width: 100%;
        height: auto;
    }

    .main_subtitle {
        margin-bottom: 60px;
    }

    .clients {
        margin: 72px 0;
    }

    .advantages_item-title {
        /*margin-bottom: 120px;*/
    }

    .preview_card {
        padding: 60px 0 60px 60px;
    }

    .advantages_info {
        width: 560px;
    }

    .preview_title {
        font-size: 64px;
        line-height: 72px;
    }

    /*.preview_faq-info,
    .preview_card-info {
        width: 470px;
    }*/

    .preview_faq-info {
        width: 540px;
    }

    .preview_card-option span {
        font-size: 16px;
    }

    .preview_card-option {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .faq_item-title span {
        min-width: 50px;
    }

    .faq_item-text {
        width: 470px;
        padding-right: 60px;
    }

    .order_block-wrapper {
        padding: 60px;
    }

    .order_block-info {
        width: 520px;
    }

    .order_block-subtitle {
        width: 250px;
    }

    .order_block-teg {
        font-size: 18px;
    }

    .order_block-wrapper::before {
        height: 400px;
        background-position: center;
    }

    .reviews_wrapper {
        padding: 60px;
    }

    .reviews_info {
        width: 470px;
    }

    .reviews_slide {
        width: 250px;
        max-height: 340px;
        overflow: hidden;
    }

    .reviews_slide.swiper-slide-active {
        width: 320px;
    }

    .reviews_video-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .reviews_video-img::before {
        height: 100%;
    }

    .reviews_video-item {
        width: 260px;
        height: 220px;
        margin-right: 10px;
    }

    .reviews_video-item.swiper-slide-active+.reviews_video-item+.reviews_video-item {
        width: 278px;
    }

    .team_info {
        width: 440px;
    }

    .team_wrapper {
        justify-content: space-between;
    }

    .team_img {
        margin-right: 0;
        width: 440px;
    }

    .footer_desc {
        width: 40%;
    }

    .footer_info {
        width: 30%;
    }

    .team::before {
        width: 940px;
        height: 100px;
    }

    .footer_menu {
        padding: 0;
    }

    .footer_wrapper {
        padding: 0;
    }

    .catalog_color-wrapper {
        flex-wrap: wrap;
    }

    .catalog_select-wrapper {
        width: 272px;
    }

    .catalog_color-item {
        margin-right: 18px;
    }

    .catalog_filter-inps .catalog_select-wrapper {
        width: 288px;
    }

    .catalog_item {
        padding: 40px;
    }

    .catalog_item-info {
        width: 290px;
    }

    .catalog_item-slider {
        width: 550px;
    }

    .catalog_item-option {
        flex-wrap: wrap;
    }

    .catalog_item-img {
        width: 440px;
    }

    .catalog_item-delivery {
        width: 510px;
    }

    .contacts_right {
        /*        width: 560px;*/
    }

    .contacts_left {
        /*        width: 350px;*/
    }

    .reviews_page-items .reviews_slide.big {
        width: 406px;
    }

    .reviews_page-items .reviews_slide,
    .reviews_page-items .reviews_video-item {
        height: 300px;
        width: 250px;
    }

    .about_page-subtitle {
        font-size: 28px;
        line-height: 34px;
        width: 450px;
    }

    .about_page-text span {
        width: 290px;
    }

    .steps_items {
        /*        padding: 60px 40px;*/
        padding: 115px 40px;
    }

    .steps_items::before {
        /*        top: -70px;*/
        top: -30px;
        width: 870px;
    }

    .steps_title {
        margin-bottom: 120px;
    }

    .deliver_page-info {
        width: 680px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: unset;
    }

    .menu a::before {
        display: none;
    }

    .menu_burger {
        display: block;
        width: 32px;
        height: 22px;
        z-index: 2;
        position: relative;



    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    /*.menu_burger.active::before{
        transform: rotate(45deg);
        top: 10px;
        width: 80%;        
    }*/
    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    /*.menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 10px;
        width: 80%;
    }*/
    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 2px;
        top: 10px;
        right: 0;
        transition: all 0.3s;
    }

    /*.menu_burger.active span{
        transform: scale(0);
    }*/
    .menu_burger.active {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .header {
        /*position: fixed;*/
        background-color: #000000;
        z-index: 1000;
    }

    .header_inner {
        position: fixed;
        width: 328px;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        background: #2A2A2A;
        padding-top: 70px;
        transform: translateX(100%);
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 900;
    }

    .menu {
        flex-direction: column;
        max-width: 668px;
        margin: 0 auto;
    }

    .menu a {
        /*margin-left: 0;*/
        font-weight: 600;
        color: #fff;
        transition: all 0.3s;
        margin-bottom: 24px;
    }

    .menu a:hover {
        color: #919191;
    }

    .main_text {
        text-align: center;
        padding-left: 0;
        width: 300px;
        margin-bottom: 70px;
    }

    .main_title {
        font-size: 86px;
    }

    .header_consult {
        /* width: 209px; */
    }

    .header_catalog {
        width: 123px;
    }

    .main_subtitle {
        font-size: 64px;
        line-height: 82px;
    }

    .main_img {
        width: 760px;
    }

    .main::before {
        width: 720px;
        /*height: 460px;*/
    }

    .main_teg {
        line-height: 20px;
        font-size: 18px;
    }

    .main::after {
        background-position: center;
        width: 1000px;
        height: 510px;
    }

    .main {
        padding-bottom: 80px;
    }

    .main_link {
        width: 66px;
        height: 66px;
    }

    .header,
    body:not(.home) .header {
        /*padding: 20px 0;*/
    }

    .advantages_info {
        width: 100%;
    }

    .advantages_item:nth-child(1),
    .advantages_item:nth-child(4),
    .advantages_item {
        /*width: 100%;*/
    }

    .advantages_item:nth-child(5) {
        width: 100%;
    }

    .preview_card {
        padding: 20px 16px;
        margin-bottom: 72px;
    }

    .advantages {
        margin-bottom: 72px;
    }

    .preview_title {
        font-size: 52px;
        line-height: 64px;
    }

    .preview_more {
        width: 150px;
        height: 41px;
    }

    .preview_card-wrapper {
        flex-direction: column;
    }

    .preview_card-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .preview_card-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .preview_card-bot {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .preview_card-city {
        margin-bottom: 30px;
    }

    .preview_card-price {
        margin-bottom: 30px;
    }

    .preview_card-text {
        width: 100%;
        order: 1;
    }

    .preview_card-options {
        order: 2;
        width: 100%;
    }

    .preview_faq-info {
        width: 100%;
    }

    .faq_item-title {
        padding: 8px 16px;
    }

    .faq_item-title span {
        min-width: 32px;
        width: 32px;
        font-size: 14px;
        line-height: 17px;
    }

    .faq_item-text {
        width: 100%;
        padding: 0 45px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .faq_item {
        margin-bottom: 2px;
    }

    .preview_card-text.left {
        order: 0;
    }

    .preview_faq {
        margin-bottom: 72px;
    }

    .preview_block,
    .about_block {
        margin-bottom: 72px;
    }

    .order_block-subtitle {
        display: none;
    }

    .order_block-wrapper {
        padding: 16px;
        text-align: center;
    }

    .order_block-info {
        width: 100%;
    }

    .order_block-tegs {
        justify-content: center;
        margin-bottom: 25px;
    }

    .order_block-wrapper::before {
        height: 280px;
        bottom: 60px;
    }

    .order_block-btn {
        width: 100%;
    }

    .order_block {
        margin-bottom: 72px;
    }

    .reviews_info {
        width: 100%;
    }

    .reviews_wrapper {
        padding: 20px 0 20px 16px;
    }

    .reviews_info {
        padding-right: 16px;
    }

    .reviews_slide.swiper-slide-active,
    .reviews_slide {
        width: 278px;
    }

    .reviews_video-item.swiper-slide-active+.reviews_video-item+.reviews_video-item {
        width: 260px;
    }

    .reviews_video-arrows,
    .reviews_slider-arrows {
        display: none;
    }

    .reviews {
        margin-bottom: 72px;
    }

    .team::before {
        width: 780px;
        height: 82px;
    }

    .team_wrapper {
        padding-top: 70px;
    }

    .team_img {
        position: relative;
        top: auto;
        margin: 0 auto 20px;
    }

    .team_info {
        width: 100%;
    }

    .team_info {
        padding-top: 0;
    }

    .team_title {
        text-align: center;
    }

    .team_inner {
        margin-top: 20px;
    }

    .team {
        margin-bottom: 72px;
    }

    .footer_wrapper {
        flex-direction: column;
    }

    .footer_info {
        width: 100%;
        border: none;
        text-align: center;
        position: relative;
    }

    .footer_bot {
        border: none;
    }

    .footer_info::before {
        position: absolute;
        content: "";
        top: 0;
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        border-radius: 16px;
        display: block;
        height: calc(100% + 1px);
        pointer-events: none;
    }

    .footer_desc {
        order: 1;
        width: 100%;
        border: none;
        position: relative;
        text-align: center;
    }

    .footer_desc::before {
        position: absolute;
        content: "";
        top: 0;
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        border-top: 1px solid #E2E2E2;
        border-radius: 16px;
        display: block;
        height: 100%;
        pointer-events: none;
    }

    .footer_desc-title {
        margin-bottom: 16px;
    }

    .footer_info-messages {
        justify-content: center;
    }

    .footer_info-adres {
        margin-bottom: 16px;
        min-height: unset;
    }

    .catalog_filter {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        top: 92px;
        z-index: 1002;
        background: #F5F5F5;
        /*        height: 100%;*/
        width: 100%;
        left: 0;
        height: auto;
        max-height: 100%;
    }

    .catalog_color-item {
        margin: 0;
    }

    .catalog_color-wrapper {
        gap: 20px;
        padding: 0;
    }

    .catalog_select-wrapper {
        width: 32%;
    }

    .catalog_filter-selects {
        gap: 12px 2%;
    }

    .catalog_filter-body {
        max-width: 668px;
        position: relative;
        margin: 0 auto;
        padding: 40px 0;
    }

    .catalog_filter-inps .catalog_select-wrapper {
        width: 32%;
    }

    .catalog_filter-inps {
        gap: 12px 2%;
    }

    .catalog_filter.active {
        opacity: 1;
        visibility: visible;
    }

    .catalog_filter-links {
        display: none;
    }

    .catalog_filter-wrapper.mobile,
    .catalog_filter-title.mobile {
        display: block;
    }

    .catalog_filter-title.mobile {
        font-weight: 600;
        line-height: 21.78px;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .catalog_filter-btn {
        background: #2144FE;
        color: #fff;
    }

    .catalog_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog_resalt {
        margin-bottom: 24px;
    }

    .catalog_top-right {
        /*display: flex;
        justify-content: space-between;*/
        width: 100%;
        /*        align-items: center;*/
    }

    .catalog_top-filter {
        display: flex;
        justify-content: center;
        align-items: center;

        padding: 8px 16px;

        width: 100%;
        min-width: 343px;
        height: 36px;
        background: #2144FE;
        border: 1px solid #2144FE;
        border-radius: 12px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;


        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        cursor: pointer;

        svg {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }





    }

    .catalog_item {
        padding: 20px;
        flex-direction: column-reverse;
    }

    .catalog_item-slider {
        width: 100%;
        margin-bottom: 24px;
    }

    .catalog_item-info {
        width: 100%;
    }

    .catalog_item-img {
        width: 508px;
    }

    .catalog_filter-close {
        display: flex;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .catalog_item-delivery {
        width: 100%;
        height: auto;
        padding: 56px 0;
    }

    .catalog_delivery-btn {
        display: none;
    }

    .catalog_item-bot {
        margin-bottom: 56px;
    }

    .catalog_item-bot {
        overflow: visible;
    }

    .catalog_item-btn {
        bottom: -56px;
        width: 100%;
        text-align: center;
        opacity: 1;
        right: 0;
    }

    .catalog_item {
        margin-bottom: 16px;
    }

    .catalog_item-bot::before {
        display: none;
    }

    .catalog_item:hover .catalog_item-btn {
        right: 0;
    }

    .contacts_title {
        font-size: 94px;
        letter-spacing: 2px;
        margin-top: 40px;
        margin-bottom: 0;

    }

    .abouts_title {
        font-size: 94px;
        letter-spacing: 2px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .contacts_wrapper {
        flex-direction: column;
        margin-top: -15px;
    }

    .contacts_left {
        width: 100%;
        margin-bottom: 12px;
    }

    .contacts_right {
        width: 100%;
    }

    .reviews_page-items .reviews_slide.big,
    .reviews_page-items .reviews_slide,
    .reviews_page-items .reviews_video-item {
        width: 100%;
    }

    .reviews_page-items .reviews_video-item {
        height: 400px;
    }

    .about_page-top {
        flex-direction: column;
    }

    .about_page-subtitle {
        width: 100%;
        margin-top: 0;
    }

    .about_page-text span {
        display: none;
    }

    .about_page-inner {
        width: 100%;
    }

    .steps_items::before {
        display: none;
    }

    .steps_items {
        flex-wrap: wrap;
        padding: 40px;
    }

    .steps_item {
        width: 48%;
    }

    .steps_item-number {
        position: relative;
        top: auto;
        margin-bottom: 20px;
    }

    .deliver_page-item {
        flex-direction: column;
    }

    .deliver_page-title {
        margin-bottom: 12px;
    }

    .deliver_page-info {
        width: 100%;
    }

    .deliver_page .contacts_title {
        display: none;
    }

    .deliver_title-mobile {
        font-size: 52px;
        font-weight: 800;
        line-height: 60px;
        color: #F5F5F5;
        display: block;
        position: relative;
        text-transform: uppercase;
    }

    .deliver_title-mobile::before {
        position: absolute;
        content: "";
        background: #FFFFFF;
        height: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_wrapper {
        flex-wrap: wrap;
    }

    .header_consult {
        order: 2;
        /* width: calc(100% - 135px); */
        margin-top: 16px;
    }

    .header_center {
        order: 1;
        margin-top: 16px;
    }

    .main {
        /*padding: 200px 0 106px;*/
    }

    .main_title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .main_subtitle {
        line-height: 29px;
        font-size: 32px;
        /*margin-bottom: 200px;*/
    }

    .main_subtitle span {
        margin: 0 6px;
    }

    .main_img {
        width: 346px;
        bottom: 260px;
    }

    .main::before {
        display: none;
    }

    .main_text {
        /*width: 280px;*/
        margin-bottom: 40px;
    }

    .main_tegs {
        flex-wrap: wrap;
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
    }

    .main_teg {
        line-height: 20px;
        font-size: 14px;
        padding: 2px 14px;
    }

    .main::after {
        top: 235px;
        width: 364px;
        height: 230px;
    }

    .main_link {
        width: 60px;
        height: 60px;
        bottom: -24px;
    }

    .clients {
        margin-top: 47px;
    }

    .clients_item:nth-child(n+8) {
        display: none;
    }

    .clients_title {
        margin-bottom: 20px;
    }

    .clients_item {
        width: 52px;
        height: 52px;
        margin-left: -7px;
    }

    .advantages_title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .advantages_info {
        margin-bottom: 20px;
    }

    .advantages_item:nth-child(1),
    .advantages_item:nth-child(4),
    .advantages_item {
        width: 100%;
    }

    .advantages_item {
        padding: 16px;
    }

    .advantages_item::before {
        margin-bottom: 12px;
    }

    .advantages_item-title {
        font-size: 18px;
        letter-spacing: 0.4px;
        line-height: 22px;
        /*margin-bottom: 42px;*/
    }

    .preview_card {
        width: 100vw;
        margin-left: -15px;
    }

    .preview_title {
        line-height: 34px;
        letter-spacing: 1px;
        font-size: 29px;
    }

    .preview_more {
        width: 87px;
        height: 28px;
        font-size: 0;
    }

    .preview_more::before {
        position: relative;
        content: "Каталог";
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    .preview_top {
        padding-bottom: 18px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .preview_card-tab {
        padding: 5px 16px;
    }

    .preview_card-title {
        line-height: 41px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .preview_card-img {
        height: 234px;
        padding-right: 60px;
        margin-bottom: 60px;
    }

    .preview_card-dots {
        position: absolute;
        z-index: 1;
        right: 11px;
        top: -4px;
        width: 86px;
    }

    .preview_card-dot {
        width: 86px;
        height: 60px;
    }

    .preview_card-options {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 4px;
    }

    .preview_card-option {
        width: calc(50% - 2px);
        padding: 8px;
    }

    .preview_card-option span {
        font-size: 17px;
    }

    .preview_card-city span {
        line-height: 22px;
        font-size: 18px;
    }

    .preview_card-city {
        margin-bottom: 20px;
    }

    .preview_card-price span {
        font-size: 24px;
    }

    .preview_card-price {
        line-height: 22px;
    }

    .preview_card-btn {
        width: 100%;
        height: 36px;
    }

    .preview_card-price {
        margin-bottom: 20px;
    }

    .preview_faq-title {
        font-size: 18px;
        line-height: 22px;
    }

    .preview_faq-info {
        margin-bottom: 20px;
    }

    .faq_item-title {
        font-size: 14px;
        line-height: 17px;
    }

    .preview_card-text.left {
        width: 124px;
        -webkit-line-clamp: 3;
    }

    .preview_card-text.left br {
        display: none;
    }

    .order_block-wrapper {
        width: 100vw;
        margin-left: -15px;
        border-radius: 0;
    }

    .order_block-title {
        line-height: 22px;
        margin-bottom: 25px;
        font-size: 18px;
    }

    .order_block-tegs {
        flex-wrap: wrap;
    }

    .order_block-teg {
        line-height: 20px;
        font-size: 14px;
        padding: 2px 14px;
    }

    .order_block-btn {
        height: 36px;
        font-size: 14px;
    }

    .order_block-wrapper::before {
        height: 184px;
        bottom: 90px;
    }

    .reviews_wrapper {
        width: 100vw;
        margin-left: -15px;
    }

    .reviews_title {
        line-height: 22px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .reviews_info {
        margin-bottom: 20px;
    }

    .reviews_slide {
        padding: 16px;
    }

    .reviews_slide-person {
        margin-bottom: 12px;
    }

    .reviews_slide-title {
        line-height: 17px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .reviews_slide-date {
        margin-bottom: 12px;
    }

    .reviews_video-item.swiper-slide-active+.reviews_video-item+.reviews_video-item {
        width: 180px;
    }

    .reviews_video-item {
        width: 180px;
        height: 120px;
        margin-right: 16px;
        padding: 8px;
    }

    .team::before {
        height: 44px;
        width: 415px;
    }

    .team_title {
        font-size: 18px;
        text-align: left;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .team_wrapper {
        padding-top: 26px;
    }

    .team_img {
        max-width: 100%;
    }

    .team_text {
        flex-direction: column;
    }

    .team_text p {
        width: 100% !important;
    }

    .team_inner {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .team_people-item {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        margin-right: -14px;
    }

    .team_inner-btn {
        width: 100%;
        height: 38px;
        margin-top: 20px;
    }

    .words_line-item {
        font-size: 14px;
        line-height: 20px;
        padding: 2px 14px;
    }

    .footer_top {
        padding: 20px 0;
    }

    .footer_menu {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .footer_info {
        padding: 20px 14px;
    }

    .footer_info-number {
        line-height: 22px;
        font-size: 18px;
    }

    .footer_desc {
        padding: 20px 14px;
    }

    .menu {
        padding: 0 15px;
    }

    .crumbs {
        margin-bottom: 4px;
    }

    .catalog_page-title {
        line-height: 21.78px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .catalog_resalt {
        line-height: 16.94px;
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: 600;
    }

    .catalog_item {
        padding: 16px;
    }

    .catalog_item-slider {
        flex-direction: column;
    }

    .catalog_item-img {
        width: 100%;
        height: 60vw;
        margin-bottom: 18px;
    }

    .catalog_item-teg,
    .catalog_item-order {
        padding: 4px 12px;
        font-size: 12px;
    }

    .catalog_item-img::before {
        width: 99px;
        height: 44px;
    }

    .catalog_top {
        margin-bottom: 16px;
    }

    .catalog_item-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .catalog_item-dots {
        display: flex;
        width: calc(100% - 71px);
        gap: 8px;
    }

    .catalog_item-imgs {
        width: 63px;
        height: 38px;
    }

    .catalog_item-dot {
        margin: 0;
        flex: 1;
        height: 38px;
    }

    .catalog_item-dot::before {
        height: 2px;
        width: 0;
        top: -3px;
        right: 50%;
        transform: translateX(50%);
    }

    .catalog_item-dot:hover::before {
        width: 24px;
        height: 2px;

    }

    .catalog_item-title {
        line-height: 28px;
        font-size: 24px;
    }

    .catalog_item-bot {
        padding: 8px 16px;
        overflow: visible;
    }

    .catalog_item-old {
        margin-bottom: 2px;
    }

    .catalog_item-new {
        font-size: 24px;
        line-height: 28px;
    }

    ul.pagin {
        margin-top: 28px;
    }

    ul.pagin li:nth-child(6),
    ul.pagin li:nth-child(5) {
        /*        display: none;*/
    }

    .catalog_page {
        margin-bottom: 72px;
    }

    .catalog_filter {
        /*        top: 144px;*/
        top: 0;
    }

    .catalog_filter-body {
        padding: 40px 20px;

    }

    .catalog_filter {
        overflow: auto;
        /*        padding-bottom: 160px;*/
    }

    .contacts_messages {
        margin: 16px 0 10px;
    }

    .contacts_wrapper {
        margin-bottom: 82px;
    }

    .catalog_filter-close {
        right: 20px;
    }

    .catalog_select-wrapper {
        width: 100%;
    }

    .catalog_color-wrapper {
        gap: 12px 12px;
        justify-content: center;
    }

    .catalog_filter-inps .catalog_select-wrapper {
        width: 48%;
    }

    .catalog_filter-inps .catalog_select-wrapper:last-child {
        width: 100%;
    }

    .catalog_filter-btn {
        width: calc(100% - 44px);
        height: 36px;
    }

    .catalog_filter-clean {
        height: 36px;
        width: 36px;
    }

    .catalog_delivery-title {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
        max-width: 280px;
    }

    .contacts_title {
        line-height: 60px;
        font-size: 52px;
    }

    .contacts_title::before {
        height: 24px;
    }

    .abouts_title {
        line-height: 60px;
        font-size: 52px;
        margin-bottom: -8px;
        z-index: -1;
    }

    .abouts_title::before {
        height: 23px;
    }

    .contacts_city {
        line-height: 40.8px;
        font-size: 32px;
    }

    .contacts_adres {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .contacts_item {
        flex-direction: column;
        margin-bottom: 12px;
    }

    .contacts_number {
        font-size: 14px;
        line-height: 17px;
    }

    .reviews_page {
        margin: 156px 0 64px;
        margin-top: 20px;
    }

    .reviews_page-links {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .reviews_page-items .reviews_video-item {
        /*        height: 64vw;*/
        height: 340px;
        min-height: auto;
    }

    .about_page-subtitle {
        font-size: 18px;
        line-height: 22px;


    }

    .about_page-top {
        margin-bottom: 16px;
        margin-top: 0;
    }

    .about_page-text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 17px;
    }

    .about_page-inner {
        flex-direction: column;
    }

    .about_page-column {
        width: 100%;
        margin-bottom: 16px;
    }

    .about_page-img {
        margin-bottom: 20px;
        height: auto;
    }

    .about_page-column:nth-child(2) {
        .about_page-img {
            margin-bottom: 0;
        }
    }

    .steps_title {
        text-align: left;
        margin-bottom: 80px;
        font-size: 18px;
        line-height: 21.78px;
    }

    .steps_items {
        padding: 0;
        background: none;
    }

    .steps_item {
        background: linear-gradient(180deg, #F5F5F5 0%, #FAFAFA 100%);
        border-radius: 24px;
        width: 100%;
        margin-bottom: 84px;
        padding: 36px 16px 16px;
    }

    .steps_item:last-child {
        margin-bottom: 0;
    }

    .steps_item-number {
        font-size: 96px;
        line-height: 96px;
        top: -64px;
        position: absolute;
        left: 16px;
        margin-bottom: 0;
    }

    .steps_item-number::before {
        position: absolute;
        content: "";
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 100%);
        height: 40px;
        width: 100%;
        bottom: -40px;
        left: 0;
    }

    .steps_item-title {
        line-height: 17px;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .deliver_page-title {
        font-size: 32px;
        line-height: 40px;
        z-index: 1;
        margin-top: -18px;
    }

    .deliver_page-img {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        margin-bottom: 16px;
    }

    .deliver_page-info {
        padding: 16px;
    }

    .deliver_page-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .menu_burger {
        /* margin-left: calc(100% - 237px); */
    }
}


.popup_order {
    background: #FFFFFF;
    border-radius: 24px;
    width: 545px;
    padding: 56px;
}

.popup_order-title {
    font-weight: 500;
    font-family: "Onest", sans-serif;
    line-height: 28px;
    margin-bottom: 32px;
    font-size: 24px;
}

.popup_order-item {
    line-height: 18px;
    font-size: 12px;
    color: #919191;
    margin-bottom: 20px;
}

.popup_order-item span {
    color: #FD3F59;
}

.popup_order-item input {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 12px;
    height: 36px;
    width: 100%;
    margin-top: 2px;
    padding-left: 16px;
    transition: all .3s;
}

.popup_order-item input:hover {
    border-color: #2144FE;

}

.popup_order-item input:focus {
    border-color: #2A2A2A;

}

.popup_order-how {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.popup_order-btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup_order-btns>div {
    width: 32%;
}

.popup_order-btns input {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 36px;
    background: #2144FE;
    border-radius: 12px;
    border: 1px solid #2144FE;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}

.popup_order-btns input:hover {
    color: #2144FE;
    background: #fff;
}

.popup_order-ok {
    color: #919191;
    line-height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.popup_order-ok input {
    display: none;
}

.popup_order-ok span {
    display: block;
    /*    background: #2144FE;*/
    border-radius: 4px;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    min-width: 14px;
    position: relative;
    border: 1px solid #919191
}

/*.popup_order-ok input:checked + span:before{
    position: absolute;
    content: "";
    background: #2144FE url(../img/check_white.svg) center no-repeat ;
    background-size: 8px auto;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}*/
.popup_order-ok input:checked+span {

    background: #2144FE url(../img/check_white.svg) center no-repeat;
    background-size: 8px auto;
    border-color: #2144FE;

}

.popup_order-ok a {
    display: contents;
    color: #2144FE;
    transition: all .3s;

    &:hover {
        color: #2A2A2A;
    }
}

@media (max-width: 767.98px) {
    .popup_order {
        padding: 28px;
        /*        border-radius: 0;*/
    }

    .popup_order-btns {
        flex-direction: column;
    }

    .popup_order-btns>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .popup_order-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 21.78px;

    }

    .jq-selectbox.opened .jq-selectbox__dropdown {
        display: block !important;
    }
}

/*.sf-input-select{
    z-index: 0 !important;
}
.sf-input-select.opened{
    z-index: 2 !important;
}*/

#msg-panel .msg-rezult,
#o-msg-panel .msg-rezult {
    color: green;
    font-weight: 600;
}

#msg-panel .msg-rezult-erorr,
#o-msg-panel .msg-rezult-erorr {
    color: red;
    font-weight: 600;
}

#msg-panel .fld-text,
#o-msg-panel .fld-text {
    opacity: 0;
    height: 0;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
    background: linear-gradient(0deg, rgba(51, 122, 183, 0.2) 33%, #337AB7 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.soc-top span {
    /*padding-bottom: 5px;*/
}

.soc-top .dzen {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.soc-top .top-sotial-ico img {
    height: 25px;
}

.soc-top .top-sotial-ico {
    margin: 3px;
}

.soc-top {
    color: #6d6d6d;
    font-size: 12px;

    @media (max-width: 991.98px) {
        display: none;
    }
}

.soc-top .soc-list {
    display: flex;
}

.preview_card {
    border-radius: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.btn_panel {
    display: table;
    width: 100%;
}

.btn_panel .active {
    background: #F4F4F4;
}

.btn-form {
    background: #ebebeb;
    font-family: 'PPNeueMachina';
    font-size: 30px;
    font-weight: 800;
    color: #2A2A2A;
    line-height: 30px;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    display: table-cell;
    width: 33.3%;
    text-align: center;
    padding: 30px 0;
    border-right: 2px solid #fff;


    @media (max-width: 991.98px) {
        font-size: 14px;
    }

    @media (max-width: 480px) {
        font-size: 10px;
    }
}

.btn-form:hover {
    color: #2144FE;
    cursor: pointer;
}

#btn_form1 {
    border-top-left-radius: 24px;
}

#btn_form3 {
    border-top-right-radius: 24px;
}

@media (max-width: 380px) {
    .contack-top-item.phone-top a {
        font-size: 14px;
    }

    .contack-top-item .phone-top-title {
        display: none;
    }

}

@media (max-width: 760px) {
    .header_consult {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .header_wrapper {
        position: relative;
        min-height: 120px;
        display: block;
    }

    .header_logo {
        display: block;
    }

    .menu_burger_conter {
        position: absolute;
        top: 0;
        right: 0;
                display: flex;
        align-items: center;
    }

    .menu_burger {
        display: block;

    }

    .header_center {
        position: absolute;
        left: 0;
        margin: 0;
        bottom: 0;
    }

    .contack-top-item-lang {
        display: none;
    }

    .contack-top-item.phone-top {
        display: none;
        /* position: fixed;
        right: 50px;
        width: auto;
        bottom: 50px;
        margin: 0;
        padding: 10px 20px !important;
        z-index: 999; */
    }
}

.disp-none {
    height: 0;
    opacity: 0;
}