@charset "utf-8";

/* start common */
body {
    background: #fff;
}

body, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #39434c;
}

a {
    color: #2964bf;
}

p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px;
}

h1 {
    font-size: 40px;
    line-height: 38px;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    margin-top: 25px;
}

h3 {
    font-size: 18px;
    margin-top: 25px;
}

h4 {
    font-size: 16px;
    margin-top: 25px;
}

.error {
    color: red;
    font-weight: bold;
}

.width_95 {
    width: 95% !important;
}

.text-bold {
    font-weight: bold;
}

.pricelist {
    margin-top: 25px;
}

.pricelist h2 {
    text-align: center;
    margin-bottom: -15px;
}

.pricelist table {
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    margin-top: 30px;
}

.pricelist th {
    background: #f1f1f1;
    padding: 8px 20px 9px 20px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #999;
}

.pricelist th.warranty {
    text-align: center;
}

.pricelist th.price {
    text-align: right;
}

.pricelist td {
    padding: 8px 20px 9px 20px;
    border: 1px dotted #e0e0e0;
}

.pricelist td.price {
    white-space: nowrap;
    font-weight: bold;
    width: 150px;
    text-align: right;
}

.pricelist td.warranty {
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.pricelist tr:hover td {
    background: #e3eac6;
    border-color: #c5daa2;
}

ul.list {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 15px;
}

ul.list li {
    margin-top: 5px;
    line-height: 16px;
}

.qtip-regions {
    background: #fff url(/public/images/layout/qtip-map.png) 130% 50% no-repeat;
    width: 400px;
    max-width: 400px;
    border-color: #ccc;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #e37c1e;
}

.qtip-regions ul {
    margin: 14px 0 15px 15px;
}

.qtip-regions li {
    margin-top: 8px;
}

.qtip-regions a {
    text-decoration: none;
    border-bottom: 1px solid #8baee4;
}

.qtip-regions a:hover {
    border-bottom-color: #2964bf;
}

.qtip-callback {
    background: #fff;
    border-color: #ccc;
    font-size: 12px;
    line-height: 18px;
    max-width: 200px;
    padding: 10px 10px 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.qtip-callback p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

.qtip-callback form {
    width: 140px;
}

.qtip-callback .phone {
    width: 100px;
    font-size: 12px;
    background: #f1f1f1;
    box-shadow: inset 1px 1px 3px #999;
    text-indent: 5px;
    padding: 4px 0;
    border: 1px solid #fff;
    outline: none;
    border-radius: 3px;
}

.qtip-callback .submit {
    background: #e37c1e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    width: 30px;
}

.qtip-callback .submit:hover {
    box-shadow: inset 0 0 5px #8c4300;
}

.qtip-callback .submit:active {
    box-shadow: inset 0 0 15px #713600;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    zoom: 1;
}

.viewport {
    width: 980px;
    margin: 0 auto;
}

/* end common */

/* start header */
#header {
    color: #fff;
    background: url(/public/images/layout/header-bg.png) 50% 0 no-repeat;
    height: 88px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header .top, #header .bottom {
    overflow: hidden;
    margin-left: 125px;
}

#header div.logotype {
    position: absolute;
    width: 76px;
    height: 76px;
    overflow: hidden;
    margin: 4px 0 0 15px;
    border-radius: 50%;
}

#header div.logotype a {
    display: block;
    width: 76px;
    height: 76px;
    overflow: hidden;
    background: url(/public/images/layout/logotype.png) 0 78px no-repeat;
    text-indent: -9999px;
}

#header div.logotype a:hover {
    background-position: 0 0;
}

#header .top {
    height: 40px;
    text-shadow: -1px -1px #2e2e2f;
}

#header .top .sitename {
    float: left;
    margin-top: 12px;
}

#header .top .slogan {
    float: left;
    font-size: 11px;
    margin-left: 12px;
    margin-top: 12px;
}

#header .top .contact {
    float: right;
}

/*#header .top .contact .schedule {
    float: left;
    color: #aaa;
    margin-top: 12px;
    font-size: 11px;
}*/

#header .top .contact .schedule {
    float: left;
    color: #fff;
    margin-top: 10px;
    font-size: 11px;
    background: #e37c1e;
    padding: 2px 5px 3px;
    border-radius: 3px;
    text-shadow: none;
}

#header .top .contact .phone {
    float: left;
    margin-left: 12px;
    font-size: 19px;
    margin-top: 8px;
    font-weight: bolder;
}

#header .bottom {
    height: 48px;
}

#header .bottom a {
    border-bottom: 1px solid #f1be8f;
}

#header .bottom a:hover {
    border-bottom: 1px solid #fff;
}

#header .bottom .pages {
    float: left;
    margin-top: 15px;
}

#header .bottom .pages li {
    float: left;
    margin-right: 20px;
}

#header .bottom .pages li:last-child {
    margin-right: 0;
}

#header .bottom .region {
    float: right;
    background: url(/public/images/layout/header-region-icon.png) 0 0 no-repeat;
    padding-left: 20px;
    margin-top: 15px;
}

#header .bottom .regions {
    display: none;
}

/* end header */

/* start main */
#main {
    background: url(/public/images/layout/main-bg.png) 50% 0 repeat-y;
    overflow: hidden;
    padding: 88px 0 50px 0;
}

#main .viewport {
    background: url(/public/images/layout/content-bg.png) 100% 0 no-repeat;
    position: relative;
}

/* end main */

/* start teaser */
/*#teaser {*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 960px;*/
/*background: url(/public/images/teasers/xmas.png) 50% 0 no-repeat;*/
/*}*/

/* end teaser */

/* start breadcrumbs */
#breadcrumbs {
    color: #999;
    overflow: hidden;
}

#breadcrumbs ul {
    margin: 25px 0;
    overflow: hidden;
}

#breadcrumbs li {
    float: left;
    height: 16px;
}

#breadcrumbs li:after {
    content: '›';
    margin: 0 5px;
    color: #525252;
}

#breadcrumbs li:last-child:after {
    content: '';
    margin: 0;
}

#breadcrumbs li.home {
    background: url(/public/images/layout/breadcrumbs-home-icon.png) 0 0 no-repeat;
    padding-left: 22px;
}

#breadcrumbs li.home.active {
    background-position: 0 -15px;
}

#breadcrumbs a {
    text-decoration: none;
    border-bottom: 1px solid #8baee4;
}

#breadcrumbs a:hover {
    border-bottom-color: #2964bf;
}

/* end breadcrumbs */

/* start content */
#content {
    width: 770px;
    float: right;
}

#content a {
    text-decoration: none;
    border-bottom: 1px solid #8baee4;
}

#content a:hover {
    border-bottom-color: #2964bf;
}

#content a.hash {
    position: absolute;
    margin-top: -88px;
}

#content .anchors {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
    padding: 15px 0 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#content .anchors li {
    display: inline-block;
    padding: 0 5px 1px 5px;
}

#content .divider,
#seo-services .divider {
    height: 1px;
    overflow: hidden;
    margin-top: 30px;
    background: #e0e0e0;
    width: 100%;
}

#content .intro {
    overflow: hidden;
}

#content .intro .description {
    width: 385px;
    float: left;
}

#content .intro .description h1 {
    width: 400px;
}

#content .intro .description .subheading {
    margin-top: 25px;
    font-size: 22px;
}

#content .intro .description p {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-top: 10px;
}

#content .intro .description .intro-text ~ .features {
    display: none;
}

#content .intro .description .intro-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
#content .intro .description .intro-text--mob {
    display: none;
}
#content .intro .description .intro-text p {
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
#content .intro .description .intro-text .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}
#content .intro .description .intro-text ul {
    margin-bottom: 10px;
}
#content .intro .description .intro-text li {
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative;
}
#content .intro .description .intro-text li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e87f1f;
}

#content .intro .image {
    float: right;
    width: 330px;
    height: 310px;
    overflow: hidden;
    position: relative;
    background: url(/public/images/layout/intro-laptop.png) 100% 100% no-repeat;
}

#content .intro .discount {
    position: absolute;
    top: 0;
    right: 30px;
    background: #7fb713;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
}

#content .features {
    font-size: 18px;
    margin-top: 25px;
}

#content .features li {
    background: url(/public/images/layout/service-features-icon.png) 0 3px no-repeat;
    margin-top: 8px;
    padding-left: 22px;
}

#content .order {
    margin-top: 20px;
    overflow: hidden;
}

#content .order_2 .column_phone {
    float: left;
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
}

#content .order_2 .column_submit {
    margin-top: 1px;
    width: 60%;
    box-sizing: border-box;
    display: inline-block;
}

#content .order .button {
    float: left;
}

#content .order .button a, .div_complaint_button a.button, #estimate .button {
    display: block;
    background: #e37c1e;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border-bottom: none;
}

