﻿/* CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}

strong {
    font-weight: bolder;
}

em {
    font-style: italic;
}

html, body {
    min-width: 320px !important;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    min-width: 320px !important;
    float: left;
    font-family: 'Nissan Brand Regular', sans-serif;
    font-size: 14px;
    color: #343434;
    position: relative;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

::selection {
    background: #9de2ff;
}

::-moz-selection {
    background: #9de2ff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #676f76;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #676f76;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #676f76;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #676f76;
}

/*input, textarea, button {*/
textarea, button {
    outline: none;
    font-family: 'Nissan Brand Regular', sans-serif;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
}

input[type=submit], button {
    cursor: pointer;
}

div {
    box-sizing: border-box;
}

table {
    border: 0 none;
    padding: 0;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

img {
    border: none;
}

b, strong {
    font-family: 'Nissan Brand Bold', sans-serif;
    font-weight: normal;
}

a {
    box-sizing: border-box;
    color: #aa0505;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}

input.required {
    background-color: #ffe7e7 !important;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
}

a:visited {
    text-decoration: none;
    font-weight: normal;
}

.container {
    clear: both;
    position: relative;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #fff;
}

.h-strt {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    height: 80px;
    background: #fff;
}

.hst-logo1 {
    position: absolute;
    top: 0;
    left: 20px;
}

.hst-logo1 img {
    float: left;
    max-width: 100%;
}

.hst-geo {
    position: absolute;
    top: 30px;
    left: 170px;
    font-size: 15px;
    padding: 0 0 0 20px;
    background: url(../images/icon-hstgeo.png) no-repeat left center;
}

.hst-phone {
    position: absolute;
    top: 15px;
    left: 565px;
    text-align: center;
    font-size: 15px;
}

.hst-phone b {
    font-weight: normal;
    font-family: 'Nissan Brand Regular';
}

.hst-phone span {
    color: #c3092e;
}

.hst-phone a.phone1 {
    font-size: 19px;
    color: #4d4c4c;
    text-decoration: none !important;
}

.hst-phone a.phone2 {
    color: #4d4c4c;
    text-decoration: none !important;
}

.hst-logo2 {
    position: absolute;
    top: 10px;
    right: 0;
}

.hst-logo2 img {
    float: left;
    max-width: 100%;
}

.h-strb {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 70px;
    background: #1e2329;
}

.h-strb ul {
    float: left;
    width: 100%;
    list-style: none;
    text-align: center;
}

.h-strb ul li {
    display: inline-block;
    line-height: 70px;
}

.h-strb ul li a {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px 0 0;
}

.h-strb ul li:last-of-type a {
    padding: 0;
}

.h-strb ul li a:before {
    position: absolute;
    top: 0;
    right: 8px;
    content: '/';
}

.h-strb ul li:last-of-type a:before {
    display: none;
}


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

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

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

.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;
}

#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100% !important;
    padding: 5px 29px !important;
    overflow: hidden !important;;
    position: relative !important;
    box-sizing: border-box; /* border: 2px solid black; */
}

.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 26px;
    text-align: center;
    padding-top: 20px;
    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 .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 input[type=text],
.popup_container .form-group input[type=tel] {
    color: black;
    display: block;
    height: 60px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #ffffff;
    border: 1px solid #000000;
    padding-left: 15px;
}

.has-danger input[name=phone] {
    border-color: #ed1f26 !important;
    box-shadow: inset 0 0 0 1px #ed1f26;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 60px;
    width: 100%;
    background: #c3092e;
    color: #fff;
}

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

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

.popup_container .agree_field {
    font-size: 10px;
}

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

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

.agree_field input {
    position: absolute;
    top: -1px;
    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;
}

#map1 {
    width: 100%;
    height: 400px;
    background: #ececec;
}

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

.banner {
    margin-top: 80px;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimages%2Fbanner.jpg&f=webp&q=90&hash=405d3859cd4fd0688876dad81885d96a73548cb2af1f2efec3b9fc3a8201c688) 50% 0 no-repeat;
    padding-top: 100px;
    padding-bottom: 15px;
}

.banner .container {
}

.banner .content {
}

.banner .title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.banner .title span {
    font-size: 39px;
    color: #c3092e;
}

.banner .description {
    font-size: 26px;
    padding-top: 15px;
}

.banner .btn {
    width: 250px;
    text-align: center;
    line-height: 45px;
    background: #c3092e;
    color: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    padding: 15px;
    display: block;
    line-height: 1em;
    margin-top: 30px;
}

.banner .description b {
}

.banner .timer_block {
    margin-top: 130px;
}

.banner .timer_title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .timer {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.banner .timer span[id^="timer"] {
    text-align: center !important;
}

.banner .timer div[id^="timer"] {
    /*text-align: left !important;*/
}

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

.advantages {
    background: #e4e4e5;
    padding: 50px 0 20px;
}

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

.ags_list a {
    display: block;
    color: #1e2329;
    text-decoration: none;
}

.ags_list a:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 71px;
    margin-bottom: 10px;
    background: #c3092e;
    border-radius: 5px;
}

