@font-face {
    font-family: neusaL;
    src: url(../src/fonts/Neusa-Light.ttf);
}

@font-face {
    font-family: neusaR;
    src: url(../src/fonts/Neusa-Medium.ttf);
}

@font-face {
    font-family: neusaM;
    src: url(../src/fonts/Neusa-Regular.ttf);
}

@font-face {
    font-family: neusaSB;
    src: url(../src/fonts/Neusa-SemiBold.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: neusaL;
}

p,
a,
li {
    font-size: 28px;
    line-height: 34px;
    font-family: neusaL;
    text-decoration: none;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 20px;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.container {
    width: 1150px;
    margin: 0 auto;
}

header {
    margin-top: 36px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
}

.nav_bar {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav_bar a {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
}

.nav_bar li:not(li:last-child) {
    margin-right: 40px;
}

.mobile_loc_li {
    display: none;
}

.burger_menu {
    display: none;
    width: 38px;
    height: 18px;
    z-index: 20;
}

.burger_menu span {
    display: block;
    transition: all .5s;
    width: 38px;
    height: 1px;
    margin-bottom: 9px;
    background-color: rgba(222, 27, 0, 1);
}

.burger_menu.active span {
    display: none;
}

.burger_menu.active {
    background: url(../images/close_menu.svg) no-repeat;
}

.swiper__head {
    object-fit: cover;
    text-align: center;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

header .swiper-slide .slider_image {
    display: none;
}

.swiper-pagination {
    margin-bottom: 70px;
}

.swiper-pagination-bullet {
    background: #D9D9D9 !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: red !important;
}

/*garant_section*/

.garant_section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.garant {
    text-align: center;
}

.garant__title img {
    width: 350px;
}

.garant__description {
    width: 810px;
    margin: 0 auto;
}

.garant__items {
    position: relative;
    margin-bottom: 132px;
}

.garant__items::after {
    content: "";

    position: absolute;
    width: 310px;
    height: 1px;
    background: #C6142F;
    left: 420px;
    margin-top: 20px;
}

.garant__icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.garant__icons div {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.garant__icons div:not(div:last-child) {
    margin-right: 97px;
}

.garant__icons h3 {
    text-transform: uppercase;
}

.garant__design {
    margin-top: 19px;
}

/* .garant__design {
    background: url(../images/garant_icons/icon_design.svg) center top no-repeat;
    padding-top: 150px;
}
.garant__production {
    background: url(../images/garant_icons/icon_production.svg) center top no-repeat;
    padding-top: 230px;
}
.garant__installation {
    background: url(../images/garant_icons/icon_installation.svg) center top no-repeat;
    padding-top: 230px;
} */

/*offers section*/

.offers_section {
    background: url(../images/offers_icons/offers_bg.png) center no-repeat;
    background-size: cover;
}

.offers {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
    padding-bottom: 120px;
}

.offers>div {
    padding-left: 15px;
    background: rgba(43, 43, 43, 0.9);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    width: 350px;
    height: 296px;
    transition: .4s;
}

.offers .main_offer {
    width: 540px;
    height: 296px;
}

.offer {
    margin-bottom: 40px;
}

.offers__title {
    text-transform: uppercase;
}

.offers__list li {
    font-size: 24px;
    line-height: 29px;
    position: relative;
}

.offers__list li:not(li:last-child) {
    margin-bottom: 5px;
}

.offers__list li::after {
    content: "";

    position: absolute;
    width: 20px;
    height: 1px;
    background: #C6142F;
    top: 30.5px;
    left: 1px;
}

.offers__btn {
    display: none;
    background: #C6142F;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-family: neusaR;
    padding: 10px 20px;
    width: 128px;
    transition: .4s;
    cursor: pointer;
}

.offer:hover {
    background: rgba(18, 18, 18, 0.95);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.offer:hover .offers__btn {
    display: block;
}

.offers_section-mobile {
    display: none;
}

/*design section*/

.disign_section {
    padding-bottom: 100px;
}

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

.design__swiper-description {
    width: 411px;
}

.disign__title {
    text-transform: uppercase;
    position: relative;
}

.design__description {
    font-size: 24px;
    line-height: 33px;
}

.design__description p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 100;
}

.disign__title::after {
    content: "";

    position: absolute;
    width: 221px;
    height: 1px;
    background: #C6142F;
    top: 103px;
    left: 1px;
}

.swiper__car {
    width: 635px;
    box-shadow: -25px 68px 29px rgba(0, 0, 0, 0.01), -14px 38px 24px rgba(0, 0, 0, 0.05), -6px 17px 18px rgba(0, 0, 0, 0.09), -2px 4px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding-top: 35px !important;
    padding-left: 49px !important;
    padding-bottom: 40px !important;
    margin: 0 !important;
}


.swiper__description {
    width: 217px;
    text-align: left;
}

.swiper__title {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
}

.swiper__title h3 {
    font-family: neusaR;
    margin-top: 0;
}

.swiper__appointment {
    margin-top: 22px;
}

.swiper__appointment p {
    font-size: 16px;
    line-height: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
}

.swiper__author {
    text-align: right;
    position: relative;
    margin-bottom: 95px;
    margin-top: 40px;
}

.swiper__author::before {
    content: "";

    position: absolute;
    width: 20px;
    height: 1px;
    background: #C6142F;
    left: 0;
    top: 50%;
}

.swiper__author p {
    font-size: 16px;
    line-height: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
}

.swiper__btn {
    background: #C6142F;
    padding: 10px 10px;
    width: 138px !important;
    text-align: center;
    cursor: pointer;
}

.swiper__btn a {
    font-family: neusaR;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: white;
}

.swiper__car .swiper-slide {
    display: flex;
    align-items: center;
    border: none;
    position: relative;
}

.banner {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 2;
    box-shadow: -25px 68px 29px rgba(0, 0, 0, 0.01), -14px 38px 24px rgba(0, 0, 0, 0.05), -6px 17px 18px rgba(0, 0, 0, 0.09), -2px 4px 10px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next::after {
    display: none;
}

.disign_section .swiper-pagination {
    display: none;
}

/*modal window*/

.modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 10;
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.modal__main {
    width: 1040px;
    padding: 30px;
    background: white;
    cursor: default;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 9999;
}

/*partner*/

.partner_section {
    position: relative;
    overflow: hidden;
}

.partner_section .title {
    text-align: center;
    margin-bottom: 63px;
    position: relative;
}

.partner_section .title::after {
    content: "";

    position: absolute;
    width: 270px;
    height: 1px;
    background: rgba(198, 20, 47, 1);
    top: 118%;
    left: 38.3%;
}

.partner_section::after {
    content: "";

    position: absolute;
    width: 100%;
    height: 256px;
    background: #656565;
    backdrop-filter: blur(6px);
    z-index: -1;
    top: 125px;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partner img {
    margin-bottom: 39px;
}

.partner img:not(img:last-child) {
    margin-right: 30px;
}

.partner_mobile {
    display: none;
}



/*request*/

.request_section {
    margin-top: 143px;
    margin-bottom: 80px;
}

.request_section .container {
    position: relative;
}

.request_section .container::before {
    content: "";

    position: absolute;
    width: 830px;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    top: -15%;
    left: 12.5%;
}

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

.request__content {
    margin-top: 20px;
}

.request__title {
    text-transform: uppercase;
}

.request__title-mobile {
    display: none;
    text-transform: uppercase;
}

.request__text {
    width: 350px;
}

.request__text p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

.request__form {
    display: flex;
    flex-direction: column;
}

.request__form label {
    font-size: 14px;
    margin-bottom: 4px;
}

.request__form input {
    padding: 11px 20px 10px 20px;
    width: 308px;
    background: none;
    border: 1px solid black;
    outline: none;
    font-family: neusaL;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
}

.request__form input:last-child {
    margin-bottom: 20px;
}

.request__btn {
    width: 350px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(198, 20, 47, 1);
    text-transform: uppercase;
    font-size: 20px;
    font-family: neusaR;
    border: none;
    color: white;
    cursor: pointer;
}

.request__map h4 {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    margin: 0;
    margin-right: 11px;
}

.request__map .mobile_map {
    display: none;
}

.yandex__map {
    margin-left: 35px;
    box-shadow: -8px 18px 25px 0px rgba(0, 0, 0, 0.2);
}

.mobile__map {
    display: none;
}

/*footer*/

footer {
    background: rgba(245, 245, 245, 1);
    box-shadow: 0px -4px 4px rgba(143, 143, 143, 0.15);
}

footer p {
    margin: 0;
}

.contact__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
    position: relative;
}

.contact__content::after {
    content: "";

    position: absolute;
    width: 1085px;
    height: 1px;
    background: rgba(202, 202, 202, 1);
    top: 100%;
    left: 0;
}


.contact__data-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 63px;
    margin-right: 63px;
}

.contact__data-content p {
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
}

/*modal slider*/
/* ******************** */

.owl-carousel {
    width: 100%;
    position: relative;
}

.owl-carousel img {
    width: 100%;
}

.owl-carousel .owl-dots {
    display: flex;
}

.owl-carousel .owl-stage-outer {
    width: 920px;
    margin: 0 auto;
}

.owl-carousel .owl-carousel .owl-item img {
    width: 920px !important;
}

.owl-carousel .owl-dots {
    justify-content: center;
}

.owl-carousel .owl-dot {
    padding: 0 10px;
    margin: 10.5px;
    width: 214px;
}

.owl-carousel .owl-prev {
    background: url('../images/cars/btn_prev.svg') no-repeat !important;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 36%;
}

.owl-carousel .owl-next {
    background: url('../images/cars/btn-next.svg') no-repeat !important;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 36%;
}

/* ******************** */