#estimate .button {
    border: none;
    margin: 20px auto;
}

#estimate .button:hover {
    cursor: pointer;
}

#content .order .button a:hover, #estimate .button:hover {
    box-shadow: inset 0 0 5px #8c4300;
}

#content .order .button a:active {
    box-shadow: inset 0 0 15px #713600;
}

#content .order .price {
    float: left;
    margin-left: 25px;
}

#content .order .price .rub {
    margin-left: -5px;
}

#content .order .price .rub:after {
    content: '-';
    position: absolute;
    margin: 4px 0 0 -20px;
}

#content .order .price .prefix {
    position: absolute;
    margin-top: -15px;
    font-size: 14px;
}

#content .order .price .value {
    font-size: 36px;
    font-weight: bold;
    margin-top: -3px;
}

#content .order .price .postfix {
    margin-top: -5px;
    color: #999;
}

#content .order .estimate {
    float: left;
    margin: 2px 0 0 20px;
    font-size: 11px;
    width: 120px;
}

#content .order .estimate a {
    color: #e37c1e;
    border-bottom-color: #f5d1b1;
}

#content .order .estimate a:hover {
    border-bottom-color: #e37c1e;
}

#content .order_2 .callback {
    float: right;
    background: url(/public/images/layout/callback-icon.png) 0 50% no-repeat;
    padding: 0 0 0 42px;
    min-height: 33px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;
}

#content .note {
    color: #999;
    margin-top: 25px;
    line-height: 18px;
    width: 70%;
}

#content .note a {
    color: #999;
    border-bottom-color: #ccc;
}

#content .note a:hover {
    border-bottom-color: #999;
}

#content .promos {
    overflow: hidden;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
}

#content .promos .promo {
    margin-top: 1px;
    background: none;
    border-bottom: 1px dotted #e0e0e0;
}

#content .promo {
    background: #f1f1f1 url(/public/images/layout/promo-label.png) 100% 100% no-repeat;
    margin-top: 40px;
    overflow: hidden;
}

#content .promo .image {
    float: left;
    width: 300px;
}

#content .promo .description {
    float: left;
    width: 400px;
}

#content .promo .heading {
    font-size: 24px;
    margin-top: 25px;
}

#content .promo .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

#content .promo .more {
    margin-top: 10px;
}

#content .cooperation {
    background: beige;
    padding: 10px 15px;
    line-height: 1.5;
    margin: 25px 0 0 0;
}

#content .advantages {
/*    border-top: 1px solid #e0e0e0;*/
    margin-top: 30px;
    display: block;
}

#content .advantages .advantage {
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
    padding: 10px 0;
}

#content .advantages .advantage .image {
    float: left;
    width: 300px;
}

#content .advantages .advantage .description {
    float: left;
    width: 470px;
}

#content .advantages .advantage .heading {
    font-size: 18px;
    margin-top: 20px;
}

#content .advantages .advantage .text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

#content .advantages .advantage .more {
    margin-top: 10px;
}

#content .hgroup {
    overflow: hidden;
}

#content .hgroup h1, #content .hgroup h2 {
    text-align: center;
}

.order h2 {
    text-align: left !important;
}

#content .hgroup h2 {
    margin-top: 8px;
    color: #e37c1e;
}

#content .hgroup .order {
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

#content .hgroup .order .button {
    display: inline-block;
    float: none;
}

#content .hgroup .text-block,
#content .partners .text-block,
#content .home .text-block
{
    text-align: justify;
    padding: 0 15px;
}

#content .home {
    overflow: hidden;
}

#content .home .services_faults,
#content .home .services {
    overflow: hidden;
    width: 900px;
}

#content .home .services_faults ul,
#content .home .services ul {
    border-top: 1px solid #e0e0e0;
    margin-top: 35px;
    padding-top: 15px;
    overflow: hidden;
}

#content .home .services_faults a,
#content .home .services a {
    border-bottom: none;
}

#content .home .services_faults li,
#content .home .services li {
    float: left;
    width: 375px;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 15px;
    height: 110px;
    position: relative;
}

#content .home .services_faults .image,
#content .home .services .image {
    width: 100px;
    float: left;
}

#content .home .services_faults .image img,
#content .home .services .image img {
    width: 100%;
}

#content .home .services_faults .text,
#content .home .services .text {
    display: block;
    float: left;
    width: 260px;
    margin-left: 10px;
    height: 65px;
    overflow: hidden;
    margin-top: 20px;
}

#content .home .services_faults .name,
#content .home .services .name {
    font-size: 18px;
    border-bottom: 1px solid #8baee4;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
}

#content .home .services a:hover .text {
    background: #e37c1e;
    border-radius: 5px;
}

#content .home .services_faults a:hover .name,
#content .home .services a:hover .name {
    border-bottom-color: #fff;
    color: #fff;
}

#content .home .services_faults .description,
#content .home .services .description {
    display: block;
    color: #999;
    margin-top: 5px;
    line-height: 18px;
    height: 55px;
    overflow: hidden;
    display: none;
}

#content .home .services_faults .price,
#content .home .services .price {
    color: #39434c;
    font-weight: bold;
    top: 84px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}

#content .home .services_faults a:hover .price,
#content .home .services a:hover .price {
    color: #fff;
}

#content .home .services .services-heading {
    margin: 45px 0 -15px;
    font-weight: bold;
    font-size: 21px;
}

#content .partners {
    margin-top: 30px;
    font-size: 11px;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    display: none;
}

.btn-more {
    display: none;
}

#content .partners h2 {
    text-align: center;
    margin-top: 20px;

}

#content .partners ul {
    overflow: hidden;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}

#content .partners li {
    float: left;
    margin: 10px 4px;
    width: 77px;
    text-align: center;
}

#content .partners a {
    text-decoration: none;
}

#content .partners a img {
    display: block;
    margin-bottom: 5px;
    width: 61px;
}

#content .partners a span {
    border-bottom: 1px solid #8baee4;
    margin-left: -15px;
}

#content .partners a:hover span {
    border-bottom-color: #2964bf;
}

#content .brands {
    margin-top: -1px;
    font-size: 11px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

#content .brands ul {
    overflow: hidden;
    padding-bottom: 1px;
    text-transform: uppercase;
    margin: 25px 0;
}

#content .brands li {
    float: left;
    margin: 0 4px;
    text-align: center;
    width: 62px;
    margin-top: 10px;
}

#content .brands a {
    text-decoration: none;
}

#content .brands a img {
    display: block;
    margin-bottom: 5px;
    width: 61px;
}

#content .brands a span {
    border-bottom: 1px solid #8baee4;
}

#content .brands a:hover span {
    border-bottom-color: #2964bf;
}

#content .terms {
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
}

#content .terms .term {
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
    padding: 20px 60px;
}

#content .terms .term .image {
    width: 250px;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

#content .terms .term .image.left {
    float: left;
    margin-right: 60px;
}

#content .terms .term .image.right {
    float: right;
    margin-left: 60px;
}

#content .terms .term h3 {
    margin-top: 10px;
}

#content .terms .term p {
    margin-top: 5px;
}

#content .terms.row .term {
    float: left;
    height: 145px;
    width: 192px;
    padding: 0;
    text-align: center;
    border-bottom: none;
}

#content .terms.row .term .image {
    width: 100%;
    height: 96px;
    float: none;
}

#content .terms.row .term .image img {
    width: 120px;
}

#content .terms.row .term h3 {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
    margin-top: 5px;
}

#content .contacts {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

#content .contacts h1 {
    margin-bottom: 20px;
}

#content .contacts p {
    margin-top: 10px;
}
#content .contacts p span{
    color: #e37c1e;
    font-weight: bold;
}

#content .contacts .map-image{
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}

#content .contacts .map-image img {
    position: relative;
    left: 55%;
    width: auto;
    height: 442px;
    transform: translateX(-50%);
    max-width: initial !important;
    margin: 0;
}

#content .contacts ul {
    font-size: 14px;
    float: left;
}

#content .contacts li {
    padding: 5px 0;
}

#content .contacts strong {
    font-weight: bold;
}

#content .contacts .qr {
    float: right;
    color: #999;
    width: 289px;
    overflow: hidden;
    line-height: 18px;
}

#content .contacts .qr img {
    float: left;
    margin-right: 15px;
}

#content .regions {
    border-top: 1px solid #e0e0e0;
    margin-top: 25px;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    color: #999;
}

#content .regions img {
    position: absolute;
    width: 600px;
    left: 170px;
    top: 20px;
}

#content .regions ul {
    position: relative;
    margin-top: 30px;
}

#content .regions li {
    margin-top: 15px;
}

#content .regions a {
    font-size: 14px;
}

#content .offices {
    overflow: hidden;
    clear: both;
}

#content .offices h2 {
    text-align: center;
    color: #e37c1e;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

#content .offices h3 {
    text-align: center;
    margin-top: 35px;
}

