@font-face {
    /* font-family: 'gilroy';
    font-weight: 500;*/
    font-family: 'gilroy';
    src: url('../fonts/gilroy-semibold.eot');
    src: url('../fonts/gilroy-semibold.eot') format('embedded-opentype'),
        url('../fonts/gilroy-semibold.woff') format('woff'),
        url('../fonts/gilroy-semibold.ttf') format('truetype'),
        url('../fonts/gilroy-semibold.svg#AA-Arial') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    /* font-family: 'gilroy';
    font-weight: 900;*/
    font-family: 'gilroy';
    src: url('../fonts/gilroy-bold.eot');
    src: url('../fonts/gilroy-bold.eot') format('embedded-opentype'),
        url('../fonts/gilroy-bold.woff') format('woff'),
        url('../fonts/gilroy-bold.ttf') format('truetype'),
        url('../fonts/gilroy-bold.svg#AA-Arial') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /*font-family: 'gilroy-thin';*/
    font-family: 'gilroy';
    src: url('../fonts/gilroy-thin.eot');
    src: url('../fonts/gilroy-thin.eot') format('embedded-opentype'),
        url('../fonts/gilroy-thin.woff') format('woff'),
        url('../fonts/gilroy-thin.ttf') format('truetype'),
        url('../fonts/gilroy-thin.svg#AA-Arial') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'gilroy';
    font-weight: 500;*/
    font-family: 'gilroy';
    src: url('../fonts/gilroy-medium.eot');
    src: url('../fonts/gilroy-medium.eot') format('embedded-opentype'),
        url('../fonts/gilroy-medium.woff') format('woff'),
        url('../fonts/gilroy-medium.ttf') format('truetype'),
        url('../fonts/gilroy-medium.svg#AA-Arial') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-regular.eot');
    src: url('../fonts/gilroy-regular.eot') format('embedded-opentype'),
        url('../fonts/gilroy-regular.woff') format('woff'),
        url('../fonts/gilroy-regular.ttf') format('truetype'),
        url('../fonts/gilroy-regular.svg#AA-Arial') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {

    /* font-family: 'gilroy';
    font-weight: 900;*/
    font-family: 'gilroy';
    src: url('../fonts/gilroy-black.eot');
    src: url('../fonts/gilroy-black.eot') format('embedded-opentype'),
        url('../fonts/gilroy-black.woff') format('woff'),
        url('../fonts/gilroy-black.ttf') format('truetype'),
        url('../fonts/gilroy-black.svg#AA-Arial') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Montserrat';
    font-weight: 900;*/
    font-family: 'Montserrat';

    src: url('../fonts/Montserrat-black.eot');
    src: url('../fonts/Montserrat-black.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-black.woff') format('woff'),
        url('../fonts/Montserrat-black.ttf') format('truetype'),
        url('../fonts/Montserrat-black.svg#AA-Montserrat-black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    /* font-family: 'Montserrat';
    font-weight: 500;*/
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#AA-Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    /*font-family: 'Montserrat-Regular';*/
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#AA-Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RoadNumbers';
    src: url('../fonts/roadnumbers2.0-webfont.woff2') format('woff2'),
        url('../fonts/roadnumbers2.0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    border: 1px;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;

}

body {
    font-family: 'gilroy';
    margin: 0;
    padding: 0;
    background: #fff;
}

img {
    max-width: 100%;
}

input:focus {

    outline: none;
}

input {
    border: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

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

.special-offers-button button img {
    width: auto;
    height: auto;
    max-width: 20px;
}

.clear {
    clear: both;
}

.container {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
}


.menu-drop {
    position: absolute;
    bottom: unset;
    top: unset;
    display: none;
    text-align: center;
    padding: 20px 0;
    z-index: 11;
}

.menu-drop ul li a {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    padding: 10px;
    font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #686868;
    text-align: center;
    justify-content: flex-start;
    transition: all 0.3s ease-in-out;
}

.menu-drop ul li a:hover {
    background: #f8f8f8;
    color: #242321;
}

.menu-drop.is1 {
    left: -10px;
}

.menu-drop.is2 {
    left: 0;
}

.menu-drop.is3 {
    left: -36px;
}


.menu-drop ul li a:hover {
    color: #242321;
    transition: 0.6s;
}

.menu-drop ul {
    width: 190px;
}


.menu-drop ul {
    /* text-align: center; */
    padding: 17px 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(36, 35, 33, 0.07);
}

.header-li:hover .menu-drop {
    display: block;
}

.header-li2:hover .menu-drop {
    display: block;
}

.header-li3:hover .menu-drop {
    display: block;
    transition: 0.3s;
}

/*BURGER*/

/*.mt-munu-mb {
padding: 0 0 0 0;
margin: 56px 0 -56px;
}*/

.burger {
    position: relative;
    /*top: -99px;
left: 0;*/
    color: #BD30BC;
    cursor: pointer;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    width: 30px;
    height: 30px;
}

.burger span:nth-of-type(1) {
    display: block;
}

.burger span:nth-of-type(2) {
    display: none;
}

.burger.burger-open {
    position: fixed;
    left: 5px;
    top: 20px;
}

.burger.burger-open span:nth-of-type(1) {
    display: none;
}

.burger.burger-open span:nth-of-type(2) {
    display: block;
}

.body-open {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.mt-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    padding: 60px 0 0 0;
    margin: 0;
    background-color: #fff;
    transition: 0.3s ease all;
    clip-path: circle(100%);
    box-sizing: border-box;
    overflow: hidden;
}

.mt-mobile>.container {
    position: relative;
    height: calc(100vh - 60px);
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}


.mt-mobile.nav-open {
    clip-path: circle(0px at 100% 0px);
}

.burger-li {
    padding: 22px 0;
}

.burger-li a {
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    color: #DF87DF;
}

.burger-li2 {
    padding: 22px 0;
}

.burger-li2 a {
    font-family: 'Quantico-Bold';
    text-decoration: none;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}


/*ACCARDION*/


.accordion {
    list-style: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.accordion__item {
    margin-bottom: .8rem;
    transition: all .2s linear;
}

.mt-munu-mb .accordion__item {
    margin-bottom: 0;
}

.accordion__item.open {}

.accordion__item__head {
    padding: 1rem 10px 1rem 0;
}

.accordion__item__head:active {
    background: #F8F8F8;
}

.accordion__item__head {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;

}

.accordion__item__head a {
    color: #242321;
    text-decoration: none;
}

.accordion__item__head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.accordion__item__head img {
    pointer-events: none;
    transition: transform .3s linear;
    transform: rotate(-90deg)
}

.accordion__item.open .accordion__item__head img {
    transform: rotate(0deg);
}

.accordion__item.open .accordion__item__head {
    background: #F8F8F8;
}

.accordion__item__body {
    display: none;
    font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;
    padding: 1rem;

}

ul.menu-acord li {
    margin: 0 0 16px;
    font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;
}

ul.menu-acord li a {
    color: #242321;
    text-decoration: none;
}


.accordion__item.open .accordion__item__body {
    padding: 1rem;
    /* height: auto;*/
}

.accordion__item__body>*:not(:first-child) {
    margin-top: .8rem;
}

.accordion__item__body p {
    font-size: .9rem;
    line-height: 1.3;
}



.special-offers {
    padding: 13px 0;
    background: #242321;
}

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

.special-offers-ttitle {
    padding: 0 27px 0 0;
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.special-offers-button {
    margin: 0 0 -3px 0;
}

.mob-cont {
    margin: 23px 0 0;
    border-top: 1px solid #0088cf;
}

.header2-link-mob a {
    display: flex;
    align-items: self-end;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #242321;
}

.header2-li a .heder-aarow img+img {
    display: none;
    padding: 3px 0 0 10px;
}

.header2-li a:hover .heder-aarow img {
    display: none;
}

.header2-li a:hover .heder-aarow img+img {
    display: block;
}

.header-block-mob {
    margin: 20px 0;
}

.header2-link-mob a img {
    padding: 10px 10px 0 0;
}

/*header*/

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

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.phone-mob {
    margin: 14px 57px 10px 0;
    display: none;
}

@media (max-width: 480px) {
    .phone-mob {
        margin-right: 10px;
    }
}

.header-logo-text {
    padding: 0 0 0 16px;
}

.header-logo-title {
    font-family: 'gilroy';
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #242321;
}

.header-logo-siptitle {
    padding: 3px 0 0 0;
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #989898;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-block {
    padding: 0 0 0 25px;
}

.header-right-title {
    display: flex;
    align-items: center;
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #242321;
}

.header-right-title img {
    padding: 0 5px 0 0;
}

.header-right-title2 img {
    padding: 0 5px 0 0;
}

.header-link {
    padding: 0 0 0 35px;
}

.header-link a:hover {
    color: #0088cf;
}

.header-link a {

    font-size: 14px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #989898;
}

.header-right-title2 {
    display: flex;
    align-items: center;
    font-family: 'gilroy';
    font-weight: 900;
}

.header-right-title2 a {
    font-size: 20px;
    line-height: 26px;
    color: #242321;
    text-decoration: none;
}

.header-right-title2 a:hover {
    color: #0088CF;
}


/*header2*/

.header2 {
    padding: 19px 0;
    background: #F5F5F9;
}

.header2-wrap {
    display: flex;
    align-items: center;
}

.header2-ul {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.header2-li {
    padding: 0 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .header2-li {
        padding: 0 15px;
    }
}

.header2-li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'gilroy';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #242321;
}

.header2-li a img {
    padding: 0 0 0 10px;
}

.header2-li a:hover {
    color: #0088CF;
}

.header2-link {
    padding: 0 0 0 30px;
    border-left: 1px solid #C4C4C4;
}

.header2-link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'gilroy';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #242321;
}

.header2-link a:hover {
    color: #0088CF;
}


.header2-link a img {
    padding: 0 8px 0 0;
}

/*work*/

.work {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.work-bg {
    position: absolute;
    top: -10%;
    right: 0;
    z-index: -1;
}

@media (max-width: 980px) {
    .work-bg {
        display: none;
    }
}

.worck-big-bg-is {
    display: none;
}


.work-title {
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 42px;
    line-height: 52px;
    color: #242321;
    margin: 40px 0 0;
}

.work-title span {
    color: #0088CF;
}

.work-suptitle {
    padding: 19px 0 0 0;
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #989898;
    text-align: left;
}

.work-link {
    padding: 74px 0 0 0;
}

.work-link a {
    text-decoration: none;
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    background: #0088CF;
    border-radius: 5px;
    width: 26%;
    padding: 18px 35px;
}

.work-link a:hover {
    opacity: 0.7;
}

.work-title2 {
    padding: 90px 0 0 0;
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 65px;
    color: #242321;
    text-align: left;
}

@media (max-width: 480px) {
    .work-title2 {
        padding-top: 40px;
    }
}

.work-suptitle2 {
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #242321;
}

.work-wrap {
    margin: 123px -15px -30px;
    padding: 34px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.work-block {
    width: calc(100%/3);
    padding: 0 15px;
    margin: 0 0 30px;
}

@media (max-width: 1024px) {
    .work-block {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .work-block {
        width: 100%;
    }
}

.work-block-title.is {
    color: #fff;
}

.work-block-suptitle.is {
    color: #fff;
}


.work-border {
    padding: 40px 30px 42px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.work-block-title {
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #242321;
}

.work-block-suptitle {
    padding: 8px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #242321;
}

.work-border2 {
    background: #0088cf;
    border-radius: 5px;
    padding: 38px 62px 42px;
    width: auto;
    min-height: 100%;
}

.work-block-title2 {
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.work-block-suptitle2 {
    padding: 8px 0 0 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

/*we-coming*/

.we-coming {
    padding: 49px 0 80px 0;
    background: #F5F5F9;
}

@media (max-width: 480px) {
    .we-coming {
        padding: 40px 0;
    }
}

.we-coming-title {
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 29px;
    line-height: 65px;
    color: #242321;
}

.we-coming-wrap {
}

.we-coming-block {
    width: 50%;
}

.we-coming-block-wrap {
    align-items: start;
    display: flex;
    padding: 17px 0 0 0;
    font-size: 18px;
    line-height: 36px;
    color: #242321;
}

@media (max-width: 480px) {
    .we-coming-block-wrap {
        font-size: 16px;
    }
}

.we-coming-block-wrap img {
    padding: 5px 20px 0 0;
}

@media (max-width: 480px) {
    .we-coming-block-wrap img {
        padding-right: 10px;
    }
}

/*buy-cars*/

.buy-cars {
    padding: 80px 0;
}

@media (max-width: 480px) {
    .buy-cars {
        padding: 40px 0;
    }
}

.buy-cars-title {
    font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    color: #242321;
    margin: 0;
}


.buy-cars-title span {
    color: #0088CF;
}

.buy-cars-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #F5F5F9;
    border: 1px solid #0088CF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 2px 34px 20px;
}

.buy-cars-block {
    margin: 19px 10px 0px 25px;
    width: 45%;
}
.txt-blue {
    color: #0088CF;
}
.buy-cars-block-wrap:before {
    position: absolute;
    left: -36px;
    top: 0;
    content: "";
    background: url(../images/we-coming-img.svg) left top no-repeat;
    width: 30px;
    height: 30px;
}


.buy-cars-block-wrap {
    position: relative;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 18px;
    color: #242321;

    text-align: left;
}

.buy-cars-block-wrap span {
    padding: 0 5px 0 5px;
    color: #0088CF;
}

.buy-cars-block-wrap b {
    color: #0088CF;
}

.buy-cars-block-wrap img {
    padding: 0 16px 0 0;
}

.buy-cars-inner {
    padding: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.buy-cars-inner-block {
    width: 33.33333%;
    padding: 30px 20px 0 0;
}

.buy-cars-inner-wrap {
    display: flex;
}

.buy-cars-inner-text {
    padding: 0 0 0 19px;
}

.buy-cars-inner-title {
    min-height: 52px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #242321;
}

.buy-cars-inner-suptitle {
    padding: 10px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #242321;
}

/*special-offers*/

.special-offers {
    padding: 13px 0;
    background: #242321;
}

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

.special-offers-ttitle {
    padding: 0 27px 0 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FCEC4F;
}

.special-offers-button {
    margin: 0 0 -3px 0;
}

/*header*/

@media (max-width: 480px) {
    .header {
        box-shadow: 0px 4px 15px #F5F5F9;
    }
}

.cars-bl {
    background: url("../images/logo-car1.png")left top no-repeat;
    height: auto;
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 36px 30px;
    position: relative;
    margin: 0 0 75px;
}

.cors-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(36, 35, 33, 0.53);
}

.cars-text {
    z-index: 1;
    background: #0088CF;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
     font-family: 'gilroy';
    font-weight: 700;
    padding: 25px;
}

.ranson-tit {
    padding: 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}

.ranson-tit span {
    color: #0088CF;
    font-size: 30px;
    line-height: 40px;
}

.ranson-text {
    padding: 20px 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.ransom-bl {
    margin: 0 0 50px;
}

.ransos-is-icon {
    display: flex;
    margin: 0 0px 20px;
    flex-wrap: wrap;
    justify-content: start;
    width: 23%;
}

.ranson-icon {
    margin: 0 14px 0;
    width: 14%;
}

.ranson-icon-tit {
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.ranson-text-icon {
    margin: 0 15px 20px;
    width: 60%;
}


.many-cars-bl {
    background: url(../images/cars-img.png)right center no-repeat #F5F5F9;
    padding: 20px;
}

.many-tit {
    padding: 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 0;
}

.many-tit span {
    color: #0088CF;
    font-size: 30px;
    line-height: 40px;
}

.many-text {
    padding: 20px 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 45px;
}


.many-work-car-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
}

.many-worc-car-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #989898;
}

.many-icons-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -8px 60px -8px;
}

.many-icons-is {
    border: 1px solid #0088CF;
    margin: 0 8px 16px;
    text-align: center;
    padding: 44px 20px;
    background: #fff;
    width: 224px;
}

.many-work-car {
    margin: 0 0 80px;
}

.many-icon-tit {
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px;
}

.many-icon-img {
    margin: 0 0 15px;
}


.video-hov {
    position: absolute;
    left: 0;
    top: 0;
    background: #82707000;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36' cy='36' r='36' fill='%230088CF'/%3E%3Cg clip-path='url(%23clip0_509_2)'%3E%3Cpath d='M45.5594 36.5228L32.682 28.2237C31.9181 27.8123 31.043 27.855 31.043 29.3327V45.6747C31.043 47.025 31.9818 47.2385 32.682 46.7837L45.5601 38.4846C46.0895 37.9423 46.0895 37.0644 45.5594 36.5228Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_509_2'%3E%3Crect width='19' height='19' fill='white' transform='translate(29 28)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 72px;
    background-position: center;
    transition: 0.3s;
}

.video-hov:hover {
    background-color: #0000004f;
    cursor: pointer;
    transition: 1s;
}

.video-is {
    display: block;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.video-is img {
    display: block;
    height: auto;
}

.video-is::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -0.78%, rgba(0, 136, 207, 0.4) 99.22%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    content: '';
}



.vidio-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 65px 0 65px;
}

.video-sp {
    color: #0088CF;
    font-size: 18px;
    display: inline;
}

.video-text-bl span {
    color: #0088CF;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
}

.video-text-bl span {
    color: #0088CF;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
}

.video-but a {
    background: #0088CF;
    border-radius: 5px;
    padding: 15px 28px;
    color: #fff;
    text-decoration: none;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
}

.video-but a:hover {
    opacity: 0.9;
}

span.video-texts {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    color: #000;
    display: block;
    margin: 20px 0;
}


.advanted-bl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #0088CF;
    padding: 15px;
    justify-content: space-between;
    margin: 0 0 80px;
    background: #F5F5F9;
}

.advanted-is {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    align-items: center;
    width: 45%;
}

.advanted-icon {
    margin: 0 20px 0;
}

@media (max-width: 480px) {
    .advanted-icon {
        margin-left: 0;
    }
}

.advanted-icon img {
    width: 50px;
    height: 50px;
}

.advanted-text {
    width: 91%;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    ;
}

.advanted-text span {
    color: #0088CF;
}

.shop-cars-tit-in {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #242321;
    margin: 20px 0 40px;
}

.shop-cars-in-bl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 60px;
}

.shop-cars-in-but a {
    display: inline-block;
    vertical-align: baseline;
    background: #0088cf;
    padding: 15px 20px;
    text-decoration: none;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 5px;
}

.shop-cars-in-but a:hover {
    opacity: 0.9;
}

.shop-cars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 50px;
}

.shop-cars.catalog-section {
    margin: 0 -30px 50px;
}

@media (max-width: 1366px) {
    .shop-cars.catalog-section {
        margin: 0 -25px 50px;
    }
}


@media (max-width: 767px) {
    .shop-cars {
        justify-content: center;
    }

    .shop-cars.catalog-section {
        margin: 0 -15px 50px;
    }
}

.shop-cars-img {
    position: relative;
    padding-bottom: 55%;
}

.shop-cars-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.shop-cars-vin {
    position: absolute;
    left: 8px;
    top: 10px;
    width: 146px;
    background: rgba(252, 236, 79, 0.77);
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 30px;
    padding: 3px 10px
}

.shop-cars-vin-2 {
    position: absolute;
    left: 8px;
    top: 57px;
    width: 146px;
    background: rgba(252, 236, 79, 0.77);
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    line-height: 30px;
    padding: 3px 10px
}

.shop-cars-img-but a {
    position: absolute;
    right: 8px;
    top: 17px;
    display: block;
    background: #0088CF;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    border-radius: 5px;
}

.shop-cars-img-but a:hover {
    opacity: 0.9;
}

.shop-cars-tit-is {
    margin: 10px;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #0088CF;
}

.shop-cars-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #242321;
    margin: 10px;
}

.shop-cars-is {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100%/3 - 20px);
    min-height: 100%;
    margin: 0 10px 20px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 136, 207, 0.11);
    box-shadow: 0px 5px 15px rgba(0, 136, 207, 0.11);
}

@media (max-width: 991px) {
    .shop-cars-is {
        width: calc(100%/2 - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .shop-cars-is {
        width: 386px;
        max-width: 100%;
    }
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .product-item {
        width: 386px;
        max-width: 100%;
    }
}

.shop-cars-but {
    margin-top: auto;
}

.shop-cars-table-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #242321;

}

.shop-cars-table-is-tit {
    font-style: normal;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 3px 8px;
    color: #242321;
}

@media (max-width: 1023px) {
    .shop-cars-table-is-tit {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.2;
    }
}


.shop-cars-table-is-text {
    box-sizing: border-box;
    font-style: normal;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
}

@media (max-width: 1023px) {
    .shop-cars-table-is-text {
        font-size: 14px;
        line-height: 1.2;
    }
}

.shop-cars-table-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #242321;
    margin: 4px 10px;
}

.shop-cars-table-is {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .shop-cars-table-is {
        margin: 0 0 15px;
    }
}

.shop-cars-text {
    margin: 0 0 30px;
}

.shop-cars-but a {
    background: #0088CF;
    border-radius: 0px 0px 5px 5px;
    padding: 20px 10px;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.shop-cars-but a:hover {
    opacity: 0.9;
}

.shop-cars-cat-but {
    text-align: center;

    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

.shop-cars-cat-but a {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    color: #0088CF;
    padding: 15px;
    width: 254px;
    display: block;

    text-decoration: none;
    border: 1px solid #0088CF;
    border-radius: 5px;
}

.shop-cars-cat-but a:hover {
    opacity: 0.6;
}

.forms-cars-bl {
    position: relative;
    display: flex;
    background: #F5F5F9;
    border-radius: 5px;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .forms-cars-bl {
        margin-bottom: 0;
    }
}

.forms-buttom {
    background: #f5f5f9;
    padding: 72px 0;
}

.forms-cars-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 50px;
}

.forms-cars-tit span {
    font-size: 30px;
    color: #0088CF;
}

.forms-text-is ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 60px;
    padding: 15px 0 5px 0;
    font-family: gilroy-medium;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
}

.forms-text-is ol li {
    position: relative;
    margin: 0 0 53px;
    padding: 0 0 10px 0;
    z-index: 1;
}

.forms-text-is ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -28px;
    width: 50px;
    color: #d5e7f4;
    text-align: center;
    font-size: 87px;
     font-family: 'gilroy';
    font-weight: 900;
    z-index: -1;
}





.form-cars-input {
    display: flex;
    align-items: center;
}

div#application_md input#application_input-is,
.application_md input.application_input-is {
    width: 20%;
    margin: 0;
    background: #fff !important;
    border: 1px solid #000 !important;
}

.form-cars-input input[type="checkbox"] {
    display: none;
}

.form-cars-input label {
    cursor: pointer;
    line-height: 35px;
    position: relative;
    margin: -20px 0 0;
    z-index: 0;
}

.form-cars-input label:before {
    content: "";
    display: flex;
    margin-right: 15px;
    text-indent: 0px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 35px;

}


.form-cars-input input:checked+label:before {
    content: "";
    background: url(../images/li-is.png)left 0px no-repeat #fff;
}

.form-cars-input input:disabled+label:before {
    background: #eee;
    color: #aaa;
}


.form-cars-input span {
    margin: 0 42px 10px 0;
    color: #242321;
}

.form-cars-input span a {
    color: #242321;
    text-decoration: none;
}

.form-cars-input input[type="checkbox2"] {
    display: none;
}




input#application_sumbit:hover,
.application_sumbit input:hover {
    opacity: 0.9;
}

input#checkbox-id {
    display: none;
}

