body {
    font-family: 'Nissan';
    font-size: 16px;
    color: black;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    overflow-x: hidden;
    background: url(../img/ASC_NIssanNY.jpg?v=3) 50% 80px no-repeat;
}

.WebDMSServiceWidget{
    border: 0;
    overflow: hidden;
    margin: 20px auto 50px;
    max-width: 1200px;
}
.WebDMSServiceWidget iframe{border: 0;min-height: max(900px, 100vh);}

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

.fancybox-content {
    text-align: center !important;
}

.row_toggle + .row_toggle_container {
    display: none;
}

div, span, font, select, input, button, font, a {
    box-sizing: border-box;
}

input[type=text],
input[type=phone],
input[type=tel],
select {
    font-family:"Nissan";
    color: black;
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

input[type="text"]::-webkit-input-placeholder { color: #000000; }
input[type="text"]:-ms-input-placeholder { color: #000000; }
input[type="text"]::-ms-input-placeholder { color: #000000; }
input[type="text"]::placeholder { color: #000000; }

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
}

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

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/bg_select.png) 95% 50% no-repeat;
    border: 1px solid #b7b7b7;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1222px;
    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: 1222px;
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .works_item.item17 {
        background-position: 100% 0 !important;
    }
}

.row {
    position: relative;
    float: none;
}

.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_popup2, #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: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
    padding: 5px 29px !important;
    padding-bottom: 15px !important;
}

.popup_container .agree_field {
    color: black;
    font-size: 10px;
    display: flex;
    align-items: center;
}

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

input[type=checkbox] {
    display: block;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 20px;
}

.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 .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    height: 60px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
}

.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-family: "Nissan";
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nissan";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    font-weight: 300;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

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


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

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

.agree_field a {
    color: #ffffff;
}

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

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


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

form .form-group input[type=text],
form .form-group input[type=tel] {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    outline: none;
    font-family: 'Nissan';
}

form .form-group button {
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: 'Nissan';
}

.form_title {
    color: #1f3776;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    padding: 0px 0px 47px;
}

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

.btn {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 100%;
    background: #c3002f;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.btn:hover {
    background: #920023;
}

/***********HEADER***********/

header {
    background: #252525;
    padding: 15px 0;
}

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