.ags_list a:nth-child(3),
.ags_list a:nth-child(5) {
    margin-right: 30px;
}

.ags_list a.ico1:before {
    content: url("../images/ags_ico1.png");
}

.ags_list a.ico2:before {
    content: url("../images/ags_ico2.png");
}

.ags_list a.ico3:before {
    content: url("../images/ags_ico3.png");
}

.ags_list a.ico4:before {
    content: url("../images/ags_ico4.png");
}

.ags_list a.ico5:before {
    content: url("../images/ags_ico5.png");
}

.ags_list a.ico6:before {
    content: url("../images/ags_ico6.png");
}

.ags_list a:hover:before {
    background: #1e2329;
}

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

.stripe-1 {
    float: left;
    width: 100%;
    min-height: 610px;
    margin: 150px 0 0 0;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimages%2Fs1-bg.jpg&f=webp&q=90&hash=783a2dfdfa4524808f2bda28aef55fca2f1411878be6448508576333f17bbe8a) no-repeat top center;
}

.s1-l {
    float: left;
    width: 680px;
    margin: 15px 0 0 30px;
    color: #fff;
    font-family: 'Nissan Brand Bold';
    font-size: 40px;
    text-transform: uppercase;
}

.s1-r {
    float: right;
    width: 315px;
    background: #e4e4e5;
    margin: 15px 30px 0 0;
    border-radius: 0 0 3px 3px;
    padding: 30px;
}

.s1r-z {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.s1r-z span {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-family: 'Nissan Brand Bold';
    font-size: 25px;
}

.s1r-timer {
    float: left;
    width: 100%;
    height: 115px;
    text-align: center;
    font-size: 12px;
}


.s1r-timer-z {
    float: left;
    width: 100%;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.35);
    margin: 0 0 10px 0;
}

.s1r-timer .timer-element span span {
    background: url(../images/timer-bg.png) center repeat-x;
    line-height: 54px !important;
    width: 54px !important;
    float: left;
    font-family: 'Nissan Brand Regular';
    text-shadow: none;
    border-radius: 6px;
    margin: 0 4px;
}

.s1r-timer .timer-element span:nth-of-type(2) {
    font-family: 'Nissan Brand Regular' !important;
    font-size: 12px !important;
}


.s1-r form {
    float: left;
    width: 100%;
}

.s1-r form input[type=text] {
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 0 20px;
    font-family: 'Nissan Brand Light';
    margin: 0 0 5px 0;
}

.s1-r form input[type=submit] {
    float: left;
    width: 100%;
    height: 45px;
    background: url(../images/icon-arrbtn.png) no-repeat right 15px center #c3092e;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    text-align: left;
}

.stripe-2 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
}

.s2b {
    display: inline-block;
    width: 190px;
    height: 200px;
    color: #fff;
    background: #c3092e;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 0 20px 0;
}

.s2b-i {
    float: left;
    width: 100%;
    padding: 18px 0 0 0;
    height: 125px;
}


.sles_remont {
    clear: both;
    margin-top: 80px;
}

.sles_remont .content {
    background: url(../images/sles_bg.jpg) 50% 0 no-repeat;
    padding: 25px 30px;
    color: #fff;
    background-size: 100%;
    margin-bottom: 80px;
}

.sles_remont .title {
    font-size: 17px;
    line-height: 140%;
    padding-left: 70px;
    background: url(../images/sles_remont.png) 0 50% no-repeat;
}

.sles_remont .title span {
    font-size: 24px;
    font-weight: 700;
}

.sles_remont .title span font {
    color: #e4022b;
}

.sles_remont .title b {
}

.sles_remont .desc {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.sles_remont .text {
    display: flex;
}

.sles_remont .text div {
    font-size: 56px;
    color: #e4022b;
    font-weight: 900;
    padding-right: 15px;
    line-height: 42px;
}

.sles_remont .text span {
    line-height: 17px;
}


.stripe-z {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #c1c1c1;
    border-bottom: 1px dashed #c1c1c1;
    font-family: 'Nissan Brand Bold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 32px 0;
    margin: 50px 0;
}

.stripe-z span {
    float: left;
    width: 100%;
    text-transform: none;
    font-family: 'Nissan Brand Regular';
    font-size: 18px;
    margin: 10px 0 0 0;
}

.stripe-3 {
    width: 100%;
}

.s3-str {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.s3s-b {
    display: inline-block;
    width: 365px;
    text-align: left;
    margin-bottom: 25px;
    vertical-align: top;
}

.s3s-b-z {
    float: left;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 100px;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Nissan Brand Bold';
}

.s3sbz-bg1 {
    background: url(../images/s3-z1.png) no-repeat left top;
}

.s3sbz-bg2 {
    background: url(../images/s3-z2.png) no-repeat left top;
}

.s3sbz-bg3 {
    background: url(../images/s3-z3.png) no-repeat left top;
}

.s3sbz-bg4 {
    background: url(../images/s3-z4.png) no-repeat left top;
}

.s3sbz-bg5 {
    background: url(../images/s3-z5.png) no-repeat left top;
}

.s3sbz-bg6 {
    background: url(../images/s3-z6.png) no-repeat left top;
}

.s3s-b-c {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #030303;
    padding: 20px 135px 20px 20px;
    font-size: 16px;
}

.s3s-b-c span {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 100%;
    padding: 20px 0 0 20px;
    background: #c3092e;
    color: #fff;
    font-size: 12px;
    font-family: 'Nissan Brand Bold';
}

.s3s-b-c span b {
    float: left;
    width: 100%;
    font-size: 17px;
}

.s3s-b-c a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.stripe-4 {
    clear: both;
    width: 100%;
    margin-top: 80px;
}

.stripe-4 ul {
    width: 100%;
    list-style: none;
}

.stripe-4 ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #c1c1c1;
}

.s4-i {
    width: 300px;
    margin: 0 40px 0 0;
}

.s4-i img {
    width: 100%;
}

.s4-t {
    width: 560px;
    font-size: 18px;
}

.s4-t span {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Nissan Brand Bold';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px 0;
}

.s4-a {
    width: 250px;
    padding: 50px 0 0 0;
}

.s4-a a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
    background: #c3092e;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 15px;
}

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

