html{
    overflow-y: inherit !important;
    /*margin-right: 0 !important;*/
}
.clear {clear:both}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.bold {
    font-family: 'OpenSansBold', arial;
}
.main input:not([type="checkbox"]):not([type="radio"]) {-webkit-appearance: none;}
.main input[type="submit"] {cursor: pointer;}
.main {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    box-shadow: 0 5px 5px rgb(57 70 78 / 50%);
    border-top: 1px solid #ffb28f;	
}

.main h1 {
    /*font-size: 1.7em;*/
	font-weight: normal;
	line-height: 1.5;
	padding: 0 0 0 0;
}

.main  h2, h3, h4 {
    font-size: 1.5em;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.center_column h1 + p,
.center_column h2 + p,
.center_column h3 + p,
.center_column h4 + p {
	margin-top: 5px;
}

.center_column ul strong + li,
.center_column ol strong + li {
	margin-top: 3px;
}

.center_column ul li, ul li li {
    /*padding: 0 0 5px 0;*/
    margin: 0px 0px 5px 0px; 
    list-style: none;
}

.center_column ol li, ol li li{
    padding: 0 0 5px 0;
    margin: 0px 0px 5px 0px; 
}

.center_column  ul li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}

.center_column ul span:first-child, .center_column ol span:first-child{
	margin-left:-20px;
	display:block;
	padding-bottom:10px;
}

.gallery-menu-m ul li:before, .gallery-menu-m_second  ul li:before {
	content: "";
	margin: 0px 0px 0px 0px;
}

.grid a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}

.grid a .gallery_photo_title{
    padding-top: 5px;
}

/*
.grid a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
*/

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main ul {
    list-style: none;
}


