html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a, input, textarea, button{
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Proxima Nova', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.wrap{
    width: 1170px;
    margin: 0 auto;
}
header{
    background: #fff;
    border-bottom: 1px solid #dddfe0;
    padding: 25px 0;
}
header .wrap{
    display: flex;
    justify-content: space-between;
}
header .logo{
    display: inline-block;
}
header .logo p{
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
header .logo .icon_logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffdd2d url("../img/logo.svg")no-repeat center;
    display: inline-block;
    vertical-align: middle;
    background-size: 23px 30px;
}
header .menu{
    display: inline-block;
    margin: 16px 0 0 0;
}
header .menu ul li{
    float: left;
    margin-right: 45px;
    position: relative;
    padding-bottom: 15px;
}
header .menu ul li:last-of-type{
    margin-right: 0;
}
header .menu ul li a{
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #000;
    transition: 0.2s;
}
header .menu ul li:hover .dop{
    display: block;
}
header .menu ul li a:hover{
    border-color: rgba(0,0,0,0);
}
header .menu ul li .dop{
    position: absolute;
    background: #fff;
    top: 28px;
    left: 0;
    padding: 15px 25px 25px;
    width: 223px;
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
    -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
    z-index: 100;
    display: none;
}
header .menu ul li .dop li{
    display: block;
    float: none;
    margin: 10px 0 0;
    padding: 0;
}
header .menu > ul > li:first-child > a{
    padding-right: 12px;
    background: url("../img/down-button.svg")no-repeat right center;
    background-size: 9px;
}
header .tel{
    width: 195px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #ffdd2d;
    color: #000;
    text-align: center;
    font-size: 18px;
    margin: 5px 0 0;
    transition: 0.3s;
    display: inline-block;
}
header .tel:hover{
    background: #ffd700;
}


.content1{
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 70px 0 50px;
}
.content1 .head_content{
    float: left;
    width: 55%;
    position: relative;
    z-index: 20;
}
.content1 .head_content > h1{
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.content1 .head_content > p{
    font-size: 26px;
    color: #000;
    padding: 35px 0 0;
}
.content1 .head_content > a{
    width: 360px;
    border-radius: 4px;
    background: #ffdd2d;
    color: #000;
    text-align: center;
    font-size: 30px;
    display: block;
    transition: 0.3s;
    margin: 50px 0 0;
    line-height: 64px;
}
.content1 .head_content .items{
    margin: 55px 0 0;
}
.content1 .head_content .items .item{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 120px;
}
.content1 .head_content .items .item img{
    width: 61px;
    margin: 0 auto;
    display: block;
}
.content1 .head_content .items .item p{
    font-size: 18px;
    color: #000;
    line-height: 21px;
    padding: 12px 0 0;
    text-align: center;
}
.content1 .head_content .items .item span.online{
    font-size: 82px;
    color: #000;
    line-height: 70px;
    text-align: center;
    display: block;
    font-family: 'Segoe UI', sans-serif;
}
.content1 .back_head{
    float: right;
    max-width: 45%;
    position: relative;
    z-index: 10;
    max-height: 470px;
}
.content2{
    background: #fff;
}
.content2 .items{
    display: flex;
    justify-content: space-between;
}
.content2 .items .item{
    width: 210px;
    border-radius: 4px;
    border: 1px solid #dddfe0;
    overflow: hidden;
    transition: 0.3s;
}
.content2 .items .item:hover{
    background: #ffdd2d;
}
.content2 .items .item.active{
    background: #ffdd2d;
}
.content2 .items .item img{
    display: block;
    width: 100%;
}
.content2 .items .item span{
    font-size: 18px;
    color: #000000;
    text-align: center;
    display: block;
    padding: 13px 0;
}
.content_form{
    background: #fff;
    padding: 30px 0;
}
.content_form form{
    border: 1px solid #dddfe0;
    padding: 30px 35px;
    border-radius: 4px;
}
.content_form form img{
    display: inline-block;
    vertical-align: middle;
    width: 54px;
}
.content_form form p{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    width: 340px;
    margin-left: 30px;
}
.content_form form .right_form{
    float: right;
    margin: 10px 0 0;
}
.content_form form .right_form .phone{
    width: 340px;
    border-radius: 4px;
    border: 1px solid #000;
    padding-left: 24px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px;
    font-size: 20px;
    color: #000;
}
.content_form form .right_form input[type='submit']{
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    background: #ffdd2d;
    transition: 0.3s;
    width: 210px;
}
.content_form form .right_form input[type='submit']:hover{
    background: #ffd700;
}


.content3{
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0 0;
    overflow: hidden;
}
.content3 .left{
    width: 57%;
    display: inline-block;
    vertical-align: middle;
}
.content3 .left h2{
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.content3 .left p{
    font-size: 18px;
    color: #000;
    padding: 20px 0 0;
    line-height: 23px;
}
.content3 .left ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px 0 0;
}
.content3 .left ul li{
    font-size: 18px;
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    position: relative;
    line-height: 23px;
}
.content3 .left ul li::before {
    content: '-';
    position: absolute;
    left: 15px;
    top: -1px;
    font-size: 16px;
}
.content3 .right{
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
}
.content3  .logo_brand{
    margin: 50px auto 0;
    width: 945px;
}
.content3  .logo_brand li{
    background: #fff;
    border: 1px solid #dddfe0;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 90px;
}
.content3  .logo_brand li img{
    width: 80%;
    height: auto;
    align-self:center;
}
.content4{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 0 60px;
}
.price .content4{
    border-bottom: 1px solid #dee0e1;
}
.content4 .item{
    width: 262px;
    background: #fff;
    border: 1px solid #dddfe0;
    float: left;
    border-radius: 4px;
    margin: 40px 40px 0 0;
    padding: 25px 10px 25px;
    text-align: center;
}
.content4 .item:last-of-type{
    margin-right: 0;
}
.content4 .item .icon{
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #ffdd2d;
    margin: 0 auto;
}
.content4 .item .icon img{
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    align-self: center;
}
.content4 .item p{
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0;
}
.content4 .item span{
    padding: 15px 0 0;
    font-size: 14px;
    display: block;
    line-height: 1.4;
    height: 53px;
}
#map{
    height: 400px;
    background: #eee;
}
.content5{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 80px 0;
    background: #f6f7f8;
}
.content5 .items{
    display: flex;
    justify-content: space-between;
}
.content5 .item{}
.content5 .item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 76px;
    font-weight: 700;
}
.content5 .item p{
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
    padding: 5px 10px 0;
}