.top_addr {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.top_phone {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.top_phone span {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.dealer {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
}

.dealer b {
    font-size: 20px;
}

header .btn {
    height: 50px;
    width: 21%;
}

header .m_btn {
    display: none;
}

.fix_phone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: url("../img/fix_phone_bg.png") 50% 0 no-repeat;
    padding: 13px 0;
    display: none;
}

.fix_phone .container {
    display: flex;
    align-items: center;
}

.fix_phone_title {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

.fix_phone_title img {
    margin-right: 10px;
}

.fix_phone_title span {
    font-size: 22px ;
    font-weight: 700;
    color: #ffffff;
}

.fix_phone .top_phone {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}

.fix_phone .top_phone span {
    font-weight: 300;
    font-size: inherit;
}



.title1_container {
    min-height: 545px;
    color: white;
    display: flex;
    align-items: center;
}

.title1_container .bg {
    width: 700px;
    max-width: 100%;
    padding: 41px 49px;
    background: white;
    position:relative;
    z-index:1;
    transform-style: preserve-3d;
}

.title1_container .bg:after {
    content:'';
    background:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAr4AAAF3AgMAAAA+5qAHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEXKBzTKBzT///+Fx0BoAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQfnCBgNNxN+KceSAAABSUlEQVR42u3OsQmAQADAwG/cyxFs3H8VextBkY9yGSDcGKn2q7bZQmDgZy3AwMDAwMDApYCBgYGBgYFTAQMDAwMDA6cCBgYGBgYGTgUMDAwMDAycChgYGBgYGDgVMDAwMDAwcCpgYGBgYGDgVMDAwMDAwMCpgIGBgYGBgVMBAwMDAwMDpwIGBgYGBgZOBQwMDAwMDJwKGBgYGBgYOBUwMDAwMDBwKmBgYGBgYOBUwMDAwMDAwKmAgYGBgYGBUwEDAwMDAwOnAgYGBgYGBk4FDAwMDAwMnAoYGBgYGBg4FTAwMDAwMHAqYGBgYGBg4FTAwMDAwMDAqYCBgYGBgYFTfRG8zzYApwIGBgYGBgZOBQwMDAwMDJwKGBgYGBgYOBUwMDAwMDBwKmBgYGBgYOBUwMDAwMDAwKmAgYGBgYH/D36t9QbocgoMfAYfbzVm1kojEP0AAAAASUVORK5CYII=") right bottom no-repeat;
    width:702px;
    height:375px;
    position:absolute;
    right: -27px;
    bottom: -27px;
    pointer-events: none;
    z-index:0;
    display: none;
}

.title1_container .bg:before {
    content:'';
    background:url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVIAAAFHBAMAAAAB4Nn0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEXKBzT////KBzTKBzTKBzTKBzT///8ZUpIbAAAABXRSTlMAAGaZzLxgDusAAAABYktHRAH/Ai3eAAAAB3RJTUUH5wgYDTo1GYo8IgAAASxJREFUeNrt28sNQEAUhtERCqAFFUg0YKEF/bdixWLiMUOCyPnW9yangT+0UUWzVPbHdetlNaY2rD/1lFkgJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSW9L40jvS9tdiMlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSUlJSV9UhrOIs2WpkdKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSvoH6enuY2MB8o70SqSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSkpKSfls6DzerX8cwRIwAAAABJRU5ErkJggg==") right bottom no-repeat;
    width:338px;
    height:327px;
    position:absolute;
    left: -274px;
    top: -27px;
    pointer-events: none;
    z-index: 0;
    transform: translateZ(-1px);
    display: none;
}


.title1 {
    /* padding-top: 60px; */
    font-size: 31px;
    color: black;
    margin-bottom: 30px;
    line-height: 120%;
    font-weight: 700;
    font-size: 36px;
    position:relative;
}
.title1:before {
    content:'';
    position:absolute;
    width:316px;
    height:4px;
    background: #c3002f;
    bottom: -10px;
    left: -27px;
}

.title1 span {
    color: #c3002f;
}

.title1_comment {
    font-size: 20px;
}

.title1_comment span {
    color: black;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.title1_comment b
{background: #c3002f;color: white;font-size: 36px;font-weight: bold;width: 150px;display: inline-flex;justify-content: center;align-items: center;margin-right: 12px;height: 54px;padding-bottom: 6px;box-sizing: border-box;}
.title1_comment strong
{color: #c3002f;padding-left: 6px;}

.dist_text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.warn_text {
    padding-top: 20px;
}





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


.car_tire_gift {
    color: #fff;
    margin-top: 70px;
}
.car_tire_gift .container {}
.car_tire_gift .content {
    background: #505050;
    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: 30px 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;
    margin-bottom: 12px;
}
.car_tire_gift form {
    width: 100%;
    max-width: 532px;
}
.car_tire_gift .form-group_wrapper {
    display: flex;
    justify-content: space-between;
}
.car_tire_gift .form-group {
    width: 49%;
    margin: 0;
}

.car_tire_gift .form-group .btn {
    height: 38px;
}

.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 {}
.car_tire_gift form .form-group input[type=text],
.car_tire_gift form .form-group input[type=tel] {}




#form1 {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 30px;
}

#form1 .form-group {
    width: 49%;
    margin-bottom: 10px;
}

#form1 input[type=text],
#form1 input[type=tel] {
    border: 1px solid #c3002f;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    box-shadow: 0 0 10px 3px rgba(195, 0, 46, 0.5);
    animation: blink 1.5s infinite ease-in-out;
}

@keyframes blink {
    0% {
        box-shadow: 0 0 10px 3px rgba(195, 0, 46, 0.0);
    }
    50% {
        box-shadow: 0 0 10px 3px rgba(195, 0, 46, 0.5);
    }
    100% {
        box-shadow: 0 0 10px 3px rgba(195, 0, 46, 0.0);
    }
}

#form1 .btn {
    height: 50px;
}

#form1 .agree_field a {
    color: black;
}

.main_offer {
    margin-top: 60px;
    background: url("../img/main_offer_bg.jpg") 50% 0 no-repeat;
    padding: 12px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.main_offer:hover {
    background: url("../img/main_offer_bg_hov.jpg") 50% 0 no-repeat;
}

.main_offer_text {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;

}

.main_offer_text span {
    transition: all .3s;
}

.main_offer_text:hover span {
    color: #c3002f;
}

.arrows {
    display: flex;
    margin-left: 10px;
}

.arrows .arrow {
    background: url("../img/arrow_r.png") 0 0 no-repeat;
    display: block;
    width: 20px;
    height: 52px;
    float: left;
    transition: all 0.4s;
    margin-right: -3px;
}

.arrows_l {
    transform: rotate(180deg);
}

.arrows.step1 .arrow {opacity: 0.25;}
.arrows.step1 .arrow + div {opacity: 0.5;}
.arrows.step1 .arrow + div + div {opacity: 0.75;}
.arrows.step1 .arrow + div + div + div {opacity: 1;}
.arrows.step2 .arrow {opacity: 1;}
.arrows.step2 .arrow + div {opacity: 0.25;}
.arrows.step2 .arrow + div + div {opacity: 0.5;}
.arrows.step2 .arrow + div + div + div {opacity: 0.75;}
.arrows.step3 .arrow {opacity: 0.75;}
.arrows.step3 .arrow + div {opacity: 1;}
.arrows.step3 .arrow + div + div {opacity: 0.25;}
.arrows.step3 .arrow + div + div + div {opacity: 0.5;}
.arrows.step4 .arrow {opacity: 0.5;}
.arrows.step4 .arrow + div {opacity: 0.75;}
.arrows.step4 .arrow + div + div {opacity: 1;}
.arrows.step4 .arrow + div + div + div {opacity: 0.25;}

/************OFFERS************/

.offers_title {
    margin-top: 80px;
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 50px;
    position: relative;
}

.offers_title:before {
    content: url("../img/line.png");
    position: absolute;
    top: -30px;
    left: 2px;
}

.offers_list {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-between; */
    margin-right: -15px;
    margin-left: -15px;
}

.offers_item {
    margin-bottom: 95px;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 0 14px;
}

.offers_item img {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

.offers_item .disc {
    width: 100px;
    text-align: center;
    background: #ff3c00;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: -5px;
    padding: 5px 0;
}

.offer_name {
    font-size: 18px;
    font-weight: 700;
    min-height: 60px;
    margin-top: 15px;
}

.offer_text {
    font-size: 16px;
    font-weight: 300;
    min-height: 85px;
}

.offer_text b {
    font-size: 18px;
}

.offers_item:nth-child(7) .offer_text,
.offers_item:last-child .offer_text {
    margin-bottom: 20px;
}


/************WORKS************/

.works {
    margin-top: 80px;
}

.works_title {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 35px;
    position: relative;
}

.works_title:before {
    content: url("../img/line.png");
    position: absolute;
    top: -30px;
    left: 2px;
}

.works_list {
    display: flex;
    /* justify-content: space-between; */
    flex-flow: wrap;
    gap: 15px;
}

.works_item {
    width: 23.5%;
    margin-bottom: 20px;
    height: 236px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
}

.works_item.item1 {
    width: 49%;
    background: url("../img/works/work1_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item2 {
    background: url("../img/works/work2_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item3 {
    background: url("../img/works/work3_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item4 {
    background: url("../img/works/work4_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item5 {
    background: url("../img/works/work5_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item6 {
    background: url("../img/works/work6_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item7 {
    background: url("../img/works/work7_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item8 {
    background: url("../img/works/work8_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item9 {
    background: url("../img/works/work9_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item10 {
    background: url("../img/works/work10_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item11 {
    width: 32%;
    background: url("../img/works/work11_img.jpg") 100% 100% no-repeat #eeeeee;
}

.works_item.item12 {
    background: url("../img/works/work12_img.jpg") 100% 100% no-repeat #eeeeee;
    width: 49%;
}

.works_item.item14 {
    background: url("../img/works/work14_img.jpg") 100% 100% no-repeat #eeeeee;
    width: 32%;
    padding-top: 55px;
}

.works_item.item15 {
    background: url("../img/works/work15_img.jpg") 100% 100% no-repeat #eeeeee;
    width: 32%;
    padding-top: 55px;
}
.works_item.item16 {
    background: url("../img/works/work16_img.png") 100% 100% no-repeat #eeeeee;
    background-size: 36%;
    width: 49%;
}
.works_item.item17 {
    background: url("../img/works/work17_img.png") 100% 100% no-repeat #eeeeee;
    width: 49%;
    background-size: 35%;
}
.works_item.item18 {
    background: url(../img/works/work18_img.png) 100% 100% no-repeat #eeeeee;
    width: 49%;
    background-size: 40%;
}

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

.works_item .item_name span {
    font-size: 17px;
    font-weight: 300;
}

.works_item .item_price {
    display: block;
    font-weight: 300;
    font-size: 17px;
    color: #c3002f;
    margin-top: 10px;
}

.works_item > font {
    font-size: 16px;
    color: #c3002f;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
    text-decoration: underline;
}


.works_item:hover  > font {
    color: #000000;
}


.works_item.item13 {
    width: 100%;
    padding: 30px;
    background: #505050;
    display: flex;
    justify-content: space-between;
    flex-direction: revert;
    align-items: center;
    height: 150px;
}

.works_item.item13 .item_text {
    color: #ffffff;
    font-size: 18px;
    padding-left: 100px;
    background: url("../img/works_ico.png") 0 50% no-repeat;
    margin-bottom: 30px;
}

.works_item.item13 .item_text b {
    font-size: 30px;
}

.works_item.item13 #item_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 50%;
}

.works_item.item13 #item_form .form-group {
    width: 49%;
    margin-bottom: 0;
}

.works_item.item13 #item_form input[type=tel] {
    height: 51px;
}

.works_item.item13 #item_form .btn {
    height: 51px;
}

.works_item.item14 .item_name {font-weight: 400;font-size: 19px;line-height: 110%;}

.works_item.item14 .item_name span {
}

.works_item.item14 .item_price {
}

.works_item.item14 font {
    font-weight: 700;
    color: #c3002f;
}

.works_item.item15 .item_name {font-weight: 400;font-size: 19px;line-height: 110%;}

.works_item.item15 .item_name span {
}

.works_item.item15 .item_price {
}

.works_item.item15 font {
    font-weight: 700;
    color: #c3002f;
}

/************SERVICES************/

.serv_title {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
    padding-top: 40px;
}

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

.serv_column {
    width: 48.6%;
}

.serv_item {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.serv_item_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f3f2;
}

.serv_ico {
    background: #c3002f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.serv_name {
    font-weight: 700;
    font-size: 18px;
    width: 77%;
}

.serv_arrow {
    width: 50px;
    height: 50px;
    background: #e1d9d6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv_arrow img {
    transform: rotate(0deg);
    transition: all .3s;
}

.serv_arrow img.down {
    transform: rotate(-90deg);
}

.serv_item ul {
    display: none;
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}

.serv_item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}

.serv_item ul li:before {
    content: url("../img/list_style.png");
    position: absolute;
    top: -3px;
    left: 0;
}

.serv_item ul li i {
    flex-grow: 1;
    border-top: 1px dashed #000000;
    margin: 0 5px;
    /* display: none; */
}

.serv_item ul li b {
    color: #1e2b69;
    /* display: none; */
}


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

.calc_to_new {
    background: url("../img/calc_new_bg.jpg") 50% 0 no-repeat;
    padding: 35px 40px;
    transition: all .3s;
}

.calc_title {
    margin-top: 95px;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    text-align: left;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.calc_title:before {
    content: url("../img/line.png");
    position: absolute;
    top: -30px;
    left: 2px;
}

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

.calc_wrap .calc_cont_name {
    text-align: left;
    padding-bottom: 25px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.calc_wrap .calc_cont_comment {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.calc_wrap .calc_cont_wrap {
    display: flex;
    /* justify-content: space-evenly; */
    flex-flow: wrap;
}

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

.calc_wrap .calc_opt:hover {
    background: #c3002f;
}

/* .calc_wrap.calc_cont1 .calc_opt:last-child {
    margin: 0 auto;
} */

.calc_back {
    position: absolute;
    left: 70px;
    bottom: 20px;
    color: #003469;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 45px;
}

.calc_back:before {
    content: url("../img/back.png");
    position: absolute;
    top: 0;
    left: 0;
}

#calc_form {
    margin: 30px auto 0;
    width: 40%;
}

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


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



/************REVIEWS************/



.reviews {
    background: #f6f6f6;
    padding: 50px 0;
    padding-bottom: 110px;
    margin-top: 60px;
}

.reviews_content {
    /* text-align: center; */
}

.reviews_logo {
}

.reviews_title {
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.reviews_text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10px 0 50px 0;
}

.reviews_text b {
    color: #000;
}

.reviews_items {
}

.reviews .slick-prev {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
    background: url(../img/reviews_prev.png) 50% no-repeat #fff;
    position: absolute;
    z-index: 1;
    top: 42%;
    left: -3%;
    border: none;
    outline: none;
    cursor: pointer;
}

.reviews_item {
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 336px !important;
    background: white;
    padding: 35px;
    margin: 0 10px;
}

.reviews_item .autor_name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.reviews_item .about_review {
    display: flex;
    align-items: center;
}

.reviews_item .rating {
    color: #ffcc00;
    font-size: 16px;
}

.reviews_item .rating span {
    color: #999999;
}

.reviews_item .about_autor {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    padding-left: 10px;
    padding-top: 3px;
}

.reviews_item .date {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    padding-left: 10px;
    padding-top: 3px;
}

.reviews_item .review {
    padding-top: 20px;
}

.reviews .slick-next {
    display: block;
    height: 40px;
    width: 40px;
    color: transparent;
    background: url(../img/reviews_next.png) 50% no-repeat #fff;
    position: absolute;
    z-index: 1;
    top: 42%;
    right: -3%;
    border: none;
    outline: none;
    cursor: pointer;
}

.reviews .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: -18%;
    /* left: calc(50% - 44px); */
    z-index: 1;
    padding: 0;
}

.reviews .slick-dots li {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 5px;
    background: #a8a8a8;
    border-radius: 50%;
}

.reviews .slick-dots li.slick-active {
    background: #000;
}

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

/************CONTACTS************/

.contacts {
    margin-top: 100px;
    position: relative;
}

.cont_wrap {
    box-sizing: border-box;
    position: absolute;
    width: 40%;
    padding: 45px 40px 20px;
    background: #ffffff;
    z-index: 1;
    top: 60px;
    left: 0;
}

.cont_title {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
}

.cont_title:before {
    content: url("../img/line.png");
    position: absolute;
    top: -30px;
    left: 2px;
}

.bot_addr {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.bot_phone {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}

.bot_phone span {
    font-weight: 400;
    font-size: 16px;
}

.worktime {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

#map1 {
    width: 100%;
    height: 505px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

#form3 {
    width: 85%;
}

#form3 .agree_field,
#form3 .agree_field a {
    color: #000000;
}



.disclamer_switch {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 20px 0;
}

.disclamer {
    display: none;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}


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

@media (min-width: 1400px) {
    .calc_to {
        background-position: 30% 0;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .main_offer {
        padding: 12px 20px;
    }

    .main_offer_text {
        font-size: 30px;
    }

    .fix_phone {
        background-position: 35% 0;
    }

    .top_addr {
        display: none;
    }

    body {
        /*background-position: 100% 80px;*/
    }


    .summer_tire {
        position: absolute;
        top: unset;
        right: 0;
        bottom: 87px;
    }

    .title1_offers {
        width: 60%;
    }

    .menu_wrap {
        width: 100%;
    }

    .menu_item {
        padding: 0 20px;
    }

    .offer_text {
        min-height: unset;
    }

    .serv_name {
        width: 70%;
    }

    .calc_to {
        background-position: 35% 0;
    }

    .calc_to_title {
        font-size: 22px;
    }

    .ags_item {
        width: 48%;
        padding-left: 145px;
    }

    .cont_wrap {
        width: 49%;
    }

    #map1 {
        background-position: 75% 0;
    }

    .serv_item ul li b {
        white-space: nowrap;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }

    .works_item {
        padding: 15px;
    }

    .works_item .item_name {
        font-size: 16px;
    }

    .works_item .item_name span {
        font-size: 14px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .main_offer_text {
        font-size: 20px;
    }

    .fix_phone .container {
        justify-content: space-between;
    }

    .fix_phone_title {
        margin-right: 0;
    }

    .fix_phone .top_phone span {
        display: block;
    }

    .calc_to_new {
        padding: 30px 20px;
        background-size: cover;
    }

    .calc_wrap {
        height: 430px;
    }

    #calc_form {
        width: 70%;
    }

    .title1_offers, #form1 {
        width: 82%;
    }

    .title1 {
        /* padding-top: 15px; */
        font-size: 35px;
    }

    .title1 span {
        font-size: 24px;
    }

    .summer_tire {
        position: absolute;
        top: 100px;
        right: 0;
        bottom: unset;
        width: 35%;
    }

    .menu_item {
        padding: 0 15px;
        font-size: 12px;
    }

    .offers_item {
        width: 48%;
    }

    .serv_name {
        width: 62%;
        font-size: 14px;
    }

    .calc_to {
        background: none;
    }

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

    .calc_to_wrap {
        width: 100%;
    }

    .ags_title {
        padding-top: 30px;
    }

    .ags_item {
        padding-left: 110px;
    }

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

    #form3 .agree_field {
        margin-top: 10px;
        font-size: 10px;
    }

    .cont_wrap {
        width: 50%;
        padding: 45px 20px 20px;
    }

    .works_item.item1,
    .works_item.item13 {
        width: 100%;
    }

    .works_item {
        width: 49%;
    }
}

/*IPAD END*/

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

    .works_item {
        width: 100% !important;
    }

    .works_item.item1 {
        background-position: 10% 100%;
    }

    .works_item.item12 {
        background-position: 55% 100%;
    }

    .works_item.item13 {
        height: auto;
        padding: 20px;
        flex-wrap: wrap;
    }

.works_item.item13 #item_form {
    width: 100%;
}

    .works_item.item13 .item_text {
        text-align: center;
        background: none;
        padding-left: 0;
    }

    .works_item.item13 #item_form .form-group {
        width: 100%;
    }

    .dist_text {
        text-align: center;
        font-size: 18px;
    }

    .summer_tire {
        position: static;
        padding-bottom: 15px;
    }

    .swap_pos {
        display: flex;
        flex-direction: column-reverse;
    }

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

    .calc_wrap {
        height: auto;
    }

    #calc_form {
        width: 100%;
    }

    .calc_wrap .calc_opt {
        width: 49%;
    }

    .calc_back {
        left: 30px;
        font-size: 16px;
    }

    .calc_back:before {
        top: -7px;
    }

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

    header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
        order: 3;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #1e2b69;
        transition: all .3s linear;
    }

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

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 118px;
        background: white;
        width: 100%;
        height: 100vh;
        right: -100%;
        transition: all .3s linear;
        z-index: 2;
        padding: 0;
        margin-top: 0;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        width: 100%;
    }

    .menu_item {
        padding: 0;
        border: none;
        margin-top: 20px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    header .container {
        flex-flow: wrap;
    }

    .top_addr {
        display: none;
    }

    header img {
        order: 1;
    }

    header .dealer {
        order: 2;
        font-size: 12px;
        text-align: center;
    }

    .dealer b {
        font-size: 18px;
    }

    header .top_phone {
        order: 4;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    header .top_phone span {
        display: none;
    }

    header .btn {
        order: 5;
        margin-top: 10px;
        width: 100%;
        display: none;
    }

    body {
        background-size: 180%;
        /* background-position: 85% 230px; */
        background: url(../img/ASC_NIssanNY_mob.jpg?v=2) 50% 0px no-repeat;
        background-size: 767px;
    }

    .title1_container {
        margin-top: 155px;
    }

    .title1 {
        /* text-align: center; */
        font-size: 24px;
        /* padding-top: 150px; */
        /* padding-bottom: 210px; */
        /* color: #000000; */
    }

    .title1_comment span {
        font-size: 24px;
        display: flex;
    }
    .title1_comment b {
	    font-size: 30px;
	    min-width: 133px;
	    width: 133px;
	}
    .title1_comment strong {}

    .title1 br {
        display: none;
    }

    .title1 span {
        font-size: 22px;
    }

    .title_list span {
        color: #000000;
    }

    .title_list ul li {
        color: #000000;
    }

    .title1_comment {
        color: #000000;
        /* text-align: center; */
        font-size: 16px;
    }

    .title1_comment br {
        display: none;
    }

    .title1_offers {
        flex-flow: wrap;
        width: 100%;
    }

    .title1_offers_item {
        text-align: center;
        width: 49%;
        padding: 0;
    }

    .title1_offers_item:nth-child(2) {
        border-right: none;
    }

    .title1_offers_item:nth-child(1):after {
        right: -8px;
    }



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


.car_tire_gift {}
.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 {
        width: 100%;
    }

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

    #form1 input[type=text],
    #form1 input[type=tel] {
        border: 1px solid #000000;
    }

    #form1 .agree_field {
        margin-top: 10px;
    }


    .main_offer {
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .main_offer:hover {
        background: none;
    }

    .main_offer_text {
        color: #000000;
        font-size: 26px;
        text-align: center;
    }

    .main_offer .arrows {
        display: none;
    }

    .calc_title {
        margin-top: 500px;
    }

    .offers_title {
        text-align: left;
        font-size: 24px;
        padding-top: 0;
    }

    .offers_item {
        width: 100%;
        margin-bottom: 50px;
    }

    .offer_name {
        min-height: auto;
        padding-bottom: 10px;
    }

    .offer_text {
        min-height: unset;
        font-size: 16px;
        text-align: center;
        padding-bottom: 15px;
    }

    .serv_list {
        flex-flow: wrap;
    }

    .serv_column {
        width: 100%;
    }

    .serv_title {
        text-align: center;
    }

    .serv_name {
        width: 65%;
        font-size: 14px;
    }

    .serv_item ul li span {
        width: 65%;
    }

    .serv_item ul li i {
        display: none;
    }

    .serv_item ul li b {
        white-space: nowrap;
    }

    .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_wrap .calc_cont_name {
        font-size: 18px;
    }

    .ags_title {
        padding-top: 0;
        text-align: center;
        font-size: 24px;
    }

    .ags_item {
        width: 100%;
        padding: 10px 0 10px 90px;
    }

    .ags_item span {
        width: 20%;
    }

    .cont_bg {
        width: 100%;
    }

    .contacts {
        margin-top: 30px;
    }

    .cont_wrap {
        position: relative;
        width: 100%;
        top: 0;
        padding: 0 0 25px;
    }

    .cont_title {
        padding-bottom: 15px;
    }

    #form3 {
        width: 100%;
    }

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

    #form3 .agree_field {
        margin-top: 10px;
    }

    #map1 {
        height: 350px;
        background-position: 80% 50%;
    }
}

