@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/assets/shino/fonts/Robotolight.woff2') format('woff2'), url('/assets/shino/fonts/Robotolight.woff') format('woff'), url('/assets/shino/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/assets/shino/fonts/Roboto.woff2') format('woff2'), url('/assets/shino/fonts/Roboto.woff') format('woff'), url('/assets/shino/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/assets/shino/fonts/Robotomedium.woff2') format('woff2'), url('/assets/shino/fonts/Robotomedium.woff') format('woff'), url('/assets/shino/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/assets/shino/fonts/Robotobold.woff2') format('woff2'), url('/assets/shino/fonts/Robotobold.woff') format('woff'), url('/assets/shino/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}


html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
}

#wrapper {
    min-width: 320px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

a {
    color: #d9221e;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a:hover {
    opacity: 0.7;
}

em {
}

h1 {
    font-size: 36px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    color: #00923f;
    padding-bottom: 14px;
    line-height: 1.3;
    font-weight: 400;
}

strong {
    font-weight: 500;
}


p {
    line-height: 24px;
    margin-bottom: 24px;
}

p a:hover {
}

input, textarea {
    outline: none;
}


em {
}

.d-none { display: none; }
.iw_cookie { position: fixed; z-index: 4; bottom: 0; left: 0; width: 100%; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.17); 
	padding: 20px; font-size: 14px; color: #333; line-height: 1.4; 
}
.iw_cookie_div { max-width: 1180px; margin: 0 auto; }
.iw_cookie_div div { padding-bottom: 10px; }
.wx_btn {
	display: inline-block;
    vertical-align: top;
    padding: 7px 20px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	background-color: #333;
}		
.wx_disabled option:disabled { color: red; background-color: #eee; }

/*
	2559ad - blue
	d9221e - red
*/

.normal_size {
    position: relative;
    max-width: 1220px;
    margin: 0px auto;
}

.normal_padd_n {
    padding: 0px 20px;
}

.normal_padd {
    padding: 0px 20px 20px 20px;
}

.clear {
    clear: both;
}

.iw_style ul, .iw_style ol {
    padding: 0px 0px 10px 15px;
}

.iw_style ol {
    list-style-type: decimal;
}

.iw_style ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    background: url('/assets/shino/i/ico_li.png') no-repeat 0px 9px;
    line-height: 1.5;
}

.iw_style ol li {
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
    list-style: list-style-type;
}

.iw_style ul li ul {
    padding-bottom: 0px;
}

.iw_iframe_video iframe {
    display: block;
    width: 560px;
    height: 315px;
    margin: 0 auto 20px auto;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* HEADER */

.head_all {
    padding: 10px 0px 10px 0px;
}

.head_1 {
    float: left;
    width: 350px;
}

.head_logo a {
    display: block;
    width: 320px;
    min-height: 75px;
    text-decoration: none;
    background: url('/assets/shino/i/logo_new.png') no-repeat 65px 15px;
}

.head_logo a span {
    display: block;
    padding: 45px 0px 0px 70px;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
}

.head_logo a img {
    position: absolute;
}

.head_logo a img.p1 {
    z-index: 1;
    margin: 10px 0px 0px 1px;
}

.head_logo a img.p2 {
    z-index: 1;
    margin: 19px 0px 0px 12px;
}

.head_2 {
    float: left;
    padding-top: 4px;
}

.head_adres {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head_adres:first-child {
    margin-left: 0px;
}

.head_phone {
    margin-bottom: 5px;
    font-size: 24px;
}

.head_phone a {
    font-weight: 700;
    color: #d9221e;
}

.head_phone a strong {
    font-weight: 700;
}

.head_gde {
    font-weight: 400;
    font-size: 14px;
    color: #555;
}

.head_adres_big .head_phone {
    font-size: 30px;
    line-height: 1.3;
}

.head_adres_big .head_gde:first-child {
    padding-bottom: 10px;
}

.head_img, .mobile_head_img {
    position: relative;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-top: 0px;
}

.head_img img, .mobile_head_img img {
    display: block;
    width: 100%;
    height: auto;
}

.mobile_head_img {
    display: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.head_img a, .mobile_head_img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    background: url('/assets/shino/i/zoom.png') no-repeat 50% 50%;
}

.head_img a:hover, .mobile_head_img a:hover {
    opacity: 0.8;
}

.go_karta {
    display: none;
    padding-top: 10px;
}

.go_karta a {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    border-bottom: 1px dashed #aaa;
}

.go_karta a:hover {
    opacity: 1;
    color: #777;
    border-bottom: 1px dashed #777;
}

/* END header */


/* TXT */


.cont_all {
    margin-bottom: 40px;
}

.cont_1 {
    float: left;
    width: 780px;
    padding-top: 15px;
}

.cont_2 {
    float: right;
    width: 380px;
}


.go_price {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 38px;
    color: #333;
}

.go_price a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #aaa;
    background: url('/assets/shino/i/more_b.png') no-repeat 92% 50%;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    padding: 0px 35px 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.go_price a:hover {
    opacity: 1;
    border: 1px solid #000;
    color: #000;
}

.go_home {
    padding-top: 15px;
}

.go_home a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #aaa;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px 0px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.go_home a:hover {
    opacity: 1;
    border: 1px solid #000;
    color: #000;
}

.vigoda_one {
    padding: 0px 0px 30px 55px;
    line-height: 1.5;
    font-size: 16px;
    max-width: 500px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
}

.vigoda_one strong {
    display: block;
    color: #333;
}


.photos_bg {
    padding: 40px 0px 20px 0px;
    margin-bottom: 40px;
    background-color: #f1f1f1;
}

.photos_zag {
    font-size: 30px;
    color: #333;
    padding-bottom: 5px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    text-align: center;
}

.photos_bg p {
    text-align: center;
}

.photos_all {
    position: relative;
    margin: 0px -10px;
}

.photos_one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.photos_img {
    position: relative;
}

.photos_img img {
    display: block;
    width: 100%;
    height: auto;
}

.photos_img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    background: url('/assets/shino/i/zoom.png') no-repeat 50% 50%;
}

