html {
    overflow-x: hidden;
}

body {
    font-family: "VWHeadWeb", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../img/ASC_VW_NY.jpg) 50% 90px no-repeat;
}

#WebDMSServiceWidget { display:none; }

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.rub {
    font-family: Arial, Helvetica, sans-serif;
    display: inline !important;
    font-size: .95em;
}

* {
    box-sizing: border-box;
}

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

input[type=file] {
    display: none;
}

.t_black {
    color: black !important;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    transition: 0.5s;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: 'Helvetica Neue,Helvetica,Arial,sans-serif';
    outline: none;
}

a {
    text-decoration: none;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1160px;
        max-width: 100%;
    }
}


input[type=text],
input[type=tel] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup_about_sale_tire {
    display: none;
}

.tire_text {
    text-align: left;
}

.tire_text a {
    color: inherit;
}

.about_sale_tire_container {
    width: 100%;
    max-width: 560px !important;
    margin: 0 auto;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 1px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 42px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 1px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #939393;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 42px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #939393;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 42px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}

.popup_container .mob_tel {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}

.popup_container .mob_tel a {
    color: black;
    font-weight: 600;
    text-decoration: none;
    animation: phone_pulse 1.5s ease-out infinite;
}

@keyframes phone_pulse {
    from {
        text-shadow: 0px 0px 5px #fff,
            0px 0px 5px #ee2d2dc0,
            0px 0px 5px #ee2d2dc0,
            0px 0px 5px #ee2d2dc0,
            0px 0px 5px #ee2d2dc0,
            0px 0px 10px #ee2d2dc0;
    }
}

.alert.fancybox-content {
    overflow: hidden;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}

.agree_field a {
    color: black;
    text-decoration: underline;
}

.agree_field input {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "VWHeadWeb", Arial, sans-serif;
    height: 42px;
    width: 100%;
    color: #939393;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: center;
    border: 1px solid #939393;
    padding: 0px 40px;
    outline: none;
    background: transparent;
    border-radius: 5px;
}

select {
    font-family: 'VWHeadWeb';
    display: block;
    color: #939393;
    height: 42px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #939393;
}

form .form-group button {
    width: 100%;
    height: 42px;
    cursor: pointer;
    /* font-size: 18px; */
    /* font-weight: 300; */
    outline: none;
    font-family: "VWHeadWeb", Arial, sans-serif;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.form_title {
    color: black;
    font-size: 36px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}


.btn {
    box-sizing: border-box;
    background: #001e50;
    color: white;
    /* text-transform:uppercase; */
    text-align: center;
    height: 42px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #001e50;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background: #0099da;
    border: 1px solid #0099da;
}

.btn.glass {
    background: transparent;
    border: 1px solid #dee1e3;
    color: #0099da;
}

.btn.glass:hover {
    background: #337ab7;
    border: 1px solid #337ab7;
    color: white;
}

.btn.white {
    background: #ffffff;
    color: #001e50;
    border: none;
}

.btn.white:hover {
    background: #0099da;
    color: #ffffff;
}

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

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: white;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.header .logo {
    text-align: center;
}

.header .top_addr {
    font-size: 16px;
}


.header .logo_text {
    font-size: 16px;
    font-weight: 400;
}

.header .logo_text b {
    font-size: 17px;
}

.header .top_phone_wrapper>span {
    display: none;
}

.header .top_phone {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

.header .top_work {
    font-size: 13px;
}

.header .top_phone {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: black;
}

.header .top_phone:before {
    content: url(../img/phone_top.png);
    position: absolute;
    top: 0;
    left: 0;
}

.header .btn {
    width: 170px;
    height: 38px;
}


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

.banner {
    padding-bottom: 130px;
    margin-top: 90px;
}

.warn_btn {
    position: absolute;
    bottom: -55px;
    right: 15px;
    width: 400px;
    font-size: 18px;
}

.warn_text {
    padding-bottom: 20px;
}

.banner .title1 {
    padding-top: 78px;
    font-size: 46px;
    font-weight: 400;
    color: black;
}

.banner .title1 b {
    font-size: 32px;
    margin-top: 59px;
    margin-bottom: 28px;
    display: inline-block;
}

.banner .title1 span {
    font-size: 32px;
    line-height: 100%;
    display: block;
}

.banner .title1.mob {
    display: none;
}



.banner .title2 {
    padding-top: 120px;
}

.banner .title2 ._title {
    font-size: 56px;
    font-weight: 700;
    padding-top: 5px;
    color: #000000;
}

.banner .title2 ._comment {
    font-size: 32px;
    font-weight: 300;
}

.banner .title2 ._sales {
    display: flex;
    padding-top: 15px;
    font-weight: 700;
    font-size: 20px;
}

.banner .title2 ._sales div {
    margin-left: 33px;
}

.banner .title2 ._sales div:first-child {
    margin-left: 0px;
}

.banner .title2 ._sales div span {
    color: #082555;
    font-size: 56px;
    display: block;
    line-height: 87%;
}


.form1_wrap {
    margin-top: 34px;
    position: relative;
    width: 414px;
    max-width: 100%;
    background: #072454;
    padding: 38px 48px;
}

.form1_title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.form1_title.mob {
    display: none;
}

.banner .form1_wrap:before {
    /* content: ''; */
    position: absolute;
    top: -45px;
    left: -35%;
    display: block;
    width: 67%;
    height: 300px;
    background: url("../img/form1_wrap_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

.banner #form1 {
    /* width: 409px; */
    max-width: 100%;
    /* background: #072454; */
    /* padding: 38px 48px; */
}

.banner #form1 input[type=tel] {
    font-size: 16px;
    height: 44px;
    border-color: #ffffff;
}

.banner #form1 .form-group {
    margin-bottom: 15px;
}

.banner #form1 .btn {
    height: 44px;
}

.banner #form1 .btn.mob {
    display: none;
}

