* {
    -moz-box-sizing: border-box; /* Для Firefox */
    box-sizing: border-box; /* Ширина блока с полями */
    margin: 0;
    padding: 0;
    /*transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;*/
}

*:hover {
    /*transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;*/
}

html, body {
    height: 100%;
}

body {
    position: relative;

}

input, textarea {
    outline: none;
    border: 0;
    -webkit-appearance: none;
}

input[type="submit"] {
    cursor: pointer;
    display: block;
}

section, header, footer {
    background-position: center top;
    background-repeat: no-repeat;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;

}

img {
    display: inline;
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

button {
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    margin-left: 10px;
}

ul {
    list-style: none;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-input-placeholder {
    color: transparent;
}

:focus::-input-placeholder {
    color: transparent;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.in-top {
    display: inline-block;
    vertical-align: top;
}

.in-middle {
    display: inline-block;
    vertical-align: middle;
}

.in-bottom {
    display: inline-block;
    vertical-align: bottom;
}

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.hover {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.opacity:hover {
    opacity: 0.7;
}

.r5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.r20 {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
}

.r30 {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
}

.r50 {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.mobile_ {
    display: none;
}

.desctop_ {
    display: block;
}

.container:after,
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.table {
    display: table;
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.items-left {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
}

.items-right {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.items-center {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.items-between {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.items-around {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
}

.items-middle {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}

/*=============================fonts==================================*/
@font-face {
    font-family: "GothamProRegular";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.eot@") format("embedded-opentype"),
    url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamProBold/GothamProBold.eot@") format("embedded-opentype"),
    url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBlack"; */
@font-face {
    font-family: "GothamProBlack";
    src: url("../fonts/GothamProBlack/GothamProBlack.eot");
    src: url("../fonts/GothamProBlack/GothamProBlack.eot@") format("embedded-opentype"),
    url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
    url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProItalic"; */
@font-face {
    font-family: "GothamProItalic";
    src: url("../fonts/GothamProItalic/GothamProItalic.eot");
    src: url("../fonts/GothamProItalic/GothamProItalic.eot@") format("embedded-opentype"),
    url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"),
    url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProMedium"; */
@font-face {
    font-family: "GothamProMedium";
    src: url("../fonts/GothamProMedium/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium/GothamProMedium.eot@") format("embedded-opentype"),
    url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProLight"; */
@font-face {
    font-family: "GothamProLight";
    src: url("../fonts/GothamProLight/GothamProLight.eot");
    src: url("../fonts/GothamProLight/GothamProLight.eot@") format("embedded-opentype"),
    url("../fonts/GothamProLight/GothamProLight.woff") format("woff"),
    url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProMediumItalic"; */
@font-face {
    font-family: "GothamProMediumItalic";
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
    src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot@") format("embedded-opentype"),
    url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"),
    url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProLightItalic"; */
@font-face {
    font-family: "GothamProLightItalic";
    src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
    src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot@") format("embedded-opentype"),
    url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"),
    url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBoldItalic"; */
@font-face {
    font-family: "GothamProBoldItalic";
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
    src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot@") format("embedded-opentype"),
    url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"),
    url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "GothamProBlackItalic"; */
@font-face {
    font-family: "GothamProBlackItalic";
    src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
    src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot@") format("embedded-opentype"),
    url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"),
    url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble.eot');
    src: url('../fonts/rouble.eot') format('embedded-opentype'),
    url('../fonts/rouble.woff2') format('woff2'),
    url('../fonts/rouble.woff') format('woff'),
    url('../fonts/rouble.ttf') format('truetype'),
    url('../fonts/rouble.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

/*=====================================================================*/
body {
    background: #fff;
    font-size: 16px;
    color: #000;
    font-family: 'GothamProLight';
}

.wrap {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 0;
}

.night-banner {
    -o-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 12;
    padding: 0;
    background-color: #116;
    color: white;
    font-size: 24px;
    text-align: center;
    font-family: 'GothamProMedium', sans-serif;
}

.banner-active {
    top: 0;
}

.night-banner .wrap {
    position: relative;
}

.night-close {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    color: white;
}

.btn-night {
    margin: 0 auto;
}

.form-night {

}

.night-banner span {
    font-size: 28px;
}

.night-left {
    padding: 20px 20px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.night-right {
    margin-top: 15px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    float: right;
}

.header {
    padding-top: 16px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.header-desctop {
    position: relative;
}

.header-mobile {
    display: none;

}

.header-menu {
    margin-left: 110px;
    font-size: 16px;
    font-family: 'GothamProMedium';
}

.header-menu li {
    margin-right: 30px;
}

.header-menu li a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0px;
    margin: 3px auto 0;
    background: #f24841;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.header-menu li:hover a:after {
    width: 45px;
}

.header-city {
    margin-right: 110px;
    font-family: 'GothamProMedium';
}

.header-city .city {
    color: #fc2222;
    margin-top: 5px;
    text-decoration: underline;
}

.header-call {
    font-family: 'GothamProMedium';
    padding-right: 67px;
}

.header-call .title {
    margin-bottom: 5px;
}

.header-call .number {
    color: #fc2222;
    font-size: 16px;
}

.red-text {
    color: #fc2222;
}

.brand-title {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    padding: 0 10px;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -5px 5px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -5px 5px 10px 0px rgba(50, 50, 50, 0.75);
}

.brand-samsung {
    color: #1428a0;
}

.brand-lg {

}

.brand-bosch {
    color: #e70028;
}

.brand-siemens {
    color: #009696;
}

.brand-electrolux {
    color: #001E3F;
}

.brand-aeg {
    color: #ff0423;
}

.brand-zanussi {

}

.brand-indesit {
    color: #0090CE;
}

.brand-hotpoint-ariston {

}

.brand-whirlpool {

}

.brand-haier {
    color: #0059A8;
}

.brand-gorenje {

}

.brand-hansa {

}

.brand-bauknecht {

}

.brand-asko {
    color: #E32028;
}

.brand-kuppersbusch {
    color: #fff;
    background-color: #eb0036;
}

.brand-miele {
    color: #ff001c;
}

.brand-blomberg {
    color: #d70015;
}

.brand-candy {
    color: #51b2e5;
}

.brand-neff {
    color: #bc0030;
}

.brand-smeg {

}

.brand-liebherr {
    color: #132394;
}

.brand-vestfrost {
    color: #12375e;
}

.brand-stinol {
    color: #007781;
}

.brand-sharp {
    color: #ef001c;
}

.brand-fornelli {
    color: #ee0037;
}

.brand-flavia {
    color: #0068ac;
}

.brand-zigmund-shtain {

}

.brand-kuppersberg {
    color: #eb192e;
}

.brand-korting {
    color: #303030;
}

.brand-ariston {
    color: #fff;
    background-color: #cb0b35;
}

.brand-panasonic {

}

.brand-philips {
    color: #1a5ae4;
}

.brand-sony {

}

.brand-saeco {

}

.brand-delonghi {
    color: #fff;
    background-color: #003f80;
}

.brand-nivona {
    color: #aa292b;
}

.brand-jura {
    color: #eb0021;
}

.brand-melitta {
    color: #ea0025;
}

.brand-krona {

}

.brand-kronasteel {

}

.brand-shindo {
    color: #006ba5;
}


.header-call .number:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 45px;
    height: 45px;
    background: url(../images/phone.png) no-repeat center;
    background-color: #fc2222;
    border-radius: 50%;
}

.one {
    padding: 140px 0 100px;
}

.site-text {
    padding-left: 10px;
    margin-bottom: 35px;
}

.site-text span {
    max-width: 415px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 42px;
}

.one-subscrition {
    padding-left: 98px;
}

.one-title-text {
    margin-bottom: 63px;
}

.site-title {
    line-height: 1.1;
    max-width: 460px;
    font-size: 40px;
    font-family: 'GothamProMedium';
    /*color: #fc2222;*/
    color: black;
}

.site-subtitle {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'GothamProMedium';
    text-transform: uppercase;
    margin-top: 25px;
}

.form-one-container .text {
    margin-right: 25px;
    font-family: 'GothamProMedium';
    max-width: 155px;
    font-size: 15px
}

.input-text {
    padding-top: 15px;
    border: 4px solid #e8e8e8;
    height: 61px;
    font-size: 14px;
    font-family: 'GothamProLight';
    text-align: center;
    border-radius: 10px;
}

.form-one .input-text {
    margin-right: 15px;
    width: 204px;
}

.btn-one {
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fc2222;
    font-size: 14px;
    font-family: 'GothamProMedium';
    color: #e8e8e8;
    text-transform: uppercase;
    box-shadow: 0 8px 20px 0 rgba(130, 0, 0, .5);
    width: 140px;
    height: 61px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn-one:hover {
    background: #6b1200;
}

.btn-two:hover {
    background: #999999;
}

.one-img {
    position: absolute;
    width: 49.39%;
    right: 0;
    top: -100px;
}

.one-content {
    position: relative;
    z-index: 2;
}

.two .wrap {
    padding: 64px 15px 35px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.two .items-center {
    margin-bottom: 70px;
    text-transform: uppercase;
    font-family: 'GothamProMedium';
    font-size: 14px;
}

.two .items-center .item:nth-child(2) {
    margin: 0 70px 0 85px;
}

.two .items-center .item .icon {
    height: 85px;
    position: relative;
    padding-left: 22px;
}

.two .items-center .item .icon .r50 {
    width: 50px;
    height: 50px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    top: 22px;
}

.two .items-center .item .icon img {
    position: relative;
    z-index: 2;
}

.two-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.two-right {
    max-width: 390px;
    margin-left: 75px;
}

.section-title {
    font-size: 35px;
    font-family: 'GothamProMedium';
}

.two-right .section-title {
    color: #fc2222;
}

.two-right .section-text {
    margin: 10px 0 25px;
}

.section-text {
    font-size: 20px;
    font-family: 'GothamProMedium';
    line-height: 1.5;
    text-transform: uppercase;
}

.two-right .text {
    line-height: 20px;
}

.two-right .text p {
    margin-bottom: 20px;
}

.two-right .text p:last-of-type {
    margin-bottom: 0;
}

.two-img {
    width: 44.74%;
}

.three .a-container {
    max-width: 1005px;
    margin: 0 auto;
    padding: 45px 0 75px;
}

.three-left {
    padding-left: 30px;
    max-width: 435px;
}

.three-left .section-text {
    margin: 25px 0;
}

.three-left .text {
    text-transform: uppercase;
    font-family: 'GothamProMedium';
}

.three-left .text .red-text {
    font-family: 'GothamProBlack';
}

.rub {
    font-family: 'rouble';
}

.three-right {
    margin-top: -70px;
    position: relative;
}

.three-right-text {
    position: absolute;
    top: 145px;
    left: 65px;
    color: #fff;
}

.three-right-text .price {
    font-size: 77px;
    line-height: 1;
    font-family: 'GothamProMedium';
}

.three-right-text .price .rub {
    font-size: 57px;
}

.three-right-text .text {
    padding-left: 15px;
    max-width: 173px;
    font-family: 'GothamProMedium';
}

.product-list {
    max-width: 885px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.product-list .item {
    position: relative;
    margin: 0;
    height: 300px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-list .item-wrapper {
    width: 33.33333%;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.product-list .item .product-photo {
    padding: 15px 10px;
}

.product-list .item .btn-one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 50px;
}

.product-list .item:hover .btn-one {
    opacity: 1;
}

.product-list .item .btn-two {
    background-color: #fff;
    color: #ff0000;
    top: 70%;
    border: 3px solid #ff0000;
}

.img-defauld {
    margin: 0 auto;
    display: block;
}

.product-list .item .title {
    font-family: 'GothamProMedium';
    text-transform: uppercase;
    margin: 0;
    padding: 15px 5px;
    text-align: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-list .item-img {
    padding-left: 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.product-list .item-img .btn-on {
}

.three .b-container {
    padding-bottom: 57px;
}

.three .b-container .title {
    margin-bottom: 20px;
    font-size: 35px;
    font-family: 'GothamProMedium';
}

.four {
    overflow: hidden;
    padding: 55px 0 75px;
    background: #e8e8e8;
}

.four .container {
    max-width: 945px;
}

.four-left {
    max-width: 360px;
}

.four-left .title {
    font-size: 20px;
    font-family: 'GothamProMedium';
    line-height: 1.4;
}

.four-left .subtitle {
    font-size: 20px;
    font-family: 'GothamProBlack';
    line-height: 1.4;
}

.four-form {
    margin-top: 30px;
}

.four-form .input-text {
    text-align: left;
    padding-left: 30px;
}

.four-form .input-text,
.four-form .btn-one {
    width: 100%;
}

.four-form .text {
    margin: 20px -10px 25px 0;
}

.four-right {
    width: 197px;
    margin-left: 13.75%;
    font-family: 'GothamProMedium';
    line-height: 19px;
}

.four-right .text p {
    margin-bottom: 20px;
}

.four-right .text p:last-of-type {
    margin-bottom: 0;
}

.four-img {
    position: absolute;
    width: 36.19047619047619%;
    right: -70px;
    top: -15px;
}

.five {
    padding: 75px 0 45px;
}

.five .section-title {
    padding-left: 100px;
    margin-bottom: 45px;
}

.five .items-between {
    max-width: 850px;
    margin-left: 16.666666666667%;
    margin-bottom: -45px;
}

.five .items-between .item {
    margin-bottom: 45px;
    max-width: 263px;
    width: 100%;
}

.five .items-between .item .title {
    min-height: 60px;
    margin: 17px 0 15px;
    font-family: 'GothamProMedium';
}

.five .items-between .item .text {
    font-family: 'GothamProRegular';
}

.six .wrap {
    border-top: 1px solid #e8e8e8;
}

.six .a-container {
    padding: 40px 0 35px 0px;
}

.six .a-container .items-between {
    padding: 50px 0 0 37px;
}

.six .a-container .items-between .time {
    padding-left: 60px;
    font-size: 35px;
    font-family: 'GothamProMedium';
}

.six .a-container .items-between .items-left {
    margin-top: 15px;
}

.six .a-container .items-between .item-text .text {
    padding-top: 10px;
}

.six .a-container .items-between .item-text a {
    display: inline-block;
    font-size: 16px;
    font-family: 'GothamProMedium';
    margin-top: 10px;
    min-width: 170px;
}

.six .a-container .items-between .icon {
    width: 26px;
    margin-right: 34px;
}

.six .a-container .items-between .icon div {
    width: 8px;
    height: 8px;
    background: #fc2222;
}

.six .a-container .items-between .icon div:nth-child(2) {
    margin: 9px 0 9px 18px;
}

.six .a-container .items-between .item:nth-child(1) .time {
    padding-left: 45px;
}

.six .a-container .items-between .item:nth-child(1) .icon {
    padding-top: 15px;
    margin-right: 19px;
}

.six .b-container {
    padding-bottom: 75px;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}

.six-right {
    max-width: 360px;
    padding-top: 35px;
}

.six-right .text {
    margin: 10px 0 25px;
}

.six-right .write {
    line-height: 1.5;
    margin-bottom: -20px;
}

p {
    margin-bottom: 20px;
}

.six-left {
    max-width: 360px;
    width: 100%;
    margin-left: 13.22751322751323%;
}

.six-left .butn-text {
    margin-top: 53px;
}

.six-left .butn-text .btn-one {
    width: 100%;
}

.six-left .butn-text .write {
    position: absolute;
    top: 5px;
    right: -340px;
}

.six-seven .user-wrap {
    float: left;
    width: 100%;
    margin: 0;
}

.six-seven .user-info {
    float: left;
    margin: 0;
    width: 50%;
}

.six-seven .user-name {
    font-family: 'GothamProMedium';
}

.six-seven .user-pic {
    float: left;
    margin: 0 15px 0 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: cover;
}

.u-1 {
    background: url("../images/feedbacks/u1.jpg");
}

.u-2 {
    background: url("../images/feedbacks/u2.jpg");
}

.u-3 {
    background: url("../images/feedbacks/u3.png");
}

.u-4 {
    background: url("../images/feedbacks/u4.png");
}

.u-5 {
    background: url("../images/feedbacks/u5.png");
}

.u-6 {
    background: url("../images/feedbacks/u6.png");
}

.u-7 {
    background: url("../images/feedbacks/u7.png");
}

.u-8 {
    background: url("../images/feedbacks/u8.png");
}

.u-9 {
    background: url("../images/feedbacks/u9.png");
}

.u-10 {
    background: url("../images/feedbacks/u10.png");
}

.six-seven .five-stars {
    margin: 4px 0 7px 47px;
    width: 73px;
    height: 12px;
    background: url("../images/feedbacks/star.svg") repeat-x;
}

.six-seven .feedback p {
    text-align: justify;
    padding-top: 10px;
    font-family: 'GothamProRegular';
}

.six-seven .feedback-date {
    text-align: right;
    display: block;
    margin: 0;
    width: 50%;
    float: left;
}

.six-seven .wrap {
    border-top: 1px solid #e8e8e8;
}

.six-seven .b-container {
    padding: 40px 0 35px 0px;
}

.six-seven-slider {
    max-width: 715px;
    margin: 50px 0 0 14.47368421052632%;
    position: relative;
    z-index: 5;
}

.six-seven-slider .slide {
    width: 715px;
    overflow: hidden;
}

.six-seven-slider-right {
    max-width: 295px;
    padding-top: 30px;
}

.six-seven-slider-right .model-title {
    font-size: 28px;
    font-family: 'GothamProMedium';
    margin-bottom: 15px;
}

.six-seven-slider-right ul li {
    position: relative;
    margin-bottom: 20px;
}

.six-seven-slider-right ul li:last-of-type {
    margin-bottom: 0;
}

.six-seven-slider-right ul li:last-of-type img {
    top: 0;
}

.six-seven-slider-right ul li img {
    position: absolute;
    display: inline !important;
    width: initial !important;
    top: 5px;
    left: -65px;
}

.six-seven-slider-right ul li .item-text {
    line-height: 1.5;
}

.six-seven-slider-right ul li .title {
    text-transform: uppercase;
    font-family: 'GothamProMedium';
}

.six-seven-slider-right ul li .text {
    font-family: 'GothamProRegular';
}

.six-seven-slider-right ul li .write {
    font-family: 'GothamProMedium';
}

.model-photo {
    margin-left: -48px;
}

.six-seven-slider .owl-prev {
    left: -175px;
}

.six-seven-slider .owl-next {
    right: -262px;
}

.six-seven-slider .owl-prev,
.six-seven-slider .owl-next {
    top: 40px;
}

.seven {
    background: #e8e8e8;
    padding-bottom: 15px;
}

.seven .a-container {
    padding: 100px 0 75px;
}

.seven .a-container .seven-left {
    max-width: 360px;
    margin-left: 8.771929824561404%;
}

.seven .a-container .seven-left .section-text {
    margin: 20px 0;
    font-size: 14px;
}

.seven .a-container .seven-left .text {
    margin-bottom: -20px;
    font-family: 'GothamProRegular';
}

.seven .a-container .seven-right {
    max-width: 535px;
    width: 100%;
    margin-right: 40px;
}

.seven .a-container .seven-right .slide {
    width: 535px;
    padding: 13px 0 0 20px;
}

.seven-a-slider-left {
    max-width: 165px;
    margin-top: -13px;
}

.seven-a-slider-left .name-master {
    font-size: 30px;
    font-family: 'GothamProMedium';
}

.seven-a-slider-left .text {
    font-family: 'GothamProMedium';
    line-height: 19px;
    margin: 18px 0 54px;
}

.seven-a-slider-left .btn-one {
    width: 100%;
}

.seven-a-slider-right .slide-photo {
    margin-top: -13px;
    max-width: 334px;
}

.seven-a-slider-right .slide-photo img {
    display: inline !important;
}

.seven-a-slider .owl-prev {
    display: none !important;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/arr-right.png) no-repeat center;
    background-color: #fff;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.owl-prev {
    background: url(../images/arr-left.png) no-repeat center;
    background-color: #fff;
}

.seven-a-slider .owl-next {
    top: 150px;
    right: -45px;
}

.seven .b-container {
}

.seven-b-slider {
    max-width: 715px;
    margin: 50px 0 0 14.47368421052632%;
    position: relative;
    z-index: 5;
}

.seven-b-slider .slide {
    width: 715px;
    overflow: hidden;
}

.seven-b-slider-right {
    max-width: 295px;
    padding-top: 30px;
}

.seven-b-slider-right .model-title {
    font-size: 28px;
    font-family: 'GothamProMedium';
    margin-bottom: 15px;
}

.seven-b-slider-right ul li {
    position: relative;
    margin-bottom: 20px;
}

.seven-b-slider-right ul li:last-of-type {
    margin-bottom: 0;
}

.seven-b-slider-right ul li:last-of-type img {
    top: 0;
}

.seven-b-slider-right ul li img {
    position: absolute;
    display: inline !important;
    width: initial !important;
    top: 5px;
    left: -65px;
}

.seven-b-slider-right ul li .item-text {
    line-height: 1.5;
}

.seven-b-slider-right ul li .title {
    text-transform: uppercase;
    font-family: 'GothamProMedium';
}

.seven-b-slider-right ul li .text {
    font-family: 'GothamProRegular';
}

.seven-b-slider-right ul li .write {
    font-family: 'GothamProMedium';
}

.model-photo {
    margin-left: -48px;
}

.seven-b-slider .owl-prev {
    left: -175px;
}

.seven-b-slider .owl-next {
    right: -262px;
}

.seven-b-slider .owl-prev,
.seven-b-slider .owl-next {
    top: 130px;
}

.eight {
    padding: 115px 0 93px;
    background: #fff;
}

.eight-slider {
    max-width: 895px;
    margin: 55px auto 0;
}

.eight-slider .slide {
    margin: 0 15px;
}

.eight-slider .slide .eight-video {
    width: 430px;
    background: #000;
}

.eight-slider .slide .eight-video * {
    width: 100%;
    height: 314px;
}

.eight-slider .owl-prev,
.eight-slider .owl-next {
    top: 50%;
    margin-top: -35px;
}

.eight-slider .owl-prev {
    left: -125px;
}

.eight-slider .owl-next {
    right: -123px;
}

.eight-text-block {
    margin: 70px 0 55px;
}

.eight-mail-block {
    margin-bottom: 65px;
}

.eight-mail-block .mail-icon {
    margin-right: 43px;
}

.eight-mail-block .text {
    font-family: 'GothamProMedium';
}

.eight-mail-block .mail {
    font-size: 35px;
    font-family: 'GothamProMedium';
    margin: 5px 0 10px;
}

.eight-text-block .section-title {
    max-width: 860px;
    margin: 0 auto;
}

.eight-b-slider {
    max-width: 945px;
    margin: 20px auto 0;
}

.eight-b-slider .slide {
    margin: 0 32px;
}

.eight-b-slider .slide .sertificat {
    width: 128px;
}

.eight-b-slider .slide .sertificat a * {
    height: 162px;
    background: #000;
}

.eight-b-slider .owl-prev,
.eight-b-slider .owl-next {
    top: 50%;
    margin-top: -35px;
}

.eight-b-slider .owl-prev {
    left: -98px;
}

.eight-b-slider .owl-next {
    right: -97px;
}

.nine {
    position: relative;
    overflow: hidden;
    background: url(../images/nine.jpg) no-repeat center top;
    background-size: cover;
}

.nine .container {
    max-width: 847px;
    margin: 0 auto;
}

.nine-left {
    padding-bottom: 40px;
    max-width: 457px;
}

.nine-left-img {
    margin: -13px 0 -5px 44px;
}

.nine-left .title {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'GothamProMedium';
    text-transform: uppercase;
}

.nine-left .text {
    line-height: 19px;
    margin: 35px 0 -20px;
}

.nine-right {
    max-width: 360px;
    width: 100%;
    padding: 60px 0 40px;
}

.nine-right .input-text {
    height: 55px;
    border: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.nine-right .text {
    margin: -15px 0 20px;
}

.nine-right .btn-one {
    width: 100%;
}

.ten {
    padding: 83px 0 45px;
}

.ten .items-between {
    margin: 0 auto;
    max-width: 945px;
}

.ten-left h3 {
    margin-top: 30px;
}

.ten-right {
    max-width: 410px;
}

.ten .b-container {
    padding-top: 60px;
}

.ten .b-container .section-title {
    position: relative;
    z-index: 2;
}

.ten-map {
    width: 896px;
    margin: -55px auto -25px;
    position: relative;
}

.map-mark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.map-mark .pic {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background: #fc2222;*/
}

.map-mark .pic:hover {
    overflow: initial;
}

.map-mark .pic .tooltipe {
    position: absolute;
    width: 265px;
    max-width: 0px;
    overflow: hidden;
    border: 4px solid #e8e8e8;
    font-size: 14px;
    font-family: 'GothamProLight';
    box-shadow: 0 2px 15px 0 rgba(184, 184, 184, .6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: -275px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
}

.map-mark .pic:hover .tooltipe {
    opacity: 1;
    z-index: 2;
    max-width: 300px;
}

.map-mark .pic .tooltipe .text {
    background: #fff;
    padding: 10px 15px 13px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.map-mark .pic-1 {
    top: 134px;
    right: 35.2%;
}

.map-mark .pic-2 {
    bottom: 113px;
    right: 54%;
}

.map-mark .pic-3 {
    top: 258px;
    left: 44.5%;
}

.map-mark .pic-4 {
    bottom: 296px;
    left: 49.5%;
}

.map-mark .pic-5 {
    bottom: 230px;
    left: 41%;
}

.map-mark .pic-6 {
    bottom: 198px;
    left: 31%;
}

.map-mark .pic-7 {
    bottom: 197px;
    right: 39.5%;
}

.map-mark .pic-8 {
    bottom: 251px;
    right: 35%;
}

.map-mark .pic-9 {
    bottom: 150px;
    left: 28.5%;
}

.map-mark .pic-10 {
    bottom: 337px;
    right: 37%;
}

.map-mark .pic-11 {
    bottom: 211px;
    right: 16%;
}

.map-mark .pic-12 {
    top: 341px;
    left: 16.7%;
}

.map-mark .pic-13 {
    bottom: 258px;
    left: 22%;
}

.map-mark .pic-14 {
    bottom: 220px;
    left: 18.8%;
}

.map-mark .pic-15 {
    top: 90px;
    left: 27.20%;
}

.map-adress-mobile {
    display: none;
}

.consultation-title {
    margin-left: 67px;
}

.consultation-title .text {
    font-family: 'GothamProMedium';
    margin-top: 15px;
}

.consultation-title .number-phone {
    font-size: 35px;
    font-family: 'GothamProMedium';
}

.footer .wrap {
    border-top: 1px solid #e8e8e8;
    padding-top: 80px;
    padding-bottom: 25px;
}

.footer .items-right {
    font-family: 'GothamProMedium';
    padding-top: 15px;
}

.footer .items-right .politic {
    margin-left: 115px;
}

.wow {
    visibility: hidden;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    opacity: .6;
    display: none;
}

.popup {
    max-width: 362px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 20px 1px rgba(252, 34, 34, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    position: fixed;
    z-index: 1000;
    display: none;
    top: 50% !important;
    transform: translateY(-60%);
}

.modal-one .popup-inner {
    padding: 70px 55px 35px 57px;
}

.close-popup {
    position: absolute;
    font-size: 20px;
    font-family: 'GothamProMedium';
    color: #fc2222;
    line-height: .9;
    border-bottom: 1px solid rgba(252, 34, 34, .3);
    top: 14px;
    right: 18px;
    cursor: pointer;
}

.popup-text-block {
    margin: 0 -20px 20px;
}

.modal-three
.popup-text-block {
    margin: 0 -40px 20px;
}

.popup-text {
    margin-top: 10px;
}

.popup-text a {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.popup-title {
    font-size: 20px;
    line-height: 25px;
    font-family: 'GothamProMedium';
    text-transform: uppercase;
}

.popup-form .input-text,
.popup-form .btn-one {
    width: 100%;
}

.popup-form .input-text {
    margin-bottom: 15px;
}

.modal-two .popup-form .btn-one {
    margin-top: 13px;
}

.modal-thanks .popup-inner {
    padding: 70px 0 40px;
}

.modal-thanks .popup-text-block {
    margin: 0 0 0;
}

.planshet-d-flex,
.mobile {
    display: none;
}

.hide {
    display: none; !important;
}

.price-table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.price-table th {
    color: #fff;
    height: 40px;
    background: none;
    text-align: center;
    padding-left: 0px;
}

.fancybox-content {
    border-radius: 10px !important;
}


.price-table .th {
    background: none;
}

.price-table .th th {
    background: #DA251C;
}

.price-table tr:first-child > td:first-child {
    border-radius:10px 0px 0 0;
}

.price-table tr:first-child > td.last-child {
    border-radius:0 10px 0 0;
}

.price-table tr:last-child {
    border-radius:0 0 10px 10px;
    background: none;
}

.price-table tr:last-child > td:first-child {
    border-radius:0 0 0 10px;
}

.price-table tr:last-child > td.last-child {
    border-radius:0 0 10px 0;
}


.price-table .th1 {
    width: 65%;
}

.price-table .th2 {
    width: 35%;
}

.price-table tr {
    border-bottom: 1px solid #dedede;
}

.price-table td {
    padding: 10px;
    background-color: #fff;
}

@media (min-width: 1201px) {
    .six-seven .items-between {
        padding-left: 60px;
    }
}

@media (max-width: 1200px) {
    .allcontent {
        overflow: hidden;
    }

    .header-menu {
        margin-left: 50px;
    }

    .header-city {
        margin-right: 50px;
    }

    .one-img {
        width: 41%;
        top: -40px;
    }

    .six-seven-slider .owl-prev {
        left: -140px;
    }

    .six-seven-slider .owl-next {
        right: -130px;
    }

    .seven .a-container .seven-left {
        margin-left: 4%;
    }

    .seven .a-container .seven-right {
        margin-right: 30px;
    }

    .seven-b-slider .owl-prev {
        left: -140px;
    }

    .seven-b-slider .owl-next {
        right: -130px;
    }

    .eight-slider .owl-prev {
        left: -70px;
    }

    .eight-slider .owl-next {
        right: -70px;
    }

    .eight-b-slider .owl-prev {
        left: -55px;
    }

    .eight-b-slider .owl-next {
        right: -55px;
    }
}

@media (max-width: 999px) {
    .btn-night {
        margin-top: 20px;
    }

    body {
        font-size: 14px;
    }

    .wrap {
        max-width: 750px;
    }

    .one {
        padding: 130px 0 85px;
    }

    .header-menu {
        margin-left: 30px;
    }

    .header-city {
        margin-right: 0;
    }

    .header-call.desctop {
        display: none;
    }

    .planshet-d-flex {
        display: flex;
    }

    .header-call {
        margin-top: 13px;
    }

    .header-call .number {
        width: 170px;
    }

    .site-text,
    .one-subscrition {
        padding-left: 0;
    }

    .site-title {
        font-size: 40px;
    }

    .site-text {
        margin-bottom: 30px;
    }

    .site-subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    .site-text span {
        max-width: 360px;
        margin-left: 25px;
        font-size: 12px;
    }

    .one-title-text {
        margin-bottom: 45px;
    }

    .one-img {
        width: 58.34%;
        top: -25px;
        right: -90px;
    }

    .two .items-center {
        font-size: 12px;
    }

    .two .items-center .item:nth-child(2) {
        margin: 0 60px 0 70px;
    }

    .two-img {
        width: 55.59%;
        margin-left: -15px;
    }

    .two-right {
        max-width: 310px;
        margin-left: 0;
        margin-right: -15px;
    }

    .two-content {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }

    .section-title {
        font-size: 30px;
    }

    .section-text {
        font-size: 16px;
    }

    .two-right .section-text br {
        display: none;
    }

    .two-right .text {
        line-height: 14px;
    }

    .two-right .text p, p {
        margin-bottom: 14px;
    }

    .two-right .section-text {
        margin-top: 20px;
    }

    .two .wrap {
        padding: 30px 15px 35px;
    }

    .three-left {
        padding-left: 0;
        max-width: 330px;
    }

    .three-right {
        margin-top: -75px;
        max-width: 435px;
        margin-right: -75px;
    }

    .three .a-container {
        padding: 100px 0 30px;
    }

    .three-right-text {
        top: 140px;
        left: 55px;
    }

    .three-right-text .text {
        padding-left: 35px;
        max-width: 165px;
    }

    .product-list .item {
        width: 158px;
        margin: 0 12px;
    }

    .product-list {
        padding-bottom: 60px;
    }

    .three .b-container .title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .four {
        padding: 45px 0 52px;
    }

    .four-right {
        margin-left: 15px;
        line-height: 14px;
        max-width: 158px;
    }

    .four-right .text p {
        margin-bottom: 14px;
    }

    .four-left .title,
    .four-left .subtitle {
        line-height: 18px;
        font-size: 16px;
    }

    .four-img {
        width: 225px;
        right: -37px;
        top: 24px;
    }

    .five {
        padding: 85px 0 70px;
    }

    .five .section-title {
        padding-left: 0;
        margin-bottom: 90px;
    }

    .five .section-title br {
        display: none;
    }

    .five .items-between {
        margin-left: 0;
        margin-bottom: -55px;
    }

    .five .items-between .item {
        margin-bottom: 55px;
        max-width: 230px;
    }

    .five .items-between .item .title {
        min-height: 45px;
        margin: 20px 0;
    }

    .six .a-container {
        padding: 40px 0 45px;
    }

    .six .a-container .items-between {
        padding: 80px 0 0 0;
    }

    .six .a-container .items-between .item {
        position: relative;
    }

    .six .a-container .items-between .item:nth-child(1) {
        margin-left: -15px;
    }

    .six .a-container .items-between .item:nth-child(1) .icon div {
        width: 8px;
        height: 8px;
    }

    .six .a-container .items-between .icon div {
        width: 5px;
        height: 5px;
    }

    .six .a-container .items-between .item:nth-child(1) .icon {
        left: 0;
        top: 0;
    }

    .six .a-container .items-between .time {
        padding-left: 15px !important;
    }

    .six .a-container .items-between .icon {
        top: 5px;
        left: -10px;
        position: absolute;
        width: 20px;
    }

    .six .a-container .items-between .item-text {
        padding-left: 15px;
    }

    .six .a-container .items-between .time {
        font-size: 30px;
    }

    .six .a-container .items-between .item-text .text {
        padding-top: 0;
    }

    .six .a-container .items-between .icon div:nth-child(2) {
        margin: 6px 0 6px 11px;
    }

    .six .b-container {
        padding-bottom: 80px;
    }

    .six-left {
        max-width: 375px;
        width: 100%;
        margin-left: 0;
    }

    .six-right {
        max-width: 297px;
        padding-top: 40px;
    }

    .six-left .butn-text .write {
        right: -260px;
    }

    .seven .a-container {
        padding: 40px 0 70px;
    }

    .seven .a-container .seven-left {
        margin-left: 0;
        max-width: 345px;
    }

    .seven .a-container .seven-right {
        max-width: 350px;
        margin-right: -10px;
    }

    .seven .a-container .seven-right .slide {
        width: 350px;
    }

    .seven-a-slider-right .slide-photo {
        margin: -13px 0 0 -60px;
        width: 225px;
    }

    .seven-a-slider-left {
        width: 160px;
        position: relative;
        z-index: 3;
    }

    .seven-a-slider-left .name-master,
    .seven-a-slider-left .text {
        max-width: 110px;
    }

    .seven-a-slider-left .name-master {
        font-size: 20px;
    }

    .seven-a-slider-left .text {
        font-size: 10px;
        line-height: 1;
    }

    .seven-a-slider .owl-next {
        top: 115px;
        right: -10px;
    }

    .six-seven-slider {
        margin: 40px auto 0;
        max-width: 545px;
    }

    .six-seven-slider .slide {
        width: 545px;
        overflow: hidden;
    }

    .six-seven-slider-right {
        max-width: 250px;
        padding-top: 30px;
        margin-left: -50px;
    }

    .six-seven-slider-right ul li img {
        left: -55px;
    }

    .six-seven-slider-right .model-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .six-seven-slider .owl-prev, .six-seven-slider .owl-next {
        top: 20px;
    }

    .six-seven-slider .owl-prev {
        left: -105px;
    }

    .six-seven-slider .owl-next {
        right: -105px;
    }

    .seven-b-slider-right ul li {
        margin-bottom: 10px;
    }

    .seven-b-slider {
        margin: 40px auto 0;
        max-width: 545px;
    }

    .seven-b-slider .slide {
        width: 545px;
        overflow: hidden;
    }

    .model-photo {
        margin-left: -26px;
        width: 292px;
    }

    .seven-b-slider-right {
        max-width: 250px;
        padding-top: 30px;
        margin-left: -50px;
    }

    .seven-b-slider-right ul li img {
        left: -55px;
    }

    .seven-b-slider-right .model-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .seven-b-slider .owl-prev, .seven-b-slider .owl-next {
        top: 83px;
    }

    .seven-b-slider .owl-prev {
        left: -85px;
    }

    .seven-b-slider .owl-next {
        right: -85px;
    }

    .eight {
    }

    .seven-b-slider-right ul li {
        margin-bottom: 10px;
    }

    .eight-slider {
        margin: 40px auto 0;
        max-width: 595px;
    }

    .eight-slider .slide .eight-video {
        width: 283px;
    }

    .eight-slider .slide .eight-video * {
        height: 227px;
    }

    .eight-slider .slide {
        margin: 0 30px 0 0;
    }

    .eight-text-block {
        margin: 36px 0 40px;
    }

    .eight-mail-block .mail-icon {
        width: 72px;
        margin-right: 39px;
    }

    .eight-mail-block .mail {
        font-size: 30px;
        margin: 5px 0 0px;
    }

    .eight-mail-block {
        margin-bottom: 60px;
    }

    .eight-text-block .section-title {
        margin: 0 -15px;
    }

    .eight-b-slider .slide {
        margin: 0 30px 0 0;
    }

    .eight-b-slider {
        max-width: 595px;
    }

    .eight-b-slider .owl-prev {
        left: -70px;
    }

    .eight-b-slider .owl-next {
        right: -70px;
    }

    .nine-left-img {
        margin: -13px 0 -5px -15px;
        max-width: 250px;
    }

    .nine-left {
        max-width: 345px;
    }

    .nine-right {
        max-width: 345px;
        padding: 40px 0 60px;
    }

    .nine-left .title {
        font-size: 16px;
    }

    .nine-left .text {
        margin: 25px 0 -14px;
    }

    .ten-map {
        margin: -55px -17% -26px;
    }

    .ten {
        padding: 43px 0 85px;
    }

    .ten-right {
        max-width: 383px;
    }

    .consultation-title {
        margin-left: 46px;
    }

    .consultation-title .number-phone {
        font-size: 30px;
    }

    .consultation-title .text {
        margin-top: 0;
    }

    .footer .wrap {
        padding-top: 63px;
        padding-bottom: 55px;
    }

    .footer .items-right {
        padding-top: 48px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }

    .footer .items-right .politic {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .night-banner {
        font-size: 18px;
        padding-bottom: 30px;
    }

	.product-list .item-wrapper {
        width: 50%;
        margin: 0 auto 20px;
        /* padding: 0 10px; */
    }

    .btn-night {
        margin-top: 0;
    }

    .night-left {
        width: 100%;
    }

    .night-right {
        width: 100%;
    }

    .night-banner span {
        font-size: 22px;
    }

    .header-mobile {
        display: block;
    }

    .header-desctop,
    .site-text {
        display: none;
    }

    .logo {
        width: 77px;
    }

    .click-mob-menu {
        width: 23px;
        position: relative;
        z-index: 10;
    }

    .click-mob-menu div {
        width: 23px;
        height: 2px;
        background: linear-gradient(45deg, #f27d57 0%, #fc2222 100%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .click-mob-menu.active div {
        background: rgba(0, 0, 0, 0);
    }

    .click-mob-menu div:before,
    .click-mob-menu div:after {
        content: '';
        display: block;
        position: absolute;
        width: 23px;
        height: 2px;
        background: linear-gradient(45deg, #f27d57 0%, #fc2222 100%);
        left: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .click-mob-menu.active div:before {
        transform: rotate(45deg);
        top: 0;
    }

    .click-mob-menu.active div:after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .click-mob-menu div:before {
        top: -11px;
    }

    .click-mob-menu div:after {
        bottom: -11px;
    }

    .mobile-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        padding-top: 80px;
        z-index: 9;
        left: -100%;
        top: 0;
        font-size: 14px;
        font-family: 'GothamProMedium';
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu li {
        margin-bottom: 14px;
    }

    .header-city .number {
        font-family: 'GothamProMedium';
    }

    .one {
        padding: 30px 0 105vw;
    }

    .one-title-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .site-title {
        font-size: 27px;
    }

    .site-subtitle {
        margin-top: 20px;
        font-size: 12px;
    }

    .form-one-container .text {
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .form-one-container .text br {
        display: none;
    }

    .form-one-container {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }

    .form-one .input-text {
        margin-right: 15px;
    }

    .form-one .input-text,
    .form-one .btn-one {
        width: 145px;
    }

    .form-one {
        margin: 0 -10px;
    }

    .one-img {
        padding-top: 80px;
        width: 95.86206896551724%;
        right: 2.068965517241379%;
        top: 225px;
    }

    .input-text {
        font-size: 12px;
    }

    .two .wrap {
        padding: 45px 15px 30px;
    }

    .two .items-center {
        margin-bottom: 15px;
    }

    .two .items-center .item {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        max-width: 290px;
        width: 100%;
    }

    .two .items-center .item .icon {
    }

    .two .items-center .item .text {
        max-width: 185px;
        width: 100%;
    }

    .two .items-center .item:nth-child(2) {
        margin: 15px 0;
    }

    .two-content {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }

    .section-title {
        font-size: 20px;
    }

    .section-text {
        font-size: 12px;
    }

    .two-right .section-title,
    .two-right .section-text {
        text-align: center;
    }

    .two-img {
        width: 94.48275862068966%;
        margin-bottom: 30px;
    }

    .two-right .section-text {
        margin: 10px 0 10px;
    }

    .three .a-container {
        padding: 30px 0 30px;
    }

    .three-right {
        display: none;
    }

    .three-left {
        text-align: center;
    }

    .three-left .section-text {
        margin: 10px 0 7px;
    }

    .three-left .section-title br,
    .three-left .text br {
        display: none;
    }

    .product-list .item {
        width: 150px;
        margin: 0 15px;
    }



    .product-list {
        padding-bottom: 55px;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        margin: 0 -15px;
    }

    .three .b-container .title {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .four {
        padding: 40px 0 20px;
    }

    .four .container,
    .five .items-between {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }

    .four-left .title, .four-left .subtitle {
        line-height: 14px;
        font-size: 12px;
        display: inline;
    }

    .four-left {
        text-align: center;
    }

    .four-form {
        margin-top: 25px;
        text-align: left;
    }

    .four-right {
        max-width: 100%;
        margin-left: 0;
        padding-top: 37px;
        width: 100%;
    }

    .four-right .text {
        max-width: 145px;
    }

    .four-img {
        width: 55.86206896551724%;
        top: auto;
        right: -6.896551724137931%;
        bottom: -80px;
    }

    .five {
        padding: 40px 0 35px;
    }

    .five .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .five .section-title br {
        display: block;
    }

    .five .items-between .item {
        max-width: 290px;
        margin-bottom: 45px;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
    }

    .five .items-between .item .item-text {
        max-width: 185px;
    }

    .five .items-between .item .title {
        min-height: auto;
        margin: 0 0 15px;
    }

    .six .a-container {
        padding: 40px 0 35px;
    }

    .six .a-container .items-between {
        padding-top: 25px;
        display: block;
        margin-bottom: -55px;
        text-align: center;
    }

    .six .a-container .items-between .item:nth-child(1) .icon {
        display: none;
    }

    .six .a-container .items-between .item .item-text {
        padding-left: 0;
    }

    .six .a-container .items-between .items-left {
        display: block;
        margin-top: 8px;
    }

    .six .a-container .items-between .time {
        font-size: 20px;
    }

    .six .a-container .items-between .item-text a {
        margin-top: 5px;
        font-size: 12px;
    }

    .six .a-container .items-between .item:nth-child(1) {
        margin-left: 0;
    }

    .six .a-container .items-between .item {
        margin-bottom: 55px;
    }

    .six .a-container .items-between .icon {
        text-align: center;
        display: block;
        left: 50%;
        width: 24px;
        margin-left: -12px;
        top: -45px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .six .a-container .items-between .icon div:nth-child(2) {
        margin: 11px 0 0 0;
    }

    .six .a-container .items-between .time {
        padding-left: 0 !important;
    }

    .six-right {
        max-width: 100%;
    }

    .desctop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .six-right-text.mobile {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .six-right-text.mobile .section-title {
        margin-bottom: 7px;
    }

    .six-right {
        padding-top: 27px;
    }

    .butn-text {
        margin-top: 45px;
    }

    .butn-text .btn-one {
        max-width: 290px;
        margin: 0 auto;
        width: 100%;
    }

    .butn-text .write {
        max-width: 220px;
        margin: 30px auto 0;
        text-align: center;
    }

    .six-img {
        width: 241px;
        margin: 0 auto;
    }

    .two-right .text p:nth-child(1),
    .two-right .text p:nth-child(2),
    .seven .a-container .seven-left .text {
        display: none;
    }

    .seven .a-container .seven-left .section-title {
        text-align: center;
    }

    .seven .a-container .seven-left .section-text {
        font-size: 12px;
        text-align: center;
        margin: 10px 0 40px;
    }

    .seven .a-container .seven-right {
        max-width: 290px;
        margin: 0 auto;
    }

    .seven-a-slider-right .slide-photo {
        margin: -13px 0 0 -100px;
        width: 163px;
    }

    .seven-a-slider-left .name-master, .seven-a-slider-left .text {
        max-width: 120px;
    }

    .seven-a-slider-left .text {
        font-size: 12px;
        margin: 25px 0 65px;
    }

    .seven-a-slider-left {
        padding-bottom: 20px;
    }

    .seven-a-slider-left .btn-one {
        margin-left: 70px;
        width: 163px;
    }

    .seven .a-container .seven-right .slide {
        padding-left: 0;
        width: 290px;
    }

    .seven-a-slider .owl-next {
        top: 95px;
    }

    .seven .a-container {
        padding: 35px 0 40px;
    }

    .seven .section-title br {
        display: none;
    }

    .six-seven .b-container {
        padding-bottom: 60px;
    }

    .six-seven-slider-right {
        order: 1;
        display: flex;
    }

    .seven-b-slider-right {
        order: 1;
        display: flex;
    }

    .model-photo {
        order: 2;
        width: 215px;
        margin: 45px auto 0px;
    }

    .six-seven-slider .slide {
        width: 290px;
    }

    .six-seven-slider-right {
        max-width: 100%;
        padding-top: 0px;
        margin-left: 0;
        -webkit-flex-direction: column; /* Safari */

        flex-direction: column;
    }

    .six-seven-slider .items-between {
        -webkit-flex-direction: column; /* Safari */

        flex-direction: column;
    }

    .six-seven-slider-right .model-title,
    .six-seven-slider-right ul {
        padding-left: 55px;
    }

    .six-seven-slider {
        max-width: 290px;
        margin: 25px auto 0;
    }

    .six-seven-slider .owl-prev, .six-seven-slider .owl-next {
        top: 180px;
        bottom: 150px;
    }

    .six-seven-slider .owl-prev {
        left: 0;
    }

    .six-seven-slider .owl-next {
        right: 0;
    }

    .seven-b-slider .slide {
        width: 290px;
    }

    .seven-b-slider-right {
        max-width: 100%;
        padding-top: 0px;
        margin-left: 0;
        -webkit-flex-direction: column; /* Safari */

        flex-direction: column;
    }

    .seven-b-slider .items-between {
        -webkit-flex-direction: column; /* Safari */

        flex-direction: column;
    }

    .seven-b-slider-right .model-title,
    .seven-b-slider-right ul {
        padding-left: 55px;
    }

    .seven-b-slider {
        max-width: 290px;
        margin: 25px auto 0;
    }

    .seven-b-slider .owl-prev, .seven-b-slider .owl-next {
        top: auto;
        bottom: 150px;
    }

    .seven-b-slider .owl-prev {
        left: 0;
    }

    .seven-b-slider .owl-next {
        right: 0;
    }

    .eight {
        padding: 50px 0 80px;
    }

    .eight-slider {
        margin: 55px auto 0;
        max-width: 185px;
    }

    .eight-slider .slide .eight-video {
        width: 185px;
    }

    .eight-slider .slide .eight-video * {
        height: 138px;
    }

    .eight-mail-block {
        display: none;
    }

    .eight-text-block {
        margin-bottom: 30px;
    }

    .eight-b-slider {
        max-width: 185px;
        margin: 0 auto;
    }

    .eight-b-slider .slide .sertificat {
        width: 75px;
    }

    .eight-b-slider .slide .sertificat a * {
        height: 110px;
    }

    .nine-left .title {
        font-size: 14px;
        line-height: 1;
    }

    .nine-left-img {
        max-width: 211px;
        margin: -40px auto 0;
    }

    .nine-left .text {
        margin-top: 15px;
        line-height: 14px;
    }

    .nine-left {
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .nine-right {
        margin: 0 auto;
        padding: 0 0 55px;
    }

    .ten {
        padding: 58px 0 50px;
    }

    .ten-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ten-left .section-title {
        margin: 0 -10px;
    }

    .ten-left .section-title br {
        display: none;
    }

    .ten-left h3.section-title {
        margin: 15px 0 0;
    }

    .ten-right {
        max-width: 271px;
        margin: 0 auto;
    }

    .ten .b-container {
        padding-top: 67px;
    }

    .ten-map {
        max-width: 338px;
        margin: -10px auto 14px;
    }

    .consultation-title {
        margin-left: 30px;
        max-width: 180px;
    }

    .ten .b-container .section-title,
    .ten .b-container .text {
        font-size: 12px;
    }

    .consultation-title .number-phone {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer .wrap {
        padding-top: 27px;
        padding-bottom: 24px;
    }

    .footer .header-menu {
        font-size: 12px;
        margin: 25px 0 0 0;
    }

    .footer .header-menu ul li {
        margin: 0;
    }

    .footer-bottom {
        padding-top: 20px;
        max-width: 215px;
        margin: 0 auto;
        font-family: 'GothamProRegular';
    }

    .footer-bottom .politic {
        margin-top: 10px;
    }

    .popup {
        max-width: 95%;
    }

    .modal-one .popup-inner {
        padding: 55px 25px 35px 25px;
    }

    .popup-title {
        font-size: 16px;
        line-height: 1.5;
    }

    .wow {
        visibility: initial;
    }

    .ten-map {
        display: none;
    }

    .map-adress-mobile {
        display: block;
        margin: 20px 0;
        font-size: 14px;
        font-family: 'GothamProLight';
    }

    .map-adress-mobile ul li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

    .map-adress-mobile ul li:last-of-type {
        margin-bottom: 0;
    }

    .map-adress-mobile ul li:before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fc2222;
        left: 0;
        top: 4px;
        border-radius: 50%;
    }
}