.photos_img a:hover {
    opacity: 0.8;
}

.photos_txt {
    background-color: #fff;
    text-align: center;
    height: 46px;
    padding: 10px 10px;
    line-height: 1.4;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.photos_hide {
    display: none;
}

.photos_more {
    text-align: center;
}

.photos_more span {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #aaa;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    padding: 0px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.photos_more span:hover {
    border: 1px solid #000;
    color: #000;
}

/* END txt */


/* TABLE */

.tab_zag {
    font-size: 36px;
    color: #333;
    padding-bottom: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.tab_car_all {
    position: relative;
    text-align: center;
	margin-bottom: -1px;
	z-index: 1;
}

.tab_car_one {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 55px 15px 10px 15px; 
    background-repeat: no-repeat;
    min-width: 120px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tab_car_one:first-child {
    margin-left: 0px;
}

.car_cur {
    color: #000;
	background-color: #ddd; 
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid transparent;
}

.tab_car_1 {
    background-image: url('/assets/shino/i/1.png');
    background-position: 50% 14px;
}

.tab_car_2 {
    background-image: url('/assets/shino/i/2.png');
    background-position: 50% 9px;
}

.tab_car_3 {
    background-image: url('/assets/shino/i/3.png');
    background-position: 50% 10px;
}

.tab_car_4 {
    background-image: url('/assets/shino/i/4.png');
    background-position: 50% 8px;
}


.tab_tab {
	border-top: 1px solid #000;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab_tab_2, .tab_tab_3, .tab_tab_4 {
    display: none1;
}

.tab_th_bg {
    background-color: #ddd;
}

.tab_th {
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    vertical-align: top;
    font-weight: 700;
    color: #333;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.tab_td_bg {
    display: table;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.tab_td {
    position: relative;
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab_td strong {
    font-weight: 400;
    font-size: 15px;
}

.tab_th_30, .tab_td_30 {
    width: 30%;
}

.tab_th_44, .tab_td_44 {
    width: 44%;
}

.tab_th_58, .tab_td_58 {
    width: 44%;
}

.tab_th_72, .tab_td_72 {
    width: 72%;
}

.tab_th_7, .tab_td_7 {
    width: 7%;
    text-align: center;
}


.tab_tm_65, .tab_tm_30, .tab_mtd_30 {
    width: 30%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.tab_tm_65 {
    width: 65%;
}

.tab_tm_35, .tab_mtd_35 {
    width: 35%;
    text-align: center;
}

.tab_tm_65, .tab_tm_35 {
    line-height: 1.3;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 5px;
}


.tab_run_flat {
    padding: 20px 10px 40px 10px;
    color: #333;
    text-align: left;
    font-weight: 400;
    line-height: 1.3;
}


.tab_spisok_all {
    position: relative;
    margin-bottom: 20px;
}

.tab_spisok_one {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: 15px 10px;
    vertical-align: top;
    line-height: 1.5;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vivod_more {
    display: block;
}

.tab_spisok_show {
    display: none;
    border-bottom: 1px solid #f3f3f3;
}

.tab_spisok_more {
    padding: 20px 10px 20px 10px;
    text-align: center;
}

.tab_spisok_more span {
    display: inline-block;
    vertical-align: top;
    color: #d9221e;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 20px;
    background: url('/assets/shino/i/more.png') no-repeat 50% 100%;
}

.tab_spisok_more span:hover {
    opacity: 0.7;
}

.tab_spisok_more span.open {
    background: url('/assets/shino/i/more_close.png') no-repeat 50% 100%;
}


.tab_mobile {
    display: none;
}

.tab_mobile_zag {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    background-color: #ddd;
    padding-top: 15px;
    color: #333;
}

/* END table */


/* BACKFORM */

.backform_head_bg {
    background-color: #ddd;
    padding: 15px 20px 20px 20px;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.backform_head_bg_zk {
    background-color: #cfdce1;
}

.backform_top {
    height: 60px;
}

.backform_ramm {
    position: relative;
    width: 620px;
    margin: 0px auto 70px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.backform_ramm_zk {
    position: relative;
    width: 765px;
    padding: 30px 0px 70px 0px;
}

.backform_cont {
}

.backform_all {
    margin: 0px -10px;
}

.backform_head {
}

.backform_one {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.backform_zag {
    font-size: 36px;
    color: #333;
    padding-bottom: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.backform_head_bg .backform_zag {
    padding-bottom: 15px;
    font-size: 28px;
}

.backform_send {
    text-align: center;
}

.backform_send h1 {
    color: #69bd43;
}

.backform_send p {
    font-size: 18px;
}

.forma_row {
    margin-bottom: 20px;
}

.forma_row_head {
    margin-bottom: 12px;
}

.forma--input {
    font-size: 15px;
    color: #333;
    font-family: 'Roboto', sans-serif !important;
    height: 50px;
    padding-left: 40px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
}

.forma--input option {
    color: #333;
    line-height: 20px;
    padding: 5px 10px;
}

.forma_i_0 {
    padding-left: 20px;
}

.forma_i_1 {
    background: #fff url('/assets/shino/i/forma_i_1.png') no-repeat 12px 50%;
}

.forma_i_2 {
    background: #fff url('/assets/shino/i/forma_i_2.png') no-repeat 12px 50%;
}

.forma_i_3 {
    background: #fff url('/assets/shino/i/forma_i_3.png') no-repeat 10px 50%;
}

.forma_i_4 {
    background: #fff url('/assets/shino/i/forma_i_4.png') no-repeat 12px 50%;
}

.forma_i_5 {
    background: #fff url('/assets/shino/i/forma_i_5.png') no-repeat 12px 50%;
}

.forma_i_6 {
    background: #fff url('/assets/shino/i/forma_i_6.png') no-repeat 9px 50%;
}

.forma--input::-webkit-input-placeholder, .zay_area::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}

.forma--input:-moz-placeholder, .zay_area:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.forma--input::-moz-placeholder, .zay_area::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.forma--input:-ms-input-placeholder, .zay_area:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.forma_go {
    position: relative;
    display: block;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    background-color: #d9221e;
    border-bottom: 4px solid #bf0905;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.forma_go:hover {
    background-color: #bf0905;
}

.forma_go span {
    position: absolute;
    width: 30px;
    height: 25px;
    top: 22px;
    background: url('/assets/shino/i/str.png') no-repeat 0px 0px;
}

.forma_go span.str_l {
    margin-left: -45px;
}

.forma_go span.str_r {
    margin-left: 15px;
    background-position: 0px -25px;
}

/* END backform */


/* MAP */

.map_bg {
    padding: 50px 0px 10px 0px;
    background-color: #f1f1f1;
    position: relative;
}

.map_for_home {
    display: none;
}

.map_h {
    height: 25px;
}

.map_all {
    position: relative;
    text-align: center;
}

.map_one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 30px;
}

.map_full_size {
    width: 100%;
    max-width: 620px;
    margin: 0px auto;
}

.map_name {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 20px;
}

.map_name strong {
    display: block;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}


.map_vk_all {
    position: relative;
    background-color: #fff;
    padding: 10px 0px;
    text-align: center;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.map_vk_one {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.map_vk_one br {
    display: none;
}

.map_vk_video {
    padding-right: 40px;
    background: url('/assets/shino/i/play_cur.png') no-repeat 92% 50%;
}

.map_vk_one:hover {
    color: #d9221e;
}

.map_vk_cur, .map_vk_cur:hover {
    background-color: #bbb;
    color: #fff;
}

.map_vk_cur.map_vk_video {
    background-image: url('/assets/shino/i/play.png');
}

.map_cont {
    padding: 25px 20px;
    background-color: #fff;
    height: 130px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.map_phones, .map_regim {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_phones {
}

.map_regim {
    padding-left: 25px;
}

.map_v {
    font-size: 16px;
    color: #999;
    padding: 5px 0px 10px 0px;
}

.map_phones a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 34px;
}

.map_day, .map_time {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.map_day {
    width: 70px;
}

.map_red {
}


.map_map {
    background-color: #f3f3f3;
}

.map_1, .map_2 {
    height: 350px;
    position: relative;
}

.map_1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.map_1 a {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('/assets/shino/i/zoom.png') no-repeat 50% 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.map_1 a:hover {
    opacity: 1;
    background-color: rgba(52, 30, 7, 0.4);
}

.map_2 {
    display: none;
}

.map_3 {
    display: none;
    position: relative;
}

.video {
    position: relative;
    padding-bottom: 53.4%; /* 16:9 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.glob_all {
    display: none;
    position: relative;
    padding: 0px 10px;
    text-align: center;
    margin: 0px auto 20px auto;
   
}

.glob_one {
    display: inline-block;
    vertical-align: top;
	padding: 0px 15px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    border: 1px solid #d9221e;
    font-weight: 400;
    color: #333;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin: 5px;
}



.glob_cur {
    background-color: #d9221e;
    color: #fff;
}

/* END map */


/* DIAGNOSTIKA */

.zk_hide {
    display: none;
}

.diag_tab_max {
    position: relative;
    margin: 0px auto;
    max-width: 980px;
}

.diag_tab_th {
    background-color: #cf1934;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 12px;
    padding: 12px 15px;
}


.diag_tab {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.diag_tab .diag_td_bg:nth-child(2n) {
    background-color: #f5f5f5;
}

.diag_td {
    position: relative;
    display: table-cell;
    padding: 12px 10px;
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diag_td .td_ico_1, .diag_td .td_ico_2 {
    margin-left: 0px;
}

.diag_td_1 {
    width: 31%;
    border-right: 1px solid #ddd;
}

.diag_td_2 {
    width: 14%;
    border-right: 1px solid #ddd;
    text-align: center;
}

.diag_td_3 {
    width: 30%;
    border-right: 1px solid #ddd;
}

.diag_td_4 {
    width: 22%;
    text-align: center;
}

.diag_name {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    font-size: 13px;
}

.diag_price {
}

.diag_price strong {
    color: #c51703;
    font-weight: 700;
    font-size: 13px;
}

.diag_sm {
    font-size: 12px;
}

.diag_td_4 a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px 5px;
    border: 2px solid #c51703;
    color: #c51703;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diag_td_4 a:hover {
    color: #fff;
    background-color: #c51703;
}

.diag_go {
    text-align: center;
    margin-bottom: 40px;
}

.diag_go_head {
    text-align: left;
    margin-bottom: 0px;
}

.diag_go a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #336699;
    text-align: center;
    padding: 0px 20px;
    min-width: 220px;
    color: #fff;
    background-color: #0b80e0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.diag_go a:hover {
    opacity: 1;
    background-color: #0074d4;
}

.diag_go_head a {
    border-bottom: 3px solid #960016;
    background-color: #cf1934;
}

.diag_go_head a:hover {
    background-color: #a90b23;
}

.diag_zag {
    color: #c51703;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 700;
}

.diag_podp {
    text-align: center;
    padding-bottom: 20px;
}

.diag_podp span {
    display: inline-block;
    vertical-align: top;
    background-color: #ffcc33;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    padding: 5px 15px;
    font-weight: 600;
}


.diag_ser {
    text-align: center;
    padding-bottom: 10px;
    color: #999;
    font-size: 18px;
    line-height: 1.3;
}


.diagn_all {
    position: relative;
    padding: 40px 0px 30px 0px;
}

.diagn_bg_sin {
    background-color: #edf5f8;
}

.diagn_1, .diagn_2 {
    width: 66.6666%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diagn_2 {
    width: 33.3333%;
    padding-left: 10px;
}

.diagn_zag {
    font-size: 34px;
    color: #353535;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 10px;
}

.diagn_zag span {
    color: #cf1a36;
}

.diagn_price {
    font-size: 38px;
    color: #cf1a36;
    font-weight: 700;
    padding-bottom: 30px;
}

.diagn_price span {
    font-size: 28px;
    color: #aaa;
    font-weight: 600;
    text-decoration: line-through;
    padding-right: 10px;
}

.diagn_1 ul, .diagn_max_txt ul {
    margin: 0px 0px 30px 0px;
}

.diagn_1 ul li, .diagn_max_txt ul li {
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #353535;
    background: url('/assets/shino/i/diagn_li.png') no-repeat 0px 8px;
    line-height: 1.5;
}

.diagn_2 img {
    width: 100%;
    height: auto;
}

.diagn_only {
    color: #cf1a36;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 15px;
}

.diagn_go_center {
    text-align: center;
    padding-bottom: 20px;
}

a.diagn_go {
    display: inline-block;
    vertical-align: top;
    border-bottom: 6px solid #960016;
    text-align: center;
    padding: 20px 40px;
    color: #fff;
    background-color: #cf1934;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.diagn_go:hover {
    opacity: 1;
    background-color: #a90b23;
}

a.diagn_go_m {
    padding: 10px 40px;
    font-size: 18px;
    line-height: 1.3;
}

.diagn_dop_otstup {
    position: relative;
    padding: 0px 10px;
}

.diagn_bigname {
    max-width: 800px;
    margin: 0px auto;
    font-size: 32px;
    color: #353535;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}

.diagn_dop_line {
    height: 4px;
    background-color: #f8f8f8;
}

.diagn_cl_all {
    position: relative;
    padding: 30px 0px 40px 0px;
}

.diagn_cl_66, .diagn_cl_33 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.diagn_cl_66 {
    width: 66.666%;
    padding-right: 20px;
}

.diagn_cl_33 {
    width: 33.333%;
    padding-left: 20px;
    text-align: right;
}

.diagn_otstup {
    padding: 35px 0px 15px 0px;
}

.diagn_s_name {
    font-size: 18px;
    color: #353535;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 5px;
}

.diagn_s_name strong {
    color: #cf1a36;
    font-weight: 700;
}

.diagn_s_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 20px;
}


.diagn_z_one {
    position: relative;
    margin-left: 18px;
    padding-left: 50px;
    border-left: 2px solid #eee;
}

.diagn_z_one_first {
    height: 25px;
}

.diagn_z_one_line {
    width: 28px;
    height: 2px;
    background-color: #eee;
    position: absolute;
    left: 0px;
    top: 10px;
}

.diagn_z_name {
    font-size: 16px;
    color: #353535;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 5px;
}

.diagn_z_txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 25px;
}

.diagn_z_ico_1 {
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 20px;
    background: url('/assets/shino/i/ico_list.png') no-repeat 0px 0px;
}

.diagn_pro_bg {
    border: 1px solid #c0e3ff;
    padding: 25px 30px 15px 30px;
    margin-bottom: 45px;
}

.diagn_pro_zag {
    font-size: 16px;
    color: #353535;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 15px;
}

.diagn_pro_all {
    position: relative;
    margin-left: -5px;
}

.diagn_pro_all img {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: auto;
    margin: 0px 5px 10px 5px;
}


.diagn_vop_bg {
    padding: 30px 35px 30px 110px;
    margin-bottom: 10px;
    background: #ebebeb url('/assets/shino/i/vopros.png') no-repeat 35px 50%;
}

.diagn_vop_ram {
    border-left: 1px solid #fff;
    padding: 10px 0px 10px 25px;
    min-height: 60px;
}

.diagn_vop_ram .diagn_z_name {
    padding-bottom: 10px;
}

.diagn_vop_ram .diagn_z_txt {
    padding-bottom: 0px;
}


.diagn_img_all {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 250px;
    overflow: hidden;
}

.diagn_img_one img {
    width: 100%;
    height: auto;
}

.diagn_img_all .slick-prev, .diagn_img_all .slick-next {
    width: 35px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
}

.diagn_img_all .slick-prev {
    left: 0px;
    background: url('/assets/shino/i/arrows_mini.png') no-repeat 0px 0px;
    display: none;
}

.diagn_img_all .slick-next {
    right: 0px;
    background: url('/assets/shino/i/arrows_mini.png') no-repeat -35px 0px;
}

.diagn_max_txt {
    max-width: 1200px;
    margin: 0px auto;
}

/* END diagnostika */


/* FOOTER */

.footer {
    padding: 20px 0px;
    background-color: #f1f1f1;
}

.foot_l, .foot_r {
    font-size: 13px;
}

.foot_l {
    float: left;
}

.foot_r {
    float: right;
    text-align: right;
}

.foot_r a {
    font-weight: 400;
}


/* END footer */


/* fadeIn */

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0.3);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/* END fadeIn */		

	