/* Header */
header {     
    padding: 25px 0px 40px 40px;
	border-top: 4px solid #f85f2e;
	background: whitesmoke;
	background: #f0f5f9;
	background: rgba(231, 241, 255, 0.37);
	background: #fff;
	border-bottom: solid 1px rgba(12, 31, 69, 0.0);

}
header .clinic-popup {
    position: absolute;
    top: 0;
    right: 50px;
}
header .clinic-popup .clinic_mobile {
    display: none;
}
header .clinic-popup a {
    display: inline-block;
    /*padding: 1px 20px 7px;*/
    padding: 1px 11px 6px;
    border-radius: 0 0 5px 5px;
    color: white;
    text-decoration: none;
    box-shadow: 0 3px 3px -3px #fb5721;
	background-color: #22aadf;
    /*-webkit-linear-gradient(top,#22aadf ,#2ec0f8);*/
    background: linear-gradient(top,#fb5721,#f85f2e);
	background: linear-gradient(top,#fb5721,#f85f2e);
	background: -webkit-linear-gradient(top,#fb5721,#f85f2e);
    font-family: 'RobotoLight', arial;
}

header .clinic-popup a span {
    border-bottom: dashed 1px #ffe2c5;
}
header .header__logo {
    float: left;
    width: 20%;
}
header .header__logo a {
	color: #b5aeae;
    /*color: #0055A6;*/
    text-decoration: none;
    font-size: 26px;
    line-height: 26px;
}
header .header__logo a img {
    display: inline-block;
    vertical-align: middle;
}
header .header__logo .title {
    display: inline-block;
    max-width: 130px;
    vertical-align: middle;
}
header .header__info {
    overflow: hidden;
}
.search-b {
    position: relative;
	display: flex;
    max-width: 550px;
	margin: 0 0px 20px;
	padding-top: 10px;
}
.search-b .form {
    width: 100%;
}
.search-b input[type="text"] {
    width: 100%;
	max-width: 100%;
    height: 28px;
	height: 39px;
    padding: 1px 10px 3px;
    /*border: solid 1px #ddd;*/
    border: solid 1px rgba(51,51,51,.3);
    border: solid 1px rgba(12, 31, 69, 0.2);
    border-radius: 150px;
    font-size: 13px;
    font-style: italic;
}
.search-b .search-b__btn {
    display: none;
    position: absolute;
    top: 3px;
    right: 9px;
    width: 18px;
    height: 18px;
    background: url(../images/icon_search.png) 0 0 no-repeat;
    border: none;
    background-size: contain;
}

header .header__title {
    margin: 0 0 0px;
    font-size: 26px;
    /*color: #22aadf;*/
	color: #fe5a01;

}

header .contacts .contacts__item {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    line-height: 22px;
    flex-shrink: 0;
}
/*header .contacts .contacts__item {
    display: none;
}*/
header .contacts .contacts__item.active {
    display: inline-block;
}
header .contacts__item .contacts__img {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 4px;
    line-height: 0;
}
header .contacts__item .contacts__content {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #002b41;
}
header .contacts__item .contacts__content span {
    /*color: #aaa;*/
    color: #9b9b9b;
}
header .contacts__item .contacts__content a {
    display: block;
}
header .contacts__item .contacts__content .call {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    border-bottom: dotted 1px;
    border-color: rgba(109,110,113,.3);
	padding-bottom: 2px;
}
header .contacts__item .contacts__content .call:hover {
    border-color: transparent;
}
header .contacts__item .contacts__content .phone {
    font-size: 20px;
    font-style: italic;
    /*font-family: 'RobotoLightItalic', arial;*/
	font-family: 'RobotoLight', arial;
	color: #002b41;
    text-decoration: none;
	margin-top: -2px;
}
header .contacts__item .contacts__content .phone span {
    font-size: 12px;
}
header .contacts__item.contacts__item_address .contacts__content {
    max-width: 145px;
}
header .contacts__item .contacts__content .contacts_mobile {
    display: none;
}
header .contacts__item.contacts__item_clinic a {
    position: relative;
    top: 7px;
    /*display: inline-block;*/
	width: 26px;
    height: 26px;
    background: url(../images/icon_hand.png) 0 0 no-repeat;
}


.clinics .contacts .contacts__item {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    line-height: 20px;
    flex-shrink: 0;
}
/*header .contacts .contacts__item {
    display: none;
}*/
.clinics .contacts .contacts__item.active {
    display: inline-block;
}
.clinics .contacts__item .contacts__img {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: inherit;
    margin-right: 2px;
    line-height: 0;
}
.clinics .contacts__item .contacts__content {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #002b41;
}
.clinics .contacts__item .contacts__content span {
    color: #aaa;
}
.clinics .contacts__item .contacts__content a {
    display: block;
}
.clinics .contacts__item .contacts__content .call {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    border-bottom: dotted 1px;
    border-color: rgba(109,110,113,.3);
}
.clinics .contacts__item .contacts__content .call:hover {
    border-color: transparent;
}
.clinics .contacts__item .contacts__content .phone {
    font-size: 20px;
    font-style: italic;
    font-family: 'RobotoLightItalic', arial;
    color: #002b41;
    text-decoration: none;
}
.clinics .contacts__item .contacts__content .phone span {
    font-size: 12px;
}
.clinics .contacts__item.contacts__item_address .contacts__content {
    max-width: 125px;
}
.clinics .contacts__item .contacts__content .contacts_mobile {
    display: none;
}
.clinics .contacts__item.contacts__item_clinic a {
    position: relative;
    top: 7px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_hand.png) 0 0 no-repeat;
}


.popup .contacts__item.contacts__item_address .contacts__content {
    max-width: 155px;
}
header .contacts {
    margin: 4px 0 20px 0;
}
header .contacts .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-left: 7px; 
	font-family: RobotoLight; 
}

.top_line {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 5px;
    height: 80px;
    box-shadow: 0 3px 3px -3px #fa6d44;
    background: -webkit-linear-gradient(top,#fb5721,#f85f2e);
    background: linear-gradient(top,#fb5721,#f85f2e);	
    z-index: 1;
    /*transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;*/
    cursor: pointer;
    /*background-color: #e67d5a;*/
}
.top_line.show-panel {
    top: 0;
    cursor: default;
}
.top_line .clinic-popup {
    text-align: center;
	margin-top: -3px;
}
.top_line .clinic_mobile_link {
    display: inline-block;
    margin: 0 auto; 
    /*padding: 3px 34px;*/
    color: white;
    text-decoration: none;
    font-family: 'RobotoLight', arial;
    font-size: 15px;
}
.top_line .clinic_mobile_link span {
    border-bottom: dashed 1px #ffc9c9;
} 
.main-content
{
    /*padding: 10px;*/
    padding: 25px 40px 10px 40px; 
    position: relative;
    width: 100%;
}
/* ---------------- */

/* Main nav */
.main-menu {
    display: block;
    /*max-width: 710px;*/
	max-width: 740px;
	/*margin-left: 24.2%;*/
}
.main-menu .main-menu__item {
    float: left;
    margin: 0px 15px 10px 0;
}
.main-menu .main-menu__item_hassub {
    float: left;
    margin: 0px 15px 10px 0;
}
.main-menu .main-menu__item a {
	font-family: RobotoLight;
	font-size: 16px;
	line-height: 1.5;
    text-decoration: none;
    color: #002b41;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.main-menu .main-menu__item a:hover {
    border: none;
}
.menu-btn_mobile {
    display: none;
    /*position: absolute;
    right: 20px;*/
}
.menu-btn_mobile button {
    width: 36px;
    height: 36px;
    padding: 0;
    background: url(../images/menu_btn_2.png) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    z-index: 90;
}

.main-menu-mobile .search-b {
    display: none;
    margin: 10px 22px 0;
}

/* Main nav mobile */
.main-menu-m {
    display: none;
    max-width: 665px;
	margin-bottom: 10px;
}
.main-menu-m .main-menu__item {
    float: left;
    /*margin: 0px 5px;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid rgba(51, 51, 51, 0.3);*/
}
.main-menu-m .main-menu__item_sub {
    padding: 0 0 0px 0px;
}

/*
.main-menu-m .main-menu__item_sub li ul, .main-menu-m .main-menu__item_sub ul li {
    padding: 0 0 0px 30px;
}
*/
.main-menu-m .main-menu__item_sub ul li {
    padding: 0 0 0px 30px;
}

.main-menu-m ul li, .main-menu-m ul li li {
    margin: 5px 0px 5px 0px;
}

.main-menu-m a {
	cursor: pointer;
    position: relative;
    display: block;
    padding: 0px 0 10px 0;
    text-decoration: none;
    font-size: 14px;
    color: #002b41;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.main-menu-m .main-menu__item a:hover, .main-menu__item_sub > a:hover{
    /*border: none;*/
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	color: #151515;
}

.top_button_gallery:after,
.top_button_gallery_second:after {
    content: '';
    position: absolute;
    top: 16px;
    width: 11px;
    height: 8px;
    background: url(../images/arrows_.png) 0 -27px no-repeat;
    right: 9px;
    background-size: 11px;
}




/*
.top_button_gallery:after,
.top_button_gallery_second:after,
.main-menu-m .gallery-menu__item_hassub > a:after,
.main-menu-m .main-menu__item_hassub > a:after {
    content: '';
    position: absolute;
    top: 16px;
    width: 11px;
    height: 8px;
    background: url(../images/arrows_.png) 0 -27px no-repeat;
    right: 9px;
    background-size: 11px;
}
*/


.top_button_gallery:after, .top_button_gallery_second:after{top: 15px;right: 21px;}
.top_button_gallery.open:after,
.top_button_gallery_second.open:after,
.main-menu-m .gallery-menu__item_hassub._open > a:after,
.main-menu-m .main-menu__item_hassub._open>a:after {
    background-position: 0 0;
}

.menu-btn_mobile {
    display: none;
    /*position: absolute;
    right: 20px;*/
}
.menu-btn_mobile button {
    width: 36px;
    height: 36px;
    padding: 0;
    background: url(../images/menu_btn_2.png) 0 0 no-repeat;
    cursor: pointer;
    border: none;
    z-index: 90;
}

.main-menu-mobile .search-b {
    display: none;
    margin: 20px 22px 0;
}
body .main-menu-mobile .search-b-hide {
    display: none;
} 

.top-block {
    display: block;
    padding: 0;
}
.mobile-block {
    display: block;
    padding: 10px 25px 10px 25px;
    margin-bottom: 25px;
}
/* ---------------- */
.staff_tabs #tab {
	list-style: none;
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 5px;
	/*border: 1px solid transparent;*/
	border: 1px solid #e4e4e4;
	border-radius: 23px;
}
.staff_tabs #tab.active {
	/*border-color: #cccccc;*/
	background: #f7f7f7;
}
.staff_tabs #tab a {
	text-decoration: none;
	color: #23b2ea;
}
.services_links_tab_inner .list {
	vertical-align: top;
	list-style: none;
}
.services_links_tab_inner .list li {
	padding: 5px 5px 5px 0;
	display: inline-block;
}
#content1 .staff_item .worktime {display: none;}
div.phone {display: inline-block;}
.staff_tabs section div.hr {display: none;}

