a:link {text-decoration: underline; color: #c62828;}
a:visited {text-decoration: underline; color: #c62828;}
a:hover {text-decoration: underline; color: #c62828;}
a:active {text-decoration: underline; color: #c62828;}
:root {--item-width: 1240px;}
html * {max-height:1000000px;}

::-webkit-input-placeholder {color:#5b5b5b;}
::-moz-placeholder          {color:#5b5b5b;}/* Firefox 19+ */
:-moz-placeholder           {color:#5b5b5b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#5b5b5b;}
html {height: 100%; max-height: 100000000px !important;}
body {
	font-family: 'Roboto', sans-serif,  Tahoma, Arial;
	font-size: 15.5px;
        font-weight: normal;
        line-height: 23px;        
	color: #666;
	margin: 0px;
	padding: 0px;
        height: 100%;
        overflow-x: hidden;
}
#all {width: 100%; min-height: 100%;position: relative;}
textarea, input {
	font-family: 'Roboto', sans-serif,  Tahoma, Arial;;
	font-size: 15px;
}
input[type=text], input[type=password], input[type=number]  {
        border: 0px;
        border: 1px solid #CCC;
        padding: 2px 8px;
        height: 25px;
        box-sizing: border-box;
        border-radius: 3px;
}
input[type=checkbox]:not(.c-checkbox__input)+label::before {
        position: absolute;
        top: 2px;
        z-index: 1;
        display: block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        -webkit-transition: background .15s ease;
        -o-transition: background .15s ease;
        transition: background .15s ease;
        content: "";
}
select {
        border: 0px;
        font-family: 'Roboto';
        font-size: 16px;
}
textarea{
        border-radius: 10px;
        border: 0px;
        background: url('/img/input.jpg');
        padding: 2px 8px;
        border-radius: 10px;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);  
        border-radius: 3px;       
}
button[type=submit], input[type=submit], .likebtn {
        display: inline-block;
        vertical-align: middle;
        background: #c62828;
        /*background: #ffdd2d;*/
        color: #FFF !important;
        border: 0px;
        padding: 0px 12px;
        font-size: 16px;
        cursor: pointer;
        box-sizing: border-box;
        text-decoration: none !important;
        border-radius: 8px;
        width: 210px;
        height: 50px;
        line-height: 48px;
        font-weight: 600;
}
.likebtn {
        text-align: center;
        cursor: pointer;
        color: #ffffff ;
}
.likebtn.graybtn{
        background: #CCCCCC;   
}
.likebtn.inusl {margin-top: 20px;}
.clear {
        clear: both;
}
.center {text-align: center;}
h1, .h1 {
    font-size: clamp(20px, 3vw, 33px);
    padding-top: 0px;
    margin: 0px 0px 28px 0px;
    font-weight: 800;
    color: #000000 !important;
    line-height: clamp(25px, 3vw, 45px);
    position: relative;
    z-index: 1;
    text-align: left;
}
h2, .h2 {
	font-size: 20px;
	padding-top: 0px;
	margin-top: 0px;
        margin-bottom: 10px;
        line-height: 28px;
        font-weight: 500;
        color:  #333333;
}
h3, .h3 {
	font-size: 18px;
	padding-top: 0px;
	margin-top: 25px;
        font-weight: 500;
        color:  #333333;
}
h4 {
	font-size: 16px;
	padding-top: 0px;
	margin-top: 25px;
        font-weight: 500;
        color:  #333333;
}
p{
	text-align: justify;
        margin: 0px 0px 12px 0px;
        padding: 0px;
        line-height: 23px;
}

.main_index .h1 {
        font-size: 30px;
}
/* MessageBox */
.messageBox {
        background: #9a4043;
        
        box-shadow: 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff;
        
        opacity: 0.98;
        
        position: fixed;
        right: 10px;
        top: 50px;
        
        border: 1px solid #2f0405;
        width: 280px;
        padding: 15px;
        
        text-align: center;
        
        color: #ffffff;
        z-index: 10001;
}
.mb_error {
        color: red;
}
.mb_success {
        color: green;
}
.mb_notice {
        color: #DD5502;
}
.mb_normal {
        color: #ffffff;
}
/* MessageBox */


/*Àâòîðèçàöèÿ è ðåãèñòðàöèÿ*/
#regform .elemname {
        width: 270px;
        text-align: right;
        line-height: 30px;
        float: left;
        margin-bottom: 8px;
}
#loginform .elemname {
        width: 80px;
        text-align: right;
        line-height: 30px;
        float: left;
        margin-bottom: 8px;
}
#regform .elem {
        float: left;
        width: 450px;
        height: auto;
        margin-left: 10px;
        display: table-cell;
        margin-bottom: 8px;
}
#regform .elem .elemcol {
        float: left;
        width: 225px;
        text-align: left;
}
#loginform .elem {
        float: left;
        width: 200px;
        height: 30px;
        margin-left: 10px;
        display: table-cell;
        margin-bottom: 8px;
}
#regform .elemdesc{
        padding-left: 280px;
        line-height: 12px;
        font-size: 11px;
        margin-bottom: 8px;
}
#regform .elem2 {
        padding-left: 280px;
        line-height: 30px;
}
#loginform .elem2 {
        padding-left: 90px;
        line-height: 30px;
}
#regform input[type=text], #regform button[type=submit], #regform input[type=password], #regform select, #loginform input[type=text], #loginform input[type=password], #loginform select   {
        width: 220px;
        height: 32px;
}
#bg {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 1000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
        display: none;      
}
.passrecover {
        font-size: 12px;
        width: 100px;
        text-align: right;
        float: right;
        line-height: 30px;
}
#loginform {
        border: 1px solid #777777;
        width: 300px;
        padding: 30px;
        position: absolute;
        display: none;
        z-index: 1001;
        background: #ffffff; 
        box-shadow: 0px 0px 50px #ffffff;
}
#loginformclose {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
}
#loginformload {
        vertical-align: middle;
        display: none;
}
#regerr {
        color: red;
        line-height: 35px;
        margin-top: -20px;
}
#regmsg {
        color: green;
        line-height: 35px;
        margin-top: -20px;
}
/*Àâòîðèçàöèÿ è ðåãèñòðàöèÿ*/