.banner #form1 .agree_field,
.banner #form1 .agree_field a {
    color: #ffffff;
}



/************car_tire_gift************/


.car_tire_gift {
    color: #fff;
    /* margin-top: 70px; */
    margin-bottom: 70px;
}

.car_tire_gift .container {}

.car_tire_gift .content {
    background: #032153;
    display: flex;
    justify-content: space-between;
}

.car_tire_gift .tire_gift_ico {
    position: absolute;
    top: -20px;
    left: 20px;
}

.car_tire_gift .img_block {}

.car_tire_gift .img_block img {}

.car_tire_gift .info_block {
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.car_tire_gift .text_block {
    /* width: 100%; */
}

.car_tire_gift .tire_title {
    font-size: 20px;
}

.car_tire_gift .tire_title span {
    font-weight: 700;
}

.car_tire_gift .about_sale {
    color: #fff;
    padding: 5px 0;
    padding-left: 30px;
    background: url(../img/about_sale.png) 0 50% no-repeat;
}

.car_tire_gift form {
    width: 100%;
    /* max-width: 532px; */
    margin-top: 15px;
}

.car_tire_gift .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}

.car_tire_gift .form-group {
    width: 47%;
    margin: 0;
}

.car_tire_gift .form-group .btn {
    height: 38px;
    background: #fff;
    color: #000;
}

.car_tire_gift .form-group input[type="text"],
.car_tire_gift .form-group input[type="tel"] {
    height: 38px;
    background: transparent;
    border-color: #FFF;
    color: #fff;
}

.car_tire_gift .form-group input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="text"]::placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="tel"]::-webkit-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="tel"]:-ms-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="tel"]::-ms-input-placeholder {
    color: #fff;
}

.car_tire_gift .form-group input[type="tel"]::placeholder {
    color: #fff;
}

.car_tire_gift form .agree_field,
.car_tire_gift form .agree_field a {
    color: #fff;
}

.car_tire_gift form .form-group input[type=text],
.car_tire_gift form .form-group input[type=tel] {}





/************CALC_TO_NEW************/