input#checkbox-id2 {
    display: none !important;
}

input#checkbox-id {
    display: none !important;
}

.reseve-bl {
    background: #F5F5F9;
    border-radius: 5px;
    padding: 70px 30px 85px;
    margin: 0 0 70px;
}

@media (max-width: 991px) {
    .reseve-bl {
        margin-top: 50px;
    }
}

/*---------------------------*/

.tit-cars {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
}


* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;

}

.cars-text {
    z-index: 1;
    background: #0088CF;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
     font-family: 'gilroy';
    font-weight: 700;
    padding: 25px;
}

.cars-text.catalog {
    background: url(../images/icon-catalog.png)left -5px no-repeat #0088CF;
    width: 38%;
    padding: 30px 10px 30px 104px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}


.ranson-tit {
    padding: 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
}

.ranson-tit span {
    color: #0088CF;
    font-size: 30px;
    line-height: 40px;
}

.ranson-text {
    padding: 20px 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.ransom-bl {
    margin: 0 0 50px;
}


.ranson-icon-bl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px 20px;
    justify-content: space-between;
}


.ranson-icon {
    margin: 0 14px 0;
}

.ranson-icon-tit {
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.ranson-text-icon {
    margin: 0 0 20px;
}


.many-cars-bl {
    background: url(../images/cars-img.png)right center no-repeat #F5F5F9;
    padding: 20px;
}


.many-tit {
    padding: 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
}



.many-text {
    padding: 20px 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 45px;
}


.many-work-car-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
}

.many-worc-car-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #989898;
}

.reseve-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #242321;
    margin: 0;
}

.reseve-tit span {
    color: #0088CF;
}

.reseve-tit-2 {
    color: #0088CF;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 15px;
}

.resrve-annos {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #242321;
    margin: 0 0 40px;
}

.reseve-table-bl {
    display: flex;
    flex-wrap: wrap;
}

.reseve-table-is {
    width: 23%;
    margin: 0 20px 10px 0;
}

.reseve-table-tit {
    position: relative;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 45px;
    color: #242321;
    margin: 0 0 25px 16px;
}

.reseve-table-tit:before {
    position: absolute;
    ;
    top: -9px;
    left: -18px;
    content: "";
    background: rgba(0, 136, 207, 0.15);
    border-radius: 3px;
    width: 58px;
    height: 58px;
}

.reseve-table-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #242321;
    margin: 0 0 10px;
}
.reseve-bl a[href^='tel:'],
.reseve-table-num {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    color: #242321;
    text-decoration: none;
}

.reseve-but a {
    display: inline-block;
    background: #0088CF;
    border-radius: 5px;
    padding: 15px 28px;
    color: #fff;
    text-decoration: none;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
}
.reseve-but a:hover {
    opacity: 0.9;
}


.then-bl {
    background: url(../images/then-img.png)left top no-repeat;
    margin: -60px 0 50px;
}

@media (max-width: 480px) {
    .then-bl {
        margin-top: 0;
    }
}


.then-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    padding: 91px 0 0;
    margin: 0 0 60px;
}

.then-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.then-text-is {
    position: relative;
    width: 25%;
    margin: 0 20px 25px 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #242321;
}

.then-text-is span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #0088CF;
}

.then-text-is:before {
    position: absolute;
    right: -115px;
    top: 10px;
    content: "";
    background: url(../images/arrow-is.png)left top no-repeat;
    width: 99px;
    height: 14px;
}

.then-text-is:last-child:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: none;
    width: auto;
    height: auto;
}


.then-text-is.cols-2:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: none;
    width: auto;
    height: auto;
}

.slider-bl {
    margin: 0 0 90px;
}

.slider-text-bl {
    width: 40%;
    padding: 15px;
}

.slider-is {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 85%;
    border: 1px solid #0088CF;
    border-radius: 3px;
}

.slider-img img {
    width: 100%;
    height: 100%;
}

.slider-is__video {
    position: relative;
}

.slider-is__video.playing .slider-is__video-controls {
    display: none;
}

.slider-is__video video {
    object-fit: cover;
    height: 100%;
}

@media (max-width: 991px) {
    .slider-is__video video {
        width: 100%;
    }
}

.slider-is__video-controls {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-is__video-controls-play {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0088CF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.slider-is__video-controls svg {
    width: 20px;
    height: 20px;
}

.slider-is__video-controls-play-text {
    font-size: 13px;
    color: #fff;
     font-family: 'gilroy';
    font-weight: 500;
}

.slider-tit span {
    color: #0088CF;
}

.slider-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 40px 95px;
}


.slider-tit-table {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #242321;
}

.slider-table-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #242321;
    margin: 0 5px 0 0;
}

.slider-table-is {
    margin: 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-size: 14px;
}

.slider-rev {
    margin: 25px 0 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-size: 14px;
}

.slider-rev span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    line-height: 22px;
    color: #242321;
}

.slider-table-is span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    color: #242321;
    margin: 0 0 0 5px;
    line-height: 23px;
}

.condit-is {
    background: #F5F5F9;
    padding: 20px;
    border: 1px solid #0088CF;
    border-radius: 3px;
    margin: 0 0 50px;
}

.condit-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.condit-icon {
    width: 13%;
}
.condit-icon img {
    height: auto;
}

.condit-icon-text {
    width: 20%;
    margin: 0 20px 0 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #242321;
}

.condit-text-is {
    width: 65%;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #242321;
}

.condit-bl {
    margin: 0 0 55px;
}

.condit-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    margin: 0;
}

.condit-tit span {
    color: #0088CF;
    ;
}


.condit-work-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    color: #242321;
    margin: 0 0 20px;
}

.condit-work-tit span {
    color: #0088CF;

}

.condit-work-text-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    color: #242321;
    margin: 0 0 25px;
}

.condit-work-text-is {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #242321;
    margin: 0 0 35px;
}

ul.condit-work-ben li {
    position: relative;
    margin: 0 0 27px 28px;

}


