/* ----- Шрифты ----- */

@font-face {
    font-family: "Open sans";
    src: url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: "Open sans";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Open sans";
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Open sans";
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
}

html,
body {
    font-family: "Open Sans";
    color: #262626;
}

/* ----- Header ----- */
.header__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
}
.header__top__lefside {
    display: flex;
    align-items: center;
}
.header__logo__slogan {
    display: flex;
    align-items: center;
}
.header__text {
    width: 105px;
    height: 36px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin: 0 20px;
}
.header__workhours__text {
    margin: 0 0 3px 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}
.header__workhours__text span {
    color: #b1b1b1;
    margin-right: 10px;
}

.header__top__rightside {
    display: flex;
    align-items: center;
}
.header__messengers {
    margin: 0 10px;
}
.header__messengers a {
    margin-left: 4px;
}

.phone__showbox {
    display: flex;
    width: 283px;
    height: 42px;
    border: 2px dashed #ff3333;
    box-sizing: border-box;
    border-radius: 60px;
    align-items: center;
    padding-left: 20px;
}
.phone__showbox__text {
    margin: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.phone__showbox__text:hover {
    color: #000;
}
.phone__showbox__button {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;

    border: none;
    background: none;
    color: #ff3333;
}
.phone__showbox__button:focus {
    outline: none;
}
a.phone__showbox__button,
a.contacts__phone__showbox__button,
a.footer__phone__showbox__button{
	padding:0 8px
}
.header__line {
    margin: 15px 0px 0px;
}

.navbar-toggler {
    display: none;
}
.navbar {
    padding: 0px;
    width: 100%;
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav-link {
    margin: 15px 40px 0;
    padding: 0 0 8px 0 !important;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;

    color: #262626;

    opacity: 0.5;

    border-bottom: 7px solid transparent;
}
.nav-link:hover {
    opacity: 1;
    color: #262626;
    border-bottom: 7px solid #ff3333;
}
.navbar-toggler-icon {
    width: 37px;
    height: 37px;
}
/* ----- -Banner ---- */
.banner {
    /*background: url(../img/bg-banner.jpg);
    background-size: cover;*/
	background-color:#C0D2FF;
    height: 700px;
}
.banner__title {
    margin-top: 106px;
    margin-bottom: 0px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 65px;

    text-transform: uppercase;

    color: #000;
}
.banner__subtitle {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;

    color: #000;
}
.btn {
    width: 231px;
    height: 59px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;

    color: #ffffff;
    background: #ff3333;
    border-radius: 80px;
}
a.btn{
	line-height: 3
}
.btn:hover {
    border: 1px solid #ff3333;
    color: #ff3333;
    background: #ffffff;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.5);
}
.btn span {
    margin-left: 10px;
}
.banner__btns {
    margin-top: 80px;
	position:relative;
	z-index:1
}
.btn-messenger {
    position: relative;
    width: 256px;
    height: 59px;
    margin-left: 15px;

    border: 1px solid #ff3333;
    background: transparent;
	color:#ff3333
}
.whatsapp-on-button {
    position: absolute;
    top: -33px;
    left: 44px;
}
.viber-on-button {
    position: absolute;
    top: -26px;
    right: 16px;
}
.banner__image__box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    height: 522px;
}
.banner__image {
    position: absolute;
    top: 77px;
    left: -80px;
}
.banner__image__1 {
	max-height:286px;
    position: absolute;
    top: 5px;
    left: 35px;
}
.banner__image__2 {
	max-width:827px;
    position: absolute;
    top: 177px;
    left: -109px;
}
.brand {
    position: absolute;
    right: -14px;
    bottom: 19px;
    width: 180px;
    height: 180px;
	background:url(../img/car-banner-3.png) center no-repeat;
	background-size: 100%;
}
.banner__image__4 {
	max-width:102px;
    position: absolute;
    left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/* ----- Features ----- */
.features,
.quiz {
    margin-top: -107px;
	position: relative;
}
.features__box {
    background: #ffffff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    height: 197px;
    padding: 10px;
}
.features__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 10px;
}
.features__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}
.features__item img {
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}
.features__item p {
    margin: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #262626;
}
/* ----- Reviews -----*/
.reviews {
    margin-top: 100px;
}
.reviews__title {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #003d6e;
}
.dots {
    width: 100%;
    text-align: center;
}
.dots img {
    margin: 0 2px;
}
.review__items__box {
    position: relative;
    width: 100%;
    height: 418px;
}
.review__item1 {
    position: absolute;
    left: 0px;
    top: 70.61px;

    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));

    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;

    z-index: 10;
    -webkit-animation-name: moving1;
    animation-name: moving1;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.review__item1:focus {
    outline: none;
}
@-webkit-keyframes moving1 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
@keyframes moving1 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
.review__item2 {
    position: absolute;
    left: 506px;
    top: 29px;

    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));

    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;

    z-index: 30;
    -webkit-animation-name: moving2;
    animation-name: moving2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.review__item2:focus {
    outline: none;
}
@-webkit-keyframes moving2 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(-15px, 15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}

@keyframes moving2 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(-15px, 15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
.review__item3 {
    position: absolute;
    left: 0;
    top: 274.91px;

    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));

    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    z-index: 10;
    -webkit-animation-name: moving3;
    animation-name: moving3;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.review__item3:focus {
    outline: none;
}
@-webkit-keyframes moving3 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
@keyframes moving3 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
.review__item4 {
    position: absolute;
    left: 270.26px;
    top: 200.62px;

    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));

    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;

    z-index: 20;
    -webkit-animation-name: moving4;
    animation-name: moving4;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.review__item4:focus {
    outline: none;
}
@-webkit-keyframes moving4 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(-15px, -15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
@keyframes moving4 {
    0% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
    50% {
        transform: translate(-15px, -15px);
    }
    100% {
        transform: translateX(0px);
        transform: translateY(0px);
    }
}
.review__item5 {
    position: absolute;
    left: 421.26px;
    top: 127.62px;

    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));

    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;

    z-index: 50;
}