.calc_to_new {
    margin-bottom: 50px;
    background: url("../img/calc_new_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    padding: 35px;
    transition: all .3s;
    /*margin-top: 80px;*/
}

.calc_title {
    font-weight: 700;
    color: #000000;
    font-size: 46px;
    padding-bottom: 25px;
}

.calc_wrap {
    position: relative;
    height: 335px;
}

.calc_wrap .calc_cont_name {
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 20px;
}

.calc_wrap .calc_cont_comment {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
}

.calc_wrap .calc_cont_comment a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.calc_wrap .calc_cont_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.calc_wrap .calc_opt {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 24%;
    padding: 10px 0;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .3s;
}

.calc_wrap .calc_opt:hover {
    background: #00b0f0;
    color: #ffffff;
}

.calc_wrap .calc_opt.wide {
    margin: 0 auto;
    width: 49%;
}

.calc_wrap .calc_opt.centered {
    margin: 0 auto;
}

.calc_cont3 .calc_opt {
    width: 32%;
}

.calc_back {
    position: absolute;
    left: 60px;
    bottom: 40px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    padding-left: 25px;
    background: url("../img/calc_arrow.png") 0 50% no-repeat;
}

#calc_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 60%;
}

#calc_form .form-group {
    width: 49%;
}

#calc_form .agree_field a {
    color: #ffffff;
}

#calc_form input[type=text],
#calc_form input[type=tel] {
    border-color: #ffffff;
    text-align: left;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 400;
}


.calc_cont2,
.calc_cont3,
.calc_cont4 {
    display: none;
}

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


.offers .title {

    font-size: 20px;

    font-weight: 700;

    padding: 40px 0;
}

.offers .offers_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -1.666%;
    margin-right: -1.666%;
}

.offers .offer {
    width: 30%;
    margin: 0 1.666% 50px 1.666%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}


.offers .item_title {

    font-size: 18px;

    font-weight: 700;

    padding-top: 15px;
    min-height: 60px;
}

.offers .item_text {
    padding-top: 15px;
    margin-bottom: auto;
    min-height: 115px;
}

.offers .offer:nth-child(6) .item_text {
    min-height: 93px;
}

.offers .offer_btns {
    margin-top: 15px;
}

.offers .offer_btns .btn {

    width: 100%;

    margin-top: 10px;
}


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



.sales {
    margin-bottom: 50px;
}

.sales .container {}

.sales .title {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
}

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

.sales .item {
    padding: 40px 30px;
    font-size: 20px;
    display: block;
    width: 32%;
    color: #fff;
}

.sales .item {
    margin-bottom: 10px;
}
.sales .item.ico1 {
    background: url(../img/sales_bg1.png) 50% no-repeat;
    background-size: cover;
}

.sales .item.ico2 {
    background: url(../img/sales_bg2.jpg) 50% no-repeat;
    background-size: cover;
}
.sales .item.ico3 {
    background: url(../img/sales_bg4.jpg) 50% no-repeat;
    background-size: cover;
}

.sales .sales_img {
    padding-bottom: 20px;
}

.sales .sales_img img {}

.sales .sales_text {}

.sales .sales_text b {}



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

.service_title {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.service_item {
    box-sizing: border-box;
    width: 31.3%;
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
    color: #000000;
    padding: 25px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.service_item_name {
    font-size: 18px;
    font-weight: 700;
}

.service_item .btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 128px;
    height: 29px;
    font-size: 14px;
}

.service_item.img1 {
    background: url("../img/serv_img1.png") 160px 30px no-repeat #ffffff;
}

.service_item.img2 {
    background: url("../img/serv_img2.png") 185px 15px no-repeat #ffffff;
}

.service_item.img3 {
    background: url("../img/serv_img3.png") 210px 0 no-repeat #ffffff;
}

.service_item.img4 {
    background: url("../img/serv_img4.png") 130px 0 no-repeat #ffffff;
}

.service_item.img5 {
    background: url("../img/serv_img5.png") 155px -10px no-repeat #ffffff;
}

.service_item.img6 {
    background: url("../img/serv_img6.png") 25px 65px no-repeat #ffffff;
}

.service_item.img7 {
    background: url("../img/serv_img7.png") 165px 95px no-repeat #ffffff;
}

.service_item.img8 {
    background: url("../img/serv_img8.png") 190px 55px no-repeat #ffffff;
}

.service_item.img9 {
    background: url("../img/serv_img9.png") 160px 15px no-repeat #ffffff;
}
.service_form {
    width: 100%;
    background: url("../img/serv_form_bg.jpg") 50% 0 no-repeat;
    box-sizing: border-box;
    padding: 35px 40px 45px;
}

.service_form_title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.service_form_comment {
    color: #ffffff;
    font-size: 18px;
}

#service_form {
    width: 635px;
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#service_form .form-group {
    width: 49%;
}

