/* COMMON */
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.ttf);
    font-weight: 300;
}

html {
    overflow-x: hidden;
}

body {
    font-family: Montserrat, serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin: 0;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 76px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    position: relative;
    margin-top: 0;
    margin-bottom: 32px;
    z-index: 2;
}

h2.lined::before {
    content: attr(data-html);
    color: rgba(55, 75, 85, 0.07);
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

h2.lined::after {
    content: "";
    width: 54px;
    height: 2px;
    background-color: #FFCD00;
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: -1;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 56px;

    color: #333;
    font-size: 16px;
    line-height: 16px;

    box-sizing: border-box;
    transition: 320ms;
    outline: none;
    cursor: pointer;
}

.btn:hover {
}


.btn-red {
    background: #ffcd00;
    border-radius: 4px;
    border: 2px solid transparent;
}

.btn-red:hover {
    background: #fff;
    border: 2px solid #ffcd00;
}

.btn-gray {
    background: #a8a8a8;
    border-radius: 4px;
    border: 2px solid transparent;
}

.btn-gray:hover {
    background: #fff;
    border: 2px solid #a8a8a8;
}

.btn-green {
    background: linear-gradient(0deg, #55bb00, #3f8802);
    border-radius: 36px;
    box-shadow: 0 4px 0px rgba(63, 136, 2, 1);
}

.btn-green:hover {
    background: linear-gradient(0deg, #a0db84, #a0db84);
    box-shadow: 0 4px 0px rgba(63, 136, 2, 1), 0 2px 16px rgba(85, 187, 0, 1);
}

.btn-tpr {
    border: 1px solid #FFCD00;
    border-radius: 4px;
    background-color: transparent;
}

.btn-tpr:hover {
    box-shadow: 0 2px 16px rgba(255, 205, 0, 1);;
}

.btn-white {
    background: transparent;
    border-radius: 4px;
    border: 2px solid #FFCD00;
    color: #333;
}

.btn-white:hover {
    border: 2px solid transparent;
    background: #FFCD00;
}

.btn-vk {
    background-color: #e8eef1;
    color: inherit;
    font-size: 12px;
    margin-top: 16px;
}

.btn-vk svg {
    margin-left: 8px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin-top: 0;
}

/* COMMON */

/* HEADER */

header {
    background-color: #FFCD00;
    padding: 8px 0;
}

.logo img {
    width: 100%;
}

.header__logo {
}

.header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.header__link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    transition: 320ms;
    height: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__link:hover {
    color: #fff;
}

.header__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

.header__button .header__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 158px;
    margin-left: 20px;
    border: 2px solid #000;
}

.header__button .header__link:hover {
    background-color: #f7f8f9;
    color: #fc0;
}

.header__social {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 52px;
}

.header__icon a {
    display: flex;
}

.header__nav-btn {
    display: none;

    width: 40px;
    height: 33px;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    background-color: transparent;
}

.header__nav-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    pointer-events: none;
}

.header__nav-btn span::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    pointer-events: none;
}

.header__nav-btn span::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    pointer-events: none;
}

.header__menu-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.13);
    width: 70%;
    height: calc(100vh - 68px);
    overflow-y: auto;
    position: fixed;
    top: 68px;
    right: -100%;
    z-index: 100;
    transition: 320ms;

}

.header__menu-mobile .header__btn {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffcd00;
    border-radius: 36px;
    margin-top: 15%;
    margin-left: 50%;
    margin-right: 20px;
}

/* HEADER */


/* TOP */
.top {
    background-color: #f7f8f9;
    padding: 44px 0;
}

.top .row {
    align-items: center;
}

.top__subtitle {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 32px;
}

.top__marks {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 110px;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(8, 68, 124, .03);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(55, 75, 85, .08);
    margin-bottom: 28px;
}

.slick-prev,
.slick-next {
    width: 34px;
    height: 34px;
    background-color: #eaeaea;
    top: 45%;
    transition: 0.3s;
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    position: absolute;
    top: 36%;
    left: 44%;
    width: 6px;
    height: 11px;
    background-image: url('/themes/premium13/assets/common/img/arrow-right-dark.png');
    background-size: cover;
}