ul.condit-work-ben li:before {
    position: absolute;
    left: -32px;
    top: 0;
    content: "";
    background: url(../images/check.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

ul.condit-work-ben {
    line-height: 24px;
    margin: 0 0 40px;
    color: #242321;
    font-size: 16px;
}


.table {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.table-caption {
    display: table-caption;
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.table-colgroup {
    display: table-column-group;
}

.table-col {
    display: table-column;
}

.table-thead {
    display: table-header-group;
}

.table-tbody {
    display: table-row-group;
}

.table-tfoot {
    display: table-footer-group;
}

.table-tr {
    display: table-row;
    background: #F5F5F9;
}

.table-th {
    display: table-cell;
    padding: 10px;
    text-align: left;
    border: 1px solid #fff;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

.table-td {
    display: table-cell;
    padding: 25px 20px;
    border-left: 1px solid #f5f5f9;
}

.table-td:last-child {
    border-right: 1px solid #fff;
}

.table-thead .table-th,
.table-thead .table-td {
    background: #0088CF;
    color: #fff;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 25%;
}

.table-tr:nth-child(2n) {
    background: #fff;
}

.table-tr:last-child {
    background: #fff;
}

.table-th,
.table-tr:nth-child(1n) {
    border-right: 1px solid #f5f5f9;
}

.table-tr .table-th:first-child {
    width: 16%;
}

.table-bl-is {
    margin: 0 0 70px;
}

.table-line {
    border-top: 1px solid #f5f5f9;
    width: 100%;
    margin: 15px 0;
}

.chose-car-is {
    position: relative;
    background: #F5F5F9;
    padding: 39px 15px 39px 51px;
    border: 1px solid #0088CF;
    border-radius: 3px;
    margin: 0 0 80px;
    display: flex;
    justify-content: space-between;
}

a.chose-but {
    position: absolute;
    top: -19px;
    left: 60px;
    background: #0088CF;
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 48px;
}

a.chose-but:hover {
    transition: 1s;
    opacity: 0.8;
}


.chose-car-is.is {
    display: block;
    padding: 40px 60px;
}

.chose-cars-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 45px;
    color: #242321;
    position: relative;
}

.chose-cars-tit:before {
    position: absolute;
    left: -39px;
    top: 2px;
    content: "";
    background: url(../images/check.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

.chose-cars-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #242321;
}

.chose-car-bls {
    width: 45%;

}

.phone-bl {
    position: relative;
    left: -208px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1600px) {
    .phone-bl {
        left: 0;
    }
}

.phone-img {
    width: 45%;
    margin: 0 37px 20px 0;
}

.phone-text {
    width: 45%;
}

.phone-tit {
    position: relative;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 45px;
    color: #242321;
}

.phone-tit:before {
    position: absolute;
    left: -33px;
    top: 12px;
    ;
    content: "";
    background: url(../images/check.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

.phone-text-is {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #242321;
}

.phone-text-is span {
    color: #0088CF
}

.team-bl {
    margin: 0 0 75px;
}


.team-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 20px;
}

.team-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #242321;
}

.team-text-is {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 45px;
    color: #242321;
}

.pers-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -25px 40px;
}

@media (max-width: 1310px) {
    .pers-bl {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 575px) {
    .pers-bl {
        justify-content: center;
    }
}

.team-pers {
    margin: 0 25px;
    width: calc(100%/3 - 50px);
}

@media (max-width: 1310px) {
    .team-pers {
        margin: 0 15px 15px;
        width: calc(100%/3 - 30px);
    }
}

@media (max-width: 991px) {
    .team-pers {
        width: calc(100%/2 - 30px);
    }
}

@media (max-width: 575px) {
    .team-pers {
        width: calc(100% - 30px);
        max-width: 320px;
    }
}

.team-pers-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #242321;
    margin: 0 0 11px;
}

.team-pers-text {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #242321;
}

.paric-text-bl-team {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #242321;
}

.paric-text-bl-team span {
    color: #0088cf;
     font-family: 'gilroy';
    font-weight: 900;
    line-height: 16px;
}


.team-pers-img {
    position: relative;
    margin: 0 0 15px;
    padding-bottom: 133%;
}

.team-pers-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.forms-tit {
    display: flex;
    flex-direction: column;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 36px;
    line-height: 46px;
    color: #242321;
    margin: 0 0 40px;
}

.forms-tit span {
    color: #0088CF;
}

.forms-but-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #242321;
}
.namb-form-is a,
.forms-but-text a,
.forms-but-text span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    text-decoration: none;
    color: #0088CF;
}


.crumbs-bl {
    margin: 45px 0px;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #989898;
}

.crumbs-bl a {
    margin: 45px 0px;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    color: #989898;
}

.crumbs-bl a:hover {
    color: #0088cf;
    text-decoration: none;
}

.crumbs-bl span {
    display: inline-block;
    margin: 0 2px 0 2px;
}

.oficeal-bl {
    margin: 0;
}

.oficeal-tit b,
.oficeal-tit span {
    color: #0088CF;
}
.oficeal-tit
 {
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 45px;
}

.oficeal-bl-is {
    margin: 0 0 100px 0;
}


.footer-bl.is {
    justify-content: space-between;
}

.foot-menu {
    display: flex;
    flex-grow: 2;
}

@media (max-width: 767px) {
    .foot-menu {
        width: 100%;
    }
}

ul.menu-is {
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
    ul.menu-is {
        margin: 0;
        width: 50%;
        padding-left: 0;
        padding-right: 30px;
    }
}


.footer-bl {
    display: flex;
    padding: 20px;
    max-width: 1240px;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}

.ins-is {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
}

.ins-is a {
    text-decoration-line: none;
    color: #0088CF;
    margin: 10px 10px 0 0;
    display: inline-block;
}

.ins-is.is a {
    text-decoration: underline;
}

.ins-is.is a:hover {
    text-decoration: none;
}


.ins-is a:hover {
    text-decoration: underline;
}

.ins-is span {
    display: inline-block;
    margin: 0 10px 0 0;
}

.foot-phone {
    margin: 20px 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #242321;
}

.foot-phone a {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #242321;
    text-decoration: none;
}

.foot-phone a:hover {
    color: #0088cf;
}

ul.menu-is li a span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    color: #242321;
}

ul.menu-is li a span:hover {
    color: #0088cf;
}

ul.menu-is li a:hover {
    color: #0088cf;
}

ul.menu-is li a {
    text-decoration: unset;
    display: block;
    margin: 13px 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #242321;
}

@media (max-width: 480px) {
    ul.menu-is li a {
        margin: 0;
    }
}

.soc-foot {
    display: flex;
    margin: 0 30px 0 -12px;
}

.soc-is a img.dva {
    position: relative;
    margin: 0 12px;
}

.soc-is a img.ras {
    position: absolute;
    left: 11px;
    top: -38px;
    opacity: 0;
}

.soc-is a img.ras:hover {
    position: absolute;
    left: 12px;
    top: -40px;
    opacity: 9;
}

.soc-is a {
    position: relative;
}

.foot-but-menu {
    width: 660px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .foot-but-menu {
        width: auto;
    }
}


.foot-but-menu a {
    margin: 0px 37px 0 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #242321;
}

.foot-but-menu a:hover {
    color: #0088cf;
}

.foot-boot {
    background: #000;
    color: #fff;
    padding: 20px 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #FCEC4F;
}

.foot-boot .container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .foot-boot .container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.foot-web a {
    color: #FCEC4F;
}

.soc-foot.is {
    display: none;
}

.disgn-is {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px 25px;
    /* align-items: self-end;*/
}

@media (max-width: 575px) {
    .disgn-is {
        margin-left: 0;
        margin-right: 0;
    }
}

.disgn-img {
    width: calc(100%/3 - 30px);
    margin: 0 15px 15px;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .disgn-img {
        width: calc(100%/2 - 30px);
    }
}

@media (max-width: 575px) {
    .disgn-img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.disgn-img img {
    border-radius: 9px;
    min-height: 100%;
}

.disgn-img a img:hover {
    opacity: 0.9;
}


.text-check {
    display: flex;
    align-items: center;
}

.tg-mob-bl {
    display: flex;
}


/*------------------------*/
.spec-offer-Collaps2 {
    display: none;
}

.spec-offer-is {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: url(../images/handshake-lk.png)left -30px no-repeat #0088cf;
    padding: 40px 20px;
    color: #fff;
    width: auto;
    ;
    margin: 0 0 50px;
}

.spec-offer-but {
    width: 20%;
}

.spec-offer-text-bl {
    margin: 0 35px 0;
    width: 80%;
}

.spec-offer-but a {
    display: inline-block;
     font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #242321;
    background: #FCEC4F;
    border-radius: 5px;
    width: auto;
    padding: 9px 14px;
}

.spec-offer-text-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
}

.spec-offer-text-is {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.spec-offer-bls {
    width: 20%;
}


.spec-offer-Collaps {
    position: relative;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
}

.spec-offer-Collaps:before {
    position: absolute;
    top: 11px;
    left: 80px;
    content: '';
    background: url(../images/arrow-lk.png)left top no-repeat;
    width: 12.17px;
    height: 7px;
}

.spec-offer-Collaps2 {
    position: relative;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    cursor: pointer;
}

.spec-offer-Collaps2:before {
    position: absolute;
    left: 91px;
    top: 11px;
    content: '';
    background: url(../images/arrow-lk.png)left top no-repeat;
    width: 12.17px;
    height: 7px;
    transition: transform .3s linear;
    transform: rotate(180deg);
}

.spec-offer-bls2 {
    display: none;
}


.contract-details-tit {
    margin: 0 0 20px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 46px;
    color: #242321;
}

.contract-details-text {
    margin: 0 0 16px 0;
     font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #242321;
}

.contract-details-letter a {
    background: #0088CF;
    border: 1px solid #0088CF;
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding: 14px 45px;
}

.block-contract {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    flex-wrap: wrap;
}

.info-is-car-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    color: #242321;
    margin: 0 0 20px;
}

.info-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.info-is-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #686868;
    margin: 0 10px 0 0;
}

.info-is-tit span {
    font-size: 16px;
    color: #000;
     font-family: 'gilroy';
    font-weight: 900;
    margin: 0 10px 0;
}

.info-is-deposit {
    background: #F5F5F9;
    border: 1px solid #0088CF;
    border-radius: 5px;
    padding: 20px;
}

.info-is-tit.is {
    font-size: 20px;
    color: #000;
     font-family: 'gilroy';
    font-weight: 900;
    margin: 25px 0 0;
}

.info-bls-m-s {
    display: none;
}

.-info-is-payment {
    border-left: 1px solid #E5E5E5;
    padding: 20px;
}

.payment {
    margin: 0 0 10px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #242321;
}

.rent {
    margin: 0 0 24px 0;
     font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #242321;
}

.images {
    background: #F5F5F9;
    border-radius: 5px;
    text-align: center;
    padding: 14px;
}

.images div {
    margin: 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #0088CF;
}

.info-is-car {
    margin: 0 0 45px;
}

.payment-details {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    color: #242321;
    margin: 0 0 30px;
}

.payment-information {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #0088CF;
    margin: 0 0 20px;
}

.payment-bl {
    display: flex;
    margin: 0 0 55px;
    flex-wrap: wrap;
}

.estimated {
    display: flex;
    margin: 0px 0 30px 0;
}

.estimated-tit {
     font-family: 'gilroy';
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #242321;
    width: 45%;
}

.asd input {
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    height: 62px;
    width: 136px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #989898;
    text-align: center;
    margin: 0 20px 0;
}

.asd {
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    height: 62px;
    width: 136px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 60px;
    color: #989898;
    text-align: center;
    margin: 0 20px 0;
}


.payment-information-is {
    border-right: 1px solid #C9C9C9;
    padding: 0 20px 0 0;
    margin: 0 20px 0 40px;
    width: 30%;
}

.payment-information-is:last-child {
    border-right: none;
    ;
}

.payment-information-is:first-child {
    margin: 0
}

.table-tits {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #242321;
    margin: 0 0 40px;
}

.table2 {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.table-caption2 {
    display: table-caption;
    padding: 10px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.table-colgroup2 {
    display: table-column-group;
}

.table-col2 {
    display: table-column;
}

.table-thead2 {
    display: table-header-group;
}

.table-tbody2 {
    display: table-row-group;
}

.table-tfoot2 {
    display: table-footer-group;
}

.table-tr2 {
    display: table-row;
    background: #Fff;
}

.table-th2 {
    display: table-cell;
    padding: 10px;
    text-align: left;
    border: 1px solid #fff;
    font-size: 16px;
}

.table-td2 {
    display: table-cell;
    padding: 25px 20px;
    border-left: 1px solid #f5f5f9;
}

.table-td2:last-child {
    border-right: 1px solid #fff;
}

.table-thead2 .table-th2,
.table-thead2 .table-td2 {
    background: #0088CF;
    color: #fff;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    width: 25%;
    padding: 12px 10px;
}

.table-tr2:nth-child(2n) {
    background: #F5F5F9;
}

.table-tr2:last-child {
    background: #F5F5F9;
}

.table-th2,
.table-tr2:nth-child(1n) {
    border-right: 1px solid #f5f5f9;
}

.table-tr2 .table-th2:first-child {
    width: 16%;
}

.table-bl-is2 {
    margin: 0 0 70px;
}

.table-line {
    border-top: 1px solid #f5f5f9;
    width: 100%;
    margin: 15px 0;
}


footer {
    position: relative;
}

.scrol-bl {
    position: fixed;
    right: 29px;
    bottom: 113px;
    background: #0088CF;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.scrol-bl.active {
    opacity: 1;
    pointer-events: initial;
    z-index: 50;
}

/*FILTER*/

.filter-is-buts-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 17px;

}

.filter-buts-bl {
    display: flex;
    align-items: center;
    background: #F5F5F9;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #242321;
    padding: 7px 10px
}

.filter-offers-button {
    margin: 4px 0 0 6px;
}

.dropdown-menu2::-webkit-scrollbar {
    width: 3px;
    height: 0;
    background-color: #E5E5E5;
}


.dropdown-menu2::-webkit-scrollbar-thumb {
    background: #0088CF;
    border-radius: 5px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    height: 0;
    background-color: #E5E5E5;
}


.dropdown-menu::-webkit-scrollbar-thumb {
    background: #0088CF;
    border-radius: 5px;
}

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

}

.filter-buttons {
    display: flex;
    align-items: center;
}

.filter-button button {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DD9A63;
    width: 227px;
    padding: 16px 0;
}

.filter-button2 button {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 227px;
    padding: 16px 0;
}

.filter-inner {
    position: relative;
    display: none;
}

.filter-button3 {
    width: 50%;
}

.filter-button3 button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #973437;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.filter-button3 button img {
    padding: 0 0 0 13px;
}

.filter-button4 {
    width: 50%;
}

.filter-button4 button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A93D43;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.filter-button4 button img {
    padding: 0 0 0 10px;
}


.dropdown-wrapper.active .button img {
    transform: rotate(180deg);
    padding: 0 10px 0 0;
    transition: 0.3s;
}

.dropdown-wrapper {
    display: inline-block;
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin: 0 20px 0 0;
    width: 212px;
}

.dropdown-wrapper2 {
    width: 75px;
}

.button.medium {
    color: #242321;
}

.dropdown-filter {
    margin: 0;
    width: 100%;
}

.button-filter {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.15s ease-in-out;
}

.dropdown-wrapper ul.dropdown-menu {
    background-color: #fff;
    float: left;
    left: 0;
    list-style: none;
    margin: 0 0 0;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 102%;
    width: 150px;
    z-index: 1000066;
}

.dropdown-wrapper.active ul.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 15px rgba(36, 35, 33, 0.07);
    display: block;
    max-height: 312px;
    width: 100%;
    overflow-y: auto;
    text-align: left;
}

.dropdown-wrapper.active ul.dropdown-menu {
    padding: 0 0;
}

.dropdown-menu a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 17px 10px;
    color: #242321;
}

.dropdown-menu a:hover {
    background-color: #F8F8F8;
}