/* ---------------- */
.directions-list {
    background-position: right bottom;
    background-repeat: no-repeat;
}
.directions-list .tabs {
    max-width: 765px;
	/*background: rgba(237, 242, 247, 0.5);*/
	/*background: rgba(255, 255, 255, 0.5);*/
	background: rgba(255, 255, 255, 0.85);
}
.tabs .tabs__link_wrapper {
    overflow: hidden;
}
.tabs .tabs__content {
    display: none;
    /*min-height: 345px;*/
	/*min-height: 397px;*/
	min-height: 446px;
}
.tabs .tabs__content.active {
    display: block;
}

.tabs .tabs__content.active:last-child {
	border-bottom: none;
}


.directions-list {
    margin: 0 0 30px;	
	background-position: right bottom;
	border-bottom: 1px solid rgba(51, 31, 20, 0.1);
	min-height: 510px;
	height: 510px;
}
.directions-list .tabs__link {
    position: relative;
    float: left;
    width: 33.333%;
    /*min-height: 80px;
    padding: 15px 20px 15px 25px;*/
    font-size: 18px;
    line-height: 24px;
    /*background: rgba(255, 255, 255, 0.6);*/
    /*border-bottom: solid rgba(51, 31, 20, 0.12) 1px;
    border-top: solid rgba(255, 255, 255, 0.5) 1px;*/
    cursor: pointer;
}
.directions-list .tabs .tabs__link:last-of-type:nth-of-type(3n-1) {
	width: 66.666%;
}
.directions-list .tabs .tabs__link:last-of-type:nth-of-type(3n-1) .tabs__titles::before {
	width: calc(50% - 50px);
}
.directions-list .tabs .tabs__link:last-of-type:nth-of-type(3n-2) {
	width: 100%;
}
.directions-list .tabs .tabs__link:last-of-type:nth-of-type(3n-2) .tabs__titles::before {
	width: calc(33.333% - 50px);
}
.directions-list .tabs .tabs__link.active {
    color: #575757;
}
.directions-list .tabs .tabs__link .tabs__titles {
	/*min-height: 80px;*/
    /*padding: 15px 0px 15px 21px;*/
	/*padding: 25px 0px 25px 21px;*/
	padding: 20px 0px 20px 21px;
	display: block;
}