.slick-prev:before {
    transform: rotate(180deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #eaeaea;
}

.new-slider {
    display: none;
}

.new-slider__car-item {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(55, 75, 85, .08);
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.new-slider__car-item.active {
    box-shadow: 0 0 20px rgba(149, 223, 247, 1);
}

.new-slider__item:focus {
    outline: 0;
}

.car-item__city {
    position: absolute;
    top: 200px;
    left: 12px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.car-item__pic {
    width: 100%;
    height: 233px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 -60px 28px rgba(0, 0, 0, .3);

    margin-bottom: 8px;
}

.car-item__name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 0 12px;
}

.car-item__bottom {
    padding: 12px 0;
}

.car-item__price {
    display: flex;
    margin-bottom: 12px;
    padding: 0 12px;
}

.car-item__price .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.car-item__price .price-old {
    font-size: 14px;
    line-height: 18px;
    color: #FFCD00;
    text-decoration: line-through;
}

.car-item__discount {
    display: flex;
    align-items: center;
    padding: 12px 12px 0;
    border-top: 1px solid #e8eaeb;
}

.discount__img {
    flex-shrink: 0;
    width: 23px;
    margin-right: 12px;
}

.discount__sum {
    font-size: 12px;
    line-height: 12px;
}

.btn-top {
    width: 100%;
}

.top__buttons {
    margin-top: 44px;
}

.top .btn-white {
    width: 100%;
}

/* TOP */


/* ABOUT */

.main-about {
    margin-bottom: 44px;
}

.main-about .row {
    align-items: center;
}

.about__text {

}

/* ABOUT */


/* EXAMPLE */
.example {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f8f9 url(../img/bg-example.png) no-repeat 0 200px;
    counter-reset: item;
}

.example__item {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 28px;
}

.example__item::before {
    counter-increment: item;
    content: '0' counter(item);
    position: absolute;
    left: 24px;
    top: 28px;
    color: #FFCD00;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;

}

.example__icon {
    width: 56px;
    margin-left: auto;
}

.example__icon svg {
    fill: #fc0;
}

.example__title {
    line-height: 22px;
    margin-bottom: 20px;
    width: 60%;
}

.example__item p {
    color: #667379;
    line-height: 20px;
    font-weight: 500;
}

.example__row {
    margin-bottom: 136px;
}

.example__col:nth-child(even) {
    margin-top: 44px;
}


.slider-item {
    width: 100%;
}

.slider-item img {
    width: 100%;
}


.slick-dots {
    bottom: -35px;
}

.slick-dots li {
    background: url("/themes/premium13/assets/common/img/slider/point.png") no-repeat center /contain;
    width: 30px;
    height: 30px;
}


.slick-dots li.slick-active {
    background: url("/themes/premium13/assets/common/img/slider/point-active.png") no-repeat center /contain;
}

.slick-dots li.slick-active::before {
    color: #FFCD00;
}

.slick-dots li button::before {
    content: '';
}

.slider__wrapper {
    position: relative;
}

.slider__text-1 {
    line-height: 16px;
    position: absolute;
    top: -2px;
    left: 54%;
    width: 90px;
}

.slider__text-2 {
    line-height: 16px;
    position: absolute;
    right: 129px;
    top: 58%;
    width: 92px;
}

.slider__text-3 {
    line-height: 16px;
    position: absolute;
    bottom: 30px;
    left: 55%;
    width: 120px;
}

.slider__text-4 {
    line-height: 16px;
    position: absolute;
    top: 58%;
    left: 105px;
    width: 127px;
    text-align: right;
}

/* EXAMPLE */


/* WHY */
.why {
    background: url(../img/porche-bg.png) no-repeat center /cover;
    padding: 80px 0;
}

.why h2 {
    color: #fff;
    margin-bottom: 80px;
}

.why h2.lined::before {
    color: rgba(255, 255, 255, 0.07);
}

.why__item {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 28px;
    height: 170px;
}

.why__title {
    line-height: 22px;
}

.why__buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.why__buttons .btn-white {
    margin-right: 30px;
    background-color: #fff;
}

.why__buttons .btn-white:hover {
    background-color: #fc0;
}

/* WHY */


/* PARTNERSHIP */
.partnership {
    background-color: #f7f8f9;
    padding: 90px 0 120px;
}

.partnership__row {
    display: flex;
    justify-content: space-between;
}

.partnership__img {
    width: 25%;
}

.partnership__img img {
    width: 100%;
}

.partnership__col {
    width: 70%;
}

.partnership__item {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(55, 75, 85, 0.08);
    padding: 70px 50px;
}

.partnership ul {
    padding-left: 0;
}

.partnership__li {
    display: flex;
    align-items: center;
}

.partnership__li i {
    color: #fc0;
    margin-right: 8px;
}

/* PARTNERSHIP */


/* REG */
.reg {
    padding: 132px 0;
    background: url(/themes/premium13/assets/common/img/bg-reg.png) no-repeat center /cover;
}

.reg .row {
    align-items: center;
}

.reg h2 {
    color: #fff;
    line-height: 50px;
    font-size: 36px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.reg .btn {
    width: 100%;
}

/* REG */


/* FOOTER */

footer {
    background-color: #f7f8f9;
    color: #333;
    padding: 64px 0;
}

.footer__logo {
    display: flex;
    align-items: flex-start;
}

.footer__logo img {
    width: 100%;
}

footer a {
    color: #333;
}

.footer__menu {
    display: flex;
    justify-content: space-between;
}

.footer__menu ul {
    padding-left: 0;
    margin: 0;
}

.footer__menu li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 32px;
    color: #828689;
}

.footer__line {
    display: flex;
    margin-bottom: 12px;
}

.footer__icon {
    margin-right: 8px;
    font-size: 20px;
    color: #ffcc00;
}

.footer__mail,
.footer__phone {
    color: #333;
}

.footer__phone {
    font-size: 22px;
}

.copyright {
    font-size: 12px;
    color: #888;
}

.notification__text {
    text-align: center;
    font-size: 10px;
    color: #000;
    opacity: .5;
    line-height: 12px;
    margin: 0;
}

/* FOOTER */


/* modal */

.modal-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;

    display: none;
}

.modal_fade {
    overflow: scroll;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal_content {
    position: relative;
    width: 400px;
    margin: 200px auto 0;

    background: #fff url(../img/bg-modal.png) no-repeat 180px -40px;

    border: 4px solid transparent;
    -o-border-image: linear-gradient(#FFD940, #FFCD00);
    border-image: linear-gradient(#FFD940, #FFCD00);
    -webkit-border-image: -webkit-linear-gradient(#FFD940, #FFCD00);
    border-image-slice: 1;
    padding: 40px 30px;

}

.modal_close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.modal_close i {
    color: #a8a8a8;
    font-size: 24px;
}

.modal_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.modal_top h2 {
    font-size: 28px;
    margin-right: 60px;
    margin-bottom: 0;
}

.modal_top_link {
    font-weight: bold;
    color: #FFCD00;
    transition: 320ms;
}

.modal_top_link:hover {
    text-shadow: 0 0 6px #FFE373;
}

.modal-login form,
.modal-forgot form {
    width: 80%;
    margin: 0 auto;
}

.modal-main .modal_btn {
    width: 100%;
}

.fgroup {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.fgroup label {
    color: #76848b;
    font-size: 13px;

}

.fcontrol {
    font-weight: bold;
    padding: 8px 0;
    border: none;
    border-bottom: 2px solid #FFCD00;
    background-color: transparent;
    position: relative;
    color: #333;
}

.modal_btn {
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.forgot-link {
    font-size: 12px;
    color: #FFCD00;
    transition: 320ms;
}

.forgot-link:hover {
    text-shadow: 0 0 6px #FFE373;
}


.password__eye {
    font-size: 24px;
    color: #a8a8a8;
    position: absolute;
    right: 8px;
    bottom: 0px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.password__input[type="password"] ~ .password__eye-open {
    visibility: visible;
    opacity: 1;
}

.password__input[type="text"] ~ .password__eye-close {
    visibility: visible;
    opacity: 1;
}

.open-modal-login,
.open-modal-signup,
.open-modal-forgot {
    cursor: pointer;
}

.btn-gray {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #FFCD00;
    color: #333;
}


.modal-signup .modal_top {
    justify-content: space-between;
}

.modal_line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal-signup .fgroup {
    width: 80%;
}

.footer__agreement-link,
.footer__confidentiality-link {
    display: block;
    opacity: .5;
    margin: 0 auto;
}

.modal-signup .modal_btn {
    width: 100%;
}

.agreement {
    position: relative;
}

.agreement__label {
    /*padding-left: 32px;*/
    font-size: 12px;
    font-weight: 600;
}

.agreement__label a {
    color: #FFCD00;
}

.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    /* height: 0;
    width: 0; */
    display: none;
}

.checkbox-icon {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
}


.checkbox-icon--checked {
    visibility: hidden;
    opacity: 0;
}

.agreement__checkbox:checked ~ .checkbox-icon {
    visibility: hidden;
    opacity: 0;
}

.checkbox:checked ~ .checkbox-icon.checkbox-icon--checked {
    visibility: visible;
    opacity: 1;
}


.modal-zaim .modal_content {
    width: 320px;
}

.modal-zaim h2 {
    margin-right: 0;
}

.zaim_sum {
    padding: 20px;
    background: #f3f5f6;
    box-shadow: inset 0 25px 15px #d9dfe5;
    border-radius: 4px;
    border-bottom: none;
    font-size: 26px;
    font-weight: bold;
}

.modal-zaim .fgroup::after {
    content: '₽';
    font-size: 26px;
    font-weight: bold;
    color: #cbd6da;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.modal-zaim .modal-zaim_info {
    display: flex;
    align-items: flex-end;
    line-height: 26px;
}

#timeZaim,
#profitZaim {
    color: #11c047;
    font-size: 20px;
    margin-left: 4px;
}

.modal-zaim form {
    margin-top: 40px;
}

.modal-success .modal_content {
    text-align: center;
    width: 320px;
}

.modal-success h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 28px;
}

.partner-presetnation h2.lined::after {
    top: 23%;
}


.work-header__wrapper {
    padding: 65px 0 90px;
    background-image: url('/themes/premium13/assets/common/img/Фото как мы работаем.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.work-header__title {
    margin: 0;
    margin-bottom: 21px;
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 1px 1px 10px black;
}

.work__markets {
    margin-top: 52px;
    margin-bottom: 72px;
}

.work-header__text {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    text-shadow: 1px 1px 10px black;
}

.markets__tab-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.markets__tab {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);
    width: 220px;
    height: 110px;
    padding: 12px;
    transition: 320ms;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.markets__tab.active,
.markets__tab:hover {
    border-color: #FFCD00;
}

.tab__icon {
    width: 58px;
    margin-right: 20px;
}

.tab__name {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    transition: 320ms;
}

.markets__tab.active .tab__name,
.markets__tab:hover .tab__name {
    color: #FFCD00;
}

.markets__content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);
    padding: 24px;

    display: none;

    color: #667379;
}

.markets__content .more {
    display: none;
}

.markets__content .text {
    overflow-y: hidden;
    transition: 320ms;
}

.work__deal {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);
    padding: 24px;
    margin-bottom: 24px;
}

.deal__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.deal__car {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
}

.deal__profit {
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px;
    margin-bottom: 16px;

    border: 2px solid #333;
    padding: 12px 8px;
}

.deal__profit span {
    color: #55bb00;
}

.deal__bottom {
    line-height: 20px;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.work__total {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);
    padding: 24px 0;
}

.total__item {
    display: flex;
    justify-content: space-between;
    padding: 8px 24px;
}

.total__item:nth-child(odd) {
    background-color: #f3f4f5;
}

.total__bottom {
    margin-top: 24px;
    padding: 0 24px;
    font-weight: bold;

    display: flex;
    justify-content: space-between;
}

.work__profit {
    margin-bottom: 72px;
}

.profit__item {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);
    padding: 24px;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.profit__item p {
    color: #667379;
    margin-bottom: auto;
}

.profit__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profit__number {
    font-size: 20px;
    line-height: 20px;
}

.profit__img {
    width: 100px;
}

.work__partners {
    margin-bottom: 72px;
}

.partners__link {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 32px;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners__cert {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);

    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;

    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.partners__cert:hover {
    color: #333;
    text-decoration: none;
}

.work__reviews {
    margin-bottom: 72px;
}

.reviews__list {
    margin-bottom: 44px;
}

.reviews__item-wrap {
    margin: 0 10px 20px;
}

.reviews__item {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 8px rgba(55, 75, 85, .08);

    display: flex;
    padding: 24px;
}

.reviews__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 120px;
    height: 120px;
    margin-right: 32px;
    flex-shrink: 0;
    border-radius: 100%;
}

.reviews__name {
    font-size: 16px;
    font-weight: bold;
}

.reviews__text {
    color: #667379;
}

.reviews__stars {
    display: flex;
    margin: 8px 0;
}

.work__reviews .slick-prev {
    left: -12px;
}

.work__reviews .slick-next {
    right: -12px;
}

.reviews__btn {
    width: 340px;
    margin: 0 auto;
}

.top__blocks {
    display: none;
}

/*from rich auto*/

.card--why {
    margin-bottom: 40px
}

.card--why h3 {
    font-size: 15px;
    font-size: 1.071428571428571rem;
    font-family: Lato-Bold;
    color: #2a3e48;
    padding-top: 37px;
    position: relative;
    text-align: left;
    margin-bottom: 20px
}

.card--why h3:after {
    top: -50px;
    left: 0;
    content: attr(data-id);
    font-size: 100px;
    font-size: 7.142857142857143rem;
    font-family: PFDinTextCompPro-Medium;
    opacity: .12;
    color: #B37BC8;
    position: absolute
}

.card--why p {
    font-size: 13px;
    font-size: .928571428571429rem;
    text-align: left;
    color: #333;
    line-height: 20px
}

.demands .title {
    font-size: 33px;
    font-size: 2.357142857142857rem
}

.demands-row {
    margin-top: 20px
}

.demands-row h4 {
    color: #333;
    line-height: 45px;
    font-size: 14px;
    font-size: 1rem;
    font-family: Lato-Regular;
    font-weight: 400
}

.demands-row h4 i {
    display: inline-block;
    margin-right: 26px;
    color: #AC5FC8;
    font-size: 9px;
    font-size: .642857142857143rem
}

.join {
    background: #f5f8fa
}

.join__content {
    display: flex;
}

.join--partner {
    z-index: 1;
    background: #fff !important
}

.join img {
    display: none
}

.join__text h2 {
    margin-bottom: 27px
}

.join__text p {
    color: #333;
    line-height: 25px;
    font-size: 14px;
    font-size: 1rem
}

.join__text p + p {
    margin-top: 20px
}

#join__document {
    padding-top: 12px;
}

.jumbotron {
    background-image: url(/themes/premium13/assets/common/img/car-banner.png);
    background-size: cover;
    background-position-y: -52px;
    background-repeat: no-repeat;
}

.jumbotron__title {
    padding-top: 166px;
    padding-bottom: 230px;
    color: #fff;
}

.jumbotron__title span {
    text-shadow: 1px 1px 10px black;
}

.main-style {
    display: block;
    margin-top: 20px;
}

.why__text h2 {
    text-align: left;
}

.trader-why {
    padding: 60px 0;
}

.advantages-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card--why {
    width: 40%;
}

.card--why h3 {
    z-index: 2;
    font-size: 25px;
    font-family: Montserrat, Sans-Serif;
}

.card--why h3:after {
    top: 14px;
    left: 0px;
    opacity: 0.3;
    color: #ffcd00;
    position: absolute;
    z-index: -1;
    font-family: Montserrat, Sans-Serif;
}

.demands {
    background-image: url(/themes/premium13/assets/common/img/driver.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding: 100px 0 50px 0;
}

.content-wrapper {
    text-align: right;
}

.demands__text h2 {
    color: #ffcd00;
}

.demands-row {
    display: inline-table;
    width: 500px;
    text-align: left;
}

.demands-row h4 {
    font-family: Montserrat, Sans-Serif;
    font-weight: 700;
    font-size: 16px;
}

.join {
    padding: 100px 0 50px 0;
}

.join__text h2,
.join__text p {
    text-align: left;
}

.join__text h2 {
    line-height: 42px;
    color: #ffcd00;
}

.join__text h2::after {
    content: "";
    width: 54px;
    height: 2px;
    background-color: #cbd2d8;
    position: absolute;
    top: 25%;
    left: -47px;
    z-index: -1;
}

.join__text p {
    width: 461px;
    line-height: 30px;
}

.form-wrapper__text {
    padding: 30px 40px 26px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.13);
    text-align: left;
    border-radius: 4px;
}

.form--join input {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    padding-left: 19px;
}

.form__form-control label {
    text-transform: uppercase;
}

.form__form-control textarea {
    display: block;
    width: 99%;
    resize: none;
    height: 50px;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
    padding-left: 19px;
    padding-top: 10px;
    border: 2px solid #ffcd00;
    margin-bottom: 25px;
}

.form__form-control input {
    margin-bottom: 30px;
    border: 2px solid #ffcd00;
}

.form__input--submit {
    background: #ffcd00;
    margin-top: 30px;
}

/*from rich auto end*/


#cookieModal {
    position: fixed;
    bottom: 10px;
    left: 3%;
    z-index: 200;
    width: 380px;
    text-align: center;
    display: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    box-shadow: 0 0 16px rgb(0 0 0 / 30%);
    font-size: 14px;
}

#cookieModal .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.cookie__body p {
    margin-bottom: 8px;
}