#service_form input[type=tel] {
    border-color: #ffffff;
}

#service_form input[type=tel]::placeholder {
    color: #ffffff;
}

#service_form .agree_field,
#service_form .agree_field a {
    color: #ffffff;
}

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


.advantages {
    background: url("../img/ags_bg.jpg") 50% 100% no-repeat;
    margin-top: 80px;
    padding-bottom: 30px;
}

.advantages>img {
    display: none;
}

.ags_title {
    color: #000000;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 90px;
}

.ags_wrap {
    width: 49%;
    margin-left: auto;
}

.ags_comment {
    font-size: 32px;
}

.ags_comment span {
    display: block;
    padding-left: 100px;
    font-weight: 700;
    margin-top: 5px;
}

.ags_list {
    margin-top: 45px;
}

.ags_list_item {
    font-size: 16px;
    margin-bottom: 50px;
    padding-left: 85px;
}

.ags_list_item b {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.ags_list_item.ico1 {
    background: url("../img/ags_ico1.png") 0 50% no-repeat;
}

.ags_list_item.ico2 {
    background: url("../img/ags_ico2.png") 0 50% no-repeat;
}

.ags_list_item.ico3 {
    background: url("../img/ags_ico3.png") 0 50% no-repeat;
    margin-bottom: 0;
}

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


.mob_compl {
    display: none;
}

.for_swipe {
    display: none;
}

.mob_compl .car_compl_mob {
    display: block;
}

.mob_compl .car_compl_mob.hide {
    display: none;
}

.instock_mob {
    display: none;
}

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

.reviews {
    margin-top: 150px;
    /*margin-bottom: 100px;*/
}

.reviews_content {}

.reviews_logo {}

.reviews_title {
    font-size: 46px;
    padding-bottom: 30px;
    font-weight: 700;
}

.reviews_item {
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 230px !important;
    background: white;
    padding: 30px 35px;
    margin: 5px 10px;
    box-shadow: 0.845px 1.813px 5.94px 0.06px rgba(0, 0, 0, 0.16);
    outline: none;
}

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

.reviews_item .autor_name {
    font-size: 20px;
    font-weight: 700;
}

.reviews_item .autor_level {
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-top: 10px;
}

.reviews_item .date {
    font-size: 16px;
    font-weight: 400;
}

.reviews_item .review {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
}

.reviews .slick-prev {
    width: 54px !important;
    height: 54px !important;
    background: url("../img/prev.png") 50% no-repeat !important;
    left: -105px !important;
    transition: all .3s;
}

.reviews .slick-prev:hover {
    background: url("../img/prev_hov.png") 50% no-repeat !important;
}

.reviews .slick-next {
    width: 54px !important;
    height: 54px !important;
    background: url("../img/next.png") 50% no-repeat !important;
    right: -105px !important;
    transition: all .3s;
}

.reviews .slick-next:hover {
    background: url("../img/next_hov.png") 50% no-repeat !important;
}


.reviews .slick-prev:before,
.reviews .slick-prev:before,
.reviews .slick-next:before,
.reviews .slick-next:before {
    opacity: 1;
}

.reviews .slick-prev:before {
    display: none;
}

.reviews .slick-next:before {
    display: none;
}

.reviews .slick-dots {
    box-sizing: border-box;
    width: 100% !important;
    display: flex !important;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
    margin: 30px 10px !important;
    overflow: hidden;
}

.reviews .slick-dots:before {
    content: '';
    width: 98.3%;
    height: 2px;
    background: #c1c1c1;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.reviews .slick-dots li {
    flex-grow: 1;
    /*width: 12px !important;*/
    height: 8px !important;
    margin: 0 !important;
    background: #001e50 !important;
    border-radius: 4px !important;
    opacity: 0;
}

.reviews .slick-dots li button {
    display: block !important;
    background: none !important;
    color: transparent !important;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    outline: none !important;
}

.slick-dots li button:before {
    display: none !important;
}

.reviews .slick-dots li.slick-active {
    opacity: 1;
}

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

.contacts_title {

    font-size: 46px;

    /* text-align: center; */

    font-weight: 700;

    margin-top: 150px;
}

.contacts {

    width: 430px;

    background: white;

    box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 20%);

    padding: 50px;

    position: absolute;

    top: 165px;

    left: 0;

    z-index: 1;
}