.content6{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 40px 0 60px;
    border-bottom: 1px solid #dee0e1;
}
.content6 .item{
    width: 343px;
    float: left;
    margin: 0 45px 0 0;
}
.content6 .item:last-of-type{
    margin-right: 0;
}
.zag_text{
    height: 66px;
    display: table;
}
.content6 .item p.zag{
    font-size: 21px;
    line-height: 1.4;
    display: table-cell;
    vertical-align: bottom;
}
.content6 .item p.text{
    padding: 20px 0 0;
    font-size: 14px;
    line-height: 1.4;
}
.content6 .item:nth-child(1), .content6 .item:nth-child(2){
    padding-right: 20px;
}
.content6 table{
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    margin: 20px 0 0;
}
.content6 td{
    border: 1px solid #000;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
}
.content7{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0;
}
.content7 .items{
    display: flex;
    justify-content: space-between;
}
.content7 .item{
    width: 225px;
    text-align: center;
}
.content7 .item .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.content7 .item p{
    padding: 20px 0 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-weight: 700;
}

.content8{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #dee0e1;
    background: #f7f8f9;
}
.content8 .left{
    width: 765px;
    float: left;
}
.content8 .left h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
}
.content8 .left p{
    font-size: 16px;
    padding: 20px 0 0;
    line-height: 1.3;
}
.content8 .left ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0 0;
}
.content8 .left ul li{
    font-size: 16px;
    line-height: 1.3;
    margin: 5px 0 0;
    padding: 0 0 0 25px;
    position: relative;
}
.content8 .left ul li::before{
    content: '-';
    position: absolute;
    left: 15px;
    top: -1px;
    font-size: 16px;
}
.content8 .left .imgs{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 50px 0 0;
}
.content8 .left .imgs img{
    float: left;
    width: 180px;
    margin: 15px 15px 0 0;
}
.content8 .left .imgs img:nth-child(4n){
    margin-right: 0;
}