#cookieModalYes {
    margin: 0 auto;
    height: 32px;
    font-size: 14px;
}

.modal-notification .modal_content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: none;

}

.modal-notification .modal_line {
    align-items: normal;
}

.modal-notification .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #000000;
}

.modal-notification .modal-message__text {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
    color: #000000;
}

.modal-notification .btn {
    padding: 12px;
    background: #16110D;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    height: 42px;
    color: #FFFFFF;
}

.modal-notification .btn:hover {
    border: none;
    background: #FFBE2E;
    color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1199px) {
    h1 {
        font-size: 36px;
    }

    .header__link {
        padding: 0 6px;
    }

    .example__title {
        width: 100%;
    }

    .partner-presetnation h2.lined::after {
        top: 12%;
    }

    .footer__phone {
        font-size: 18px;
    }

    .join__content {
        flex-direction: column;
    }

    .join__text p {
        width: 100%;
        margin-bottom: 40px;
    }

    .form__input .form__input--submit {
        width: 300px;
    }

    .demands {
        background-position-x: -129px;
    }

    .why__item {
        padding: 24px 20px;
    }
}

@media (max-width: 991px) {
    h2 {
        text-align: center;
        margin-bottom: 48px;
    }

    h2.lined::before {
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    h2.lined::after {
        top: 148%;
        left: 45%;
    }

    .header__link {
        display: block;
        height: auto;
    }

    .partner-presetnation h2.lined::after {
        top: 128%;
    }

    header .row {
        align-items: center;
    }

    .header__social {
        display: none;
    }

    .header__button .header__link {
        display: none;
    }

    .header__icon {
        background-color: transparent;
    }

    .header__nav-btn {
        display: block;
    }

    .header__menu {
        display: none;
    }


    .header__menu-mobile .header__link {
        padding: 15px 20px;
    }

    .header__menu-mobile .header__link:hover,
    .header__menu-mobile .header__link.active {
        background-color: #e2e2e2;
        text-decoration: none;
    }

    .mobile-menu {
        margin-bottom: 44px;
        text-align: right;
    }

    .header__email,
    .header__adress,
    .header__time {
        display: block;
        color: #717171;
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 15px;
        text-align: right;
    }

    .header__phone {
        display: block;
        color: #333;
        font-size: 24px;
        line-height: 40px;
        margin-top: 32px;
        margin-bottom: 16px;
        padding-right: 20px;
        text-align: right;
    }

    .top h1,
    .top__subtitle {
        text-align: center;
    }

    .top .btn-white {
        margin: 0 auto 30px;
    }

    .btn-top {
        margin-bottom: 30px;
    }

    .about__img {
        text-align: center;
        margin-bottom: 12px;
    }

    .example {
        /*padding-bottom: 0;*/
    }

    .example__row {
        margin-bottom: 0;
    }

    .example__item {
        height: 100%;
    }

    .example__col:nth-child(even) {
        margin-top: 0;
    }

    .example__col {
        margin-bottom: 24px;
    }

    .why__item {
        margin-bottom: 24px;
    }

    .partnership__item {
        margin-bottom: 24px;
    }


    .footer__logo {
        width: 40%;
        margin: 0 auto;
    }

    .copyright {
        text-align: center;
        margin: 12px auto 40px;
    }


    .footer__menu {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer__menu ul {
        margin-right: 0;
    }

    .footer__time {
        margin-bottom: 40px;
    }

    .footer__line {
        justify-content: center;
    }

    .footer__icon {
        display: none;
    }

    .footer__phone {
        font-size: 22px;
    }

    .new-slider__car-item {
        min-height: 300px;
    }

    .car-item__pic {
        background-position: left center;
    }

    .car-item__price .price {
        font-size: 16px;
        margin-right: 8px;
    }

    .work__deal {
        margin-top: 44px;
    }

    .profit__item {
        margin-bottom: 32px;
        height: auto;
    }

    .demands {
        background-position-x: -239px;
    }

    .demands .title {
        text-align: right;
    }

    .demands {
        background-color: #fff;
        background-image: none;
    }

    .content-wrapper {
        text-align: left;
    }

    .demands .title {
        text-align: left;
    }

}

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 32px;
        line-height: 32px;
    }

    h2.lined::before {
        font-size: 40px;
        line-height: 40px;
    }

    .modal_content {
        width: 80%;
        margin-top: 70px;
    }

    .top__marks {
        display: none;
    }

    .top__blocks {
        display: flex;
        justify-content: space-between;
    }

    .top__auto, .top__calc {
        width: 48%;
        display: block;
        padding: 150px 24px 24px;
        border-radius: 4px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

    .top__auto {
        background: #ecd9db url('/themes/premium13/assets/common/img/mobile-block1.png') no-repeat center 0px / 70%;
    }

    .top__calc {
        background: #e0dada url('/themes/premium13/assets/common/img/mobile-block2.png') no-repeat center 0px / 70%;
    }

    .about__img img {
        width: 70%;
    }


    .work-header__wrapper {
        padding: 48px 0;
    }

    .work-header__title {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 9px;
        text-align: center;
    }

    .work-header__text {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .work__markets h2.lined::after,
    .work__profit h2.lined::after {
        top: 128%;
    }

    .markets__tab-list {
        flex-direction: column;
    }

    .markets__tab {
        width: 100%;
        justify-content: left;
        padding-left: 80px;
        margin-bottom: 24px;
    }

    .jumbotron {
        background-position-x: center;
    }

    .trader-why {
        padding: 0;
    }

    .card--why p {
        font-size: 14px;
    }

    .card--why {
        width: 45%;
    }

    .card--why {
        width: 80%;
    }
}

@media (max-width: 575px) {

    .modal_close img {
        width: 15px;
    }

    .header__nav-btn {
        width: 25px;
        height: 21px;
    }

    .header__nav-btn span::before {
        top: 9px;
    }

    .header__nav-btn span::after {
        top: 19px;
    }

    .demands-row {
        display: inline-table;
        width: 100%;
    }

    .demands-row h4 {
        font-size: 14px;
    }

    .demands__text .title {
        font-size: 30px;
    }

    .jumbotron__title {
        padding-top: 90px;
        padding-bottom: 120px;
    }

    .jumbotron__title {
        margin: 0;
    }

    .demands__text .title {
        margin: 0;
    }

    .why__title {
        font-size: 14px;
    }

    #cookieModal {
        left: 0;
        width: 100%;
        padding: 8px 35px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 12px;
    }

    h2 {
        font-size: 28px;
        line-height: 28px;
    }

    h2.lined::before {
        font-size: 36px;
        line-height: 36px;
    }

    .header__menu-mobile {
        width: 90%;
    }

    .top {
        padding: 50px 0;
    }

    .top__subtitle {
        margin-bottom: 50px;
    }

    .why__buttons {
        margin-top: 22px;
    }

    .example {
        padding-bottom: 20px;
    }

    .example__row {
        margin-bottom: 60px;
    }

    .example__icon {
        width: 40px;
    }

    .why__icon svg {
        width: 44px;
        height: 44px;
    }


    .partnership__item {
        padding: 20px;
    }

    .reg {
        padding: 64px 0;
    }


    .modal-login form, .modal-forgot form {
        width: 100%;
    }

    .modal_line {
        flex-direction: column;
    }

    .modal-signup .fgroup {
        width: 100%;
    }

    .modal-signup .modal_btn {
        width: 100%;
    }


    .modal-login .modal_top {
        justify-content: space-between;
    }

    .markets__tab {
        padding-left: 40px;
    }

    .markets__content {
        text-align: center;
    }

    .markets__content .text {
        height: 155px;
    }

    .markets__content .more {
        display: block;
        text-align: center;
        color: #FFCD00;
        text-decoration: underline;
        font-weight: bold;
        margin-top: 20px;
    }

    .partners__link {
        height: 100px;
    }

    .demands {
        padding: 23px 0 50px 0;
    }

    .join {
        padding: 50px 0 50px 0;
    }

    .join__text p {
        font-size: 13px;
    }

    .form--join input {
        font-size: 13px;
        padding-left: 15px;
    }

    .form__form-control label {
        font-size: 12px;
    }

    .modal-signup .fgroup {
        width: 100%;
    }
}

@media (max-width: 459px) {
    .car-item__name {
        font-size: 18px;
    }

    .car-item__info {
        font-size: 18px;
    }

    .new-slider__car-item {
        min-height: 280px;
    }

}

@media (max-width: 450px) {
    .car-item__pic {
        height: 280px;
    }

    .why__title {
        font-size: 10px;
    }
}

@media (max-width: 425px) {

    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2.lined::before {
        font-size: 30px;
        line-height: 36px;
    }

    .header__button {
        flex-wrap: wrap;
    }

    .top__auto, .top__calc {
        padding-top: 115px;
    }

    .car-item__city {
        top: 240px;
    }

    .about__img img {
        width: 90%;
    }

    .reg h2 {
        line-height: 36px;
        font-size: 28px;
    }

    .partnership {
        padding: 90px 0 40px;
    }

    .modal_top h2 {
        margin-right: 0;
    }

    .profit__bottom {
        flex-direction: column;
    }

    .profit__number {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 28px;
    }

    .profit__item {
        text-align: center;
    }

    .profit__img {
        width: 140px;
    }

    .profit__img img {
        width: 100%;
    }

    .reviews__item {
        flex-direction: column;
        text-align: center;
    }

    .reviews__img {
        margin: 0 auto 24px;
    }

    .reviews__stars {
        justify-content: center;
    }

    .partners__cert {
        height: 60px;
    }

    .why__title {
        font-size: 12px;
    }

    .condition__label {
        font-size: 12px;
        line-height: 12px;
    }

    .condition__number {
        font-size: 20px;
        line-height: 24px;
    }

    .footer__logo {
        width: 60%;
    }

    .modal-login form,
    .modal-forgot form {
        width: 100%;
    }

}

@media (max-width: 375px) {

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    h2.lined::after {
        left: 40%;
    }

    .top__auto, .top__calc {
        padding-top: 105px;
    }

    .car-item__city {
        top: 180px;
    }

    .example__item {
        padding: 10px 8px;
    }

    .example__item::before {

        left: 8px;
        top: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .example__title {
        margin-bottom: 0;
    }

    .why__item {
        padding: 10px 8px;
    }

    .partnership__item {
        padding: 12px;
        font-size: 12px;
    }

    .car-item__name {
        font-size: 16px;
    }

    .car-item__pic {
        height: 200px;
    }

    .modal_top h2 {
        font-size: 24px;
    }

    #cookieModal {
        width: 100%;
    }

    .markets__content {
        padding: 12px;
    }

    .work__deal {
        padding: 12px;
    }

    .profit__item {
        padding: 12px;
    }

    .profit__img {
        width: 100px;
    }

    .partners__cert {
        font-size: 16px;
    }

    .markets__tab {
        padding-left: 24px;
    }

    .work__reviews .slick-prev {
        left: 0;
    }

    .work__reviews .slick-next {
        right: 0;
    }

    .reviews__btn {
        width: 100%;
    }

    .modal-signup .modal_content {
        padding-bottom: 80px;
    }

    .jumbotron__title {
        font-size: 20px;
    }

    .card--why h3 {
        font-size: 20px;
    }

    .card--why h3:after {
        font-size: 95px;
    }

    .card--why p {
        font-size: 10px;
    }

    .demands__text .title {
        font-size: 18px;
    }

    .demands-row h4 {
        font-size: 9px;
        margin: 0;
    }

    .join__text h2 {
        font-size: 18px;
    }

    .join__text p {
        font-size: 10px;
    }

    .form-wrapper__text {
        padding: 20px 20px 20px 20px;
    }

    .form-wrapper__text .title {
        margin-bottom: 20px;
    }

    .form--join input {
        margin-bottom: 15px;
    }

    .form--join input {
        height: 37px;
        font-size: 10px;
    }

    #join__document {
        padding-top: 8px;
    }

    .form__form-control label {
        font-size: 8px;
    }

    .form__form-control textarea {
        font-size: 10px;
    }

    .form__capcha {
        width: 200px;
    }

    .form__text {
        font-size: 10px;
    }

    .footer__menu ul li a {
        font-size: 10px;
    }

    .why__item {
        padding: 20px 12px;
    }

    .why__title {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h2 {
        font-size: 22px;
        line-height: 22px;
    }

    h2.lined::before {
        font-size: 22px;
        line-height: 36px;
    }


    .top .btn-white {
        width: 100%;
    }

    .top__auto, .top__calc {
        padding: 95px 20px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .example__row {
        margin-bottom: 72px;
    }


    .modal_content {
        padding: 40px 15px;
    }

    .modal_top h2 {
        font-size: 20px;
        margin-right: 30px;
    }

    .modal_top_link {
        line-height: 14px;
    }

    .cat__title-arrow {
        width: 15px !important;
    }

}