#content .offices ul {
    width: 1000px;
    overflow: hidden;
    display: block;
}

#content .offices li {
    width: 375px;
    margin-right: 15px;
    float: left;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#content .offices .image {
    width: 150px;
    float: left;
}

#content .offices .image img {
    width: 100%;
}

#content .offices .text {
    width: 205px;
    float: left;
    margin-left: 10px;
}

#content .offices .name {
    font-size: 18px;
}

#content .offices .address {
    font-size: 14px;
    margin-top: 2px;
}

#content .offices .description {
    color: #999;
    line-height: 18px;
    margin-top: 5px;
}

#content .offices .info {
    color: #000;
    margin: 30px auto;
}

#content .offices .info .info-heading {
    font-size: 19px;
    line-height: 26px;
}

#content .offices .heading {
    color: #e37c1e;
    margin-top: 6px;
    font-size: 18px
}

#content .offices a {
    color: #000;
    border-bottom: 1px solid #000;
}

#content .testimonials {
    overflow: hidden;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
}

#content .testimonials .testimonial {
    overflow: hidden;
    border-bottom: 1px dotted #e0e0e0;
    padding: 20px 60px 20px 90px;
}

#content .testimonials .testimonial.yandex {
    background: url(/public/images/layout/testimonial-yandex.png) 0 20px no-repeat;
}

#content .testimonials .testimonial.google {
    background: url(/public/images/layout/testimonial-google.png) 0 20px no-repeat;
}

#content .testimonials .testimonial .text {
    padding-left: 50px;
    overflow: hidden;
}

#content .testimonials .testimonial .text p:before {
    content: '“';
    position: absolute;
    font-size: 80px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 26px;
    margin-left: -50px;
    color: #e37c1e;
}

#content .testimonials .testimonial .text p {
    margin-top: 0;
}

#content .testimonials .testimonial .rate {
    color: #e37c1e;
    line-height: 20px;
    margin-top: 5px;
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

#content .testimonials .testimonial .rate span {
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e37c1e;
    margin-right: 3px;
}

#content .testimonials .testimonial .author {
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    float: left;
    padding-top: 1px;
}

#content ul.sitemap {
    overflow: hidden;
    list-style-type: decimal;
    list-style-position: inside;
}

#content ul.sitemap li {
    float: left;
    width: 50%;
    margin-top: 10px;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 15px;
}

#content ul.sitemap .heading {
    font-size: 14px;
    line-height: 20px;
    display: block;
}

#content ul.sitemap .uri {
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin-top: 2px;
    color: #999;
}

/* end content */

#estimate {
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    margin-top: 25px;
}

#estimate .message {
    text-align: center;
}

#estimate label,
#message label {
    font-size: 18px;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

#estimate .brands {
    overflow: hidden;
    border: none;
    margin: auto;
}

#estimate .brands label {
    float: left;
    margin-right: 20px;
    width: 100px;
    font-size: 14px;
    margin-top: 10px;
}

#estimate input.text, #estimate textarea.text, #estimate select {
    display: block;
    width: 99%;
    font-size: 14px;
    background: #f1f1f1;
    box-shadow: inset 1px 1px 3px #999;
    text-indent: 15px;
    margin-top: 5px;
    padding: 12px 0;
    border: 1px solid #fff;
}

#estimate input.text.error, #form_complaint input.text.error, #order textarea.text.error, #form_complaint textarea.text.error, #form_complaint_done input.text.error, #form_complaint_done textarea.text.error {
    border-color: #e37c1e;
}

#estimate textarea.text {
    resize: none;
}

#estimate input.submit {
    float: left;
    display: block;
    background: #e37c1e;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border: none;
    margin-top: 30px;
    outline: none;
    cursor: pointer;
}

#estimate .note {
    float: right;
    width: 70%;
    text-align: right;
    margin-top: 30px;
}

#content #message {
    margin-top: 30px;
    display: none;
}

#content #message li {
    font-size: 16px;
    line-height: 26px;
}

#content #message li > span {
    font-weight: bold;
}

/* start order */
#order, #form_complaint, #form_complaint_done {
    min-height: 500px;
    background: url(/public/images/layout/order-bg-top.png), url(/public/images/layout/order-bg-bottom.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 15px;
}
#order.small{
    min-height: 360px;
}

#form_complaint {
    height: 585px;
    background-size: 770px 585px;
}

#order.ok, #form_complaint.ok, #form_complaint_done.ok {
    height: 297px;
    background-image: url(/public/images/layout/order-ok-bg.png);
}

#order form, #form_complaint form, #form_complaint_done form {
    padding: 0 55px;
    display: block;
    overflow: hidden;
    margin: 35px 8px 0 8px;
}

.order form {
    padding: 30px 55px;
    display: block;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #cf711b;
    background: url(/public/images/layout/order1-bg.png) no-repeat 50% 100%;
    background-size: cover;
}

#order h2, #form_complaint h2, #form_complaint_done h2 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    color: #e37c1e;
    text-align: center;
    margin-top: 30px;
}

.order h2 {
    margin-top: 0;
    color: #e37c1e;
    text-align: left;
    margin-bottom: 8px;
}

#order h3, #form_complaint h, #form_complaint_done h3 {
    text-align: center;
}

#order .columns, #form_complaint .columns, .order .columns {
    overflow: hidden;
    width: 1000px;
}

.order_2 .columns {
    width: 100%;
}

#order .column, #form_complaint .column, .order .column {
    float: left;
    width: 292px;
    margin-right: 60px;
}

.column.contacts_page {
    margin-left: 0;
    width: 440px;
}

#order .column.column-spc,
.order .column.column-spc {
    max-width: 700px;
    width: 100%;
}

#order label, #form_complaint label, .order label {
    font-size: 18px;
    display: block;
    margin-top: 30px;
}

#order input.text, #order textarea.text, #form_complaint input.text, #form_complaint textarea.text {
    display: block;
    width: 100%;
    font-size: 14px;
    background: #f1f1f1;
    box-shadow: inset 1px 1px 3px #999;
    text-indent: 15px;
    margin-top: 5px;
    padding: 12px 0;
    border: 1px solid #fff;
}

.order input.text {
    display: block;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    text-indent: 15px;
    margin-top: 5px;
    padding: 12px 0;
}

#order input.text.error, #order textarea.text.error, #form_complaint input.text.error, #form_complaint textarea.text.error {
    border-color: #e37c1e;
}

#order textarea.text, #form_complaint textarea.text {
    resize: none;
}

#order input.submit, #form_complaint input.submit {
    float: left;
    display: block;
    background: #e37c1e;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border: none;
    margin-top: 30px;
    outline: none;
    cursor: pointer;
}

.order input.submit {
    float: left;
    display: block;
    background: #e37c1e;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border: none;
    margin-top: 5px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

#order input.submit:hover, #form_complaint input.submit:hover {
    box-shadow: inset 0 0 5px #8c4300;
}

#order input.submit:active, #form_complaint input.submit:active {
    box-shadow: inset 0 0 15px #713600;
}

#order .note, #form_complaint .note {
    float: right;
    width: 70%;
    margin-top: 30px;
}

/* end order */

/* start sidebar */
#sidebar {
    width: 170px;
    min-height: 916px;
    padding-top: 10px;
    float: left;
    background: url(/public/images/layout/sidebar-bg.png) 100% 0 no-repeat;
}

#sidebar a {
    text-decoration: none;
    border-bottom: 1px solid #8baee4;
}

#sidebar a:hover {
    border-bottom-color: #2964bf;
}

#sidebar .heading {
    font-size: 18px;
}

#sidebar .heading a {
    color: #39434c;
    border-bottom-color: #39434c;
}

#sidebar ul {
    margin-top: -5px;
}

#sidebar li {
    margin-top: 12px;
}

#sidebar ul.menu li {
    margin-top: 2px;
    margin-left: -10px;
}
#sidebar ul.menu li:first-child {
    margin-top: 6px;
}
#sidebar ul.menu li a {
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-bottom: none;
}
#sidebar ul.menu li a:hover {
    background: #e37c1e;
    border-radius: 5px;
    color: #fff;
}
#sidebar ul.menu li a span{
    border-bottom: 1px solid #8baee4;
}
#sidebar ul.menu li a:hover span {
    border: none;
}

#sidebar li.active {
    background: #fff;
    position: relative;
    margin-left: -13px;
    padding: 8px 0 8px 12px;
    color: #e37c1e;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e0e0e0;
    border-right: none;
}

#sidebar .divider {
    background: #e0e0e0;
    height: 1px;
    overflow: hidden;
    margin: 22px 0 16px 0;
    width: 140px;
}

#sidebar .promo {
    box-sizing: border-box;
    width: 170px;
    color: #e37c1e;
    border: 2px dashed #e37c1e;
    padding: 20px 15px;
    position: relative;
}

