@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe Regular'), local('Circe-Regular'),
    url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Regular.woff2') format('woff2'),
    url('../fonts/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Bold.woff2') format('woff2'),
    url('../fonts/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'Circe', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
}
p{
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #202020;
}
b, strong{
    font-weight: 700;
}
h3{
    font-size: 30px;
    font-weight: 500;
    color: #141c26;
    margin-bottom: 40px;
}
html, body{
    width: 100%;
    height: 100%;
}
body{
    background-color: #f3f3f3;
}
.pl50{
    padding: 0 0 0 50px !important;
}
header{
    position: relative;
    overflow: hidden;
}
.nav-logo img, .footer-logo img{
    width: 100%;
    max-width: 249px;
}
.mob-menu-wrap{
    display: flex;
    padding-left: 95px;
}
.mob-menu{
    width: 100%;
    background-color: #1e1e25;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 160px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(40px);
    transition: all 0.2s ease;
}
.mob-menu.open{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s ease;
}
.mob-menu ul.big-menu{
    padding-left: 80px;
    border-left: 1px solid #ca2d36;
}
.mob-menu ul.big-menu li a{
    font-size: 62px;
    color: #f3f3f3;
    line-height: 1;
}
.mob-menu ul.small-menu{
    padding: 20px 0;
}
.mob-menu ul.small-menu li a{
    font-size: 36px;
    color: #f3f3f3;
    line-height: 1;
}
.mob-menu ul.small-menu li{
    margin-bottom: 80px;
}
.mob-menu ul li{
    margin-bottom: 55px;
}
.mob-menu ul li:last-child{
    margin-bottom: 0;
}
.mob-menu-contacts{
    padding-left: 42px;
    margin-top: 0;
    margin-left: 110px;
}
.mob-address a{
    font-size: 16px;
    color: #f3f3f3;
    margin-bottom: 25px;
    display: block;
    transition: opacity 0.3s ease;
}
.mob-address a:hover{
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.mob-phones{
    margin-bottom: 25px;
}
.mob-phones a{
    display: block;
    font-size: 16px;
    color: #f3f3f3;
    transition: opacity 0.3s ease;
}
.mob-phones a:hover{
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.mob-email a{
    font-size: 16px;
    color: #f3f3f3;
    transition: opacity 0.3s ease;
}
.mob-email a:hover{
    opacity: 0.75;
    transition: opacity 0.3s ease;
}

.home-header{
    min-height: 750px;
    width: 100%;
    position: relative;
    background-color: #1e1e25;
}
.header-ibg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.header-gr{
    background-image: url("../img/gradient.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.container{
    max-width: 1440px;
    width: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}
.header-nav{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
}
.nav-menu-wrap{
    min-width: 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu-wrap ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu-wrap ul li a{
    font-size: 16px;
    color: #fff;
}
.nav-menu-wrap ul li.current-menu-item a, .nav-menu-wrap ul li a:hover{
    color: #ca2d36;
}

.nav-menu-wrap ul li:not(:last-child){
    margin-right: 20px;
}
.banner-home{
    width: calc(100% - 250px);
    min-height: 385px;
    margin: 0 auto 60px;
    border-left: 1px solid #ca2d36;
    padding-left: 85px;
    position: relative;
    z-index: 3;
}
.banner-home h1{
    color: #fff;
    font-size: 62px;
    margin-bottom: 55px;
    line-height: 1;
    margin-left: -5px;
}
.banner-home.single-car-page h1{
    margin-bottom: 170px;
}
.head-title{
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    color: #70736f;
    font-size: 16px;
    margin-bottom: 15px;
}
.banner-text{
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    color: #dfe1de;
    font-size: 16px;
    max-width: 400px;
}

.header-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    position: relative;
    z-index: 3;
}
.header-bottom li:not(:last-child){
    margin-right: 70px;
}
.header-bottom li a{
    font-size: 32px;
    color: #fff;
    position: relative;
}
.header-bottom li a:hover:after, .header-bottom li.current-menu-item a:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #ca2d36;
    width: 28px;
    height: 2px;
}

/* burger */

.burger{
    width: 24px;
    height: 16px;
    display: block;
    margin-left: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger-menu{
    position: absolute;
    top: -70px;
    right: 20px;
}
.logo-mob{
    display: none;
    position: absolute;
    top: -102px;
    left: 35px;
}
.burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ca2d36;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
    top: 0;
}

.burger span:nth-child(2),.burger span:nth-child(3) {
    top: 7px;
}

.burger span:nth-child(4) {
    top: 14px;
}

.burger.open span:nth-child(1) {
    top: 5px;
    width: 0;
    left: 50%;
}

.burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
    top: 5px;
    width: 0;
    left: 50%;
}

.about{
    background: linear-gradient(to bottom, #e1e1e1 50%, #f3f3f3 50%);
    padding: 55px 0 70px;
}
.about-mob-img{
    display: none;
}
.about-bg{
    min-height: 555px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.about-info{
    padding: 50px 85px;
    background-color: #fff;
    width: 80%;
    position: relative;
    bottom: -40px;
    display: flex;
    justify-content: space-between;
}
.about-info-text{
    width: 57%;
}
.about-info-text p{
    font-size: 20px;
    color: #202020;
    margin-bottom: 25px;
}
.about-info-text p:last-child{
    margin-bottom: 0;
}
.about-title{
    font-size: 20px;
    color: #ca2d36;
    transition: all 0.3s ease;
}
.about-title:hover{
    opacity: .8;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.about-img{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36%;
}
.section-slider{
    padding: 25px 0 60px;
}
.slide {
    background: #fff;
    position: relative;
}
.auto-list .slide {
    margin-bottom: 35px;
    width: 48.5%;
}
.slide-img{
    display: block;
    overflow: hidden;
}
.slide-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide-img:hover img{
    transform: scale(1.05);
    transition: transform 0.6s ease;
}
.slide-img img{
    width: 100%;
    transition: transform 0.6s ease;
    display: block;
}
.slide-description{
    background-color: #fff;
    padding: 30px 35px 30px;
    position: relative;
}
button.slick-arrow {
    background-color: transparent;
    border: none;
}
button.slick-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 110px;
    cursor: url(../img/arrow_next.svg) 50 50,auto;
    right: -50px;
    z-index: 999;
}
button.slick-prev {
    position: absolute;
    right: 0;
    height: 100%;
    width: 110px;
    cursor: url(../img/arrow_prev.svg),auto;
    left: -50px;
    z-index: 999;
}

.title-prod, .title-prod a{
    margin-bottom: 40px;
    font-size: 28px;
    color: #555;
}
.info-prod{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-prod{
    font-size: 24px;
    color: #909090;
}
.link-prod{
    color: #ca2d36;
    font-size: 20px;
    transition: all 0.4s ease;
}
.link-prod:hover{
    opacity: .7;
    text-decoration: underline;
    transition: all 0.4s ease;
}
.bottom-menu{
    background-color: #e1e1e1;
}
.bottom-menu .header-bottom li a {
    color: #2b2b2b;
}
footer{
    padding: 70px 0 50px;
    background-color: #0b1324;
}
.footer-top{
    display: flex;
    justify-content: space-between;
}
.footer-phones a{
    display: block;
    font-size: 14px;
    color: #f3f3f3;
}
.footer-contacts{
    display: flex;
}
.footer-emails{
    margin-left: 70px;
}
.footer-emails a{
    font-size: 22px;
    color: #f3f3f3;
    line-height: 1;
}
.footer-address{
    margin-left: 70px;
}
.footer-address a{
    font-size: 12px;
    color: #f3f3f3;
    line-height: 1;
}
.footer-address a br{
    display: none;
}
.footer-social{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.soc-link{
    display: inline-block;
    margin-left: 10px;
    transition: opacity 0.3s ease;
}
.soc-link:hover{
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.footer-menu{
    display: flex;
    align-items: center;
}
.footer-menu li{
    margin-right: 20px;
}
.footer-menu li:last-child{
    margin-right: 0;
}
.footer-menu li a{
    color: #fff;
    font-size: 18px;
}
.footer-info{
    display: flex;
    justify-content: space-between;
    max-width: 375px;
}
.footer-rules, .footer-rules a{
    color: #f3f3f3;
    font-size: 14px;
    width: 49%;
    transition: opacity 0.3s ease;
}
.footer-rules a:hover{
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.footer-dis{
    color: #f3f3f3;
    font-size: 14px;
    width: 49%;
    text-align: right;
}
.footer-dis a{
    color: #ca2d36;
    font-size: 14px;
    transition: opacity 0.3s ease;
}
.footer-dis a:hover{
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.mob{
    display: none;
}

.page-header{
    min-height: 330px;
    position: relative;
}
.page-gr{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../img/gradient2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-home._page {
    min-height: 170px;
}
.header-page-ibg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.page-template-default .about-text{
    padding: 0 0 20px;
}
.about-text{
    padding: 20px 0;
}
.about-text-wrap{
    max-width: 950px;
    width: 100%;
    margin: auto;
}
.about-text-wrap p{
    font-size: 20px;
    color: #202020;
}
.about-text h2{
    font-weight: bold;
    font-size: 28px;
    color: #202020;
    margin: 50px 0 40px;
}
.about-text-image{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: calc( (100% - 1000px)/2);
}
.propose-text{
    margin-right: 40px;
    width: 470px;
}
.propose-text p{
    font-size: 20px;
    color: #202020;
    margin-bottom: 30px;
    line-height: 1.2;
}
.propose-text p:last-child{
    margin-bottom: 0;
}
.propose-text p strong{
    font-weight: bold;
    display: block;
}
.propose-images{
    width: calc(100% - 510px);
}
.propose-img{
    margin-bottom: 55px;
    width: 100%;
}
.images-carousel{
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.single-auto .images-carousel{
    padding: 0 0 40px;
}
.images-carousel a img{
    width: 100%;
    height: 100%;
}
.m0{
    margin: 0!important;
}
.slider-heading{
    max-width: 950px;
    margin: 50px auto;
    border-top: 1px solid #ca2d36;
    padding-top: 70px;
}
.slider-heading h2{
    font-weight: bold;
    font-size: 28px;
    color: #a1a0a0;
}
.contacts-wrap{
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0 35px;
}
.contacts-info{
    width: 46%;
}
.contacts-form{
    width: 44%;
    background-color: #1e1e25;
    padding: 35px 55px;
}
.form-title{
    font-size: 28px;
    color: #f3f3f3;
    margin-bottom: 30px;
}
.contacts-form form{
    width: 100%;
}
.input{
    width: 100%;
    height: 55px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 18px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.input::placeholder{
    font-size: 20px;
    color: #70736f;
}
.accept{
    color: #8c8e8b;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
}
.accept a{
    color: #8c8e8b;
    font-size: 12px;
    text-decoration: underline;
}
.accept a:hover{
    text-decoration: none;
}
.accept:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 2px solid #d1d0d0;
    top: -1px;
    left: 0;
}
.accept.active:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #d1d0d0;
    top: 3px;
    left: 4px;
}
.accept input[name="accept"]{
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 2px;
    cursor: pointer;
}
.accept label{
    cursor: pointer;
}
.submit{
    color: #ca2d36;
    margin-top: 10px;
    background: transparent;
    padding: 5px 25px;
    display: block;
    border: 1px solid transparent;
    pointer-events: none;
    cursor: not-allowed;
    font-size: 24px;
}
.submit.active{
    pointer-events: auto;
    cursor: pointer;
}
.submit:hover{
    border: 1px solid #ca2d36;
    border-radius: 2px;
    cursor: pointer;
}
.cars-description{
    display: none;
}
.map-wrap{
    width: 100%;
    height: 720px;
    margin-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-title{
    font-size: 20px;
    color: #202020;
    margin-bottom: 15px;
}
.contact-value{
    font-size: 28px;
    color: #202020;
    font-weight: bold;
}
.contact-value a{
    font-size: 20px;
    color: #202020;
    font-weight: normal;
    text-decoration: underline;
}
.contact-value a:hover{
    text-decoration: none;
}
.contact-item:not(:last-child){
    margin-bottom: 50px;
}
.contact-value a.contact-link{
    font-size: 28px;
    color: #202020;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
.contact-value a.contact-link:hover{
    opacity: 0.8;
    text-decoration: underline;
}
.autos{
    background-color: #f3f3f3;
    padding: 20px 0;
}
.sort{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    font-size: 16px;
    color: #70736f;
}
.sort-items{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}
.sort-item{
    margin-right: 8px;
    position: relative;
    font-size: 16px;
    color: #70736f;
    cursor: pointer;
}
.sort-item.active{
    color: #ca2d36;
    cursor: auto;
    pointer-events: none;
}
.sort-item:after{
    content: '/';
    font-size: 16px;
    color: #70736f;
    margin-left: 8px;
}
.sort-item:last-child:after{
    display: none;
}
.sort-item:last-child{
    margin-right: 0;
}
.auto-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.auto{
    width: 49%;
    margin-bottom: 30px;
    background-color: white;
}
.auto img{
    width: 100%;
}
.car-form{
    padding: 30px 0 100px;
}
.car-form-title{
    font-size: 28px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 30px;
    text-align: center;
}
.car-form form{
    width: 100%;
    max-width: 630px;
    margin: auto;
}
.input-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input-wrap .wpcf7-form-control-wrap{
    width: 48%;
}
.input-wrap .input{
    border: 2px solid #d1d0d0;
    color: #d1d0d0;
}
.car-form form .submit {
    margin-top: 25px;
}
.car-price{
    font-size: 36px;
    color: #909090;
    margin-bottom: 35px;
    line-height: 1;
}
.breadcrumbs a{
    font-size: 16px;
    color: #f3f3f3;
}
.breadcrumbs span{
    font-size: 16px;
    color: #70736f;
}
.single-car-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url('../img/car_page_gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.car-characteristic{
    background-color: #1e1e25;
}
.car-characteristic-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 115px 0 55px 85px;
    width: calc(100% - 250px);
    margin: auto;
}
.c-value{
    font-size: 62px;
    line-height: 1;
    color: #f3f3f3;
    margin-bottom: 25px;
}
.c-name {
    font-size: 16px;
    color: #70736f;
}
.banner-home._page.single-car-page {
    margin: 0 auto;
}
.p0 {
    padding: 0 !important;
}
.single-carousel{
    padding: 0 0 ;
}
.car-info-wrap{
    padding-top: 70px;
}
.manager{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.manager-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    padding: 4px;
    margin-right: 20px;
}
.manager-img img{
    width: 100%;
    border-radius: 50%;
}
.manager-name{
    color: #70736f;
    font-size: 20px;
}
.manager-phone{
    font-size: 37px;
    color: #5e5e66;
    display: inline-block;
}
.manager-wrap{
    width: 44%;
}
.manager-wrap .contacts-form {
    width: 100%;
}
.car-text{
    width: 46%;
}
.car-text-item{
    margin-bottom: 35px;
}
.car-text-item:last-child{
    margin-bottom: 0;
}
.car-text-item h3{
    font-size: 28px;
    color: #202020;
    font-weight: bold;
    margin-bottom: 20px;
}
.car-text-item p{
    font-size: 16px;
    color: #202020;
}
.car-information {
    max-width: 950px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0 0;
}
.single-car .page-header {
    background-color: #1e1e25;
}

.slick-slide{
    margin: 0 15px!important;
}
main{
    overflow: hidden;
}
.slick-list{
    overflow: visible !important;
}
.nothing{
    text-align: center;
    color: #ca2d36;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin: -15px 0 20px !important;
}
form.invalid .wpcf7-response-output {
    border-color: #ca2d36 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: -15px 0 0 !important;
    font-size: 15px;
}
.contacts-form .wpcf7 form .wpcf7-response-output {
    color: #f3f3f3;
}
.header-mob_ibg{
    display: none;
}
.title-form{
    font-size: 36px;
    color: #f3f3f3;
    margin-bottom: 25px;
}

.scrollmenu{
    position: fixed;
    right: -30px;
    top: 88px;
    z-index: 30;
    opacity: 0;
    transition: all 0.8s ease;
}
.addhamb{
    right: 50px;
    opacity: 1;
    transition: all 0.8s ease;
}
.map-wrap{
    width: 100%;
    height: 600px;
}
.map-wrap iframe{
    width: 100% !important;
    height: 100%;
}