@font-face {
    font-family: "Nissan";
    src: url(../fonts/NissanBrandW10-Light.eot);
    src: url(../fonts/NissanBrandW10-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NissanBrandW10-Light.woff) format("woff"), url(../fonts/NissanBrandW10-Light.ttf) format("truetype"), url(../fonts/NissanBrandW10-Light.svg#nissanproreg-webfont) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Nissan";
    src: url(../fonts/NissanBrandW10-Bold.eot);
    src: url(../fonts/NissanBrandW10-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/NissanBrandW10-Bold.woff) format("woff"), url(../fonts/NissanBrandW10-Bold.ttf) format("truetype"), url(../fonts/NissanBrandW10-Bold.svg#nissanproreg-webfont) format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Nissan";
    src: url(../fonts/NissanBrandW10-Regular.eot);
    src: url(../fonts/NissanBrandW10-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NissanBrandW10-Regular.woff) format("woff"), url(../fonts/NissanBrandW10-Regular.ttf) format("truetype"), url(../fonts/NissanBrandW10-Regular.svg#nissanproreg-webfont) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "NissanBrandLight";
    src: url(../fonts/NissanBrandLight.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}


/******--оптимизированная чистка---*******/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table tr td {
    vertical-align: middle;
}

table {
    border-spacing: 0;
    vertical-align: middle;
}

select {
    color: inherit;
}

input {
    outline: none;
}


/**--общие-настройки------------------------------******/

html,
body,
textarea {
    line-height: 1;
    font-family: 'Nissan', sans-serif;
    font-size: 16px;
    height: 100%;
    color: #111;
    font-weight: 400;
}

div,
.button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input,
textarea,
select {
    font-family: 'Nissan', sans-serif;
}

body {
    position: relative;
}

em {
    text-transform: uppercase;
}

q {
    text-transform: capitalize;
}

s {
    text-decoration: line-through;
}

input[type="text"],
textarea {
    color: #202020;
    text-align: left;
    font-size: 19px;
    border: none;
    padding: 18px 10px 16px 49px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

textarea {
    height: 110px;
    resize: none;
    padding: 5px 10px;
}

h2 {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    margin-top: 73px;
    margin-bottom: 68px;
}

.page_wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    max-width: 1920px;
    min-width: 1170px;
    position: relative;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    width: 1170px;
}

.noselect {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.border {
    margin: 0 15px;
    position: relative;
}

@media (min-width:480px) {
    .border {
        width: 100%;
    }
}

.blocks {
    width: 100%;
    display: table;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.hide {
    display: none;
}

.redput {
    box-shadow: 0 0 1px 2px red inset;
}

.redputback {
    background: #ffb9b9;
}

.text-red {
    color: #cf2122;
}

.open {
    cursor: pointer;
}


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

.header {
    height: 90px;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 101;
    max-width: 1920px;
    padding-bottom: 28px;
}

.header .border>div {
    float: left;
}

.header .log {
    padding: 2px 0px 0 0px;
    width: 100px;
}

.header .log img {
    display: block;
    height: auto;
    max-width: 100%
}

.header .diler-name {
    float: left;
    padding-left: 20px;
    padding-top: 24px;
}

.header .diler-name b {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
}

.header .diler-name span {
    font-size: 12px;
    text-transform: uppercase;
}

.header .link {
    padding-top: 17px;
    padding-left: 40px;
}

.header .link li {
    margin-right: 5px;
}

.header .border>div ul li {
    float: left;
    cursor: pointer;
    margin: 24px 29px 8px 0px;
    font-size: 16px;
}

.header .border>div ul li:hover {
    text-decoration: underline;
    color: #d1001f;
}

.header .border .contact .phonespan {
    position: relative;
    width: 100%;
    display: table;
    text-align: right;
    font-size: 22px;
    padding-top: 24px;
    color: #d1001f;
    font-weight: normal;
    letter-spacing: -0.7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .border .contact .callback {
    float: right;
    font-size: 14px;
    color: black;
    margin-top: 6px;
    padding-bottom: 2px;
    font-weight: 100;
    border-bottom: 1px dashed #d1001f;
    cursor: pointer;
}

.header .border .contact .callback:hover {
    border-color: transparent
}

.header .border .contact {
    float: right;
    padding-right: 15px;
}

.header .border .menu {
    display: none;
    float: right;
    padding: 12px 12px 12px
}


/*-------------------------------------------------------------------------*/
.main-0 {
    background: url(../img/tire.jpg) center 49px no-repeat !important;
}
.main {
    /* background: url(../img/banner-mart2.jpg) center 90px no-repeat; */
    /* padding-top: 194px; */
    /* padding-top: 16%; */
    display: table;
    width: 100%;
    /* height: 760px; */
    height: auto;
    /* background-size: contain; */
}
.main-text {
    position: absolute;
        transform: translateY(-50%);
        top: 50%;
        display: flex;
        align-items: flex-end;
        width: 100%;
}
@media (max-width:480px) {
    .main-text {
        position: relative;
        transform: translateY(0);
    }
}


.main h1 {
    float: left;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 100;
    color: white;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 130px;
    letter-spacing: 4.3px;
}

.main h1 b {
    display: table;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: -2px;
    letter-spacing: 2.5px;
    font-weight: normal;
}

.main h1 span {
    color: #d1011b;
    font-weight: bold;
}

.main .form {
    font-family: 'NissanBrandLight', 'Nissan', sans-serif;
    background: rgba(205, 204, 204, 0.73);
    float: right;
    width: 575px;
    padding: 30px 45px 43px;
}
    .main-0 .form {
        min-height: 420px;
        display: flex;
        align-items: center;
    }

.main .form h3 b {
    color: #c3092e;
    font-size: 28px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.main .form h3 {
    padding-bottom: 29px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
}

.button {
    box-shadow: 0 13px 21px -15px black;
    letter-spacing: 1px;
    width: 100%;
    display: table;
    color: white;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border-bottom: 5px solid #ab1933;
    background: #c8093a;
    background: linear-gradient(#c8093a, #e31d46) #c8093a;
    transition: 0.2s;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    font-size: 19px;
    margin-top: 14px;
    padding: 27px 0 21px;
    letter-spacing: 2px;
    border: none;
}

.button:hover {
    background: linear-gradient(#e31d46, #c8093a) #e31d46;
}

.button:active {
    background: linear-gradient(#c8093a, #e31d46) #c8093a;
}


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

.service {
    padding-bottom: 0px;
    display: table;
    width: 100%;
}

.service .blocks {
    width: 33.3%;
    float: left;
}

.service .blocks>div {
    cursor: Pointer;
    width: 95%;
    float: left;
    box-shadow: 5px 5px 17px -5px #b3b3b3;
    padding: 25px 30px 25px;
    margin-bottom: 30px;
}

.service .blocks>div:hover {
    background: #d1001f;
    color: #fff;
    box-shadow: 5px 12px 25px -5px #b3b3b3;
}

.service .blocks>div:hover a {
    color: #fff
}

.service .blocks h3 {
    padding: 0 0 22px;
    font-size: 25px;
    line-height: 1.2;
    height: 100px;
}

.service .blocks a {
    display: table;
    color: #d1001f;
    border-bottom: 1px solid;
    margin-left: 4px;
    font-size: 18px;
}

.service .blocks a:hover {
    border-bottom: 1px solid transparent;
}


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

#lid {
    padding-top: 100px;
}

.lid {
    padding-bottom: 60px;
    display: table;
    width: 100%;
    background: url(../img/bg2.jpg) left 0 no-repeat;
    position: relative;
}

.lid h2 {
    float: left;
    text-align: left;
    color: white;
    display: table;
    margin-top: 60px;
    padding-left: 55px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 3px;
}

.lid h2 span {
    text-transform: none;
    display: table;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2.7px;
    padding-bottom: 18px;
}

.lid .disc {
    position: absolute;
    bottom: 10px;
    left: 45px;
    color: #b11a47;
    ;
    font-size: 9px;
    font-weight: bold;
}

.lid .form {
    background: #2a2a2aad;
    float: right;
    width: 430px;
    padding: 30px 45px 43px;
    margin-top: 50px;
    margin-right: 37px;
}

.lid .form h3 {
    font-size: 25px;
    color: white;
    line-height: 1.1;
    margin-bottom: 29px;
}

.lid .form input {
    background: none;
    border: 1px solid white;
    color: white;
    margin-bottom: 6px;
}

.lid .form .office {
    color: #d1d1d1;
    margin-top: 20px;
}

.lid .form input::-webkit-input-placeholder {
    color: #fff;
}

.lid .form input::-moz-placeholder {
    color: #fff;
}


/* Firefox 19+ */

.lid .form input:-moz-placeholder {
    color: #fff;
}


/* Firefox 18- */

.lid .form input:-ms-input-placeholder {
    color: #fff;
}


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

.offer .blocks>div {
    cursor: pointer;
    position: relative;
    float: left;
    width: 31%;
    margin: 0 1% 35px;
}

.offer .blocks>div img {
    width: 100%;
}

.offer .blocks>div span {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}

.offer .blocks>div:hover span {
    display: block;
}

.offer .blocks>div .button {
    background: url(../img/more.png) 92% 53% no-repeat, linear-gradient(#c8093a, #e31d46) #c8093a;
    width: 300px;
    margin-top: 70px;
    border-width: 3px;
    margin-left: 30px;
    padding-right: 39px;
}

.offer .blocks>div .button {
    background: url(../img/more.png) 92% 53% no-repeat, linear-gradient(#c8093a, #e31d46) #c8093a;
    width: 300px;
    margin-top: 70px;
    border-width: 3px;
    margin-left: 30px;
    padding-right: 39px;
}

.offer h2 {
    margin-bottom: 96px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}


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

.prem {
    display: table;
    width: 100%;
    padding-bottom: 66px;
}

.prem .blocks {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.prem .blocks>div {
    height: 160px;
    width: 100%;
    border: 2px solid #e4e4e4;
    float: left;
    padding: 25px 30px 25px;
    margin-bottom: 15px;
}

.prem h2 {
    margin-bottom: 89px;
}

.prem p {
    padding-left: 117px;
    font-size: 21px;
    padding-top: 21px;
    line-height: 1.4;
    padding-bottom: 25px;
}

.prem .blocks>div.t1 {
    background: url(../img/p1.png) 32px center no-repeat;
}

.prem .blocks>div.t2 {
    background: url(../img/p3.png) 22px center no-repeat;
}

.prem .blocks>div.t3 {
    background: url(../img/p2.png) 37px center no-repeat;
    padding-top: 35px;
    padding-bottom: 40px;
}

.prem .blocks>div.t4 {
    background: url(../img/p4.png) 44px center no-repeat;
}

.benefits-list__item {
    background: url(../img/p4.png) 20px center no-repeat;
    background-size: 35px;
}

.benefits-list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.benefits-list__item {
    width: calc(33.3% - 10px);
    border: 2px solid #e4e4e4;
    margin: 5px;
    display: flex;
    align-items: center;
}

.benefits-list__item p {
    padding-left: 80px;
    font-size: 18px;
    line-height:22px;
}

@media (max-width: 480px) {
    .benefits-list__item {
        width: 100%;
        margin: 0;
        background: url(../img/p4.png) center 20px no-repeat;
        background-size: 60px;
    }

    .benefits-list__item p {
        line-height: 32px;
        width: 100%;
        text-align: center;
    }
}


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

.yslugi {
    display: table;
    width: 100%;
    padding-bottom: 66px;
    background: #f7f7f7;
}

.yslugi .title {
    float: left;
    padding: 36px 41px 0;
    font-size: 20px;
    width: 510px;
}

.yslugi .icon {
    background: url(../img/i1.png) center center no-repeat;
    float: left;
    width: 111px;
    text-align: center;
    height: 90px;
}

.yslugi .price {
    color: #4d4d4d;
    width: 185px;
    float: left;
    padding: 37px 0px 0 28px;
    font-size: 19px;
}

.yslugi .but {
    float: left;
    padding: 37px 0px 0 34px;
}

.yslugi .but a {
    font-size: 20px;
    letter-spacing: 4px;
    color: #bebebe;
}

.yslugi .blocks {
    cursor: pointer;
    background: #fff;
    height: 91px;
    margin-bottom: 11px;
}

.yslugi .blocks:hover {
    background: #d1001f;
    color: white;
    box-shadow: 5px 12px 25px -5px #b3b3b3;
}

.yslugi .blocks:hover .icon {
    background: url(../img/i2.png) center center no-repeat;
}

.yslugi .blocks:hover .price {
    color: white
}

.yslugi .blocks:hover .but a {
    color: white
}

.yslugi h2 {
    margin-bottom: 76px;
}

.yslugi h2 {
    margin-bottom: 35px;
}


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

.quest {
    display: table;
    width: 100%;
}

.quest h3 {
    padding: 52px 54px;
    font-size: 26px;
    line-height: 1.3;
    float: left;
}

.quest h3 b {
    color: #d1001f;
}

.quest a {
    color: #d1001f;
    float: right;
    margin-right: 59px;
    padding-top: 66px;
    font-size: 31px;
    border-bottom: 1px solid;
}

.quest a:hover {
    border-bottom: 1px solid transparent;
}


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

.contacts {
    position: relative;
    background: #fff;
}

.contacts .form {
    width: 405px;
    position: absolute;
    border-radius: 0;
    z-index: 1;
    right: 32px;
    background: #f9fbf8;
    padding: 8px 33px 23px 43px;
    top: 0;
    box-shadow: 9px 10px 41px -7px #afafaf;
}

.contacts .form p {
    font-size: 23px;
    margin-top: 11px;
    line-height: 1.3;
    display: table;
}

.contacts .form p b {
    display: table;
}

.contacts .form p b.rzh {
    padding-top: 8px;
}

.contacts .form span {
    font-size: 29px;
    display: table;
    margin-top: 26px;
    margin-bottom: 25px;
}

.contacts .blocks {
    margin-bottom: 64px;
    position: relative;
}

#mapp {
    width: 690px;
    height: 346px;
    float: left;
    background: gray
}

#mapp2 {
    width: 690px;
    height: 346px;
    float: left;
    background: gray
}

#mapp3 {
    width: 690px;
    height: 346px;
    float: left;
    background: gray
}

.footer {
    padding: 26px 0 25px;
    background: #f7f7f7;
    display: table;
    width: 100%;
}

.footer .left {
    float: left;
    width: 100%;
    padding-left: 0%;
    line-height: 1.3;
}

.footer .right {
    float: right;
    width: 10.5%;
    margin-top: 10px;
}


/*-- bg_flyform---*/

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

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

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

.in {
    display: table;
    position: relative;
}

.flyform .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.flyform .close:before,
.flyform .close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #0f0f10;
}

.flyform .close:before {
    height: 100%;
    width: 3px;
}

.flyform .close:after {
    width: 100%;
    height: 3px;
}

.flyform .in {
    padding: 40px 10px 10px;
    width: 360px;
    background: rgba(247, 245, 244, 1);
}

.flyform .form h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 20px;
}

.flyform .form p {
    text-align: left;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
}

.flyform .form form {
    width: 87%;
    display: table;
    margin: 0 auto;
    padding-bottom: 30px
}

.flyform .form form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../img/tel2.png) 18px center no-repeat, white;
    border: none;
    font-size: 18px;
    margin-top: 10px;
    padding: 17px 29px 13px 65px;
    border-radius: 4px;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 25px;
}

.flyform .form {}

.flyform .form .button {
    margin-top: 0;
    width: 100%;
}

.bg_flyform.blago {
    z-index: 2000;
}

.bg_flyform.mobmenu ul {
    text-align: left;
    width: 200px;
    margin: 15px auto 35px;
    font-size: 19px;
}

.bg_flyform.mobmenu ul li {
    margin-bottom: 15px;
}

body .office input {
    display: none;
    position: absolute;
    margin-left: -18px;
    margin-top: 1px;
}

body .office {
    background: url(../img/check.png) 2px 0 no-repeat;
    font-size: 14px !important;
    margin-top: 24px;
    height: 32px;
    padding-left: 39px;
    line-height: 1.3;
    letter-spacing: 1.3px;
}

body .office a {
    border-bottom: 1px dashed;
}

body .office a:hover {
    border-color: transparent;
}

.bg_flyform.info .flyform .in {
    width: 600px;
    display: table;
    margin: 0 auto;
    padding: 3%;
}

.bg_flyform.info .flyform .form p {
    font-size: 14px;
    text-align: left;
}

.owl-carousel {
    display: inherit;
}

@media (max-width: 480px) {
    #lid {
        padding-top: 0px;
    }
    .header .diler-name {
        display: none;
    }
    .page_wrapper,
    .wrapper {
        width: 480px;
        max-width: 480px;
        min-width: 480px;
    }
    .border {
        margin: 0 10px;
    }
    .header .link {
        display: none
    }
    .header {
        height: auto;
        padding-bottom: 15px !important;
    }
    .header img {
        width: 89px;
    }
    .header .log {
        padding-left: 6%;
        padding-top: 12px;
    }
    .header .border .contact {
        float: right;
        padding-right: 8%;
    }
    .header .border .contact .phonespan {
        font-size: 31px;
        padding-top: 29px;
        color: #d1001f;
        font-weight: normal;
        letter-spacing: -0.7px;
    }
    .header .border .contact .callback {
        display: none;
    }
    .header {
        padding-bottom: 0px;
    }
    .bg_flyform.info .flyform .in {
        width: 94%;
        display: table;
        margin: 0 auto;
        padding: 3%;
    }
    .main {
        height: auto;
        /* padding-top: 87px; */
        /* background: url(../img/banner-mart2.jpg) center 89px no-repeat;
        background-size: 100%; */
    }
    .main-0 {
        background: url(../img/tire.jpg) center 89px no-repeat !important;
        background-size: 100%!important;
    }
    .main h1 {
        font-size: 46px;
        color: white;
        padding-top: 37px;
        letter-spacing: 3.5px;
        text-align: center;
        float: none;
    }
    .main h1 b {
        display: table;
        font-size: 30px;
        text-transform: uppercase;
        margin-top: 4px;
        letter-spacing: 2.1px;
        font-weight: normal;
        margin: 4px auto 0;
    }
    .main h1 span {
        font-size: 30px;
        text-transform: none;
        font-weight: normal;
        color: #d1011b;
        font-weight: bold;
    }
    .main .form {
        float: none;
        width: 100%;
        /* margin: 178px 0 0; */
        background: rgb(205, 203, 204);
        padding: 22px 26px 51px;
    }

    .main-0 .form {
        min-height: 487px;
    }
    .main .form h3 {
        font-size: 32px;
        text-align: center;
        padding-bottom: 31px;
    }
    .main .form h3 b {
        font-size: 24px;
    }
    .main .form input[type="text"] {
        padding: 23px 12px 20px 49px;
    }
    .main .border {
        margin: 0;
    }
    a.button {
        padding: 29px 0 24px;
        margin-top: 14px;
        font-size: 21px;
    }
    body .office {
        font-size: 16px !important;
        padding-left: 72px;
        background: url(../img/check.png) 34px 0 no-repeat;
        margin-top: 30px;
    }
    h2 {
        text-align: left;
        font-size: 53px;
        padding-left: 10px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .service {
        background: #f7f7f7;
        padding-bottom: 52px;
    }
    .service .blocks {
        width: 450px;
        float: none;
        margin: 0 auto;
    }
    .service .blocks h3 {
        font-size: 33px;
        height: 133px;
    }
    .service .blocks a {
        font-size: 23px;
    }
    .service .blocks>div {
        padding: 25px 40px 30px;
        width: 97%;
        float: none;
        background: white;
    }
    .owl-dots {
        display: table;
        margin: 30px auto 0;
    }
    .owl-dots .owl-dot {
        cursor: pointer;
        background: #282828;
        width: 10px;
        border-radius: 100%;
        height: 10px;
        float: left;
        margin: 0 4px;
    }
    .owl-dots .owl-dot.active {
        background: #d1001f;
    }
    .lid {
        background: url(../img/bg2.jpg) 0 0 no-repeat;
        background-size: 100%;
        padding-bottom: 28px;
    }
    .lid h2 span {
        margin: 0 auto;
        font-size: 21px;
        padding-bottom: 26px;
    }
    .lid h2 {
        text-transform: none;
        font-weight: normal;
        font-size: 33px;
        line-height: 1.4;
        padding-left: 0;
        float: none;
        margin: 68px auto 0;
    }
    .lid h2 .last {
        display: none;
    }
    .lid .form h3 {
        display: none;
    }
    .lid .form {
        padding: 8px 15px 43px;
        float: none;
        margin-top: 0;
        width: 460px;
    }
    .lid .form input {
        padding: 22px 10px 20px 49px;
    }
    .lid .form .office {
        margin-top: 35px;
    }
    .offer .blocks>div {
        width: 98%;
        margin: 0 1% 25px;
    }
    .offer h2 {
        margin-bottom: 58px;
        margin-top: 60px;
    }
    .offer .blocks>div .button {
        margin-top: 140px;
        margin-left: 36px;
    }
    .prem .blocks {
        width: 98%;
        float: none;
        margin: 0 1%;
    }
    .prem .blocks>div {
        background-position: center 30px !important;
        padding: 25px 10px 25px !important;
        height: auto;
    }
    .prem p {
        padding-left: 0;
        font-size: 30px;
        text-align: center;
        padding-top: 120px;
    }
    .prem p br {
        display: none;
    }
    .yslugi {
        background: #fff;
    }
    .yslugi h2 {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .yslugi .icon {
        display: none;
    }
    .yslugi .title {
        width: 100%;
        font-size: 33px;
        line-height: 1.3;
        padding: 23px 41px 0;
        float: none;
    }
    .yslugi .blocks {
        width: 98%;
        margin: 0 auto 35px;
        background: #e2e2e2;
        padding-bottom: 20px;
        height: auto;
    }
    .yslugi .price {
        float: none;
        padding: 15px 0px 0 46px;
        font-size: 38px;
        width: 100%;
    }
    .yslugi .price span {
        font-size: 50px;
    }
    .yslugi .but {
        float: none;
        width: 100%;
        padding: 0;
    }
    .yslugi .but a {
        color: #222;
        width: 86%;
        display: table;
        text-align: center;
        margin: 43px auto 0;
        padding: 27px 0;
        font-size: 24px;
        font-weight: bold;
        border: 2px solid;
        border-radius: 12px;
    }
    .quest {
        display: none;
    }
    #mapp {
        width: 480px;
        float: none;
        height: 320px;
    }
    #mapp2 {
        width: 480px;
        float: none;
        height: 320px;
    }
    #mapp3 {
        width: 480px;
        float: none;
        height: 320px;
    }
    .contacts .form {
        width: 100%;
        right: 0;
        background: #f9fbf8;
        padding: 64px 50px 23px 70px;
        margin-top: 320px;
    }
    .contacts .form span {
        color: #d1001f;
        font-size: 38px;
    }
    .contacts .form p {
        font-size: 32px;
        margin-top: 6px;
        line-height: 1.3;
        display: table;
    }
    .contacts .bb2 .form {
        position: relative;
    }
    .contacts .bb2 {
        margin-top: 125px;
    }
    .footer .left {
        display: none
    }
    .footer .right {
        width: 100%;
        text-align: center;
    }
    .footer {
        background: white;
        padding-top: 0;
    }
    .footer img {
        width: 125px;
    }
    .contacts .blocks {
        margin-bottom: 500px;
    }
}

.contact-adr {
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 220px
}

.service-to {
    display: table;
    width: 100%;
    padding-bottom: 66px;
    background: #f7f7f7
}

.service-to .title {
    float: left;
    padding: 0 41px 0;
    font-size: 20px;
    width: 480px
}

.service-to .icon {
    background: url(../img/i1.png) center center no-repeat;
    float: left;
    width: 111px;
    text-align: center;
    height: 90px
}

.service-to .price {
    color: #4d4d4d;
    width: 215px;
    float: left;
    padding: 0 0 0 28px;
    font-size: 19px
}

.service-to .but {
    float: left;
    padding: 0 0 0 34px
}

.service-to .but a {
    font-size: 20px;
    letter-spacing: 4px;
    color: #bebebe
}

.service-to .blocks {
    cursor: pointer;
    background: #fff;
    height: 91px;
    margin-bottom: 11px;
    display: flex;
    align-items: center
}

.service-to .blocks:hover {
    background: #d1001f;
    color: #fff;
    box-shadow: 5px 12px 25px -5px #b3b3b3
}

.service-to .blocks:hover .icon {
    background: url(../img/i2.png) center center no-repeat
}

.service-to .blocks:hover .price {
    color: #fff
}

.service-to .blocks:hover .but a {
    color: #fff
}

.service-to h2 {
    margin-bottom: 15px
}

.service-to .subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px
}

@media (min-width:1401px) {
    .wrapper-wide {
        width: 1425px
    }
}

@media (max-width:1400px) {
    .contact-adr {
        display: none
    }
    .header .border>div ul li {
        margin: 24px 24px 8px 0
    }
}

@media (max-width:480px) {
    .service-to {
        background: #fff
    }
    .lid {
        padding-top: 140px;
    }
    .lid .disc {
        top: 115px;
        left: 10px
    }
    .service-to h2 {
        margin-top: 0;
        margin-bottom: 15px
    }
    .service-to .icon {
        display: none
    }
    .service-to .title {
        width: 100%;
        font-size: 33px;
        line-height: 1.3;
        padding: 23px 41px 0;
        float: none
    }
    .service-to .blocks {
        width: 98%;
        margin: 0 auto 35px;
        background: #e2e2e2;
        padding-bottom: 20px;
        height: auto;
        display: block
    }
    .service-to .price {
        float: none;
        padding: 15px 0 0 46px;
        font-size: 38px;
        width: 100%
    }
    .service-to .price span {
        font-size: 50px
    }
    .service-to .but {
        float: none;
        width: 100%;
        padding: 0
    }
    .service-to .but a {
        color: #222;
        width: 86%;
        display: table;
        text-align: center;
        margin: 43px auto 0;
        padding: 27px 0;
        font-size: 24px;
        font-weight: 700;
        border: 2px solid;
        border-radius: 12px
    }
    .service-to .subtitle {
        text-align: left;
        padding-left: 15px
    }
}


.block-reviews-container{
    width: 100%;
    padding: 0 0 80px 0;
}

.reviews-container {
    padding: 0 50px;
}
.content-container {
        margin: 0 auto;
    width: 100%;
}

.block-header-wrapper{
    margin-bottom: 50px;
    text-align: center;
}
.block-header {
    /* display: inline; */
    /* position: relative; */
    color: #262626;
    font-size: 48px;
    font-weight: 700;
}

@media (max-width: 480px){
    .block-header {
        margin: 0 10px;
        font-size: 36px;
    }
}

.reviews__item {
    min-width: auto;
    max-width: 100%;
    padding: 15px;
    background: #f5f5f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:390px;
    position: relative;
}
@media(max-width: 480px){
    .reviews__item {
        height: auto;
        min-height: 1px
    }
}

.arrow_prev {
    background-image: url('/img/arrow.svg');
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - 25px);
    left:0;
    right: auto;
}   
.arrow_next {
    background-image: url('/img/arrow.svg');
    width: 50px;
    height: 50px;
    transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 25px);
    left:auto;
    right: 0;
}
.reviews__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.reviews__name {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}
.reviews__date {
    color: #626262;
    font-size: 14px;
}