#sidebar .promo .value {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #7fb713;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
}

#sidebar .promo ul {
    margin-top: 0;
}

#sidebar .promo a {
    color: #e37c1e;
    border-bottom-color: #f5d1b1;
}

#sidebar .promo a:hover {
    border-bottom-color: #e37c1e;
}

#sidebar .favorite-review {
    background: #fff;
    border: 1px solid #d7dcdf;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 22px;
}

#sidebar .favorite-review .review-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #e37c1e;
}

#sidebar .favorite-review .review-image {
    height: 100px;
    width: 100px;
    background: url(/public/images/sidebar_review_2.jpg) 50% 50% no-repeat;
    display: block;
    position: relative;
    margin: 5px auto;
    z-index: 1;
    border: 2px solid #7fb713;
    border-radius: 50%;
}

#sidebar .favorite-review .review-name {
    font-size: 11px;
    line-height: 16px;
    color: #666;
    margin: 10px 0;
    text-align: center;
    font-weight: 500;
}

#sidebar .favorite-review .review-rate {
    color: #ffa700;
    margin: 10px 0;
    text-align: center;
}

#sidebar .favorite-review .review-claim {
    margin: 10px 0;
    text-align: center;
    color: #000;
}

#sidebar .favorite-review .reviews-btn {
    border: none;
    color: #fff;
    background: #6c6c6c;
    width: 100%;
    display: block;
    padding: 6px 6px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

/* end sidebar */

/* start info */
#info {
    overflow: hidden;
    padding-left: 210px;
    margin: 30px 0 -20px 0;
}

.note + #info {
    padding-left: 0;
}

#info h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #444;
}

#info p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 16px;
    display: block;
    color: #696969;
}

#info ul {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 16px 32px;
    color: #696969;
}

#info ul li {
    margin-top: 0;
    margin-bottom: 6px;
    list-style-type: disc;
}

#info a {
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #ddd;
}

#info a:hover {
    border-bottom-color: #999;
}

/* end info */

/* start mobile */

#mobile {
    display: none;
    text-align: center;
    padding: 20px 0 25px 0;
    background: #333;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

#mobile .icons {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

#mobile .icons .sitemap {
    display: block;
    float: left;
    background: url(/public/images/layout/mobile-menu.png) 50% 50% no-repeat;
    border-radius: 12px;
    width: 45%;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
}

#mobile .icons .sitemap:hover {
    background-color: #e37c1e;
}

#mobile select {
    opacity: 0;
    width: 100%;
    height: 105px;
    cursor: pointer;
    border: 0;
    overflow: hidden;
}

#mobile .icons .phone {
    display: block;
    float: right;
    background: url(/public/images/layout/mobile-phone.png) 50% 50% no-repeat;
    border-radius: 12px;
    width: 45%;
    height: 105px;
    overflow: hidden;
    cursor: pointer;
}

#mobile .icons .phone:hover {
    background-color: #e37c1e;
}

#mobile .icons .phone a {
    display: block;
    width: 100%;
    height: 105px;
}

/* end mobile */

/* start footer */

#footer {
    height: 310px;
    background: url(/public/images/layout/footer-bg.png) 50% 100% no-repeat;
    color: #a6a8aa;
    text-shadow: -1px -1px 0 #35393d;
}

#footer .group-links {
    /*overflow: hidden;*/
    line-height: 1.6;
}

#footer .group-links li {
    width: 50%;
    float: left;
}

#footer .top {
    height: 225px;
    overflow: hidden;
}

#footer .top .about {
    float: left;
    width: 325px;
    padding-top: 20px;
}

#footer .top .about .sitename {
    color: #fff;
    height: 25px;
    overflow: hidden;
}

#footer .top .about .sitename img {
    margin-top: 4px;
}

#footer .top .scroll {
    float: left;
    width: 330px;
    text-align: center;
    padding-top: 20px;
}

#footer .top .contacts {
    float: left;
    width: 325px;
    text-align: right;
    padding-top: 20px;
}

#footer .top .contacts .phone {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    height: 25px;
}

#footer .top .description {
    line-height: 18px;
    margin-top: 4px;
}

#footer .top .description a {
    color: #a6a8aa;
    border-bottom: none;
    text-decoration: underline;
}

#footer .top .more {
    margin-top: 8px;
}

#footer .top a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #a6a8aa;
}

#footer .top a:hover {
    border-bottom-color: #fff;
}

#footer .bottom {
    height: 70px;
    overflow: hidden;
}

#footer .bottom .copyright {
    float: left;
    margin-top: 27px;
}

#footer .bottom .copyright a {
    color: #a6a8aa;
    text-decoration: none;
    border-bottom: 1px solid #888;
}

#footer .bottom .copyright a:hover {
    border-bottom-color: #a6a8aa;
}

#footer .bottom .share {
    float: right;
    margin-top: 25px;
}

#footer .bottom .copyright .policy-link {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: none;
}

.policy ul,
.policy ol {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    margin-top: 5px;
    list-style-type: disc;
}

.policy ul li,
.policy ol li {
    margin-bottom: 5px;
}

.policy p {
    margin-top: 10px;
}

/* end footer */

/* start qtips */
#qtips {
    display: none;
}

/* end qtips */

#form_complaint {
    display: none;
    background: url(/public/images/layout/order-bg1.png) 0 0 no-repeat;
    overflow: hidden;
}

.div_complaint_button {
    width: 100%;
    margin: 30px 0 5px;
    float: left;
    overflow: hidden;
}

.div_complaint_button .button {
    float: right;
    border-bottom: 0 !important;
    text-decoration: none;
}

.div_complaint_button .hint {
    float: left;
    line-height: 20px;
}

.wrapper_complaint .done {
    font-weight: bold;
    color: #647D22;
    text-align: center;
}

.wrapper_complaint {
    border-top: 1px solid #e0e0e0;
    margin: 20px auto;
    overflow: hidden;
}

#seo-services {
    overflow: hidden;
    padding-left: 210px;
    margin: 30px 0 20px 0;
}

#seo-services ul {
    margin: 20px 0 100px 0;
}

#seo-services li {
    display: inline-block;
    float: left;
    width: 33.3333333%;
    margin-top: 10px;
}

.check {
    float: left;
    width: 50%;
    margin-top: 10px;
    font-size: 14px;
}

.check input {
    margin-right: 10px;
}

#reset_checkbox {
    font-size: 10px;
}

#reset_checkbox:hover {
    text-decoration: underline;
    cursor: pointer;
}

.check label {
    font-size: 14px !important;
    margin-top: 0 !important;
}

.locations h2 {
    margin: 40px 0 10px;
}

.locations li {
    float: left;
    width: 18%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 1%;
}

#job-form {
    margin-top: 40px;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

#job-form h3 {
    margin: 0 0 15px 15px;
}

#job-form .columns {
    width: 100%;
    padding-left: 2%;
}

#job-form .column {
    float: left;
    width: 32%;
    margin-bottom: 5px;
}

#job-form .column:first-child {
    margin-right: 4%;
}

#job-form label {
    font-size: 1.2em;
}

#job-form input[type=text] {
    margin-top: 10px;
    width: 90%;
    padding: 5px;
    height: 24px;
    display: block;
    border: 1px solid #fff;
    background: #f1f1f1;
    box-shadow: inset 1px 1px 3px #999;
    font-size: 14px;
}

#job-form input[type="submit"] {
    display: block;
    background: #e37c1e;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px 9px 20px;
    border-radius: 3px;
    text-shadow: -1px -1px #cf711b;
    border: none;
    margin: 26px auto 0;
    outline: none;
    cursor: pointer;
}

#job-form .note {
    padding-left: 15px;
}

.facebook {
    float: left;
    margin-top: 8.5px;
    margin-right: 30px;
}

.faults {
    margin-top: 20px;
}

.faults li {
    display: block;
    width: 33%;
    margin-top: 10px;
}

.services ul.faults li:nth-child(n+5) {
    display: none;
}

.services ul.faults.opened li:nth-child(n+5) {
    display: inline-block;
}

.services ul.remont li:nth-child(n+5) {
    display: none;
}

.services ul.remont.opened li:nth-child(n+5) {
    display: inline-block;
}

.services ul.otherRem li:nth-child(n+5) {
    display: none;
}

.services ul.otherRem.opened li:nth-child(n+5) {
    display: inline-block;
}
.models {
    margin-top: 20px;
}

.models li {
    display: inline-block;
    width: 33%;
    margin-top: 10px;
}

.models li:nth-child(n+19) {
    display: none;
}

.models.opened li:nth-child(n+19) {
    display: inline-block;
}

#content h3 a {
    font-size: 13px;
    margin-left: 5px;
}
.converted{
    display: none;
}
.convert{
    display: block;
    margin: 10px auto 0;
    width: 125px;
    background: #e37c1e;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
}

