@font-face {
	font-family: 'Roboto Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular.woff2') format('woff2'),  url('../fonts/Roboto-Regular.woff') format('woff'),  url('../fonts/Roboto-Regular.ttf') format('truetype'),  url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Medium.woff2') format('woff2'),  url('../fonts/Roboto-Medium.woff') format('woff'),  url('../fonts/Roboto-Medium.ttf') format('truetype'),  url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Bold.woff2') format('woff2'),  url('../fonts/Roboto-Bold.woff') format('woff'),  url('../fonts/Roboto-Bold.ttf') format('truetype'),  url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/*-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
strong {
	font-family: 'Roboto Medium';
	font-weight: normal;
}
b {
	font-family: 'Roboto Bold';
	font-weight: normal;
}
body {
	font-size: 17px;
	font-family: 'Roboto Regular';
	background-color: #fff;
	color: #000;
}
#main {
	min-height: 100%;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	max-width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
	color: #28ACB9;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	right: 0px;
	top: -5px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 7px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;/*  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.navbar-header {
	position: relative;
}
/*=====================*/
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==================*/
.logo {
	width: 400px;
	float: left;
	height: auto;
}
.logo a {
	display: table;
	text-decoration: none;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo a:hover, .logo a:focus {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}
.logo a img {
}
.logo a>span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.logo a>span:last-child {
	padding-left: 20px;
	width: 70%;
}
.logo a>span:last-child span {
	display: table;
	padding-top: 24px;
}
.logo a>span:last-child span strong {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}
.logo_divider {
	width: 1px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: white;
	margin-right: 20px;
}
.right_part {
	display: table;
	float: right;
}
.right_part>div {
	display: table-cell;
	vertical-align: middle;
}
.phones {
	text-align: right;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-left: 20px;
}
.phones a {
	text-decoration: none;
	color: #fff;
}
.phones li {
	margin-bottom: 5px;
}
.phones strong {
	text-decoration: underline;
	color: #fff;
	padding-left: 5px;
}
.social {
	color: rgba(255,255,255,0.5);
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
}
.social>div {
	padding-top: 17px;
}
.social ul {
	margin-top: 5px;
}
.social ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.social ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
}
.social ul li a:hover, .social ul li a:focus {
	opacity: 0.7;
	text-decoration: none;
}
.divider {
	width: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
}
.social .divider {
	height: 60px;
	margin-top: -30px;
}
/*-------------*/
.grafic {
	color: rgba(255,255,255,0.5);
	padding-right: 20px;
	position: relative;
	padding-top: 5px;
}
.grafic .divider {
	height: 60px;
	margin-top: -30px;
}
.grafic strong {
	color: rgba(255,255,255,1);
	display: block;
	margin-top: 3px;
}
/*===============*/
.navbar-default {
	margin: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-family: 'Roboto Medium';
	border: 2px solid transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
	border-color: rgba(255,255,255,0.5);
}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}
.navbar-nav>li>a {
	line-height: 15px;
}
.navbar {
	min-height: 45px;
	margin-bottom: 0px;
}
/*------------------*/
@media (min-width: 992px) {
.navbar-nav {
	display: table;
	width: 100%;
}
.navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: center;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
}
/*------------------*/
.menu_wrapper {
	display: table;
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.menu_wrapper>div {
	display: table-cell;
	vertical-align: middle;
}
.order_button {
	padding: 0 20px;
	background-color: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 30px;
	border: 2px solid #fff;
	outline: none;
	display: inline-block;
	white-space: nowrap;
}
.order_button:hover, .order_button:focus {
	background-color: #fff;
	color: #A6ABAC;
	text-decoration: none;
}
.order_button_div {
	text-align: right;
}
/*========================*/
@media (max-width: 992px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
	background-color: rgba(0,0,0,0.7);
	margin-top: 50px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
/*=========================*/
.home_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
/*----------------*/
.main_slider {
	position: relative;
	margin-bottom: -30px;
	height: 100%;
}
.main_slider_item {
	height: 100%;
	width: 100%;
	position: relative;
}
.main_slider_item>.inner {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.main_slider.plmed_offer .main_slider_item>.inner {
	background: rgba(0,0,0,0.5);
}
.bg1 {
	background: url(../img/main_slider/1.jpg) center top no-repeat;
	background-size: cover;
}
.bg2 {
	background: url(../img/main_slider/2.jpg) center top no-repeat;
	background-size: cover;
}
.prev, .next {
	width: 60px;
	height: 70px;
	position: absolute;
	top: 0;
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
}
.prev:hover, .next:hover, .prev:focus, .next:focus {
	color: #333;
}
.next {
	right: 0;
}
.prev {
	left: 0;
}
.slider_nav {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.slider_nav .row {
	position: relative;
}
/*========================*/
.slider_caption {
	height: 100%;
	display: table;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 2;
}
.slider_caption>.inner {
	height: 100%;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.slider_caption h1 {
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	letter-spacing: 10px;
	max-width: 90%;
	margin: 0;
	line-height: 1.8;
	margin-bottom: 70px;
	margin-top: 120px;
}
.main_slider.plmed_offer .slider_caption h1 {
	max-width: 800px;
	letter-spacing: 2px;
}
.slider_caption_body {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}
.slider_caption p {
	font-size: 20px;
	font-family: 'Roboto Medium';
	line-height: 1.8;
}
.slider_caption_body .order_button {
	padding: 0 70px;
	background-color: transparent;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	color: #fff;
	height: 60px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	margin-top: 50px;
}
.slider_caption_body .order_button:hover, .slider_caption_body .order_button:focus {
	background-color: #fff;
	color: #A6ABAC;
	text-decoration: none;
}
/*---------------------*/
.main_slider .slick-dots li.slick-active button:before {
	opacity: 0;
}
.main_slider .slick-dots li button:before {
	opacity: 0;
}
.slick-dots li {
	overflow: hidden;
	width: 18px;
	height: 18px;
	background: rgba(255,255,255,0.5);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid #fff;
}
.slick-dots {
	bottom: 50px;
}
.main_slider .slick-dots li.slick-active {
	background: #fff;
	opacity: 1;
}
.slick-dots li {
	margin: 0 20px;
}
/*------------------------*/
.services_home {
	background: url(../img/g3.jpg) center bottom no-repeat #40CFD7;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 70px;
	color: #fff;
}
.block_header h2 {
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	letter-spacing: 10px;
	margin: 0;
	margin-bottom: 30px;
	font-size: 26px;
}
.services_home_box {
	margin-bottom: 40px;
}
.services_home_box h3 {
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
}
.services_home_box p {
	line-height: 1.5;
	height: 150px;
	overflow: hidden;
	text-align: justify;
}
.services_home_toleft {
	padding-bottom: 70px;
}
.services_home .order_button {
	font-family: 'Roboto Medium';
	letter-spacing: 5px;
	line-height: 37px;
}
.services_home .order_button:hover, .services_home .order_button:focus {
	background-color: #fff;
	color: #8AD0D7;
	text-decoration: none;
}
.services_home_toleft .order_button {
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 200px;
}
/*======================*/
.prices_home {
	border-left: 3px solid #fff;
	padding-left: 90px;
}
.prices_home b>span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.prices_home p {
	margin-bottom: 16px;
}
/*=====================*/
.subscribe_home {
	max-width: 345px;
	background: url(../img/blur.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 20px;
	float: right;
	color: #fff;
	margin-top: 250px;
	margin-bottom: 100px;
}
.subscribe_home h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-family: 'Roboto Medium';
}
.subscribe_home p {
	margin-bottom: 20px;
}
.subscribe_home input[type=text], .subscribe_home input[type=mail] {
	padding: 0 20px;
	background-color: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	border: 1px solid #fff;
	outline: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.subscribe_home input[type=submit] {
	padding: 0 20px;
	background-color: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	border: 1px solid #fff;
	outline: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	font-family: 'Roboto Medium';
}
.subscribe_home input[type=submit]:hover, .subscribe_home input[type=submit]:focus {
	background-color: #fff;
	color: #8AD0D7;
	text-decoration: none;
}
.subscribe_home input[type=text]::-webkit-input-placeholder, .subscribe_home input[type=mail]::-webkit-input-placeholder {
 color: #fff;
}
.subscribe_home input[type=text]::-moz-placeholder, .subscribe_home input[type=mail]::-moz-placeholder {
 color: #fff;
}
/* Firefox 19+ */
.subscribe_home input[type=text]:-moz-placeholder, .subscribe_home input[type=mail]:-moz-placeholder {
 color: #fff;
}
/* Firefox 18- */
.subscribe_home input[type=text]:-ms-input-placeholder, .subscribe_home input[type=mail]:-ms-input-placeholder {
 color: #fff;
}
.subscribe_home input[type=text]::placeholder, .subscribe_home input[type=mail]::placeholder {
 color: #fff;
}
/*interview======================*/
.vote label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-right: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: 'Roboto Medium';
}
.vote input[type=checkbox] {
	display: none;
}
.vote label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 5px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #fff;
}
.vote input[type=checkbox]:checked + label:before {
	content: "\2714";
	color: #549AA1;
	font-size: 20px;
	text-align: center;
	line-height: 16px;
}
/*-------------------------*/
.about_home {
	overflow: hidden;
	background: url(/images/photos/pictures/astro_base_2.jpg) 400px top no-repeat #666054;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.about_home_body {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.about_home_body>div {
	display: table-cell;
	width: 50%;
	height: 100%;
}
.about_home_toleft {
	position: relative;
	color: #fff;
}
.about_home_toleft >.inner {
	background: url(../img/2.jpg) right top no-repeat;
	-webkit-background-size: 33% 100%;
	background-size: 33% 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 3000px;
	z-index: 0;
	height: 100%;
}
.about_text {
	padding: 50px 40px;
	position: relative;
	z-index: 2;
}
.about_home_toright {
	position: relative;
	color: #fff;
	height: 100%;
}
.about_home_toright>.inner {
	/*background: url(../img/333.jpg) left top no-repeat;
	-webkit-background-size: 33% 100%;
	background-size:  33% 100%;*/
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3000px;
	z-index: 0;
	height: 100%;
	display: block;
}
.about_home_toleft .block_header h2 {
	letter-spacing: 2px;
	line-height: 1.6;
}
.about_home_toleft .order_button {
	line-height: 35px;
	margin-top: 40px;
}
/*---------------------*/
.team_home {
	background-color: #28acb9;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	overflow: hidden;
}
.team_home_header {
	text-align: center;
}
.team_home_header h2 {
	font-size: 26px;
	font-family: 'Roboto Medium';
	margin: 0;
	letter-spacing: 5px;
}
.team_home_header p {
	max-width: 500px;
	margin: 30px auto;
}
.team_home_body {
	margin: 0 -15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.team_home_body ul {
	width: 100%;
	text-align: center;
}
.team_home_body ul li {
	width: 230px;
	display: inline-block;
	vertical-align: top;
}
.team_home_body ul li {
	vertical-align: top;
}
.team_home_body ul li>.inner {
	margin-left: 15px;
	margin-right: 15px;
}
.team_home_body ul li h5 {
	height: 43px;
	overflow: hidden;
	font-size: 19px;
	font-family: 'Roboto Medium';
}
.team_home_body ul li p {
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: rgba(255,255,255,.5);
	margin-bottom: 30px;
}
.team_home_body ul li .img_cont {
	overflow: hidden;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
.team_home .order_button {
	padding-left: 70px;
	padding-right: 70px;
	height: 47px;
	line-height: 43px;
	margin-top: 50px;
}
.portfoio_home {
	background: url(../img/gg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.portfoio_home>.inner {
	background: rgba(0,0,0,0.36);
	width: 100%;
	height: 100%;
}
.portfoio_caption {
	padding-top: 150px;
	padding-bottom: 150px;
	color: #fff;
	text-align: center;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
.portfoio_caption h2 {
	font-family: 'Roboto Bold';
	font-size: 26px;
	margin: 0;
	margin-bottom: 30px;
}
.portfoio_caption p {
	font-family: 'Roboto Medium';
	font-size: 16px;
	margin: 0;
	margin-bottom: 50px;
}
.portfoio_caption .order_button {
	padding-left: 70px;
	padding-right: 70px;
	height: 47px;
	line-height: 43px;
	margin-top: 0px;
}
/*===============================*/
.reviwes_news {
	overflow: hidden;
}
.reviwes_news_body {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.reviwes_news_body>div {
	display: table-cell;
	vertical-align: top;
}
.reviwes_news_body>div>.inner {
	width: 100%;
	height: 100%;
}
.reviwes_news_body>div.news {
	background-color: #8D8980;
	position: relative;
	width: 34%;
}
.reviwes_news_body>div.news>.inner {
	background-color: #28acb9;
	position: absolute;
	top: 0;
	right: 0;
	width: 5000px;
}
.reviwes_news_body>div.reviwes {
	background-color: #F8F8F8;
	position: relative;
	width: 66%;
}
.reviwes_news_body>div.reviwes>.inner {
	background-color: #F8F8F8;
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
}
.reviwes_block, .news_block {
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 10px;
}
.news_block_body {
	margin-right: 90px;
}
.reviwes_news_body h2 {
	font-size: 26px;
	font-family: 'Roboto Medium';
	margin: 0;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
.news_block {
	color: #fff;
}
.news_block_body ul li span {
	display: block;
	color: rgba(255,255,255,.5);
}
.news_block_body ul li a {
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	font-family: 'Roboto Medium';
	font-size: 15px;
	overflow: hidden;
	color: #fff;
}
.news_block_body ul li a:focus, .news_block_body ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.news {
	padding-bottom: 100px;
	position: relative;
}
.news .order_button {
	font-family: 'Roboto Medium';
	letter-spacing: 5px;
	line-height: 47px;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0px;
	position: absolute;
	left: 0;
	right: 90px;
	bottom: 70px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.news_block_body .order_button:hover, .news_block_body .order_button:focus {
	background-color: #fff;
	color: #8D8980;
	text-decoration: none;
}
/*---------------------*/
.reviwes_block_body {
	padding-left: 90px;
	color: #8D8980;
	padding-right: 90px;
	width: auto;
}
.date {
	display: block;
	color: #ADAAA4;
}
.user_name {
	text-transform: uppercase;
	color: #222;
	padding-top: 10px;
	margin-bottom: 40px;
}
.reviwes_block_body p {
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 15px;
}
.prev_arrow, .next_arrow {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #222;
	z-index: 3;
	font-size: 30px;
	cursor: pointer;
}
.prev_arrow {
	left: -50px;
}
.next_arrow {
	right: -50px;
}
/*---------------------*/
.reviwes .order_button {
	font-family: 'Roboto Medium';
	letter-spacing: 5px;
	line-height: 47px;
	height: 50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	width: 300px;
	border-color: #8D8980;
	color: #8D8980;
	margin-left: auto;
	margin-right: auto;
}
.reviwes .order_button:hover, .reviwes .order_button:focus {
	background-color: #8D8980;
	color: #fff;
	text-decoration: none;
}
.reviwes {
	position: relative;
	padding-bottom: 50px;
}
/*============================*/
.places {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	color: #fff;
	background: url(../img/russia.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.places a {
	color: #fff;
}
.places h2 {
	font-size: 26px;
	font-family: 'Roboto Medium';
	margin: 0;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
.places ul li {
	display: inline-block;
	line-height: 1.8;
}
.places {
}
.places .order_button {
	padding-left: 70px;
	padding-right: 70px;
	height: 47px;
	line-height: 43px;
	margin-top: 50px;
}
footer {
	background-color: #262626;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
footer a {
	color: #fff;
}
/*-----------*/
.footer_header {
	display: table;
	width: 100%;
	font-size: 14px;
}
.footer_header>div {
	display: table-cell;
	background: url(../img/separator.png) right center no-repeat;
	vertical-align: middle;/*outline: 1px solid lime;*/
}
.footer_menu {
	padding-right: 5px !important;
	padding-left: 0;
}
.footer_menu ul {
	display: table;
}
.footer_menu ul li {
	display: table-row;
}
.footer_menu ul li>div {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}
.footer_menu ul li a {
	display: block;
	padding: 6px 0;
}
.footer_menu ul li a:hover, .footer_menu ul li a:focus {
	color: #fff;
}
/*----------------------*/
.footer_header .social>div {
	padding-top: 0px;
}
.footer_header .order_button_div {
	background: none;
}
.footer_header .grafic {
	padding-left: 20px;
	padding-right: 0;
}
.footer_header .social {
	padding-left: 20px;
	padding-right: 0;
}
.footer_header .phones {
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
}
.footer_body {
	padding-top: 40px;
}
.footer_body .media-body p {
	margin: 0;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.1;
    padding-top: 7px;
}
.footer_footer {
	text-align: center;
}
.footer_footer a {
	display: inline-block;
	text-decoration: none;
	margin-top: 40px;
}
.footer_footer a:hover {
	opacity: 0.8;
}
/*=================================*/
/* слой затемнения */

.dm-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
/* активируем модальное окно */

.dm-overlay:target {
	display: block;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
}
/* блочная таблица */

.dm-table {
	display: table;
	width: 100%;
	height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
	display: table-cell;
	/*padding: 0 1em;*/
	vertical-align: middle;
	text-align: center;
}
/* модальный блок */

.dm-modal {
	display: inline-block;
}
.popup {
	background-color: #56B8C2;
	width: 400px;
	height: auto;
	box-shadow: 2px 5px 20px 0px rgba(0,0,0,0.2);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -230px auto 0;
	z-index: 990;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 70px;
	border: 2px solid #fff;
}
.close_popup {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	cursor: pointer;
}
.close_popup:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-sand-transform: rotate(360deg);
}
.popup input[type=text], .popup input[type=email], .popup input[type=tel] {
	border: 1px solid #fff;
	outline: none;
	margin-bottom: 10px;
	color: #000;
	background: rgba(255,255,255,0.5);
	height: 30px;
	line-height: 30px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
}
.popup textarea {
	border: 1px solid #fff;
	outline: none;
	margin-bottom: 20px;
	color: #000;
	background: rgba(255,255,255,0.5);
	height: 125px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 100%;
	padding: 10px 15px;
}
.popup input[type=submit], .popup input[type=button] {
	padding: 0 20px;
	background-color: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 48px;
	line-height: 43px;
	border: 3px solid #fff;
	outline: none;
	display: inline-block;
	width: 100%;
	font-family: 'Roboto Medium';
	margin-top: 20px;
}
.popup input[type=submit]:hover, .popup input[type=submit]:focus, .popup input[type=button]:hover, .popup input[type=button]:focus {
	background-color: #fff;
	color: #56B8C2;
	text-decoration: none;
	outline: none;
}
.form_wrapper_header {
	color: #fff;
	text-align: center;
	margin-bottom: 18px;
}
.form_wrapper_header p {
	font-size: 24px;
	margin: 0px;
	margin-top: 15px;
}
.form_wrapper_header span {
	display: block;
	color: #C01C01;
	font-size: 17px;
}
.succes {
	background-color: #56B8C2;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0;
	z-index: 1002;
	display: none;
}
.succes .inner {
	display: table;
	width: 100%;
	height: 100%;
}
.succes .inner p {
	margin-top: 0 !important;
	display: table-cell;
	vertical-align: middle;
}
.succes p {
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.succes p span {
	font-size: 18px;
	display: block;
	margin-top: 50px;
}
.succes p img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 15px;
}
/*=========================*/
.popup textarea::-webkit-input-placeholder, .popup input[type=text]::-webkit-input-placeholder, .popup input[type=email]::-webkit-input-placeholder, .popup_wrapper input[type=tel]::-webkit-input-placeholder {
 color: #fff;
}
.popup textarea::-moz-placeholder, .popup input[type=text]::-moz-placeholder, .popup input[type=email]::-moz-placeholder, .popup_wrapper input[type=tel]::-moz-placeholder {
 color: #fff;
}
/* Firefox 19+ */
.popup textarea:-moz-placeholder, .popup input[type=text]:-moz-placeholder, .popup input[type=email]:-moz-placeholder, .popup_wrapper input[type=tel]:-moz-placeholder {
 color: #fff;
}
/* Firefox 18- */
.popup textarea:-ms-input-placeholder, .popup input[type=text]:-ms-input-placeholder, .popup input[type=email]:-ms-input-placeholder, .popup_wrapper input[type=tel]:-ms-input-placeholder {
 color: #fff;
}
.popup textarea::placeholder, .popup input[type=text]::placeholder, .popup input[type=email]::placeholder, .popup_wrapper input[type=tel]::placeholder {
 color: #fff;
}
/*---------------*/
@media only screen and (max-width : 480px) {
.popup {
	width: 96%;
}
}
@media only screen and (max-width : 400px) {
.popup {
	padding-left: 20px;
	padding-right: 20px;
}
}
/*=================================*/
#toTop {
	width: 47px;
	height: 47px;
	background: #56B8C2;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
#toTop span {
	display: block;
	margin: 6px 0 0 0;
	font-size: 24px;
}
#toTop:hover {
	color: #56B8C2;
	text-decoration: none;
	background-color: #fff;
}
/*-----------------------*/
.phone_mobile {
	display: block;
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background-color: #56B8C2;
	color: #fff;
	font-size: 32px;
	line-height: 55px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
}
.phone_mobile:hover, .phone_mobile:focus {
	color: #56B8C2;
	text-decoration: none;
	background-color: #fff;
}
/*---------------------------*/
.page_in_header {
	background-color: #28ACB9;
	padding-bottom: 40px;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 20px;
	padding-left: 0;
}
.breadcrumb a {
	color: #737474;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: inherit;
	content: "\2013";
	color: #737474;
}
.grey_bg {
	background-color: #EFF0F4;
}
.goroda {
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	padding-top: 50px;
}
.page_header h1 {
	margin: 0;
	font-size: 26px;
	font-family: 'Roboto Medium';
	color: #000000;
}
/*=====================*/
.cities_list {
	max-width: 400px;
	float: right;
	padding: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	color: #000;
	background-color: #fff;
	margin-top: 50px;
}
.cities_list h3 {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Medium';
	padding: 10px;
}
.cities_list ul {
	width: 100%;
	margin-top: 40px;
}
.cities_list ul li {
	font-size: 16px;
	padding: 10px;
	width: 50%;
	float: left;
}
.cities_list ul li a{
	color: black;
}
/*====================*/
.city_info {
	padding-top: 120px;
	padding-bottom: 150px;
}
.city_info h2 {
	margin: 0;
	font-size: 30px;
	font-family: 'Roboto Medium';
	text-align: center;
	padding-bottom: 100px;
}
.city_info p {
	font-size: 20px;
}
/*==================*/
.head_table {
	display: table;
}
.head_table >div {
	display: table-cell;
.  vertical-align: top;
}
.head_table >div:first-child {
	padding-right: 50px;
}
.blue_button {
	padding: 0 20px;
	background-color: #40BDCA;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 45px;
	line-height: 40px;
	border: 2px solid #40BDCA;
	outline: none;
	display: inline-block;
}
.blue_button:hover, .blue_button:focus {
	background-color: #fff;
	color: #40BDCA;
	text-decoration: none;
}
/*---------------------*/
.review_wrapp {
	padding-top: 50px;
	margin-left: -7px;
	margin-right: -7px;
}
.review_col {
	padding: 0;
}
.review_col>.inner {
	margin-left: 7px;
	margin-right: 7px;
}
.review_box {
	background-color: #F8F8F8;
	padding: 20px;
	margin-bottom: 14px;
}
.review_box .date {
	font-size: 14px;
}
.review_box .autor {
	font-family: 'Roboto Medium';
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.review_box p {
	line-height: 1.8;
}
/*====================*/
.subtitle {
	max-width: 800px;
	margin-top: 30px;
}
.subtitle p {
	font-size: 16px;
	font-family: 'Roboto Medium';
	margin-bottom: 20px;
	text-align: justify;
}
.subtitle {
	font-size: 16px;
}
.team_home_body ul li a {
	display: block;
	color: white;
}
.user_info_service .team_home_body ul li a {
	display: block;
	color: black;
}
.team_home_body ul li a:hover, .team_home_body ul li a:focus {
	opacity: 0.8;
}
/*==========================*/
.services_prices {
/*margin-left: -15px;
	margin-right: -15px;*/
}
.services_div {
	padding: 0;
}
.services_div ul {
	display: table;
	width: 100%;
}
.services_div ul li {
	display: table-row;
}
.services_div ul li>div {
	display: table-cell;
	width: 50%;
	padding-bottom: 30px;
}
.services_div ul li>div:first-child {
	padding-right: 30px;
}
.services_div ul li>div:last-child {
	padding-left: 30px;
}
/*=====================*/
.services_div {
	padding-top: 50px;
}
.serv_box h3 {
	color: #28ACB9;
	font-size: 22px;
	font-family: 'Roboto Medium';
	margin-bottom: 10px;
	position: relative;
}
.serv_box h3 a {
	color: #28ACB9;
	display: block;
}
.serv_box h3:before {
	content: "\2014";
	color: #28ACB9;
	font-size: 24px;
	position: absolute;
	top: 0%;
	left: -30px;
}
.serv_box p {
	line-height: 1.55;
	text-align: justify;
	font-size: 14px;
}
.mail_us {
	padding-left: 70px;
	font-size: 20px;
	font-family: 'Roboto Medium';
	background: url(../img/mail_us.jpg) 0px 0px no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blue_button.mus {
	margin-top: 30px;
	width: 300px;
}
/*==================*/
.prices_div {
	padding-top: 50px;
	padding-bottom: 50px;
}
.prices_div h2 {
	margin: 0;
	font-size: 34px;
	font-family: 'Roboto Medium';
	color: #000000;
	margin-bottom: 40px;
}
.prices_div .order_button {
	border-color: #28ABB7;
	color: #28ABB7;
	width: 200px;
	height: 45px;
	line-height: 40px;
}
.prices_div .order_button:hover, .prices_div .order_button:focus {
	color: #fff;
	background-color: #28ABB7;
}
/*================*/
.proffessionals {
	background: url(../img/img9.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
.profi {
	color: #fff;
	/* background: url(../img/img30.jpg) center top no-repeat;
     -webkit-background-size: cover;
    background-size: cover;*/
	position: relative;
}
.profi>.blur_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2000px;
	background: url(../img/img30.jpg) 0px top no-repeat;
	-webkit-background-size: 38% 100%;
	background-size: 38% 100%;
}
.profi>.inner {
	padding-left: 60px;
	padding-right: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 2;
}
.profi h3 {
	margin: 0;
	font-size: 26px;
	font-family: 'Roboto Medium';
	margin-bottom: 30px;
}
.profi .order_button {
	font-size: 20px;
	font-family: 'Roboto Medium';
	margin-top: 50px;
	letter-spacing: 3px;
	width: 250px;
	height: 50px;
	line-height: 45px;
	border-width: 1px;
	border-color: rgba(255,255,255,0.6);
}
/*---------------------*/
.seo_text {
	padding-top: 20px;
	padding-bottom: 20px;
}
.seo_text h2 {
	margin: 0;
	font-size: 30px;
	font-family: 'Roboto Medium';
	margin-bottom: 40px;
}
.seo_text p {
	line-height: 1.55;
	font-size: 14px;
}
/*==================*/
.all_services_lists {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}
.all_services_box {
	margin-bottom: 40px;
	text-align: center;
}
.all_services_box h3 {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Medium';
	color: #000000;
	margin-bottom: 20px;
	margin-top: 20px;
}
.all_services_box h3 a{
	color: #28ACB9;
}
.services_text {
	text-align: left;
	display: inline-block;
}
.services_text ul {
	font-size: 14px;
}
.services_text ul li {
	margin-bottom: 10px;
}
/*=====================*/
.price_of_services {
	background-color: #DDF1F3;
}
.price_of_services_body {
	display: table;
	width: 100%;
}
.price_of_services_body>div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.price_block_header {
	display: table;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 40px;
}
.price_block_header>div {
	display: table-cell;
	vertical-align: bottom;
}
.price_block_header h3 {
	margin: 0;
	font-size: 24px;
	font-family: 'Roboto Medium';
	color: #000000;
}
.price_block_header a {
	display: block;
	font-size: 20px;
	font-family: 'Roboto Medium';
	color: #56B8C2;
}
.price_block_body {
	display: table;
	width: 100%;
	padding-bottom: 40px;
}
.price_block_body>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.price_block_body>div:first-child {
	padding-right: 10px;
}
.price_block_body p {
	margin-bottom: 30px;
	max-width: 200px;
}
.price_block_body b {
	display: block;
}
/*=====================*/
.feedback {
	background-color: #56B8C2;
	height: 100%;
	padding: 10px;
	position: relative;
}
.feedback>.inner {
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
}
.feedback_body {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 70px;
}
.feedback_body input[type=text], .feedback_body input[type=email], .feedback_body input[type=tel] {
	border: 1px solid #fff;
	outline: none;
	color: #000;
	background: rgba(255,255,255,0.5);
	height: 45px;
	line-height: 45px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 100%;
	padding: 0px 15px;
}
.feedback_body textarea {
	border: 1px solid #fff;
	outline: none;
	margin-bottom: 20px;
	color: #000;
	background: rgba(255,255,255,0.5);
	height: 145px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	width: 100%;
	padding: 10px 15px;
}
.feedback_body input[type=submit] {
	padding: 0 20px;
	background-color: transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 45px;
	border: 3px solid #fff;
	outline: none;
	display: inline-block;
	width: 250px;
	font-family: 'Roboto Medium';
	margin-top: 20px;
	letter-spacing: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.feedback_body input[type=submit]:hover, .feedback_body input[type=submit]:focus {
	background-color: #fff;
	color: #56B8C2;
	text-decoration: none;
	outline: none;
}
.form_row {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.form_row>div {
	display: table-cell;
	vertical-align: middle;
}
.form_row label {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	width: 80px;
}
/*==================*/
.serv_grey {
	background: #D5DCE6;
 background-position: center top !important;
 -webkit-background-size: cover !important;
 background-size: cover !important;
	box-shadow: 0px 10px 65px -26px rgba(100,100,100,0.45);
}
.service_options .serv_box h3 {
	color: #000;
}
.service_options .serv_box h3:before {
	content: "";
}
.service_options .serv_box h3 a {
	color: #000;
}
/*===============*/
.service_info_body {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 50px;
}
.service_info_body h3 {
	font-family: 'Roboto Medium';
	margin-bottom: 40px;
	margin-top: 50px;
	font-size: 24px;
}
.s_options {
}
.s_options ul {
	display: table;
	width: 100%;
}
.s_options ul li {
	display: table-row;
	border-top: 1px solid #D5DCE6;
	font-size: 14px;
}
.s_options ul li>div {
	display: table-cell;
	padding: 8px 0;
	border-top: 1px solid #D5DCE6;
}
.s_descriptions a {
	display: inline-block;
	color: #28ACB9;
	font-size: 17px;
	font-family: 'Roboto Medium';
	margin-right: 6px;
}
.s_descriptions a.big {
	padding: 10px 0;
	font-size: 20px;
	margin-top: 20px;
}
.s_descriptions p {
	line-height: 1.55;
	text-align: justify;
	font-size: 14px;
}
.s_descriptions a:hover, .s_descriptions a:focus {
	color: #28ACB9;
}
/*--------------------*/
.user_info_header {
	margin-bottom: 40px;
}
.user_info_header ul {
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	text-align: center;
	width: 100%;
}
.user_info_header ul li {
	width: 25%;
	float: left;
	vertical-align: middle;
}
.user_info_header ul li a {
	display: block;
	color: #000;
	font-size: 20px;
	font-family: 'Roboto Medium';
	padding: 30px 15px;
	line-height: 40px;
}
.user_info_header ul li a:hover, .user_info_header ul li a:focus {
	color: #9B9B9B;
	text-decoration: none;
}
.color_b {
	padding: 0 20px;
	background: transparent;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	color: #AEAEAE;
	text-align: center;
	height: 55px;
	line-height: 52px;
	border: 2px solid #AEAEAE;
	outline: none;
	display: block;
	vertical-align: middle;
	margin-top: 24px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.color_b:hover, .color_b:focus {
	background: url(../img/mcolor.jpg) center top no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
	text-decoration: none;
}
.user_info_toleft {
	padding: 0;
	padding-bottom: 50px;
}
/*==================*/

.top_descr p {
	padding: 20px;
	line-height: 1.5;
	margin-top: 30px;
	background: #EFEFEF;
	text-align: justify;
}
.prices_table p {
	margin-bottom: 20px;
	line-height: 1.55;
	text-align: justify;
}
.prices_table .top_descr {
	margin-bottom: 30px;
}
/*-------------------*/
.middle_descr {
	padding-top: 40px;
}
.middle_descr h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.middle_descr > h3, .middle_descr > h2 {
	margin-top: 0;
}
.middle_descr h4 {
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
}
.descr_list h3 {
	padding-left: 50px;
	margin-top: 0px;
} 
.tire-marker ul, .post_body ul, .seo_text ul, .doctor_options_wrap ul, .spec_header_text ul, .middle_descr ul {
	margin-bottom: 50px;
}
.post_body ul {
	margin-bottom: 20px;
}
.tire-marker li, .post_body li, .seo_text li, .doctor_options_wrap li, .spec_header_text li, .middle_descr li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.middle_descr li{
	font-size: 16px;
}
.post_body li {
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.tire-marker li:before, .post_body li:before, .seo_text li:before, .doctor_options_wrap li:before, .spec_header_text li:before, .middle_descr li:before {
	content: '\2014';
	position: absolute;
	top: 0px;
	left: 0;
	color: #000;
	font-size: 14px;
}
.post_body li:before {
	font-size: 14px;
}
.doctor_options_wrap ul li ul {
	margin-top: 50px;
}
.doctor_options_wrap p{
	margin-bottom: 20px;
	line-height: 1.55;
	text-align: justify;
}
.middle_descr p {
	line-height: 1.55 !important;
	margin-bottom: 20px !important;
	text-align: justify;
}
/*--------------*/
.kinds_body .img_cont {
	width: 50%;
	float: left;
}
.kinds_body .k_text {
	width: 50%;
	float: left;
}
.kinds_body {
	margin-top: 50px;
	margin-bottom: 40px;
}
.important {
	text-align: center;
	padding: 50px 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	background: #FF9F9F;
	font-size: 20px;
}
.warner h3 {
	margin: 0;
	margin-bottom: 40px;
	margin-top: 20px;
	text-transform: uppercase;
}
/*------------------*/
.patients {
}
.right_vidjet h3 {
	margin-bottom: 30px;
}
.patients a {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #000;
}
.right_vidjet {
	margin-bottom: 50px;
}
.new_box {
	margin-bottom: 30px;
}
.new_box .img_cont img {
	width: 100%;
	height: auto;
}
.new_box .img_cont a {
	display: block;
}
.new_box .img_cont a:hover {
	opacity: 0.8;
}
.new_box .date {
	margin-top: 10px;
	margin-bottom: 7px;
}
.lisence {
}
.lisence a {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #000;
	font-size: 20px;
}
/*====================*/
.contact_info {
	overflow: hidden;
}
.cont_text {
	padding-bottom: 20px;
}
.cont_text h3 {
	font-size: 20px;
	font-family: 'Roboto Medium';
	margin-bottom: 10px;
}
.cont_text ul {
	margin-bottom: 30px;
}
.cont_text li {
	margin-bottom: 10px;
	font-size: 15px;
}
.cont_text_footer a {
	display: block;
	padding: 7px 0;
	color: #28ACB9;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Roboto Medium';
}
.cont_text_footer a:hover, .cont_text_footer a:focus {
	color: #000;
	text-decoration: none;
}
.cont_text_footer a span {
	font-size: 24px;
	margin-right: 10px;
}
.map_wrapper_div {
	//width: 2500px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.map {
	width: 100%;
	height: 100%;
}
.contact_info_toright {
	height: 100%;
	position: relative;
}
.contact_info_toright .inner {
	position: absolute;
	height: 100%;
	width: 100%;
}
.contact_info_body {
	display: table;
	width: 100%;
	height: 100%;
}
.contact_info_body>div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.adress {
	padding-top: 15px;
}
/*============================*/
.feedback_body {
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 70px;
}
.find_us .feedback_body input[type=text], .find_us .feedback_body input[type=email], .find_us .feedback_body input[type=tel] {
	border: 1px solid #C9C9C9;
	background: #F5F5F5;
}
.find_us .feedback_body textarea {
	border: 1px solid #C9C9C9;
	background: #F5F5F5;
}
.find_us .feedback_body button[type=submit] {
	background-color: #28ACB9;
	border: 3px solid #28ACB9;
	text-transform: none;
	letter-spacing: 0;
	padding: 0 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 43px;
	outline: none;
	width: 210px;
	font-family: 'Roboto Medium';
	margin-top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.find_us .feedback_body button[type=submit] span {
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.find_us .feedback_body button[type=submit]:hover, .find_us .feedback_body button[type=submit]:focus {
	background-color: #fff;
	color: #56B8C2;
	text-decoration: none;
	outline: none;
}
.find_us .form_row label {
	color: #000;
}
.find_us .form_wrapper_header {
	color: #000;
}
.find_us .form_wrapper_header {
	text-align: left;
}
.find_us .form_wrapper_header p {
	margin-top: 10px;
}
.find_us .form_wrapper_header img {
	position: relative;
	left: -30px;
}
.find_us {
	margin-left: -15px;
	margin-right: -15px;
}
.respondents ul {
	display: table;
	width: 100%;
}
.respondents ul li {
	display: table-row;
}
.respondents ul li>div {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 60px;
}
.respondents ul li>div:first-child {
	padding-right: 60px;
}
.respondents ul li>div p {
	font-size: 24px;
	margin-bottom: 5px;
}
.respondents ul li>div span {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
.respondents ul li>div a {
	display: block;
	font-size: 18px;
	color: #28ACB9;
}
/*==========================*/
.news_top {
	padding-top: 60px;
}
.news_top_box {
	display: table;
	width: 100%;
}
.news_top_box>div {
	display: table-cell;
	vertical-align: top;
}
.news_top_box>div:first-child {
	width: 400px;
}
.news_top_box>div:first-child a {
	display: block;
	margin-right: 40px;
}
.news_top_box>div:first-child a:hover {
	opacity: 0.8;
}
.news_top_box>div:first-child img {
	width: 100%;
	height: auto;
}
.news_info_header span, .news_info_header a {
	display: inline-block;
	float: left;
}
.news_info_header a {
	padding-left: 10px;
	position: relative;
	color: #28ACB9;
}
.news_info_header a:hover, .news_info_header a:focus {
	text-decoration: none;
	color: #000;
}
.news_info_header a:before {
	content: "/";
	left: 0px;
	margin-right: 5px;
	top: 0;
}
.news_top_box {
	margin-bottom: 50px;
}
.news_info_body h3 {
	font-size: 20px;
	/*height: 45px;*/
	overflow: hidden;
	font-family: 'Roboto Bold';
	margin: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}
.news_info_body h3 a {
	color: #28ACB9;
	text-decoration: none;
}
.news_info_body h3 a:hover, .news_info_body h3 a:focus {
	color: #000;
}
.news_info_body p {
	font-size: 16px;
	//height: 116px;
	overflow: hidden;
	line-height: 1.9;
}
.related_news {
	background-color: #EEEEEC;
	padding-top: 60px;
	padding-bottom: 60px;
}
.related_news_tabs {
	padding-top: 50px;
}
.nav-tabs>li>a {
	border: 2px solid transparent;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 20px;
	font-family: 'Roboto Bold';
	color: #28ACB9;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #A6A6A6;
	background-color: #F4F4F3;
	border: 2px solid #fff;
	border-bottom-color: #fff;
}
.nav-tabs {
	border-bottom: 1px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	color: #000;
	border-bottom-color: transparent;
	background-color: transparent;
}
.tab_news_block {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 50px;
}
.tab_news_block >div {
	width: 25%;
	float: left;
}
.tab_news_box {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.tab_news_box>a>img {
	width: 100%;
}
.tab_news_box>a {
	display: block;
}
.tab_news_box>a:hover {
	opacity: 0.8;
}
.tab_news_box>p {
	font-size: 16px;
	height: 44px;
	overflow: hidden;
}
.tab_news_box>.date {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tab-pane-pagination {
	margin-top: 30px;
	margin-bottom: 0px;
}
.tab-pane-pagination ul {
	display: block;
	text-align: center;
}
.tab-pane-pagination ul li {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 10px;
	border: 1px solid transparent;
	font-size: 20px;
	line-height: 40px;
}
.tab-pane-pagination ul li:hover, .tab-pane-pagination ul li.active, .tab-pane-pagination ul li a:hover {
	border-color: #A1A1A1;
	text-decoration: none;
	color: #A1A1A1;
}
.tab-pane-pagination ul li a, .tab-pane-pagination ul li span {
	display: block;
	color: #A1A1A1;
	width: 100%;
	height: 100%;
}
/*====================*/
.post_body {
	padding-top: 40px;
}
.post_body>.img_cont img {
	width: 100%;
	height: auto;
}
.post_body>.img_cont {
	margin-bottom: 50px;
}
.post_text_box {
	//display: table;
	width: 100%;
	margin-bottom: 50px;
}
.post_text_box p {
	margin-bottom: 20px !important;
}
.post_text_box>div {
	display: table-cell;
	vertical-align: top;
}
.post_text_text {
	padding-right: 30px;
}
.post_body h3 {
	margin: 0;
	margin-bottom: 20px;
	margin-top: 30px;
}
.post_body p {
	margin: 0;
	line-height: 1.55;
	font-size: 14px;
}
.post_text_box>div:last-child {
	width: 450px;
}
.post_text_box>div:last-child p{
	margin: 0 !important;
}
.post_text_box>div:last-child img {
	width: 100%;
	height: auto;
}
.post_text_box>div:last-child span {
	display: block;
	text-align: right;
	padding-top: 5px;
}
.post_text_box>div:last-child span p{
	margin: 0 !important;
}
/*================*/
.post_list {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.post_list>div {
	display: table-cell;
	vertical-align: top;
}
.post_list>div:first-child {
	width: 400px;
}
.post_list>div:first-child img {
	width: 100%;
	height: auto;
}
.post_list ul {
	display: table;
	width: 100%;
}
.post_list ul li {
	display: table-row;
}
.post_list ul li>div {
	display: table-cell;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	width: 50%;
	padding-bottom: 20px;
	padding-right: 20px;
}
.post_list ul li>div:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	top: 10px;
	left: 0;
	background: #28ACB9;
	font-size: 25px;
}
/*=======================*/
.similar {
	padding-top: 50px;
	padding-bottom: 20px;
}
.similar h1 {
	margin: 0;
	font-size: 34px;
	font-family: 'Roboto Medium';
	color: #000000;
}
/*=======================*/
.about .about_text {
	padding: 40px 60px;
}
.about .breadcrumb>.active {
	color: #fff;
}
.about .breadcrumb a {
	color: #fff;
}
.about .breadcrumb>li+li:before {
	color: #fff;
}
.about .page_header h1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
}
.about .about_text p {
	margin-bottom: 20px;
	line-height: 1.55;
	font-size: 16px;
	text-align: justify;
}
/*-----------------------*/
.professional {
	overflow: hidden;
	background: url(/templates/_default_/img/img14-4.jpg?v=2) 0px bottom no-repeat;
	-webkit-background-size: 58% auto;
	background-size: 58% auto;
}
.profi_body {
	height: 500px;
}
.profi_body>div {
	height: 100%;
}
.img_p {
	position: relative;
	height: 100%;
}
.profi_text {
	padding-top: 60px;
	padding-bottom: 60px
}
.profi_text p {
	line-height: 1.55;
	font-size: 16px;
	text-align: justify;
}
.profi_text h3 {
	font-size: 26px;
	font-family: 'Roboto Medium';
	margin-bottom: 20px;
}
/*====================*/
.oborudovanie {
	padding-top: 0px;
	padding-bottom: 0px;
}
.oborudovanie h3 {
	margin: 0;
	font-size: 26px;
	font-family: 'Roboto Medium';
	color: #000000;
	margin-bottom: 40px;
	margin-top: 40px;
}
.oborudovanie p {
	margin-bottom: 20px;
	line-height: 1.55;
	text-align: justify;
	font-size: 14px;
}
.certificates {
	margin-left: -5px;
	margin-left: -5px;
	padding-top: 20px;
}
.certificates ul {
	margin-top: 30px;
}
.certificates li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.certificates li>a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.certificates li>a img {
	width: 100%;
	height: auto;
}
/*========================*/
.spec_header {
	margin-bottom: 50px;
}
.specialist .page_header h1 {
	margin-bottom: 0;
}
.specialist .page_header .subtitle {
	font-size: 20px;
	margin-top: 5px;
}
.spec_header_img {
	text-align: right;
}
.spec_header_img img {
	max-width: 60%;
}
.specialist .page_header {
	margin-bottom: 50px;
}
.spec_header_text p {
	line-height: 2;
	font-size: 18px;
	margin-bottom: 30px;
}
.spec_header_body {
	margin-left: -15px;
	margin-right: -15px;
}
.buttons_group {
	padding-top: 50px;
	display: table;
}
.buttons_group>div {
	display: table-cell;
	vertical-align: middle;
}
.buttons_group>div:first-child {
	padding-right: 20px;
}
.color_b {
	margin-top: 0px;
	font-size: 15px;
	letter-spacing: 0px;
	width: 270px;
	text-transform: none;
	background: #28ACB9;
	color: white;
	border-color: rgba(233,233,233, 1);
	position: relative;
	overflow: hidden;
}
.color_b::before {
  -webkit-animation: glow 1s ease-in infinite;
          animation: glow 1s ease-in infinite;
  background: #28ACB9;
  border-radius: inherit;
  content: "";
  filter: blur(10px);
  opacity: 0.75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.color_b:hover {
	background: rgba(15,45,53, 0.6) !important;
	color: white !important;
	border-color: rgba(233,233,233, 1) !important;
}

.color_b:after { 
  animation: shine 3s ease-in-out  infinite;
  animation-fill-mode: forwards;  

    content: "";
    height: 200%;
    left: -130%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 15%;
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.color_b:active:after {
  opacity: 0;
}
@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -40%;
    left: 120%;
    transition-property: left, top, opacity;
  }
}


/*=========================*/
.serv_tab .nav-tabs {
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: block;
	text-align: center;
	width: 100%;
	padding-right: 150px;
}
.serv_tab .nav-tabs li a {
	display: block;
	color: #000;
	font-size: 20px;
	font-family: 'Roboto Medium';
	padding: 30px 15px;
	line-height: 40px;
}
.serv_tab .nav-tabs>li.active>a, .serv_tab .nav-tabs>li.active>a:focus, .serv_tab .nav-tabs>li.active>a:hover {
	color: #9B9B9B;
	background-color: transparent;
	border: 2px solid transparent;
	border-bottom-color: transparent;
}
.serv_tab .nav-tabs>li>a {
	display: block;
	color: #000;
	font-size: 20px;
	font-family: 'Roboto Medium';
	padding: 30px 45px;
	line-height: 40px;
}
.serv_tab .nav-tabs.narrow-tabs>li>a {
	padding: 30px 30px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	color: #9B9B9B;
	border-color: transparent;
	background-color: transparent;
}
.serv_tab {
	position: relative;
}
.serv_tab .color_b {
	position: absolute;
	top: 0px;
	right: 30px;
}
.serv_tab .tab-pane {
	padding-top: 30px;
}
.serv_tab .team_home_body ul li p {
	color: #AEAEAE;
}
.serv_tab .team_home_body ul li {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}
/*==================*/
.do_posle {
	margin-left: -10px;
	margin-right: -10px;
}
.do_posle_box {
	margin-bottom: 40px;
}
.do_posle_box img {
	width: 100%;
	height: auto;
}
.do_posle_box h4 {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #28ACB9;
    font-size: 20px;
    font-family: 'Roboto Medium';
    margin-top: 25px;
    margin-bottom: 5px;
}
.do_posle_box p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
	color: #777777;
}
/*----------------------------*/
.dp_popup {

}
.dp_popup img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.dp_popup_wrapper {
	padding-top: 100px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.dp_popup_wrapper .close_popup {
    top: 37px;
    right: 0px;
}
.dp_slider_wrapper {
     width: 100%;
}
/*=====================================*/
.dp_slider .prev_arrow,.dp_slider .next_arrow {
    position: absolute;
    top: 35%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    z-index: 3;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}
/*=====================================*/
.fancybox-overlay {
	background: rgba(0,0,0,0.9);
}
.dp_caption {
	color: #fff;
	padding: 15px 0;
	text-align: left;
}
.dp_caption h4 {
	color: #28ACB9;
	font-size: 20px;
	font-family: 'Roboto Medium';
}
.dp_caption p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
}
.dp_caption span {
	display: block;
	color: #fff;
	margin-bottom: 20px;
}
/*==========================*/
.doctor_options {
	background-color: #F8F8F7;
	padding-top: 40px;
	padding-bottom: 50px;
}
.doctor_options_wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.doctor_options_wrap .tire-marker li {
	margin-bottom: 10px;
}
.doctor_options {
}
.doctor_options .nav-tabs>li.active>a, .doctor_options .nav-tabs>li.active>a:focus, .doctor_options .nav-tabs>li.active>a:hover {
	color: #A6A6A6;
	background-color: transparent;
	border: 2px solid transparent;
	border-bottom-color: transparent;
	text-decoration: underline;
}
/*----------------*/
.examples_r {
	padding-top: 40px;
	padding-bottom: 40px;
}
.examples_r_header {
	display: table;
	margin-bottom: 50px;
}
.examples_r_header>div {
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
	font-family: 'Roboto Medium'
}
.examples_r_header>div a {
	display: block;
	padding-left: 30px;
	color: #28ACB9;
}
/*---------------------*/
.photos {
	padding-top: 50px;
}
.photos_body {
	margin-left: -15px;
	margin-right: -15px;
}
.topnav {
}
ul.topnav {
}
ul.topnav> li {
	padding-right: 41px;
	position: relative;
}
ul.topnav li a {
	color: #666666;
	display: block;
	font-size: 18px;
	padding: 17px 0px;
	text-decoration: none;

}
ul.topnav li a:hover, ul.topnav li a:focus, ul.topnav li.active >a {
	background-color: transparent;
	color: #28ACB9;
}
ul.topnav ul {
	display: none;
	margin: 0;
	padding: 0;
}
ul.topnav ul li {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.topnav ul li a {
	font-size: 14px;
	font-weight: normal;
	outline: 0 none;
	padding-left: 0px;
	color: #000;
}
ul.topnav ul li a:hover, ul.topnav ul li a:focus, ul.topnav ul li.active> a {
	background-color: transparent;
	color: #28ACB9;
}
ul.topnav ul ul li a {
	color: #28ACB9;
	padding-left: 0px;
}
ul.topnav ul ul li a:hover {
	background-color: transparent;
	color: #000;
}
ul.topnav span {
	float: right;
	font-size: 50px;
	font-family: "Times New Roman", serif;
	font-weight: 100;
	line-height: 0px;
	padding-top: 10px;
	position: absolute;
	right: 20px;
    width: 35px;
    height: 35px;
    line-height:0px;
    top: 18px;
}
/*==========================*/
.prices_page_body {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.prices_page ul.topnav >li {
	padding-left: 0px;
}
.prices_page ul.topnav >li> a {
	padding: 20px 0px;
}
ul.topnav ul li a {
	padding: 7px 0px;
}

.prices_page ul.topnav >li {
	position: relative;
}
.prices_page ul.topnav >li img {
	width: 60px;
	height: auto;
	position: absolute;
	top: 6px;
	left: 0;
	display: none;
}
@media only screen and (max-width : 400px) {
    .prices_page ul.topnav >li {
	padding-left: 0px;
}
}
.prices_table {
	font-size: 14px;
}
/*==============================*/

.prices_page ul.topnav span {
    top: 32px;
}

.prices_table ul {
	display: table;
	width: 100%;
	font-size: 14px;
}
.prices_table ul li {
	display: table-row;
}
.prices_table ul li>div {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	border-top: 1px solid #F2F2F2;
}
.prices_table ul li>div:last-child {
	text-align: right;
	padding-left: 20px;
	min-width: 150px;
}
.old_price {
	display: table;
	float: right;
}
.old_price>div {
	display: table-cell;
	vertical-align: middle;
}
.old_price span {
	color: #95989A;
	text-decoration: line-through;
	display: inline-block;
	padding-right: 10px;
}
/*======================*/
.footer_header .phones li {
    margin-bottom: 19px;
}
.home_header_wrapper .grafic strong {
    margin-top: 10px;
}
.home_header_wrapper .grafic li:first-child {
	position: relative;
	top: 3px;
}
.phones li {
    margin-bottom: 7px;
}
html,body {
	height: 100%;
}
.main_slider_body,
.slick-list,
.slick-track {
	height: 100%;
}
.main_slider {
   overflow: hidden;
}
/*====================*/
.slider_caption h1 {
    margin-bottom: 20px;
    margin-top: 190px;
    line-height: 1.5;
    font-size: 30px;
}
.slider_caption_body .order_button {
    margin-top: 40px;
}
.main_slider_body .slick-dots {
    bottom: 20px;
}
.slider_caption p {
    font-size: 16px;
}
.slider_caption_body .order_button {
    padding: 0 40px;
    height: 45px;
    line-height: 12px;
}
.services_home {
    overflow: hidden;
}

.slider_caption_body {
     padding-bottom: 0px; 
}
/*========================*/
.spec_examples h4 {
	color: #777777;
	text-align: center;
}
.phones li {
    position: relative;
}
.phones strong {
    width: 100px;
    display: inline-block;
        text-align: left;
}
.towns {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background-color: #fff;
	color: #262626 !important;
	padding: 20px;
	border-radius: 15px; 
-webkit-border-radius: 15px; 
-moz-border-radius: 15px; 
    font-size: 16px;
 text-align: left;
 -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
	display: none;
	z-index: 10;
}
.towns strong {
	color: #262626;
}
.open_town {
	cursor: pointer;
}
.phones li  strong:hover {
    text-decoration: none;
}
.town_phones a {
    display: none;
    text-align: left;
}
.town_phones a:first-child {
    display: block;
}
.rogachiov {
	width: 130px;
}
.services_text a{
	color: black;
}
.services_home_box h3 a{
	color: white;
}
.post_text_box h2 {
	margin-bottom: 20px;
}
.seo_text .top_descr {
	margin-bottom: 20px;
}
.seo_text a {
	text-decoration: underline;
}
.seo_text a:hover {
	text-decoration: none;
}
.seo_text h2 {
	margin: 40px 0 20px 0;
	font-size: 20px;
}
.seo_text p {
	margin-bottom: 20px;
}
.seo_text h3 {
	margin: 30px 0 30px 0;
}
.doctor_options_wrap h2, .doctor_options_wrap h3{
	margin: 30px 0 30px 0;
}
.photo_nav {
	margin-bottom: 50px;
}
.post_text_text h3 {
	margin-top: 0;
}

ul.topnav li.active ul {
	display: block;
}


.serv_box h3 {
    height: auto;
    overflow: hidden;
}
.middle_descr h2 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 24px;
}
.middle_descr h3 {
	font-size: 20px;
}
.doctor_options .nav-tabs>li>a, 
.doctor_options .nav-tabs>li.active>a, 
.doctor_options .nav-tabs>li.active>a:focus, 
.doctor_options .nav-tabs>li.active>a:hover {
    border: 0px;
    text-align: left;
    padding-left: 0;
}
.succes {
    z-index: 999;
}
.pagebar {
	margin-bottom: 50px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #ADAAAC;
    padding-top: 10px;
}
.morelink:hover,.morelink:focus {
    color: #40BDCA;
}
.tab_news_box a {
	color: black;
}
.doctor_options_tabs .nav-tabs>li:first-child {
    padding-right: 20px;
}

.slider_caption h1 {
    margin-top: 150px;
    line-height: 1.3;
}
.slider_caption p {
    font-size: 20px;
    line-height: 1.6;
}
.slider_caption_body .order_button {
    margin-top: 20px;
}
.slider_caption p {
    font-size: 18px;
    line-height: 1.6;
}
.slider_caption_body {
    max-width: 1000px;
}

.slider_caption_body .order_button {
    margin-top: 20px;
    background: rgba(255,255,255,0.2);
}
.order_button_div .order_button {
   background: rgba(255,255,255,0.2);
}
.slider_caption_body {
    text-shadow: 1px 1px 1px #333;
}
.slider_caption p {
    font-family: 'Roboto Regular';
}
.navbar-default .navbar-nav>li>a {
   font-family: 'Roboto Regular';
}
.social ul li:first-child a {
    font-size: 34px;
}
.social ul li:last-child a {
    font-size: 33px;
}
.services_home .order_button {
    color: #56B8C2;
    background: #fff;
}
.social ul li:first-child a {
    font-size: 46px;
    width: 50px;
}
.subscribe_home h4 ,
.subscribe_home p {
    padding-left: 15px;
}
.team_home .order_button {
     margin-top: 0px; 
}
.portfoio_caption p,
.news_block_body ul li a {
   font-family: 'Roboto Regular';
}
.order_button_div .order_button:hover, 
.order_button_div .order_button:focus {
    background-color: #fff;
    color: #A6ABAC;
    text-decoration: none;
}
.service_options .serv_box h3 {
    height: auto;
}
.img-abd {
	width: 70%;
}
.serv_grey {
    background-color: #D5DCE6;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    //background-size: cover;
    background-position: right top !important;

    background-repeat: no-repeat,repeat-x;
    background-size: auto 100% !important, auto 100%;
    background-position: right top !important,center top;
}
@media only screen and (max-width: 992px){
 .serv_grey {
    background: #D5DCE6 !important;
}
}
@media only screen and (max-width : 768px) {
.breadcrumb>li {
    display: none;
}
.breadcrumb>li:nth-last-child(2) {
    display: block;
}
.breadcrumb>li+li:before {
    content: "\2039";
}
.breadcrumb>li+li:before {
	padding: 0 10px 0 0;
}
}

#sitemap_html_page {
	margin-bottom: 30px;
}

.add_info {
	margin: 0px 0 20px 0;
}
.media-body a, .add_info a:hover{
	color: white;
}
.tbl_info {
	width: 40%;
}
.tbl_info td {
	padding: 10px 0;
}

@media only screen and (min-width :992px) {
.do_posle_box img {
    height: 170px;
}
}
@media only screen and (min-width : 1200px) {
.do_posle_box img {
    height: 208px;
}
}

.all_services {
    overflow: hidden;
}

@media only screen and (min-width: 1200px){
.specialist .do_posle_box img {
    height: auto;
} 
}

.tab_news_box>p {
        height: 67px;
}
@media only screen and (min-width :400px) {
.tab_news_box>a>img {
   height: auto;
}
}
@media only screen and (min-width :480px) {
.tab_news_box>a>img {
   height: 114px;
}
}
@media only screen and (min-width :640px) {
.tab_news_box>a>img {
    height: 150px;
}
}
@media only screen and (min-width :768px) {
.tab_news_box>a>img {
    height: 126px;
}
}
@media only screen and (min-width :992px) {
.tab_news_box>a>img {
    height: 126px;
}
}
@media only screen and (min-width : 1200px) {
.tab_news_box>a>img {
    height: 153px;
}
}
@media only screen and (min-width : 992px) {
.do_posle_box a {
 display: block;
    position: relative;
    height: 200px;
    overflow: hidden;
}
.examples_r .do_posle_box a {
	height: 270px;
}
.do_posle_box a img {
    position: absolute;
    height: auto !important;
    width: 100%;
    left: 0;
    top: 0;
}
}
.phones .live_conditions {
	font-size: 12px;
	text-align: left;
}
.phones .live_conditions a {
	text-decoration: underline;
}
.phones .live_conditions a:hover {
	text-decoration: none;
}
/*=========================*/
.order_button_div {
	/*position: relative;*/
}
.order_button_22 {
    padding: 0 39px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 24px;
    border: 2px solid #fff;
    outline: none;
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.order_button_22:hover, .order_button_22:focus {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
.menu_wrapper {
    margin-top: 10px;
}
.order_button_22 {
    height: 40px;
    line-height: 36px;
}
    
/*=====================*/
.reviwes .order_buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 100%;
    padding-left: 53px;
}
.reviwes .order_button {
    position: relative;
    bottom: 0px;
    width: auto;
    border-color: #8D8980;
    color: #8D8980;
    margin-left: 0;
    margin-right: 20px;
}
.order_button.rew {
	margin-top: 30px;
}
/*=================*/
	.home_header {
    z-index: 30;
}
.page_in_header {
    z-index: 30;
    position: relative;
}
#navigation .navbar-nav {
   /*padding-top: 6px;*/
}
.about_home_toright .block_header h2 {
    letter-spacing: 0px;
    
}
.about_text {
	
}
.about_home_toright>.inner {
     position: absolute; 
     left: 0; 
     top: 0; 
     bottom: 0; 
    width: 100%;
    z-index: 0;
    height: 100%;
     display: block; 
     z-index: 2;
}
.about_home_toright .order_button {
    line-height: 35px;
    margin-top: 40px;
}
.about_home_toright:after {
	 content: '';
     position: absolute; 
     left: 0; 
     top: 0; 
     bottom: 0; 
    width: 3000px;
    z-index: 0;
    height: 100%;
     display: block; 
     background-color: rgba(15,45,53,.5);
}
.about_home_toright .block_header h2 {
    letter-spacing: 2px;
    line-height: 1.6;
}
/*================offer=====================*/
.offers.about_home_toright>.inner {
    background: url(../img/offer_2.jpg) left top no-repeat;
    -webkit-background-size: 33% 100%;
    background-size: 33% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 3000px;
    z-index: 0;
    height: 100%;
    z-index: 2;
}
.plmed_offer {
	
}
.block {
	padding-top: 30px;
	padding-bottom: 30px;
}
#do_posle_body {
	padding-top: 40px;
}
.do_posle.offer {
	margin-left: 0;
	margin-right: 0;
}
.oznakomitsia {
	display: block;
	font-size: 13px;
	color: #fff;
	font-family: 'Roboto Medium';
	margin-top: 20px;
	text-decoration: underline;
}
.oznakomitsia:hover,
.oznakomitsia:focus {
	color: #56B8C2;
	text-decoration: none;
}
.video_slider_wrapper .prev,.video_slider_wrapper .next {
    margin-top: 0px;
}
/*======================================*/
.video_slider_wrapper {
  position: relative;
}
.slider_nav .next {
 
  right: 10px;
}
.slider_nav .prev {

  left: 10px;
}
.slider_nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.slider_nav .row {
  position: relative;
}
.video_slider {
    margin-bottom: 0px;
}
/*=========================*/
.video_inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 600px;
  margin: 0 auto;
}
.button_play_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/video.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
.button_play_video >.inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 0;
}
.video_inner iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
  margin: 0 auto;
}
/*---*/
.play_btn {
  width: auto;
  height: 200px;
  margin-left: -135px;
  margin-top: -100px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.play_btn p {
  margin-top: 20px;
  font-size: 20px;
}
.play_btn .play_btnIcon {
  width: 56px;
  display: block;
  height: 56px;
  -webkit-border-radius: 400px;
  border-radius: 400px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../img/play.svg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 20px;
}
.play_btn:hover .play_btnIcon {
  opacity: 0.8;
}
/*-------------------*/

@media only screen and (max-width : 992px) {
.video_slider_wrapper {
    overflow: hidden;
}
.video_inner {
    height: 500px;
}
}
/*=====================*/
.video_slider_wrapper .slider_nav .prev,
.video_slider_wrapper .slider_nav  .next {
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    color: #56B8C2;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
    z-index: 10;
    margin-top: 0px;
    background: white;
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
}
.video_slider_wrapper  .slider_nav .prev:hover,
.video_slider_wrapper  .slider_nav .next:hover,
.video_slider_wrapper  .slider_nav .prev:focus,
.video_slider_wrapper  .slider_nav .next:focus {
    color: #56B8C2;
}
.video_slider_wrapper .video_slider_wrapper .prev, 
.video_slider_wrapper .video_slider_wrapper .next {
    margin-top: 0px;
}
.video_slider_wrapper .slider_nav .prev {
    left: 10px;
}
.video_slider_wrapper .slider_nav .next {
    right: 10px;
}

.nominazii .page_in_header {
	background-color: transparent;
}
.inst_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 83px;
    top: 28px;
}
.inst_icon a {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 30px;
	
}


.home_header {
   background-color: rgba(0,0,0,.5);
   padding-bottom: 30px;
}

@media only screen and (max-width : 768px) {
	#slider3646 {
		background-image: url(https://plastmedic.ru/images/krugslow.jpg) !important;
	}
	#slider3230 {
		background-image: url(https://plastmedic.ru/images/versiaya.jpg) !important;
	}
}

.about_home_toleft p {
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 14px;
}
.subtitle {
	text-align: justify;
}
.serv_tab .color_b {
	width: auto;
	top: 20px;
}
.order_button_div .order_button_22 {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.order_button_div .order_button_22 {
		margin-top: 10px;
	}
	.subtitle {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 576px) {
.team_home_body ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.team_home_body ul li {
    width: 50%;
}
}
.services_home .img_cont img {
	width: 70px;
}
.services_home .order_button {
	color: #1b383f;
}
@media only screen and (max-width : 576px) {
	.team_home_body ul li p{
		height: auto;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.reviwes .order_buttons {
		bottom: 40px;
	}
}
.team_home_header p {
	font-size: 16px;
}
.places ul li {
	font-size: 16px;
}
.profi p {
	font-size: 16px;
}

/*====================*/

.call_me_now {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 2px solid #28ACB9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.call_me_now svg {
	fill: #fff;
	width: 15px;
	height: 15px;
}

.call_me_now:hover,
.call_me_now:focus {
    text-decoration: none;
    background-color: #fff;
}

.call_me_now:hover svg,
.call_me_now:focus svg{
    fill: #28ACB9;
}

.services_prices {
    margin-top: 20px;
}

/*===================*/
/*============================*/
.narrow_header {
   max-width: 550px;
   margin-bottom: 40px;
     
}

.single_serv_header {
    font-size: 34px;
    font-family: 'Roboto Medium';
    color: #38ADB8;
    margin-bottom: 25px;
    line-height: 1;
    margin-top: 0;
}

.single_serv_header_note {
    font-size: 22px;
    font-family: 'Roboto Medium';
     line-height: 1.3;
    margin-bottom: 20px;
}

@media only screen and (max-width : 992px) {
.single_serv_header {
    font-size: 30px;
}    
.single_serv_header_note {
    font-size: 18px;
}
}

.mb-50 {
   margin-bottom: 50px;
}

.mt-50 {
   margin-top: 50px;
}

.pb-50 {
   padding-bottom: 50px;
}

.pt-50 {
   padding-top: 50px;
}

.np_serv_advatages_slider {
  
    margin-left: -5px;
    margin-right: -5px;
}

.np_serv_advatages_slider_item {
  display: none;
}

.np_serv_advatages_slider_item:first-child {
  display: block;
}

.slick-initialized .np_serv_advatages_slider_item {
  display: block;
}

.narrow_header .color_b {
    width: 170px;
}

.usluga_odna .np_serv_advatages_slider_wrapper {
     margin-bottom: 0; 
}

.serv_prises_acc_title {
 font-family: 'Roboto Medium';
 font-size: 20px;
 margin-bottom: 20px;
}

.usluga_odna .grey_bg.block.serv_prises_acc {
    padding-top: 0;
}


.main_serv_image_desk_bg {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right 0;
}

/*========================================*/

.clinic_new_tabs {
   padding-bottom: 50px;
}

.clinic_new_tabs .nav-pills>li.active>a, 
.clinic_new_tabs .nav-pills>li.active>a:focus, 
.clinic_new_tabs .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #28ACB9;
}

.clinic_new_tabs {
    overflow: hidden;
}

.clinic_new_tabs .tab-content {
    position: relative;
}

/*.clinic_new_tabs .tab-content:after {
	content: '';
	width: 3000px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #EBEDEF;
}	
.clinic_new_tabs .tab-content:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #EBEDEF;
}	*/

.clinic_new_tabs .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: 20px;
}

.clinic_new_tabs .nav>li>a {
    white-space: nowrap;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #28ACB9;
}

.clinic_new_tabs .nav {
     margin-right: -5px;
    margin-left: -5px;
    
}

/*===================*/
.some_serv_ws {
	overflow: hidden;
}
.some_serv_ws_greed {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	   margin-right: -5px;
    margin-left: -5px;
}

.some_serv_ws_greed >li {
	 width: 20%;
	 margin-bottom: 10px;
}

.some_serv_ws {
	padding-top: 50px;
	padding-bottom: 50px;
}

.some_serv_ws .np_serv_advatages_box {
    width: auto;
}
@media only screen and (max-width : 992px) {
	.some_serv_ws_greed >li {
	 width: 25%;
}
}
@media only screen and (max-width : 992px) {
	.some_serv_ws_greed_wrapper {
      overflow-x: auto;
	}
	.some_serv_ws_greed {
		
		width: 1250px;
	}
	.some_serv_ws_greed >li {
	 width: 20%;
}
.some_serv_ws .np_serv_advatages_box {
    width: 240px;
}
.some_serv_ws .container {
	padding-right: 0;
}
.services_for_mobile.desk_hidden .container {
    padding-right: 0;
}

}

/*======================*/

@media only screen and (max-width: 620px) {
.rp_zero {
    padding-right: 0;
}
}

@media only screen and (max-width: 992px) {
.services_prices .container {
    padding-right: 0;
}
.p_zero_992 {
    padding-right: 0;
    padding-left: 0;
   /*  overflow-x: auto;*/
}
}

.bhoechie-tab-container {
    overflow: hidden;

}


/*==============*/

.note_drk_fixed .dark_bg {
    background-color: rgba(56,173,184,.9);
    padding: 10px;
    font-size: 13px;
}

.note_drk_fixed .dark_bg.note_drk span > a {
   font-family: 'Roboto Bold';
   font-weight: normal;
}

.note_drk_fixed .rose_button {
	display: inline-block;
	background-color: transparent;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 0px 20px;
	height: 30px !important;
	line-height: 28px !important;
	border: 1px solid #fff;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
                   cursor: pointer;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  border-radius: 15px; 
-webkit-border-radius: 15px; 
-moz-border-radius: 15px; 
       margin-left: auto;
    margin-right: auto;
    display: block;
    width: 120px;
    margin-top: 5px;
}

.note_drk_fixed .rose_button:hover, 
.note_drk_fixed .rose_button:focus {
	background-color: transparent;
	color: #fff;
                   outline: none;
	text-decoration: none;
}

@media only screen and (max-width : 400px) {
.note_drk_fixed .dark_bg {
    background-color: rgba(56,173,184,.9);
    padding: 10px 0px;
    font-size: 10px;
}
}



.new_actions_block_wrap .site_slider_main_box .img_cont {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.new_actions_block_wrap .container {
    padding: 0;
}

.new_actions_block_wrap {
    padding-top: 25px;
    padding-bottom: 50px;
}

.new_actions_block_wrap .site_slider_main_item {
    margin-bottom: 20px;
}



@media only screen and (max-width : 576px) {
.new_actions_block_wrap .row >div {
    width: 100%;
}
.new_actions_block_wrap .site_slider_main_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
}
}

.usluga_odna .color_b {
	white-space: nowrap;
	width: auto !important;
}
.usluga_odna .new_actions_block_wrap h3 {
    font-family: 'Roboto Medium';
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 24px;
}
.service_info.one_service .s_descriptions ul {
	font-size: 14px;
	margin-bottom: 20px;
}
.service_info.one_service .s_descriptions ul li {
	list-style-type: disc;
	margin-left: 15px;
	padding: 0 0 5px 0;
}

@media only screen and (max-width : 576px) {
	.usluga_odna .user_info_toleft {
		padding-bottom: 0;
	}
	.service_info.one_service .s_descriptions {
		margin-bottom: 15px;
	}
	.service_info_body .s_descriptions.hide_title_mob h3 {
		display: none;
	}
	.top_descr p, .middle_descr p {
		font-size: 14px;
	}
	.middle_descr > h3 { font-size: 18px; font-weight: 600; }
	.middle_descr > h2 { font-size: 20px; font-weight: 600; }
	.descr_list h3 { padding-left: 0; }
	.middle_descr li { font-size: 14px;}
}
.service_info.one_service .service_info_body {
	padding-bottom: 10px;
}
.service_info.one_service .service_info_body h3 {
	font-family: 'Roboto Medium';
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 24px;
}

.new_actions_block_wrap h3 {
	margin-bottom: 20px;
}
.usluga_odna .user_info_toleft .nav-tabs a {
	cursor: pointer;
}
.specialist .page_header .subtitle a {
	font-size: 30px;
	display: inline-block;
	margin-right: 10px;
}
.specialist .page_header .subtitle a:hover{
	text-decoration: none;
}
.reviwes_block_body {
	padding-left: 60px;
	padding-right: 10px;
}
.reviwes_block .testi_new_var_home_page{
	padding-top: 0;
}
.reviwes_block_body {
    padding-bottom: 50px;
}
@media only screen and (min-width : 992px) {
.about_compani_fresh .img_cont {
    position: relative;
    top: 12px;
}
}

.dp_slider_new_wrapper {
  padding-left: 0px;
  padding-right:0px;
  margin-left: 10px;
  margin-right: 10px;
}

.dp_slider_new_wrapper .prev,
.dp_slider_new_wrapper .next {
  top: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 10;
  margin-top: -30px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  text-align: center;
  background-color: violet;
  background: url(../img/white_arrow_3.svg) black center/20px no-repeat;
  opacity: 0.6;
   transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
}

.dp_slider_new_wrapper .prev:hover,
.dp_slider_new_wrapper .next:hover,
.dp_slider_new_wrapper .prev:focus,
.dp_slider_new_wrapper .next:focus {
  opacity: 1;
}

.dp_slider_new_wrapper .next {
  right: 10px;
}

.dp_slider_new_wrapper .prev {
  left: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -sand-transform: rotate(180deg);
}

/*===============*/

.do_posle_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.do_posle_row>li {
	 width: 50%;
	 margin-bottom: 40px;
}

.do_posle_row>li >h4 {
	margin-top: 0;
	color: #56B8C2;
	line-height: 1;
	font-size: 24px;
	margin-left: 10px;
}

.do_posle_row>li >p {
	font-size: 18px;
	margin-left: 10px;
}


.do_posle_beta .do_posle_box {
    margin-bottom: 20px;
}

.port_content {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.w_icons_p {
    margin-bottom: 20px;
}

.w_icons_p >.container {
	position: relative;
}

.w_icons_list {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	align-content: stretch;
}

.w_icons_list a {
	display: block;

   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   height: 40px;
   width: 40px;
}

.leftticon {
  	background-image: url(../img/photoicon.png);
  	margin-right: 20px;
}

.rightticon {
	background-image: url(../img/palochka.png);
	margin-right: 15px;
}
.do_posle.do_flex {
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

@media only screen and (max-width : 992px) {
	.do_posle_box h4 {
		white-space: inherit;
	}
}

/*===============================*/

.title_link {
  display: block;
  line-height: 1.1;
  margin-bottom: 10px;
}