.review__btns {
    margin-top: 65px;
    width: 100%;
    text-align: center;
}
.review__btns .btn-messenger {
    color: #ff3333;
}
.review__btns .btn-messenger:hover {
    color: #fff;
    background: #ff3333;
}

/* ------ Advantages ----- */
.advantages {
    padding-top: 100px;
    margin-top: 100px;
    background: #f6f6f6;
    height: 906px;
}
.advantages__subtitle {
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 313px;
    height: 38px;

    background: #ffc83c;
    border-radius: 100px;
}
.advantages__subtitle p {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;

    text-align: center;
    text-transform: uppercase;

    color: #222222;
}
.advantages__title {
    width: 100%;
    margin-bottom: 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;

    text-align: center;
    text-transform: uppercase;

    color: #003d6e;
}
.advantages__box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}
.advantages__image img {
    max-width: 698px;
}
.advantages__info {
    display: flex;
    flex-direction: column;
}
.advantages__item {
    display: flex;
    margin-top: 14px;
}
.advantages__item__img {
    height: 70px;
    width: 70px;
    margin-right: 30px;
}
.advantages__item__title {
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #222222;
}
.advantages__item__text {
    margin-top: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #262626;
}

/* ----- Benefit ----- */
.benefit {
    margin-top: 100px;
}
.benefit__title {
    width: 100%;
    margin-bottom: 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */

    text-align: center;
    text-transform: uppercase;

    color: #003d6e;
}
.benefit__box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 27px;
}
.benefit__item {
    width: 293px;
    padding: 20px;

    background: #ffffff;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}
.benefit__item__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 161px;
    margin-bottom: 16px;

    background: #f6f6f6;
    border-radius: 20px;
}

.benefit__item__header img {
    /* width: 52px;
    height: 52px; */
    margin-bottom: 0;
    flex-grow: 0;
}
.benefit__item__header p {
    margin-top: 19px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #222222;
}
.benefit__item__text {
    margin: 0;
    height: 34px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height, or 17px */

    display: flex;
    align-items: center;

    color: #262626;
}
.benefit__item__text img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}
.benefit__item__hr {
    width: 100%;
    height: 2px;
    margin: 10px;

    background: #f6f6f6;
    border-radius: 41px;
    border: none;
}
.benefit__bestitem {
    width: 287px;
    padding: 17px;

    border: 3px solid #ffc83c;
}
.benefit__bestitem__header {
    background: #ffc83c;
}
.benefit__btns {
    margin-top: 70px;
    width: 100%;
    text-align: center;
}
.benefit__btns .btn-messenger {
    color: #ff3333;
}
.benefit__btns .btn-messenger:hover {
    color: #fff;
    background: #ff3333;
}
.benefit__bottom_img {
    width: 100%;
    text-align: center;
    margin-top: 62px;
}

/* ----- How it works? Workspace ----- */
.workspace {
    background-color: #f6f6f6;
    padding-top: 100px;
    height: 559px;
    position: relative;
}
.workspace__title {
    width: 100%;
    margin-bottom: 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;

    text-align: center;
    text-transform: uppercase;

    color: #003d6e;
}
.workspace__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 135px;
    position: relative;
}
.workspace__item {
    display: flex;
    justify-content: center;
    width: 370px;
}
.workspace__item__img {
    flex-grow: 0;
    margin-right: 30px;
    height: 70px;
}
.workspace__item__title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;

    color: #222222;
}
.workspace__item__text {
    margin-top: 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #262626;
}
.btn-workspace {
    width: 189px;
    height: 49px;
    margin-top: 5px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;

    color: #ffffff;
}
.workspace__arrow1 {
    position: absolute;
    top: -111px;
    left: 168px;
}
.workspace__arrow2 {
    position: absolute;
    top: -111px;
    left: 568px;
}

/* ----- Billing ----- */
.billing {
    margin-top: 100px;
}
.billing__box {
    display: flex;
    width: 100%;
}
.billing_imagex {
    width: 50%;
}
.billing__info {
    padding-top: 48px;
    padding-left: 29px;
    width: 50%;
}
.billing__title {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */

    text-transform: uppercase;

    color: #003d6e;
}
.billing__dots {
    text-align: left;
    margin-bottom: 45px;
}
.billing__item {
    display: flex;
    margin-bottom: 14px;
}

.billing__item__title {
    margin-bottom: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */

    color: #222222;
}
.billing__item__img {
    width: 70px;
    height: 70px;
    margin-right: 30px;
}
.billing__item__text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    color: #262626;
}

/* ----- Delivery ----- */
.delivery {
    margin-top: 59px;
}
.delivery__box {
    display: flex;
    width: 100%;
}
.delivery__image {
    width: 50%;
}
.delivery__info {
    padding-top: 48px;
    width: 50%;
}
.delivery__title {
    margin-bottom: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */

    text-transform: uppercase;

    color: #003d6e;
}
.delivery__dots {
    text-align: left;
    margin-bottom: 45px;
}
.delivery__item {
    display: flex;
    margin-bottom: 38px;
}