#content .adv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

#content .adv .adv-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 20px 0;
    color: #000;
    flex-flow: column;
    flex: 1 1 auto;
}

#content .adv .adv-item .description {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
}

#content .adv .adv-item .description span {
    color: #e37c1e;
}

.masters {
    margin-top: 35px;
    margin-bottom: 60px;
}
.masters__item img {
    width: auto !important;
    margin: 0 auto;
    border-radius: 3px;
}
.masters.owl-carousel .owl-nav button.owl-next, .masters.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    position: absolute;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    outline: none;
}
.masters.owl-carousel .owl-nav button.owl-next {
    right:0;
    background: url(/public/images/masters/next.png) no-repeat;
}
.masters.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    background: url(/public/images/masters/prev.png) no-repeat;
}

.masters.owl-carousel .owl-nav button.owl-next:hover, .masters.owl-carousel .owl-nav button.owl-prev:hover {
    background-position-y: -42px;
}
.masters .owl-dots {
    text-align: center;
    margin-top: 18px;
    position: absolute;
    left: 0;
    right: 0;
}
.masters .owl-dots .owl-dot {
    outline: none;
}
.masters .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    background-color: #bababa;
}
.masters .owl-dots .owl-dot.active span {
    background-color: #e07d31;
}

#order-message {
    width: 300px;
    padding: 15px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #fff;
    background-clip: padding-box;
    text-align: center;
}

#order-message.success {
    color: #7fb713;
}

#order-message.error {
    color: #ff454d;
}

.without-prophylaxis {
    position: absolute;
    background: #e37c1e;
    left: 50%;
    bottom: -23px;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 0 0 3px 3px;
    margin-left: 44px;
}

@media only screen and (max-width: 1024px) {
    .without-prophylaxis {
        position: relative;
        left: auto;
        bottom: auto;
        top: 0;
        margin-left: 0;
        margin-top: -10px;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 15px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header {
        overflow: hidden;
    }
    .masters__item {
        padding: 0 56px;
    }
    .masters__item img {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #content .home .services_faults a:hover .name, #content .home .services a:hover .name {
        border-bottom-color: inherit;
        color: inherit;
    }
    #content .home .services_faults a:hover .price, #content .home .services a:hover .price {
        color: inherit;
    }
    #content .intro .description .subheading {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        font-size: 20px;
    }
    #content .intro .description .intro-text {
        text-align: left;
        margin-left: 14%;
        padding-right: 10px;
    }
    #content .intro .description .intro-text--desc {
        display: none;
    }
    #content .intro .description .intro-text--mob {
        display: block;
    }
    #content .intro .description .intro-text--mob .inner{
        display: none;
    }
    #content .intro .description .intro-text--mob .toggle{
        cursor: pointer;
        position: relative;
        padding-left: 20px;
    }
    #content .intro .description .intro-text--mob .toggle:before{
        position: absolute;
        display: block;
        content: "\203A";
        font-size: 21px;
        left: 2px;
    }
    #content .intro .description .intro-text--mob .toggle.active:before{
        transform: rotate(90deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        padding-bottom: 0 !important;
    }

    #mobile {
        display: none !important;
    }

    #header {
        position: static;
        height: auto;
        padding: 10px 0;
        background: linear-gradient(#5D5D5D, #2D2D2D);
    }

    .viewport {
        width: 100%;
    }

    .logotype {
        display: none;
    }

    #header .top .sitename {
        margin-top: 5px;
        margin-left: 15px;
    }

    #header .top .contact .phone {
        margin-top: 2px;
    }

    #header .top,
    #header .bottom {
        height: auto;
        overflow: visible;
        margin-left: 0;
    }

    #header .top .slogan,
    #header .top .contact .schedule,
    #header .bottom .region {
        display: none;
    }

    .menu_mobile {
        float: right;
        display: block;
        margin: 0 15px;
    }

    .menu_mobile span {
        display: block;
        width: 30px;
        height: 5px;
        margin: 0 auto;
        border-radius: 3px;
        background: #fff;
        opacity: 1;

    }

    .menu_mobile span:first-child {
        transition: opacity .9s linear;
    }

    .menu_mobile span:nth-child(2n) {
        transition: opacity .1s linear;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .menu_open span:first-child,
    .menu_open span:nth-child(2n) {
        opacity: 0;
    }

    .menu_open span:first-child {
        transition: opacity .3s linear;
    }

    .menu_open span:nth-child(2n) {
        transition: opacity .8s linear;
    }

    #header .bottom .pages {
        display: none;
        position: absolute;
        top: 44px;
        left: 0;
        z-index: 100;
        width: 100%;
        margin-top: 0;
        background: linear-gradient(#2D2D2D, #5D5D5D);
    }
    #header .without-prophylaxis ~ .viewport .bottom .pages {
        top: 88px;
    }

    #header .bottom .pages li {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    #header .bottom .pages li a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #727272 !important;
        font-size: 14px;
        border-bottom: none;
    }

    #sidebar {
        width: 28%;
        padding: 30px 0 0 15px;
    }

    #sidebar li {
        padding-right: 10px;
        line-height: normal;
    }

    #sidebar a {
        font-size: 14px;
    }

    #sidebar .promo {
        display: block;
    }

    #main {
        background: none;
        padding: 0 0 20px 0;
    }

    #content {
        float: right;
        width: 70%;
        margin-top: 20px;
        padding: 0 10px 0 15px;
        box-sizing: border-box;
    }

    #content img {
        width: 50%;
        margin-top: 10px;
    }

    #content .home-image {
        width: 100%;
    }

    #content .features {
        width: 300px;
        margin: 30px auto;
        text-align: left;
    }

    #content .features li {
        text-align: left;
    }

    #breadcrumbs {
        display: none;
    }

    #info {
        display: none;
    }

    .company_content {
        padding: 0 5px;
        box-sizing: border-box;
    }

    h1 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        font-size: 23px;
        line-height: normal;
    }

    h2 {
        font-size: 18px;
    }

    .hgroup h2 {
        width: 95%;
        margin: 0 auto;
    }

    #content .partners h2 {
        margin-bottom: 15px;
    }

    #content .partners ul {
        width: 80%;
        margin: 0 auto;
    }

    #content .partners li {
        width: 20%;
        margin: 10px;
    }

    .btn-more {
        display: block;
        max-width: 40%;
        background: #e37c1e;
        color: #fff;
        font-size: 18px;
        padding: 8px 20px 9px 20px;
        margin: 20px auto;
        border-radius: 3px;
        text-shadow: -1px -1px #cf711b;
        border-bottom: none;
        text-align: center;
    }

    .partners ul li:nth-child(1n+7) {
        display: none;
    }

    #content .partners a img {
        width: 100%;
    }

    #content .partners a span {
        margin-left: 0;
    }

    #content .home .services {
        width: 100%;
    }

    #content .home .services .image {
        width: 60px;
    }

    #content .home .services .image img {
        margin-top: 0;
    }

    #content .home .services .name {
        font-size: 12px;
    }

    #content .home .services li {
        width: 50%;
        height: auto;
        padding: 20px 0;
        margin: 0 auto;
        /*border-bottom: 1px solid #e0e0e0;*/

    }

    #content .home .services .text {
        width: 68%;
        height: auto;
        margin-top: 0;
    }

    #content .home .services .price {
        margin-bottom: 10px;
    }

    #content .home .services .description {
        line-height: normal;
        height: auto;
    }

    .viewport #content .order div {
        float: left;
    }

    .viewport #content .order_2 .column_phone {
        width: 100%;
        padding: 0;
    }

    .viewport #content .order_2 .column_submit {
        width: 100%;
    }

    .viewport #content .order_2 .column_submit .callback {
        float: right;
    }

    #content .order .button {
        width: 242px;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    #content .order .price {
        width: 40%;
        margin-left: 50px;
        margin-bottom: 20px;
    }

    #content .order .estimate,
    #content .order .estimate + .callback {
        width: 40%;
        margin-bottom: 20px;

    }

    #content .order .callback {
        margin-left: 30px;
    }

    #content .divider + .order .button {
        width: 210px;
        text-align: center;
    }

    /*#content .order .price .value {*/
    /*width: 100px;*/
    /*height: 40px;*/
    /*}*/
    #job-form .column {
        width: 30%;
    }

    #job-form input[type="submit"] {
        width: 100%;
        font-size: 15px;
    }

    #footer {
        height: auto;
        background: linear-gradient(#5D5D5D, #2D2D2D);
        text-align: center;
    }

    #footer .top .description {
        display: none;
    }

    #footer .top .about {
        width: 100%;
    }

    #footer .top .contacts {
        display: none;
    }

    #footer .bottom {
        display: none;
    }

    #footer .top .scroll {
        width: 100%;
        text-align: center;
    }

    #content .terms .term .image {
        width: auto;
        height: auto;
    }

    #content .terms .term .image.right {
        float: none;
        margin-left: 0;
    }

    #content .terms .term .image.left {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #content .terms .term .image.left img {
        width: 50%;
    }

    .pricelist th.warranty {
        padding: 5px 3px 5px 3px;
    }

    .pricelist th.price {
        text-align: center;
    }

    .pricelist th.price.third_td {
        width: 10%;
        padding: 5px;
    }

    #content .terms.row .term {
        float: left;
        width: 45%;
        height: auto;
    }

    #content .terms.row .term:nth-child(odd) {
        margin-right: 20px;
    }

    .div_complaint_button {
        text-align: center;
    }

    .div_complaint_button .hint {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }

    .div_complaint_button .button {
        float: none;
        width: 230px;
        margin: 15px auto 0;
    }

    #content .testimonials .testimonial {
        padding: 20px 15px 20px 35px;
    }

    #content .testimonials .testimonial.yandex .text p::before,
    #content .testimonials .testimonial.google .text p::before {
        display: none;
    }

    .company_layout {
        padding: 0 15px;
    }

    #content .company_img {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    #content .offices h3 {
        width: 90%;
        margin: 30px auto 0;
    }

    #content .offices ul {
        width: 100%;
    }

    #content .offices li {
        width: 100%;
    }

    #content .offices .image {
        width: 35%;
        text-align: center;
    }

    #content .offices .text {
        width: auto;
        margin-left: 17px;
    }

    #content .offices .image img {
        width: 80%;
        margin-left: 10px;
    }

    #content .regions {
        display: none;
    }

    #content .locations {
        padding: 0 15px;
    }

    .metro li {
        float: left;
        width: 45%;
    }

    #content .advantages {
        padding: 0 15px;
    }

    #content .contacts .qr {
        display: none;
    }

    #order {
        background: none;
    }

    #content .contacts {
        padding: 10px 15px;
    }

    #order, #form_complaint, #form_complaint_done {
        height: auto;
        margin-top: 0;
    }

    #order form, #form_complaint form, #form_complaint_done form {
        padding: 0;
    }

    #order .columns, #form_complaint .columns {
        width: 100%;
    }

    #content .order .column-spc .note {
        width: 100%!important;
    }

    .column.contacts_page {
        margin-left: 0;
    }

    .column input.contacts_page {
        float: none;
        margin: 5px auto;
    }

    #order input.submit, #form_complaint input.submit {
        float: none;
        margin: 20px auto 0;
    }

    #order .note, #form_complaint .note {
        float: none;
        width: 90%;
        margin: 30px auto 0;
        text-align: center;
    }

    #order.ok, #form_complaint.ok, #form_complaint_done.ok {
        background: none;
    }

    #content .promo {
        padding: 0 15px;
    }

    #content .promo .description {
        width: 100%;
    }

    .vacancy_job {
        padding: 0 15px;
    }

    #content .intro {
        padding-top: 30px;
        text-align: center;
    }

    #content .intro .description {
        float: none;
        width: 100%;

    }

    #content .intro .description h1 {
        width: 90%;
    }

    #content .intro .image {
        float: none;
        width: 310px;
        margin: 0 auto;
    }

    .intro .image .map {
        left: 40px !important;
    }

    #content .order .estimate {
        width: 170px;
        margin-left: 20px;
        font-size: 16px;

    }

    #content .order + .note {
        margin: 15px auto;
    }

    #estimate form {
        margin-left: 20px;
    }

    .check {
        width: 100%;
    }

    #form_complaint {
        background: none;
    }

    .order form {
        padding: 25px;
    }

    .order .columns {
        width: 100%;
        box-sizing: border-box;
    }

    .order .column {
        width: 100%;
    }

    .order input.text {
        margin-bottom: 20px;
    }

    .order .price {
        margin-bottom: 0 !important;
    }

}