/*MOBILE END*/

@media (max-width: 490px) {
	body {
        background-size: 460px;
        background-position: center 50px;
    }
	.title1_container .bg {
		padding: 30px 16px;
	}
	.title1 {
		font-size:20px;
	}
	.title1_comment span { font-size: 20px; }
    .calc_title {
        margin-top: 170px;
    }
    .title1_container {
        margin-top: 80px;
    }
    .title1:before {
        left: -16px;
    }
}


/* Portrait phones and smaller */
@media (max-width: 390px) {

    .title1 {
        /*padding-bottom: 175px;*/
    }
	.title1_comment span { font-size: 18px; }
	.title1_comment b {
        font-size: 28px;
        min-width: 126px;
        width: 126px;
    }
	.title1_container .bg:after {
		margin-right: 16px;
		bottom:-18px;
	}
	.title1:before {
		width: 216px;
	}
}

@media (max-width: 380px) {
    .title1 {
        font-size: 20px;
        /*padding-bottom: 200px;*/
    }

    .title1_offers_item:nth-child(1):after {
        top: -5px;
    }
}

@media (max-width: 360px) {
    .title1_comment span {
        font-size: 14px;
    }
    .title1, .offers_title, .serv_title, .ags_title {
        font-size: 16px;
    }
    .title1_container .bg {
        padding: 24px 15px;
    }
    .title1_offers_item b {
        font-size: 16px;
    }

    .calc_to_title {
        font-size: 18px;
    }

    .ags_item {
        padding-left: 75px;
    }

    .agree_field {
        font-size: 10px;
    }

    .bot_addr {
        font-size: 14px;
    }


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

@media (max-width: 320px) {

    .title1 {
        /*padding-bottom: 180px;*/
    }

}
