.dropdown-wrapper ul.dropdown-menu2 {
    background-color: #fff;
    float: left;
    left: 0;
    list-style: none;
    margin: 0 0 0;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 102%;
    width: 150px;
    z-index: 1000066;
}


.filter-wrap-buttons {
    display: flex;
    align-items: center;
}

.filter-active-open {
    z-index: 1;
    padding: 25px 20px 20px 20px;
    left: 0;
    top: 56px;
    width: 100%;
    position: absolute;
    display: none;
    background: #A93D43;
}


/*------------filter-mobil----------------*/

.tg-list-item.is {
    border-bottom: 1px solid #0088cf;
    width: 100%;
    padding: 0 0 25px;
}

.dropdown-wrapper.filter-padding.is {
    background: #F8F8F8;
    border: none;
    margin: 0 0 5px;
}

button.button.button-filter.dropdown-filter.medium.is {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;
}


.dropdown-wrapper.filter-padding.is.active .button img {
    transform: inherit;
    padding: 0 10px 0 0;
    transition: 0.3s;
}

.dropdown-wrapper.filter-padding.is .button img {
    transform: rotate(180deg);
    padding: 0 10px 0 0;
    transition: 0.1s;
}

.dropdown-wrapper.active ul.dropdown-menu.is {
    box-shadow: none;
}

.dropdown-wrapper.filter-padding.is.active {
    margin: 0 0 160px;
}

.years-bl {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

.years-car.is {
    background: #F5F5F9;
    border: 1px solid #E5E5E5;
    padding: 10px 15px;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
}

.dropdown-wrapper.filter-padding.dropdown-wrapper2.is2 {
    background: #F5F5F9;
    border: 1px solid #E5E5E5;
    padding: 10px 15px;
    margin: 0;
    border-radius: inherit;
    height: 50px;
}

button.button.button-filter.dropdown-filter.medium.is2 {
    line-height: 25px;
}

.text-check input:checked+label:before {
    content: "";
    background: url(../images/li-is.png)left 0px no-repeat #fff;
}

.text-check input:disabled+label:before {
    background: #eee;
    color: #aaa;
}

.text-check label:before {
    content: "";
    display: flex;
    margin-right: 15px;
    text-indent: 0px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 35px;

}

.text-check input:checked+label:before {
    content: "";
    background: url(../images/li-is.png)left 0px no-repeat #fff;
}

.text-check input:disabled+label:before {
    background: #eee;
    color: #aaa;
}

input#cb2 {
    display: none;
}

.tg-list-item.is label.tgl-btns {
    margin: 0 10px;
}

input#cb3 {
    display: none;
}

input#cb4 {
    display: none;
}



/*ACCARDION*/

.filter-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #242321;
    margin: 0 0 40px;
}


.filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
}



.filter-buttons {
    display: flex;
    align-items: center;
}

.filter-button button {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DD9A63;
    width: 227px;
    padding: 16px 0;
}

.filter-button2 {
    padding: 0;

}

.filter-button2 button {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    box-sizing: border-box;
    min-width: 100%;
    padding: 16px 10px;
    background: #0088CF;
    border: 1px solid #0088CF;
    border-radius: 5px;
    margin: 10px 0;
}

.filter-button2 button:hover {
    opacity: 0.8;
    transition: 1s;

}

.filter-inner {
    position: relative;
    display: none;
}

.filter-button3 {
    width: 50%;
}

.filter-button3 button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #973437;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.filter-button3 button img {
    padding: 0 0 0 13px;
}

.filter-button4 {
    width: 50%;
}

.filter-button4 button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A93D43;
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.filter-button4 button img {
    padding: 0 0 0 10px;
}


.dropdown-wrapper {
    display: inline-block;
    position: relative;

}

.button-filter {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0;
}

.button-filter img {
    padding: 0 0 0 10px;
}

.dropdown-wrapper.active .button-filter {
    padding: 0;

}

.dropdown-filter {
    margin: 0;
    padding: 0;
    width: 100%;
}

.button-filter {
    transition: 0.15s ease-in-out;
}

.filter-padding {
    padding: 16px 10px 16px 11px;
    margin: 10px 10px 10px 0;
}


.dropdown-wrapper ul.dropdown-menu2 {
    background-color: #fff;
    float: left;
    left: 0;
    list-style: none;
    margin: 0 0 0;
    min-width: 100%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 102%;
    width: 150px;
    z-index: 1000066;
}

.dropdown-wrapper ul.dropdown-menu2 li {
    margin: 0 5px 0 0;
}

.dropdown-wrapper ul.dropdown-menu li {
    margin: 0 0 0 0;
}

.dropdown-wrapper.active ul.dropdown-menu2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 15px rgba(36, 35, 33, 0.07);
    display: block;
    max-height: 312px;
    width: 100%;
    overflow-y: auto;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    text-align: left;

}

.dropdown-wrapper.active ul.dropdown-menu2 {
    padding: 0 0;
}

.dropdown-menu2 a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #004658;
    padding: 17px 10px;
}

.dropdown-menu2 a:hover {
    background-color: #F8F8F8;
}


.filter-wrap-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-active-open {
    z-index: 1;
    padding: 25px 20px 20px 20px;
    left: 0;
    top: 56px;
    width: 100%;
    position: absolute;
    display: none;
    background: #A93D43;
}


/*ACCARDION*/

.accordion {
    padding: 0;
    margin: 0;
}

.accordion .item {
    padding: 10px 0 10px 0;
    cursor: pointer;
    grid-template-columns: auto 1fr auto;
    column-gap: 24px;
    row-gap: 32px;
    align-items: center;


}

.accordion .item.open .hidden-box {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #151922;
}

.accordion .item.open .hidden-box2 {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #151922;
}

.accordion .item.open .text {
    transition: color 0.3s;
}

.accordion .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    transition: transform 0.2s ease-in;
}

.accordion__item__head div {
    padding: 0 15px;
}

li.accordion__item .accordion__item__head:hover {
    background: #F8F8F8;
    ;
}

.accordion .item.open .icon {
    transform: rotate(180deg);
}

.accordion .hidden-box {
    max-height: 250px;
    overflow: auto;
    padding: 0 0 0 15px;
    border-left: 1px solid #FFFFFF;
    grid-column: 1;
    display: none;
    transition: display 0.2 ease-in;
}

.accordion .hidden-box2 {
    grid-column: 1;
    display: none;
    transition: display 0.2 ease-in;
}

.filter-open-buttons {
    padding: 30px 0 0 0;
    display: flex;
    align-items: center;
}

.filter-open-li {
    padding: 0 0 15px 0;
}

.filter-open-li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;

}

.filter-open-button button {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DD9A63;
    width: 212px;
    height: 54px;
}

.filter-open-button2 {
    padding: 0 0 0 9px;
}

.filter-open-button2 button {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    width: 59px;
    height: 54px;
}

.filter-open-button2 button img {
    padding: 0;
}

.comanda-mb {
    display: none;
}

.tg-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tgl-bt-title {
     font-family: 'gilroy';
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #242321;

}

.tgl-ios:checked+.tgl-btn {
    color: #0088CF !important;
}

.tgl-ios+.tgl-btn {
    background: #E5E5E5;
    border-radius: 65px;
    padding: 0;
    transition: all 0.4s ease;
    border: 1px solid #E5E5E5;
}

.tgl+.tgl-btn {
    outline: 0;
    display: block;
    margin: 0 12px 0 11px;
    width: 40px;
    height: 21px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl {
    display: none;
}

.tgl:checked+.tgl-btn:after {
    left: 50%;
}

.tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #0088CF;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;

}

.tgl+.tgl-btn:after {
    left: 0;
}

.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    top: -19px;

    height: 100%;
}

.inst-img {
    position: relative;
    margin-bottom: 16px;
}

.inst-img img {
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 53.8117px rgba(68, 68, 68, 0.05));
}

.avtomat {
    font-size: 14px;
    line-height: 26px;
    color: #242321;
}

.years-car {
    font-size: 14px;
    line-height: 26px;
    color: #242321;
    margin: 0 18px 0 0;
}

.filter-is-buts-cont.is {
    display: flex;
    flex-wrap: wrap;
}



/*------------------------------*/

/*ACCARDION*/
li.accordion__item1.open .mobil-acord-cloce img {
    display: block !important;
}

.mobil-acord-cloce img {
    display: none;
}

li.accordion__item1.open .accordion__item__head1 img {
    display: none;
}


.mobil-acord-cloce img {
    display: none;
}

.mobil-acord-cloce {
    display: inline;
}

li.accordion__item1.open {
    display: inline;
    background: none;
}

li.accordion__item1.open .accordion__item__head1 {
    background: none;
    display: inline;
}

li.accordion__item1.open .mobil-acord {
    display: none;
}


.accordion1 {
    list-style: none;
    max-width: 550px;
    width: 100%;
    margin: 0;
}

.accordion__item1 {
    margin-bottom: .8rem;
    transition: all .2s linear;
}

.accordion__item1.open .accordion__item__body1 {
    /* overflow: initial;*/
    margin: 25px 0 40px;
    padding: 10px 10px;
    height: 100%;
}

.accordion__item__head1 {
    padding: 1rem 10px 1rem 0;
}

.accordion__item__head1:active {
    background: #F8F8F8;
}

.accordion__item__head1 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;
    background: #F8F8F8;
    padding: 20px 10px
}

.accordion__item__head1 h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.accordion__item__head1 img {
    transition: transform .3s linear;
    transform: rotate(-90deg)
}

.accordion__item1.open .accordion__item__head1 img {
    transform: rotate(0deg);
}

.accordion__item.open1 .accordion__item__head1 {
    background: #F8F8F8;
}

.accordion__item__body1 {
    overflow: hidden;
    height: 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #242321;

}

.accordion1 .item1.open .hidden-box {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #151922;
}

.accordion1 .item1.open .hidden-box2 {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #151922;
}

.accordion1 .item1.open .text {
    transition: color 0.3s;
}

.container .mt-munu-mb1 {
    display: none;
}

/*----------------------------*/

.content-is {
    margin: 75px auto 75px;
    text-align: center;
     font-family: 'gilroy';
    font-weight: 400;
}

.content-wrap {
    text-align: center;
}

.block-cobinet-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 46px;
    color: #242321;
}

.block-cobinet-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #242321;
    margin: 0 0 38px 0;
}

.block-cobinet-treaty {
    width: 100%;
    height: 57px;
    margin: 0 0 30px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.block-cobinet-code {
    padding: 0 0 0 20px;
    width: 362px;
    height: 57px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 14px;
}


input.block-cobinet-treaty {
    padding: 0 0 0 20px;
    height: 57px;
    margin: 0 0 30px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-size: 14px;
    width: 362px;
}

.block-cobinet-date {
    padding: 32px 0 0 0;
}

.block-cobinet-date a {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 15px auto;
    background: #0088CF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: 362px;
    padding: 16px;
    text-decoration: none;
}

.block-cobinet-date a:hover {
    opacity: 0.8;
    transition: 1s;
}

input:focus {
    outline: none;
}

.shop-cars.is.responsive {
    display: none
}

.shop-cars button.slick-prev.slick-arrow {
    background: none;
}

.shop-cars button.slick-next.slick-arrow {
    background: none;
    display: none !important;
}

span.form-numb {
    font-size: 18px;
    line-height: 36px;
    color: #242321;
}

/*---------------cart-bl-----------------*/

.cart-galler-is.fixed {
    position: fixed;
    right: calc((100vw - 1240px)/2 + 20px);
    bottom: 0;
    margin: 0;
}

@media (max-width: 1366px) {
    .cart-galler-is.fixed {
        right: calc((100vw - 1240px)/2 + 15px);
    }
}

@media (max-width: 1240px) {
    .cart-galler-is.fixed {
        right: 15px;
    }
}

.cart-galler-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cart-galler-bl .cart-galler-is {
    position: sticky;
    top: 15px;
    margin-bottom: 15px;
}

.cart-galler-text {
    width: 45%;
    margin: 0 50px 30px 0;
}

@media (max-width: 1240px) {
    .cart-galler-text {
        width: 50%;
        padding-right: 50px;
        margin-right: 0;
    }
}

@media (max-width: 877px) {
    .cart-galler-text {
        padding-right: 0;
        width: 100%;
    }
}

.cart-galler-is {
    width: 50%;
    margin: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-galler-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #242321;
    margin: 0;
}

.galler-cod {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #242321;
    margin: 0 0 10px;
}

.galer-prise {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #0088CF;
    margin: 0 0 10px;
}

.galer-table {
    margin: 0 0 40px;
}

.galer-table-tit {
    width: 45%;
}

.galeri-table-is {
    display: flex;
    margin: 0 0 15px;
}

.galer-table-tit span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #242321;
}

.galer-table-text span {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #242321;
}

.galer-table-tit {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #242321;
}

.accordion__item__head3 {
    background: #F5F5F9;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #242321;
    cursor: pointer;
    margin: 0 0 40px;
}

ul.acord-galer li {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 37px;
    color: #242321;
    padding: 5px 15px;
}

.accordion__item__body3 {
    margin: 0 0 20px;
    display: none;
}

ul.acord-galer li:nth-child(2n) {
    background: #F5F5F9;
}

li.accordion__item2.open .accordion__item__body3 {
    display: block;
}

li.accordion__item2.open img {
    transition: transform .3s linear;
    transform: rotate(180deg)
}

.galeri-tit-condit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    color: #0088CF;
    margin: 0 0 25px;
}

.header-navigation-wr4 {
    background: #F5F5F9;
    border: 1px solid #0088CF;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0 0 25px;
}

.accordion__item__head4 {
    display: flex;
    justify-content: space-between;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #242321;
    cursor: pointer;
    margin: 0 0 0 5px;
}

ul.cart-galer-bl {
    display: flex;
    margin: 10px 0px 10px;
}

ul.cart-galer-bl li {
    width: 45%;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #242321;
    margin: 0 5px 10px;
}

ul.cart-galer-bl li:nth-child(2n) {
    width: 60%;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #242321;
}

.accordion__item__body4 {
    display: none;
}

li.accordion__item4.open .accordion__item__body4 {
    display: block;
}

li.accordion__item4.open img {
    transition: transform .3s linear;
    transform: rotate(180deg)
}

.acord-cart-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #0088CF;
    margin: 0 0 13px 4px;
}