.directions-list .tabs .tabs__link .tabs__titles .title_desctop img{
	vertical-align: top;
}

.directions-list .tabs .tabs__link.active .tabs__titles:before {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 3px;
    background: #f85f2e;
    border-top: solid 1px rgba(255, 255, 255, 0.7);
}
.directions-list .tabs .tabs__content_wrapper {
	position: relative;
	
	/*max-height: 264px;
	min-height: 264px;*/
}
.directions-list .tabs .tabs__content {
    /*padding: 20px 0 15px 25px;*/
    /*background: rgba(255, 255, 255, 0.2);*/
}
.directions-list .tabs .tabs__content_wrapper .directions__slide {
	width: 100%;
	height: 40px;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0));
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 41px);
	left: 0;
}
.directions-list .tabs .tabs__content_wrapper .directions__slide>div {
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d4d4d4;
	bottom: -20px;
	left: calc(50% - 41px);
	cursor: pointer;
}
.directions-list .tabs .tabs__content_wrapper .directions__slide .slide-up {
	left: calc(50% + 1px);
}
.directions-list .tabs .tabs__content_wrapper .directions__slide>div::after {
	content: "";
	border: 2px solid #151515;
	position: absolute;
	display: block;
	transform: rotate(45deg);
	border-left: 1px;
	border-top: 1px;
	width: 10px;
	height: 10px;
	bottom: 16px;
	left: calc(50% - 5px);
}
.directions-list .tabs .tabs__content_wrapper .directions__slide .slide-up::after {
	transform: rotate(-135deg);
	bottom: 12px;
}
.directions-list .tabs .tabs__content_wrapper .directions__slide>div.unactive::after {
	border-color: #c0c0c0;
}
.directions-list .tabs .tabs__content .tabs__text {
	overflow: hidden;
	position: relative;
	height: 185px;
	padding: 0 0 0 21px;
	margin-right: 20px;
}
.directions-list .tabs .tabs__content .tabs__text>div {
	position: absolute;
	top: 0;
}