.delivery__item__title {
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */

    color: #222222;
}
.delivery__item__img {
    width: 70px;
    height: 70px;
    margin-right: 30px;
}
.delivery__item__text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */

    color: #262626;
}
.contacts {
    width: 100%;
    margin-top: 100px;
    height: 500px;
    position: relative;
}
.contacts__map {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.contacts__box {
    margin-top: 50px;
    width: 570px;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;

    z-index: 10;
}
.contacts__title {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    /* or 43px */

    text-align: center;
    text-transform: uppercase;

    color: #003d6e;
}
.contacts__text {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */

    color: #262626;
}
.contacts__adress {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */

    color: #222222;
}
.contacts__inner {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.contacts_phone__showbox {
    display: flex;
    padding-left: 20px;
    margin-right: 15px;
    width: 283px;
    height: 42px;

    border: 2px dashed #ff3333;
    box-sizing: border-box;
    border-radius: 60px;
    align-items: center;
}
.contacts__phone__showbox__text {
    margin: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.contacts__phone__showbox__text:hover {
    color: #000;
}
.contacts__phone__showbox__button {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;

    border: none;
    background: none;
    color: #ff3333;
}
.contacts__phone__showbox__button:focus {
    outline: none;
}
.contacts__messengers {
    margin: 0;
}
.contacts__messengers a {
    margin: 0 4px;
}
.contacts__hr {
    margin: 20px 0;
    width: 100%;
    height: 5px;
    border: none;
    background: #f6f6f6;
}
.contacts__btns {
    width: 100%;
    text-align: center;
    margin-top: 53px;
}
.contacts__btns .btn-messenger {
    color: #ff3333;
}
.contacts__btns .btn-messenger:hover {
    background: #ff3333;
    color: #fff;
}
.header__messengers img,
.contacts__messengers img,
.footer__messengers img{
	width: 42px;
}
/* ----- Footer ----- */
.footer {
    /*background: url("../img/footer-bg.jpg");
    background-size: cover;*/
	background-color:#C0D2FF;
    height: 300px;
    border-top: 3px solid #ffc83c;
}
.footer__leftside {
    display: flex;
    width: 50%;
}
.footer__logo {
    margin-top: 45px;
    margin-bottom: 20px;
}
.footer__info__text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */

    color: #000;
}
.footer__links {
    margin-top: 40px;
    padding-left: 20px;
}
.footer__links__list {
    list-style: none;
}
.footer__links__item {
    margin-top: 0;
    margin-bottom: 12px;
}
.footer__links__list a {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;

    color: #000;

    opacity: 0.5;
}
.footer__links__list a:hover {
    text-decoration: none;
    opacity: 1;
}
.footer__rightside {
    padding-top: 45px;
    padding-left: 15px;
    width: 50%;
}
.footer__rightside__text {
    margin-bottom: 4px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */

    color: #000;
}
.footer__rightside__adress {
    margin-top: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */

    color: #000;
}
.footer__inner {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_phone__showbox {
    display: flex;
    padding-left: 20px;
    margin-right: 15px;
    width: 283px;
    height: 42px;

    border: 2px dashed #ff3333;
    box-sizing: border-box;
    border-radius: 60px;
    align-items: center;
}
.footer__phone__showbox__text {
    margin: 0px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-transform: uppercase;

    color: #000;
}
.footer__phone__showbox__text:hover {
    color: #000;
}
.footer__phone__showbox__button {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;

    border: none;
    background: none;
    color: #ff3333;
}
.footer__phone__showbox__button:focus {
    outline: none;
}
.footer__workhours__text {
    margin: 0 0 3px 0;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */

    color: #000;
}
.footer__workhours__text span {
    color: #74a7d0;
    margin-right: 10px;
}
.float-header {
  position: fixed;
  display:flex;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  transition: top ease .3s;
  top: 0;
  max-width: 498px;
  width:100%
}
.float-header-hide{
  top:-100px
}
.float-header a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.float-header img {
    max-height: 50px;
}
.viber_float {
  background-color: #7d51a0;
}

.phone_float {
  background-color: #003d6e;
  min-width: 177px;
}
.whatsapp_float {
  background-color: #435963;
}

.features .container,
.quiz .container{
	background-color: #fff;
}
.page {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    background-color:#fff
}
.page.step-4{
	background-color:#e5e5e58b
}
.crosses {
    display: flex;
}
.c-wrap {
    margin-right: 20px;
}
.warrow-right:after {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-bottom: 3px;
    border-left: 5px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
  
  }
  
  .warrow-right:before {
    width: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    height: 2.5px;
    background: white;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
.arrow-right:after {
    content: "";
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-bottom: 3px;
    border-left: 5px solid #FF3333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
  
  }
  
  .arrow-right:before {
    width: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    height: 2.5px;
    background: #FF3333;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
.cross {
    background: #003D6E;
    height: 12.5px;
    position: relative;
    width: 2.5px;
    border-radius: 8px;
  }
.cross:after {
    background: #003D6E;
    content: "";
    height: 2.5px;
    left: -5px;
    position: absolute;
    top: 5px;
    width: 12.5px;
    border-radius: 5px;
  }
.content {
    text-align: center;
    width: 100%;
	max-width:1170px;
	padding:0 15px
}
.page:not(.step-1) #content_1,
.page:not(.step-2) #content_2,
.page:not(.step-3) #content_3,
.page:not(.step-4) #content_4{
	display:none
}
#title {
    color: #003D6E;
    margin: 0 auto;
    font-weight: 700;
    font-size: 2.2em;
    margin-bottom: 0;
    max-width: 1000px;
	text-transform:uppercase
}

.mark label {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.radio-image {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: cover
}
.content h4 {
    font-weight: 400;
    
    margin-top: 11px;
    margin-bottom: 30px;
}
.crosses-wrap {
    display: inline-block;
    margin-top: 10px;
}
.chooser-top {
    display: flex;
}
.chooser-top div {
    flex: 20%;
	cursor:pointer;
    border: none;
    color: #C7CCC3;
    border-bottom: 5px solid #003D6E;
    background-color: transparent;
    padding: 20px 10px;
    font-size: 14px;
}
.chooser-top div.active{
    background-color: rgb(0, 61, 110);
    color: white;
}
.chooser-body {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.chooser-body div#sshow {
    display:inline-block;
    border: 1px solid #FF3333;
    color: #FF3333;
    background-color: transparent;
    border-radius: 80px;
    padding: 15px 50px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
    width: 250px;
}
.alldata.show:not(.primary-items) ~ #sshow{
	display:none
}
.alldata {
	display: grid;
    grid-auto-flow: column;
}
.element {
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0;
	box-sizing: border-box
}
.element p{
	margin:16px 0
}
.element label{
    cursor: pointer;
}
.element.primary{
	font-weight:700
}
.primary-items .element:not(.primary){
	display:none
}
.alldata.allmarks .element {
	border:none;
	padding:0;
}
.alldata.alltypes .element label,
.alldata.allmarks .element label {
    display: flex;
    align-items: center;
	position:relative;
	padding-left: 40px;
    font-size: 16px;
}
.alldata.alltypes .element label{
	flex-direction: column;
	padding-left: 0;
}
.alldata.allmarks{
    padding: 30px 40px;
}
.alldata[data-cols="5"]{
    grid-template-columns: repeat(5, 20%);
}
.alldata[data-cols="4"]{
    grid-template-columns: repeat(4, 25%);
}
.alldata[data-cols="3"]{
    grid-template-columns: repeat(3, 33.33333333%);
}
.alldata[data-cols="2"]{
    grid-template-columns: repeat(2, 50%);
}
.alldata[data-cols="1"]{
    grid-template-columns: 100%;
}
.alldata.allgens{
}
.alldata.alltypes .element span {
	background: center no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	padding: 34px 50px;
}
.alldata.allmarks .element span {
	background: center no-repeat;
	background-size: contain;
	position: absolute;
	cursor: pointer;
	top: 0;
	width: 35px;
	height: 100%;
	left: 3px;
}
.alldata:not(.show){
	display:none
}
.element input {
    display: none;
}
.element:hover {
    cursor: pointer;
}

.panel {
    display: flex;
    background-color: #F1EFEF;
    padding: 2px 30px;
    margin-bottom: 30px;
    min-height: 70px;
	border-bottom: 2px solid #003D6E;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.inputgroup {
    display: flex;
    padding: 10px 0;
    justify-content: space-around;
    flex: 1;
}
.cards {
    margin-top: 30px;
}
.cards button {
    text-transform: uppercase;
    background: #FF3333;
    border-radius: 80px;
    padding: 17px 25px;
    width: 250px;
    font-weight: 700;
    border: none;
    color: white;
}
#card2h3{
	color: #003D6E
}
#card3{
	border-bottom: 2px solid #75B73B;
	animation:.3s show-up 1 ease;
}
.cards:not(.card-3) #card3{
	display: none;
}
.cards:not(.card-3) #thirdst{
	display:none
}
.cards:not(.card-3) #card2{
	border-bottom: 2px solid #75B73B;
}
.cards #card2input:read-only{
	color: #262626;
	opacity: 0.7;
}
.cards.card-3 #secst{
	display:none
}
.cards.card-3 #card2h3{
	color: #262626;
	opacity: 0.5;
}
.rightcard {
    margin-right: 30px;
    width: 200px;
    display: flex;
    align-items: center;
}
.rightcard img {
    margin-right: 10px;
}
.phoneinput {
    background: #F6F6F6;
    border: 1px solid #C7CCC3;
    padding: 10px 0;
    text-align: center;
    height: 30px;
    width: 100%;
    color: #333;
    font-size: 16px;
}
.phoneinput:placeholder {
    color: #C7CCC3;
}
.phoneinput.error + small{
    font-weight: 400; 
    color: #CD0404; 
    text-align: center;
}
.phoneinput.error {
    border-color: #f33;
}
.phoneinput:not(.error)+ small{
	display:none
}
.lastcard {
    padding: 0px 20px;
}
.rightcard h3 {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}
.lastleftcard,
.leftcard {
    box-sizing: border-box;
    background-color: white;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 350px;
    font-size: 0.8em;
    text-align: left;
    padding: 10px 10px;
    align-items: center;
	text-align: center;
}
.choosen_car_upper {
    color: #262626;
    opacity: 0.7;
    font-size: 16px;
}
.choosen_car_lower {
    color:  #C7CCC3;
    font-weight: normal;
    font-size: 15px;
}
.modelsinput:placeholder{
    color: #C7CCC3;
}
.modelsinput {
    border: none;
    width: 100%;
    color: #333;
}
.lastleftcard p,
.leftcard p {
    margin: 0;
}
.leavephone {
    font-weight: 400; 
    color: #CD0404; 
    text-align: center;
    padding-top: 6px;
    padding-bottom: 10px;
}
.lastleftcard {
    padding: 10px 30px;
    box-sizing: border-box;
}
.lastleftcard p {
    font-size: 13px;
}
.chatscreen {
    padding: 20px 40px;
    background: #F6F6F6;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.chatbox {
    width: 100%;
}
.servicemessage {
    word-break: break-all;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
	animation:.3s message-left 1 backwards ease;
}
.mymessage {
    word-break: break-all;
    width: 100%;
    text-align: right;
	animation:.3s message-right 1.5s 1 backwards ease;
}
#servicemessage2{
	animation-delay:2.7s
}
.mymessage h3 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background: rgba(124, 180, 225, 0.37);
    border-radius: 15px;
    padding: 15px 16px;
}