.qustin-cart {
    background: url(../images/cart-qust.png)right top no-repeat#0088CF;
    border-radius: 5px;
    padding: 30px 25px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.qustin-tel {
    font-size: 20px;
}

.qustin-text {
    margin: 0 0 24px;
}

/*----------------------------*/

.rew-wrap {
    display: flex;
}

.rew-left {
    width: 60%;
    margin: 0 23px 0 0;
}

.rew-right {
    position: relative;
    width: 40%;
}

.rew-block-wrap {
    background: #F7F7FB;
    padding: 37px 30px 47px 30px;
    border-radius: 5px;
    margin-bottom: 19px;
}

.media-rew-wrap {
    display: flex;

}

.media-rew-img {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
     font-family: 'gilroy';
    font-weight: 500;
    color: #0088CF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 0 20px 0 0;
}

.media-rew-title {
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #333333;
     font-family: 'gilroy';
    font-weight: 500;
    margin-bottom: 3px;
}

.star-rew {
    margin-bottom: 25px;
}

.star-rew li {
    display: inline-block;
    margin: 0 0 0 0;
}

.media-rew-body {
    font-size: 16px;
    padding: 0 0 0 70px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #333333;
}

.rew-right-wrap {
    position: sticky;
    top: 15px;
    margin-bottom: 20px;
    background: #0088CF;
    border-radius: 5px;
    text-align: center;
    padding: 32px 0 43px 0;
}

@media (max-width: 768px) {
    .rew-right-wrap {
        position: static;
    }

    .rew-right-wrap.fixed {
        padding-bottom: 105px
    }

    .rew-right-wrap.fixed .link-rew {
        width: 262px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.rew-right-wrap.fixed .link-rew {

}
.chat-rew {
    margin-bottom: 11px;
}

.chat-rew-title {
    font-size: 14px;
    line-height: 24px;
     font-family: 'gilroy';
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 22px;
    width: 362px;
    margin: 0 auto 22px auto;
}

.link-rew {
    display: block;
    font-size: 16px;
    line-height: 26px;
     font-family: 'gilroy';
    font-weight: 900;
    color: #242321;
    background: #FFFFFF;
    border: 1px solid #0088CF;
    border-radius: 5px;
    padding: 17px;
    text-align: center;
    margin: 0 auto;
    width: 333px;
    text-decoration: none;
}

.link-rew:hover {
    opacity: 0.9;
    transition: 0.3s;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 83px;
    margin-top: 30px;
}

.pagination li a {
    font-size: 16px;
    line-height: 26px;
     font-family: 'gilroy';
    font-weight: 900;
    text-align: center;
    color: #686868;
    width: 38px;
    height: 38px;
    display: block;
    border: 1px solid transparent;
    border-color: #E5E5E5;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.pagination li a:hover {
    color: #0088CF;
    border-color: #0088CF;
}

.pag-left a {
    background: #0088CF;
    border: none !important;
    border-radius: 5px;
}

.pag-left a:hover {
    opacity: 0.8;
}

.show-else {
    display: none;
    font-size: 16px;
     font-family: 'gilroy';
    font-weight: 900;
    text-align: center;
    display: block;
    width: 100%;
    padding: 17px 0;
    border: 1px solid #0088CF;
    border-radius: 5px;
    line-height: 26px;
    color: #242321;
    margin: 0 0 15px 0;
}

.rew-right-wrap2 {
    display: none;
}

.show-else {
    display: none;
}


.rew-title {
    padding: 0 0 30px 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    color: #242321;
}

.rew-suptitle {
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #242321;
    margin-bottom: 42px;
}


/*CONTACT*/

.contact-block-wrap {
    display: flex;
    margin-bottom: 25px;
}

.contact-block {
    width: 33.333333333%;
    font-size: 18px;
    line-height: 28px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
}

.contact-block span {
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
}

.contact-block2 {
    position: relative;
    width: 33.333333333%;
    font-size: 18px;
    line-height: 28px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    padding: 0 0 0 36px;
}

.contact-block2:before {
    position: absolute;
    top: 9px;
    width: 1px;
    left: 2px;
    height: 40px;
    background: #989898;
    content: '';
}

.contact-block2 span {
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
}

.contact-block2 span a {
    color: #242321;
}

.phone-cotact-wrap {
    display: flex;
    margin-bottom: 46px;
}

.phone-cotact {
    font-size: 20px;
    line-height: 30px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    padding: 0 0 0 37px;
    background: url(../images/header-img2.svg) 0 0 no-repeat;
    width: 33.333333333%;
}

.phone-cotact a {
    text-decoration: none;
    color: #0088CF;
}

.phone-cotact2 {
    font-size: 20px;
    line-height: 30px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    padding: 0 0 0 37px;
    background: url(../images/header-img2.svg) 0 0 no-repeat;
    width: 40%;
}

.phone-cotact2 a {
    text-decoration: none;
    color: #0088CF;
}

.adress-cotacnt-title {
    font-size: 24px;
    line-height: 45px;
    color: #000000;
     font-family: 'gilroy';
    font-weight: 900;
    margin: 0 0 32px;
}


/*Tabs*/

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 60%;
    height: 58px;
    display: flex;
    align-items: center;
}

ul.tabs li {
    background: none;
    color: #686868;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 0 19px 0 0;
     font-family: 'gilroy';
    font-weight: 900;
    height: 58px;
    font-size: 18px;
    border: 1px solid #0088CF;
    border-radius: 5px;
}

ul.tabs li:last-child {
    margin: 0;
}

ul.tabs li.current {
    position: relative;
    color: #FFFFFF;
    background: #0088CF;
    border-radius: 5px;
}

ul.tabs li.current:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';

}

.more-news-bls {
    display: none;
}

.tab-content {
    display: none;
    padding: 20px 0 0 0;
}

.tab-content.current {
    display: inherit;
}

.map-wrap {
    display: flex;
}

.map-block {
    width: 68%;
    margin: 0 -4px 0 0;
}

.map-block2 {
    width: 32%;
    background: #0088CF url(../images/map-bg.svg) 160px 30% no-repeat;
    border-radius: 5px;
    height: 320px;
    padding: 68px 0 0 40px;
}

.map-block iframe,
.map-block2 iframe {
    width: 100%;
    border: none;
}

.phone-map {
    display: block;
    font-size: 20px;
    line-height: 45px;
    text-decoration: none;
    color: #FFFFFF;
     font-family: 'gilroy';
    font-weight: 900;
    background: url(../images/phone-map.svg) 0 45% no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
}

.address-map {
    display: block;
    font-size: 20px;
    line-height: 45px;
    text-decoration: none;
    color: #FFFFFF;
     font-family: 'gilroy';
    font-weight: 900;
    background: url(../images/address-map.svg) 0 40% no-repeat;
    padding: 0 0 0 30px;
    margin-bottom: 5px;
}

.formtab-block {
    margin-bottom: 99px;
}

.soc-is2 a img.dva {
    position: relative;
    margin: 0 6px;
}

.soc-is2 a img.ras {
    position: absolute;
    left: 12px;
    top: -38px;
    opacity: 0;
}

.soc-is2 a img.ras:hover {
    position: absolute;
    left: 6px;
    top: -40px;
    opacity: 9;
}

.soc-foot2 {
    margin: 40px 0 0 -5px;
}

.slick-slide {
    margin: 0 15px 0 0;
}

.iss.slick-initialized.slick-slider {
    margin: 0 0 0 25px;
    width: calc(100% - 50px);
}

.cart-galler-is button.slick-next.slick-arrow {
    top: 32%;
    transform: rotate(178deg);
}

.slid-but-is {
    margin: 15px 0;
    width: 100%;
    display: flex;
}

.slid-but-is--mobile {
    display: none;
}




.shop-cars.is11 {
    display: none;
}

.cart-galler-iss {
    width: 67%;
    display: none;
}


/*--------------rev-----------*/

.forms-rev-forms {
    margin: 0 24px 0 0;
}

.forms-rev-text {
    position: relative;
    width: 45%;
    margin: 139px 20px 10px 0;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    color: #242321;
}

.forms-rev-text:before {
    position: absolute;
    left: -36px;
    top: -51px;
    content: '';
    background: url(../images/double-rev.png)left top no-repeat;
    width: 85px;
    height: 85px;
}

.forms-rev-text span {
    display: block;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    color: #242321;
    margin: 0 0 40px;
}

span.rev-phone {
    color: #0088CF;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
}


.form-tit-rev {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: #242321;
    margin: 0 0 40px;
}

.rev-form-is {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.rev-texts {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #686868;
}


.rating-area {
    overflow: hidden;
    margin: 0 20px 0 0;
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rating-area:not(:checked)>label:before {
    content: '\2605';
}

.rating-area>input:checked~label {
    color: gold;
    text-shadow: 1px 1px #c60;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: gold;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}

.rate-area>label:active {
    position: relative;
}

/*------------comp------*/

.comp-bl {
    display: flex;
    margin: 0 0 40px;
}

.right-colum {
    width: 85%;
}

.colum-menu a {
    display: block;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 145%;
    color: #242321;
    text-decoration: none;
    margin: 0;
    padding: 24px 20px;
}

.colum-menu a:hover {
    background: #0088CF;
    color: #fff;
}

.colum-menu a:active {
    background: #0088CF;
    color: #fff;
}

.left-colum {
    width: 28%;
    margin: 0 20px 0 0;
}

.com-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: #333333;
    margin: 0 0 20px;
}

.comp-text-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.com-text-is {
    width: 50%;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin: 0 20px 0 0;
}

.client-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.prize-bl {
    display: flex;
    flex-grow: 2;
    align-items: center;
    width: 396px;
    height: 245px;
    background: url(../images/stars-prise.png)left top no-repeat #0088CF;
    border-radius: 5px;
    background-size: contain;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 20px;
}

@media (max-width: 480px) {
    .prize-bl {
        width: 100%;
        max-width: 100%;
    }
}

.colum-menu {
    width: 274px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(36, 35, 33, 0.07);
}

X .client-comp {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.client-bl {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
}

.client-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #0088CF;
    margin: 0 20px 0 0;
}

.client-text {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.appr-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: -0.02em;
    color: #242321;
}

.appr-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #333333;
}

.appr-text span {
     font-family: 'gilroy';
    font-weight: 900;
}

.comp-img-bl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.appr-bl {
    margin: 0 0 30px;
}

.advant-comp-tits {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 46px;
    margin: 0 0 40px;
}

.advant-comp-tits span {
    color: #0088CF;
    ;
    display: inline-block;
    margin: 0 10px 0 0;
}

.advant-comp-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advant-com-icon-bl {
    display: flex;
    justify-content: start;
    margin: 0 0 40px;
}

.advant-comp-icon-is img {
    max-width: 100%;
    height: auto;
    margin: 0;
    min-width: 42px;
}

.advant-comp-icon-is {
    width: 20px;
    margin: 0 45px 0 0;
}

.advant-comp-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #242321;
    margin: 0 0 10px;
}

.advant-comp-text-icon {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #242321;
}

/*----------------team--------------*/

.team-person-bl {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    margin: 0 0 25px;
}

.team-bl-isq {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-person-tit {
    margin: 0 0 30px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #242321;
}

.team-person-text-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #242321;
    margin: 0 0 5px;
}

.team-person-text-is {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #242321;
    margin: 0 0 20px;
}

.team-person-text-bls {
    background: #0088CF;
    border-radius: 5px;
    width: 277px;
    padding: 18px 20px;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.partic-check input:checked+label:before {
    content: "";
    background: url(../images/li-is.png)left 0px no-repeat #fff;
}

.partic-check input:disabled+label:before {
    background: #eee;
    color: #aaa;
}

.partic-check label:before {
    content: "";
    display: flex;
    margin-right: 15px;
    text-indent: 0px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 35px;

}

.partic-check input:checked+label:before {
    content: "";
    background: url(../images/li-is.png)left 0px no-repeat #fff;
}

.partic-check input:checked+label {
    color: #0088cf;
}

.partic-check input:disabled+label:before {
    background: #eee;
    color: #aaa;
}

.partic-check input#cb2 {
    display: none;
}

.partic-person-bl {
    width: 416px;
    background: #F5F5F9;
    border: 1px solid #0088CF;
    border-radius: 5px;
    padding: 20px;
}

.team-person-is {
    width: 360px;
    margin: 0 10px 0;
}

.partic-person-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #242321;
    margin: 0 0 20px;
}

.partic-person-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #242321;
    margin: 0 0 40px;
}

.partic-check label {
    display: flex;
    margin: 0 0 15px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #242321;
    cursor: pointer;
}

.partic-but input[type="submit"] {
    padding: 12px 20px;
    margin: 20px 0 0 !important;
    background: #0088CF;
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    width: 96%;
}

.partic-but input[type="submit"]:hover {
    opacity: 0.9;
}

.partic-but {
    text-align: center;
    margin: 0 0 30px;
}

a.rev-buts {
    text-align: center;
    display: block;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-decoration-line: underline;
    color: #0088CF;
}

a.rev-buts:hover {
    text-decoration-line: none;
}

input#checkbox-id3 {
    display: none;
}

.paric-tit-vid {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 20px;
}

.paric-tit-vid span {
    color: #0088CF;
    display: inline-block;
    margin: 0 0 0 10px;
}