.directions-list .tabs .tabs__content .tabs__text p {
	padding-right: 20px;
}

.directions-list .tabs .tabs__content .tabs__text p:nth-child(1) {
	padding-top: 5px;
	margin-top: 0px;
}

.directions-list .directions__title {
    margin: 0px 20px 0px 20px;
    padding: 10px 20px 0 0;
    /*font-size: 26px;
    line-height: 32px;*/
	font-size: 32px;
    line-height: 40px;
	color: #fe5a01;
}

.directions-list .directions__title:empty {
    display: none;
}

.directions-list .directions__title .title_mobile:empty {
    display: none;
}

.directions-list .directions__col {
    /*float: left;
    width: 33.3333%;
    padding: 0 30px 0 0;*/
	padding: 0;
	column-count: 3;
	-webkit-column-count: 3;
    -o-column-count: 3;
    -moz-column-count: 3;
}

.directions-list .directions__col li {
    margin: 0px 20px 12px 0px;
}
.directions-list .directions__col a {
    color: #002b41;
    text-decoration: none;
    line-height: 20px;
}

.directions-list .tabs ul {
    padding-left: 20px;
}

.directions-list .tabs ul:nth-child(1) {
    padding-left: 20px;
}

.directions-list .tabs ul li, ul li li {
    margin: 0px 20px 5px 0px; 
    list-style: none;
}
.directions-list .tabs ol li, ol li li{
    padding: 0 20px 5px 0;
    margin: 0px 0px 5px 0px; 
}
.directions-list .tabs  ul li:before {
    content: "-";
    position: absolute;
    margin-left: -10px;
}
.directions-list .tabs .directions__cols ul li:before {
    content: "";
    position: absolute;
    margin-left: -10px;
}

/* ----------- */
.mfp-container .popup {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 25px;
    max-width: 850px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	/*max-height: 100vh;*/
}
.mfp-container .popup img {
	max-height: calc(100vh - 50px);
}
.mfp-content {
    text-align: center;
}
button.mfp-close {
	/*
	width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    color: silver !Important;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
	*/
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button.mfp-close:active {
    top: 20px;
}

button.mfp-close:after {
    display: block;
 /* border: 2px solid silver;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '\2716';
    font-size: 16px;*/
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
button.mfp-close:hover:after {
    border-color: silver;
    color: silver;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-content .popup__title {
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.clinics .clinics__item {
    margin: 0 0 20px;
    padding: 0 20px 35px 0;
    border-bottom: 1px solid #ccc;
}
.clinics .clinics__item:last-child {
    border: none;
    padding: 0;
}
.clinics .clinics__radio {
    float: left;
    width: 75px;
}
.clinics .clinics__radio .jq-radio {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: none;
    margin: 8px;
    background: #fff;
}
.clinics .clinics__radio .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 16px;
    border: 0 solid rgb(58, 153, 45);
    border-width: 0 4px 4px 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin: 0px 8px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    box-sizing: content-box;
}
.clinics .clinics__content {
    overflow: hidden;
}
.clinics .clinic__url {
    margin: 0 0 8px;
    font-size: 26px;
    color: #0055A6;
}
/*.clinics */
.clinic__descr {
    margin: 0 0 9px;
    font-size: 26px;
    color: #f85f2e;
}
.clinic__descr a {
    text-decoration: none;
    color: #b5aeae;
}
.clinics h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    color: #0b74b6;
}

.main
{
	min-height: 100vh;
}
.center_column
{
	width: 75%;
	float: right;
	padding-right: 25px;
	margin-bottom: 50px;
}
.right_column
{
	width: 25%;
	float: left;
	padding: 0 40px 25px 0;
}
.nav_block
{
    margin: 0 0 10px 0;
    text-align: right;
}
.nav_block a
{
    color: #007ac2;
	padding: 0 5px;
	font-size: 16px;
}
.nav_block a.sel
{
    color: #636363;
    text-decoration: none;
	background-color: #eee;

}
.a_button
{
    display: inline-block;
    padding: 15px 25px !important;
    border: none !important;
    text-transform: uppercase !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
    -webkit-box-shadow: 0px 3px 4px 1px rgba(204,204,204,0.75);
    -moz-box-shadow: 0px 3px 4px 1px rgba(204,204,204,0.75);
    box-shadow: 0px 3px 4px 1px rgba(204,204,204,0.75);
    cursor: pointer;
    font-size: 16px !important;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff !important;
    background: #2196f3 !important;	
	margin: 20px 20px 20px 0;
}
.a_button:hover{
        -webkit-box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
        -moz-box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
        box-shadow:0px 6px 6px 1px rgba(204,204,204,0.75);
		color:#fff !important;
		background:#0B5E9E !important;
}

a.sel{
    color:#fe5a01;
}
.menu_separator{

}
#rev_form.rev_form.rev_form_sms input.fb_close {
	margin-top: 15px;
}

.main-block {
    position: relative;
    z-index: 1;
}

#footer{
    border-top:1px #E0E0E0 solid;
    padding: 10px 10px 0px 10px;
}
#footer .footer_cont{
    margin:0px auto;
    color:#444444;
    font-size:12px;
    padding-bottom:15px;
}