.contacts .title {

    font-size: 20px;

    font-weight: 700;
}

.contacts .bottom_addr {

    background: url(../img/loc_top.png) 0% 50% no-repeat;

    padding-left: 30px;

    margin-top: 25px;
}

.contacts .bottom_phone {

    background: url(../img/phone_top.png) 0% 50% no-repeat;

    padding-left: 30px;

    margin-top: 25px;

    color: black;

    font-size: 26px;

    font-weight: 600;

    display: block;
}

.contacts .bottom_work {

    padding-left: 30px;
}

.contacts .bottom_work b {}

.contacts #form3 {

    margin-top: 25px;
}


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


#map1 {
    height: 500px;
    width: 100%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0% no-repeat;
    margin-top: 80px;
}


footer {
    padding-top: 21px;
    padding-bottom: 20px;
}


.disclamer_switch_bg {}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

footer .disclamer {
    color: black;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}

.disclaimer {
    padding-bottom: 15px;
    font-size: 14px;
}

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

@media (max-width: 1900px) {}

@media (max-width: 1800px) {}

@media (max-width: 1500px) {}

@media (max-width: 1200px) {

    /* CAR COMPL POPUP */
    .mob_compl_back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .75);
        display: none;
    }

    .mob_compl_back.active {
        display: block;
    }

    .mob_compl {
        display: block;
        background: white;
        width: 100%;
        height: 95%;
        position: fixed;
        left: 0;
        bottom: -1000px;
        z-index: 20;
        /* transition: all .5s linear; */
        padding: 15px;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, .075);
        /* overflow: scroll; */
    }

    .for_swipe {
        display: block;
        width: 150px;
        height: 50px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
        top: -10px;
    }

    .compl_close_btn {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -30px;
        left: 0;
        /* opacity: 0; */
        /* pointer-events: none; */
    }

    .compl_close_btn.show {
        opacity: 1;
        pointer-events: unset;
    }

    .compl_close_btn:before {
        content: "";
        width: 29px;
        height: 2px;
        background: #58595b;
        position: absolute;
        top: -3px;
        left: 0;
        transform: rotate(45deg);
        transform-origin: bottom left;
    }

    .compl_close_btn:after {
        content: "";
        width: 29px;
        height: 2px;
        background: #58595b;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: rotate(-45deg);
        transform-origin: top left;
    }

    .mob_compl .title {
        position: relative;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        color: #58595b;
        text-decoration: underline;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .mob_compl .title:before {
        content: "";
        width: 45px;
        height: 4px;
        border-radius: 50px;
        background: #c7c7c7;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: -35px;
    }

    .mob_compl .title.hide:before {
        display: none;
    }

    .mob_compl .car_compls {
        /* text-align: center; */
        padding: 0;
        margin: 0;
        overflow: scroll;
    }

    .car_compls_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 85%;
    }

    .mob_compl .car_compls li {
        display: block;
        font-size: 16px;
        color: #58595b;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        position: relative;
    }

    .mob_compl .car_compls li:hover {
        color: black;
        text-shadow: 0 0 .3px rgba(0, 0, 0, 0.3), 0 0 .3px rgba(136, 88, 88, 0.6);
    }

    .mob_compl .car_compls li.hide {
        display: none;
    }

    #compl_radio {
        margin-right: 10px;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .mob_compl .car_compls li:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #001e50;
        border-radius: 50%;
        margin-right: 0.5em;
        background: white;
        background-size: 50% 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .mob_compl .car_compls li.checked:before {
        background: #001e50;
    }

    .mob_compl .btn {
        text-transform: uppercase;
        margin-top: 15px;
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .banner .title1 {
        font-size: 42px;
    }

    .banner .form1_wrap:before {
        width: 75%;
    }

    .header .top_addr {
        display: none;
    }

    .sales {}

    .sales .container {}

    .sales .title {}

    .sales .content {}

    .sales .item {}

    .sales .item.ico1 {}

    .sales .item.ico2 {}

    .sales .sales_img {}

    .sales .sales_img img {}

    .sales .sales_text {}

    .sales .sales_text b {}

    .service_item {
        width: 47%;
    }

    .service_item_img img {
        width: 100%;
    }

    .advantages {
        background-position: 37% 100%;
    }

    .ags_wrap {
        width: 45%;
    }

    .ags_title {
        margin-bottom: 35px;
    }

    .ags_comment {
        font-size: 26px;
    }

    .ags_comment span {
        padding-left: 0;
    }

    .reviews_item {
        min-height: 320px !important;
    }

    .reviews .slick-prev {
        left: -30px !important;
        z-index: 1;
    }

    .reviews .slick-next {
        right: -30px !important;
        z-index: 1;
    }

    .calc_to_title {
        font-size: 22px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .header {
        flex-wrap: wrap;
    }

    .header .btn {
        display: none;
    }

    .banner .container {
        flex-wrap: wrap;
    }

    .banner {}

    .banner .title1 {
        font-size: 34px;
    }

    .banner .form1_wrap:before {
        width: 85%;
    }

    .offers .title {
        font-size: 32px;
    }

    .offers .offers_items {
        margin-left: -1%;
        margin-right: -1%;
    }

    .offers .offer {
        width: 49%;
        margin: 0 .5% 50px .5%;
    }

    .sales {}

    .sales .container {}

    .sales .title {}

    .sales .content {}

    .sales .item {}

    .sales .item.ico1 {}

    .sales .item.ico2 {}

    .sales .sales_img {}

    .sales .sales_img img {}

    .sales .sales_text {}

    .sales .sales_text b {}

    .service_item {}

    .advantages {
        background: none;
        padding: 0;
    }

    .advantages>img {
        display: block;
        width: 100%;
    }

    .ags_title {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .ags_wrap {
        width: 100%;
    }

    .contacts {
        width: 100%;
        background: white;
        box-shadow: none;
        padding: 50px 100px;
        position: static;
    }

    .reviews_item {
        min-height: 255px !important;
    }

    .reviews .slick-dots {
        /*left: calc(50% - 56px) !important;*/
    }

    .calc_to_new {
        padding: 30px 15px;
    }


    .calc_wrap .calc_opt {
        /*width: 20%;*/
        font-size: 14px;
    }

    .calc_to {
        background: none;
    }

    .calc_to>img {
        display: block;
        width: 100%;
    }

    .calc_to_wrap {
        width: 100%;
    }


    .banner .title2 {
        width: 484px;
        padding-top: 30px;
    }
}


/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    /************************************************************************/
    .warn_btn {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 15px;
        width: 100%;
    }


    header {
        position: static;
        box-shadow: none;
    }

    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
    }

    .header .logo {
        order: -1;
    }

    .header .logo_text {
        order: -1;
        text-align: right;
    }

    .header .top_addr {
        display: none;
    }

    .header .top_phone_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .header .top_phone_wrapper {
        /* font-size: 20px;
        width: 262px;
        margin-top: 15px;
        margin-bottom: 15px; */
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        background: #ffffff;
        width: 100%;
        z-index: 5;
    }

    .header .top_phone_wrapper>span {
        display: block;
        text-align: center;
    }

    .header .top_phone_wrapper .top_work {
        display: none;
    }

    /* .header .top_phone_wrapper.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 5px 0;
        z-index: 5;
    } */

    .header .top_phone_wrapper.fixed .top_work {
        display: none;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 1;
        width: 262px;
        display: none;
    }

    .banner .container {
        padding: 0;
    }

    .banner {
        margin-top: 0;
        padding-bottom: 50px;
        padding-top: 10px;
    }

    body {
        background-size: 450px auto;
        background-position: 100% 50px;
        background: url(../img/ASC_VW_NY_mob.jpg) no-repeat;
        background-position: 50% -130px;
    }

body:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #fff;
    top: 800px;
}

    .banner .title1 {
        font-size: 24px;
        padding: 0 15px;
        width: 100%;
        color: black;
        background: none;
        text-align: center;
        display: none;
    }

    .banner .title1.mob {
        display: block;
    }

    .banner .title1 b {
        margin-top: 220px;
        margin-bottom: 10px;
    }

    .banner .title2 ._comment {
        font-weight: bold;
    }

    .form1_wrap {
        margin-top: 260px;
        padding: 15px 0;
        background: url("../img/calc_new_bg.jpg") 50% no-repeat;
        width: 100%;
    }




    /************car_tire_gift************/


    .car_tire_gift {
        display: none;
    }

    .car_tire_gift .container {}

    .car_tire_gift .content {
        flex-wrap: wrap;
    }

    .car_tire_gift .img_block {}

    .car_tire_gift .img_block img {}

    .car_tire_gift .info_block {
        padding: 30px 15px;
    }

    .car_tire_gift .text_block {}

    .car_tire_gift .tire_title {}

    .car_tire_gift .tire_title span {}

    .car_tire_gift .about_sale {
        margin: 10px 0 15px 0;
    }

    .car_tire_gift form {}

    .car_tire_gift .form-group_wrapper {
        flex-wrap: wrap;
    }

    .car_tire_gift .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .car_tire_gift form .agree_field,
    .car_tire_gift form .agree_field a {}




    .form1_title {
        text-align: center;
        display: none;
    }

    .form1_title.mob {
        display: block;
    }

    .banner #form1 {
        border-radius: 0;
        padding: 0 15px;
        width: 100%;
        margin-top: 10px;
    }

    .banner .form1_wrap:before {
        display: none;
    }

    .banner #form1 .form-group_wrapper {
        flex-wrap: wrap;
    }

    .banner #form1 .form-group {
        width: 100%;
    }

    .banner #form1 .btn {
        display: none;
    }

    .banner #form1 .btn.mob {
        display: flex;
    }

    .offers .offers_items {
        margin: 0;
    }

    .offers .offer {
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
    }

    .offers .item_title,
    .offers .item_text {
        min-height: auto !important;
    }

    .sales {}

    .sales .container {}

    .sales .title {
        text-align: center;
        font-size: 30px;
    }

    .sales .content {}

    .sales .item {
        background-position: 65% 50% !important;
        width: 100%;
    }

    .sales .item.ico1 {}

    .sales .item.ico2 {}

    .sales .sales_img {}

    .sales .sales_img img {}

    .sales .sales_text {}

    .sales .sales_text b {}

    .service {
        border: none;
        border-radius: 0;
    }

    .service .item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .contacts_title {
        font-size: 32px;
        margin-top: 0;
    }

    .contacts {
        width: 100%;
        background: none;
        box-shadow: none;
        padding: 0;
        position: static;
        margin-top: 20px;
    }

    #map1 {
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        margin-top: 40px;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }

    .service_title {
        text-align: center;
        font-size: 30px;
    }

    .service_item {
        width: 100%;
    }

    .service_item_name {
        font-size: 18px;
    }

    .service_item_img img {
        width: 100%;
    }

    .service_form {
        padding: 15px;
        background-size: cover;
    }

    .service_form_title {
        text-align: center;
    }

    .service_form_comment {
        text-align: center;
    }

    #service_form .form-group {
        width: 100%;
    }

    .advantages {
        background: none;
        padding: 0;
        margin-bottom: 50px;
    }

    .advantages>img {
        display: block;
        width: 100%;
    }

    .ags_title {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 30px;
    }

    .ags_comment {
        text-align: center;
        font-size: 24px;
    }

    .ags_comment span {
        padding-left: 0;
    }

    .ags_wrap {
        width: 100%;
    }

    .agree_field {
        font-size: 12px;
    }

    .reviews {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .reviews_item {
        width: 100%;
        min-height: 270px !important;
    }

    .reviews_title {
        font-size: 28px;
    }

    .reviews .slick-prev {
        top: 50% !important;
        left: -4% !important;
        z-index: 1;
    }

    .reviews .slick-next {
        top: 50% !important;
        right: -4% !important;
        z-index: 1;
    }


    .reviews .slick-dots {
        bottom: -15%;
        /*left: calc(50% - 56px) !important;*/
    }

    .reviews_item .review {
        font-size: 13px;
    }

    .calc_to_new {
        padding: 20px 10px 50px;
        margin-top: 30px;
    }

    .calc_wrap {
        height: auto;
    }

    #calc_form {
        width: 100%;
    }

    #calc_form .form-group {
        width: 100%;
    }

    .calc_wrap .calc_cont_name {
        font-size: 16px;
    }

    .calc_wrap .calc_cont_comment a {
        display: block;
    }

    .calc_wrap .calc_opt {
        width: 48%;
        font-size: 14px;
    }

    .calc_to {
        background: none;
    }

    .calc_to>img {
        display: block;
    }

    .calc_to_wrap {
        width: 100%;
    }

    .calc_to_title {
        padding-top: 30px;
        text-align: center;
        font-size: 20px;
    }

    .calc_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 0;
    }

    .calc_back {
        left: 30px;
        bottom: 15px;
    }

    .calc_wrap .calc_opt.centered {
        margin: 0 0 20px;
    }

    .banner .title2 {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .title2 ._title {
        padding-top: 10px;
        font-size: 40px;
        text-align: left;
    }
    ._title br {
        display: none;
    }
    .banner .title2 ._comment {
        font-size: 16px;
        text-align: center;
    }

    .banner .title2 ._sales {
        font-size: 18px;
    }

    .banner .title2 ._sales div {
        text-align: left;
        margin: 0px 15px;
    }

    .banner .title2 ._sales div:first-child {
        margin-left: 0px;
    }

    .banner .title2 ._sales div span {
        font-size: 2em;
    }


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 420px) {
    .header .logo_text b {
        font-size: 14px;
    }
    body {
        background-size: 420px;
        background-position: 0px 50px;
    }
    .banner .title2 ._title {
        /* padding-top: 50px; */
        font-size: 37px;
    }
    .banner .title2 ._sales {
        font-size: 18px;
        color: #000000;
    }
    .banner .title2 ._sales div span {
        color: #0c2f65;
    }
    .banner .title2 ._title {
        color: #000;
    }
    .form1_wrap {
        margin-top: 205px;
    }
}
@media (max-width: 390px) {


    .service_item_name {}

}

@media (max-width: 360px) {
    .banner .title2 ._title {
        font-size: 26px;
    }

    .header .logo_text b {
        font-size: 12px;
    }

    .banner .title1 {
        font-size: 20px;
    }

    .service_item_name {
        font-size: 15px;
    }

    .calc_to_title {
        font-size: 18px;
    }

    .calc_wrap .calc_opt {
        width: 40%;
    }

}

@media (max-width: 320px) {

    .contacts .title {
        font-size: 20px;
    }

    .reviews_item {
        min-height: 310px !important;
    }

    .reviews_item .review {
        font-size: 12px;
    }
}