.aboutvin {
    display: flex;
}

  
  /* Modal Content/Box */
  .modal-content {
	color:#000
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }



.servicemessage h3 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    background: rgba(200, 177, 177, 0.28);
    border-radius: 15px;
    max-width: 60%;
    padding: 15px 16px;
}
.tag {
    background-color: #003D6E;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: white;
}
.tag img {
    margin-right: 10px;
}
.tag h4 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}
.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-input input {
    background: #F6F6F6;
    border: 1px solid #C7CCC3;
    text-align: center;
    color: #333
}
.text-input input:placeholder{
    color: #C7CCC3
}
.image-input:not(.success) .check,
.image-input.success *:not(.check) {
	display:none
}
.image-input p {
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}
.image-input label {
    display: inline-block
}
.ortag {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
}
.text-input {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-input a {
    cursor: pointer;
    font-size: 10px;
    text-decoration: underline;
    float: right;
}
.image-input {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-input p {
    font-weight: 600;
    margin: 7px;
    font-size: 16px;
}
.text-input input {
    width: 250px;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 16px;
}
.vin-input {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border: 4px solid #003D6E;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.image-input input {
    display: none;

}
.image-input img {
    width: 40px;
    height: 40px;
}
.vin-info {
    margin-top: 30px;
}
.vin-info button#fourthst {
    text-transform: uppercase;
    background: #FF3333;
    border-radius: 80px;
    padding: 17px 25px;
    font-weight: 700;
    border: none;
    color: white;
    margin-top: 30px;
    width: 250px;
}
.vin-inputbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.thanks {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
.thankfull p {
    font-size: 14.5px;
    width: 50%;
    margin: 0 auto;
}
.mobile-chooser-top {
    display: none;
}
.inthanks {
    display: flex;
    align-items: center;
    color: black
}
.inthanks img {
    margin-right: 20px;
}
.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.messengerbox {
    display: flex;
    width: 400px;
    background: white;
    padding: 20px;
}
.info p {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 20px;
}
.info a {
    float: left;
    border: none;
    background: #FF3333;
    color: white;
    padding: 10px 20px;
    border-radius: 80px;  
    width: 250px;
}
.leftcard textarea {
    resize: none;
    font-size: 16px;
	text-align:center
}
.servicemessage img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 13px;
}

.logo {
    margin-top: 1em;
    margin-right: 30px;
}
.thankfull {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.modal-body .page{
	padding-top:0;
	padding-bottom:0
}
.selected-car,
#card2input[readonly]{
	cursor:pointer
}
.quiz.inactive #modalForCallback {
  opacity: 1;
  position: relative;
  display: block!important;
}
.quiz.inactive .modal-dialog {
  width:100%;
  max-width:100%;
}
.quiz.inactive .modal-content {
  border: none;
}