#footer .footer_cont .foot_info{
	padding: 0 0 0 30px;
}

.foot-content {
	display: flex;
	flex-wrap: wrap-reverse;
}
.foot-left-content-text {
	max-width: 320px;
	padding: 10px 40px 0 0;
	box-sizing: border-box;
}
.foot-middle-content-text {
	max-width: 720px;
	padding-right: 40px;
	box-sizing: border-box;
}
.foot-right-content-sn {
	min-width: 75px;
	margin: 20px 0 5px 0;
	box-sizing: border-box;
}

.foot-right-content-sn span {
	margin-right: 20px;
}

address {
	font-style: normal;
}

.ins-ads-bubble {
	display: inline-block;
	position: relative;
	background: #f7f7f7;
	border-radius: .5em;
	/*margin: 0 20px 0 20px;*/
	border: solid 1px #e9e9e9;
	padding: 15px;
	text-align: center;
	font-style: italic;
}

.ins-ads-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #f7f7f7;
	border-bottom: 0;
	border-right: 0;
	margin-left: -20px;
	margin-bottom: -30px;
}

.ins-ads-bubble .msg{
	display: inline-block;
	padding: 7px;
	margin-bottom: 5px;
	color: rgb(254, 90, 1);
	border-bottom: 1px solid rgb(254, 90, 1);
}

.ins-ads-bubble .msg .nb{
	font-weight: 600;
}

.ins-ads-bubble .add{
	color: #686868;
}

.ins-ads-bubble p{
	margin: 3px;
}

.work_photoset {
	margin-top: 30px;
	text-align: center;
}

.work_photoset .set_title {
	font-size: 16px;
	line-height: 20px;
	/*font-weight: 600;*/
	max-width: 650px;
	margin: auto;
}

.work_photoset .set_descr {
	/*font-style: italic;*/
	font-size: 14px;
	line-height: 20px;
	max-width: 650px;
	margin: auto;
	margin-bottom: 20px;
}

.work_photoset .present {
   display: inline-block;
   padding: 0 15px 30px 15px;
}

.work_photoset .present img {
	border: 0;
}

.work_photoset .present .caption {
   /*font-style: italic;*/
}

.directions-list .tabs .tabs__content img {
    display: none;
}

.main .section-3-level {
    color: #8a8a8a;
	margin-top: 5px;
}

.section-2-level + .section-3-level {
    margin-top: 15px;
}

.service-price-link,  .price-service-link {
	text-align:right;
	font-style: italic;
	line-height: 22px;
	margin: 14px 0 16px 0;
}

.service-price-link a,  .price-service-link  a {
	margin-left: 3px;
	border-bottom: 1px solid #b0c4de;
    text-decoration: none;
}

.price-service-link  a + a {
	margin-left: 7px;
}

.text-data-nav{
	margin: 15px 0 15px 25px;
	padding: 0 0 0 15px;
	/*border-left: solid 1px #ccc;*/
}

.text-data-nav a{
	display: block;
	padding: 5px 0 5px 0;
}

#attach-staff,
#attach-prices {
    border-top: 1px solid rgb(12 31 69 / 6%);
    padding-top: 30px;
    margin-top: 30px;
}