.calc_to_new {
    margin-bottom: 90px;
    background: #e4e4e5;
    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: 440px;
}

.calc_wrap .calc_cont_name {
    padding-bottom: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    font-family: 'Nissan Brand Bold';
}

.calc_wrap .calc_cont_comment {
    font-size: 25px;
    font-weight: 400;
    width: 64%;
    margin: 30px auto 0;
    font-family: 'Nissan Brand Light';
}

.calc_wrap .calc_cont_comment a {
    text-decoration: none;
    font-weight: 700;
    font-family: 'Nissan Brand Bold';
}

.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: #c3092e;
    width: 24%;
    padding: 10px 0;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .3s;
}

.calc_wrap .calc_opt:hover {
    background: #1e2329;
    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 {
    display: none;
    position: absolute;
    left: 60px;
    bottom: 40px;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 0 5px 40px;
    background: url("../images/calc_arrow.png") 0 50% no-repeat;
}

#calc_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 64%;
    margin: 0 auto;
}

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

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

#calc_form input[type=text],
#calc_form input[type=tel] {
    box-sizing: border-box;
    background: transparent;
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 100%;
}

#calc_form .btn {
    font-family: 'Nissan Brand Bold';
    font-size: 15px;
    width: 100%;
    height: 45px;
    background: #c3092e;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
}

#calc_form .agree_field {
    color: #000000;
    width: 49%;
    box-sizing: border-box;
    margin-left: auto;
    font-size: 13px;
    margin-top: 10px;
}

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

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

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

.stripe-5 {
    position: relative;
    width: 100%;
    background: #c3092e;
    padding-bottom: 90px;
}

.s5-z {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Nissan Brand Bold';
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 65px 0;
}

.s5-str {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.s5s-b {
    position: relative;
    display: inline-block;
    width: 270px;
    vertical-align: top;
}

.s5s-b a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.s5s-b img {
    float: left;
    width: 100%;
    height: 152px;
}

.s5sb-t {
    float: left;
    width: 100%;
    height: 205px;
    background: #fff;
    text-align: center;
    padding: 0;
}

.s5sb-t-t {
    float: left;
    width: 100%;
    height: 110px;
    border-bottom: 1px dashed #c1c1c1;
    padding: 40px 0 0 0;
    font-family: 'Nissan Brand Bold';
    font-size: 18px;
    text-transform: uppercase;
}

.s5sb-t-b {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    color: #c3092e;
    font-size: 18px;
    font-family: 'Nissan Brand Bold';
}

.stripe-6 {
    width: 100%;
}

.s6-car {
    position: relative;
    float: left;
    width: 100%;
    min-height: 710px;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimages%2Fs6-car.jpg&f=webp&q=90&hash=8268f14ccfe845cd5b88c68de23fac2b34cbed2b6964457a5275fbb99e79cba1) no-repeat bottom 40px center;
    margin: 75px 0;
}