#content .adv .adv-item_mob {
    display: none;
}

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

    #order-message {
        width: 260px;
    }

    .masters__item {
        padding: 0 65px;
    }
    .masters.owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }
    .masters.owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }

    #content .adv {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #content .adv .adv-item {

    }

    #content .adv .adv-item_mob {
        display: flex;
    }

    #content .adv .adv-item_desk {
        display: none;
    }

    #content .adv .adv-item img {
        width: auto;
        height: 35px;
    }

    #content .adv .owl-stage{
        padding: 0 15px;
    }
    #content .adv .owl-prev{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        left: 0;
        background: url(/public/images/icons/ico-prev.png);
        outline: none;
    }
    #content .adv .owl-next{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        right: 0;
        background: url(/public/images/icons/ico-next.png);
        outline: none;
    }
    #content .adv .owl-prev span,
    #content .adv .owl-next span{
        display: none;
    }
    #content .adv .owl-dot{
        outline: none;
    }
    #content .adv .owl-dot.active span{
        background: #E37C1E;
    }

    #content .adv.adv--grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
    }

    #content .adv.adv--grid .adv-item {
        width: auto;
        margin: 0;
    }

    #content .offices .info .info-heading {
        font-size: 15px;
        line-height: 24px;
    }
}

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

    #content .intro .description .intro-text p {
        display: block;
    }

    .text-block,
    #seo-services
    {
       display: none !important;
    }

    body {
        padding-bottom: 0 !important;
    }

    #mobile {
        display: none !important;
    }

    #header {
        position: static;
        height: auto;
        padding: 10px 0;
        background: linear-gradient(#5D5D5D, #2D2D2D);
    }

    .viewport {
        width: 100%;
    }

    .logotype {
        display: none;
    }

    #header .top .sitename {
        margin-top: 10px;
        margin-left: 15px;
    }

    #header .top,
    #header .bottom {
        height: auto;
        overflow: visible;
        margin-left: 0;
    }

    #header .top .slogan,
    #header .top .contact .schedule,
    #header .bottom .region {
        display: none;
    }

    #header .top .contact .phone {
        margin-top: 0;
        margin-left: 0;
    }

    #header .phone a {
        display: block;
        background: url(/public/images/layout/phone_icon1.png) left center no-repeat;
        background-size: 25px;
        font-size: 18px;
        padding: 8px 0 8px 35px;
    }

    .menu_mobile {
        float: right;
        display: block;
        margin: 5px 15px 0;
    }

    .menu_mobile span {
        display: block;
        width: 30px;
        height: 5px;
        margin: 0 auto;
        border-radius: 3px;
        background: #fff;
        opacity: 1;

    }

    .menu_mobile span:first-child {
        transition: opacity .9s linear;
    }

    .menu_mobile span:nth-child(2n) {
        transition: opacity .1s linear;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .menu_open span:first-child,
    .menu_open span:nth-child(2n) {
        opacity: 0;
    }

    .menu_open span:first-child {
        transition: opacity .3s linear;
    }

    .menu_open span:nth-child(2n) {
        transition: opacity .8s linear;
    }

    #header .bottom .pages {
        display: none;
        position: absolute;
        top: 53px;
        left: 0;
        z-index: 100;
        width: 100%;
        margin-top: 0;
        background: linear-gradient(#2D2D2D, #5D5D5D);
    }
    #header .without-prophylaxis ~ .viewport .bottom .pages {
        top: 97px;
    }

    #header .bottom .pages li {
        float: none;
        margin-right: 0;
        text-align: center;
    }

    #header .bottom .pages li a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #727272 !important;
        font-size: 14px;
        border-bottom: none;
    }

    #sidebar {
        display: none;
    }

    #sidebar .promo {
        display: block;
    }

    #main {
        background: none;
        padding: 0 15px 20px 15px;
    }

    #content {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #content img {
        max-width: 90%;
        text-align: center;
        margin: 10px;
    }

    #breadcrumbs {
        display: none;
    }

    #info {
        display: none;
    }

    h1 {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        font-size: 23px;
        line-height: normal;
    }

    h2 {
        font-size: 18px;
    }

    .hgroup h2 {
        width: 80%;
        margin: 0 auto;
    }

    #content .partners h2 {
        margin-bottom: 15px;
    }

    #content .partners ul {
        width: 292px;
        margin: 0 auto;
    }

    #content .partners li {
        margin: 10px;
    }

    .partners ul li:nth-child(1n+7) {
        display: none;
    }

    #content .partners a img {
        width: 100%;
    }

    #content .partners a span {
        margin-left: 0;
    }

    .btn-more {
        display: block;
        max-width: 40%;
        background: #e37c1e;
        color: #fff;
        font-size: 18px;
        padding: 8px 20px 9px 20px;
        margin: 20px auto;
        border-radius: 3px;
        text-shadow: -1px -1px #cf711b;
        border-bottom: none;
        text-align: center;
    }

    #content .home .services {
        width: 100%;
    }

    #content .home .services .image {
        width: 60px;
    }

    #content .home .services .image img {
        margin-top: 0;
    }

    #content .home .services .name {
        font-size: 12px;
        display: inline;
    }

    #content .home .services li {
        float: none;
        height: auto;
        padding: 20px 0 0;
        margin: 0 auto;
        /*border-bottom: 1px solid #e0e0e0;*/

    }

    .services ul.faults li:nth-child(5),
    .services ul.remont li:nth-child(5) {
        display: block;
    }

    .services ul.faults.opened li:nth-child(n+5),
    .services ul.remont.opened li:nth-child(n+5) {
        display: block;
    }

    #content .home .services .text {
        width: 75%;
        height: auto;
    }

    #content .home .services a:hover .text{
        background: none;
    }

    #content .home .services .price {
        position: static;
        display: block;
        margin-top: 10px;
        font-size: 15px;
    }

    #content .home .services .description {
        display: none;
    }

    .viewport #content .order .button {
        float: none;
        width: 250px;
        margin: 0 auto;
    }

    #content .order .callback {
        width: 64%;
        margin: 20px auto 0;
    }

    #content .order .column-spc .note {
        width: 100%!important;
    }

    .column.contacts_page {
        margin-left: 0;
    }

    .column input.contacts_page {
        float: none;
        margin: 5px auto;
    }

    #footer {
        display: none;
        height: auto;
        padding: 0 10px;
        background: linear-gradient(#5D5D5D, #2D2D2D);
        text-align: center;
        box-sizing: border-box;
    }

    #footer .top .description {
        display: none;
    }

    #footer .top .about {
        width: 100%;
    }

    #footer .top .contacts {
        display: none;
    }

    #footer .bottom {
        display: none;
    }

    #footer .top .scroll {
        width: 100%;
        text-align: center;
    }

    #content .terms .term {
        padding: 0;
        width: 280px;
        margin: 0 auto;
    }

    #content .terms .term .image {
        width: auto;
        height: auto;
    }

    #content .terms .term .image.right {
        float: none;
        margin-left: 0;
    }

    #content .terms .term .image.right img {
        height: 180px;
    }

    #content .terms .term .image.left {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #content .terms .term .image.left img {
        width: 70%;
    }

    .pricelist th.warranty {
        padding: 5px 3px 5px 3px;
    }

    .pricelist th.price {
        text-align: center;
    }

    .pricelist th.price.third_td {
        width: 10%;
        padding: 5px;
    }

    #content .terms.row {
        display: none;
        margin: 30px auto;
    }

    #content .terms.row .term {
        float: left;
        width: 45%;
        height: auto;
    }

    #content .terms.row .term:nth-child(odd) {
        margin-right: 20px;
    }

    .div_complaint_button {
        text-align: center;
    }

    .div_complaint_button .hint {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }

    .div_complaint_button .button {
        float: none;
        width: 230px;
        margin: 15px auto 0;
    }

    #content .testimonials .testimonial {
        padding: 20px 15px 20px 35px;
    }

    #content .testimonials .testimonial.yandex .text p::before,
    #content .testimonials .testimonial.google .text p::before {
        display: none;
    }

    .company_layout {
        padding: 0 15px;
    }

    #content .company_img {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    #content .offices h3 {
        width: 90%;
        margin: 30px auto 0;
    }

    #content .offices ul {
        width: 100%;
    }
    #content .offices .image{
        width: 30%;
    }
    #content .offices .name{
        font-size: 16px;
    }
    #content .offices .address{
        font-size: 13px;
    }
    #content .offices .description{
        font-size: 11px;
    }
    #content .offices-carousel .owl-stage{
        padding: 0 15px;
    }
    #content .offices-carousel .owl-prev{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        left: 0;
        background: url(/public/images/icons/ico-prev.png);
        outline: none;
    }
    #content .offices-carousel .owl-next{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        right: 0;
        background: url(/public/images/icons/ico-next.png);
        outline: none;
    }
    #content .offices-carousel .owl-prev span,
    #content .offices-carousel .owl-next span{
        display: none;
    }
    #content .offices-carousel .owl-dot{
        outline: none;
    }
    #content .offices-carousel .owl-dot.active span{
        background: #E37C1E;
    }


    #content .offices li {
        width: 100%;
    }

    #content .offices .image {
        width: 35%;
    }

    #content .offices .text {
        width: auto;
        margin-left: 0;
    }

    #content .offices .image img {
        margin: 0;
    }

    #content .regions {
        display: none;
    }

    #content .locations {
        padding: 0 15px;
    }

    .metro li {
        float: left;
        width: 45%;
    }

    #content .advantages {
        padding: 0;
    }
    #content .advantages .advantage{
        padding: 0;
        border-bottom: 0;
    }
    #content .advantages .owl-stage{
        padding: 0 15px;
    }
    #content .advantages .owl-prev{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        left: 0;
        background: url(/public/images/icons/ico-prev.png);
        outline: none;
    }
    #content .advantages .owl-next{
        width: 9px;
        height: 15px;
        display: inline-block;
        position: absolute;
        top: 40%;
        right: 0;
        background: url(/public/images/icons/ico-next.png);
        outline: none;
    }
    #content .advantages .owl-prev span,
    #content .advantages .owl-next span{
        display: none;
    }
    #content .advantages .owl-dot{
        outline: none;
    }
    #content .advantages .owl-dot.active span{
        background: #E37C1E;
    }

    #content .contacts .qr {
        display: none;
    }

    #order {
        background: none;
    }

    #content .contacts {
        padding: 10px 15px;
    }

    #order, #form_complaint, #form_complaint_done {
        height: auto;
        margin-top: 0;
        min-height: auto;
    }
    #order.small{
        min-height: auto;
    }

    #order form, #form_complaint form, #form_complaint_done form {
        padding: 0;
        margin-top: 0;
    }

    #order .columns, #form_complaint .columns {
        width: 100%;
    }

    #order .columns .column:last-child,
    #order .columns + label,
    #order .columns + label + textarea {
        display: none;
    }

    #order.small .columns .column:last-child{
        display: block;
    }

    #order .columns + label {
        display: none;
    }

    #order input.submit, #form_complaint input.submit {
        float: none;
        margin: 20px auto 0;
    }

    #order .note, #form_complaint .note {
        float: none;
        width: 90%;
        margin: 30px auto 0;
        text-align: center;
    }

    #order.ok, #form_complaint.ok, #form_complaint_done.ok {
        background: none;
    }

    #content .promo {
        padding: 0 15px;
    }

    #content .promo .description {
        width: 100%;
    }

    .vacancy_job {
        padding: 0 15px;
    }

    #content .intro {
        text-align: center;
    }

    #content .intro .description {
        float: none;
        width: 100%;
    }

    #content .intro .description p {
        display: none;
    }

    #content .intro .description h1 {
        width: 90%;
    }

    #content .intro .image {
        float: none;
        width: 290px;
        margin: 0 auto;
        text-align: left;
    }
    #content .intro .image.fault{
        display: none;
    }
    .intro .image .map {
        left: 40px !important;
    }

    #content .order .estimate {
        float: none;
        width: 260px;
        margin: 26px auto;
        text-align: center;
        font-size: 16px;
    }

    #content .order + .note {
        margin: 15px auto;
    }

    #estimate form {
        margin-left: 20px;
    }

    .check {
        width: 100%;
    }

    #form_complaint {
        background: none;
    }

    #content .intro .image img {
        width: 40%;
        margin-top: 0;

    }

    #content .order .price {
        margin: 10px 20px 0 10px;
    }

    #content .features {
        margin: 20px 0 20px 13% !important;

    }

    #content .features li {
        margin-bottom: 5px;
        text-align: left;
        font-size: 16px;
    }

    #content .order {
        padding: 0 35px;
    }

    #content .intro {
        padding-top: 20px;
    }

    .pricelist td.price {
        text-align: center;
    }

    .note + h3 {
        margin-left: 10px;
    }

    .models {
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
    }

    .models li {
        width: 48%;
    }


    .faults li {
        width: 48%;
    }

    .faults + h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    #seo-services {
        padding-left: 10px;
    }

    #seo-services li {
        width: 50%;
    }

    #content .order .button:first-child {
        margin-bottom: 20px;
    }

    #content .job_content {
        margin: 0 10px;
    }

    #job-form .column {
        width: 100%;
    }

    .company_content,
    .learning_content {
        padding: 0 10px;
    }

    #content .order {
        padding: 0;
    }

    .order form {
        padding: 15px;
    }

    .order .columns {
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .order .column {
        width: 100%;
    }

    #content .order_2 .column_phone {
        width: 100%;
        padding: 0;
    }

    #content .order_2 .column_submit {
        width: 100%;
    }

    #content .order_2 .column_submit input {
        width: 100%;
    }

    .order input.text {
        margin-bottom: 20px;
        width: 100%;
        box-sizing: border-box;
        text-indent: 10px;
    }

    .order .price {
        margin: 5px 0 0 0 !important;
        float: right !important;
    }

}