.content8 .right{
    width: 375px;
    float: right;
}
.content8 .right .video{}
.content8 .right .video > iframe{width: 100% !important;height: 203px !important;}
.content8 .right .reviews{margin: 25px 0 0;background: #fff;border-radius: 5px;-webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);-moz-box-shadow:    1px 2px 10px 0px rgba(0, 0, 1, 0.3);box-shadow:         1px 2px 10px 0px rgba(0, 0, 1, 0.3);padding: 25px 20px;}
.content8 .right .reviews h3{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.content8 .right .reviews .items{
    margin: 15px 0 0;
}
.content8 .right .reviews .items .item{
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e0;
}
.content8 .right .reviews .items .item:last-child{
    border: none;
}
.content8 .right .reviews .items .item p.txt{
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}
.content8 .right .reviews .items .item .bottom{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 10px;
    color: #4b4a4a;
    margin: 15px 0 0;
}
.content8 .right .reviews .items .item .bottom .date{
    float: left;
    width: 1;
}
.content8 .right .reviews .items .item .bottom .name{
    float: right;
}
.content8 .right .reviews .otz{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
}
.content8 .right .reviews .otz input{
    float: left;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    -moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    box-shadow:         1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    width: 160px;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    padding: 0 0 0 15px;
}
.content8 .right .reviews .otz input.email{
    float: right;
}
.content8 .right .reviews .otz textarea{
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    -moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    box-shadow:         1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    width: 100%;
    margin: 20px 0 0;
    height: 90px;
    resize: none;
    border-radius: 4px;
    padding: 9px 15px;
    font-size: 14px;
    color: #000;
    font-family: 'Proxima Nova', sans-serif;
}
.content8 .right .reviews .otz button{
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    -moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    box-shadow:         1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    margin: 20px 0 0;
    width: 100%;
    border-radius: 4px;
    height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    background: #ffdd2d;
    transition: 0.3s;
    cursor: pointer;
}

.content8 .right .reviews .otz button:hover{
    background: #f3ce10;
}



footer{
    padding: 60px 0;
}
footer h3{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}
footer h3 span{
    display: block;
}
footer .items{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
footer .items .item{
    float: left;
    margin: 30px 0 0;
}
footer .items .item:nth-child(2){
    margin-left: 115px;
}
footer .items .item:nth-child(3){
    float: right;
    width: 472px;
}
footer .items .item p{
    font-size: 14px;
    color: #000;
    padding: 10px 0 0;
}
footer .items .item li{
    display: block;
    margin: 8px 0 0;
}
footer .items .item a{
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #d4d4d4;
    transition: 0.2s;
}
footer .items .item a:hover{
    border-color: rgba(0,0,0,0);
}
footer .items .item:last-of-type p{
    text-align: right;
}


.content_head_price{
    background: url("../img/back_price.jpg")no-repeat center;
    text-align: center;
    padding: 65px 0 40px;
    color: #fff;
}
.content_head_price h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}
.content_head_price p{
    font-size: 26px;
    padding: 15px 0 0;
}
.content_head_price a.tel{
    margin: 30px 0 0;
    display: inline-block;
    width: 360px;
    line-height: 65px;
    border-radius: 5px;
    background: #ffdd2d;
    font-size: 30px;
    color: #000;
}
.content_head_price .bread{
    margin: 35px 0 0;
}
.content_head_price .bread a{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    position: relative;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
}
.content_head_price .bread a:hover{
    border-color: rgba(0,0,0,0);
}
.content_head_price .bread a::after{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 4px;
    right: -16px;
}
.content_head_price .bread span{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    font-size: 12px;
}
.services_content{
    padding: 60px 0;
}
.services_content p{
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0 0;
}
.services_content ul{
    color: #000;
    font-size: 18px;
    margin: 15px 0 0;
}
.services_content ul li{
    padding-left: 33px;
    position: relative;
    line-height: 1.3;
    margin: 5px 0 0 0;
}
.services_content ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd700;
    position: absolute;
    top: 6px;
    left: 15px;
}
.services_content p.zag{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 2px solid #cdcecf;
    display: inline;
    padding: 0;
}
.services_content p.left{
    width: 863px;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.services_content img{
    display: block;
    float: left;
    margin: 3px 30px 25px 0;
}
.services_content img.right{
    display: inline-block;
    margin: 0 0 0 25px;
    vertical-align: middle;
    float: none;
}
.services_content .item{
    margin: 50px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.services_content h2{
    display: block;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 35px 0 0;
}


.service_content{
    padding: 60px 0;
}
.service_content p{
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0 0;
}
.service_content ul{
    color: #000;
    font-size: 18px;
    margin: 15px 0 0;
}
.service_content ul li{
    padding-left: 33px;
    position: relative;
    line-height: 1.3;
    margin: 5px 0 0 0;
}
.service_content ul li::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd700;
    position: absolute;
    top: 6px;
    left: 15px;
}
.service_content h2{
    display: block;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin: 35px 0 0;
}

.services_content img.left{
    display: block;
    float: left;
    margin: 3px 30px 25px 0;
}


.content_table2{
    padding: 70px 0;
}
.content_table2 .table{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.content_table2 .table .line p{
    font-size: 16px;
    color: #000;
    padding: 7px 25px;
    border: 1px solid #777777;
    float: left;
    width: 30%;
}
.content_table2 .table .line{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: -1px;
}
.content_table2 .table .line p:last-child{
    width: 70%;
    margin-left: -1px;
}

.content_table{
    padding: 40px 0 70px;
}
.content_table h2{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.content_table .table{
    margin: 30px 0 0;
}
.content_table .table .line{
    margin-top: -1px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.content_table .table .line p{
    font-size: 16px;
    color: #000;
    padding: 7px 25px;
    border: 1px solid #777777;
    float: left;
    width: calc(70% + 1px);
}
.content_table .table .line p:last-child{
    width: 30%;
    margin-left: -1px;
}
.content_table .table .zag{
    text-align: center;
    background: #ffd700;
    width: 100%;
    float: none;
    padding: 7px 25px;
    border: 1px solid #777777;
    margin-top: -1px;
}
.content_table .wrap > p{
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin: 30px 0 0;
}
.form_red{border: 1px solid red !important;}
.pop_request{
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background: #ffdd2d;
    color: #000;
    text-align: center;
    font-size: 22px;
    margin: 25px auto 0;
    transition: 0.3s;
    display: block;
}
.form_popup{
    padding: 40px !important;
    max-width: 350px !important;
    background: #fff !important;
    border-radius: 10px;
}
.form_popup h2{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.form_popup p{
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
}
.form_popup input{
    -webkit-box-shadow: 1px 1px 6px 0px rgb(0 0 1 / 15%);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    box-shadow: 1px 1px 6px 0px rgb(0 0 1 / 15%);
    width: 100%;
    height: 30px;
    font-size: 14px;
    height: 30px;
    border-radius: 4px;
    padding: 0 0 0 15px;
    margin-top: 20px;
}
.form_popup button[type="submit"]{
    -webkit-box-shadow: 1px 1px 6px 0px rgb(0 0 1 / 15%);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 1, 0.15);
    box-shadow: 1px 1px 6px 0px rgb(0 0 1 / 15%);
    margin: 20px 0 0;
    width: 100%;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    background: #ffdd2d;
    transition: 0.3s;
    cursor: pointer;
}
.form_popup button:hover{
    background: #f3ce10;
}
#zona{
    background: #fff;
    padding: 25px;
}
.zona_city{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.zona_city p{
    font-weight: 600;
    line-height: 1.4;
}
.zona_city li{
    padding-left: 15px;
    line-height: 1.4;
    font-size: 14px;
}



@media only screen and (max-width: 1280px) and (min-width: 1024px){
    .zona_city{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .wrap{width: 960px;}
    .content2 .items .item {
        width: 180px;
    }
    .content4 .item{
        width: 225px;
        margin: 40px 20px 0 0;
    }
    .content5 .item span{
        font-size: 70px;
    }
    .content5 .item p{
        font-size: 24px;
        line-height: 30px;
        padding: 5px 7px 0;
    }
    .content6 .item{
        width: 303px;
        margin: 0 25px 0 0;
    }
    .content8 .left{
        width: 620px;
    }
    .content8 .right{
        width: 300px;
    }
    .content8 .left .imgs img{
        width: 147px;
        margin: 15px 10px 0 0;
    }
    footer .items .item:nth-child(2){
        margin-left: 60px;
    }
    .content8 .right .video > iframe{
        height: 180px !important;
    }
    .content3 .logo_brand{
        width: 800px;
    }
    .services_content p.left{
        width: 600px;
    }
    .services_content img.right{
        width: 330px;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .zona_city{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .wrap{width: 700px;}
    header .menu{display: none;}
    .content2 .items .item{
        width: 122px;
    }
    .content2 .items .item span{
        padding: 9px 0;
    }
    .content1 .head_content .items .item{
        margin-right: 96px;
    }
    .content1 .head_content .items .item:last-child{
        margin-right: 0;
    }
    .content1 .back_head{
        width: 40%;
        margin-left: -10%;
    }
    .content4 .item{
        width: 330px;
    }
    .content4 .item:nth-child(2n){
        margin-right: 0;
    }
    .content5 .item span{
        font-size: 56px;
    }
    .content5 .item p{
        font-size: 18px;
        line-height: 23px;
        padding: 4px 5px 0;
    }
    .content6 .item:nth-child(2){
        margin-right: 0;
        padding: 0;
    }
    .content6 .item{
        width: 327px;
    }
    .content8 .left, .content8 .right{
        width: 100%;
        float: none;
    }
    .content8 .right{
        margin: 50px 0 0;
    }
    .content8 .left .imgs img{
        width: 163px;
        margin: 15px 16px 0 0;
    }
    footer .items .item:nth-child(2){
        float: right;
        text-align: right;
    }
    footer .items .item:nth-child(3){
        float: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 40px 0 0;
    }
    footer .items .item:last-of-type p{
        text-align: center;
    }
    .content3 .logo_brand{
        width: 580px;
    }
    .content1 .head_content > h1{
        font-size: 32px;
        line-height: 1.3;
    }
    .content1 .head_content > p{
        font-size: 20px;
        line-height: 1.3;
        padding: 25px 0 0;
    }
    .content1 .head_content > a{
        margin: 30px 0 0;
        width: 260px;
        line-height: 50px;
        font-size: 24px;
    }
    header .menu_link{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-indent: -9999px;
        background: #ffdd2d;
        background-size: 18px;
        margin: 5px 0 0 20px;
        float: right;
        position: relative;
        z-index: 999;
        cursor: pointer;
    }
    header .menu_link .link{
        width: 20px;
        height: 3px;
        background: #000;
        position: relative;
        margin: 19px 0 0 10px;
        transition: 0.3s;
    }
    header .menu_link .link::before{
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: -7px;
        background: #000;
        transition: 0.3s;
    }
    header .menu_link .link::after{
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 7px;
        background: #000;
        transition: 0.3s;
    }
    header .menu_link.open .link{
        background: transparent;
    }
    header .menu_link.open .link::before{
        top: 0;
        -moz-transform: rotate(45deg); /* Для Firefox */
        -ms-transform: rotate(45deg); /* Для IE */
        -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(45deg); /* Для Opera */
        transform: rotate(45deg);
    }
    header .menu_link.open .link::after{
        top: 0;
        -moz-transform: rotate(-45deg); /* Для Firefox */
        -ms-transform: rotate(-45deg); /* Для IE */
        -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(-45deg); /* Для Opera */
        transform: rotate(-45deg);
    }
    header .menu{
        display: none;
        width: 100%;
        top: 81px;
        margin: 0;
        left: 0;
        position: absolute;
        background: #fff;
        z-index: 900;
        padding: 15px 10% 30px;
        -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
        -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
        box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
    }
    header .menu li{
        margin: 25px 0 0;
        display: block;
        float: none;
        width: 100%;
    }
    header .menu ul li:first-child .dop{
        padding-left: 20px;
    }
    header{
        padding: 15px 0;
    }
    .services_content p.left{
        width: 400px;
    }
    .services_content img.right{
        width: 270px;
    }

    header .menu ul li .dop{
        display: block;
        position: static;
        padding: 0;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
    .content8 .right .reviews .otz input{width: 100%;float: none;margin-top: 20px;}
    .zona_city{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .wrap{width: 94%;}
    .content2 .items .item{
        width: 47%;
        margin: 20px 0 0;
    }
    .content2 .items .item span{
        padding: 9px 0;
    }
    .content1 .head_content .items .item{
        margin-right: 96px;
    }
    .content1 .head_content .items .item:last-child{
        margin-right: 0;
    }
    .content1 .back_head{
        width: 40%;
        margin-left: -40%;
    }
    .content4 .item{
        width: 46%;
        margin: 20px 2% 0;
        padding: 15px 5px;
    }
    .content4 .item:nth-child(2n){
        margin-right: 0;
    }
    .content4 .item p{
        font-size: 16px;
    }
    .content4 .item span{
        height: auto;
        line-height: 1.3;
    }
    .content4 .wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .content4 .item .icon{
        width: 60px;
        height: 60px;
    }
    .content4 .item .icon img{
        max-width: 65%;
        max-height: 50%;
    }
    .content5 .item span{
        display: block;
        font-size: 50px;
    }
    .content5 .item p{
        font-size: 20px;
        line-height: 25px;
        padding: 0;
    }
    .content6 .item:nth-child(2){
        margin-right: 0;
        padding: 0;
    }
    .content6 .item{
        width: 100% !important;
        margin: 30px 0 0 !important;
        padding: 0;
    }
    .content8 .left, .content8 .right{
        width: 100%;
        float: none;
    }
    .content8 .right{
        margin: 50px 0 0;
    }
    .content8 .left .imgs img{
        width: 163px;
        margin: 15px 16px 0 0;
    }
    footer .items .item:nth-child(2){
        float: right;
        text-align: right;
    }
    footer .items .item:nth-child(3){
        float: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 40px 0 0;
    }
    footer .items .item:last-of-type p{
        text-align: center;
    }
    .content3 .logo_brand{
        width: 80%;
    }

    .content1 .head_content > h1{
        font-size: 21px;
        line-height: 1.3;
        width: 65%;
    }
    .content1 .head_content > p{
        font-size: 16px;
        line-height: 1.3;
        padding: 20px 0 0;
        width: 65%;
    }
    .content1 .head_content > a{
        margin: 25px 0 0;
        width: 195px;
        line-height: 35px;
        font-size: 18px;
    }
    header .tel{
        margin: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-indent: -9999px;
        background: #ffdd2d url("../img/phone.svg")no-repeat center;
        background-size: 18px;
        float: left;
    }
    header{
        padding: 15px 0;
    }
    header .logo .icon_logo{
        width: 40px;
        height: 40px;
    }
    header .logo p{
        font-size: 20px;
    }
    header .menu_link{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-indent: -9999px;
        background: #ffdd2d;
        background-size: 18px;
        margin: 0 0 0 20px;
        float: right;
        position: relative;
        z-index: 999;
        cursor: pointer;
    }
    header .menu_link .link{
        width: 20px;
        height: 3px;
        background: #000;
        position: relative;
        margin: 19px 0 0 10px;
        transition: 0.3s;
    }
    header .menu_link .link::before{
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: -7px;
        background: #000;
        transition: 0.3s;
    }
    header .menu_link .link::after{
        content: '';
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 7px;
        background: #000;
        transition: 0.3s;
    }
    header .menu_link.open .link{
        background: transparent;
    }
    header .menu_link.open .link::before{
        top: 0;
        -moz-transform: rotate(45deg); /* Для Firefox */
        -ms-transform: rotate(45deg); /* Для IE */
        -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(45deg); /* Для Opera */
        transform: rotate(45deg);
    }
    header .menu_link.open .link::after{
        top: 0;
        -moz-transform: rotate(-45deg); /* Для Firefox */
        -ms-transform: rotate(-45deg); /* Для IE */
        -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(-45deg); /* Для Opera */
        transform: rotate(-45deg);
    }
    header .menu{
        display: none;
        width: 100%;
        top: 71px;
        margin: 0;
        left: 0;
        position: absolute;
        background: #fff;
        z-index: 900;
        padding: 15px 10% 30px;
        -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
        -moz-box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
        box-shadow: 1px 2px 10px 0px rgba(0, 0, 1, 0.3);
    }
    header .menu li{
        margin: 25px 0 0;
        display: block;
        float: none;
        width: 100%;
    }
    header .menu ul li:first-child .dop{
        padding-left: 20px;
    }
    .content1{
        padding: 30px 0;
    }
    .content1 .head_content{
        width: 100%;
    }
    .content1 .head_content .items .item img{
        width: 35px;
    }
    .content1 .head_content .items .item p{
        font-size: 14px;
        line-height: 1.4;
    }
    .content1 .head_content .items{
        margin: 20px 0 0;
        text-align: center;
    }
    .content1 .head_content .items .item{
        margin: 0 15px !important;
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }
    .content1 .head_content .items .item span.online{
        font-size: 40px;
        line-height: 1;
        font-weight: 600;
    }
    .content2 .items{
        flex-wrap: wrap;
    }
    .content3 .left{
        width: 100%;
    }
    .content3 .right{
        width: 100%;
    }
    .owl-carousel .owl-nav .owl-prev{
    left: -37px !important;
}
    .owl-carousel .owl-nav .owl-next{
    right: -37px !important;
}
    #map{
        height: 250px;
    }
    #map>ymaps{
        height: 250px !important;
    }
    .content5 .items{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-self: center;
    }
    .content5 .item{
        text-align: center;
        margin: 30px 2% 0;
        width: 46%;
        align-self: flex-end;
    }
    .content5{
        padding: 20px 0 0;
    }
    .zag_text{
        height: auto;
    }
    .content7 .items{
        display: block;
    }
    .content7 .item{
        width: 100%;
        margin: 30px 0 0;
        display: inline-block;
    }
    .content7 .item .icon img{
        width: 100%;
    }
    .content7 .item .icon{
        width: 60px;
        height: 60px;
    }
    .content7{
        padding: 20px 0 40px;
    }
    .content8 .left .imgs{
        text-align: center;
    }
    .content8 .left .imgs img{
        width: 47%;
        margin: 15px 1% 0 !important;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .content8{
        padding: 30px 0;
    }
    footer{
        padding: 30px 0 50px;
    }
    footer h3{
        font-size: 22px;
    }
    footer .items .item{
        float: none !important;
        text-align: center !important;
        margin: 40px 0 0 !important;
        width: 100% !important;
    }
    .content_head_price h1{
        font-size: 20px;
    }
    .content_head_price p{
        font-size: 16px;
        line-height: 1.3;
    }
    .content_head_price{
        padding: 30px 0;
        background-size: cover;
        background-position: 30% 50%;
    }
    .content_head_price a.tel{
        margin: 25px auto 0;
        width: 195px;
        line-height: 35px;
        font-size: 18px;
    }
    .services_content p.left{
        width: 100%;
        display: block;
    }
    .services_content img.right{
        max-width: 300px;
        display: block;
        margin: 25px auto 0;
    }
    .services_content{
        padding: 30px 0;
    }
    .services_content p, .services_content ul{
        font-size: 14px;
        padding: 10px 0 0;
    }
    .services_content h2{
        font-size: 24px;
    }
    .services_content ul li::before{
        top: 4px;
    }
    .services_content img{
        float: none;
        margin: 0 0 20px;
        max-width: 300px;
    }
    .services_content p.zag{
        padding: 25px 0 0;
        display: inline;
    }
    .service_content p, .service_content ul{
        font-size: 14px;
    }
    .service_content ul li::before{
        top: 4px;
    }
    .service_content{
        padding: 30px 0;
    }
    header .menu ul li .dop{
        display: block;
        position: static;
        padding: 0;
        box-shadow: none;
    }
    header .menu ul li .dop li{
        display: inline-block;
        width: 100%;
    }
    .content_table2 .table .line p{
        height: 48px;
        width: 40%;
    }
    .content_table2 .table .line p:last-child{
        width: 60%;
    }
    .content_table2{
        padding: 30px 0;
    }
    .content_table .table .line p{
        height: 58px;
        width: 60%;
        font-size: 14px;
        padding: 7px 5px;
    }
    .content_table .table .line p:last-child{
        width: 40%;
    }
    .content_table{
        padding: 30px 0;
    }
}