.partic-text-vid {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.servis-bl {
    display: flex;
    background: #0088CF;
    border-radius: 5px;
    padding: 40px 20px;
    margin: 0 0 50px;
    flex-wrap: wrap;
}

.servis-tit {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.servis-text-is {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.servis-tetx {
    margin: 0 20px 0 0;
    width: 75%;
}

.servis-but-is a {
    position: relative;
    width: 230px;
    height: 59px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #242321;
}

.servis-but-is {
    margin: 0 0 20px;
}

.servis-but-text {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}

.servis-but-is a:before {
    position: absolute;
    left: 28px;
    top: 17px;
    content: '';
    background: url(../images/icon-phone-team.png)left top no-repeat;
    width: 28px;
    height: 28px;
}

.servis-but-is a:hover {
    opacity: 0.9;
}

/*---------------------*/

.menejment-tit {
     font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: #333333;
    margin: 0 0 20px;
}

.menejment-text {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: #242321;
    margin: 0 0 50px;
}


.blocks-menejment {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.posicion-menejment {
    display: flex;
    flex-direction: column;
    margin: 8px 6px;
    text-align: center;
    width: calc(100%/3 - 12px);
    height: auto;
    background: #FFFFFF;
    border: 1px solid #0088CF;
    border-radius: 5px;
    cursor: pointer;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .posicion-menejment {
        width: calc(100%/2 - 12px);
    }
}

@media (max-width: 575px) {
    .posicion-menejment {
        width: 100%;
    }
}

.office-is {
    margin: 35px 0 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.office-is img {
    margin: 0 10px 0 0;
}

.office-is .office {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #242321;
}

.office-is img {
    margin: 0 10px 0 0;
}

.office-is {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #242321;
}

.Manager {
    margin: 0 0 13px 0;
     font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #242321;
}

.price {
     font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 23px 0;
    letter-spacing: -0.02em;
    color: #242321;
}

.more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
}

.more a,
.more span {
    padding: 15px 0 0 0;
    width: 240px;
    height: 52px;
     font-family: 'gilroy';
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    background: #0088CF;
    border-radius: 5px;
    cursor: pointer;
}

.posicion-menejment:hover .office {
    color: #ffffff;
}

.posicion-menejment:hover {
    background: #0088CF;
    border-radius: 5px;
    color: #FFFFFF;
}

.posicion-menejment:hover .Manager {
    color: #fff;
}

.posicion-menejment:hover a,
.posicion-menejment:hover span {
    color: #0088cf;
    background: #FFFFFF;
}

.posicion-menejment:hover .price {
    color: #ffffff;
}

.posicion-menejment:hover {
    color: #ffffff;
}

.office {
    position: relative;
}

.office:before {
    position: absolute;
    left: -28px;
    top: -3px;
    content: '';
    background: url(../images/map-icon.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

.posicion-menejment:hover .office:before {
    position: absolute;
    left: -28px;
    top: -3px;
    content: '';
    background: url(../images/map-icon-h.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

.contact-bl {
    background: #F5F5F9;
    border: 1px solid #0088CF;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    padding: 38px 30px;
    flex-wrap: wrap;
}

.device {
    display: flex;
    width: 45%;
}

.devise-img {
    margin: 0 20px 0 0;
}

.devise-text {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    color: #242321;
}

.devise-text span {
     font-family: 'gilroy';
    font-weight: 900;
}

.devise-img img {
    width: 40px;
    max-width: 100%;
    height: auto;
}

.vacans-more-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 65px;
    align-items: end;
}

.worck-vacans-tit {
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    color: rgba(51, 51, 51, 0.6);
    margin: 0 25px 0 0;
}

.worck-vacans-bl {
    display: flex;
    margin: 20px 0 0 0;
    align-items: baseline;
}

.worck-prise-tit {
     font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: #0088CF;
}

@media (max-width: 480px) {
    .worck-prise-tit {
        margin-bottom: 10px;
        font-size: 26px;
    }
}

.worck-prise-com {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(51, 51, 51, 0.6);
}

@media (max-width: 480px) {
    .worck-prise-com {
        margin-bottom: 10px;
    }
}

.vacans-but a {
    width: 258px;
    background: #0088CF;
    border-radius: 5px;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    text-decoration: none;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.vacans-but a:hover {
    opacity: 0.9;
}

.vacans-icon-tti {
     font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #242321;
    margin: 0 0 25px;
}

ul.vacans-il {
    margin: 0 0 60px;
}


ul.vacans-il li {
    position: relative;
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 14px 0;
    color: #242321;
    padding: 0 0 0 40px;
}

ul.vacans-il li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../images/li-vacans.png)left top no-repeat;
    width: 24px;
    height: 24px;
}

.vacans-condit {
    display: flex;
}

.contact-bl.is {
    width: 388px;
}

@media (max-width: 877px) {
    .contact-bl.is {
        width: 100%;
        margin-bottom: 50px;
    }
}

.contact-bl.is .device {
    width: auto;
    margin: 0 0 10px;
}

.devise-img.is {
    width: 20%;
}

.tabs-wrap.is {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tabs-buts-news {
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #242321;
}

.tabs-buts-news:hover {
    text-decoration: none;
}

.tabs-wrap.is {
    margin: 45px 0 0px 0;
}

.news-bl {
    display: flex;
    align-items: center;
    margin: 40px 0 40px;
}

.news-img-bl {
    position: relative;
    width: 536px;
    margin: 0 30px 0;
    padding-bottom: 23%;
}

@media (max-width: 767px) {
    .news-img-bl {
        padding-bottom: 37%;
    }
}

.news-img-bl img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .news-img-bl {
        margin: 0 0 30px 0;
    }
}

.news-text-bl {
    flex-basis: 635px;
    max-width: 635px;
}

@media (max-width: 767px) {
    .news-bl {
        flex-wrap: wrap;
    }
}

.news-tit {
     font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    color: #242321;
    margin: 0 0 15px;
}

.news-time {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #686868;
    margin: 0 0 10px;
}

.nes-but a {
    width: 193px;
    border: 1px solid #0088CF;
    border-radius: 5px;
    text-decoration: none;
    padding: 13px 25px;
     font-family: 'gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #242321;
}

.nes-but a:hover {
    background: #0088CF;
    border-radius: 5px;
    color: #FFFFFF;
}

.tabs-buts-news {
    margin: 15px 0 0;
}

.more-but-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}

.more-but-is a {
    background: #0088CF;
    border-radius: 5px;
     font-family: 'gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    width: 142px;
}

.menejment-tits {
     font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: #333333;
    margin: 0 0 20px;
}

.more-but-is a:hover {
    opacity: 0.9;
}

.more-but-is {
    margin: 0 38px 0 0;
}

.more-time {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 45px;
    color: #686868;
    margin: 20px 0 8px;
}

.more-tit {
     font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    color: #242321;
}

.more-tetx {
     font-family: 'gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #686868;
}


/*NEWS*/

.news-title {
    margin-bottom: 25px;
}

.tabs-gallery {
    width: 30% !important;
}

.gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.gallery-block {
    width: 50%;
    padding: 0 15px 30px;
}

.gallery-wrap .gallery-block .video-is {
    position: relative;
    padding-bottom: 43%;
}

.gallery-wrap .gallery-block .video-is img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-block2 {
    width: 50%;
}

.why-title {
    font-size: 24px;
    line-height: 40px;
     font-family: 'gilroy';
    font-weight: 900;
    margin: 22px 0 5px 0;
}

.why-body {
    font-size: 16px;
    line-height: 26px;
    color: #0088CF;
}

.menu-photo {
    display: flex;
    margin-bottom: 27px;
}

.menu-photo li {
    display: block;
    margin: 0 30px 0 0;
}

.menu-photo li a {
    font-size: 16px;
     font-family: 'gilroy';
    font-weight: 900;
    line-height: 26px;
    color: #989898;
    text-decoration: none;
}

.menu-photo li a:hover {
    text-decoration-line: underline;
    color: #0088CF;
}

.gallery-main-block {
    margin-bottom: 40px;
}

.photo-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px -10px;
}

.photo-block {
    width: 33.3333333333%;
    margin-bottom: 17px;
}

.photo-img {
    position: relative;
    padding: 0 0 47.5%;
    display: block;
}

.photo-img img {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% - 20px);
}

.tabs-gallery-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tabs-else {
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
}

.tabs-else:hover {
    text-decoration: none;
}

/******/

.reseve-but.is {
    display: none;
}




/*-------------------------*/

@media (max-width: 1224px) {

    .payment-information-is {
        width: auto;
        border-right: none;
        margin: 0;
    }


}


@media (max-width: 1193px) {

    .filter-is-buts-cont {
        justify-content: center;
    }

    /*.filter-wrap{
  justify-content: center;
}*/

    .video-text-bl {
        width: auto;
    }


}


@media (max-width: 1179px) {

    .-info-is-payment {
        border-left: none;
    }

    .info-bls-m-s {
        display: block;
    }

    .info-bls-m {
        display: none;
    }

    .payment {
        margin: 10px 0;
    }

    .rent {
        margin: 10px 0 35px;
         font-family: 'gilroy';
    font-weight: 500;
        font-style: normal;
        font-size: 18px;
        line-height: 30px;
        color: #242321;
    }

    .info-is-deposit {
        margin: 15px 0;
    }

    .com-text-is {
        width: auto
    }

    /*.cart-galler-is.fixed{
  position: relative;
}*/

    .cart-galler-is {
        position: relative;
    }

    .iss.slick-initialized.slick-slider {
        margin: 0 0 0 25px;
        width: calc(100% - 50px);
    }

    .slider-is {
        width: auto;
    }

    .then-text-is:before {
        position: absolute;
        background: none;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
    }

}

.scrol-bl {
    bottom: 230px;
}


@media (max-width: 1102px) {
    .reseve-table-is {
        width: 37%;
    }

    .reseve-table-bl {
        justify-content: space-around;
    }

    .shop-cars-cat-but a {
        font-size: 18px;
        width: auto;
    }

    .condit-text-is {
        width: 50%;
    }

    .oficeal-bl-is {
        margin: 0 0 100px 0;
        text-align: center;
    }

    .oficeal-bl {
        margin: 0;
    }

}

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

@media (max-width: 1030px) {

    /*.cart-galler-iss{
  display: block;
}

.cart-galler-iss{
  display: block;
}

.cart-galler-is{
  display: none;
}*/

    .right-colum {
        width: auto;
    }

}

@media (max-width: 999px) {
    .photo-block {
        width: 50%;
    }


    .work-title {
        font-size: 30px;
    }

    .work-link a {
        width: 33%;
    }

}

@media (max-width: 980px) {

    /*.cart-galler-iss{
  display: block;
}*/

    .-info-is-payment {
        border-left: none;
        padding: 0;
    }

    .table-bl-is2 {
        overflow: scroll;
    }

    .slider-img {
        width: 105.5%;
        height: 100%;
    }

    .worck-big-bg-is {
        display: block;
    }

    .work {
        background: none;
        padding: 50px 0;
    }

    .worck-big-bg-is img {
        height: auto;
        position: absolute;
        z-index: -1;
        top: 2%;
        right: 0;
        width: 50%;
    }

    .work-title {
        font-size: 31px;
        text-align: left;
    }

    .worck-big-bg {
        text-align: center;
    }

    .work-link {
        display: flex;

    }

    .header-right {
        display: none;
    }

    /*.burger svg.is {
  position: absolute;
  top: 75px;
  right: -18px;
}*/


    .burger {
        display: flex !important;
    }

    .phone-mob {
        display: block;
    }

    .header-wrap {
        display: block;
    }

    .header2 {
        display: none;
    }

    .header-left {
        position: relative;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .header-block {
        padding: 0 20px 0 0px;
    }

    .slider-text-bl {
        width: auto;

    }

    .slider-is {
        width: auto;
        justify-content: center;
        display: block;
    }

    .chat-rew-title {
        width: auto;
        padding: 0 10px;
    }

    .link-rew {
        width: auto;
        margin: 0 10px;
    }

    .map-wrap {
        display: block;
    }

    .map-block {
        width: 100%;
        margin: 0 0 -7px 0;
    }

    .map-block2 {
        width: 100%;
    }

    .formtab-block {
        margin-bottom: 51px;
    }

    .phone-cotact-wrap {
        display: block;
    }

    .phone-cotact {
        width: 100%;
        margin-bottom: 21px;
    }

    .address-cotact {
        width: 100%;
    }

    .phone-cotact2 {
        width: 100%;
    }

}

@media (max-width: 957px) {

    .comp-bl {
        flex-wrap: wrap;
    }

    .left-colum {
        width: auto;
        margin: 0 0 20px 0;
    }

    .colum-menu {
        display: flex;
        width: auto;
    }

}

@media (max-width: 930px) {

    .forms-rev-text {
        margin: 30px 0 0;
        width: auto;
    }

    .tit-cars {
        font-size: 23px;
        line-height: 40px;
        margin: 10px;
        z-index: 0;
    }

    .cars-text {
        font-size: 14px;
        padding: 14px;
        z-index: 0;
    }

    .ransos-is-icon {
        width: 30%;
    }

}

@media (max-width: 877px) {

    .vacans-condit {
        flex-wrap: wrap;
    }

    .client-comp {
        width: auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .cart-galler-text {
        width: 100%;
        margin: 0;
    }

    .cart-galler-is {
        width: 100%;
    }

    .tit-cars {
        font-size: 23px;
        line-height: 40px;
        margin: 10px;
        z-index: 0;
        color: #000;
        text-align: left;
    }

    .cars-text.catalog {
        width: 100%;
    }

    .cars-bl {
        background: #fff;
        padding: 0;
    }

    .cors-bg {
        background: #fff;
    }

    .cars-text.catalog {
        width: 100%;
    }



    .work-link a {
        width: auto;
    }

    .disgn-is {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ransos-is-icon {
        width: 45%;
    }

    .header2-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header2-li {
        margin: 0 0 40px;
    }

    .header2-link {
        padding: 0 0 0 30px;
        border-left: 1px solid transparent;
    }

    .forms-tit {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .forms-but-text {
        font-size: 15px;
    }

    .cart-galler-is.fixed {
        position: relative;
        right: auto;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

}

@media screen and (max-width: 768px) {

    .shop-cars-cat-but a {
        width: 355px;
    }

    .gallery-wrap {
        display: block;
    }

    .gallery-block {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .gallery-block2 {
        width: 100%;
        margin: 0;
    }

    .tabs-gallery {
        width: 100% !important;
    }


    .tabs-gallery-wrap {
        flex-wrap: wrap;
    }

    .tabs-else {
        margin-top: 15px;
    }



    .payment-information-is {
        width: 100%;
    }

    .rew-wrap {
        flex-wrap: wrap;
    }

    ul.tabs {
        width: 755px;
    }

    .rew-left {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .rew-right {
        width: 100%;
    }

    .rew-block-wrap {
        background: #F7F7FB;
        padding: 15px 12px 18px 12px;
        border-radius: 5px;
        margin-bottom: 19px;
    }

    .media-rew-img {
        display: none;
    }

    .media-rew-body {
        padding: 0;
    }

    .media-rew-body {
        font-size: 14px;
        line-height: 28px;
    }

    .star-rew {
        margin-bottom: 15px;
    }

    .rew-right-wrap {
        display: none;
        margin-bottom: 40px;
    }

    .pagination {
        display: none;
    }

    .show-else {
        display: block;
        text-decoration: none;
    }

    .show-else:hover {
        opacity: 0.9;
    }

    .rew-right-wrap2 {
        display: block !important;
    }

    .rew-title {
        font-size: 30px;
        line-height: 40px;
        padding: 0 0 10px 0;
    }

    .rew-suptitle {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-block-wrap {
        display: block;
    }

    .contact-block {
        width: 100%;
        margin-bottom: 32px;
    }

    .contact-block2 {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
    }

    .contact-block-wrap {
        margin-bottom: 10px;
    }

    .contact-block2:last-child {
        margin-bottom: 0;
    }

    .contact-block2:before {
        display: none;
    }

    .tabs-wrap {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .phone-cotact a {
        display: block;
    }

    .phone-cotact2 a {
        display: block;
    }

}

@media (max-width: 762px) {

    ul.menu-is {
        margin: 0 10px 0 0;
    }

    .foot-menu {
        display: flex;
        flex-wrap: wrap;
    }


    .device {
        width: auto;
        margin: 0 0 20px;
    }

    .filter-button2 button {
        width: 362px;
    }

    .shop-cars.is11 {
        display: block;
    }


    .shop-cars.is.responsive {
        display: block;
    }

    .forms-tit span {
        display: block;
    }

    .buy-cars-wrap {
        flex-wrap: wrap;
    }

    .cars-bl {
        justify-content: start;
        padding: 0;
    }

    .shop-cars-img-but a {
        position: absolute;
        left: 10px;
        top: 110px;
        width: 50%;
        padding: 8px;
    }

    .condit-text-is {
        width: auto;
        margin: 10px;
    }

    .condit-icon-text {
        width: auto;
        margin: 10px;
    }

    .condit-text {
        justify-content: center;
    }

    .condit-tit {
        text-align: center;
        margin: 10px;
    }

}

@media (max-width: 753px) {
    .spec-offer-bls2 {
        display: flex;
        padding: 20px;
    }

    .spec-offer-text-bl {
        margin: 0;
        width: auto;
    }

    .spec-offer-is {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .spec-offer-bls {
        display: none;
    }

    .foot-but-menu a {
        width: 100%;
        display: block;
        text-align: left;
        margin: 4px 0;
    }

    .foot-but-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }


    .filter-is-buts-cont {
        display: none;
    }

    .container .filter-tit {
        display: none;
    }

    .container .filter-wrap {
        display: none
    }


    .container .mt-munu-mb1 {
        display: block;
    }

    .accordion__item__body1 .filter-wrap-buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .accordion__item__body1 .filter-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 50px;
        flex-wrap: wrap;
    }

    .accordion__item__body1 .filter-button2 {
        padding: 0 0 0 25px;
        margin: 20px 0 0;
    }

    .accordion__item__body1 .filter-padding {
        padding: 16px 10px 16px 11px;
        margin: 20px;
        width: 100%;
    }

    .cors-bg {
        background: #fff;
    }

    .cars-bl {
        justify-content: start;
        margin: 0 0 10px;
    }

    .forms-cars-bl {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .forms-cars-text {
        width: auto;
    }

    .header2-ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .advanted-is {
        width: 50%;
        justify-content: center;
    }

    .table-bl-is {
        overflow: scroll;
    }

    .we-coming-block {
        width: auto;
    }

    .we-coming-wrap {
        flex-wrap: wrap;
        padding: 0;
    }

    .buy-cars-block {
        width: auto;
    }


    .buy-cars-title {
        line-height: 40px;
    }

    .buy-cars-inner-block {
        width: 100%;
        margin: 10px;
    }

    .footer-inf {
        width: 100%;
    }


}

@media (max-width: 715px) {

    .servis-tetx {
        margin: 0 0 25px;
        width: auto;
    }

    .partic-person-bl {
        width: auto;
    }

    .team-person-text-bls {
        width: auto;
    }

    .team-person-is {
        width: auto;
    }

    .work-suptitle {
        width: 45%;
    }

    .work-title {
        width: 58%;
    }


    .photo-block {
        width: 1000%;
    }

    .tabs-gallery {
        width: 100% !important;
    }

}

@media (max-width: 580px) {

    .crumbs-bl {
        margin: 15px 0px;
    }

    .reseve-but.is {
        display: block;
        margin: 20px 0 35px;
    }

    .reseve-but {
        display: none;
    }

    /*.scrol-bl{
  display: none;
}*/

    .ransos-is-icon {
        width: auto;
    }

    .advanted-is {
        width: 100%;
        justify-content: center;
    }

    .then-text-is {
        width: auto;
    }

}

@media (max-width: 565px) {

    /*.cart-galler-iss {
  display: block;
  width: 96%;
  margin: 0 auto;
}*/

    .estimated-tit {
        width: 50%;
    }


    a.chose-but {
        position: relative;
        top: 0;
        left: 0;
        margin: 20px auto;
    }

    .buy-cars-block-wrap {
        flex-wrap: wrap;

    }

    .advanted-is {
        width: 100%;
    }

    .many-icons-is {
        width: auto;
    }

    .reseve-table-bl {
        justify-content: unset;
    }

    .reseve-table-is {
        width: auto;
        margin: 0 10px 10px;
    }

    .chose-car-is {
        flex-wrap: wrap;
    }

    .chose-car-bls {
        width: auto;
    }

    .phone-text {
        width: auto;
        margin: 0 0 0 50px;
    }

    .phone-img {
        width: auto;
        margin: 10px;
    }

    .team-pers {
        margin: 10px;
        width: auto;
    }

    .forms-but-text span {
        font-size: 19px;
    }

    div#application_md input {
        justify-content: center;
    }

    .reseve-tit {
        line-height: 40px;
        margin-bottom: 15px;
    }

    .reseve-tit-2 {
        line-height: 40px;
    }

}

@media (max-width: 480px) {

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    .iss.slick-initialized.slick-slider {
        margin: 0;
        width: 100%;
    }

    .slick-dots2 {
        display: none !important;
    }

    .oficeal-tit {
        line-height: 40px;
        text-align: left;
    }

    .foot-boot {
        flex-wrap: wrap;
        justify-content: center;
    }

    .copu-foot {
        width: 100%;
        text-align: center;
    }

    .foot-web {
        width: 100%;
        text-align: center;
    }

    .tit-cars {
        font-size: 20px;
        line-height: inherit;
        margin: 10px;
        z-index: 0;
        color: #000;
    }

    .cars-text.catalog {
        font-size: 13px;
    }

    .slider-tit {
        margin: 0;
    }

    .ranson-text-icon {
        margin: 0 15px 20px;
        width: 75%;
    }

    .forms-cars-forms {
        padding: 0px;
    }

    .oficeal-bl-is {
        margin: 0 0 49px 0;
        text-align: center;
    }

    .shop-cars-is {
        margin: 0 auto 10px;
    }

    .reseve-table-is {
        margin: 0;
    }

    .forms-cars-bl {
        display: flex;
        justify-content: space-around;
        background: #F5F5F9;
        border-radius: 5px;
        padding: 25px;
        align-items: center;
        margin: 0 0 10px;
    }

    .work-wrap {
        margin: 20px;
        padding: 0;
    }

    .disgn-img {
        margin: 5px 0 0;
        width: 100%;
    }

    .disgn-img img {
        width: 100%;
    }



    .soc-is a img.dva {
        position: relative;
        margin: 0 20px 0 0;
    }

    .foot-menu {
        margin: 5px 0;
    }

    .work-link a {
        width: 100%;
    }

    .buy-cars-inner-block {
        margin: 0;
    }

    .work-block {
        padding: 0 0px 0 0;
        margin: 0 0 10px;
    }

    .work-wrap {
        margin: 30px 0;
    }

    .shop-cars-tit-in {
        line-height: 40px;
        margin: 0 0 10px;
    }

    .video-text-bl {
        font-size: 23px;
    }

    .video-text-bl span {
        font-size: 23px;
    }

    .many-icons-is {
        width: 100%;
    }

    .form-cars-input {

        display: block;
    }

    .forms-cars-bl {
        padding: 25px 5px;
    }

    .forms-cars-bl {
        padding: 0;
        display: block;
        background: #fff;
    }

    .forms-buttom {
        padding: 0 0 0;
        background: #fff;
    }

    .many-cars-bl {
        padding: 20px 0;
        margin-top: 40px;
    }

    .ranson-icon {
        width: 50px;
        margin: 0 0 10px 0;
    }

    .ransos-is-icon {}

    .many-icons-is {
        margin: 0 5px 10px;
    }

    .reseve-bl {
        padding: 0 0 20px;
        margin: 0;
        background: #ffffff;
    }

    .reseve-table-is {}

    .footer-bl {
        display: block;
        margin: 0 15px;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-bl+.footer-bl {
        padding-top: 0;
    }

    .ranson-icon-bl {
        display: block;
    }

    .ransos-is-icon {
        display: flex;
        margin: 0;
    }

    .ranson-icon-bl {
        margin: 0;
    }

    .slick-next {
        display: none !important;
    }

    .foot-but-menu a {
        width: 100%;
        display: block;
        margin: 0;
    }

    .soc-foot {
        display: none;
    }

    .soc-foot.is {
        display: flex;
        margin-bottom: 24px;
        margin-right: 0;
    }

    .form-cars-input span {
        width: auto;
    }

    .form-cars-input span {
        width: auto;
    }

    .forms-cars-forms {
        padding: 20px 10px 70px;
        background: #F5F5F9;
    }

    .worck-big-bg-is {
        display: block;
        margin: 0 -15px;
    }

    .soc-foot2 {
        display: flex;
    }

}

@media (max-width: 600px) {

    .colum-menu {
        max-width: calc(100vw - 15px);
        overflow-x: auto;
        padding-right: 20px;
        margin-bottom: 20px;
    }

}

@media (max-width: 420px) {


    .colum-menu a {
        width: 100%;
    }

    .client-bl {
        margin: 0;
        width: 100%;
    }

    .work-suptitle {
        width: 57%;
    }

    .worck-big-bg-is img {
        height: auto;
        position: absolute;
        top: 9%;
        right: 0;
        width: 90%;
    }

    .work-link {
        padding: 300px 0 0 0;
    }

    .work-title {
        width: auto;
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }

    .shop-cars-is {
        width: auto;
    }

    .block-cobinet-treaty {
        width: 100%;
    }

    .block-cobinet-code {
        width: 100%;
    }

    input.block-cobinet-treaty {
        width: 100%;
    }

    .block-cobinet-date a {
        width: 100%;
    }
}

@media (max-width: 420px) {

    .years-bl {}

    .menu-photo li {
        display: block;
        margin: 0 15px 0 0;
    }

}

@media (max-width: 380px) {
    .work-link {
        padding: 220px 0 0 0;
    }

}


@media (max-width: 360px) {

    .menu-photo li {
        display: block;
        margin: 0 8px 0 0;
    }

    .work-link {
        padding: 230px 0 0 0;
    }

}

/* cтраница дубликаты номеров */

.top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 18px 40px 12px;
    margin-bottom: 50px;
    background-color: #0088CF;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .top-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .top-block {
        padding: 20px 12px 20px;
        margin-bottom: 30px;
    }
}

.top-block__left {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding-top: 15px;
    padding-bottom: 12px;
}

.top-block__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    max-width: 50%;
    padding-left: 60px;
    padding-right: 16px;
    padding-top: 15px;
    padding-bottom: 12px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 135 135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_43)'%3E%3Cpath d='M131.291 113.397L100.32 82.4231C95.7049 89.6 89.5978 95.704 82.4209 100.319L113.394 131.293C118.339 136.236 126.356 136.236 131.29 131.293C136.235 126.357 136.235 118.34 131.291 113.397Z' fill='white' fill-opacity='0.24'/%3E%3Cpath d='M101.25 50.625C101.25 22.6681 78.5825 0 50.625 0C22.6681 0 0 22.6681 0 50.625C0 78.582 22.6681 101.249 50.625 101.249C78.5825 101.249 101.25 78.582 101.25 50.625ZM50.625 88.5923C29.6878 88.5923 12.6566 71.5625 12.6566 50.6253C12.6566 29.6881 29.6878 12.6569 50.625 12.6569C71.5617 12.6569 88.5943 29.6881 88.5943 50.6253C88.5943 71.5625 71.5617 88.5923 50.625 88.5923Z' fill='white' fill-opacity='0.24'/%3E%3Cpath d='M21.0938 50.6251H29.5302C29.5302 38.9943 38.9938 29.5315 50.6243 29.5315V21.0942C34.3433 21.0942 21.0938 34.3437 21.0938 50.6251Z' fill='white' fill-opacity='0.24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_43'%3E%3Crect width='135' height='135' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .top-block__right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .top-block__right {
        padding-top: 0;
    }
}

.top-block__title {
    width: 100%;
    max-width: 565px;
    margin: 0;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

@media (max-width: 575px) {
    .top-block__title {
        font-size: 24px;
    }
}

.top-block__desc {
    width: 100%;
    max-width: 565px;
    margin: 0 0 12px;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

.top-block__btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 20px 30px 18px;
    width: 100%;
    margin: 0 0 5px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: #242321;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.top-block__btn:hover,
.top-block__btn:focus {
    background-color: #242321;
    color: #ffffff;
}

.top-block__note {
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.plates-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px;
}

@media (max-width: 565px) {
    .plates-advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
}

.plates-advantages__image {
    position: relative;
    width: 50%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .plates-advantages__image {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        min-height: 0;
    }
}

.plates-advantages__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    .plates-advantages__image img {
        position: static;
        height: auto;
    }
}

.plates-advantages__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    max-width: 470px;
    padding-left: 45px;
}

@media (max-width: 767px) {
    .plates-advantages__desc {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .plates-advantages__desc {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.plates-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.plates-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.plates-advantages__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin-right: 8px;
}

.plates-advantages__icon img {
    max-width: 100%;
    height: auto;
}

.plates-advantages__text {
    margin: 0;
}

.plates-advantages__btn {
    margin-top: auto;
}

@media (max-width: 575px) {
    .plates-advantages__btn {
        width: 100%;
    }
}

.blue-btn {
    display: inline-block;
    vertical-align: baseline;
    min-width: 233px;
    height: 56px;
    padding: 15px 30px 14px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    background-color: #0088CF;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .blue-btn {
        min-width: 0;
    }
}

.blue-btn:hover,
.blue-btn:focus {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.plates-price {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .plates-price {
        margin-bottom: 35px;
    }
}

.plates-price__title {
    width: 100%;
    margin: 0 0 50px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    color: #242321;
}

@media (max-width: 575px) {
    .plates-price__title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 25px;
    }
}

.plates-price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

@media (max-width: 575px) {
    .plates-price__list {
        margin: 0;
    }
}

.plates-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .plates-price__item {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.plates-price__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 360px;
    height: 145px;
    border-radius: 5px;
    background-color: #F5F5F9;
}

.plates-price__image::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
}

@media (max-width: 575px) {
    .plates-price__image {
        width: 100%;
    }
}

.plates-price__image img {
    height: auto;
}

.plates-price__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 29px;
}

@media (max-width: 575px) {
    .plates-price__text {
        width: 100%;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.plates-price__num {
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 18px;
    line-height: 36px;
    color: #242321;
}

.plates-price__cost {
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color: #0088CF;
}

.plates-form {
    margin-bottom: 80px;
}

@media (max-width: 575px) {
    .plates-form {
        margin-bottom: 35px;
    }
}

.plates-form__title {
    width: 100%;
    margin: 0 0 14px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    color: #242321;
    text-align: center;
}

@media (max-width: 575px) {
    .plates-form__title {
        font-size: 24px;
        line-height: 1.2;
        text-align: left;
    }
}

.plates-form__title b {
     font-family: 'gilroy';
    font-weight: 900;
    color: #0088CF;
}

.plates-form__text {
    width: 215px;
    padding-right: 15px;
    margin: 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #242321;
    text-align: left;
}

@media (max-width: 575px) {
    .plates-form__text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
        text-align: left;
    }
}

.plates-form__image {
    display: block;
    width: 267px;
    height: auto;
    margin: 0 auto 40px;
    filter: drop-shadow(0px 4px 15px rgba(0, 136, 207, 0.19));
}

/*@media (max-width:  575px) {
.plates-form__image {
  display: none;
}
}*/

.plates-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .plates-form__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.plates-form__body .form-control {
    width: 290px;
    height: 57px;
    margin-right: 16px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .plates-form__body .form-control {
        width: 100%;
        margin-right: 0;
    }
}



.plates-form__body .form-control--select {
    width: 104px;
}

@media (max-width: 767px) {
    .plates-form__body .form-control--select {
        margin-right: 16px;
    }
}

@media (max-width: 767px) {
    .plates-form__btn {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}


.form-control--select button,
.form-control--select.active>button {
    width: 100%;
    height: 100%;
    padding-left: 18px !important;
    padding-right: 13px !important;
}

.form-control--select.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control--select button span {
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: #242321;
}

.form-control--select input[type='radio'] {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

.form-control--select.active .dropdown-menu {
    top: calc(100% - 1px);
    background-color: #F5F5F9;
    border-radius: 0px 0px 5px 5px
}

.dropdown-menu li:first-child label {
    padding-top: 12px;
}

.dropdown-menu li:last-child label {
    padding-bottom: 12px;
}

.dropdown-menu label {
    display: block;
    width: 100%;
    padding: 6px 12px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: #242321;
    cursor: pointer;
}

.form-control input {
    width: 100%;
    height: 100%;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
}

.registration-info {
    margin: 0 0 80px;
}

.registration-info--menu {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .registration-info {
        margin-bottom: 50px;
    }
}

.registration-info__title {
    width: 100%;
    margin: 0 0 30px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: #242321;
}

@media (max-width: 575px) {
    .registration-info__title {
        font-size: 24px;
        line-height: 1.2;
        margin: 0 0 20px;
    }
}

.registration-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 10px;
}

.registration-info__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 30px;
    width: calc(100%/3);
}

.registration-info--menu .registration-info__item {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .registration-info__item {
        width: 100%;
    }

    .registration-info--main .registration-info__item,
    .registration-info--menu .registration-info__item {
        width: calc(100%/3);
    }
}

@media (max-width: 767px) {

    .registration-info--main .registration-info__item,
    .registration-info--menu .registration-info__item {
        max-width: 100%;
        width: 100%;
    }

    .registration-info--menu .registration-info__item {
        width: 388px;
        min-height: 160px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .registration-info__item {
        padding-bottom: 15px;
    }
}

.registration-info__icon {
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -15px;
}

.registration-info--main .registration-info__icon {
    z-index: 2;
    top: -22px;
    left: -22px;
}

.registration-info__icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left top;
    object-position: left top;
}

.registration-info__body {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 18px 18px 120px;
    text-decoration: none;
    background: #000000;
    border-radius: 5px;
    min-height: 120px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.registration-info--main .registration-info__body {
    min-height: 120px;
    padding-left: 124px;
}

.registration-info--menu .registration-info__body {
    background: #242321;
    width: 100%;
    padding: 38px 30px;
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.registration-info--menu .registration-info__body img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.registration-info--menu .registration-info__body:hover img,
.registration-info--menu .registration-info__body:focus img {
    opacity: 0;
}

.registration-info--main .registration-info__body::after {
    position: absolute;
    right: -22px;
    bottom: -22px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.15);
    line-height: 1;
    content: 'П';
}

@media (max-width: 991px) {
    .registration-info--menu .registration-info__body {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .registration-info__body {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .registration-info__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 110px;
    }
}

.registration-info__text {
    margin: 0;
    color: #ffffff;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}

.registration-info--main .registration-info__text {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 30px;
}

.registration-info--menu .registration-info__text {
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.registration-info--menu .registration-info__body:hover .registration-info__text,
.registration-info--menu .registration-info__body:focus .registration-info__text {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {

    .registration-info--main .registration-info__text,
    .registration-info--menu .registration-info__text {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .registration-info--main .registration-info__text {
        font-size: 24px;
        line-height: 30px;
    }
}

.registration-info__note {
    width: 100%;
    margin: 16px 0 0;
    padding: 0 5px;
     font-family: 'gilroy';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #242321;
}

.warning-block {
    margin: 0 0 30px;
    padding: 18px 50px 20px;
    background: #F5F5F9;
    border: 1px solid #0088CF;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .warning-block {
        padding: 18px 20px;
    }
}

.warning-block__text {
    margin: 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #242321;
}

.warning-block__text strong {
    font-size: 20px;
    color: #0088CF;
}

.licenses {
    max-width: 1100px;
    margin: 0 auto 70px;
}

@media (max-width: 575px) {
    .licenses {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        margin-bottom: 50px;
    }
}

.licenses__title {
    margin: 0 0 50px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: #242321;
    text-align: center;
}

@media (max-width: 575px) {
    .licenses__title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.2;
    }
}

.licenses__item {
    padding: 0 0 15px;
    margin: 0 25px;
}

@media (max-width: 575px) {
    .licenses__item {
        padding: 0 0 35px 0;
        margin: 0 6px;
    }
}

.licenses__img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 147%;
}

.licenses__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.licenses .slick-slide {
    /*-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);*/
    -webkit-transition: .3s ease-in-out all;
    -o-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
}

@media (max-width: 575px) {
    .licenses .slick-slide {
        opacity: 0.3;
    }

    .licenses .slick-slide.slick-current {
        opacity: 1;
    }
}

/*
.licenses .slick-slide.slick-center {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}*/

.licenses .slick-slide.slick-center .licenses__img::before {
    border-width: 0.5px;
}

.licenses ul.slick-dots li {
    width: 15px;
    height: 15px;
}

.licenses ul.slick-dots li.slick-active {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
}

.licenses ul.slick-dots {
    position: static;
}

.plates-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .plates-map {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 37px;
    }
}

.plates-map__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    max-width: 100%;
    height: 580px;
    padding: 50px 35px;
    background-color: #0088CF;
    color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 310 432' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M154.94 0.223877C69.7494 0.223877 0.442383 70.3359 0.442383 156.515C0.442383 263.466 138.702 420.476 144.589 427.107C150.118 433.337 159.771 433.326 165.29 427.107C171.177 420.476 309.437 263.466 309.437 156.515C309.435 70.3359 240.129 0.223877 154.94 0.223877ZM154.94 235.149C112.078 235.149 77.209 199.874 77.209 156.515C77.209 113.156 112.079 77.8814 154.94 77.8814C197.8 77.8814 232.669 113.157 232.669 156.516C232.669 199.875 197.8 235.149 154.94 235.149Z' fill='white' fill-opacity='0.15'/%3E%3Cellipse cx='156.404' cy='154.447' rx='58.8511' ry='60.5106' fill='white' fill-opacity='0.15'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left -145px center;
    background-size: auto 70%;
}

@media (max-width: 767px) {
    .plates-map__desc {
        padding: 30px 15px;
        width: 50%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .plates-map__desc {
        width: 100%;
        background-position: left -120px center;
    }
}

.plates-map__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0 0 30px;
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
}

@media (max-width: 767px) {
    .plates-map__title {
        font-size: 24px;
        line-height: 1.2;
    }
}

.plates-map__container {
    position: relative;
    height: 580px;
    width: calc(100% - 375px);
    background-color: #f5f5f9;
    overflow: hidden;
}

@media (max-width: 767px) {
    .plates-map__container {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .plates-map__container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .plates-map__container {
        height: 250px;
    }
}

.plates-map__container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.plates-map__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.plates-map__list {
    margin: 0;
    list-style: none;
}

.plates-map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
     font-family: 'gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-left: 30px;
    width: calc(100% - 30px);
    cursor: pointer;
}

@media (max-width: 575px) {
    .plates-map__item {
        line-height: 1.4;
    }
}

.plates-map__item.active {
     font-family: 'gilroy';
    font-weight: 500;
}

.loader {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-color: rgba(32, 21, 19, 0.5);
    opacity: 0;
    overflow: hidden;
}

.loader.is-active {
    top: 0;
    opacity: 1;
}

.loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: 100;
    width: 48px;
    height: 48px;
    border: solid 8px #0088CF;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    content: '';
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@keyframes blink {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

.number-box__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    height: 75.5px;
    margin: 0;
}

.number-box__inner>img,
.number-box__inner>picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control--gosnomer {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 14px 0 16px 14px;
    width: 190px;
}

.form-control--region {
    position: relative;
    padding: 14px 16px 30px 3px;
    z-index: 2;
}

.form-control--gosnomer input {
    padding-left: 15px;
    padding-right: 0;
    border: none;
    font-family: 'RoadNumbers';
    font-size: 45px;
    letter-spacing: 0.02em;
    background: transparent;
    text-transform: uppercase;
}

.form-control--region input {
    padding-left: 1px;
    padding-right: 11px;
    font-family: 'RoadNumbers';
    border: none;
    font-size: 32px;
    text-align: center;
    background: transparent;
}

.plates-form__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    margin-top: -10px;
    padding-bottom: 30px
}

@media (max-width: 575px) {
    .plates-form__number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.plates-form__keys {
    display: none;
    position: absolute;
    bottom: calc(100% - 5px);
    font-size: 14px;
    text-align: center;
    color: #ff0000;
}


body.lock {
    position: relative;
    overflow: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
}

@media (max-width: 767px) {
    .modal {
        padding: 10px;
    }
}

.modal__container {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.modal__inner {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    width: 600px;
    padding: 50px 30px 30px;
}

@media (max-width: 575px) {
    .modal__inner {
        padding: 50px 15px 30px;
    }
}

.modal__close {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: transparent;
    border: none;
}

.modal__close span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.modal__close svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    fill: #cccccc;
    transition: all 0.3s ease-in-out;
}

.modal__close:hover span,
.modal__close:focus span {
    background-color: #0088CF;
    border-color: #0088CF;
}

.modal__close:hover svg,
.modal__close:focus svg {
    fill: #fff;
}

.success-text {
    margin: 0;
    font-size: 22px;
    text-align: center;
}

.booking-car-modal__title {
     font-family: 'gilroy';
    font-weight: 900;
    font-size: 22px;
    text-align: center;
}

.booking-car-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-car-modal__inner {
    width: 400px;
}

.booking-car-modal__form .form-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.booking-car-modal__form .form-control {
    width: 100%;
    margin-bottom: 25px;
}

.booking-car-modal__form .form-control input {
    height: 50px;
}

.text-check.form-control input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.text-check.form-control label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.text-check.form-control label a {
    color: #242321;
}

.text-check.form-control label::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-item-container {
    min-height: 100%;
}

.product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.bx_filter_select_container .bx_filter_select_text>img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bx_filter_select_container.active .bx_filter_select_text>img {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.buy-cars-img {
    padding-top: 7px;
    flex-shrink: 0;
}

.buy-cars-img img {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right top;
    object-position: right top;
}

.shop-cars-is__inner,
.product-item-image-wrapper {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: block;
    text-decoration: none;
    color: #000;
}

.cart-galler-is {
    max-width: 600px;
    width: calc(55% - 50px);
}

@media (max-width: 1240px) {
    .cart-galler-is {
        width: 50%;
    }

    .cart-galler-is.fixed {
        width: calc(100vw/2 - 15px);
    }
}

@media (max-width: 877px) {
    .cart-galler-is {
        position: static;
        order: -1;
        display: block !important;
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }

    .cart-galler-bl .cart-galler-is {
        position: static;
    }

    .cart-galler-is.fixed {
        position: static;
        width: 600px;
        max-width: 100%;
    }

    .cart-galler-is .slid-but-is {
        display: none;
    }

    .slid-but-is--mobile {
        display: block;
    }
}

.cart-galler-is .slider .slick-slide {
    margin-right: 0;
}

.cart-galler-is .slider .slick-slide>a {
    display: block;
    position: relative;
    padding-bottom: 69.5%;
}

.cart-galler-is .slider .slick-slide>a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart-galler-is .iss .slick-slide {
    position: relative;
    /*padding-bottom: 12.4%;*/
    height: 67px;
    border-radius: 5px;
    overflow: hidden;
}

.cart-galler-is .iss .slick-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-dots li:first-child:last-child {
    display: none;
}

.news-text-more .more-tit:not(:first-of-type):last-of-type {
    margin-top: 50px;
}

.shop-cars-slider {
    display: block;
}

.shop-cars-slider.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .shop-cars-slider.slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
}

.shop-cars-slider.slick-dotted.slick-slider .slick-dots {
    position: static;
    margin-top: 30px;
}

.shop-cars-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-cars-slider .shop-cars-is {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto;
}

@media (max-width: 575px) {
    .shop-cars-slider .shop-cars-is {
        max-width: 386px;
        margin-left: auto;
        margin-right: auto;
    }
}

.bx_filter_input_checkbox {
    position: relative;
}

.bx_filter_input_checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bx_filter_input_checkbox .bx_filter_param_text {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding-left: 30px;
    min-height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.bx_filter_input_checkbox .bx_filter_param_text:hover,
.bx_filter_input_checkbox .bx_filter_param_text:focus {
    color: #0088CF;
}

.bx_filter_input_checkbox .bx_filter_param_text::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    content: '';
}

.bx_filter_input_checkbox .bx_filter_param_text::after {
    position: absolute;
    left: 9px;
    top: -1px;
    width: 10px;
    height: 17px;
    border-bottom: 3px solid #0088CF;
    border-right: 3px solid #0088CF;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.bx_filter_input_checkbox input:checked+.bx_filter_param_text::after {
    opacity: 1;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding-bottom: 12px;
    padding-top: 11px;
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 7.5px;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li input {
    position: absolute;
    left: 7.5;
    opacity: 0;
    pointer-events: none;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li label {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    padding-left: 30px;
    min-height: 26px;
    font-size: 14px;
    line-height: 26px;
    color: #242321;
     font-family: 'gilroy';
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li label:hover,
.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li label:focus {
    color: #0088CF;
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li label::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    content: '';
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li label::after {
    position: absolute;
    left: 9px;
    top: -1px;
    width: 10px;
    height: 17px;
    border-bottom: 3px solid #0088CF;
    border-right: 3px solid #0088CF;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    content: "";
}

.catalog-filter_form .bx_filter_parameters_box #filter-property-25 > li input:checked + label::after {
    opacity:  1;
}

.bx_filter_parameters_box_title {
    font-size: 14px;
    line-height: 26px;
    color: #242321;
}

.bx_filter_parameters_box_container {
    min-height: 53px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.bx_filter_parameters_box_container {
    padding: 0;
}

.bx_filter_block .filter-padding {
    margin: 0 10px 0 0;
}

.popup-window {
    width: 212px;
    transform: translate(-12px, 15px);
    border-radius: 5px;
    padding: 0;
}

.popup-window .dropdown-menu label {
     font-family: 'gilroy';
    font-weight: 400;
}

#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.shop-cars-slider+.shop-cars-cat-but {
    margin-top: -30px;
}

.reseve-bl .reseve-but a[href^="tel"] {
    color: #ffffff;
}

.mt-0 {
    margin-top: 0 !important;
}

.error-page-content {
    padding: 50px 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-page-content__title {
     font-family: 'gilroy';
    font-weight: 700;
    font-weight: 700;
    font-size: 100px;
    line-height: 1.1;
    margin: 0;
    color: #3089d0;
}

.error-page-content__subtitle {
    margin: 0 0 25px;
     font-family: 'gilroy';
    font-weight: 500;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
}

.error-page-content__text {
    margin: 0;
     font-family: 'gilroy';
    font-weight: 500;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
}

.error-page-content__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error-page-content__btns a {
    margin: 20px 10px 0;
}

@media (max-width: 575px) {
    .team-person-is {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px;
    }
}

.team-person-img {
    position: relative;
    padding-bottom: 133%;
}

.team-person-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.shop-cars-tit {
    min-height: 60px;
}

form .result {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
     font-family: 'gilroy';
    font-weight: 900;
    font-weight: 700;
    color: #0088CF;
}

.news-text-more__photo {
    position: relative;
    max-width: 700px;
    width:  100%;
    padding-bottom: 30%;
}

.news-text-more__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-geo-city .modal__inner {
    width: 400px;
}

.geo-city_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.geo-city_list ul li {
    width:  50%;
    padding-right: 15px;
    margin: 4px 0;
}

.geo-city_list ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.geo-city_list ul li a:hover,
.geo-city_list ul li a:focus {
    color: #0088CF;
    border-color: transparent;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.mw-620 {
    max-width: 620px;
}

.mw-490 {
    max-width: 490px;
}

.mt-40 {
    margin-top: 40px !important;
}

form .error {
    display: none;
    color: red;
}

form .result {
    display: none;
}

.text-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}


.hidden {
    display: none;
}


.card-product .pict {
	height:269px !important;
}

@media (min-width: 992px){
	.card-product:not(.card-product-sold):hover .pict {
		height:296px !important;
	}
}