@media only screen and (min-width: 320px) and (max-width: 580px) {
    #content .contacts .map-image img {
        height: 290px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
    #header .top .sitename {
        display: none;
    }
}

#vk_groups {
    margin-left: -17%;
}

.visible-mob {
    display: none;
}

@media screen and (min-width:761px) and (max-width: 1040px){
    #vk_groups {
        margin-left: 0;
    }
}

.hidden-des {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .hidden-mob {
        display: none;
    }
    .hidden-des {
        display: block;
    }
    .visible-mob {
        display: block;
    }
    .visible-mob .columns {
        display: flex;
        justify-content: space-around;
    }
    .visible-mob .columns div {
        flex-basis: 50%;
    }
    .visible-mob .columns div input.submit {
        width: 100%;
        font-size: 14px;
        padding: 13px 15px;
    }
    #content .advantages .advantage .heading {
        font-weight: bold;
        color: #000;
    }
    .price.mobile.visible-mob {
        padding: 10px;
        font-size: 22px;
        color: #e87f1f;
        font-weight: bold;
        text-align: center;
        margin: 0px auto;
        width: 120px;
        border: 2px solid #e87f1f;
        margin-top: 20px;
    }
}

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

    .masters__item {
        padding: 0 15px;
    }
}

.dialog-cb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.dialog-cb.open {
    display: block;
}