.quiz.inactive .modal-header .close {
  display: none;
}

@keyframes show-up {
	from { transform:translateY(100px);opacity: 0 }
	to { transform:translateY(0);opacity: 1 }
}
@keyframes message-left {
	from { transform:translateX(-100px);opacity: 0 }
	to { transform:translateX(0);opacity: 1 }
}
@keyframes message-right {
	from { transform:translateX(100px);opacity: 0 }
	to { transform:translateX(0);opacity: 1 }
}
/* ----- Адаптив ----- */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1439px) {
    .banner__image__box {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 50px;
        height: 522px;
    }
    .banner__image {
        position: absolute;
        top: 77px;
        left: -80px;
    }
    .banner__image__1 {
        position: absolute;
        top: 5px;
        left: 35px;
    }
    .banner__image__2 {
        position: absolute;
        top: 177px;
        left: -165px;
        width: 750px;
    }
    .brand {
        position: absolute;
        right: 70px;
        bottom: 19px;
    }
}

/* Large devices (desktops, less than 1200px) lg */
/* @media (max-width: 1199px) {
} */

/* Medium devices (tablets, less than 992px) md */
@media (max-width: 1199px) {
	.alldata.allmarks{
		padding-left: 5px;
		padding-right: 5px
	}
    /* Header */
    .header__top {
        padding-top: 19px;
    }
    .header__logo__slogan {
        flex-direction: column;
    }
    .header__logo__slogan a img {
        width: 150px;
    }
    .header__text {
        width: 153px;
        height: 18px;
        margin: 0;

        font-size: 12px;
        line-height: 18px;
        /* identical to box height, or 150% */
        color: #262626;
    }
    .header__workhours__box {
        margin-left: 20px;
    }
    .header__workhours__text {
        font-size: 12px;
        line-height: 18px;
        /* identical to box height, or 150% */
        color: #262626;
    }
    .header__messengers a img {
        width: 24px;
        height: 24px;
    }
    .header__line {
        margin: 12px 0px 0px;
    }
    .nav-link {
        margin: 16px 25px 0px;
    }

    /* Banner */
    .banner {
        /*background: url("../img/bg-banner.jpg");
        background-size: cover;*/
        height: 939px;
    }

    .banner__title {
        margin-top: 35px;
        text-align: center;
    }
    .banner__subtitle {
        margin-top: 10px;
        text-align: center;
    }
    .banner__btns {
        margin-top: 53px;
        width: 100%;
        text-align: center;
    }
    .banner__image__box {
        position: relative;
        width: 100%;
        margin-top: 50px;
        height: 522px;
        max-width: 768px;
        margin: auto;
    }
    .banner__image {
        position: absolute;
        top: 77px;
        left: -80px;
    }
    .banner__image__1 {
        position: absolute;
        top: 0px;
        left: 129px;
        width: 238.88px;
    }
    .banner__image__2 {
        position: absolute;
        top: 115px;
        left: -0px;
        width: 700px;
    }
    .brand {
        position: absolute;
        right: 70px;
        bottom: 119px;
        width: 147.29px;
    }
    .banner__image__4 {
        width: 85.77px;
    }
    /* Features */
    .features,
	.quiz{
        margin-top: -179px;
    }
    .features__box {
        height: 320px;
    }
    .features__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .features__item {
        align-items: center;
        margin: 5px;
    }
    .features__item img {
        margin-right: 20px;
    }

    /* Review */
    .review__items__box {
        height: 300px;
        width: 720px;
        margin: auto;
    }
    .review__item1 {
        width: 493px;
        height: 136px;
        left: 0px;
        top: 50px;
    }
    .review__item1 img {
        width: 493px;
        height: 136px;
    }
    .review__item2 {
        width: 340.03px;
        height: 137.94px;
        left: 313px;
        top: 25px;
    }
    .review__item2 img {
        width: 340.03px;
        height: 137.94px;
    }
    .review__item3 {
        width: 251px;
        height: 116px;
        left: 20px;
        top: 168.91px;
    }
    .review__item3 img {
        width: 251px;
        height: 116px;
    }
    .review__item4 {
        width: 549.71px;
        height: 117.94px;
        left: 170.26px;
        top: 168.62px;
    }
    .review__item4 img {
        width: 549.71px;
        height: 117.94px;
    }
    .review__item5 {
        width: 117px;
        height: 116px;
        left: 255px;
        top: 90px;
    }
    .review__btns {
        margin-top: 29px;
    }

    /* Advantages */
    .advantages {
        height: auto;
    }
    .advantages__box {
        flex-direction: column-reverse;
        margin-top: 24px;
    }
    .advantages__item {
        display: flex;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .advantages__image img {
        max-width: 100%;
        margin-top: -20px;
    }

    /* Benefit */
    .benefit {
        margin-top: 125px;
    }
    .benefit__box {
        flex-wrap: wrap;
    }
    .benefit__bottom_img img {
        width: 100%;
    }
    .benefit__btns {
        margin-top: 40px;
    }

    /* Workspace */
    .workspace {
        height: 626px;
    }
    .workspace__box {
        margin-top: 25px;
        flex-direction: column;
    }
    .workspace__arrow1 {
        display: none;
    }
    .workspace__arrow2 {
        display: none;
    }
    .workspace__item {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

    /* Billing */
    .billing__box {
        width: 100%;
        flex-direction: column;
    }
    .billing__image {
        width: 100%;
        text-align: center;
    }
    .billing__info {
        padding-top: 30px;
        padding-left: 0px;
        width: 100%;
    }
    .billing__title {
        text-align: center;
    }
    .billing__dots {
        text-align: center;
        margin-bottom: 24px;
    }

    /* Delivery */
    .delivery {
        margin-top: 75px;
    }
    .delivery__box {
        flex-direction: column-reverse;
    }
    .delivery__image {
        width: 100%;
        text-align: center;
    }
    .delivery__info {
        padding-top: 29px;
        width: 100%;
    }
    .delivery__title {
        text-align: center;
    }
    .delivery__dots {
        text-align: center;
        margin-bottom: 46px;
    }

    /* Contacts */
    .contacts {
        width: 100%;
        margin-top: 51px;
        height: 770px;
        position: relative;
    }
    .contacts__box {
        margin-top: 51px;
        margin-left: 75px;
    }
    .contacts__map {
        height: 770px;
    }

    /* Footer */
    .footer {
        /*background: url("../img/footer-bg-tablet.jpg");
        background-size: cover;*/
        height: auto;
        background-repeat: no-repeat;
    }
    .footer__leftside {
        width: 100%;
        justify-content: space-around;
    }
    .footer__leftside__info {
        margin-left: 84px;
        margin-top: 5px;
    }
    .footer__links {
        margin-top: 44px;
        text-align: right;
        margin-right: 84px;
    }
    .footer__rightside {
        padding-top: 44px;
        padding-bottom: 40px;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .footer__inner {
        justify-content: center;
    }
}
@media (max-width: 1000px) {
    .alldata,
	.alldata {
        display:flex;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0
    }
    .alldata .element,
	.alldata .element{
		flex-basis:50%;
		padding-left: 10px;
		border-right: 1px solid #F6F6F6;
		border-bottom: 1px solid #F6F6F6;
    }
    .radio-button {
        width: 100px;
        height: 100px;
    }
    .aboutvin {
        flex-direction: column;
    }
}

/* Small devices (landscape phones, less than 768px) sm */
@media (min-width: 768px) {
    .slick__slider__box {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) xs */
@media (max-width: 767px) {
    /* Header */
    .header__top {
        padding: 7px 15px 8px;
    }
    .header__logo__slogan a img {
        width: 127px;
    }
    .header__text {
        font-size: 10px;
        line-height: 18px;
        color: #262626;
        width: 100%;
        text-align: center;
    }
    .header__workhours__box {
        display: none;
    }
    .header__line {
        display: none;
    }
    .header__messengers {
        display: none;
    }
    .phone__showbox {
        display: none;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar {
        padding: 0px;
        width: 100%;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 100;
        background: #fff;
    }
    .nav-link {
        margin: 10px 25px;
    }

    /* Banner */
    .banner {
        height: 790px;
    }
    .banner__title {
        font-size: 26px;
        line-height: 120%;
    }
    .banner__subtitle {
        font-size: 14px;
        line-height: 150%;
    }
    .banner__btns {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner__btns .btn-messenger {
        margin-top: 50px;
        margin-left: 0;
    }
    .banner__image__box {
        position: relative;
        width: 100%;
        margin-top: 50px;
        height: 522px;
        max-width: 320px;
    }
    .banner__image__1 {
        position: absolute;
        top: -29px;
        left: 10%;
        width: 40%;
    }
    .banner__image__2 {
        position: absolute;
        top: 45px;
        left: -0px;
        width: 100%;
    }
    .brand {
        position: absolute;
        right: 25px;
        bottom: 276px;
        width: 118.29px;
    }
    .banner__image__4 {
        width: 77.77px;
    }

    /* Features */
    .features,
	.quiz {
        margin-top: -130px;
    }
    .features__box {
        max-height: 230px;
        height: auto;
    }
    .features__item img {
        width: 32px;
        height: 32px;
    }
    .features__item p {
        font-size: 14px;
        line-height: 150%;
    }

    /* Review */
    .reviews {
        margin-top: 50px;
    }
    .reviews__title {
        font-size: 18px;
        line-height: 120%;
    }
    .dots img {
        width: 10px;
        height: 10px;
    }
    .review__item1 {
        width: 181.59px;
        height: 41.2px;
        left: 15px;
        top: 50px;

        animation-name: none;
    }
    .review__item1:focus {
        outline: none;
    }
    .review__item1 img {
        width: 181.59px;
        height: 41.2px;
    }
    .review__item2 {
        width: 133.62px;
        height: 54.21px;
        left: 144.28px;
        top: 25px;

        animation-name: none;
    }
    .review__item2:focus {
        outline: none;
    }
    .review__item2 img {
        width: 133.62px;
        height: 54.21px;
    }
    .review__item3 {
        width: 86.46px;
        height: 33.34px;
        left: 15px;
        top: 100px;

        animation-name: none;
    }
    .review__item3:focus {
        outline: none;
    }
    .review__item3 img {
        width: 86.46px;
        height: 33.34px;
    }
    .review__item4 {
        width: 216.01px;
        height: 46.35px;
        left: 82px;
        top: 100px;

        animation-name: none;
    }
    .review__item4:focus {
        outline: none;
    }
    .review__item4 img {
        width: 216.01px;
        height: 46.35px;
    }
    .review__item5 {
        width: 70px;
        height: 70px;
        left: 123.16px;
        top: 55px;
    }
    .review__items__box {
        width: 320px;
        height: 200px;
    }
    .review__btns {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .review__btns .btn-messenger {
        margin-top: 50px;
    }

    /* Advantages */
    .advantages {
        padding-top: 50px;
        margin-top: 50px;
    }
    .advantages__subtitle {
        margin: 0 auto 8px;
        width: 247px;
        height: 34px;
    }
    .advantages__subtitle p {
        font-size: 10px;
        line-height: 150%;
    }
    .advantages__title {
        font-size: 18px;
        line-height: 120%;
    }
    .advantages__item {
        padding: 0 15px;
    }
    .advantages__item__img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .advantages__item__title {
        font-size: 16px;
        line-height: 150%;
    }
    .advantages__item__text {
        font-size: 14px;
        line-height: 150%;
    }

    /* Benefir */
    .benefit {
        margin-top: 50px;
    }
    .benefit__title {
        font-size: 18px;
        line-height: 120%;
    }
    .benefit__box {
        display: none;
    }
    .benefit__btns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .benefit__btns .btn-messenger {
        margin: 53px auto 0;
    }
    .slick__slider__box {
        width: 100%;
        margin-top: 35px;
    }
    .benefit__mobile__item .benefit__item {
        margin: auto;
        width: 290px;
        height: 530px;
    }

    /* Workspace */
    .workspace {
        padding-top: 50px;
        height: auto;
    }
    .workspace__title {
        font-size: 18px;
        line-height: 120%;
    }
    .workspace__box {
        margin-top: 22px;
        padding: 0 15px;
    }
    .workspace__item {
        margin-bottom: 30px;
    }
    .workspace__item__img {
        width: 32px;
        height: 32px;
    }
    .workspace__item__title {
        font-size: 16px;
        line-height: 150%;
    }
    .workspace__item__text {
        font-size: 14px;
        line-height: 150%;
    }

    /* Billing */
    .billing {
        margin-top: 50px;
    }
    .billing__image img {
        width: 100%;
    }
    .billing__info {
        padding-top: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .billing__title {
        font-size: 18px;
        line-height: 120%;
    }
    .billing__item__img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .billing__item__title {
        font-size: 16px;
        line-height: 150%;
    }
    .billing__item__text {
        font-size: 16px;
        line-height: 150%;
    }

    /* Delivery */
    .delivery {
        margin-top: 50px;
    }
    .delivery__image img {
        width: 100%;
    }
    .delivery__info {
        padding-top: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .delivery__title {
        font-size: 18px;
        line-height: 120%;
    }
    .delivery__item__img {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    .delivery__item__title {
        font-size: 16px;
        line-height: 150%;
    }
    .delivery__item__text {
        font-size: 16px;
        line-height: 150%;
    }

    /* Contacts */
    .contacts {
        margin-top: 50px;
        height: 925px;
    }
    .contacts__map {
        height: 925px;
    }
    .contacts__box {
        margin: 51px auto;
        width: 290px;
        height: auto;
    }
    .contacts__title {
        font-size: 18px;
        line-height: 120%;
    }
    .contacts__text {
        margin-top: 24px;
    }
    .contacts__adress {
        font-size: 16px;
        line-height: 150%;
    }
    .contacts__inner {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contacts_phone__showbox {
        width: 273px;
        height: 42px;
        margin: 10px 0;
        padding-left: 15px;
    }
    .contacts__phone__showbox__button {
        font-size: 11px;
    }
    .contacts__btns {
        margin-top: 30px;
    }
    .contacts__btns .btn-messenger {
        margin: 53px 0px 30px;
    }

    /* Footer */
    .footer {
        height: 712px;
    }
    .footer__leftside {
        flex-direction: column;
        align-items: center;
    }
    .footer__leftside__info {
        margin: 0;
        text-align: center;
    }
    .footer__logo {
        margin-bottom: 12px;
    }
    .footer__links {
        margin: 9px 0 0;
        padding: 0;
        text-align: center;
    }
    .footer__links__list {
        padding: 0;
    }
    .footer__rightside {
        padding-top: 11px;
    }
    .footer__rightside__adress {
        margin-bottom: 5px;
    }
    .footer__inner {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer_phone__showbox {
        margin-right: 0;
        margin-top: 10px;
    }
    .footer__phone__showbox__button {
        font-size: 11px;
    }
	.allmarks {
        padding: 0;
    }
    .alldata .element{
		flex-basis:100%
	}
    .mark {
        width: 100%;
    }
    .page {
        align-items:unset;
    }
    #title {
        font-size: 25px;
    }
    .content h4 {
        font-size: 15px;
    }
    .mark {
        width: 100%;
        text-align: center;
        justify-content: center;
        border-bottom: 0.2px solid rgba(211, 211, 211, 0.619)
    }
    .radio-image {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        object-fit: cover
    }
    .image-input {
        margin-top: 15px;
    }
    .mark p {
        font-size: 1.2em;
    }
    .chooser-top {
        display: none;
    }
    .mobile-chooser-top {
        display: block;
    }
    .mobile-chooser-top div {
        border: none;
        color: #C7CCC3;
        border-bottom: 5px solid #003D6E;
        background-color: transparent;
        padding: 20px 10px;
        width: 100%;
    }
    .crosses-wrap {
        display: none;
    }
    .messengerbox {
        flex-direction: column;
    }
    .logo {
        margin: 0;
    }
    .info p {
        text-align: center;
        margin-bottom: 13px;
    }
    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .chooser {
        margin-top: -19px;
    }
    .chooser-body div#sshow {
        margin-top: 20px;
        font-size: 13px;
        border-radius: 80px;
        padding: 15px 30px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
    }
    .alldata .element label {
        padding: 0px 0px;
        text-align: center;
        font-size: 1.2em;
        border: none;
        
    }
    .tag img {
        margin-right: 10px;
    }
    .element {
        border-bottom: 0.2px solid rgba(211, 211, 211, 0.619);
        padding: 20px 0px;
    }
    .panel {
        flex-direction: column;
    }
    .rightcard {
        margin-right: 0;
        width: auto;
    }
    .lastleftcard {
        width: auto;
    }
    .leftcard {
        width: auto;
    }
    .tag {
        background-color: transparent;
        color: #003D6E;
    }
    .tag h4 {
        font-size: 20px;
        margin: 5px 0px;
    }
    .text-input p {
        margin-bottom: 15px;
    }
    .ortag {
        margin: 5px 0px;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        margin-bottom: 10px;
    }
    .servicemessage h3 {
        max-width: 90%;
    }
    .vin-input {
        background: #F6F6F6;
        flex-wrap: wrap;
        border: 2px solid #75B73B;
        box-sizing: border-box;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }
    .vin-input>*{
		flex-basis:100%
	}
    .inputgroup {
        flex-wrap: wrap;
    }
    .inputgroup>*{
		flex-basis:100%
	}
}
@media (max-width: 575px) {
	.modal-header,
	.modal-body,
	.modal-footer,
	.modal-body .content{
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 390px) {
	.phone_float {
	  min-width: 156px;
	}
	.float-header a {
	  padding: 5px 0px;
	}
	.float-header a.phone_float {
	  padding: 5px 10px;
	  font-size: 12px;
	}
	.float-header img {
		max-height: 41px;
	}
}

/* Modal Windows */
.modal-dialog {
    border-radius: none;
}
.modal-content {
    padding: 10px 15px;
}
.modal-header {
    border: none;
    border-radius: none;
}
/*.formCallback {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.formCallback label {
    text-align: left;
    width: 100%;
}
.formCallback input[type="tel"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid gray;
    margin-bottom: 15px;
}
.formCallback input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid gray;
    margin-bottom: 15px;
}
.formCallback input[type="submit"] {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid green;
    background: green;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}

.formCallback input[type="submit"]:hover {
    background: #fff;
    color: green;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.5);
}*/
.soglasie__na__obrabotku {
    font-size: 12px;
}

.modal__messengers {
    display: flex;
    justify-content: center;
}
.modal__messengers a img {
    width: 50px;
    margin: 0 10px 20px;
}
.modal-dialog-politic {
    max-width: 1000px;
}
.politika__conf {
    font-size: 12px;
}
.back__to__form {
    margin: 20px auto;
    width: 100%;
    background: #fff;
    border: 1px solid gray;
    height: 50px;
}
.back__to__form:hover {
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.5);
}