.s6-car div a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.s6c-1 {
    position: absolute;
    top: 0;
    left: 480px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-2 {
    position: absolute;
    top: 70px;
    left: 80px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-3 {
    position: absolute;
    top: 220px;
    left: 0;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-4 {
    position: absolute;
    top: 390px;
    left: 15px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-5 {
    position: absolute;
    top: 500px;
    left: 150px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-6 {
    position: absolute;
    top: 650px;
    left: 250px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-7 {
    position: absolute;
    top: 520px;
    left: 390px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-8 {
    position: absolute;
    top: 490px;
    left: 570px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-9 {
    position: absolute;
    top: 580px;
    left: 850px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6c-10 {
    position: absolute;
    top: 110px;
    left: 820px;
    padding: 10px 20px;
    background: #ece7e8;
    border: 2px solid #c3092e;
    color: #c3092e;
    font-size: 19px;
}

.s6-btn {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.s6-btn a, .upload-to a {
    display: inline-block;
    width: 250px;
    text-align: center;
    line-height: 45px;
    background: #c3092e;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 15px;
}

.upload-to a {
    width: 280px;
}

.stripe-7 {
    float: left;
    width: 100%;
    height: 480px;
    background: url(../phpThumb/phpThumb.php?src=..%2Fimages%2Fs7-bg.jpg&f=webp&q=90&hash=699e7b51e339d383ba34365f119ea0fedf285d1f9192dfd4736a4dec5d0c9452) no-repeat top center;
    margin-bottom: 50px;
}

.s7-r {
    float: right;
    width: 315px;
    background: #e4e4e5;
    margin: 65px 30px 0 0;
    border-radius: 0 0 3px 3px;
    padding: 30px;
}

.s7-r form {
    float: left;
    width: 100%;
}

.s7-r form input[type=tel] {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 0 20px;
    font-family: 'Nissan Brand Light';
    margin: 0 0 5px 0;
}

.s7-r form textarea {
    float: left;
    width: 100%;
    height: 75px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 10px 20px;
    resize: none;
    font-family: 'Nissan Brand Light';
    margin: 0 0 5px 0;
}

.s7-r form input[type=submit] {
    float: left;
    width: 100%;
    height: 45px;
    background: url(../images/icon-arrbtn.png) no-repeat right 15px center #c3092e;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    text-align: left;
}

.stripe-addr {
    position: relative;
    z-index: 15;
    float: left;
    width: 100%;
}

.sa-b {
    position: absolute;
    top: -51px;
    right: 0;
    width: 340px;
    padding: 20px 40px;
    background: #eff0ef;
    text-align: center;
    font-size: 16px;
}

.sa-b img {
    max-width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.sa-b a.phone {
    font-size: 25px;
    color: #343434;
    text-decoration: none !important;
}

.sa-b a.phone span {
    color: #c3092e;
}

.sa-b a.btn {
    float: left;
    width: 100%;
    line-height: 40px;
    background: url(../images/icon-arrbtn.png) no-repeat right 15px center #c3092e;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    text-align: left;
    text-decoration: none !important;
    margin: 10px 0 0 0;
}

.stripe-map {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    height: 400px;
    background: #f7f1d9;
    overflow: hidden;
}

.stripe-copy {
    float: left;
    width: 100%;
    background: #1e2329;
    color: #fff;
    padding: 30px 0;
}

.sc-l {
    float: left;
    width: 80%;
    font-size: 13px;
}

.sc-r {
    float: right;
    width: 15%;
    text-align: center;
    padding: 10px 0;
}

.stripe-calc {
    float: left;
    width: 100%;
    padding: 0 130px;
}

.sclc-zb {
    float: left;
    width: 100%;
    padding: 15px 35px;
    background: #c3092e;
    color: #fff;
    font-size: 27px;
}

.sclc-model {
    float: left;
    width: 100%;
    padding: 35px 0;
}

.sclc-model select {
    float: left;
    width: 290px;
    height: 45px;
    border-radius: 3px;
    padding: 0 10px;
    font-family: 'Nissan Brand Regular';
    font-size: 16px;
}

.sclc-uslsp {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.spoiler-wrapper {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.spoiler-wrapper .spoiler a {
    float: left;
    width: 100%;
    padding: 10px 35px;
    font-size: 18px;
    color: #4d4d4d;
    text-decoration: none !important;
    border: 1px solid #4d4d4d;
}

.spoiler-wrapper .spoiler-text {
    float: left;
    width: 100%;
}

.spoiler-wrapper .spoiler-text table {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.spoiler-wrapper .spoiler-text table thead td {
    border-bottom: 1px solid #dedede;
    font-family: 'Nissan Brand Bold';
    color: #4d4d4d;
    padding: 15px 10px;
    background: none !important;
}

.spoiler-wrapper .spoiler-text table thead tr {
    cursor: auto !important;
}

.spoiler-wrapper .spoiler-text table td {
    padding: 10px;
}

.spoiler-wrapper .spoiler-text table tr {
    cursor: pointer;
}

.spoiler-wrapper .spoiler-text table tr td:nth-of-type(1) {
    background: url(../images/tbl-cb.png) no-repeat left 35px center;
    width: 150px;
}

.spoiler-wrapper .spoiler-text table tr.selected td:nth-of-type(1) {
    background: url(../images/tbl-cb-c.png) no-repeat left 35px center;
}

.spoiler-wrapper .spoiler-text table tr td:nth-of-type(2) {
    width: 600px;
}

.usl-table {
}

.cart-table {
}

.cart-table input[type=checkbox] {
    display: none;
}


.sclc-cart {
    float: left;
    width: 100%;
}

.sclc-cart table {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.sclc-cart table thead td {
    border-bottom: 1px solid #dedede;
    font-family: 'Nissan Brand Bold';
    color: #4d4d4d;
    padding: 15px 10px;
    background: none !important;
}

.sclc-cart table thead tr {
    display: table-row !important;
    cursor: auto !important;
}

.sclc-cart table td {
    padding: 10px;
}

.sclc-cart table tr {
    cursor: pointer;
    display: none;
}

.sclc-cart table tr.visible {
    display: table-row;
}

.sclc-cart table tr td:nth-of-type(1) {
    background: url(../images/tbl-del.png) no-repeat left 35px center;
    width: 150px;
}

.sclc-cart table tr td:nth-of-type(2) {
    width: 600px;
}

.sclc-total {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: right;
    border-top: 1px solid #dedede;
    font-family: 'Nissan Brand Bold';
    font-size: 19px;
    padding: 20px 30px;
}

.sclc-last {
    float: left;
    width: 100%;
    text-align: center;
}

.sclc-last input[type=text] {
    display: inline-block;
    width: 290px;
    height: 45px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 20px;
    font-family: 'Nissan Brand Light';
    margin: 0 0 5px 0;
}

.sclc-last input[type=submit] {
    display: inline-block;
    width: 290px;
    height: 45px;
    background: url(../images/icon-arrbtn.png) no-repeat right 15px center #c3092e;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    text-align: left;
}


.sm-menu {
    display: none;
    position: relative;
    float: right;
    width: 20px;
    height: 30px;
    margin: 18px 0 0 0;
}

.sm-menu-a {
    float: left;
    width: 20px;
    height: 30px;
    background: url(../images/icon-mmenu.png) no-repeat center;
}

.sm-menu ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 10;
    width: 240px;
    list-style: none;
    padding: 5px 0 2px 0;
    margin: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #000;
}

.sm-menu ul li {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    text-decoration: none !important;
    padding: 0 10px;
}

.sm-menu ul li a {
    float: left;
    width: 100%;
    padding: 3px 0;
    color: #000;
    background: none;
    text-decoration: none !important;
    text-transform: uppercase;
}

/* modal */

.block-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.block-modal .s2-r {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}

.g-hidden {
    display: none;
}

.box-modal {
    position: relative;
    float: left;
    width: 280px;
    background: #efeeee;
    padding: 35px 25px;
    color: #000;
    font-size: 16px;
}

.box-modal .s2-r {
    margin: 0 !important;
}

.box-modal_close {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #000;
}

.box-modal .s1r-tm {
    font-size: 19px;
}

.s1r-tm {
    float: left;
    width: 100%;
    text-align: center;
}

.box-modal form {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.box-modal form input[type=text] {
    float: left;
    width: 100%;
    height: 45px;
    background: #fff;
    padding: 0 15px;
    font-size: 17px;
    margin: 0 0 15px 0;
    border-radius: 3px;
}

.box-modal form input[type=submit] {
    float: left;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background: #c3092e;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.phone-error:before {
    content: 'Номер введен некорректно';
    padding: 10px 0;
    width: 100%;
    background: #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ed1f26;
    color: #ed1f26;
    font-weight: 500;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 6;
    font-size: 15px;
    text-align: center;
}

.b-agreement {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 11px;
}

.b-agreement a {
    color: #c3092e;
    text-decoration: underline;
}

.b-agreement input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.b-agreement input[type="checkbox"] {
    display: none;
}

.b-agreement input[type="checkbox"] + label {
    cursor: pointer;
}

.b-agreement input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 0 5px -3px 0;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
}

.b-agreement input[type="checkbox"] + label::before {
    background-position: bottom center;
}

.b-agreement input[type="checkbox"]:checked + label::before {
    background-position: top center;
}

.b-agreement input[type="checkbox"]:disabled + label::before {
    background-position: bottom center;
}

.b-agreement input[type="checkbox"]:checked:disabled + label::before {
    background-position: top center;
}

#scr1, #scr2, #scr3, #scr4, #scr5 {
    position: absolute;
    top: -150px;
    left: 0;
}

.korona {
    margin-top: 150px;
    padding: 20px;
    background: #c3092e;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*block service card*/
.service {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.service__item {
    position: relative;
    min-height: 1px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 13px;
    padding-left: 13px;
}

.service__item:first-child {
    padding-left: 0;
}

.service__item:last-child {
    padding-right: 0;
}

.service__card {
    position: relative;
    display: block;
}

.service_image-1 {
    background-image: url(../images/service-1.jpg);
}

.service_image-2 {
    background-image: url(../images/service-2.jpg);
}

.service_image-3 {
    background-image: url(../images/service-3.jpg);
}

.service_image-4 {
    background-image: url(../images/service-4.jpg);
}

.service_image-1, .service_image-2, .service_image-3, .service_image-4 {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 545px;
    position: relative;
}

.service__item .item-info {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 40px;
    z-index: 2;
    max-width: 250px;
}

.service__item .item-info .title {
    font-size: 17px;
    line-height: 1.2em;
    padding-bottom: 10px;
    text-transform: uppercase;
    min-height: 100px;
    font-weight: bold;

}

.service__item .item-info .subtitle {
    font-size: 14px;
    line-height: 14px;
    position: relative;
    padding: 15px 0;
    display: block;
    min-height: 100px;
}

.service__item .item-info .subtitle:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    margin-bottom: 15px;
    top: 0;
}

.service__item .item-info .button {
    text-align: left;
}

.service__item .item-info .btn {
    width: 100%;
    text-align: center;
    line-height: 45px;
    background: #c3092e;
    color: #fff !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 15px;
    padding: 10px;
    display: block;
    line-height: 1em;
}

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


.reviews {
    padding: 120px 0 70px;
    width: 100%;
    float: left;
    margin-bottom: 140px;
}

.reviews_title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 35px 0;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #c1c1c1;
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 35px;
}



.reviews_items {
    margin-left: -10px;
    width: 102%;
    overflow: hidden;
}

.reviews_item {
    box-sizing: border-box;
    color: #000;
    text-align: left;
    width: 49%;
    min-height: 220px !important;
    background: white;
    padding: 30px 40px;
    margin: 0 10px;
    border: 1px solid #000;
}

.reviews_item .autor_name {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

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

.reviews_item .autor_name .rating {
    margin-left: 20px;
}

.reviews_item .about_review {

}

.reviews_item .about_review .date {
    font-size: 16px;
    font-weight: 300;
    color: #343434;
    display: none;
}

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

/*
.reviews .slick-prev {
    left: -65px !important;
}

.reviews .slick-next {
    right: -50px !important;
}

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

.reviews .slick-prev:before {
    content: url(../img/rev_prev.png) !important;
}

.reviews .slick-next:before {
    content: url(../img/rev_next.png) !important;
}
*/

.reviews .slick-dots {
    display: flex !important;
    justify-content: center;
    position: absolute !important;
    bottom: -18% !important;
    z-index: 1 !important;
    padding: 0 !important;
    width: 100%;
}

.reviews .slick-dots li {
    width: 13% !important;
    height: 8px !important;
    display: block !important;
    margin: 0 7px !important;
    background: #c1c1c1 !important;
}

.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 {
    background: #c3092e !important;
}


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

@media screen and (max-width: 1500px) {
    .service_image-1, .service_image-2, .service_image-3, .service_image-4 {
        min-height: 475px;
    }

    .service__item .item-info {
        padding: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .calc_to_title {
        font-size: 22px;
    }

    .service__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sles_remont {
    }

    .sles_remont .content {
    }

    .sles_remont .title {
    }

    .sles_remont .title span {
    }

    .sles_remont .title span font {
    }

    .sles_remont .title b {
    }

    .sles_remont .desc {
    }

    .sles_remont .text {
    }

    .sles_remont .text div {
    }

    .sles_remont .text span {
    }


    .banner {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
    }

    .banner .title span {
    }

    .banner .description {
    }

    .banner .description b {
    }

    .banner .timer_block {
    }

    .banner .timer_title {
    }

    .banner .timer {
    }

    .banner .timer span[id^="timer"] {
    }

    .banner .timer div[id^="timer"] {
    }
}

@media screen and (max-width: 900px) {
    .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%;
    }

    .service__item .item-info .title {
        font-size: 14px;
    }

    .service__item .item-info .subtitle {
        font-size: 10px;
    }

    .sles_remont {
        margin-top: 500px;
    }

    .sles_remont .content {
        background-position: 50% 111px;
    }

    .sles_remont .title {
        color: #000;
    }

    .sles_remont .title span {
    }

    .sles_remont .title span font {
    }

    .sles_remont .title b {
    }

    .sles_remont .desc {
    }

    .sles_remont .text {
    }

    .sles_remont .text div {
    }

    .sles_remont .text span {
        color: #fff;
    }
}

@media screen and (max-width: 680px) {

    .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;
    }

    .popup_container {
        width: 100%;
    }


    .sles_remont {
        margin-top: 25px;
    }

    .sles_remont .content {
        padding: 0;
        background: none;
        color: #000;
    }

    .sles_remont .title {
        background: none;
        padding: 0;
    }

    .sles_remont .title span {
        font-size: 18px;
    }

    .sles_remont .title span font {
    }

    .sles_remont .title b {
    }

    .sles_remont .desc {
        flex-wrap: wrap;
    }

    .sles_remont .text {
        width: 100%;
        margin-bottom: 15px;
    }

    .sles_remont .text div {
        min-width: 55px;
    }

    .sles_remont .text span {
        color: #000;
    }


    .banner {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
    }

    .banner .title span {
    }

    .banner .description {
    }

    .banner .description b {
    }

    .banner .timer_block {
    }

    .banner .timer_title {
    }

    .banner .timer {
    }

    .banner .timer span[id^="timer"] {
    }

    .banner .timer div[id^="timer"] {
    }

    .service {
        margin: 75px auto 0;
    }

    .service__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 20px;
    }

    .service__card {
        max-width: 350px;
        margin: 0 auto;
    }

    .service_image-1, .service_image-2, .service_image-3, .service_image-4 {
        min-height: 400px;
    }

    .service__item .item-info {
        width: 100%;
    }

    .service__item .item-info .title {
        padding-bottom: 25px;
    }

    .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;
    }

    #calc_form input[type=text], #calc_form input[type=tel] {
        margin-bottom: 10px;
    }

    #calc_form .agree_field {
        width: 100%;
    }

    .calc_wrap .calc_cont_comment {
        width: 100%;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .stripe-4 ul li {
        flex-direction: column;
    }

    .s5-z {
        margin: 30px 0;
    }

    .s5-str {
        flex-direction: column;
    }

    .s5s-b {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*end  block service card*/


/* media */

@media only screen and (min-width: 640px) and (max-width: 1170px) {


    .sles_remont {
    }

    .sles_remont .content {
    }

    .sles_remont .title {
    }

    .sles_remont .title span {
    }

    .sles_remont .title span font {
    }

    .sles_remont .title b {
    }

    .sles_remont .desc {
    }

    .sles_remont .text {
    }

    .sles_remont .text div {
    }

    .sles_remont .text span {
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hst-logo1 {
        width: 75px;
        left: 0;
    }

    .hst-geo {
        display: none;
    }

    .hst-phone {
        left: 95px;
    }

    .h-strb ul li a {
        font-size: 12px;
    }

    .banner {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
        font-size: 24px;
    }

    .banner .title span {
        font-size: inherit;
    }

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

    .banner .description b {
    }

    .banner .timer_block {
        margin-top: 180px;
    }

    .banner .timer_title {
    }

    .banner .timer {
    }

    .banner .timer span[id^="timer"] {
    }

    .banner .timer div[id^="timer"] {
    }

    .s1-l {
        width: 100%;
        padding: 30px;
        margin: 0;
        font-size: 30px;
    }

    .s1-r {
        margin: 15px 152px 0 0;
    }

    .s4-i {
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .s4-i img {
        max-width: 100%;
        float: none;
        width: auto;
    }

    .s4-t {
        width: 100%;
    }

    .s4-a {
        width: 100%;
        padding: 25px 0 0 0;
    }

    .s6-car {
        min-height: auto;
        background: none;
    }

    .s6-car div {
        position: relative;
        top: inherit;
        left: inherit;
        float: left;
        width: 40%;
        margin: 15px 5%;
    }

    .spoiler-wrapper .spoiler-text table {
        font-size: 14px;
    }

    .spoiler-wrapper .spoiler-text table td {
        vertical-align: middle !important;
    }

    .spoiler-wrapper .spoiler-text table tr td:nth-of-type(1) {
        width: 100px;
    }

    .sclc-cart table {
        font-size: 14px;
    }

    .sclc-cart table td {
        ertical-align: middle !important;
    }

    .sclc-cart table tr td:nth-of-type(1) {
        width: 100%;
    }

    .sclc-zb {
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {

    .sles_remont {
    }

    .sles_remont .content {
    }

    .sles_remont .title {
    }

    .sles_remont .title span {
    }

    .sles_remont .title span font {
    }

    .sles_remont .title b {
    }

    .sles_remont .desc {
    }

    .sles_remont .text {
    }

    .sles_remont .text div {
    }

    .sles_remont .text span {
    }


    .banner {
        margin-top: 50px;
        padding: 0;
        background: url(../phpThumb/phpThumb.php?src=..%2Fimages%2Fbanner_mob.jpg&f=webp&q=90&hash=f2b02eee47e9fe2ef34db1679a76122ed70fc487958efa4246a2420a5a5407d0) 50% -30px no-repeat;
        background-size: 100%;
        padding-top: 51vw;
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title {
        font-size: 24px;
        line-height: 110%;
    }

    .banner .title span {
        font-size: inherit;
    }

    .banner .description {
        font-size: 18px;
    }

    .banner .btn {
        width: 100%;
        margin-top: 10px;
    }

    .banner .description b {
    }

    .banner .timer_block {
        margin-top: 36px;
    }

    .banner .timer_title {
        text-align: center;
    }

    .banner .timer {
        /*transform: scale(.9);
        margin-left: -50px;
        position: relative;
        left: 50px;*/
        display: flex;
        justify-content: center;
    }

    .banner .timer span[id^="timer"] {
    }

    .banner .timer div[id^="timer"] {
    }

    .advantages {
        margin-top: 40px;
        padding: 30px 0 0;
    }

    .ags_list {
        display: flex;
        flex-flow: wrap;
    }

    .ags_list a {
        width: 49%;
        margin-right: 0 !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .ags_list a:before {
        margin: 0 auto 10px;
    }

    .reviews {
        padding: 30px 0;
        margin-bottom: 40px;
    }

    .reviews_items {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

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

    .reviews_title {
        font-size: 24px;
    }

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

    .reviews_item .autor_name {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews_item .autor_name .rating {
        margin-left: 0;
    }

    .reviews .slick-dots li {
        height: 5px !important;
        margin: 0 3px !important;
    }

    .container {
        width: 100%;
        padding: 0 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        height: 60px;
    }

    .h-strt {
        height: 60px;
    }

    .hst-logo1 {
        height: 60px;
        left: 0;
    }

    .hst-logo1 img {
        height: 100%;
    }

    .hst-logo2 {
        display: none;
    }

    .hst-geo {
        display: none;
    }

    .hst-phone {
        left: inherit;
        top: 20px;
        right: 40px;
        text-align: right;
    }

    .hst-phone b {
        display: none;
    }

    .sm-menu {
        display: block;
    }

    .h-strb {
        display: none;
    }

    .stripe-1 {
        margin: 60px 0 0 0;
        min-height: auto;
    }

    .stripe-2 {
        display: none;
    }

    .calcmob {

    }

    .spoiler-wrapper .spoiler a {
        font-size: 15px;
        padding: 10px 20px;
    }

    .sclc-model select {
        font-size: 15px;
        padding: 0 20px;
    }

    .spoiler-wrapper .spoiler-text table tr td:nth-of-type(1), .sclc-cart table tr td:nth-of-type(1) {
        vertical-align: middle;
        background-position: center center;
        width: 70px !important;
        padding: 0;
    }

    .spoiler-wrapper .spoiler-text table thead tr td, .sclc-cart table thead td {
        font-size: 12px;
    }

    .spoiler-wrapper .spoiler-text table tr.selected td:nth-of-type(1) {
        background-position: center center;
    }

    .spoiler-wrapper .spoiler-text table tr td:nth-of-type(2), .sclc-cart table tr td:nth-of-type(2) {
        font-size: 12px;
        word-break: break-word;
    }

    .stripe-z {
        font-size: 22px;
    }

    .s1-l {
        width: 100%;
        padding: 20px;
        margin: 0;
        font-size: 20px;
    }

    .s1-r {
        margin: 15px 0 0 0;
        width: 100%;
        padding: 25px 15px;
    }

    .s3s-b-z {
        height: auto;
        margin-bottom: 20px;
    }

    .s3-str {
        flex-flow: wrap;
    }

    .s3s-b {
        margin-bottom: 0;
        width: 100%;
    }

    .s3s-b > div {
        min-height: 74px;
    }

    .s3s-b-z {
        font-size: 14px;
    }

    .s3s-b-c {
        font-size: 12px;
    }

    .s4-i {
        width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
    }

    .s4-i img {
        max-width: 100%;
        float: none;
        width: auto;
    }

    .s4-t {
        width: 100%;
    }

    .s4-a {
        width: 100%;
        padding: 25px 0 0 0;
    }

    .s5-z {
        font-size: 22px;
    }

    .s6-car {
        min-height: auto;
        background: none;
    }

    .s6-car div {
        position: relative;
        top: inherit;
        left: inherit;
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .stripe-7 {
        min-height: auto;
        height: auto;
    }

    .s7-r {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .sa-b {
        position: relative;
        top: inherit;
        right: inherit;
        float: left;
        width: 100%;
        padding: 30px 20px;
    }

    .stripe-map {
        height: 340px;
    }

    .spoiler-wrapper .spoiler-text table {
        font-size: 14px;
    }

    .spoiler-wrapper .spoiler-text table td {
        vertical-align: middle !important;
    }

    .spoiler-wrapper .spoiler-text table tr td:nth-of-type(1) {
        width: 100px;
    }

    .sclc-cart table {
        font-size: 14px;
    }

    .sclc-cart table td {
        ertical-align: middle !important;
    }

    .sclc-cart table tr td:nth-of-type(1) {
        width: 100%;
    }

    .sclc-zb {
        font-size: 20px;
    }

    .sc-l {
        width: 100%;
    }

    .sc-r {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

.stripe-7 .feedback .blocks {
    display: table;
    margin: 0 auto 20px;
}

.stripe-7 .feedback .blocks div input {
    display: none
}

.stripe-7 .feedback .blocks div {
    cursor: pointer;
    width: 30px;
    height: 20px;
    background: #e6e6e4;
    float: left;
    margin: 0 5px;
    display: table;
    position: relative;
}

.stripe-7 .feedback .blocks div:after {
    content: '';
    background: url(../images/photo.png) 0 0 no-repeat;
    position: absolute;
    background-size: 100%;
    width: 30px;
    height: 20px;
}

.stripe-7 .feedback .blocks div.active:after {
    background: url(../images/photo-active.png) 0 0 no-repeat;
    background-size: 100%;
}

.stripe-7 .feedback .blocks div.active span {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 35px;
    padding: 6px 0 10px;
}

.stripe-7 .feedback .blocks div.active:hover span {
    display: block;
}

.stripe-7 .feedback .blocks p {
    cursor: pointer;
    color: #c3092e;
    font-weight: bold;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
}

.bg_flyform {
    display: none;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1500;
    text-align: center;
    white-space: nowrap;
}

.bg_flyform::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.bg_flyform .flyform {
    display: inline-block;
    vertical-align: middle;
}

.bg_flyform .in {
    border: 3px solid #ffffff;
    box-shadow: 0 15px 14px -15px black;
    display: table;
    border-radius: 7px;
    position: relative;
    padding: 10px;
    text-align: left;
    white-space: normal;
    background-color: #ffcb00;
    color: #000;
}

.bg_flyform .flyform .close {
    cursor: pointer;
    z-index: 1200;
    position: absolute;
    right: 6px;
    font-size: 25px;
    font-family: cursive;
    font-weight: 900;
    top: -3px;
    color: black;
}

.bg_flyform.loading {
    z-index: 3000;
}

.bg_flyform.loading .in {
    background: none;
    border: none;
    box-shadow: none;
}

.step2, .step3 {
    display: none;
}
