/*! 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: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

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


@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: 400;
    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;
    background: #F2F3F8;
    font-family: 'SFProDisplay';
    letter-spacing: -0.02em;
    color: #33363A;
}

a {
    text-decoration: none;
}

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

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

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px;
}

.header_logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header_logo-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    width: 190px;
}

.header_option {
    width: fit-content;
    max-width: 170px;
    display: flex;
    align-items: center;
    color: #33363A;
    gap: 15px;
    font-size: 14px;
    line-height: 120%;
    transition: all 0.3s;
}

a.header_option:hover {
    color: #509AEC;
}

.header_number {
    display: flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 5px;
    display: block;
    color: #33363A;
    transition: all 0.3s;
}

.header_number:hover {
    color: #509AEC;
}

.header_order {
    font-size: 14px;
    line-height: 110%;
    color: #509AEC;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.menu a {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: #33363A;
    transition: all 0.3s;
}

.menu a:hover {
    color: #509AEC;
}

.main {
    margin-top: 170px;
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0 0;
    background-image: url(../img/main.jpg);
    background-size: cover;
    color: #fff;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}

section {
    margin-bottom: 120px;
}

.main_subtitle {
    width: fit-content;
    background: #37B67F;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 9px 20px 9px 38px;
    margin-bottom: 10px;
    position: relative;
}

.main_subtitle::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    animation: hoverWave 1s linear infinite;
}

@keyframes hoverWave {

    0% {
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 7.5px rgba(255, 255, 255, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.main_title {
    max-width: 630px;
    font-weight: 700;
    font-size: 54px;
    margin-bottom: 60px;
}

.main_inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 68px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #509AEC;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
}

.btn:hover {
    background: #37B67F;
}

.main_btn {
    box-shadow: 0px 10px 30px 0px #509AEC66;
    font-size: 18px;
    width: 280px;
    height: 70px;
}

.main_btn:hover {
    box-shadow: 0px 10px 30px 0px #37B67F66;
}

.main_desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    max-width: 250px;
}

.main_items {
    padding: 40px 0;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.main_items::before {
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    width: 100vw;
    max-width: 1760px;
    height: 100%;
    top: 0;
    background: #262A3233;
    backdrop-filter: blur(70px);
}

.main_item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
}

.main_item-text {
    line-height: 120%;
}

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

.title {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
    color: #33363A;
}

.ways_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ways_item {
    width: calc(50% - 15px);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.ways_item-img {
    margin-bottom: 20px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

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

.ways_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 10px;
}

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

.ways_item-text {
    max-width: 310px;
    line-height: 130%;
}

.ways_item-btn {
    width: 220px;
    height: 60px;
}

.carcass {
    margin-left: auto;
    margin-right: auto;
    max-width: 1760px;
    color: #fff;
    padding: 100px 0;
    background-image: url(../img/carcass.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.carcass .title {
    color: #fff;
    margin-bottom: 100px;
}

.carcass_items {
    gap: 105px;
    display: flex;
    margin-bottom: 120px;
}

.carcass_subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
}

.carcass_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
}

.carcass_number {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.carcass_btns {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.carcass_btn {
    width: 280px;
    box-shadow: 0px 10px 30px 0px #509AEC66;
    height: 70px;
}

.carcass_btn:nth-child(2) {
    background: #37B67F;
    box-shadow: 0px 10px 30px 0px #37B67F66;
}

.carcass_btn:nth-child(1):hover {
    box-shadow: 0px 10px 30px 0px #37B67F66;
}

.carcass_btn:nth-child(2):hover {
    box-shadow: 0px 10px 30px 0px #509AEC66;
    background: #509AEC;
}

.carcass_item {
    background: #262A3233;
    backdrop-filter: blur(70px);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.carcass_item-img {
    width: 190px;
    height: 230px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.carcass_item:nth-child(1) {
    width: 490px;
}

.carcass_item:nth-child(2) {
    width: 400px;
}

.carcass_item:nth-child(3) {
    width: 240px;
    flex-direction: column;
}

.carcass_item-info {
    width: calc(100% - 190px);
    padding: 30px;
    line-height: 130%;
}

.carcass_item-info p {
    margin-bottom: 14px;
}

.carcass_item-info p:last-child {
    margin-bottom: 0;
}

.carcass_item-info ul {
    padding-left: 26px;
    list-style: disc;
}

.carcass_item:nth-child(3) .carcass_item-info {
    width: 100%;
    padding: 20px;
}

.carcass_item:nth-child(3) .carcass_item-img {
    width: 100%;
    height: 120px;
}

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

.subtitle {
    width: fit-content;
    background: #37B67F;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 10px 16px;
    margin: 0 auto 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.subtitle::before {
    position: relative;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    animation: hoverWave 1s linear infinite;
}

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

.catalog_item {
    width: calc(25% - 15px);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.catalog_item-img {
    margin-bottom: 10px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.catalog_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

.catalog_item-text {
    line-height: 130%;
    margin-bottom: 20px;
}

.catalog_item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-top: auto;
    color: #509AEC;
}



.map_title {
    width: fit-content;
    background: #509AEC;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 10px 16px;
    margin: 0 auto 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.map_title::before {
    position: relative;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    animation: hoverWave 1s linear infinite;
}

.map {
    max-width: 1760px;
    margin-left: auto;
    display: flex;
    height: 540px;
    padding: 60px;
    align-items: flex-start;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-right: auto;
}

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

.map_frame iframe {
    width: 100%;
    height: 100%;
    display: flex;
    border: none;
}

.price_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 80px;
    position: relative;
}

.price_info {
    margin-left: auto;
    width: 580px;
}

.price_info .title {
    text-align: left;
    margin-bottom: 20px;
}

.price_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    max-width: 465px;
    margin-bottom: 30px;
}

.question_form,
.price_form {
    width: 420px;
    max-width: 100%;
}

.inp {
    background: #F2F3F8;
    border-radius: 10px;
    padding-left: 30px;
    height: 70px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: none;
}

.price_form-btn {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    font-size: 18px;
    border: none;
}

.form_ok {
    font-size: 12px;
    line-height: 130%;
    color: #9D9D9D;
    margin-bottom: 10px;
}

.form_ok .jbForCheckbox {
    display: flex;
    align-items: center;
    gap: 4px;
}

.form_ok a {
    color: #9D9D9D;

}

.price_info-desc {
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 130%;
    color: #509AEC;
    margin-top: 30px;
}

.price_img {
    position: absolute;
    display: flex;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.price_img::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_img-min.svg);
    background-size: cover;
    width: 254px;
    height: 134px;
    right: 20px;
    top: 103px;
}

.drivers .title {
    margin-bottom: 20px;
}

.drivers_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
}

.drivers_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.drivers_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
}

.drivers_item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

.drivers_item-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 130%;
}

.drivers_item-text p:not(:last-child) {
    margin-bottom: 10px;
}

.drivers_item-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #509AEC;
    margin-top: auto;
}

.drivers_item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    margin-bottom: 30px;
}

.drivers_item-img img {
    max-width: 100%;
    max-height: 100%;
}

.drivers_item-status {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #37B67F;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 7px 15px;
}

.drivers_item-status::before {
    position: relative;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    width: 8px;
    height: 8px;
    animation: hoverWave 1s linear infinite;
}

.montage {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
    position: relative;
    background-image: url(../img/montage.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    color: #fff;
}

.montage .title {
    color: #fff;
    margin-bottom: 20px;
}

.montage_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

.montage_items {
    height: 580px;
    position: relative;
}

.montage_item {
    display: flex;
    position: absolute;
    background: #262A324D;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 10px;
    gap: 20px;
    align-items: center;
}

.montage_item-text {
    line-height: 110%;
}

.montage_item-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.montage_item:nth-child(1) {
    left: 37px;
    top: 67px;
}

.montage_item:nth-child(2) {
    top: 0;
    right: 0;
}

.montage_item:nth-child(3) {
    top: 248px;
    right: 362px;
}

.montage_item:nth-child(4) {
    top: 308px;
    left: 117px;
}

.montage_item:nth-child(5) {
    right: 193px;
    top: 460px;
}

.sales .subtitle {
    background: #509AEC;
}

.sales .subtitle::before {
    display: none;
}

.sales_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.sales_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 15px);
    position: relative;
}

.sales_item-img {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.sales_item-info {
    width: calc(100% - 330px);
}

.sales_item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
}

.sales_item-title:last-child {
    margin-bottom: 0;
}

.sales_item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #509AEC;
}

.sales_item-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #37B67F;
}

.sales_item-status {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #37B67F;
    margin-bottom: 10px;
}

.sales_item-status::before {
    position: relative;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #37B67F;
    width: 8px;
    height: 8px;
    animation: hoverWave2 1s linear infinite;
}

@keyframes hoverWave2 {

    0% {
        box-shadow: 0 8px 10px rgba(55, 182, 127, 0.3), 0 0 0 0 rgba(55, 182, 127, 0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(55, 182, 127, 0.3), 0 0 0 7.5px rgba(55, 182, 127, 0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(55, 182, 127, 0.3), 0 0 0 15px rgba(55, 182, 127, 0);
    }
}


.sales_item-teg {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #37B67F;
    border-radius: 40px;
    font-weight: 600;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
}

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

.delivery_img {
    width: 610px;
    height: 620px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

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

.delivery_info {
    width: 650px;
}

.delivery .title {
    margin-bottom: 30px;
    text-align: left;
}

.delivery .subtitle {
    margin: 0 0 20px 0;
}

.delivery_options {
    margin-bottom: 40px;
}

.delivery_option {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    gap: 15px;
    margin-bottom: 10px;
    line-height: 110%;
}

.delivery_text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 110%;
}

.delivery_btns {
    display: flex;
    gap: 30px;
}

.delivery_info ul {
    list-style: disc;
    padding-left: 26px;
    margin-bottom: 40px;
}

.delivery_btn {
    width: 280px;
    height: 70px;
}

.delivery_btn:nth-child(1) {
    box-shadow: 0px 10px 30px 0px #509AEC66;

}

.delivery_btn:nth-child(2) {
    box-shadow: 0px 10px 30px 0px #37B67F66;
    background: #37B67F;
}

.delivery_btn:nth-child(1):hover {
    box-shadow: 0px 10px 30px 0px #37B67F66;
}

.delivery_btn:nth-child(2):hover {
    box-shadow: 0px 10px 30px 0px #509AEC66;
    background: #509AEC;
}

.delivery_number {
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #33363A;
    line-height: 130%;
    margin-bottom: 30px;
}

.about .title {
    margin-bottom: 20px;
}

.about_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px;
}

.about_text {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 870px;
}

.about_wrapper {
    padding-top: 134px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.about_wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 50%;
    border-radius: 10px;
    transform: translateX(50%);
    z-index: -1;
    background-image: url(../img/about_wrapper.jpg);
    background-size: cover;
    background-position: center;
    width: 1760px;
    max-width: 100vw;
}

.about_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 134px;
}

.about_items {
    display: flex;
    gap: 100px;
    justify-content: space-between;
    position: relative;
    z-index: -1;
    padding: 40px 0;
}

.about_items::before {
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    width: 100vw;
    max-width: 1760px;
    height: 100%;
    top: 0;
    background: #262A3233;
    border-radius: 0 0 10px 10px;
    backdrop-filter: blur(70px);
}

.about_item-icon {
    margin-bottom: 20px;
    display: flex;
}

.about_item-text {
    line-height: 120%;
    color: #fff;
}

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

.partnets_item {
    width: calc(20% - 16px);
    background: #FFFFFF;
    border-radius: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.works .title {
    margin-bottom: 20px;
}

.works_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 10px;
}

.works_text {
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 40px;
}

.works_items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.works_item {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    width: calc(33.333% - 20px);
}

.works_item:nth-child(n+7) {
    display: none;
}

.works_item.active {
    display: block;
}

.works_item-img {
    height: 230px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.works_items-more {
    width: 250px;
    height: 70px;
    margin: 20px auto 0;
}

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

.works_item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
}

.works_item-subtitle {
    line-height: 130%;
}

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

.want_left {
    width: calc(50% - 5px);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 80px 90px;
}

.want_left .title {
    margin-bottom: 20px;
    text-align: left;
}

.want_img {
    width: calc(50% - 5px);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

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

.want_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    max-width: 310px;
    margin-bottom: 30px;
}

.want_form {
    width: 420px;
    max-width: 100%;
}

.reviews .title {
    margin-bottom: 20px;
    text-align: left;
}

.reviews_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 40px;
}

.reviews_slide img {
    width: 100%;
    height: 100%;
}

.reviews_slider {
    width: calc(100% + 30px);
}

.reviews_slide {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}

.faq .title {
    text-align: left;
}

.reviews_slider-wrapper {
    position: relative;
}

.reviews_slider-arrows {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    border: 1px solid #33363A;
    border-radius: 62px;
}

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

.reviews_slider-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.question_block .price_img {
    position: relative;
    width: 615px;
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
    inset: auto;
    transform: none;
}

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

.question_block .price_img::before {
    display: none;
}

.question_block .price_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.question_block .price_info {
    width: 540px;
}

.footer_wrapper {
    margin: 0 0 410px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.footer_wrapper .title {
    margin-bottom: 0;
}

.footer_right {
    display: flex;
    gap: 60px;
    align-items: center;
}

.footer_message {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #33363A;
    font-size: 14px;
    line-height: 120%;
}

.footer_number {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    display: flex;
    gap: 15px;
    align-items: center;
    color: #33363A;
}

.footer_time {
    font-size: 14px;
    line-height: 120%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer {
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.footer_map {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 1760px;
    max-width: 100%;
    display: flex;
    height: 540px;
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
}

.footer_map iframe {
    display: flex;
    border: none;
    width: 100%;
    height: 100%;
}

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

.footer_inner-item {
    font-size: 14px;
    line-height: 120%;
    color: #33363A;
}

.popup_body {
    background: #FFFFFF;
    width: 1060px;
    border-radius: 10px;
    padding: 80px;
    position: relative;
}

.popup_body-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 20px;
}

.popup_body-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
}

.popup_body-img {
    position: absolute;
    display: flex;
    right: 150px;
    bottom: 0;
}

.catalog_form,
.call_form {
    width: 420px;
    max-width: 100%;
}

.popup_body-btn {
    width: 100%;
    height: 70px;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
    font-size: 18px;
}

#popup_catalog {
    padding-left: 525px;
    padding-right: 50px;
}

#popup_catalog .price_info-desc {
    max-width: 410px;
    margin-bottom: 20px;
}

#popup_catalog .popup_body-img {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.menu_burger {
    display: none;
}

.catalog_item-more {
    display: none;
}

.works_items-arrows {
    display: none;
}

.faq_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 30px;
}

.faq_item {
    width: calc(50% - 15px);
    background: #FFFFFF;
    border-radius: 10px;
}

.faq_item-title {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    padding: 30px 60px 30px 30px;
    display: flex;
    align-items: center;
}

.faq_item-title span {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #F2F3F8;
}

.faq_item-title span::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-image: url(../img/faq_arrow.svg);
    width: 15px;
    height: 9px;
    transition: all 0.3s;
}

.faq_item-title.active span::before {
    transform: translate(50%, -50%) rotate(180deg);

}

.faq_item-text {
    line-height: 130%;
    padding: 0 30px 30px;
    display: none;
}

.header_inner .header_links,
.header_inner .header_option,
.header_inner .header_btn {
    display: none;
}




.scroll_trigger {
    position: absolute;
    top: 0;
    left: 0;
}

.scroll_btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #509AEC;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: scale(0);
    width: 44px;
    height: 44px;
    transition: all 0.3s;
}

.scroll_btn.fixed {
    transform: scale(1);

}

.thanks_page {
    padding: 60px 0;
}


.thanks_page .main_title {
    margin-bottom: 30px;
}

.main_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
}

.main_radio {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
}

.main_radio span {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

.main_radio input {
    display: none;
}

.thanks_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-top: 30px;
}

.main_radio input:checked+span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #509AEC;
    border-radius: 50%;
    background: #509AEC;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.thanks_page .main_text+.thanks_desc+.main_btn {
    margin-top: 30px;
}

.cookies {
    position: fixed;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    background: #262A3233;
    backdrop-filter: blur(70px);
    width: 780px;
    color: #fff;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 20px 30px;
    border-radius: 10px;
    z-index: 9;
}

.cookies_text {
    margin-bottom: 20px;
}

.cookies_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cookies_more {
    text-decoration: underline;
    color: #fff;
}

.cookies_done,
.cookies_none {
    width: 180px;
    cursor: pointer;
    height: 52px;
}

.cookies_none {
    background-color: #37B67F;
}




.cookies_none:hover {
    background: #509AEC;
}

@media (max-width: 767.98px) {
    .cookies {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 14px;
    }

    .cookies_btns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cookies_text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cookies_done,
    .cookies_none {
        font-size: 14px;
        width: calc(50% - 5px);
        height: 40px;
    }

    .cookies_more {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}







.default_page {
    padding-top: 200px;
}

.default_page-text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.default_page-subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

.default_page h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.default_page p {
    margin-bottom: 20px;
    line-height: 150%;
}

.default_page table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

.default_page table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.default_page table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

.main_btns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}









@media(max-width:1780px) {

    .footer_map,
    .about_items::before,
    .about_wrapper::before {
        max-width: calc(100vw - 30px);

    }

    .montage,
    .map,
    .carcass,
    .main {
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 1390px) {
    .container {
        max-width: 1180px;
    }

    .header_logo-img {
        width: 160px;
    }

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

    .header_number {
        font-size: 16px;
    }

    .header_option {
        font-size: 12px;
    }

    .menu {
        gap: 30px;
    }

    .main_item-text {
        font-size: 14px;
    }

    .ways_item-img {
        height: 268px;
    }

    .ways_item-title {
        font-size: 20px;
    }

    .ways_item-text {
        width: 260px;
    }

    .carcass_items {
        gap: 30px;
    }

    .catalog_item-img {
        height: 166px;
    }

    .main_title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .main_items {
        padding: 30px 0;
    }

    .price_wrapper {
        padding: 50px;
    }

    .price_info {
        width: 500px;
    }

    .price_img {
        width: 520px;
    }

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

    .montage_item:nth-child(3) {
        right: 280px;
    }

    .sales_item {
        padding: 20px;
    }

    .sales_item-img {
        width: 260px;
    }

    .sales_item-info {
        width: calc(100% - 280px);
    }

    .sales_item-title {
        font-size: 20px;
    }

    .delivery_info {
        width: 580px;
    }

    .delivery_img {
        width: 550px;
    }

    .about_items {
        gap: 30px;
    }

    .works_item-img {
        height: 193px;
    }

    .want_left {
        padding: 60px;
    }

    .question_block .price_info {
        width: 500px;
    }

    .question_block .price_img {
        width: 520px;
    }

    .footer_right {
        gap: 30px;
    }
}

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

    .header_option {
        display: none;
    }

    .menu {
        gap: 20px;
    }

    .menu a {
        font-size: 16px;
    }

    .main_items {
        gap: 20px;
        flex-wrap: wrap;
    }

    .main_item {
        width: calc(50% - 10px);
    }

    .ways_item {
        padding: 20px;
    }

    .ways_item-inner {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .ways_item-text {
        width: 100%;
    }

    .carcass_items {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .carcass_item:nth-child(1) {
        width: 100%;
    }

    .catalog_item {
        width: calc(33.3333% - 13.333px);
    }

    .price_img {
        width: 360px;
    }

    .title {
        font-size: 42px;
    }

    .drivers_item {
        padding: 20px;
    }

    .montage_item:nth-child(1) {
        left: 0;
    }

    .montage_item:nth-child(3) {
        right: 160px;
    }

    .sales_item {
        width: calc(50% - 10px);
        flex-direction: column;
        gap: 20px;
    }

    .sales_item-info {
        width: 100%;
    }

    .sales_item-img {
        width: 100%;
    }

    .sales_items {
        gap: 20px;
    }

    .montage_item:nth-child(4) {
        left: 60px;
    }

    .delivery_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .delivery_info {
        width: 100%;
    }

    .delivery_img {
        width: 100%;
        height: 380px;
    }

    .partnets_item {
        width: calc(50% - 10px);
    }

    .partnets_item:nth-child(1) {
        width: 100%;
    }

    .works_item-img {
        height: 147px;
    }

    .works_item-title {
        font-size: 16px;
    }

    .want_left {
        padding: 30px;
    }

    .question_block .price_img {
        width: 400px;
        height: 440px;
    }

    .question_block .price_info {
        width: 420px;
    }

    .faq_item {
        width: 100%;
    }

    .footer_right {
        gap: 22px;
    }
}

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

    .header {
        position: fixed;
    }

    .header_links {
        display: none;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        background: #FFFFFF;
        transition: all 0.3s;
        visibility: hidden;
        top: 80px;
        right: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: translateX(50%);
        width: 700px;
        padding: 40px 20px 20px;
        border-radius: 0 0 10px 10px;
    }

    .header_inner .header_option {
        display: flex;
        width: 168px;
        margin-bottom: 10px;
    }

    .header_inner .header_links {
        display: block;
        text-align: center;
        margin: 30px 0;
    }

    .menu {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin-bottom: 30px;
    }

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

    .header_inner .header_btn {
        display: flex;
        height: 60px;
        width: 280px;
        max-width: 100%;
    }

    .header_wrapper {
        margin-bottom: 0;
    }

    .main {
        margin-top: 100px;
        padding-top: 60px;
    }

    .main_inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .ways_item-img {
        height: 158px;
    }

    .ways_item-title {
        font-size: 18px;
    }

    .ways_item-text {
        font-size: 14px;
    }

    .carcass {
        padding-top: 60px;
    }

    .carcass .title {
        margin-bottom: 60px;
    }

    .carcass .title br {
        display: none;
    }

    .catalog_item {
        width: calc(50% - 10px);
    }

    .price_wrapper {
        z-index: 1;
    }

    .price_info {
        width: 100%;
        z-index: 1;
    }

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

    .price_text {
        text-align: center;
        margin: 0 auto 330px;
    }

    .question_form,
    .price_form {
        width: 100%;
    }

    .price_img {
        transform: none;
        top: auto;
        bottom: 390px;
        z-index: -1;
        width: 300px;
    }

    .drivers_items {
        gap: 20px;
    }

    .drivers_item {
        width: calc(50% - 10px);
    }

    .montage_text br {
        display: none;
    }

    .montage_items {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .montage_item {
        position: relative;
        width: calc(50% - 10px);
        inset: auto !important;
    }

    .montage_item br {
        display: none;
    }

    .montage_item-img {
        min-width: 80px;
    }

    .about_items {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .about_logo {
        width: 540px;
        display: flex;
        justify-content: center;
        margin: 0 auto 100px;
    }

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

    .about_item {
        width: calc(33.333% - 20px);
    }

    .works_items {
        gap: 20px;
    }

    .works_item {
        width: calc(50% - 10px);
    }

    .want_wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .want_form {
        width: 100%;
    }

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

    .want_text {
        width: 100%;
        max-width: 100%;
    }

    .want_img,
    .want_left {
        text-align: center;
        width: 100%;
    }

    .question_block .price_info {
        width: 100%;
    }

    .question_block .price_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .question_block .price_text {
        margin-bottom: 20px;
    }

    .footer_wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer_right {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footer_map {
        height: 660px;
    }

    .footer_wrapper {
        margin-bottom: 360px;
    }

    .footer_wrapper .title {
        text-align: left;
    }

    .menu_burger {
        display: flex;
        position: relative;
        background: #F2F3F8;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        transition: all 0.3s;
        background: #509AEC;
        border-radius: 2px;
        height: 2.5px;
        width: 16px;
        top: 13.5px;
        right: 12px;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 19px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        transition: all 0.3s;
        background: #509AEC;
        border-radius: 2px;
        height: 2.5px;
        width: 16px;
        bottom: 13px;
        right: 12px;
    }

    .menu_burger.active::after {
        bottom: 18px;
        transform: rotate(-45deg);
    }

    .menu_burger span {
        position: absolute;
        content: "";
        transition: all 0.3s;
        background: #509AEC;
        border-radius: 2px;
        height: 2.5px;
        width: 16px;
        top: 19px;
        right: 12px;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .header_number {
        font-size: 18px;
    }

    .price_img::before {
        right: -100px;
        top: 40px;
    }

    .popup_body {
        padding: 60px;
    }

    .popup_body-img {
        right: 50px;
        width: 200px;
    }

    .popup_body-img img {
        width: 100%;
        height: auto;
    }

    #popup_catalog .popup_body-img {
        width: 478px;
    }

    .default_page {
        padding-top: 120px;
    }

    .default_page table {
        display: block;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
    }

    .title {
        margin-bottom: 30px;
    }

    .default_page-subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .default_page-text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .default_page h3 {
        margin-bottom: 20px;
    }
}

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

    .header_wrapper {
        padding: 15px;
    }

    .header_logo {
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
    }

    .header_logo-text {
        font-size: 10px;
        width: auto;
    }

    .header_logo-img {
        width: 138px;
    }

    .main {
        margin-top: 110px;
        max-width: 100%;
        border-radius: 0;
        background-image: url(../img/main2.jpg);
        padding-top: 30px;
    }

    .main_title {
        font-size: 28px;
        margin-bottom: 230px;
        text-align: center;
    }

    .main_subtitle {
        font-size: 14px;
        padding: 9px;
        margin: 0 auto 10px;
        padding-left: 27px;
    }

    .main_subtitle::before {
        left: 10px;
        width: 12px;
        height: 12px;
    }

    .main_desc {
        font-size: 14px;
        text-align: center;
        margin: 0 auto 0;
    }

    .main_btn {
        width: 100%;
    }

    .main_inner {
        margin-bottom: 30px;
    }

    .main_items::before {
        display: none;
    }

    .main_items {
        padding: 30px 0;
        gap: 30px;
        overflow: auto;
        width: 100vw;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        background: #394049;
        flex-wrap: nowrap;
    }

    .main_items::-webkit-scrollbar {
        background: #FFFFFF4D;
        height: 3px;
        border-radius: 2px;
    }

    .main_items::-webkit-scrollbar-thumb {
        background: #FFFFFF;
        border-radius: 2px;
    }

    .main_item {
        min-width: 240px;
    }

    .main_item br {
        display: none;
    }

    .main_item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    section {
        margin-bottom: 80px;
    }

    .main_items-wrapper {
        padding-bottom: 30px;
        background: #394049;
    }

    .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .ways_item {
        width: 100%;
    }

    .ways_items {
        gap: 20px;
    }

    .ways_item-img {
        height: 151px;
        margin-bottom: 10px;
    }

    .ways_item-title {
        font-size: 20px;
    }

    .ways_item-btn {
        width: 100%;
    }

    .carcass {
        max-width: 100%;
        border-radius: 0;
    }

    .header_inner {
        width: calc(100% - 30px);
    }

    .carcass {
        padding: 60px 0;
    }

    .carcass .title {
        margin-bottom: 20px;
    }

    .carcass_item-img {
        width: 100px;
        height: 100%;
    }

    .carcass_item {
        width: 100% !important;
    }

    .carcass_item:nth-child(2) {
        flex-direction: row-reverse;
    }

    .carcass_item:nth-child(3) {
        flex-direction: row;
    }

    .carcass_item:nth-child(3) .carcass_item-img {
        width: 130px;
        height: 100%;
        min-width: 130px;
    }

    .carcass_item-info {
        font-size: 14px;
        width: calc(100% - 100px);
        padding: 20px 15px;
    }

    .carcass_subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .carcass_text {
        font-size: 14px;
    }

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

    .carcass_btns {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .subtitle {
        font-size: 14px;
    }

    .catalog_items {
        gap: 10px;
    }

    .catalog_item {
        width: calc(50% - 5px);
        padding: 10px;
    }

    .catalog_item:nth-child(n+9) {
        display: none;
    }

    .catalog_item.active {
        display: block;
    }

    .map {
        display: none;
    }

    .catalog_item-img {
        height: 96px;
    }

    .catalog_item-title {
        font-size: 16px;
    }

    .catalog_item-text {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .catalog_item-price {
        font-size: 16px;
    }

    .catalog_item-more {
        display: flex;
        width: 210px;
        height: 50px;
        margin: 20px auto 0;
    }

    .price_wrapper {
        width: 100vw;
        margin-left: -15px;
        border-radius: 0;
        padding: 60px 20px;
    }

    .price_text {
        font-size: 16px;
    }

    .price_img {
        width: 250px;
        bottom: 430px;
    }

    .price_img::before {
        top: 10px;
    }

    .drivers_text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .drivers_item {
        width: 100%;
    }

    .drivers_item-img {
        font-size: 160px;
    }

    .drivers_item-title {
        font-size: 18px;
    }

    .drivers_item-text {
        font-size: 14px;
    }

    .drivers_item-price {
        font-size: 18px;
    }

    .montage {
        width: 100vw;
        border-radius: 0;
        max-width: 100vw;
    }

    .montage_text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .montage_items {
        gap: 10px;
    }

    .montage_item {
        width: 100%;
    }

    .montage_item-text {
        font-size: 14px;
    }

    .sales_item {
        width: 100%;
    }

    .sales_item-title {
        font-size: 18px;
    }

    .sales_item-teg {
        top: 20px;
        left: 20px;
    }

    .delivery_img {
        height: 280px;
    }

    .delivery_option {
        font-size: 16px;
    }

    .delivery_text {
        font-size: 16px;
    }

    .delivery_number {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .delivery_btns {
        flex-direction: column;
        gap: 10px;
    }

    .delivery_btn {
        width: 100%;
    }

    .about_subtitle {
        font-size: 18px;
    }

    .about_text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about_logo {
        width: 240px;
        margin-bottom: 76px;
    }

    .about_wrapper {
        width: 100vw;
        padding-top: 100px;
        margin-left: -15px;
    }

    .about_wrapper::before {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
    }

    .about_items::before {
        display: none;
    }

    .about_items {
        padding: 30px 0;
        gap: 30px;
        overflow: auto;
        z-index: 1;
        padding-left: 15px;
        padding-right: 15px;
        background: #394049;
        flex-wrap: nowrap;
    }

    .about_items::-webkit-scrollbar {
        background: #FFFFFF4D;
        height: 3px;
        border-radius: 2px;
    }

    .about_items::-webkit-scrollbar-thumb {
        background: #FFFFFF;
        border-radius: 2px;
    }

    .about_item {
        min-width: 240px;
    }

    .about_item br {
        display: none;
    }

    .about_item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }


    .about_items-wrapper {
        padding-bottom: 30px;
        background: #394049;
    }

    .partnets_items {
        gap: 10px;
    }

    .partnets_item {
        height: 62px;
        padding: 10px;
        width: calc(50% - 5px);
    }

    .partnets_item img {
        max-width: 100%;
        max-height: 100%;
    }

    .works_subtitle {
        font-size: 18px;
    }

    .works_text {
        font-size: 14px;
    }

    .works_item {
        width: 100%;
        padding: 10px;
    }

    .works_item-title {
        padding: 0 10px;
    }

    .works_item-subtitle {
        padding: 0 10px 10px;
        font-size: 14px;
    }

    .works_item-img {
        height: 179px;
    }

    .works_items {
        display: block;
        padding-bottom: 50px;
        position: relative;
    }

    .works {
        position: relative;
    }

    .works_items-arrows {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        display: flex;
        border: 1px solid #33363A;
        border-radius: 62px;
    }

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

    .works_items-arrow {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .want_left {
        padding: 40px 20px;
    }

    .want_left .title {
        margin-bottom: 10px;
    }

    .want_text {
        font-size: 16px;
    }

    .reviews_subtitle {
        font-size: 18px;
        margin-bottom: 20px;
        padding-right: 90px;
    }

    .reviews_slider {
        width: 100%;
        margin-right: 0;
    }

    .reviews_slider-arrow {
        width: 30px;
        height: 30px;
    }

    .question_block .price_img {
        width: 100%;
        height: auto;
    }

    .question_block .price_wrapper {
        width: 100%;
        margin: 0;
        border-radius: 10px;
        padding: 10px;
    }

    .question_block .price_info {
        padding: 0 10px 20px;
    }

    .footer_map {
        height: 540px;
        width: 100vw;
        max-width: 100vw;
    }

    .footer {
        padding-top: 20px;
    }

    .footer_wrapper {
        margin-bottom: 280px;
    }

    .faq_item-title {
        padding: 20px 80px 20px 15px;
        font-size: 16px;
    }

    .faq_item-text {
        font-size: 14px;
    }

    .faq_items {
        gap: 10px;
    }

    .faq_item-title span {
        right: 15px;
    }

    .scroll_btn {
        right: 15px;
    }

    .popup_body {
        padding: 40px 20px 275px;
    }

    .popup_body-img {
        width: 161px;
        right: 50%;
        transform: translateX(50%);
    }

    .popup_body-title {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .popup_body-text {
        font-size: 16px;
        text-align: center;
    }

    #popup_catalog {
        padding: 40px 20px;
    }

    #popup_catalog .popup_body-img {
        display: none;
    }

    #popup_catalog .price_info-desc {
        font-size: 16px;
        margin-top: 20px;
    }

    .main_text {
        text-align: center;
        font-size: 18px;
        margin-bottom: 16px;
        line-height: 130%;
    }

    .main_radio {
        margin-bottom: 10px;
    }

    .thanks_desc br {
        display: none;
    }

    .thanks_desc {
        font-size: 16px;
    }

    .main_radios {
        margin-top: 230px;
    }

    .thanks_page .main_text+.thanks_desc {
        margin-top: 230px;
        text-align: center;

    }

    .thanks_page .main_text+.thanks_desc+.main_btn {
        margin-top: 20px;
    }

    .main_btns {
        flex-direction: column;
        gap: 10px;
    }
}