.dialog-cb .dialog-cb__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(17,17,17,0.75);
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal {
    width: 450px;
    height: auto;
    max-width: 100%;
    position: relative;
    background: #fff url(/public/images/layout/order1-bg.png) 50% 50%;
    padding: 35px;
    pointer-events: auto;
    border-radius: 4px;
    box-sizing: border-box;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMA7C/uM9LRWdNacZ576AAAAFVJREFUCNdjmBjEAASq4gxSCxUYGJikFjJErRJiYFBctQyIFyowSQF5QMJEcdViBwaQkBRIGiQEFgAJrTJhgDMQUnDFcO0IA7sgVixFWFqYBNKqJg4ATrAhMcf/o04AAAAASUVORK5CYII=') no-repeat center center;
    background-size: 12px;
    opacity: 0.5;
    cursor: pointer;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-close:hover {
    opacity: 0.75;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-header {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #e37c1e;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-description {
    width: 270px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #555;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form {
    display: block;
    padding: 2px;
    border-radius: 4px;
    position: relative;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=tel] {
    padding: 10px 0 10px 10px;
    border-radius: 5px;
    border: 1px solid rgba(132, 132, 132, 0.75);
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
}

.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=submit],
.dialog-cb .dialog-cb__wrapper .dialog-cb__modal .modal-form form input[type=button] {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #e37c1e;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e37c1e;
    cursor: pointer;
    margin-left: 10px;
}

.dialog-cb-button {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 70px;
}

.dialog-cb-button a {
    display: block;
    background: #e87f1f url(/public/images/callback__button.png) no-repeat center center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(232,127,31,0.2), 0 0 0 15px rgba(232,127,31,0.1);
    animation: waves 2s infinite;
    -moz-animation: waves 2s infinite;
    -webkit-animation: waves 2s infinite;
    -o-animation: waves 2s infinite;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .dialog-cb-button {
        right: 20px;
        bottom: 20px;
    }

    .morelink {
        display: inline-block;
        background: #e37c1e;
        color: #fff;
        font-size: 14px;
        padding: 6px 12px;
        border-radius: 3px;
        text-shadow: -1px -1px #cf711b;
        border: none;
        margin-top: 5px;
        outline: none;
        cursor: pointer;
        text-indent: -9999px;
        line-height: 0;
    }

    .morelink:after {
        content: "Полный список";
        text-indent: 0;
        line-height: 1.4;
        display: block;
    }

    .morelink.opened:after {
        content: "Скрыть список";
    }
}

@keyframes waves {
    0% {
        box-shadow:0 0 0 0 rgba(237,65,108,0.2), 0 0 0 0 rgba(237,65,108,0.4);
    }
    50% {
        box-shadow:0 0 0 20px rgba(237,65,108,0.1), 0 0 0 10px rgba(237,65,108,0.2);
    }
    100% {
        box-shadow:0 0 0 40px rgba(237,65,108,0), 0 0 0 20px rgba(237,65,108,0);
    }
}
@-moz-keyframes waves {
    0% {
        box-shadow:0 0 0 0 rgba(237,65,108,0.2), 0 0 0 0 rgba(237,65,108,0.4);
    }
    50% {
        box-shadow:0 0 0 20px rgba(237,65,108,0.1), 0 0 0 10px rgba(237,65,108,0.2);
    }
    100% {
        box-shadow:0 0 0 40px rgba(237,65,108,0), 0 0 0 20px rgba(237,65,108,0);
    }
}
@-webkit-keyframes waves {
    0% {
        box-shadow:0 0 0 0 rgba(237,65,108,0.2), 0 0 0 0 rgba(237,65,108,0.4);
    }
    50% {
        box-shadow:0 0 0 20px rgba(237,65,108,0.1), 0 0 0 10px rgba(237,65,108,0.2);
    }
    100% {
        box-shadow:0 0 0 40px rgba(237,65,108,0), 0 0 0 20px rgba(237,65,108,0);
    }
}
@-o-keyframes waves {
    0% {
        box-shadow:0 0 0 0 rgba(237,65,108,0.2), 0 0 0 0 rgba(237,65,108,0.4);
    }
    50% {
        box-shadow:0 0 0 20px rgba(237,65,108,0.1), 0 0 0 10px rgba(237,65,108,0.2);
    }
    100% {
        box-shadow:0 0 0 40px rgba(237,65,108,0), 0 0 0 20px rgba(237,65,108,0);
    }
}

@media only screen and (max-width: 768px) {
    #map.responsive-map {
        height: 350px !important;
        background-size: cover;
        background-position: 50%;
    }
}
[v-cloak]{
    display:none!important;
}

.intro-brand {
    display: flex;
    justify-content: space-between;
    margin-right: -20px;
    align-items: flex-end;
    margin-bottom: 50px;
}
.intro-brand__description {
    width: 460px;
}
.intro-brand__description h1 {
    margin-bottom: 35px;
}
.intro-brand__description form {
    display: flex;
}
.intro-brand__description form input[name=phone] {
    width: 156px;
    height: 41px;
    border: solid 1px rgba(77,77,77,0.37);
    background-color: #ffffff;
    font-size: 15px;
    outline: none;
    padding: 0 13px;
    margin-right: 8px;
}
.intro-brand__description form input[name=phone]::placeholder {
    color: #c1c1c1;
}
.intro-brand__description form input[name=submit] {
    width: 184px;
    height: 43px;
    background: #e37c1e;
    outline: none;
    border: none;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.intro-brand__img {
    width: 327px;
    min-width: 327px;
    height: 327px;
}
.intro-brand__features {
    margin-bottom: 10px;
}

.intro-brand__features-mob {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .intro-brand {
        display: block;
        padding-top: 30px;
        margin-right: 0;
    }
    .intro-brand__description {
        width: 100%;
    }
    .intro-brand__description h1 {
        width: 90%;
        text-align: center;
    }
    .intro-brand__img {
        display: none;
    }
    .intro-brand__description form {
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .intro-brand {
        padding-top: 20px;
    }
    .intro-brand__description form {
        display: none;
    }
    .intro-brand__features-mob {
        display: flex !important;
    }
}

.intro-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intro-features__item {
    display: flex;
    margin-bottom: 30px;
}
.intro-features__item:nth-child(even) {
    width: 185px;
}
.intro-features__img {
    width: 45px;
    min-width: 45px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.intro-features__descr {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
.intro-features__descr span {
    color: #d86f2a;
}

@media only screen and (max-width: 1024px) {
    .intro-features {
        width: 460px;
        margin: 0 auto;
    }
    .intro-features__img img {
        width: auto !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .intro-features {
        display: none;
    }
}

.pricelist-brand-mob {
    display: none;
}
@media only screen and (max-width: 768px) {
    .pricelist-brand-mob {
        display: block;
    }
    .pricelist-brand-mob .hidden-mob {
        display: block;
    }
}
.pricelist-brand-mob .pricelist td.price {
    width: auto;
}
.pricelist-brand-mob .pricelist th.price {
    padding: 5px 3px 5px 3px;
}

/*
     FILE ARCHIVED ON 00:49:22 Sep 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:33:18 Feb 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.921
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.023
  esindex: 0.014
  cdx.remote: 43.668
  LoadShardBlock: 111.817 (3)
  PetaboxLoader3.datanode: 176.952 (4)
  load_resource: 136.318
  PetaboxLoader3.resolve: 52.909
*/