.main {
        width: var(--item-width);
        margin: 0px auto;
        text-align: justify;
        position: relative;
}
#header {
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ksht_2 {
        display: none;
}
.header {
    height: 90px;
    line-height: 90px;
    text-align: left;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header p {
    margin: 0px !important;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hamburger {
    display: none;
}

.slogan {
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
        width: 190px;
        margin-left: 20px;      
        text-align: left;
}

.cont_header {
        display: flex;
        flex-direction: column;
}

.cont_header .phone, .cont_header .mail {
    display: flex;
    vertical-align: middle;
    margin-right: 30px;
    height: 20px;
    align-items: center;
}

.phone a {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        color: #000 !important;
}

.mail {
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        color: #9C9C9C !important;
        text-decoration: underline;
}


.header a {text-decoration: none;}
.header span {display: inline-block; vertical-align: middle; margin-right: 30px; color: #989898}
.header span.adres {border-bottom: 1px dotted #c62828; line-height: 19px; cursor: pointer;}
.header img {display: inline-block; vertical-align: middle; position: relative; right: 0px;}
img.logo {
    /*width: 30%;*/
}
.header svg {vertical-align: middle; display: inline-block;}
.header .icon { width: 18px; height: 20px; margin-right: 4px; color: inherit; fill: #c62828; margin-bottom: 2px;}
.header .sel-icon {width: 8px; height: 8px; transform: rotate(90deg); margin-left: 10px;}

#nav {}
.nav {font-size: 13px; height: 50px; line-height: 20px;  padding: 16px 0px; margin-bottom: 16px; color: #8c8c8c; text-align: start;}
.nav a {color: #404040 !important; padding-right: 10px; background: url('/img/nav.png'); background-repeat: no-repeat; background-position: right; margin-right: 5px;}
.nav a:hover {color: #c62828 !important;}


#menu {background: #f7f7f7;}
.menu {
    height: 60px;
    line-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .logo {vertical-align: middle; width: 264px; margin-right: 50px; }

#imline {background: #262626;}
.menu-catalog {position: relative; width: 275px; display: inline-block; vertical-align: middle; margin-right: 30px;}
.menu-catalog__btn {
    position: relative;
    min-width: 65px;
    height: 100%;
    min-height: 70px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    background-color: #c62828;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 10px 30px 10px 70px;
    font-family: 'Roboto';
}
.menu-catalog__btn::after {
    left: 45px;
    margin-left: 0;
}
.menu-catalog__btn::after {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 18px;
    height: 2px;
    margin-top: -5px;
    margin-left: -9px;
    background: #fff;
    -webkit-box-shadow: 0 5px 0 0 #fff, 0 10px 0 0 #fff;
    box-shadow: 0 5px 0 0 #fff, 0 10px 0 0 #fff;
    content: "";
}
.menu-catalog__list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4;
    min-width: 285px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.search-form {position: relative; width: 410px; height: 50px; display: inline-block; vertical-align: middle; }
#search_input {background: #000;}
.search-form__input {
    height: 50px !important; 
    font-size: 14px !important; 
    width: 240px;
    padding: 0 15px !important;
    overflow: hidden;
    color: #8c8c8c;
    font-size: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
}
#withAnalogs {display: none;}
.search-form__checkbox {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 24px;
}
.search-form-checkbox .search-form-checkbox__input+.search-form-checkbox__label {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
}
.search-form-checkbox .search-form-checkbox__input+.search-form-checkbox__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 0;
    border: 1px solid rgba(255,255,255,.25);
    background-color: transparent;
}
.search-form-checkbox .search-form-checkbox__input:checked+.search-form-checkbox__label::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='11' viewBox='0 0 13 11' xmlns='http://www.w3.org/2000/svg' fill='%23c62828'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.137 7.08219L1.548 4.57227L0 6.07261L4.137 10.0729L12.016 2.46798L10.466 0.979656L4.137 7.08219Z'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 1px;
    border: 1px solid #dfdfdf;
    background-size: auto;
    border: 1px solid rgba(255,255,255,.25);
    background-color: transparent;
}
.search-form__submit {
    width: 47px;
}
.search-form__submit--svg {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 0;
}
.search-form__submit {
    width: 47px;
    height: 26px;
    background-color: transparent;
    outline: 0;
    background-color: #000000 !important;
    border-left: 1px solid #333 !important;
}
.search-form__submit-svg {
    width: 22px;
    height: auto;
    max-height: 22px;
    margin-top: 2px;
    fill: #fff;
}

.mainh1 {padding-top: 30px;}
.mainh1 h1 {font-size: 20px; font-weight: 400;}


#banners {height: 300px; padding: 0px; position: relative; margin-bottom: 30px;}
.banners, .banners li  {padding: 0px !important; margin: 0px !important;} 
.banner_item {width: var(--item-width); height: 300px;}
.banner_img {width: var(--item-width); height: 300px; position: absolute; left: 0px; top: 0px; z-index: 2;}
.banner_img img {width: var(--item-width); height: 300px;}
#ban_prev, #ban_next {position: absolute; z-index: 10; top: 123px; cursor: pointer;}
#ban_prev {left: 0px;}
#ban_next {right: 0px;}

#uslugi {font-size: 0px; margin-bottom: 50px;}
.uslugi div.uslugi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}
.usluga {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    height: 140px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
    font-size: 11.3px;
    color: #4f4f4f;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 20px;
}
.usluga:last-child{margin-right: 0px;}
.usluga a {
    display: flex;
    text-decoration: none;
    color: #4f4f4f;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px;
}
.circle_uslugi {
    border-radius: 50%;
    background: #E5322C;
    width: 70px;
    height: 70px;
    display: flex;
    flex: 0 0 70px;
    justify-content: center;
    align-items: start;
    margin-right: 20px;
}
.usluga img {
    width: 50px;
    margin-top: 9px;
}


.usluga:hover {background: #c62828;}
.usluga:hover a {color: #FFFFFF;}
.usluga:hover img {filter: invert(0%);}

.to_uslugi {
    display: flex;
    flex-wrap: wrap;
}
.to_usluga {display: inline-block; vertical-align: middle; width: 13%; height: 170px; margin-right: 6px; text-align: center; padding: 10px 0px 10px 0px; box-sizing: border-box; font-size: 11.3px; color: #4f4f4f; line-height: 18px; cursor: pointer;}


.red {color: red !important;}
.bold {font-weight: bold;}
.border {border: 2px solid #CCCCCC;}
.notify {padding: 20px; display: inline-block; width: auto;}
.blink {}

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

.boxes_adv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box_adv {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 10px;
}

.box_adv p {
    margin-bottom: 0;
    margin-left: 10px;
    width: 130px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.line {
        height: 1px;
        width: 100%;
       background: #ECECEC;

}

/*.preims {font-size: 0px;}*/
.preim_block .h1, .usluga_preim .h1 {margin-bottom: 20px;}
.preim {display: inline-block; vertical-align: top; width: auto; box-sizing: border-box; font-size: 14px; font-family: 'Roboto'; font-weight: 400; color: #000000; margin: 25px 0px; margin-right: 16px;}
.preim:last-child {margin-right: 0px;}
.preim img {margin-right: 5px; width: 26px; vertical-align: top;}

#zapis {
    background: #f0f0f0;
    width: var(--item-width);
    margin: 40px auto;
    background: #f0f0f0;
    padding: 40px 50px;
    border-radius: 10px;
    box-sizing: border-box;
}

.zapis form {
    font-size: 0px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
}

.zapis.main {
    width: 100%;
}

.zapis .h1 {
        margin-bottom: 0;
}

.red_form .h1 {
       text-shadow: 0 0 4px #000; 
}

.zapis span {font-size: 14px; color: #636363;}
.zapis select {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 0px 15px;
    color: #333333;
    margin-right: 48px;
    margin-bottom: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.zapis input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 0px 15px;
    color: #333333;
    margin-right: 48px;
    margin-bottom: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    z-index: 1;
}
.zapis input::placeholder {color: #333;}
.zapis button {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 50px;
    border: 1px solid #c62828;
    box-sizing: border-box;
    background: #c62828;
    padding: 0px 15px;
    color: #333333;
    margin-bottom: 30px;
    border-radius: 8px;
}
/*.zapis input[name=date] {width: 165px;}
.zapis select[name=time] {width: 165px; margin-right: 0px;}*/

.tit_inp {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 10px;
}

.red_star {
        color: #E5322C !important;
}

.box_form {
        display: flex;
        flex-direction: column;
        width: 32%;
        margin-right: 10px;
}

.text_small {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #919191;
    width: 400px;
    text-align: left;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    z-index: 1;
}

.about_index {margin: 0px 0px 10px 30px; float: right; width: 556px; height: 228px;}
.about_index2 {margin: 0px 0px 10px 30px; float: right; width: 556px; height:280px;}

#content {min-height: 400px;}

.points {float: left; width: 600px;}
#hmap {float: right; width: 100%; height: 550px; margin-bottom: 30px;}
#hmap.fil_map {float: none; width: 100%; height: 500px;}

.main_index iframe {margin-bottom: 30px;}

#brands {padding: 20px 10px;}
.brands {font-size: 0px;
         margin: 30px 0px;
         padding: 30px 0;
         border: 1px solid #D6D6D6;
        border-radius: 5px;
 }
.brands a {display: inline-block; vertical-align: middle; height: 50px; line-height: 50px; text-align: center; font-size: 0px; width: 300px;}
.brands a img {max-width: 80%; max-height: 50px; display: inline-block !important; vertical-align: middle !important; }

.serts {font-size: 0px; }
.serts a {display: inline-block; vertical-align: middle; margin: 0px 10px; font-size: 0px; text-align: center; height: 216px; line-height: 216px;}
.serts a img {max-height: 216px; max-width: 150px; vertical-align: middle; display: inline-block !important;}



#footer {background: #232323; margin-top: 20px; padding: 40px 0px; color: #8c8c8c;}
#footer2 {position: absolute; left: 0px; bottom: 0px; width: 100%; background: #122f79;}
.footer {
    display: flex;
    height: auto;
    color: #8c8c8c;
    font-size: 14px;
    position: relative;
    justify-content: space-between;
}
.footerlogo {margin-bottom: 20px;}
.footer .icon {width: 18px; height: 20px; margin-right: 4px; color: inherit; fill: #404040; margin-bottom: 2px; display: inline-block !important; vertical-align: middle;}
.footerlogo {float: left; margin-right: 30px; width: 246px;}
.footer_col_0 {
    width: 250px !important;
    margin: 0px !important;
    border-left: 0px !important;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
}

.footer_col_0 .slogan {
        margin-left: 0px;
        color: #fff;
}

#footer .phone a, #footer .mail {
        color: #FFFFFF !important;
}

#footer .phone a {
        font-size: 18px;
}

.footer_col {width: 180px; float: left; line-height: 24px; padding-left: 20px;}
.footer_col .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #ffffff;
}

.footer_col.footer_col_1 p {
        display: flex;
        align-items: center;
}

.footer_col.footer_col_1 p img {
        margin-right: 10px;
}

.footer_col.footer_col_1 .cont_header {
        margin-bottom: 20px;
}

.footer_bottom {
        background: #232323;
        display: none;
}

.text_f {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    padding: 20px 0;
    color: #fff;
}

.footer_col a {color: #8c8c8c !important; text-decoration: none; font-size: 16px; color: #fff !important;}
.footer_col a:hover {color: #c62828 !important;}
.footer_col p.link {position: relative; margin-bottom: 0;}

.footer_adres {position: absolute;right: 10px;top: 0px;width: 250px;height: 160px;text-align: right;line-height: 20px;}
.footer_text {padding: 0px 10px;}
.copyright {position: absolute;right: 10px;bottom: 12px;text-align: right;}

.filialy {
    display: flex;
    flex-wrap: wrap;
}

.filialy a.likebtn {
        background: none;
        border: 2px solid #E5322C;
        color: #E5322C !important;
        font-weight: 600;
}

#filialy { position: relative; }
#filialy .showtype { position: absolute; width: 200px; height: 24px; top: -80px; right: 0px; text-align: right; color: #CCC;}
#filialy .showtype a { padding: 0px 20px; line-height: 36px; height: 36px; display: inline-block; text-decoration: none; color: #8c8c8c; background: #f7f7f7; border: 1px solid #f7f7f7; font-size: 15px;}
#filialy .showtype a.current { background: #e5e5e5; color: #000;  border: 1px solid #000;}
.filial {
    line-height: 34px;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    width: 23%;
    margin-bottom: 20px;
    align-items: flex-start;
    margin-right: 20px;
}
.filial:htn-child(2n-1) {margin-right: 20px;}
.filial p {display: inline-block;vertical-align: middle}
.filial p.gorod {color: #8c8c8c; font-size: 14px; width: 180px;}
.filial p.adres {font-weight: 600; text-align: left; height: 70px;}
.filial p.phone {width: 200px;}
.filial p.phone a, .filial p.email a {text-decoration: none;}
.filial:hover p {color: #c62828;}
.header .icon { width: 18px; height: 20px; margin-right: 4px; color: inherit; fill: #c62828; margin-bottom: 2px;}


.filial_one {
        padding: 20px;
        background: #f7f7f7; 
        display: block; 
        float: left; 
        width: 30%; 
        height: 335px; 
        box-sizing: border-box; 
        margin-bottom: 25px;
        border-radius: 10px 0 0 10px;
}
.filial_one.filial_one2 {}
.filial_one p {font-size: 14.5px; text-align: left; line-height: 21px; margin-bottom: 10px;}
.filial_map, .filial_sheme {float: right; overflow: hidden; width: 70%; height: 335px; background: #f7f7f7;  margin-bottom: 25px; border-radius: 0 10px 10px 0;}
.filial_map.filial_map2, .filial_sheme.filial_sheme2 {}
.filial_bnr {float: right; height: 335px; background: #f7f7f7;  margin-bottom: 25px;}


.filial_fotos {margin: 40px 0px;}
.filial_fotos a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    width: 23%;
    height: auto;
    margin-bottom: 20px;
}
.filial_fotos a img {
    width: -webkit-fill-available;
}
.filial_uslugi {margin: 40px 0px;}


.filial_zapis, .usluga_zapis {
    margin: 40px 0px;
    background: #f0f0f0;
    padding: 40px 50px;
    border-radius: 10px;
}
.filial_preim .preim {font-size: 17px;}

.filial_brands, .usluga_brands {margin: 70px 0px;}

.filial_serts, .usluga_serts {margin: 50px 0px;}

.usluga_img {float: right; width: 480px; margin-left: 30px; margin-bottom: 30px;}

.filial_uslugi {margin: 30px 0px;}
.filial_uslugi .h2 {margin-bottom: 30px;}

.quality_control {border: 1px solid #CCC; padding: 20px 20px 0px 20px; font-size: 18px; margin-bottom: 40px;}
.quality_control .h1 {margin-bottom: 10px;}
.quality_control p img {width: 50px; vertical-align: middle; margin-right: 10px;}
.quality_control p a {text-decoration: none;}


.fil_top {display: none; width: 380px; height: 600px; position: absolute; left: 50%; top: 70px; margin-left: -225px; background: #FFF; padding: 30px; box-sizing: border-box; box-shadow: 0 2px 8px 0 rgba(0,0,0,.16); z-index: 1001; overflow-y: scroll;}
.fil_top .onmap {color: #61a5ca !important; text-decoration: none !important; display: block; margin-bottom: 16px;}
.fil_top .h1 {font-size: 26px; line-height: 32px; font-weight: 600; margin-bottom: 16px !important}
.fil_top ul {list-style: none; padding: 0px; margin: 0px -30px 0px -30px; border-top: 1px solid #f0f0f0;}
.fil_top ul li {padding: 10px 30px; border-bottom: 1px solid #f0f0f0; cursor: pointer;}
.fil_top ul li:hover {background: #f0f0f0;}
.fil_top ul li p {margin: 8px 0px;}
.fil_top ul li .adres {font-size: 16px; line-height: 24px; color: #333333; text-align: left}
.fil_top ul li .worktime {font-size: 14px; line-height: 24px; color: #8c8c8c;}

.menulinks {
    width: 100%;
    display: flex;
    vertical-align: middle;
    height: -webkit-fill-available;
    align-items: center;
}
.menulinks a {display: inline-block; margin-right: 50px; height: 50px; line-height: 50px; text-decoration: none !important; color: #000000; font-family: 'Roboto'; font-size: 16px;}
.menulinks .level1.sel, .menulinks .level1:hover {color: #c62828 !important;}

.tbl {border-collapse: collapse;}
.tbl tr td {border-bottom: 1px solid #CCCCCC; padding: 10px 5px; text-align: left;}
.tbl tr:hover td {background: #f3f3f3;}
.tbl tr td:nth-child(3) {width: 200px;}

.video {width: var(--item-width); height: 550px;}

.sh_imgs img {display: inline-block;vertical-align: middle; width: 160px; margin: 0px 8px;}

.no_desktop {display: none;}

.evak {float: right; margin-top: 8px; margin-right: 5px; width: 378px; height: 50px; line-height: 50px; font-style: 16px;}

#main-menu {
    display: flex;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    height: 50px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
        #main-menu .selected {
                color: #2f408f !important;
        }
       #main-menu li {
            margin: 0px 0px 0px 0px;
            padding: 0px;
            line-height: 50px;
            display: flex;
            height: inherit;
            align-items: center;
        }
        #main-menu li:first-child a.level1 {
                /*margin-left: 0px !important;
                padding-left: 0px !important;*/
        }
        #main-menu li:last-child a.level1 {
                padding-right: 0px !important;
        }        
        #main-menu a {
                font-size: 17px;
                color: #000000 !important;
                font-weight: 600;
                height: 50px; 
                text-align: center; 
                text-decoration: none;
                width: auto; 
                padding: 0px 0px;
                margin: 0px 15px;                
                letter-spacing: 0px;
                position: relative;

        }
        #main-menu a:hover {
                color: #c62828 !important;
               /* border-bottom: 3px solid #c62828 !important;*/
        }        

        #main-menu a.sel {
                color: #c62828 !important;
                border-bottom: 3px solid #c62828 !important;
        }

                #main-menu li:hover ul {
                        background: #FFF;
                        border-radius: 0px;
                        text-align: left;
                        top: 53px;
                }
                        #main-menu ul li {
                                background: #FFF;
                                margin: 0px 24px;
                        }

                        #main-menu ul li {
                                display: block;
                                background: #FFF;
                                margin: 0px 24px;
                        }                        
                                #main-menu ul a {
                                        border-bottom: 3px solid #ffffff;
                                        font-size: 16px !important; 
                                        background: none;
                                        color: #000000;
                                        display: inline-block;
                                        height: auto;
                                        padding: 0px ;
                                        height: 40px;
                                        line-height: 40px;
                                        margin: 0px 0px;
                                        white-space: nowrap;
                                        width: auto; /* Øèðèíà êíîïêè ïîäìåíþ áóòåò çàâèñåòü îò äëèíû òåêñòà */
                                        
                                }
                                        #main-menu ul a:hover,
                                        #main-menu ul li:hover {
                                                background: none; /* ôîí êíîïêè ïðè íàâåäåíèè */
                                        }
                                        #main-menu ul a:hover {
                                        }
                                        #main-menu li ul li:hover ul {
                                                top: 0px; /* Îòñòóï ðàâåí âûñîòå ìåíþ */
                                        }





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

.left_box-comp {
    width: 50%;
    padding-right: 20px;
}

.left_box-comp p {text-align: left;}

.right_box-comp {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 10px;
}


.red_form {
    background: none !important;
    padding: 0 !important;
}

.red_form .zapis.main {
    background: #E5322C;
    border-radius: 10px;
    padding: 20px 50px;
    box-sizing: border-box;
}

.red_form .tit_inp {
    font-weight: 400;
    color: #fff;
}

.red_form .h1 {
        color: #fff !important;
}

.red_form span {
    color: #fff !important;
}

.red_form .text_small {
        margin-left: 0px !important;
        width: 100% !important;
        justify-content: flex-start;
        color: #fff;
}

.red_form input {
        margin-bottom: 0px !important;
}

.red_form button {
        margin-bottom: 0px !important;
        margin-top: 30px !important;
        border: 1px solid #fff;
        z-index: 1;
}

.red_form img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sertif {
        padding: 30px 0;
}


.toTop {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 46px;
        color: #fff;
        background: #e10303;
        border-radius: 50%;
        -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
        -moz-transform: translateY(140px);
        -ms-transform: translateY(140px);
        -o-transform: translateY(140px);
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
        position: fixed;
        right: 20px;
        bottom: 20px;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        z-index: 20;
        text-decoration: none !important;
}
.toTop:hover {
        color: #fff;
        background: #be1e2d;
        text-decoration: none;
}
.toTop.active {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
}
.toTop img {width: 20px; vertical-align: middle;}

.bnr_uslugi {
    background: #F4F5F9;
    border-radius: 10px;
    padding: 50px 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
    min-height: 460px;
}

.bnr_uslugi.bnr_usluga_14 {
    padding: 40px;
}

.bnr_uslugi p, .bnr_uslugi .left-bnr_uslugi h1 {
        text-align: left;
}

@media (max-width: 1023px) {
        .menu__icon {
            z-index: 5;
            display: flex;
            flex-direction: column;
            position: absolute;
            width: 49px;
            height: 35px;
            cursor: pointer;
            margin-right: 15px;
            z-index: 10;
            left: 10px;
        }

        .menu__icon span, .menu__icon::before, .menu__icon::after {
            content: "";
            left: 0;
            position: absolute;
            width: 100%;
            height: 7px;
            transition: all 0.3s ease 0s;
            background-color: #60c755;
        }
        .menu__icon::before {
            top: 0;
        }
        .menu__icon::after {
            bottom: 0;
        }

        .menu__icon span {
            position: relative;
            top: 50%;
            transform: scale(1.0) translate(0px, -50%);
            width: 40px;
            height: 7px;
            background: #60c755;
        }

        .header {
                padding-left: 70px !important;
                height: 60px;
        }


}



/* MENU ******************************************************************/

/* MENU HORIZONTAL */

.menu-h-d {
        /* Ïðìåíÿåòñÿ ê ul */
        z-index: 60;
}
.menu-h-d,
.menu-h-d li,
.menu-h-d ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
}
        .menu-h-d li {
                /*float: left;*/
        }
                .menu-h-d a {
                        display: inline-block;
                }
                .menu-h-d ul {
                        display: none;
                }
                        .menu-h-d li:hover ul {
                                display: block;
                                position: absolute !important;
                                left: 0;
                                z-index: 70;
                        }
                                .menu-h-d ul li {
                                        float: none;
                                }
                                        .menu-h-d ul a {
                                                display: inline;
                                        }
                                        .menu-h-d li:hover ul ul {
                                                display: none;
                                        }
                                        .menu-h-d li ul li:hover ul {
                                                display: block;
                                                left: 100%;
                                                margin: 0;
                                                padding: 0;
                                        }
                                        
                                        
                                        
                                        




