@font-face {
	font-family: Helvetica;
	font-weight: 800;
	src: url('/wp-content/themes/surgeon/fonts/HelveticaBold.woff') format('woff');
	font-display: block;
}

@font-face {
	font-family: Helvetica;
	font-weight: 400;
	src: url('/wp-content/themes/surgeon/fonts/HelveticaRegular.woff') format('woff');
	font-display: block;
}
.grecaptcha-badge {
	display: none!important;
}
@font-face {
	font-family: Helvetica;
	font-weight: 300;
	src: url('/wp-content/themes/surgeon/fonts/HelveticaLight.woff') format('woff');
	font-display: block;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	/*display: none !important;*/
}
html,
body {
	font-size: 10px !important;
	font-weight: 300;
	font-family: Helvetica, sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #00a0dc;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
/* MAIN SLIDER */

.main-slider-wrapper.main-header {
	height: 55rem;
}

.first-block-wrapper {
	position: relative;
	width: 100%;
}

.tp-rightarrow.default {
	top: 73% !important;
	width: 3.8rem;
	height: 3.8rem;
	cursor: pointer;
	z-index: 510;
}

.main-header .tp-rightarrow.default {
	right: 10% !important;
}

.tp-rightarrow.default:hover {
	background-position: 0 -3.8rem;
}

.tp-rightarrow.default {
	background: url('/wp-content/uploads/slider/right-arrow.png') no-repeat 0 0;
}

.tp-leftarrow.default {
	display: none;
}

.tp-bullets.simplebullets.round .bullet {
	width: 11px;
	height: 11px;
	margin-right: 2.7rem;
	background: url('/wp-content/uploads/slider/bullet.png') no-repeat 0 0;
}
	/*---------------- main slider arrows -------------*/
	.main-header .tparrows {
		background: transparent;
		border-radius: 50%;
		border: 3px solid #fff;
		box-sizing: border-box;
		transition: background .25s linear;
	}
	.main-header .tparrows:before {
		font-size: 22px;
		color: #fff;
		line-height: 35px;
	}
	.main-header .tparrows:hover {
		background: rgba(0,0,0,.15);
	}
	/*---------------- endmain slider arrows-------------*/
/* slider on practic arrows */
.operation-gallery-slider .persephone.tparrows {
	background: transparent;
	width: 50px;
	height: 50px;
	border: 2px solid #4fafd3;
	border-radius: 50%;
}
.operation-gallery-slider .persephone.tparrows:before {
	font-size: 30px;
	color: #4fafd3;
	line-height: 50px;
}
.operation-gallery-slider .persephone.tparrows:hover {
	background-color: rgba(79, 175, 211, .1);
}
/* END MAIN SLIDER*/
/* HEADER */
.call-apps {
	margin-right: 5px;
}
.call-apps img {
	display: block;
}
.call-apps:nth-child(2) img {
	transform: translateY(-1px);
}
.header-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.header-wrapper.header-height {
	height: 100%;
}
header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: calc(100% - 30px);
	height: 7rem;
	background-color: rgba(46, 158, 200, .7);
	z-index: 999999;
	padding:15px;
	font-size:1.8em;
}

header .header_container{
	width: 1100px;
	max-width: 110em;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:center;
}

header .header_container a{
	color:#ffffff;
	font-weight:bold;
}


header .main_menu ul.main_menu-menu{
	position: relative;
}

header .main_menu ul.main_menu-menu > li{
	display: inline-block;
	padding:5px;
	height:35px;
}

header .main_menu li ul{
	display:none;
	width:auto;
}

header .main_menu ul.main_menu-menu > li.big_item > ul{
	width: 1100px;
	max-width: 110em;
}

header .main_menu ul.main_menu-menu > li{
	position:relative;
}
header .main_menu ul.main_menu-menu > li.big_item{
	position:static;	
}

header .main_menu ul.main_menu-menu > li.big_item:hover > ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top:35px;
	left:0;
	z-index:1;

	background-color: #ffffff;
	border:3px solid rgb(46, 158, 200);

}
header .main_menu ul.main_menu-menu > li:hover > ul{
	display: block;
	position: absolute;
	top:35px;
	left:0;
	z-index:1;

	background-color: #ffffff;
	border:3px solid rgb(46, 158, 200);

}


header .main_menu ul.main_menu-menu > li > a{
	padding-right: 5px;
	border-right: 2px solid #fff;
}
header .main_menu ul.main_menu-menu > li > a:hover{
	text-decoration:underline;
}
header .main_menu ul.main_menu-menu > li:last-child > a{
	border-right:none;
}

header .main_menu li.big_item ul li a{
	color: rgb(46, 158, 200);
	display: block;
	border-bottom:1px solid rgba(46, 158, 200, 0.4);
	padding-bottom:3px;
}


header .main_menu li ul li a{
	color: rgb(46, 158, 200);
	display: block;
	font-weight:normal;
	border-bottom:1px solid rgba(46, 158, 200, 0.4);
	padding:15px;
}

header .main_menu li ul li:last-child a{
	border-bottom:none;
}
header .main_menu li.big_item > ul > li:last-child > a{
	border-bottom:1px solid rgba(46, 158, 200, 0.4);
		
}

header .main_menu li.big_item > ul > li{
	display: inline-block;
	width:22%;
	margin:0 1%;
	padding:0 1%;
	border-right:1px solid rgba(46, 158, 200, 0.4);

}
header .main_menu li.big_item ul li:last-child{
	border-right:none;
	
}

header .main_menu li.big_item ul li ul{
	display: block;
	position: relative;
	width:100%;
	padding-top:10px;
}

header .main_menu li.big_item ul li ul li{
	display: block;
	position: relative;
	width:100%;
	padding:0;
	line-height: 1.1;
	padding:2px 0;
	border:none;
}
header .main_menu li.big_item ul li ul li a{
	font-weight:normal;
	border-bottom:none;
}


header .main_menu li.big_item ul li ul li a:hover{
	text-decoration:underline;
	color:#1891be;
}

header .call-apps{
	display: inline-block;
	vertical-align: middle;
}

header .header_language ul,
header .header_language li{
	display: inline-block;
}



.fixed-dropdown-wrapper {
	position: fixed;
	display: none;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(46, 158, 200, .7);
	z-index: 999999;
}
.dropdown-menu-container,
.nav-wrapper {
	width: 37.5%;
}

.nav-wrapper-container,
.dropdown-menu-content {
	width: 36.8rem;
	padding-left: 1rem;
}

.nav-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.nav-wrapper-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	height: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.toggle-menu {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 2.3rem;
	cursor: pointer;
}
.toggle-menu.close-menu:hover .menu-icon::before,
.toggle-menu.close-menu .menu-icon::before {
	left: 0;
	transform-origin: top;
	top: 50%;
	transform: rotate(45deg);
	width: 3rem;
}
.toggle-menu.close-menu:hover .menu-icon::after,
.toggle-menu.close-menu .menu-icon::after {
	left: 0;
	transform-origin: top;
	top: 50%;
	transform: rotate(-45deg);
	width: 3rem;
}
.toggle-menu.close-menu .menu-icon {
	background-color: transparent;
}
.menu-icon,
.menu-icon::before,
.menu-icon::after {
	width: 3rem;
	height: .2rem;
	background-color: #ffffff;
	-webkit-transform-origin: center right;
			transform-origin: center right;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.menu-icon::before,
.menu-icon::after {
	position: absolute;
	left: 0;
	content: '';
}

.menu-icon::after {
	bottom: 0;
}

.menu-icon::before {
	top: 0;
}

.toggle-menu:hover .menu-icon::before,
.toggle-menu:hover .menu-icon::after {
	left: 14%;
	width: 1.5rem;
}

.toggle-menu:hover .menu-icon::before {
	top: 48%;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.toggle-menu:hover .menu-icon::after {
	bottom: 48%;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.toggle-menu span {
	margin-left: 2rem;
	font-size: 2.6em;
	color: #fff;
}

.online-contacts-wrapper {
	width: 61%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.social-icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.language {
	margin-left: 2.5rem;
}

.dropdown-menu-content .social-icons {
	margin-top: 2rem;
}

.language {
	width: 7.5rem;
	height: 3.6rem;
	margin-right: 2.8rem;
	overflow: hidden;
	z-index: 501;
}

/* qtranslate language */
.qtranxs_widget ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	height: 3rem;
	padding: .2em 0;
	border: .1em solid #fff;
	border-radius: 1.7rem;
	overflow: hidden;
}

.language:hover,
.language:hover .qtranxs_widget ul,
.language.visible,
.language.visible .qtranxs_widget ul {
	overflow: visible;
}

.language:hover .qtranxs_widget ul,
.language.visible .qtranxs_widget ul {
	height: inherit;
	background-color: #1b8bb5;
}

.qtranxs_widget ul li.active {
	height: 2.2rem;
	padding: .5rem 0 0 0;
}

.qtranxs_widget ul li:not(:first-child) {
	padding-top: 1.2rem;
}

.qtranxs_widget ul li:last-child {
	padding-bottom: .5rem;
}

.qtranxs_flag_and_text {
	position: relative;
	padding-right: .2rem;
	color: #fff;
	font-size: 2rem;
}

.qtranxs_flag_and_text.qtranxs_flag_and_text {
	background-image: none;
}

.qtranxs_flag_and_text::before {
	position: absolute;
	content: '';
	left: -1rem;
	top: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-image: url('/wp-content/uploads/header/flag.jpg');
}

.qtranxs_flag_ru::before {
	background-position: 50% 0;
}

.qtranxs_flag_en::before {
	background-position: 92% 0;
}

.qtranxs_flag_de::before {
	background-position: 0 0;
}

.qtranxs_flag_de::before,
.qtranxs_flag_ru::before,
.qtranxs_flag_en::before {
	background-repeat: no-repeat;
	background-size: cover;
}

/*end lenguege*/
.soc-icon {
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all .8 linear;
	transition: all .8 linear;
}

.soc-icon:not(:first-child) {
	margin-left: .8em;
}

.soc-icon:hover {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}

/* social svg */
.soc-icon path {
	fill: #fff;
}

/* end social svg*/

.online-contacts-wrapper-color {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 65.8rem;
	width: 62.5%;
}

.online-contacts-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 73rem;
	padding-right: 1rem;
	line-height: 100%;
}

.contact-phone {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 54%;
	text-align: center;
}
.contact-inform .contact-phone {
	width: 100%;
}
.contact-phone a {
	position: relative;
	color: #fff;
	font-size: 2.2em;
	font-weight: 800;
	line-height: 2;
}

.svg-phone {
	width: 3.6rem;
	height: 3.6rem;
	margin-right: 1.5em;
}

.svg-phone path {
	fill: #c3c3c3;
}

.online-advice {
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;*/

}

header .online-advice a {
	display: block;
	padding: 15px 30px;
	color: #00a0dc;
	font-size: 0.7em;
	line-height: 1;
	border-radius: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;    border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.online-advice a:hover {
	background-color: rgba(255, 255, 255, .75);
	font-weight: 800;
}

/* MAIN DROPDOWN MENU */
.dropdown-menu-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	height: 0;
	-webkit-animation: drop-down-menu .5s linear forwards;
			animation: drop-down-menu .5s linear forwards;
}
.dropdown-menu-container.default {
	display: none;
}

@-webkit-keyframes drop-down-menu {
	100% {
		height: 100%;
	}
}

@keyframes drop-down-menu {
	100% {
		height: 100%;
	}
}

@-webkit-keyframes opacity-on {
	100% {
		opacity: 1;
	}
}

@keyframes opacity-on {
	100% {
		opacity: 1;
	}
}

.dropdown-menu-content {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-right: 2rem;
	opacity: 0;
	-webkit-animation: opacity-on .8s .5s linear forwards;
			animation: opacity-on .8s .5s linear forwards;
	z-index: 500;
}

.main-navigation {
	margin-top: 3rem;
}

.main-navigation li a {
	position: relative;
	display: block;
	padding: 2rem 0;
	color: #fff;
	font-size: 1.9em;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a,
.main-navigation li.current-menu-parent a {
	padding-left: 3.3rem;
}

.main-navigation li.current-page-ancestor a::before,
.main-navigation li.current-menu-item a::before,
.main-navigation li a::before,
.main-navigation li.current-menu-parent a:before {
	position: absolute;
	left: 0;
	top: 43%;
	width: 1.1rem;
	height: 1.1rem;
	content: '';
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 50%;
	border: .2rem solid transparent;
	background-color: transparent;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.main-navigation li a:hover::before {
	-webkit-animation: block-before .3s linear forwards;
			animation: block-before .3s linear forwards;
}

@-webkit-keyframes block-before {
	45% {
		border: .2rem solid transparent;
		background-color: transparent;
	}
	50% {
		left: 0;
		border: .2rem solid #fff;
		background-color: rgba(255, 255, 255, .25);
	}
	100% {
		left: 0;
		border: .2rem solid #fff;
		background-color: rgba(255, 255, 255, .25);
	}
}

@keyframes block-before {
	45% {
		border: .2rem solid transparent;
		background-color: transparent;
	}
	50% {
		left: 0;
		border: .2rem solid #fff;
		background-color: rgba(255, 255, 255, .25);
	}
	100% {
		left: 0;
		border: .2rem solid #fff;
		background-color: rgba(255, 255, 255, .25);
	}
}

.main-navigation li.current-page-ancestor a::before,
.main-navigation li.current-menu-item a::before,
.main-navigation li.current-menu-parent a::before {
	left: 0;
	border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, .25);
}

/* LOAD ANIMAYTION*/
.load-animauion {
	display: none;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	margin-top: -.6rem;
}

@-webkit-keyframes load {
	100% {
		width: 100%;
	}
}

@keyframes load {
	100% {
		width: 100%;
	}
}

.line-animate {
	width: 0;
	height: .1rem;
	background-color: #fff;
	-webkit-animation: load 2s .2s linear forwards;
			animation: load 2s .2s linear forwards;
}

.circle-animate {
	width: 1rem;
	height: 1rem;
	border: .1rem solid #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: opacity-on .1s linear forwards;
			animation: opacity-on .1s linear forwards;
}

/* END LOAD ANIMATION */
@media (min-width: 1700px) {
	.dropdown-menu-container, .nav-wrapper {
		width: 42%;
	}

	.online-contacts-wrapper-color {
		width: 58%;
	}
}

/*END HEADER*/

/*------------------------------main-page----------------------*/

@-webkit-keyframes line-go {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

@keyframes line-go {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}

.main-arrow {
	width: 100%;
	text-align: center;
	margin-top: 3em;
}

.main-arrow img {
	width: 2.2em;
	-webkit-animation: arrow-animation 1s ease-in infinite;
			animation: arrow-animation 1s ease-in infinite;
}

@-webkit-keyframes arrow-animation {
	50% {
		-webkit-transform: translateY(-1rem);
				transform: translateY(-1rem);
	}
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes arrow-animation {
	50% {
		-webkit-transform: translateY(-1rem);
				transform: translateY(-1rem);
	}
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

.attainment-block {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	padding: 4.5em 0 3.5em 0;
/*	background: url("../../uploads/img/main/attainment-back.jpg") top center no-repeat;
*/
	position:relative;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url('images/why_choose_bg.jpg');
	*/
}

.attainment-block:before{
	content:'';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:1;

}

.attainment-block-wrapper {
	max-width: 107.9em;
	margin: 0 auto;
	padding: 0 1em;
	position: relative;
	z-index:5;
    text-shadow: 1px 1px 2px black, 0 0 5px #cecece;
}

.attainment-block-wrapper-top {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.attainment-block-wrapper-top-circle {
	width: 1em;
	height: 1em;
	border: .1em solid #00a0dc;
	border-radius: 50%;
}

.attainment-block-wrapper-top-line {
	width: 76%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

/*.attainment-block-wrapper-top-line:before {
	position: absolute;
	left: 0;
	top: 37%;
	width: .8em;
	height: .8em;
	border: .1em solid #00a0dc;
	border-radius: 50%;
	content: '';
	box-sizing: border-box;
}*/

.attainment-block-wrapper-top-line-width {
	width: 100%;
	border-top: 1px solid #00a0dc;
	-webkit-animation-name: line-go;
			animation-name: line-go;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
}

.attainment-block-wrapper-top-title {
	width: 36%;
	text-align: right;
	font-size: 2.6em;
	color: #00a0dc;
}

.attainment-block-wrapper-middle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.attainment-block-wrapper-middle-info {
	max-width: 35em;
	width: 33%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-top: 3.5em;
}

.attainment-block-wrapper-middle-info-right {
	margin-left: 2.2em;
}

.attainment-block-wrapper-middle-info.desktop-right {

}

.attainment-info-right-number {
	margin-top: 1.2em;
	color: #00a0dc;
}

.attainment-info-right-number span {
	font-size: 4.8em;
	font-weight: bold;
}

.attainment-info-right-number .attainment-info-right-number-font {
	font-size: 4em;
}

.attainment-info-right-title {
	margin-top: 1em;
	color: #717171;
	text-transform: uppercase;
}

.attainment-info-right-title span {
	font-size: 1.6em;
	line-height: 1.2;
}

.attainment-block-wrapper-middle-info-left-circle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 6em;
	height: 6em;
	border: .2em solid #00a0dc;
	border-radius: 50%;
}

.attainment-block-wrapper-middle-info-left-circle-second {
	width: 3.5em;
	height: 3.5em;
	margin: 0 auto;
}

.attainment-block-wrapper-middle-info-left-circle-second path {
	fill: #00a0dc;
}

/*------------------------surgeon------------------*/

.surgeon-block {
	width: 100%;
	max-width: 192.2em;
	margin: 0 auto;
	background: url("../../uploads/img/main/surgeon-block-back.jpg") no-repeat top center;
	background-size: cover;
}

.surgeon-block-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	height: 43em;
}

.surgeon-block-top-left {
	width: 62%;
	overflow: auto;
	background:rgba(255, 255, 255, 0.7);
}

.surgeon-block-top-right {
	width: 38%;
	background: rgba(0, 160, 220, 0.5);
}

.surgeon-top-right-wrapper {
	width: 90%;
	margin-top: 7em;
	padding-left:10%;
	color:#ffffff;
}

.surgeon-top-right-wrapper-text{
	color:#ffffff;
	padding-top:10px;
	font-size:1.4em;

}

.surgeon-top-right-wrapper li a {
color: white;
}

.surgeon-top-left-wrapper {

	width: 80%;
	margin-left:20%;
	margin-top: 1em;
	/*padding-right: 2rem;*/
}

.surgeon-top-left-wrapper-text span {
	font-size: 1.4em;
	color: #717171;
}

.surgeon-top-left-wrapper-title {
	margin: 1em 0;
}

.surgeon-top-left-wrapper-title span {
	font-size: 1.6em;
	color: #00a0dc;
	font-weight: bold;
}

.surgeon-top-top-left-wrapper-title span{
	font-size:2.5em;
	padding-top:20px;
}

.surgeon-top-right-wrapper-title {
	text-align: center;
}

.surgeon-top-right-wrapper-title span {
	font-size: 2.4em;
	color: white;
	text-align: right;
}

.surgeon-top-right-wrapper .current {
	position: relative;
	padding-left: 2em;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-education {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-degree {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-experience {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-education a {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-degree a {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-experience a {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-education a:hover {
	position: relative;
	padding-left: 2em;
}

.top-right-education:hover.top-right-education a:before {
	position: absolute;
	left: -0.1em;
	top: 0.2em;
	width: 0.4em;
	height: 0.4em;
	/*border: 0.08em solid white;*/
	border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, .25);
	content: "";
	border-radius: 50%;
}

.top-right-experience a:hover {
	position: relative;
	padding-left: 2em;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-experience:hover.top-right-experience a:before {
	position: absolute;
	left: -0.1em;
	top: 0.2em;
	width: 0.4em;
	height: 0.4em;
	border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, .25);
	content: "";
	border-radius: 50%;
}

.top-right-degree a {
	transition: all .3s linear;
}

.top-right-degree a:hover {
	position: relative;
	padding-left: 2em;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-right-degree:hover.top-right-degree a:before {
	position: absolute;
	left: -0.1em;
	top: 0.2em;
	width: 0.4em;
	height: 0.4em;
	border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, .25);
	content: "";
	border-radius: 50%;
}

.surgeon-top-right-wrapper .current:before {
	position: absolute;
	left: -0.1em;
	top: 0.2em;
	width: 0.4em;
	height: 0.4em;
	border: .2rem solid #fff;
	background-color: rgba(255, 255, 255, .25);
	content: "";
	border-radius: 50%;
}

.surgeon-top-right-wrapper ul li {
	list-style-type: none;
	color: white;
	font-size: 1.6em;
	line-height: 2.5;
	cursor: pointer;
}

.surgeon-top-right-wrapper-certificate {

	text-align: center;
	margin-top: 3em;
}

.surgeon-top-right-wrapper-certificate a {
	padding: 1.2rem 2.5rem 1rem 2.5rem;
	border: .1em solid #fff;
	border-radius: 3em;
	font-size: 1.3em;
	color: #00a0dc;
	background: #badce8;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.surgeon-top-right-wrapper-certificate a:hover {
	background: white;
}

.surgeon-top-right-wrapper ul {
	margin-top: 5em;
	margin-left: 8em;
}

.surgeon-top-left-wrapper-active {
	display: block;
}

.surgeon-block-quotes {
	max-width: 110em;
	margin: 0 auto;
	padding: 3em 0;
}

.surgeon-block-quotes-text {
	width: 67%;
	margin: 0 auto;
}

.surgeon-block-quotes-text span {
	font-size: 2.6em;
	color: #00a0dc;
	line-height: 3.5rem;
}

.surgeon-block-bottom {
	background: rgba(247, 247, 247, 0.9);
}

.quotes-uppercase {
	text-transform: uppercase;
	color: #00a0dc;
}

.quotes-left {

}

.quotes-left img {
	width: 4em;
}

.quotes-right {
	text-align: right;
}

.quotes-right img {
	width: 4em;
}

/*------------sertification-----------*/

.sertification-block {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	padding: 5em 0 2.5em 0;
	/*----background: url("../../uploads/img/main/attainment-back.jpg") no-repeat;---*/
	background-color: #fff;
	background-size: cover;
	overflow: hidden;
}

.sertification-block-wrapper {
	max-width: 110em;
	margin: 0 auto;
}

.sertification-block-wrapper-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.sertification-block-wrapper-top-circle {
	width: .5em;
	height: .5em;
	border: .1em solid #00a0dc;
	border-radius: 50%;
}

.sertification-block-wrapper-top-line {
	width: 62%;
	border: 1px solid #00a0dc;
}

.sertification-block-wrapper-top-title {
	width: 36%;
	text-align: right;
	font-size: 3.6em;
	color: #00a0dc;
}

.sertification-block-wrapper-middle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.sertification-block-wrapper-middle-info {
	width: 33%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 3em;
}

.sertification-block-wrapper-middle-info-img {
	margin: 0 auto;

}

.sertification-block-wrapper-middle-info-img img {
	width: 62%;
	display: block;
	margin: 0 auto;
}







/*--------about us block--------------*/

.about_info{
	padding: 3em 0;
	background-color:#f1f1f1;
	font-size:1.5em;
	line-height:1.4;

}
.about_info h1{
	font-size:2.5em;
}
.about_info h1, .about_info h2, .about_info h3, .about_info h4, .about_info h5{
	padding:15px 0;
	color: #00a0dc;
	line-height: 3.5rem;
} 

.about_info-wrapper{
	width:1100px;
	max-width: 95vw;
	margin: 0 auto;
}







/*--------map--------------*/



.map{
	position:relative;
	height:500px;
	width:100%;
}

.map iframe{
	position:absolute;
	height:100%;
	width:100%;
}


.map_content{
	width:25%;
	position:absolute;
	left:10%;
	top:25%;
	padding:20px;
	border:3px solid #00a0dc;
	background-color: #ffffff;
	font-size:2em;
	line-height:1.5;
}

.map_title{
	color:#00a0dc;
	font-size:2em;
	padding-bottom:20px;
}

.map_address{
	font-weight: bold;
}


/*------------consultation------------*/

.consultation-block {
	width: 100%;
	margin: 0 auto;
	max-width: 192em;
	background: url("images/first-consultation-bg.jpg") top center no-repeat;
	background-size: cover;
}

.consultation-block-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-item-align: center;
		align-self: center;
	max-width: 107.9em;
	margin: 0 auto;
	padding: 13em 0 15em 0;
}

.consultation-block-wrapper-text {
	width: 39%;
}

.consultation-block-wrapper-text-top {
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
}

.consultation-block-wrapper-text-bottom {
	font-size: 5.2em;
	font-weight: bold;
	color: #fff;
	margin-top: 1.5rem;
	text-transform: uppercase;
	line-height: 1.3;
}

.consultation-block-wrapper-button {
	width: 44%;
}

.consultation-block-wrapper-button a {
	padding: 2.5rem 5rem;
	border: .1em solid #fff;
	border-radius: 3em;
	font-size: 3em;
	color: #fff;
	background: rgba(78, 176, 215, 0.5);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.consultation-block-wrapper-button a:hover {
	background: white;
	color: #00a0dc;
}

/*------------body-part-block------------*/

.body-part-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
}

.body-part-block-nose {
	position: relative;
	width: 25%;
	overflow: hidden;
}

.body-part-block-nose ul {
	position: absolute;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	cursor: pointer;
}
.body-part-block-nose:hover ul {
	display: flex;
}

.body-part-block-nose:hover p {
	display: none;
}
.body-part-block-nose ul li {
	position: relative;
	min-width: 33.5em;
	width: 72%;
	padding-left: 3.7em;
	box-sizing: border-box;
}

.body-part-block-nose ul li:not(:last-child) {
	margin-bottom: 3.6em;
}
.body-part-block-nose ul li:hover::before {
	border-color: #fff;
	background-color: rgba(255, 255, 255, .25);
}
.body-part-block-nose ul li::before {

	position: absolute;
	left: 10px;
	top: 25%;
	width: 1.1rem;
	height: 1.1rem;
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: .2rem solid transparent;
	background-color: transparent;
	transition: all .25s linear;
}
.body-part-block-nose ul li a {
	font-size: 2em;
	color: transparent;
	transition: color .25s .1s linear;
}
.body-part-block-nose ul:hover li a {
	color: #fff;
}

.body-part-block-nose ul:hover li a:hover{
	text-decoration: underline;
}

.body-part-block-nose:hover:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(81, 83, 84, .35);
	content: '';
	transition: background .3s linear;
}


.body-part-block-nose img {
	width: 100%;
	display: block;
}
.body-part-block-nose .mobile-anchor,
.body-part-block-nose p {
	color: white;
	font-size: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em #cecece;
    font-weight: 600;
}
.body-part-block-nose .mobile-anchor {
	display: none;
}
.body-part-block-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-weight: bold;
	cursor: pointer;
}

.body-part-block-nose:hover::before {
	background: rgba(0, 160, 220, .75);
}
.body-part-block-nose .white-prog {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgba(205, 207, 207, 0.7);
	color: #fff;
}
.body-part-block-nose:hover .white-prog {
	background: rgba(205, 207, 207, 0);
}
.whit-blocks-prog .body-part-block-nose:hover::before {
	background-color: transparent;
}
.retina-block {
	display: none;
}

.svg-color {
	color: #00a0dc;
}

/*----------------------------practice-page-----------------------*/
.practice-info-anchor {
	display: none;
}
.practice-wrapper {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/main/practice-back.jpg") no-repeat top center;
	background-size: cover;
	height: 55em;
}

.practice-block-quotes-text {
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: right;
	max-width: 136.6em;
}

.practice-wrapper-block {
	padding: 22em 1em 0 1em;
	margin: 0 auto;
	max-width: 110em;
}

.practice-quotes-uppercase {
	color: #00a0dc;
	font-size: 3.6em;
}

.practice-quotes-uppercase-grey {
	color: #717171;
	font-size: 3em;
}

.practice-quotes-uppercase-big {
	color: #00a0dc;
	font-size: 4em;
	font-weight: bold;
}

.practice-quotes-uppercase-grey-big {
	color: #717171;
	font-size: 4.2em;
	font-weight: bold;
}

.practice-info-wrapper {
	display: none;
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	padding: 6em 0;
	background: url("../../uploads/img/main/attainment-back.jpg") no-repeat;
	background-size: cover;
}

.practice-info-wrapper.practice-info-wrapper-active {
	display: block;
}

.practice-info-wrapper-block {
	padding: 0 1em;
	margin: 0 auto;
	max-width: 110em;
}

.practice-info-wrapper-block-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	padding: 0 2em;
}

.practice-info-wrapper-block-text-size {
	width: 32%;
	margin-top: 6em;
	text-align: left;
}

.practice-info-wrapper-block-text-size span {
	font-size: 3em;
	color: #00a0dc;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 4rem;
}

.practice-info-wrapper-block-text-size span a {
	color: #00a0dc;
}

.practice-info-wrapper-block-text-size span a:hover {
	color: #717171;
}

/*----------------------------practice-page-end-----------------------*/

/*----------------------------teach-page-----------------------*/

.teach-first-wrapper {
	width: 100%;
	max-width: 192em;
	height: 55em;
	background: url("../../uploads/img/teach/teach-back-1.jpg") top center no-repeat;
	background-size: cover;
}

.teach-activity {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-2.jpg") no-repeat;
	background-size: cover;
}

.teach-activity-block {
	max-width: 110em;
	width: 100%;
	margin: 0 auto;
	padding: 5em 1em 3.5em 1em;
}

.teach-activity-block-title1 {
	margin: 0 auto;
	text-align: center;
	margin-top: 3em;
}

.teach-activity-block-title1 span {
	text-align: center;
}

.teach-activity-block-text1 {
	margin-top: 1.5em;
}

.teach-activity-block-text2 {
	margin-top: 1.5em;
}

.teach-activity-block-text3 {
	margin-top: 1.5em;
}

.teach-activity-block-text1 span {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #00a0dc;
	font-weight: bold;
}

.teach-activity-block-text2 span {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #717171;
	font-weight: bold;
}

.teach-activity-block-text3 span {
	font-size: 3.4em;
	text-transform: uppercase;
	color: #00a0dc;
	font-weight: bold;
}

.teach-activity-block-list-title {
	margin: 4rem 0;
	font-size: 3.6em;
	color: #00a0dc;
	font-weight: bold;
	text-transform: uppercase;
}

.teach-activity-block-list {
	padding: 0 0;
}

.teach-activity-block-list span {
	font-size: 1.8em;
	color: #717171;
	line-height: 2.7rem;
}
.operation-info-padding-new li,
.teach-ul-li li {
	position: relative;
	margin-left: 2rem;
	font-size: 1.8rem;
	color: #717171;
	list-style-type: none;
	margin-top: 0.5rem;
	line-height: 2.7rem;
}
.operation-info-padding-new li:before,
.teach-ul-li li:before,
.scientific-single-description ul li:before {
	display: block;
	width: 0.3em;
	height: 0.3em;
	background: #00a0dc;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: -2em;
	top: 0.4em;
}
.operation-info-padding-new li:before {
	left: -20px;
	top: 5px;
}
.teach-programme {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-3.jpg") top center no-repeat;
	background-size: cover;
}

.teach-topic {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-4.jpg") top center no-repeat;
	background-size: cover;
}

.teach-programme-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	margin: 0 auto;
	max-width: 110em;
	padding: 11em 1em;
}

.teach-programme-block-button {
	width: 50%;
	text-align: center;
}

.teach-programme-block-text {
	width: 50%;
	padding-right: 2em;
	text-align: right;
}

.teach-programme-block-button a {
	padding: 2.5rem 5rem;
	border: .1em solid #fff;
	border-radius: 3em;
	font-size: 2.8em;
	color: #fff;
	background: rgba(78, 176, 215, 0.5);
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.teach-programme-block-button a:hover {
	background: white;
	color: #00a0dc;;
}

.teach-programme-block-text-top {
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
}

.teach-programme-block-text-bottom {
	font-size: 5.2em;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1.5rem;
}

.teach-organisation {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-2.jpg") no-repeat;
	background-size: cover;
}

.teach-organisation-block {
	max-width: 110em;
	width: 100%;
	margin: 0 auto;
	padding: 5em 1em 3.5em 1em;
}

.teach-organisation-block-title {
	margin: 0 auto;
	text-align: center;
}

.teach-organisation-block-title span {
	font-weight: bold;
	font-size: 3.6em;
	text-align: center;
	text-transform: uppercase;
	color: #00a0dc;
}

.teach-organisation-block-title-small {
	margin-top: 4em;
}

.teach-organisation-block-title-small span {
	font-size: 3.2em;
	text-transform: uppercase;
	color: #00a0dc;
	font-weight: bold;
}

.teach-organisation-block-text {
	margin-top: 2em;
}

.teach-organisation-block-text span {
	color: #717171;
	font-size: 2.4em;
}

.teach-organisation-block-title-small2 {
	margin-top: 2em;
}

.teach-organisation-block-title-small2 span {
	color: #00a0dc;
	font-size: 2.4em;
	font-weight: bold;
}

.teach-organisation-block-padding {
	padding: 0 0;
}
.operation-info-padding-new ul,
.teach-ul-li {
	margin: 0.3em 0;
}

.teach-basis {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-2.jpg") no-repeat;
	background-size: cover;
}

.teach-basis-block {
	max-width: 110em;
	width: 100%;
	margin: 0 auto;
	padding: 5em 1em;
}

.teach-basis-block-text {
	color: #00a0dc;
	font-size: 2.4em;
	line-height: 3rem;
	margin-top: 2rem;
}

.teach-basis-block-img {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.teach-basis-block-img-block {
	width: 40%;

	text-align: center;
	margin-top: 5em;
}

.teach-basis-block-img-block img {
	max-height: 10em;
}

.teach-teacher {
	width: 100%;
	max-width: 192em;
	margin: 0 auto;
	background: url("../../uploads/img/teach/teach-back-5.jpg") no-repeat;
	background-size: cover;
}

.teach-teacher-size {
	font-size: 4.8em;
}

/*----------------------------teach-page-end-----------------------*/

/*----------------------------topics-page-----------------------*/

.topics {
	width: 100%;
	max-width: 192em;
	background: url("../../uploads/img/teach/teach-back-2.jpg") no-repeat;
	background-size: cover;
}

.topics-block {
	width: 100%;
	max-width: 110em;
	margin: 0 auto;
	padding: 5em 0;
}

.padding-block {
	padding: 0 1rem;
}

.topics-title {
	margin: 3em 0 1.5em 0;
}

.topics-title span {
	font-size: 3.4em;
	color: #00a0dc;
	font-weight: bold;
	text-transform: uppercase;
}

.ol-li-number-list {
	position: relative;
	counter-reset: myCounter;
	margin-left: 4em;
}

.ol-li-number-list li {
	list-style-type: none;
	font-size: 2.4em;
	color: #717171;
	line-height: 4rem;
}

.ol-li-number-list li:before {
	position: absolute;
	left: -2em;
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	color: #00a0dc;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
}

/*----------------------------topics-page-end-----------------------*/
/*----------------------------teachers-page-----------------------*/

.teachers-first-wrapper {
	width: 100%;
	max-width: 192em;
	height: 55em;
	background: url("../../uploads/img/teach/teach-back-1.jpg") no-repeat top center;
	background-size: cover;
}

.teachers-second {
	width: 100%;
	max-width: 192em;
	padding: 5em 0;
	background: url("../../uploads/img/teachers/teachers-back-2.jpg");
	background-size: cover;
	margin: 0 auto;
}

.teachers-second-line {
	width: 100%;
	margin: 0 auto;
	max-width: 110em;
	padding: 0 1em;
}

.teachers-second-title {
	margin: 3em 0;
}

.teachers-second-title span {
	font-size: 3.6em;
	color: #00a0dc;
	text-transform: uppercase;
	font-weight: bold;
}

.teachers-second-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.teachers-second-block-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}

.teachers-second-block-info-img {
	max-width: 36em;
	width: 35%;
}

.teachers-second-block-info-img img {
	display: block;
	width: 100%;
}

.teachers-second-text-block {
	width: 64%;
	max-width: 115em;
	background: #3fa6cf;
}

.teachers-second-text {
	display: block;
	background: #3fa6cf;
	max-width: 83em;
	width: 100%;
	padding: 0 1em 0 3em;
}

.teachers-second.teachers-second-name {
	background: url("../../uploads/img/teachers/teachers-back-3.jpg");
}

.teachers-second-block-info.teachers-second-name {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
}

.teachers-second-text.teachers-second-name {
	background: #cfe8f2;
	text-align: right;
	width: 74em;
	padding: 0 0em 0 3em;
}

.teachers-second-text-block.teachers-second-name {
	background: #cfe8f2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}

.teachers-second-text-info {
	display: inline-block;
	width: 72em;
	padding: 0 0;
	height: 35em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	overflow: auto;
}

.teachers-second-text-info span {
	font-size: 2.6em;
	color: white;
	line-height: 3rem;
}

.teachers-second-text-title {
	padding: 3em;
	font-weight: bold;
}

.teachers-second-text-title span {
	font-size: 2.8em;
	color: white;
}

.teachers-second-text-title-uppercase {
	text-transform: uppercase;
}

.teachers-second-text-info.teachers-second-name span {
	color: #717171;
	text-align: left;
	display: inline-block;
}

.teachers-wrapper-top {
	width: 72em;
	margin-top: 3em;
	padding-left: 0;
}

.teachers-top-line {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	width: 30%;
	text-align: left;
	padding-left: 3rem;
}

.teachers-top-title {
	color: white;
	-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
			order: -1;
	width: 70%;
	text-align: left;
	font-weight: bold;
}

.teachers-wrapper-top-line {
	border-color: white;
}

.teachers-top-circle {
	border-color: white;
}

.attainment-block-wrapper-top-title.teachers-top-title.teachers-top-title-blue {
	color: #00a0dc;
}

.teachers-wrapper-top-line.teachers-top-title-blue {
	border-color: #00a0dc;
}

.teachers-top-circle.teachers-top-title-blue {
	border-color: #00a0dc;
}

/*----------------------------teachers-page-end-----------------------*/
/*----------------------------programme-page-----------------------*/

.prog-first {
	width: 100%;
	max-width: 192em;
	background: url("../../uploads/img/teach/teach-back-1.jpg") top center no-repeat;
	background-size: cover;
	height: 55em;
}

.prog-info {
	display: none;
	width: 100%;
	max-width: 192em;
	background: url("../../uploads/img/teach/teach-back-2.jpg") no-repeat;
	background-size: cover;
padding: 5em 0 3.5em 0;
}

.prog-info-active {
	display: block;
}

.prog-info-title {
	margin-top: 2em;
}

.prog-info-title span {
	font-size: 3.6em;
	color: #00a0dc;
	font-weight: bold;
	text-transform: uppercase;
}

.prog-info-title-info {
	margin-bottom: 3em;
	margin-top: 1em;
}

.prog-info-title-info span {
	font-size: 2.4em;
	color: #717171;
}

.body-part-block-nose .prog-block-mod {
	font-size: 2.8rem;
}

.body-part-block-nose .prog-block-dist {
	font-size: 2.8rem;
}

.body-part-block-nose .prog-block-master {
	font-size: 2.8rem;
}

.body-part-block-nose .prog-block-conf {
	font-size: 2.8rem;
}

/*.prog-block-mod:after {
	content: "Модульная";
	font-size: 2.8em;
	margin: auto;
	color: white;
	position: absolute;
	width: 90%;
	display: block;
	top: 46%;
	left: 0;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
}*/

/*.prog-block-dist:after {
	content: "дистанционная";
	font-size: 2.8em;
	margin: auto;
	color: white;
	position: absolute;
	width: 90%;
	display: block;
	top: 46%;
	left: 0;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
}*/

/*.prog-block-master:after {
	content: "мастер- классы";
	font-size: 2.8em;
	margin: auto;
	color: white;
	position: absolute;
	width: 74%;
	display: block;
	top: 46%;
	left: 0;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
}*/

/*.prog-block-conf:after {
	content: "конференции";
	font-size: 2.8em;
	margin: auto;
	color: white;
	position: absolute;
	width: 90%;
	display: block;
	top: 46%;
	left: 0;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;
}*/

/*----------------------------programme-page-end-----------------------*/
/*----------------------------operation-page-----------------------*/

.operation-first {
	width: 100%;
	max-width: 192em;
  
	height: 7em;
	margin: 0 auto;
}

.operation-first.operation-first-head {
	background: url("../../uploads/img/operation/operation-back1.jpg") top center no-repeat;
	background-size: cover;
}

.operation-first .operation-first-nose {
	background: url("../../uploads/img/operation/operation-back1.jpg") top center no-repeat;
	background-size: cover;
}

.operation-first .operation-first-chest {
	background: url("../../uploads/img/operation/operation-back1.jpg") top center no-repeat;
	background-size: cover;
}

.operation-first .operation-first-body {
	background: url("../../uploads/img/operation/operation-back1.jpg") top center no-repeat;
	background-size: cover;
}

.operation-info {
	width: 100%;
	max-width: 192em;
	/*----убрать картинку фон,оставить белый фонbackground: url("../../uploads/img/operation/operation-back2.jpg") top center no-repeat;
----end-----------------------*/
	background-size: cover;
	background-color: #fff;
	margin: 0 auto;
}
.operation-info * {
	margin: 0 0 10px;
}
.operation-info p {
	text-indent: 20px;
	margin: 0 0 10px;
}

.operation-info .slide-item p {
	text-indent: 0;
}

.operation-type p {
	text-indent: 20px;
}

.operation-info-block {
	width: 100%;
	max-width: 110em;
	margin: 0 auto;
}

.operation-info-padding {
	padding: 3em 1em 5em 1em;
}

.operation-info-title span {
	font-size: 2.8em;
	font-weight: bold;
	color: #00a0dc;
	text-transform: uppercase;
	line-height: 3rem;
}

.operation-info-title {
	margin: 2em 0;
}

.operation-info-text span {
	font-size: 1.8em;
	color: #717171;
	line-height: 2.7rem;
}

.operation-info-text a.link {
	font-size: 1.8em;
}

.operation-info-text-white span {
	font-size: 1.8em;
	color: white;
	line-height: 2.7rem;
}

.operation-info-title2 {
	margin-top: 2em;
}

.operation-info-title2 span {
	font-size: 2.1em;
	text-transform: uppercase;
	color: #00a0dc;
}

.operation-info-title2 .operation-info-title2-text {
	font-size: 2.1em;
	color: #717171;
	text-transform: lowercase;
}

.operation-type {
	width: 100%;
	max-width: 192em;
	background: url("../../uploads/img/operation/operation-back3.jpg") top center no-repeat;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
}

.operation-info-padding-new li {
	color: #717171;
}

.operation-info-padding-new li:before,
.scientific-single-description ul li:before {
	background: #83c3d6;
}

.operation-type-title {
	margin: 0 0 2em 0;
	position: relative;
}

.operation-type-title span {
	font-size: 2.4em;
	font-weight: bold;
	color: #00a0dc;
	text-transform: uppercase;
}


.operation-info-block .tp-leftarrow.default,
.operation-type .tp-leftarrow.default {
	display: block;
}

.gallery-slider-title {
	text-align: center;
}

.operation-gallery-slider {
	width: 68.4em;
	margin: 0 auto;
	padding-bottom: 6em;
}

.operation-gallery-slider .tp-bullets {
	left: 50% !important;
}

.operation-gallery-slider .tp-rightarrow.default {
	background: url(/wp-content/uploads/slider/gallery-right-arrow.png) no-repeat 0 0;
	background-size: cover;
	right: -13rem !important;
}

.operation-gallery-slider .tp-leftarrow.default {
	background: url(/wp-content/uploads/slider/gallery-left-arrow.png) no-repeat 0 0;
	background-size: cover;
	left: -13rem !important;
}

.operation-gallery-slider .tp-rightarrow.default:hover,
.operation-gallery-slider .tp-leftarrow.default:hover {
	background-position-y: 100%;
}

.operation-gallery-slider .tp-rightarrow.default {
	top: 50% !important;
}

.operation-gallery-slider .tp-bullets.simplebullets.round .bullet {
	background: none;
	border: .2rem solid #fff;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.operation-gallery-slider .tp-bullets.simplebullets.round .bullet:hover,
.operation-gallery-slider .tp-bullets.simplebullets.round .bullet.selected {
	background-color: rgba(255, 255, 255, .5);
}

/*----------------------------operation-page-end-----------------------*/

/*----------------------------operation-page-new-----------------------*/
.operation-type-new {
	width: 100%;
	max-width: 192em;
	background-color: #4fafd3;
	margin:  0 auto;
border-bottom: 1px solid white;
}

.operation-info-block-new {
	width: 100%;
	max-width: 110em;
	margin:  0 auto;
cursor: pointer;
}

.operation-info-padding-new {
	padding: 3em 1em;
	position: relative;
}

.operation-info-title-new {
	margin: 2em 0;
}

.operation-type-title-new span {
	font-size: 2.2em;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.operation-type-title-new h2 {
	font-size: 2.2em;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}


@-webkit-keyframes operation-new-animation {

0% {
	height: 0;
}
100% {
	height: auto;
}

}
@keyframes operation-new-animation {

0% {
	height: 0;
}
100% {
	height: auto;
}

}

.operation-type-new.operation-type-new-color {
	/*----------------------------убрать картинку фон,оставить белый фон-background: url(../../uploads/img/operation/operation-back2.jpg) top center no-repeat;
	/*-----------------------------end-----------------------*/
	background-size: cover;
	background-color: #fff;
}

.operation-type-new.operation-type-new-color {

	max-height: 0;
	overflow: hidden;
	transition: max-height .5s linear;

}

.operation-type-new.operation-type-new-color.operation-display-block {
	max-height: 1200px;
}

.operation-type-title-new::after {
	content: '';
	position: absolute;
	right: 0;
	top: 4em;
	border: 8px solid transparent;
	border-top: 16px solid white;
}

.operation-type-title-new.operation-title-after-rotate::after {
	content: '';
	position: absolute;
	right: 0;
	top: 3.5em;
	border: 8px solid transparent;
	border-top: 16px solid white;
	transform: rotate(180deg);
}


/*----------------------------operation-page-new-end-----------------------*/

/*----------------------- Scientific Activity -----------------------*/

.scientific-first-block {
	width: 100%;
	height: 55em;
	background: url('/wp-conten	t/uploads/img/scientific/scientific-title-desctop.jpg') no-repeat center 0;
	background-size: cover;
}

.scientific-content-width {
	width: 110em;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.scientific-gradient-wrapper {
	background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dde7f1));
	background: linear-gradient(to bottom, #ffffff 0%, #dde7f1 100%);
}

.scientific-blogg {
	margin: 0 auto;
}

.load-title-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 10em;
	margin: 0 auto;
}

.scientific-loading {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 60%;
	height: 1.1em;
	padding-left: 1.1em;
}

.scientific-loading-line {
	width: 0;
	height: .1em;
	background-color: #00a0dc;
	-webkit-transition: all 1.5s linear;
	transition: all 1.5s linear;
}

.scientific-loading::before {
	position: absolute;
	left: 0;
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	border: .1em solid #00a0dc;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	content: '';
}

.scientific-load-title p {
	color: #00a0dc;
	font-size: 2.6em;
}

.scientific-load-title p a {
	color: #00a0dc;
}

.scientific-post-tags {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.scientific-post-tags li {
	margin: 0 2.6em 3.5em 0;
}

.scientific-post-tags li a {
	display: block;
	padding: .8rem 3.2rem;
	color: #fff;
	font-size: 1.6em;
	text-transform: lowercase;
	background-color: #64c4e9;
	border-radius: 1.2rem;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.scientific-post-tags li a:hover {
	background-color: #367a9e;
}

.scientific-post-author {
	margin: 3.7em 0 1.7em 0;
}

.scientific-post-author span {
	font-size: 2em;
	color: #717171;
	font-weight: 800;
}

.scientific-post-title-wrapper {
	margin-bottom: 4em;
	width: 85%;
}

.scientific-post-title-wrapper h1 {
	color: #1ba5dd;
	font-size: 2.8em;
	text-transform: uppercase;
	font-weight: 300;
}

.scientific-post-title-wrapper a {
	color: #1ba5dd;
	font-size: 2.8em;
	text-transform: uppercase;
}

.scientific-post-describtion {
	width: 95%;
	margin-bottom: 2em;
}

.scientific-post-describtion span {
	color: #717171;
	font-size: 1.8em;
	line-height: 2.7rem;
}

.scientific-post-detalied-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	margin-bottom: 6.5em;
}

.scientific-post-detalied-wrapper a {
	display: block;
	padding: 2.1rem 4.6rem 2rem 4.6rem;
	background-color: #00a0dc;
	border-radius: 2.5em;
	line-height: 1;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

.scientific-post-detalied-wrapper a:hover {
	background-color: #0d80bc;
}

.scientific-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-bottom: 6em;
}

.nav-previous.alignleft,
.nav-next.alignright {
	background-color: #cbdae9;
}

.nav-previous.alignleft,
.nav-next.alignright,
.page-numbers {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}

.nav-previous.alignleft:hover,
.nav-next.alignright:hover {
	background-color: #aad6ef;
}

.nav-previous.alignleft,
.nav-next.alignright {
	position: relative;
	font-family: Tahoma, sans-serif;
}

.nav-previous.alignleft,
.page-numbers,
.nav-next.alignright {
	margin-right: 1.6rem;
}

.nav-previous.alignleft::before,
.nav-previous.alignleft a {
	content: '';
	background: url('/wp-content/uploads/img/reviews/page-right-arrow.svg') no-repeat center center;
	background-size: 30%;
}

.nav-next.alignright::before,
.nav-next.alignright a {
	content: '';
	background: url('/wp-content/uploads/img/reviews/page-left-arrow.svg') no-repeat center center;
	background-size: 30%;
}

.nav-next.alignright::before,
.nav-previous.alignleft::before,
.nav-previous.alignleft a,
.nav-next.alignright a {
	position: absolute;
	color: #fff;
	width: 100%;
	font-size: 3em;
	line-height: 4rem;

	text-align: center;
}

.nav-next.alignright::before,
.nav-previous.alignleft::before {
	height: 4.4rem;
}

.nav-previous.alignleft a,
.nav-next.alignright a {
	display: block;
	height: 100%;
	background-color: #aad6ef;
	border-radius: 50%;
}

.page-numbers {
	display: inline-block;
	line-height: 4rem;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: .2rem solid transparent;
	color: #fff;
	background-color: #aad6ef;
	font-size: 3em;

	text-align: center;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: #00a0dc;
}

/*------------Single page-------------*/

.scientific-single-title {
	width: 100%;
	height: 35em;
	background: url(/wp-content/uploads/img/scientific/single-scientific-title-desctop.jpg) no-repeat center 0;
	background-size: cover;
}

.scientific-single-description {
	padding-bottom: 4.3rem;
	color: #444;
	font-size: 1.8em;
	line-height: 2.7rem;
}

.scientific-single-description h2,
scientific-single-description h3 {
	font-weight: 400;
	color: #00a0dc;
}

.scientific-single-description h2 {
	font-size: 2.1rem;
	line-height: 4.5rem;
}

.scientific-single-description h3 {
	font-size: 1.9rem;
	line-height: 4rem;
}

.scientific-single-description ol {
	counter-reset: myCounter;
}

.scientific-single-description ol,
.scientific-single-description ul {
	padding-left: 2.5rem;
	margin: 1.5rem 0 1.5rem 0;
}

.scientific-single-description ol li {
	list-style: none;
	line-height: 3rem;
}
.scientific-single-description ul {
	/*list-style-type: disk;*/
}
.scientific-single-description li {
	position: relative;
}
.scientific-single-description ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	display: inline-block;
	color: #00a0dc;
	font-weight: 800;
	margin-right: 1rem;
}

/*------------END Single page-------------*/
/*--------------------- END Scientific Activity --------------------*/
/*---------------------- CONTACTS ----------------------*/
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border-width: 0;
}

.contact-tile-block {
	width: 100%;
	height: 55em;
	background: url('/wp-content/uploads/img/contact/contact-title.jpg') no-repeat center 0;
	background-size: cover;
}

.contact-wrapper {
	background: url('/wp-content/uploads/img/contact/contact-bg-desktop.jpg') no-repeat center 0;
	background-size: cover;
}

.contact-content-wrapper {
	max-width: 110em;
	width: 100%;
	margin: 0 auto;
}

.contact-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.contact-content > div {
	width: 50%;
}

.contact-content .contact-inform,
.contact-content .contact-form-wrapper {
	margin: 0 auto;
}

.contact-content .contact-inform {
	width: 76%;
}

.contact-content .contact-form-wrapper {
	width: 56%;
}

.contact-inform p.title-contact-addres,
.contact-form-wrapper p:first-child {
	width: 100%;
	margin-bottom: 5rem;
	font-size: 2.1em;

	text-align: start;
	color: #00a0dc;
}

.contact-inform p:not(.title-contact-addres) {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	padding: 0 0 0 5.8rem;

}

.contact-inform p:not(.title-contact-addres) span,
.contact-content .contact-inform p:not(.title-contact-addres) a {
	color: #00a0dc;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.2;
}

.contact-inform p:not(.title-contact-addres),
.contact-inform p:not(.title-contact-addres)::before {
	height: 4.4rem;
}

.contact-inform p:not(.title-contact-addres)::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 4.4rem;
	content: '';
}

.contact-inform .contact-adress::before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: .2rem solid #c3c3c3;
	border-radius: 50%;
	background: url('/wp-content/uploads/img/contakt.svg') no-repeat center center;
	background-size: 70%;
}

.contact-inform .contact-phone::before {
	background: url('/wp-content/uploads/img/phone.svg') no-repeat 0 center;
}

.contact-inform .contact-email::before {
	background: url('/wp-content/uploads/img/ravluk.svg') no-repeat 0 center;
}

.contact-form-wrapper form > label {
	position: relative;
}

.contact-form-wrapper span.wpcf7-not-valid-tip {
	position: absolute;
	top: 4rem;
	left: 1rem;
	display: block;
}
.main-price-form-inputs input,
.main-price-form-inputs textarea,
.contact-form-wrapper input,
.contact-form-wrapper textarea {
	width: 100%;
	margin-bottom: 1.6rem;
	border: 1px solid #009fdc;
	border-radius: 2.4rem;
	background-color: rgba(0, 159, 220, .25);
	font-size: 1.2rem;
	padding-left: 2.2rem;
	color: #00a0dc;
	outline: none;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.main-price-form-inputs textarea,
.contact-form-wrapper textarea {
	padding-top: 1.4rem;
	height: 10.8rem;
}
.main-price-form-inputs input,
.contact-form-wrapper input {
	height: 4rem;
}

.contact-form-wrapper input::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
}
.main-price-form-inputs input::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}
.contact-form-wrapper input::-moz-placeholde {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
}
.main-price-form-inputs input::-moz-placeholde {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}
.contact-form-wrapper textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
}
.main-price-form-inputs textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}
.contact-form-wrapper textarea::-moz-placeholde {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
}
.main-price-form-inputs textarea::-moz-placeholde {
	color: #fff;
	font-size: 1.2rem;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	font-weight: 300;
}
.main-price-form-inputs input[type="submit"],
.contact-form-wrapper input[type="submit"] {
	padding-left: 0;
	height: 4.2rem;
	width: 15.6rem;
	margin: 0 0 3.4rem 0;
	background-color: #009fdc;
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.main-price-form-inputs input[type="submit"] {
	display: block;
	margin: 0 auto 3.4rem auto;
}

.main-price-form-inputs input[type="submit"]:hover,
.contact-form-wrapper input[type="submit"]:hover {
	background-color: #0d80bc;
}
.main-price-form-inputs input[type="submit"]:hover {
	color: #fff;
}

.wpcf7-form-control-wrap {
	margin-bottom: 2.4rem;
}

.required-form {
	margin-bottom: 2.2rem;
	color: #1b8bb5;
	font-size: 1.2rem;
}

.required-form span {
	color: #f7b417;
}

.contact-map-wrapper {
	width: 100%;
	height: 56.4em;
}

.contact-control {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 2rem;
}

/*---------------------- END CONTACTS ----------------------*/
/*---------------  REVIEWS -----------------*/
.reviews-content-wrapper.reviews-mobile {
	display: none;
}

.reviews-title {
	width: 100%;
	height: 55em;
	background: url('/wp-content/uploads/img/reviews/reviews-title-desktop.jpg') no-repeat center 0;
	background-size: cover;
}

.reviews-content-wrapper {
	width: 100%;
	min-height: 110rem;
	height: auto;
	background: url("/wp-content/uploads/img/reviews/review-content-desktop.jpg") no-repeat center 0;
	background-size: cover;
}

.reviews-content-container {
	position: relative;
	max-width: 107.9em;
	margin: 0 auto;
}

.reviews-posts {
	position: relative;
	width: 95em;
	margin: 0 auto;
}

.reviews-posts p {
	text-align: center;
}

.reviews-posts p:first-child {
	margin-bottom: 4rem;
	color: #00a0dc;
	font-size: 2.8em;
	font-weight: 800;
}

.reviews-posts p:last-child {
	margin-bottom: 6rem;
	color: #717171;
	font-size: 2.4em;
	line-height: 3.6rem;
}

.reviews-next-posts-links .reviews-previous,
.reviews-next-posts-links .reviews-next {
	position: absolute;
}

.reviews-next-posts-links .reviews-previous,
.reviews-next-posts-links .reviews-next,
.reviews-next-posts-links a {
	display: block;
	width: 3.7rem;
	height: 3.7rem;
	border-radius: 50%;
	font-size: 3em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.reviews-next-posts-links .reviews-next {
	background: url('/wp-content/uploads/img/reviews/arrow-right.svg') no-repeat center center;
	background-size: 70%;
}

.reviews-next-posts-links .reviews-next a {
	background: url('/wp-content/uploads/img/reviews/arrow-right-active.svg') no-repeat center center;
	background-size: 80%;
}

.reviews-next-posts-links .reviews-previous a {
	background: url('/wp-content/uploads/img/reviews/arrow-left-active.svg') no-repeat center center;
	background-size: 80%;
}

.reviews-next-posts-links .reviews-previous {
	background: url('/wp-content/uploads/img/reviews/arrow-left.svg') no-repeat center center;
	background-size: 70%;
}

.reviews-next-posts-links .reviews-next a:hover {
	background: url('/wp-content/uploads/img/reviews/arrow-right-active-hover.svg') no-repeat center center;
	background-size: 80%;
}

.reviews-next-posts-links .reviews-previous a:hover {
	background: url('/wp-content/uploads/img/reviews/arrow-left-active-hover.svg') no-repeat center center;
	background-size: 80%;
}

.reviews-next-posts-links .reviews-previous,
.reviews-next-posts-links .reviews-next {
	top: 50%;
}

.reviews-next-posts-links a {
	border: .3rem solid #00a0dc;
}

.reviews-next-posts-links .reviews-next {
	right: 0;
}

.reviews-next-posts-links .reviews-previous,
.reviews-next-posts-links .reviews-previous a,
.reviews-next-posts-links .reviews-next a {
	left: 0;
}

.reviews-form-wrapper {
	width: 100%;
	height: 41.2em;
	background: url('/wp-content/uploads/img/reviews/review-form-desktop.jpg') no-repeat center 0;
	background-size: cover;
}

.reviews-form-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
		justify-content: space-around;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 107.8em;
	height: inherit;
	margin: 0 auto;
}

.reviews-question p {
	margin: 0 auto;
	color: #FFFFFF;
	text-transform: uppercase;
}

.reviews-question p:first-child {
	padding-bottom: 2.1rem;
	font-size: 3em;

}

.reviews-question p:last-child {
	font-size: 5.2em;
	font-weight: 800;
}

.review-button-wrapper a {
	padding: 2.8rem 6rem;
	color: #fff;
	font-size: 2.6em;
	text-transform: uppercase;
	border: .1rem solid #fff;
	border-radius: 10rem;
	background-color: rgba(255, 255, 255, .25);
	-webkit-transition: background .5s linear;
	transition: background .5s linear;
}

.review-button-wrapper a:hover {
	color: #00a0dc;
	background-color: #fff;
}

.reviews-numeric-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.reviews-numeric-pagination .page-numbers:not(:last-child) {
	margin-right: 2.6rem;
}

.reviews-numeric-pagination .page-numbers {
	width: .9rem;
	height: .9rem;
	border: .1rem solid #26ace1;
	border-radius: 50%;
	color: transparent;
	font-size: .01em;
	background-color: transparent;
}

.reviews-numeric-pagination span.page-numbers {
	background-color: rgba(255, 255, 255, .75);
}

.reviews-numeric-pagination .page-numbers:hover {
	background-color: rgba(255, 255, 255, .75);
}

/*---------------  END REVIEWS -----------------*/

/*--------------- mini slider ------------------*/
.review-wrapper .clear {
	margin-top: -1px;
	height: 1px;
	clear: both;
	zoom: 1;
}

.review-overflow-wrapper {
	overflow: hidden;
}

/* Slider */
.review-wrapper.slider {
	position: relative;
	width: 88em;
	margin: 3.5em auto 0 auto;
	padding: 1rem 0;
}

.review-wrapper.slider:before,
.review-wrapper.slider:after {
	position: absolute;
	width: 11.8em;
	height: 11.2em;
	content: '';
}

.review-wrapper.slider:before {
	top: 0;
	left: -23em;
	background: url('/wp-content/uploads/slider/quotation-mark-left.png') no-repeat 0 center;
}

.review-wrapper.slider:after {
	bottom: 0;
	right: -23em;
	background: url('/wp-content/uploads/slider/quotation-mark-right.png') no-repeat 0 center;
}

.review-wrapper.slider::-moz-selection {
	background: transparent;
	color: #fff;
	text-shadow: none;
}

.review-wrapper.slider::selection {
	background: transparent;
	color: #fff;
	text-shadow: none;
}

.review-wrapper .slide-list {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	height: 30rem;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.review-wrapper .slide-wrap {
	position: relative;
	left: 0px;
	top: 0;
	width: 10000000px;
	will-change: transform;
}

.review-container.slide-item {
	border-color: transparent;
}

.review-wrapper .slide-item {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	float: left;
	width: 85rem;
	height: 30rem;
	margin: 0 1.5rem;
	overflow: hidden;
	-webkit-transition: .4s 0s ease-in-out;
	transition: .4s 0s ease-in-out;
	will-change: transform;
}

.review-wrapper .slide-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.review-wrapper .review-title {
	color: #00a0dc;
	text-transform: uppercase;
	font-size: 2.8em;
	margin-bottom: 3.6rem;
}

.review-wrapper .review-description {
	color: #717171;
	font-size: 2.4em;
	line-height: 1.2;
}

/* slider navigation */

.review-wrapper .navy {
	position: absolute;
	top: 45%;
	z-index: 1;
	height: 4.4rem;
	width: 4.4rem;
	cursor: pointer;
	border-radius: 50%;
	border: .2rem solid #00a0dc;
}

.review-wrapper .prev-slide {
	left: -7.3rem;
	background: url('/wp-content/uploads/img/reviews/arrow-left-active.svg') center center no-repeat;
	background-size: 70%;
}

.review-wrapper .next-slide {
	right: -7.3rem;
	background: url('/wp-content/uploads/img/reviews/arrow-right-active.svg') center center no-repeat;
	background-size: 70%;
}

.review-wrapper .prev-slide:hover {
	background: url('/wp-content/uploads/img/reviews/arrow-left-active-hover.svg') center center no-repeat;
	background-size: 70%;
}

.review-wrapper .next-slide:hover {
	background: url('/wp-content/uploads/img/reviews/arrow-right-active-hover.svg') center center no-repeat;
	background-size: 70%;
}






.main-block {
	width: 100%;
	height:100%;
	max-width: 192em;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	background-image:url('images/main-1-2.jpg');
}
@media all and (max-width:  579px) {
	.main-block {
		/*background-image:url('images/main-1-2-min.jpg');*/
		/*background-image: none;*/
	}
}

.main-block-wrapper {
	max-width: 107.9em;
	height:100%;
	margin: 0 auto;
	padding: 0 1em;
	position: relative;
}

.main-block_content{
	position: absolute;
	top:50%;
	text-transform: uppercase;
	color: #ffffff;
	font-size:44px;
}

.main-block_name{
	font-weight: bold;
    text-shadow: 1px 1px 2px black, 0 0 1em #cecece; /* Параметры тени */
    padding-bottom: 30px;
}
.main-block_title .bold{
	font-weight: bold;
    text-shadow: 1px 1px 2px black, 0 0 1em #cecece; /* Параметры тени */

}
.main-block_title{
	font-weight: normal;
    text-shadow: 1px 1px 2px black, 0 0 1em #cecece; /* Параметры тени */
    padding-bottom: 30px;
    line-height:1.2;
}





















@media (max-width: 768px) {




.main-block_content{
	font-size:30px;
}



	.review-wrapper .slide-item,
	.review-wrapper .slide-wrap .slide-item:nth-child(2) {
		-webkit-animation: none;
				animation: none;
		-webkit-transform: none;
				transform: none;
		-webkit-transition: ease-in-out;
		transition: ease-in-out;
	}
}

/*--------------- end mini slider --------------*/
/*FOOTER*/
footer {
	width: 100%;
	height: 46em;
	background: url('/wp-content/uploads/img/footer-bg-desktop.jpg') no-repeat center 0;
	background-size: cover;
}

.footer-social-battons-wrapper,
.footer-about-wrapper {
	width: 100%;
}

.footer-social-battons-wrapper {
	padding-top: 4.7em;
}

.footer-social-battons-wrapper .social-icons {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 0;
}

.footer-social-battons-wrapper .soc-icon {
	width: 4em;
	height: 4em;
}

.footer-social-battons-wrapper .soc-icon:not(:first-child) {
	margin-left: 1.4em;
}

.footer-about-wrapper {
	padding-top: 3.9em;
	text-align: center;
}

.footer-about-wrapper p {
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
}

.footer-about-wrapper p:first-child {
	font-weight: 800;
	font-size: 2.8em;
}

.footer-about-wrapper p:last-child {
	padding-top: 1rem;
	font-size: 3em;
}

.footer-contacts-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-around;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	max-width: 99em;
	width: 100%;
	margin: 4em auto 0 auto;
}

.footer-contact-container {
	position: relative;
	width: 30%;
	padding-top: 5.5em;
	text-align: center;
}

.footer-contact-container::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 4em;
	content: '';
}

.footer-contact-container a,
.footer-contact-container span {
	color: #fff;
	font-size: 2.4em;
	line-height: 1.2;
}

.footer-adress-container {
	max-width: 27rem
}

.footer-adress-container::before {
	background: url('/wp-content/uploads/img/contakt.svg') no-repeat center 0;
}

.footer-email-container::before {
	background: url('/wp-content/uploads/img/ravluk.svg') no-repeat center 0;
}

.footer-phone-container::before {
	background: url('/wp-content/uploads/img/phone.svg') no-repeat center 0;
}

/*END FOOTER*/
/*---------------- 404----------------*/
.notfound-title,
.notfound-content-wrapper {
	width: 100%;
}

.notfound-title {
	height: 55rem;
	background: url("/wp-content/uploads/img/404/404-desktop.jpg") no-repeat center 0;
	background-size: cover;
}

.notfound-content-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	height: 27.8em;
	background: url("/wp-content/uploads/img/404/404-bg-desktop.jpg") no-repeat center 0;
	background-size: cover;
}

.notfound-content-wrapper p {
	margin: 0 auto;
	color: #00a0dc;
	text-transform: uppercase;

	text-align: center;
}

.notfound-content-wrapper p:first-child {
	margin-bottom: 2.7rem;
	font-size: 5em;
	font-weight: 800;
}

.notfound-content-wrapper p:last-child {
	font-size: 3.6em;
}

/*---------------- end 404 ----------------

/*-------------pop up contact window------*/
.wpcf7-response-output.wpcf7-display-non.wpcf7-mail-sent-ok {
	/*display: none;*/
}

.popup-content-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	position: absolute;
	bottom: -.8rem;
	color: #fff;
}

.popup-absolute,
.fixed-thenkyou-wrapper {
	position: fixed;
	display: none;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(223, 223, 233, .75);
	z-index: 9999999;
}

.popup-content-wrapper,
.popup-content-wrapper .wpcf7-form,
.thenkyou-conteiner,
.thenkyou-content-conteiner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.thenkyou-conteiner {
	width: 100%;
	height: 100%;
}

.thenkyou-content-conteiner {
	width: 50.7rem;
	height: 46.6rem;
	background-color: #47a5ca;
}

.thenkyou-content-conteiner p:first-child {
	text-transform: uppercase;
}

.thenkyou-content-conteiner p {
	font-size: 2.2rem;
	color: #fff;
	line-height: 4.2rem;
	text-align: center;
}

.popup-window-wrapper {
	position: relative;
	width: 50.6em;
	height: 59em;
	background-color: #47a5ca;
}

.popup-content-wrapper {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 63%;
	height: inherit;
	margin: 0 auto;
}

.close-form-button-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.5rem;
}

.close-form-button {
	position: relative;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #fff;
	font-size: 2.5rem;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	cursor: pointer;
}

.close-form-button::before,
.close-form-button::after {
	position: absolute;
	content: '';
	top: 50%;
	width: 2.5rem;
	height: .1rem;
	background-color: #fff;
	cursor: pointer;
}

.close-form-button::before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.close-form-button::after {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.close-form-button:hover {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
}
.price-form-title,
.popup-window-wrapper .popup-form-title {
	padding-top: 3.4rem;
	margin-bottom: 2.7rem;
	font-size: 2rem;
	color: #fff;
	line-height: 2.6rem;
	text-align: center;
}
.main-price-form-inputs input,
.main-price-form-inputs textarea,
.main-price-form-inputs .required-form,
.popup-window-wrapper .popup-content-wrapper input,
.popup-window-wrapper .popup-content-wrapper textarea,
.popup-window-wrapper .popup-content-wrapper .required-form {
	width: 100%;
	margin-bottom: 1.4rem;
	color: #fff;
	outline: none;
}
.main-price-form-inputs input,
.main-price-form-inputs textarea,
.popup-window-wrapper .popup-content-wrapper input,
.popup-window-wrapper .popup-content-wrapper textarea {
	font-size: 1.6rem;
	background-color: #75bcd7;
	border-width: 0;
}
.main-price-form-inputs .required-form,
.popup-window-wrapper .popup-content-wrapper .required-form {
	font-size: 1.2rem;
}
.main-price-form-inputs input[type="submit"],
.popup-window-wrapper .popup-content-wrapper input[type="submit"] {
	height: 4.6rem;
	background-color: #fff;
	color: #009fdc;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}
main-price-form-inputs input[type="submit"]:hover,
.popup-window-wrapper .popup-content-wrapper input[type="submit"]:hover {
	background-color: #dedbdb;
}
.main-price-form-inputs textarea,
.popup-window-wrapper .popup-content-wrapper textarea {
	height: 8.4rem;
}
.main-price-form-inputs input,
.popup-window-wrapper .popup-content-wrapper input {
	height: 3.3rem;
}

.popup-window-wrapper input::-webkit-input-placeholder {
	font-size: 1.6rem;
}
.main-price-form-inputs input::-webkit-input-placeholder {
	font-size: 1.6rem;
}
.popup-window-wrapper input::-moz-placeholde {
	font-size: 1.6rem;
}
.main-price-form-inputs input::-moz-placeholde {
	font-size: 1.6rem;
}
.popup-window-wrapper textarea::-webkit-input-placeholder {
	font-size: 1.6rem;
}
.main-price-form-inputs textarea::-webkit-input-placeholder {
	font-size: 1.6rem;
}

.popup-window-wrapper textarea::-moz-placeholde {
	font-size: 1.6rem;
}
.main-price-form-inputs textarea::-moz-placeholde {
	font-size: 1.6rem;
}
/*------------- end pop up contact window------*/

/*------------- fixed contact window------*/

.fixed-contact-wrapper {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 6rem;
	background-color: rgba(45, 43, 41, .8);
	z-index: 700;
}

.fixed-contact-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 61rem;
	height: inherit;
	margin: 0 auto;
}

.fixed-contact-phone {
	height: inherit;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.fixed-contact-phone a {
	position: relative;
	display: block;
	line-height: 6rem;
	padding-left: 6rem;
	color: #fff;
	font-size: 2em;
}

.fixed-contact-phone a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4.8rem;
	height: 100%;
	background: url('/wp-content/uploads/img/phone.svg') no-repeat 0 center;
	content: '';
	background-size: 80%;
}

.fixed-contact-callback.online-advice a {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 1.3rem 3.5rem 1.3rem 3.5rem;
}

/*------------- end fixed contact window------*/
/*------ to top button ------------*/

.to-top-button {
	position: fixed;
	display: none;
	right: 1.2rem;
	bottom: 7.4rem;
	width: 4.9rem;
	height: 4.9rem;
	border: .4rem solid #00a0dc;
	border-radius: 50%;
	cursor: pointer;
	z-index: 701;
	opacity: .5;
	background: url('/wp-content/uploads/img/reviews/to-top.svg') no-repeat center center;
	background-size: 75%;
}

.to-top-button:hover {
	-webkit-animation: button-opacity .3s linear forwards;
			animation: button-opacity .3s linear forwards;
}

@-webkit-keyframes button-opacity {
	100% {
		opacity: 1;
	}
}

@keyframes button-opacity {
	100% {
		opacity: 1;
	}
}

/*------ end to top button ------------*/

::-webkit-scrollbar {
	width: 0.7em;
}

::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 2px;
	background-color: #00a0dc;
}

/*----------- breadcrambs --------------*/
.breadcrubs-teach-wrapper {
   padding-bottom: 3.5rem;
   margin: 0 auto;
   font-size: 1.6rem;
   font-weight: 300;
}
.breadcramb-wrapper {
   padding-bottom: 2.5rem;
  /*-- background: url(../../uploads/img/main/attainment-back.jpg) no-repeat;---*/
  background-color: #fff;
   background-size: cover;
}
.dimon-breadcrambs {
	
   width: 108rem;
   padding-top: 3.5rem;
   margin: 0 auto;
   font-size: 1.6rem;
   font-weight: 300;
}
.breadcrubs-teach-wrapper span a,
.dimon-breadcrambs span a {
   color: #00a0dc;
}
.breadcrumbs > span {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 1rem;
	margin-right: 1.5rem;
	color: #00a0dc;
}
.breadcrubs-teach-wrapper .current,
.dimon-breadcrambs .current {
   margin-right: 0;
   color: #717171;
}

/*--------- end breadcrambs ------------*/
/*--------- price page ------------*/
.price-text-first-bl {
	margin-bottom:4.3rem;
}
.price-text-first-bl ul {
	padding-left:0;
}
.price-text-first-bl ul li {
	padding-left: 2rem;
	position: relative;
}
.price-text-first-bl ul li:before {
	left: 0;
	top: .5em;
}
.price-width-wrapper {
	padding: 0 1rem;
}
.contact-tile-block.price-img {
	background: url(/wp-content/uploads/img/reviews-title-desktop-retina.jpg) no-repeat center 0;
	background-size: cover;
}
.price-form-block {
	display: flex;
	justify-content: space-between;
}
.form-container {
	min-width: 26%;
}
.main-price-form {
	width: 47.6rem;
}
.price-main-text,
.price-title {
	margin-bottom: 2.2rem;
}
.price-name-variable,
.price-title,
.price-present-text {
	color: #00a0dc;
	text-transform: uppercase;
}
.price-title {
	font-weight: bold;
	font-size: 2.8rem;
}
.price-form-block .wpcf7-list-item-label,
.blue-container p,
.price-present-text {
	font-size: 1.8rem;
}
.blue-container {
	padding: 3.8rem 0;
	background-color: #45aad1;
}
.blue-container p {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
}
.price-form-wrapper {
	padding: 5rem 0;
}
.price-name-variable {
	margin-bottom: 2.7rem;
	font-size: 2.1rem;
	font-weight: 400;
}
.form-container > div:not(:last-child) {
	margin-bottom: 1.8rem;
}
.price-form-block input[type="checkbox"] {
	position: absolute;
	height: 0;
	opacity: 0;
}
.price-form-block .wpcf7-list-item-label {
	padding-left: 3.6rem;
	color: #717171;
	cursor: pointer;
}
.price-form-block input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.price-form-block .wpcf7-list-item-label::before {
	position: absolute;
	border-radius: 50%;
	content: '';
}
.price-form-block .wpcf7-list-item-label::before {
	top: 0;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	box-sizing: border-box;
	border: 1px solid #00a0dc;
}
.price-form-block input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #00a0dc;
}
.price-form-block span.wpcf7-list-item {
	position: relative;
	display: block;
	margin: 0;
}
.price-form-block span.wpcf7-list-item:not(:last-child) {
	margin-bottom: 1rem;
}

.main-price-form {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #45aad1;
}
.main-price-form-inputs {
	position: relative;
	width: 31.1rem;
}
.price-form-wrapper span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 20;
	width: 200px;
	top: 200%;
}
.price-form-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	text-align: end;
	color: red;
}
.price-form-wrapper div.wpcf7 .ajax-loader {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.fileform { 
	position: relative;
	width: 17rem;
	margin: 0 auto 3.5rem auto;
}
 
.fileform .selectbutton { 
	width: 100%;
	display: block;
	text-align: end;
}
.file-name {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 400;
	padding: 2rem 0 1.2rem 5.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color .25s linear;
	text-align: start;
}
.file-name:hover {
	color: #0d80bc;
}
.file-name::before {
	position: absolute;
	top: 18%;
	left: 0;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: url('/wp-content/uploads/img/download.png') no-repeat center center #fff;
	content: '';
}
.fileform #upload{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 20;
}
.main-price-form-inputs input[type="submit"] {
	width: 20.5rem;
	height: 4.8rem;
	font-weight: bold;
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi) { 
	body,
	html {
		font-size: 20px !important;
	}

 }
*/
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px), 
	only screen and (min-resolution: 144dpi) and (min-width: 1300px) {
	body, 
	html {
		font-size: 20px !important;
	}
}
*/

.r-container { 
	width:100%; 
	padding:10px 0;
}

.r-container table { width:100%; }

.r-container table td:nth-child(2) { width:110px; }
.r-container table td:nth-child(3) { width:90px; }

.rr-rating span {
	display:inline-block;
	width:90px;
	height:16px;
}

.rr-rating span.rr-rating-1 { background:url("1.png") no-repeat 0 0; }
.rr-rating span.rr-rating-2 { background:url("2.png") no-repeat 0 0; }
.rr-rating span.rr-rating-3 { background:url("3.png") no-repeat 0 0; }
.rr-rating span.rr-rating-4 { background:url("4.png") no-repeat 0 0; }
.rr-rating span.rr-rating-5 { background:url("5.png") no-repeat 0 0; }

.rr-title {
	color: #00a0dc;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 1.4rem;
}

.rr-date {
	color: #717171;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 1.6rem;
}

.rr-description {
	color: #717171;
	font-size: 1.4em;
	line-height: 1.4em;
}

@media (min-width: 320px) and (max-width: 767px) {
	
	.r-container table td { display:block; }	
	.rr-description { padding:10px 0 0 0; }
	
}

.visuality-block{
	background: #dfd8d2;
	overflow-x:hidden;
}
.visuality-block .attainment-block-wrapper{
	display: flex;
	align-items:center;
	padding: 10px 0;
}
.visuality-block .attainment-block-wrapper .visuality-block-text h1{
	font-family: Roboto;
	color: #161415;
	font-size: 47px;
	font-weight: 400;
	text-shadow:none;
}
.visuality-block .attainment-block-wrapper .visuality-block-text h3{
	font-family: Roboto;
	color: #161415;
	font-size: 37px;
	font-weight: 400;
	text-shadow:none;
}
.visuality-block .attainment-block-wrapper .visuality-block-text p{
	font-family: Roboto;
	color: #161415;
	font-size: 19px;
	font-weight: 400;
	text-shadow:none;
	margin-top: 36px;
}
.visuality-block .attainment-block-wrapper .visuality-block-text p b{
	font-weight: 700;
}
.visuality-block .attainment-block-wrapper .visuality-block-text hr{
	max-width: 387px;
	width: 100%;
	height: 1px;
	background-color: #bcb3ac;
	margin: 30px 0;
}
.visuality-block .attainment-block-wrapper .visuality-block-img{
	margin-left: 30px;
}
.visuality-block .attainment-block-wrapper form {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}
.visuality-block .attainment-block-wrapper label{
	max-width: 312px;
	width: 100%;
	color: #1f2428;
	font-family: Roboto;
	font-size: 21px;
	font-weight: 400;
	text-shadow:none;
}
.visuality-block .attainment-block-wrapper .form label input{
	max-width: 320px;
	width: 100%;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #a6a29c;
	background-color: #ffffff;
	color: #5f5f5d;
	font-family: Roboto;
	font-size: 23px;
	text-indent:11px;
	font-weight: 400;
	margin-top: 12px;
}
.visuality-block .attainment-block-wrapper .form label .phone span{
	display: none;
}
.visuality-block .attainment-block-wrapper .form input[type="submit"]{
	max-width: 212px;
	width: 100%;
	height: 45px;
	border-radius: 4px;
	border: 1px solid #337b94;
	background-color: #4badd0;
	color: #ffffff;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	margin-left: 15px;
	transition:all 0.5s;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.visuality-block .attainment-block-wrapper .form input[type="submit"]:hover{
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	transition:all 0.5s;

}
.visuality-block .attainment-block-wrapper .form .wpcf7-response-output{
	display: block;
	text-shadow: none;
	font-size: 16px;
}
.visuality-block-text{
	width: 100%;
}
.visuality-block-img{
	width: 60%;
	min-width: 40%;
}
.visuality-block-img img{
	/*object-fit:cover;*/
	/*width: 100%;*/
}
@media (max-width: 1366px){
	.visuality-block .attainment-block-wrapper .form input[type="submit"]{
		max-width:312px;
		margin-left: 0;
	}
}
@media (max-width: 767px) and (min-width: 320px) {
	body,.wrapper{
		overflow-x:hidden;
	}
	.visuality-block{
		overflow: hidden;
	}
	.visuality-block .attainment-block-wrapper{
		padding: 40px 0;
		position: relative;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text h1{
		font-size: 25px;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text h3{
		font-size: 20px;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text p{
		font-size: 16px;
	}
	.visuality-block .attainment-block-wrapper form{
		flex-flow:column;
	}
	.visuality-block .attainment-block-wrapper .form label input{
		margin-bottom: 11px;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text p{
		margin-top: 0;
	}
	.visuality-block .attainment-block-wrapper .form label,.visuality-block .attainment-block-wrapper .form input[type="submit"]{
		max-width:100%;
	}
	.visuality-block-img{
		display: block;
		position: absolute;
		right:-90px;
		z-index: -1;
	}
	.visuality-block .attainment-block-wrapper form .ajax-loader{
		display: none;
	}
}
.block-18 {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(46, 158, 200, 1);
	z-index:99999;
	text-align:center;
}

.block-18 i {
	color:#fff;
	font-weight:bold;
	border:2px solid #fff;
	display:inline-block;
	padding:20px 40px;
	font-size:20px;
	top:45%;
	position:relative;
	cursor:pointer;
	font-style:normal;
}
@media all and (max-width: 767px) {
	header {
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - 20px);
	}
	.header_phone {
		margin-right: 7px;
	}
	.header_phone > a{
		font-size: 15px;
	}
	.menu-language-container .menu > li {
		background-color: #5badcc;
		padding: 5px 5px;
		transition: 0.3s ease all;
		border-radius: 5px;
	}
	.menu-language-container .menu > li > a {
		position: relative;
	}
	.menu-language-container .menu > li.open {
		border-radius: 5px 5px 0 0;
	}
	.menu-language-container .menu > li.open > a i {
		transform: rotate(180deg);
		transform-origin: 50% 20%;
	}
	.menu-language-container .menu > li > a i {
	    font-size: 16px;
	    transition: 0.3s ease all;
	    position: absolute;
	    top: 50%;
	    right: -15px;
	    transform: translateY(-50%);
	}
	.menu-language-container li {
		position: relative;
	}
	.menu-language-container .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		transition: 0.3s ease all;
		text-align: center;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		background-color: #5badcc;
		border-radius: 0 0 5px 5px;
		padding: 5px 5px;
	}
	.menu-language-container .sub-menu li {
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.menu-language-container .sub-menu li:last-child {
		margin-bottom: 0;
		border-bottom: none;
		border-top: none;
		padding-bottom: 0;
	}
	.menu-language-container .sub-menu.open {
		max-height: 100px;
		opacity: 1;
		visibility: visible;
	}
}
.popup-window-wrapper {
	max-height: 100vh;
	overflow-y: auto;
}


/*--------uptocall------*/


.uptocall-mini {
	position:fixed;
	bottom:50px;
	left:40px;
	cursor:pointer;
	z-index:999;
	display:none;
}

.uptocall-mini .uptocall-mini-phone {
	display:block;
	-moz-border-radius:50% !important;
	-webkit-border-radius:50% !important;
	border-radius:50% !important;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#2BC123;
	width:50px;
	height:50px;
	-webkit-animation:uptocallmini 2.5s 0s ease-out infinite;
	-moz-animation:uptocallmini 2.5s 0s ease-out infinite;
	animation:uptocallmini 2.5s 0s ease-out infinite;
}

.uptocall-mini .uptocall-mini-phone:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url("images/mini.png");
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-animation:uptocallphone 2.5s linear infinite;
	-moz-animation:uptocallphone 2.5s linear infinite;
	animation:uptocallphone 2.5s linear infinite;
}

@-webkit-keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

@keyframes uptocallphone{
	0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
	50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
	75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
	100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

@-webkit-keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}

@-moz-keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}

@keyframes uptocallmini{
	0%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(23,167,167, 0);}
	10%{box-shadow:0 0 8px 6px rgba(39, 149, 136, 0.3), 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px rgba(39, 149, 136, 0.3);}
	100%{box-shadow:0 0 8px 6px rgba(23,167,167, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(23,167,167, 0);}
}
	.uptocall-mini.to-form {
		display:block;
	}
@media screen and (max-width: 1024px) { 
	.uptocall-mini.mobile {
		display:block;
	}
    .uptocall-mini.to-form{
        display: none;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media all and (min-width: 992px) {
	header .header_language li .sub-menu li,
	header .header_language .menu > li > a {
		margin-right: 10px;
	}
}



.new-price_img .link:first-child:hover {
	color: #fff !important;
}
.new-price_img .link:first-child {
	background-color: #2bc123!important;
	-webkit-animation: uptocallmini 2.5s 0s ease-out infinite;
	-o-animation: uptocallmini 2.5s 0s ease-out infinite;
	animation: uptocallmini 2.5s 0s ease-out infinite;
}
.sp-slide p.sp-layer {
	display: none;
}
.new-price_img {
	padding-top: 20px!important;
	padding-bottom: 100px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*z-index: 999;*/
	background-color: #4fafd3;
}
body {
	padding-top: 100px;
}
.operation-first {
	height: auto !important;
}


.new-banner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.new-banner_container {
    background-color: #5262ae;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 16px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
   }
.new-banner_img {
    margin-right: 20px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
}
.new-banner_text .st-text {
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
}
@media all and (max-width: 577px) {
    .new-banner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        margin-top: 20px;
    }
    .new-banner_img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .new-banner_text .st-text {
        font-size: 16px;
        text-align: center;
    }
}
/*img[data-src] {
	opacity: 0 !important;
}*/
img {
	/*opacity: 1;*/
	transition: 0.3s ease all;
}

@media (max-width: 767px) {

    header{
        padding-top:25px;
    }

    .header_button{
       position: absolute;
    left: -11px;
    top: 70px;
    width: 110%;
    border-bottom: 2px solid #62b3d2;
    text-align: center;
    }
    .header_phone{
        margin-right:10px;
    }

    header .online-advice a {
        display: block;
    padding: 15px 30px;
    color: white;
    font-size: 0.7em;
    line-height: 1;
    border-radius: 0;
    font-weight: 800;
    box-shadow: 0px 3px 7px 0px #000;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-top: 1px solid #ffffff;
    background-color: #5badcc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
	
/*HEADER*/
	.fixed-dropdown-wrapper {
		top: 120px;
	}
	
	.nav-wrapper {
		background-color: rgba(50, 176, 223, .9);
	}
     #rev_slider_1_1_wrapper {
	display: none;
     }
    .main-slider-wrapper.main-header {
	/*убрать картинку на мобильных background: url('/wp-content/uploads/img/main/main-mobile-title.jpg') no-repeat center 0; */
        background-size: cover;
    }
    .header-wrapper {
	height: 100%;
    }
	.load-animauion {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	}
    .header-wrapper.fixed-menu {
	position: fixed;
        top: 0;
        left: 0;
        right: 0;
 	display: block;
	height: auto;
		z-index: 99999;
    }
    .header-wrapper.overflow-hidden {
     }
    .header-wrapper.fixed-menu.overflow-hidden {
	bottom: 0;
        z-index: 1;
    }
    .header-wrapper.overflow-hidden header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 12rem;
    z-index:800;
    }
	.online-contacts-wrapper-color {
		background-color: rgba(45, 43, 41, .53);
	}
    .nav-wrapper,
    .online-contacts-wrapper-color {
        min-width: 32rem;
        width: 100%;
        height: 50%;
    }
    .nav-wrapper,
    .online-contacts-wrapper-color,
    .online-contacts-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .nav-wrapper-container,
    .online-contacts-wrapper {
        max-width: 32em;
        padding: 0;
    }
    .online-advice {
        border-width: .2rem;
    }
    .online-advice a {
	padding: 1.4rem 2.5rem 1rem 2.5rem;
        font-size: 1.4em;
    }
    .online-contacts-wrapper .contact-phone {
        display: none;
    }
    .toggle-menu {
        height: 1.7em;
    }
    .menu-icon,
    .menu-icon::before,
    .menu-icon::after {
        width: 2.2em;
    }
    .toggle-menu:hover .menu-icon::before,
    .toggle-menu:hover .menu-icon::after {
	left: 0;
	width: 2.2rem;
    }
    .toggle-menu:hover .menu-icon::before {
	top: 0;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
     }
    .toggle-menu:hover .menu-icon::after {
	bottom: 0;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
     }

    .toggle-menu span {
        margin-left: 2.4rem;
        font-size: 2em;
    }
    .language {
        width: 5.6em;
        height: 3.1em;
        margin-right: 0;
    }
    .qtranxs_widget ul {
        height: 2.5rem;
        border-width: .1rem;
    }
    .qtranxs_flag_and_text {
        font-size: 1.4em;
    }
    .qtranxs_widget ul li.active {
        padding-top: .65rem;
    }
    .qtranxs_widget ul li.active {
        height: 1.5rem;
    }
    .qtranxs_flag_and_text::before {
        top: 5%;
        left: 0;
        width: 1.3rem;
        height: 1.3rem;
    }
    .dropdown-menu-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
    }
    .dropdown-menu-content {
        max-width: 32em;
        padding-right: 0;
    }
    .main-navigation {
        margin: 1.8em 0 0 4.6em;
    }
    .main-navigation li a {
        padding: 1.9rem 0;
        font-size: 1.5em;
    }
    .main-navigation li.current-menu-item a::before,
    .main-navigation li a::before {
        width: .8rem;
        height: .8rem;
    }
    .main-navigation li a:hover,
    .main-navigation li.current-menu-item a {
        padding-left: 2.3rem;
    }
    .dropdown-menu-content .social-icons {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
	margin-top: 1.9rem;
        margin-left: -4.5rem;
        padding-bottom: 2rem;
    }
    .soc-icon {
        width: 2.7rem;
        height: 2.7rem;
    }
    .soc-icon a:not(:first-child) {
        margin-left: 1rem;
    }
    .fixed-auto-scroll-menu.dropdown-menu-container {
	position: fixed;
        top: 12rem;
        right: 0;
        bottom: 0;
        left: 0;
	z-index: 800;
    }
    .fixed-auto-scroll-menu .main-navigation {
	position: absolute;
    top: 1.8rem;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    width: 27.4rem;
    margin: 0 auto;
    padding-left: 4.6rem;
    padding-bottom: 12rem;
    }

    .overflow-hidden {
	overflow: hidden;
    }
    .wrapper.overflow-hidden {
	    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    }
    /*END HEADER*/

    .attainment-block {
        max-width: 76.7em;
        background: url(../../uploads/img/main/attainment-back-mob.jpg) no-repeat;
        background-size: cover;
    }

    .attainment-block-wrapper {
        max-width: 32em;
    }

    .attainment-block-wrapper-top-line {
        width: 100%;
    }
    .attainment-block-wrapper-top-line:before {
        top:28%;
    }

    .attainment-block-wrapper-top-title {
        width: 95%;
    text-align: center;
        font-size: 2em;
margin-bottom: 1em;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    }

.attainment-block-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

    .attainment-info-right-number span {
        font-size: 3em;
        text-align: center;
    }

    .attainment-info-right-number {
        text-align: center;
    }

    .attainment-info-right-number .attainment-info-right-number-font {
        font-size: 3.2em;
    }

    .attainment-info-right-title {
        text-align: center;
    }

    .attainment-info-right-title span {
        font-size: 1.2em;
    }

    .attainment-block-wrapper-middle-info-right {
        width: 100%;
	margin-left: 0;
    }

    .attainment-block-wrapper-middle-info-left-circle {
        margin: 0 auto;
    }

    .attainment-block-wrapper-middle-info-left {
        width: 100%;
    }


    /*----------------surgeon------------------*/

    .surgeon-block {
        width: 100%;
        max-width: 76.7em;
    }

    .surgeon-block-quotes {
        max-width: 32em;
        margin:  0 auto;
    }

    .surgeon-block-quotes-text span {
        font-size: 2.3em;
color: #717171;
    }

.surgeon-block-quotes-text {
    width: 100%;
}

    .attainment-block-wrapper-middle-info {
        width: 50%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

.surgeon-block-top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
background: url(../../uploads/img/main/surgeon-block-back-mob.jpg) no-repeat top center;
height: initial;
    }

    .surgeon-block-top-left {
        width: 100%;
height: 48em;
overflow: auto;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    }

    .surgeon-block-top-right {
        width: 100%;
    }

    .surgeon-top-left-wrapper {
        width: 32em;
    }

    .surgeon-top-right-wrapper {
        width: 32em;
margin-top: 3em;
padding-bottom: 4em;
margin-left: auto;
margin-right: auto;
    }

    .surgeon-top-right-wrapper ul {
        margin-top: 3em;
        margin-left: 3em;
    }

    .surgeon-top-right-wrapper ul li {
        font-size: 1.6em;
        line-height: 2.4;
    }

.surgeon-top-right-wrapper-title span {
    font-size: 2em;
}

.surgeon-block {
background: none;
}

.surgeon-top-right-wrapper-certificate {
    text-align: center;
    margin-top: 5em;
}

.current:before {
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

/*.top-right-education:hover.top-right-education:before {
    position: absolute;
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.top-right-experience:hover.top-right-experience:before {
    position: absolute;
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.top-right-degree:hover.top-right-degree:before {
    position: absolute;
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.surgeon-top-right-wrapper .current:before {
position: absolute;
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}*/




.top-right-education:hover.top-right-education a:before {
    position: absolute;
    top: 10%;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.top-right-experience a:hover {
    position: relative;
    padding-left: 2em;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.top-right-experience:hover.top-right-experience a:before {
    position: absolute;
    top: 10%;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.top-right-degree a {
    transition: all .3s linear;
}

.top-right-degree a:hover {
    position: relative;
    padding-left: 2em;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.top-right-degree:hover.top-right-degree a:before {
    position: absolute;
    top: 10%;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}

.surgeon-top-right-wrapper .current:before {
    position: absolute;
    top: 10%;
    width: 0.8rem;
    height: 0.8rem;
    box-sizing: border-box;
}



    /*------------sertification-----------*/

    .sertification-block {
	min-height: 47rem;
        max-width: 76.7em;
        background-size: cover;
    }

    .sertification-block-wrapper {
        max-width: 32em;
        padding: 0 0.7em;
    }

    .sertification-block-wrapper-top-title {
        font-size: 1em;
    }

    .sertification-block-wrapper-middle-info {
        width: 50%;
    }


    /*------------consultation------------*/

    .consultation-block {
        max-width: 76.7em;
    }

    .consultation-block-wrapper {
        max-width: 32em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 5em 0;
    }

    .consultation-block-wrapper-text-top {
        font-size: 2.3em;
    }

    .consultation-block-wrapper-text-bottom {
        font-size: 3.6em;
        color: #fff;
margin-top: 1.5rem;
    }

    .consultation-block-wrapper-text {
        width: 100%;
    }

    .consultation-block-wrapper-button {
        width: 100%;
        margin-top: 3em;
    text-align: center;
    }

    .consultation-block-wrapper-button a{
        font-size: 1.6em;
        padding: 1.5rem 2rem;
    }

    /*------------body-part-block------------*/
	.operation-gallery-slider {
		width: 310px;
		padding-bottom: 3em;
	}
	.operation-gallery-slider .persephone.tparrows {
		display: none !important;
	}
	.practice-info-anchor {
		width: 100%;
	}
    .body-part-block {
        max-width: 76.7em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .body-part-block-nose {
        width: 50%;
    }
	.body-part-block-nose ul {
		display: none;
	}
	.body-part-block-nose:hover ul,
	.body-part-block-nose p {
		display: none;
	}
	.body-part-block-nose .mobile-anchor {
		display: flex;
	}
	.body-part-block-nose:hover::before {
		background-color: rgba(81, 83, 84, .35);
	}


.block-nose-head::after {
        font-size: 2.5em;
        width: 50%;
    }

    .block-nose-nose::after {
        font-size: 2.5em;

    }

    .block-nose-chest::after {
        font-size: 2.5em;

    }

    .block-nose-body::after {
        font-size: 2.5em;

    }


/*----------------------------practice-page-----------------------*/
	.practice-info-anchor {
	display: block;
	}
    .practice-wrapper {
        max-width: 76.7em;
        height: 52em;
    background: url("../../uploads/img/main/practice-back-mob.jpg") no-repeat top center;
    }
	.practice-info-wrapper-block-text {
		padding: 0;
	}
	.practice-info-wrapper-block-text-size {
		min-width: 300px;
	}
    .practice-info-wrapper-block-text-size span {
        font-size: 1.6em;
    line-height: 3rem;
    }

    .practice-wrapper-block {
        padding: 15em 0.7em 0 0.7em;
    }

    .practice-block-quotes-text {
        width: 95%;
        text-align: center;
        max-width: 32em;
    }

    .practice-quotes-uppercase {
        font-size: 2.2em;
    }

    .practice-quotes-uppercase-grey {
        font-size: 1.6em;
    }

    .practice-quotes-uppercase-big {
        font-size: 2.2em;
    }

    .practice-quotes-uppercase-grey-big {
        font-size: 2.4em;
    }

    .practice-info-wrapper-block-text-size {
        width: 85%;
        margin: 3em auto 0 auto;
        text-align: center;
    }

.practice-info-wrapper-block {
    max-width: 32em;
}

 /*----------------------------teach-page-----------------------*/

    .teach-first-wrapper {
        max-width: 76.7em;
        background: url(../../uploads/img/teach/teach-back-mob.jpg) top center no-repeat;
        height: 52em;
    }

    .teach-activity {
        max-width: 76.7em;
    }

    .teach-activity-block {
        max-width: 32em;
        padding: 5em 0 3.5em 0;
    }

    .teach-activity-block-text1 span {
        font-size: 2em;
    }

    .teach-activity-block-text2 span {
            font-size: 1.2em;
    line-height: 2rem;
    }

    .teach-activity-block-text3 span {
            font-size: 2.4em;
    line-height: 2.5rem
    }

    .teach-activity-block-list-title {
        font-size: 2.4em;
line-height: 3rem;
    }

    .teach-activity-block-list span {
        font-size: 1.6em;
        line-height: 1.6;
    }
	.operation-info-padding-new li,
    .teach-ul-li li {
    font-size: 1.6rem;
}
.operation-info-padding-new li,
.operation-ul.teach-ul-li li {
        font-size: 1.6rem;
    }
	.operation-info-padding-new li,
    .teach-ul-li li {
        font-size: 1.6rem;
        line-height: 1.6;
    }
.operation-info-padding-new li::before,
.teach-ul-li li::before,
.scientific-single-description ul li:before {
    top: 0.6rem;
}

    .teach-programme {
        max-width: 76.7em;
    }

    .teach-topic {
        max-width: 76.7em;
    }

    .teach-programme-block {
        max-width: 32em;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 11em 0;
    }

    .teach-programme-block-button {
        width: 97%;
        text-align: right;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 3em;
    }

    .teach-programme-block-text {
        width: 95%;
        padding-right: 1em;
        text-align: right;
    }

    .teach-programme-block-button a {
        padding: 1.5rem 2rem;
        font-size: 1.8em;
    }

    .teach-programme-block-text-top {
        font-size: 1.8em;
    }

    .teach-programme-block-text-bottom {
        font-size: 3em;
    }

    .teach-organisation {
        max-width: 76.7em;
    }

    .teach-organisation-block {
        max-width: 32em;
padding: 5em 0 3.5em 0;
    }

    .teach-organisation-block-title span {
        font-size: 2.4em;
line-height: 3rem;
    }

    .teach-organisation-block-title-small span {
        font-size: 2em;
line-height: 3rem;
    }

    .teach-organisation-block-text span {
        font-size: 1.6em;
line-height: 2rem;
    }

    .teach-organisation-block-title-small2 {
        margin-top: 1.8em;
    }

    .teach-organisation-block-title-small2 span {
        font-size: 1.6em;
line-height: 2rem;
    }

    .teach-ul-li {
        margin-top: 1.5em;
    }
	.operation-info-padding-new {
		margin-top:0;
	}
    .teach-basis {
        max-width: 76.7em;
    }

    .teach-basis-block {
        max-width: 32em;
        padding: 5em 0;
    }

    .teach-basis-block-text {
        font-size: 1.8em;
    }

    .teach-basis-block-img-block {
        width: 95%;
    }

    .teach-basis-block-img-block img {
        max-width: 100%;
    }

    .teach-teacher {
        max-width: 76.7em;
    }

    .teach-teacher-size {
        font-size: 2.6em;
    }

    .teach-activity .attainment-block-wrapper-top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .teach-activity .attainment-block-wrapper-top-title {
        width: 90%;
        margin-top: 1em;
        text-align: center;
        font-size: 1.6em;
    }

    .teach-activity .attainment-block-wrapper-top-line {
        width: 95%;
    }

    /*----------------------------teach-page-end-----------------------*/
/*----------------------------topics-page-----------------------*/

    .topics {
        max-width: 76.7em;;
    }

    .padding-block {
        padding: 0 0.7em;
    }

    .topics-block {
        max-width: 32em;
    padding: 2em 0;
}
    

    .topics-title span {
        font-size: 2em;
    }

    .ol-li-number-list li {
        font-size: 1.2em;
    line-height: 3rem;
    }

    .ol-li-number-list {
        margin-left: 2em;
    }

.ol-li-number-list li:before {
    left: -3em;
}

    .topics .attainment-block-wrapper-top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .topics .attainment-block-wrapper-top-title {
        width: 90%;
        margin-top: 1em;
        text-align: center;
        font-size: 1.6em;
    }

    .topics .attainment-block-wrapper-top-line {
        width: 95%;
    }

    /*----------------------------topics-page-end-----------------------*/
/*----------------------------teachers-page-----------------------*/

    .teachers-first-wrapper {
        max-width: 76.7em;
        background: url(../../uploads/img/teach/teach-back-mob.jpg) top center no-repeat;
        height: 52em;
    }

    .teachers-second {
        max-width: 76.7em;
        background: white;
        padding-top: 0;
        padding-bottom: 0;
    }

.teachers-second-block {
    margin-bottom: 4em;
}

    .teachers-second-block-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .teachers-second-line {
        max-width: 32em;
	padding: 3em 0;
    }

    .teachers-second-title {
        margin-top: 2em;
    }

    .teachers-second-title span {
        font-size: 2.4em;
        color: #00a0dc;
        text-transform: uppercase;
line-height: 3rem;
    }


    .teachers-second-block-info-img {
        max-width: 32em;
        width: 100%;
        margin: 0 auto;
    }

    .teachers-second-text {
        max-width: 32em;
        width: 100%;
        margin: 0 auto;
padding: 0;
        padding-bottom: 3em;
        background: none;
    }

    .teachers-second-text-info {
        width: 32em;
        padding: 0 0;
display: inline;
    }

    .teachers-second-text-info span {
        font-size: 1.6em;
        color: white;
line-height: 2.5rem;
    }

    .teachers-second-text-title {
        padding: 2em 0;
    }

    .teachers-second-text-title span {
        font-size: 2.4em;
        color: white;
line-height: 3rem;
    }

    .teachers-second-text-title-uppercase {
        text-transform: uppercase;
    }

    .teachers-second-text-info.teachers-second-name span {
        color: white;
        text-align: left;
        display: inline-block;
    }

    .teachers-second-text.teachers-second-name {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left;
        background: none;
padding-left: 0;
padding-bottom: 3em;
    }

    .teachers-second-text-block {
        background: #4aadd2;
        width: 100%;
    }

    .teachers-second-text-block.teachers-second-name {
        background: #4aadd2;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .teachers-second.teachers-second-name {
        background: none;
    }

.teachers-wrapper-top {
    width: 32em;
margin-top: 2em;
    margin-bottom: 2em;
padding-left: 0;
}

.teachers-wrapper-top-line {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.teachers-top-line {
    padding-left: 0;
width: 100%;
-webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.attainment-block-wrapper-top-title.teachers-top-title.teachers-top-title-blue {
    color: white;

}

.teachers-wrapper-top-line.teachers-top-title-blue {
border-color: white;
}

.teachers-top-circle.teachers-top-title-blue {
border-color: white;
}

.attainment-block-wrapper-top-title.teachers-top-title {
    margin-bottom: 1rem;
font-size: 2.4em;
text-align: left;
    line-height: 2.5rem;
width: 100%;
}

.teachers-second-block.teachers-second-last-child {
margin-bottom: 0em;
}

    /*----------------------------teachers-page-end-----------------------*/
/*----------------------------operation-page-----------------------*/

    .operation-info-block {
        width: 100%;
        max-width: 32em;
        margin:  0 auto;
    }

.operation-first.operation-first-head {
    background: url("../../uploads/img/operation/operation-back-mob-head.jpg") top center no-repeat;
background-size: cover;
}

.operation-first.operation-first-nose {
    background: url("../../uploads/img/operation/operation-back-mob-nose.jpg") top center no-repeat;
background-size: cover;
}

.operation-first.operation-first-chest {
    background: url("../../uploads/img/operation/operation-back-mob-chest.jpg") top center no-repeat;
background-size: cover;
}

.operation-first.operation-first-body {
    background: url("../../uploads/img/operation/operation-back-mob-body.jpg") top center no-repeat;
background-size: cover;
}

    .operation-info-padding {
        padding: 3em 0;
    }

    .operation-info-title span {
        font-size: 2.4em;
    line-height: 3rem;
    }

    .operation-info-title2 .operation-info-title2-text {
        font-size: 1.5em;
        color: #717171;
    }

    .operation-info-title {
        margin: 2em 0;
    }

    .operation-info-text span {
        font-size: 1.6em;
line-height: 2rem;
    }

.operation-info-text-white span {
        font-size: 1.6em;
line-height: 2rem;
    }


    .operation-info-title2 span {
        font-size: 1.6em;
    line-height: 2rem
    }

    .operation-type-title span {
        font-size: 2.4em;
    line-height: 3rem;
    }

    /*----------------------------operation-page-end-----------------------*/

 /*----------------------------operation-page-end-----------------------*/

/*----------------------------operation-page-new-----------------------*/

.operation-type-new {
    width: 100%;
    max-width: 76.8em;
}

.operation-info-block-new {
    width: 100%;
    max-width: 32.2em;
}

.operation-info-padding-new {
    padding: 1.2em 1.2em 1.2em 0;
    position: relative;
}

.operation-info-title-new {
    margin: 2em 0;
}

.operation-type-title-new span {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.operation-type-title-new h2 {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}


.operation-type-new.operation-type-new-color.operation-display-block {
    max-height: 1500px;
}

.operation-type-title-new::after {
    top: 2.3em;
    border: 6px solid transparent;
    border-top: 14px solid white;
}

.operation-type-title-new.operation-title-after-rotate::after {
    top: 1.8em;
    border: 6px solid transparent;
    border-top: 14px solid white;
}

/*----------------------------operation-page-new-end-----------------------*/

	    /*----------------------- Scientific Activity -----------------------*/

    .scientific-first-block {
        height: 52em;
        background-image: url('/wp-content/uploads/img/scientific/scientific-title-mobile.jpg');
    }
    .scientific-content-width {
        width: 32em;
        padding: 0;
    }
    .load-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
        height: 8.2em;
	margin: 0 auto 2em auto;
        padding-top: 3em;
    }
    .scientific-loading {
        width: 100%;
    }
    .scientific-load-title {
	    -ms-flex-item-align: center;
	        align-self: center;
    }
    .scientific-load-title p {
        font-size: 2em;
    }
    .scientific-post-tags li {
        margin: 0 2em .9em 0;
    }
    .scientific-post-tags li a {
        padding: 1rem 1.6rem;
        font-size: 1.4em;
    }
    .scientific-post-author {
        margin: 1.9em 0 2.3em;
    }
    .scientific-post-author span  {
        font-size: 1.6em;
    }
    .scientific-post-title-wrapper {
        width: 100%;
        margin-bottom: 1.2em;
    }
    .scientific-post-title-wrapper a {
        font-size: 2em;
    }
    .scientific-post-describtion {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .scientific-post-describtion span {
        font-size: 1.2em;
        line-height: 1.8rem;
    }
    .scientific-post-detalied-wrapper {
        margin-bottom: 3.7em;
    }
    .scientific-post-detalied-wrapper a {
        padding: 1.4rem 2.4rem 1.1rem 2.4rem;
        line-height: 1;
        font-size: 1.2em;
    }
    .scientific-pagination {
        padding-bottom: 3.6em;
    }
    .nav-previous.alignleft,
    .nav-next.alignright,
    .page-numbers {
        width: 3rem;
        height: 3rem;
    }
    .nav-next.alignright::before, .nav-previous.alignleft::before {
        height: 3rem;
    }
    .nav-previous.alignleft,
    .page-numbers:not(:last-child) {
        margin-right: 1.2rem;
    }
    .nav-next.alignright::before,
    .nav-previous.alignleft::before,
    .nav-previous.alignleft a,
    .nav-next.alignright a {
        font-size: 2.5em;
        line-height: 2.7rem;
    }
    .page-numbers {
        font-size: 1.4em;
        line-height: 2.7rem;
    }
    /*------------Single page-------------*/
    .scientific-single-title {
        height: 22em;
        background: url('/wp-content/uploads/img/scientific/single-scientific-title-mobile.jpg') no-repeat center 0;
    }
    .scientific-single-description {
        padding-bottom: 2rem;
        font-size: 1.6em;
        line-height: 2.4rem;
    }
    .scientific-single-description h3 {
	    line-height: 3.2rem;
     }
    .scientific-single-description ol li {
	line-height: 2.4rem;
    }
    .scientific-single-description h2 {
	line-height: 3.5rem
     }

    /*------------END Single page-------------*/

    /*----------------------- END Scientific Activity -----------------------*/
    /*----------------------- reviews -----------------------------*/
    .reviews-title {
	height: 52em;
	background: url('/wp-content/uploads/img/reviews/reviews-title-mobile.jpg') no-repeat center 0;
    }
    .reviews-content-wrapper {
	min-height: 50rem;
	height: auto;
	background: url('/wp-content/uploads/img/reviews/review-content-mobile.jpg') no-repeat center 0;
	background-size: cover;
    }
    .page-id-14 .review-wrapper.slider {
	margin-top: 1em;
    }
    .reviews-form-wrapper {
	height: 30.5em;
	background: url('/wp-content/uploads/img/reviews/review-form-mobile.jpg') no-repeat center 0
    }
    .reviews-form-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 32em;
    }
    .reviews-question {
	margin-bottom: 6.8rem;
    }
    .reviews-question p:first-child {
	padding-bottom: 1.6rem;
	font-size: 2.2em;
    }
    .reviews-question p:last-child {
	font-size: 3.4em;
    }
    .review-button-wrapper a {
	padding: 1.6rem 4.5rem 1.2rem 4.5rem;
	font-size: 1.6em;
    }
    /*----------------------- end reviews--------------------------*/
    /*---------------------mini slider----------------------*/
    .review-wrapper.slider {
	width: 25.6em;
    	padding: 0;
	height: 45rem;
    }
    .review-wrapper.slider:before, 
    .review-wrapper.slider:after {
        width: 4.3em;
	height: 4.6em;
	background-size: 100%;
    }
    .review-wrapper.slider:before {
	left: -3.1rem;
    }
    .review-wrapper.slider:after {
	right: -3.1rem;
    }    
    .review-wrapper .slide-item {
	width: 22.6em;
	height: 44rem;
        padding-top: .5rem;
    }
    .review-wrapper .review-title {
	font-size: 1.6em;
	margin-bottom: 2.2rem;
     }
    .review-wrapper .review-description {
	font-size: 1.4em;
	line-height: 2.1rem;
    }
    .review-wrapper .next-slide {
	right: -2.5rem;
	background-size: 60%;
    }
    .review-wrapper .prev-slide {
	left: -2.5rem;
	background-size: 50%;
    }
    .review-wrapper .navy {
	top: 50%;
	width: 2.4rem;
	height: 2.4rem;
    }
    .review-wrapper .slide-list {
    height: 45rem;
    padding: 4rem 0 0 0;
    }
    /*---------------------mini slider----------------------*/
	/*---------------------- CONTACTS ----------------------*/
	.contact-form-wrapper span.wpcf7-not-valid-tip {
		top: 3.5rem;
	}
    .contact-tile-block {
        height: 52em;
        background: url('/wp-content/uploads/img/contact/contact-title-mobile.jpg') no-repeat center 0;
	background-size: cover;
    }
    .contact-wrapper {
        background: url('/wp-content/uploads/img/contact/contact-bg-mobile.jpg') no-repeat center 0;
	background-size: cover;
    }
    .contact-content-wrapper {
        max-width: 32em;
    }
    .contact-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .contact-content > div,
    .contact-content .contact-inform,
    .contact-content .contact-form-wrapper {
        width: 100%;
    }
    .contact-inform p.title-contact-addres,
    .contact-form-wrapper p:first-child {
        margin-bottom: 2.5rem;
        font-size: 2em;
    }
    .contact-inform p:not(.title-contact-addres) span, 
    .contact-content .contact-inform p:not(.title-contact-addres) a {
        font-size: 1.6em;
    }
    .contact-inform p:not(.title-contact-addres) {
        padding: 0 0 3.5rem 4.5rem;
    }
    .contact-inform p:not(.title-contact-addres)::before {
	top: .7rem;
        width: 3rem;
        height: 3rem;
    }
    .contact-form-wrapper input,
    .contact-form-wrapper textarea {
        width: 32rem;
        margin-bottom: 2.2rem;
        font-size: 1.6rem;
        padding-left: 2.8rem;
    }
    .contact-form-wrapper input {
        height: 5rem;
    }
    .contact-form-wrapper input::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .contact-form-wrapper input::-moz-placeholde {
        font-size: 1.4rem;
    }
    .contact-form-wrapper textarea::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    .contact-form-wrapper textarea::-moz-placeholde {
        font-size: 1.4rem;
    }
    .contact-form-wrapper input[type="submit"] {
        height: 4.4rem;
        width: 19.4rem;
 	font-size: 1.4rem;
    }
    .required-form {
        font-size: 1.4rem;
    }
    .contact-map-wrapper {
        height: 38.8rem;
    }
    .contact-control {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    }
    .wpcf7-form-control-wrap {
	margin-bottom: 1.6rem;
    }
    /*---------------------- END CONTACTS ----------------------*/
    /*---------------  REVIEWS -----------------*/
	.reviews-content-wrapper.reviews-mobile {
    		display: block;
		padding-bottom: 2rem;
      		overflow: hidden;
	}
	.reviews-content-wrapper.review-desktop {
		display: none;
	}
    /*---------------  END REVIEWS -----------------*/
    /* FOOTER*/
	footer {
		height: 39em;
		margin-bottom: 4.95em;
		background: url('/wp-content/uploads/img/footer-bg-mobile.jpg') no-repeat center 0;
	}
	.footer-social-battons-wrappe {
		margin-top: 3.7em;
	}
	.footer-social-battons-wrapper .soc-icon {
		width: 2.8em;
		height: 2.8em;
	}
	.footer-social-battons-wrapper .soc-icon:not(:first-child) {
	    margin-left: 1em;
	}
	.footer-about-wrapper {
	    padding-top: 3em;
	}
		.footer-about-wrapper p {
			line-height: 1.2;
		}
	.footer-about-wrapper p:first-child {
		font-size: 1.6em;
	}
	.footer-about-wrapper p:last-child {
	    padding-top: 1.2rem;
	    font-size: 2em;
	}
	.footer-contacts-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: 4em;
	}
	.footer-contact-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		max-width: 100%;
		width: 23em;
		height: 5em;
		padding: 0 0 0 5em;
		text-align: left;
	}
	.footer-contact-container a,
	.footer-contact-container span {
		font-size: 1.7em;
	}
	.footer-contact-container::before {
		width: 5rem;
		height: 100%;
		background-position: 0 center;
		background-size: 50%;
	}

	/*END FOOTER*/
 /*---------------- 404----------------*/
    .notfound-title {
        height: 52.4em;
        background: url("/wp-content/uploads/img/404/404-mobile.jpg") no-repeat center 0;
        background-size: cover;
    }
    .notfound-content-wrapper {
        height: 15em;
        background: url("/wp-content/uploads/img/404/404-bg-mobile.jpg") no-repeat center 0;
        background-size: cover;
    }
    .notfound-content-wrapper p:first-child {
        margin-bottom: 1.6rem;
        font-size: 3.2em;
    }
    .notfound-content-wrapper p:last-child {
        font-size: 2.2em;
    }
 /*---------------- END 404----------------*/

/*----------------------------programme-page-----------------------*/


.prog-info {
    padding: 0;
}

.prog-first {
    max-width: 767em;
    background: url(../../uploads/img/teach/teach-back-mob.jpg) top center no-repeat;
    height: 52em;
}

/*.prog-block-mod:after {
        font-size: 1.6em;
    }

    .prog-block-dist:after {
        font-size: 1.6em;
    }

    .prog-block-master:after {
        font-size: 1.6em;
    }


    .prog-block-conf:after {
        font-size: 1.6em;
    }*/

.body-part-block-nose .prog-block-mod {
    font-size: 1.6rem;
}

.body-part-block-nose .prog-block-dist {
    font-size: 1.6rem;
}

.body-part-block-nose .prog-block-master {
    font-size: 1.6rem;
}

.body-part-block-nose .prog-block-conf {
    font-size: 1.6rem;
}

.prog-info-title {
    text-align: center;
}

.prog-info-title span {
    font-size: 2.4em;
}

/*----------------------------programme-page-end-----------------------*/
/*--------------------------- fixed contacts ---------------------*/
.fixed-contact-callback {
     display: none;
}
.fixed-contact-wrapper {
	display: block;
     height: 5rem;
     z-index: 300;
}
.fixed-contact-content {
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     width: 100%;
}
    footer .fixed-contact-phone a {
        padding-left: 0;
        margin-right: 5rem;
    }
    footer .fixed-contact-phone a::before {
        display: none;
    }
.fixed-contact-phone a {
     line-height: 5rem;
     margin-right: 5.2rem;
}
.fixed-contact-phone a:before {
     background-size: 75%;
}
/*-------------------------- to top button --------------------*/
.to-top-button {
     right: .7rem;
     bottom: .6rem;
     width: 3.2rem;
     height: 3.2rem;
}
/*-------------pop up contact window------*/

.popup-window-wrapper {
    width: 29.5em;
    height: 42em;
}
.popup-content-wrapper {
    width: 86%;
	justify-content: space-around;
}
.popup-window-wrapper .popup-form-title {
    padding-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.popup-window-wrapper .popup-content-wrapper input,
.popup-window-wrapper .popup-content-wrapper textarea,
.popup-window-wrapper .popup-content-wrapper .required-form {
    margin-bottom: 1.1rem;
}
.popup-window-wrapper .popup-content-wrapper input,
.popup-window-wrapper .popup-content-wrapper textarea {
    font-size: 1.4rem;
}
.popup-window-wrapper .popup-content-wrapper textarea {
    height: 7rem;
}
.popup-window-wrapper .popup-content-wrapper .required-form {
    font-size: 1.1rem;
}
.popup-window-wrapper .popup-content-wrapper  input[type="submit"] {
    width: 18.3rem;
    height: 3.6rem;
}
.popup-window-wrapper .wpcf7-form-control-wrap {
    max-width: 250px;
    -webkit-transform: scale(.8) translateX(-2.7rem);
            transform: scale(.8) translateX(-2.7rem);
    margin-bottom: .8rem;
}
.popup-window-wrapper .popup-content-wrapper .required-form {
    margin-bottom: 3em;
}
.close-form-button-wrapper {
    padding: .5rem;
}
.popup-window-wrapper input::-webkit-input-placeholder {
    font-size: 1.4rem;
}
.popup-window-wrapper input::-moz-placeholde {
    font-size: 1.4rem;
}
.popup-window-wrapper textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
}
.popup-window-wrapper textarea::-moz-placeholde {
    font-size: 1.4rem;
}
.thenkyou-content-conteiner {
    width: 30rem;
    height: 32rem;
}
.thenkyou-content-conteiner p {
    font-size: 1.8rem;
    padding: 0 3rem;
    line-height: 2.2rem;
}
/*-------------end pop up contact window------*/
/*----------- breadcrambs --------------*/

.dimon-breadcrambs {
   width: 32rem;
   font-size: 1.4rem;
}
/*--------- end breadcrambs ------------*/
	/*------------- price page -------------*/
	.price-width-wrapper {
		max-width: 32rem;
		margin: 0 auto;
		padding-left: .1rem;
		padding-right: .1rem;
		-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.price-title {
		font-size: 2.4rem;
		margin-bottom: 2.4rem;
	}
	.blue-container p,
	.price-main-text {
		font-size: 1.2rem;
    	line-height: 1.7;
	}
	.price-present-text {
		font-size: 1.6rem;
	}
	.blue-container {
		padding: 2.7rem 0;
	}
	.price-form-wrapper {
    	padding: 2.6rem 0;
	}
	.price-form-block {
		flex-direction: column;
		align-items: center;
	}
	.form-container {
		min-width: 90%;
		margin-bottom: 1.8rem;
	}
	.price-name-variable {
		font-size: 1.8rem;
		margin-bottom: 2.4rem;
	}
	.main-price-form {
		width: 32rem;
	}
	.main-price-form-inputs {
		width: 28rem;
	}
	.price-form-title {
		font-size: 2.2rem;
		padding-top: 2rem;
		margin-bottom: 1.6rem;
	}
	.main-price-form-inputs input[type="submit"] {
		width: 18.5rem;
		height: 4.3rem;
		font-size: 1.6rem;
	}
	.fileform {
		margin-bottom: 2.6rem;
	}
}
.adaptive_menu{
    display: none;
}

@media (max-width: 1050px) {

header{
    position: fixed;
}
.adaptive_menu{
    display:inline-block;
    width:31px;
    height:29px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/adaptive_menu.png);
    position: absolute;
    right:12px;
    top:12px;
    margin-top:10px;
}


header .header_container,
header .main_menu ul.main_menu-menu > li:hover > ul{
    display: block;
}



.main_menu{
    display: none;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    z-index:1;
    background-color: rgba(46, 158, 200, .7);
    overflow: auto;
    height:calc(100vh - 70px);
}

.main_menu ul{
    display: block !important;
    padding-left:15px;
    position: relative !important;
    background:none !important;
    border:none !important;
    width:90vw !important;
    top:0 !important;

}


.main_menu a{
    color:#ffffff !important;
}

.main_menu ul li{
    display: block !important;
    position: relative !important;
    background:none !important;
    width:90vw !important;
    height:auto !important;
}


.header_phone,
.header_button,
.header_language{
    display: inline-block;
}


.map_content{
    width:80vw;
    top:0;
}



}


@media (min-width: 768px) and (max-width: 1364px) {
/* HEADER */
    .dropdown-menu-container,
    .nav-wrapper {
      width: 40%;
    }
    .nav-wrapper-container,
    .dropdown-menu-content {
        max-width: 31rem;
    }
    .nav-wrapper-container {
        padding-left: 0;
    }
    .nav-wrapper-container, 
    .dropdown-menu-content {
	width: 25.6rem;
    }
    .menu-icon,
    .menu-icon::before,
    .menu-icon::after {
        width: 2.2em;
    }
    .toggle-menu {
        height: 1.8rem;
    }
    .toggle-menu:hover .menu-icon::before,
    .toggle-menu:hover .menu-icon::after {
	left: 0;
	width: 2.2rem;
    }
    .toggle-menu:hover .menu-icon::before {
	top: 0;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
     }
    .toggle-menu:hover .menu-icon::after {
	bottom: 0;
	-webkit-transform: rotate(0);
	        transform: rotate(0);
     }
    .language,
    .toggle-menu span {
        margin-left: 2rem;
    }
    .language {
        width: 5.5rem;
        height: 2.8em;
    }

    .qtranxs_widget ul {
        height: 2.2rem;
    }

    .qtranxs_widget ul li.active {
        height: 1.4rem;
    }
    .qtranxs_flag_and_text {
        font-size: 1.4em;
    }
    .qtranxs_flag_and_text::before {
        left: -.1rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .toggle-menu span {
        font-size: 2em;
    }
	.fixed-dropdown-wrapper {
		top: 75px;
	}
    .online-contacts-wrapper {
	width: 51.1rem;
		justify-content: space-between;
    }
    .online-contacts-wrapper-color {
        min-width: 49.3em;
        width: 60%;
    }
    .online-contacts-wrapper {
        max-width: 51em;
        padding-right: 0;
    }

    .svg-phone {
        width: 2.5em;
        height: 2.5em;
	margin-right: .5rem;
    }
    .contact-phone {
	width: 47%;
    }
    .contact-phone a {
        font-size: 1.8em;
    }
	.call-apps {
		margin-right: .8rem;
	}
    .online-advice {
        margin: 0 .5rem;
    }
    .main-navigation {
        margin-top: .4em;
    }
    .online-advice a {
        padding: 1.2rem 2.3rem 1.1rem 2.3rem;
        font-size: 1.4em;
        border-width: .2rem;
    }
    .main-navigation li a {
        font-size: 1.3em;
        padding-top: 1.9rem;
        padding-bottom: 1.9rem;
    }
    .main-header .main-navigation {
	margin-top: 3em;
    }
    .main-header .main-navigation li a {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
    }
    .main-navigation li a:hover,
    .main-navigation li.current-menu-item a {
        padding-left: 2rem;
    }
    .main-navigation li.current-menu-item a::before,
    .main-navigation li a::before {
        width: .9rem;
        height: .9rem;
    }
    .soc-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .soc-icon:not(:first-child) {
        margin-left: 1rem;
    }

    /* END HEADER */

    .attainment-block {
        max-width: 136.5em;
    }

    .attainment-block-wrapper {
        max-width: 76.8em;
    }
    .attainment-block-wrapper-middle-info-right {
       min-width: 16.3em;
    }

    .attainment-block-wrapper-top-line {
        width: 62%;
    }
    .attainment-block-wrapper-top-line:before {
        top: 33%;
    }
    .attainment-block-wrapper-top-title {
        width: 36%;
        text-align: right;
        font-size: 2.4em;
    }

    .attainment-info-right-number span {
        font-size: 4.5em;
    }

    .attainment-info-right-number .attainment-info-right-number-font {
        font-size: 2.8em;
    }

    .attainment-info-right-title span {
        font-size: 1.2em;
    }

    .surgeon-block {
        width: 100%;
        max-width: 136.5em;
    }

    .surgeon-block-quotes {
        max-width: 76.8em;
        margin:  0 auto;
    }

    .surgeon-block-quotes-text span {
        font-size: 2.4em;
    }

.surgeon-top-right-wrapper ul {
margin-left: 5em;
}

    /*------------sertification-----------*/

    .sertification-block {
        max-width: 136.5em;
    }

    .sertification-block-wrapper {
        max-width: 76.8em;
    }

    .sertification-block-wrapper-top-title {
        font-size: 2.4em;
    }

    .sertification-block-wrapper-middle-info-img img {
        width: 100%;
    }

    /*------------consultation------------*/

    .consultation-block {
        max-width: 136.5em;
    }

    .consultation-block-wrapper {
        max-width: 76.8em;
	padding: 11.5em 0 12.6em 0;
    }
    .consultation-block-wrapper-text {
	width: 50%;
    }

    .consultation-block-wrapper-text-bottom {
        font-size: 4.5em;
        color: #fff;
        text-transform: uppercase;
    }

    .consultation-block-wrapper-button {
        width: 38%;
    }

    .consultation-block-wrapper-button a{
        font-size: 2em;
        padding: 1.6rem 3.2rem;
    }

    /*------------body-part-block------------*/

    .body-part-block {
        max-width: 136.5em;
    }

    .body-part-block-back {
        background: rgba(205, 207, 207, 0);
    }

.body-part-block-nose p {
	display: none;
}
.body-part-block-nose ul li:hover::before {
    border-color: transparent;
    background-color: transparent;
}
.body-part-block-nose ul {
	display: flex;
}
.body-part-block-nose ul li:not(:last-child) {
	margin-bottom: 2em;
}
.body-part-block-nose ul li {
	min-width: 18em;
    padding: 0;
    width: 70%;
}
.body-part-block-nose ul li a {
	color: #fff;
	font-size: 1.45em;
	line-height: 1.2;
}
.body-part-block-nose::before {
    background: rgba(0, 160, 220, .75);
}
.body-part-block-nose a{

}

/*----------------------------practice-page-----------------------*/
	
    .practice-wrapper {
        max-width: 136.5em;
        height: 50em;
    }

    .practice-info-wrapper-block-text-size span {
        font-size: 2em;
    }

    .practice-wrapper-block {
        padding: 18em 1em 0 1em;
    }

    .practice-block-quotes-text {
        width: 76%;
        max-width: 76.8em
    }

    .practice-quotes-uppercase {
        font-size: 2.4em;
    }

    .practice-quotes-uppercase-grey {
        font-size: 2em;
    }

    .practice-quotes-uppercase-big {
        font-size: 3em;
    }

    .practice-quotes-uppercase-grey-big {
        font-size: 3.6em;
    }
	.operation-gallery-slider {
		width: 489px;
	}
    /*----------------------------practice-page-end-----------------------*/
 /*----------------------------teach-page-----------------------*/

    .teach-first-wrapper {
        max-width: 136.5em;
        height: 52em;
    }

    .teach-activity {
        max-width: 136.5em;
    }

    .teach-activity-block {
        max-width: 76.8em;
padding: 5em 0 3.5em 0;
    }

    .teach-activity-block-text1 span {
        font-size: 3em;
    }

    .teach-activity-block-text2 span {
        font-size: 1.6em;
    }

    .teach-activity-block-text3 span {
        font-size: 3em;
    }

    .teach-activity-block-list-title {
        font-size: 2.6em;
    }

    .teach-activity-block-list span {
        font-size: 1.8em;
    }

    .operation-info-padding-new li {
        font-size: 1.6em;
    }

    .teach-programme {
        max-width: 136.5em;
    }

    .teach-topic {
        max-width: 136.5em;
    }

    .teach-programme-block {
        max-width: 76.8em;
padding: 11em 0;
    }

    .teach-programme-block-button a {
        padding: 1.5rem 2rem;
        font-size: 1.8em;
    }

    .teach-programme-block-text-top {
        font-size: 2.5em;
    }

    .teach-programme-block-text-bottom {
        font-size: 4em;
    }

    .teach-organisation {
        max-width: 136.5em;
    }

    .teach-organisation-block {
        max-width: 76.8em;
padding: 5em 0 3.5em 0;
    }

    .teach-organisation-block-title span {
        font-size: 2.8em;
    }

    .teach-organisation-block-title-small span {
        font-size: 2.2em;
    }

    .teach-organisation-block-text span {
        font-size: 2em;
    }

    .teach-organisation-block-title-small2 {
        margin-top: 2em;
    }

    .teach-organisation-block-title-small2 span {
        font-size: 2em;
    }

    .operation-info-padding-new ul {
        margin-top: 0.2em;
    }

    .operation-info-padding-new ul li {
        font-size: 2rem;
    }

    .teach-basis {
        max-width: 136.5em;
    }

    .teach-basis-block {
        max-width: 76.8em;
        padding: 5em 0;
    }

    .teach-basis-block-text {
        font-size: 2em;
    }

    .teach-basis-block-img-block {
        width: 45%;
    }

    .teach-basis-block-img-block img {
        max-width: 100%;
    }

    .teach-teacher {
        max-width: 136.5em;
    }

    .teach-teacher-size {
        font-size: 3.6em;
    }

    /*----------------------------teach-page-end-----------------------*/
/*----------------------------teachers-page-----------------------*/

.teachers-second-text-block {
    max-width: 74em;
}

.teachers-second-line {
    width: 76.8em;
padding: 0;
}

.teachers-second-block-info-img {
    max-width: 28em;
    width: 41%;
}

.teachers-second-text-info span {
    font-size: 1.6em;
    color: white;
    line-height: 2.5rem;
}

.teachers-second-text-info.teachers-second-name span {
    line-height: 2.5rem;
}

.teachers-second-text-info {
    width: 43em;
    padding: 0 2em;
    height: 25em;
}

.teachers-wrapper-top {
    width: 46em;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
margin-top: 2em;
padding-left: 0;
}

.attainment-block-wrapper-top-line.teachers-top-line {
    width: 100%;
margin-top: 1em;
}

.attainment-block-wrapper-top-title.teachers-top-title {
    width: 100%;
    font-size: 2.4em;
    text-align: center;
}

.teachers-second-text.teachers-second-name {
    width: 55em;
padding: 0;
}

.teachers-second-text {
    padding: 0;
}

/*----------------------------teachers-page-end-----------------------*/
/*----------------------------topics-page-----------------------*/

    .topics {
        max-width: 136.5em;;
    }

    .topics-block {
        max-width: 76.8em;
    }

    .topics-title span {
        font-size: 3em;
    }

    .ol-li-number-list li {
        font-size: 2em;
    }

    /*----------------------------topics-page-end-----------------------*/
 /*----------------------------operation-page-----------------------*/
    

    .operation-info-block {
        width: 100%;
        max-width: 76.8em;
        margin:  0 auto;
    }

    .operation-info-padding {
        padding: 3em 0;
    }

    .operation-info-title span {
        font-size: 3em;
    }

    .operation-info-title2 .operation-info-title2-text {
        font-size: 2em;
        color: #717171;
    }

    .operation-info-title {
        margin: 2em 0;
    }

    .operation-info-text span {
        font-size: 1.8em;
    }


    .operation-info-title2 span {
        font-size: 2em;
    }

    .operation-type-title span {
        font-size: 2.5em;
    }

    /*----------------------------operation-page-end-----------------------*/

/*----------------------------operation-page-new-----------------------*/

.operation-type-new {
    width: 100%;
    max-width: 192em;
}

.operation-info-block-new {
    width: 100%;
    max-width: 76.8em;
}

.operation-type-title-new span {
    font-size: 2.2em;
}

.operation-type-title-new h2 {
    font-size: 2.2em;
}


/*----------------------------operation-page-new-end-----------------------*/
	
	/*----------------------- Scientific Activity -----------------------*/

    .scientific-first-block {
        height: 52em;
        background-image: url('/wp-content/uploads/img/scientific/scientific-title-tablet.jpg');
    }

    .scientific-content-width {
        width: 76.8em;
    }
    .load-title-block {
        height: 10em;
    }
    .scientific-load-title p {
        font-size: 2.4em;
    }
    .scientific-post-tags li {
        margin: 0 1.2em 1.6em 0
    }
    .scientific-post-tags li a {
        padding: 1rem 2.6rem;
        font-size: 1.4em;
    }
    .scientific-post-author {
        margin: 1.6em 0 1.7em 0;
    }
    .scientific-post-author span {
        font-size: 1.6em;
    }
    .scientific-post-title-wrapper {
        margin-bottom: 2.8em;
    }
    .scientific-post-title-wrapper a {
        font-size: 3.2em;
    }
    .scientific-post-describtion {
        margin-bottom: 3.2em;
    }
    .scientific-post-describtion span {
        font-size: 1.6em;
    }
    .scientific-post-detalied-wrapper {
        margin-bottom: 6.6em;
    }
    .scientific-post-detalied-wrapper a {
        padding: 2.3rem 4.4rem 2.1rem 4.4rem;
        font-size: 1.6em;
        line-height: 1;
    }
    .nav-previous.alignleft,
    .nav-next.alignright,
    .page-numbers {
        width: 3.9rem;
        height: 3.9rem;
    }
    .nav-next.alignright::before, .nav-previous.alignleft::before {
	height: 4rem;
    }
    .nav-previous.alignleft,
    .page-numbers:not(:last-child) {
        margin-right: 1.4rem;
    }
    .nav-next.alignright::before,
    .nav-previous.alignleft::before,
    .nav-previous.alignleft a,
    .nav-next.alignright a {
        font-size: 2.4em;
        line-height: 3.5rem;
    }
    .page-numbers {
        line-height: 3.5rem;
        font-size: 1.8em;
    }
       /*------------Single page-------------*/
    .scientific-single-title {
        height: 52em;
        background: url('/wp-content/uploads/img/scientific/single-scientific-title-tablet.jpg');
    }
    .scientific-single-description {
        font-size: 1.6em;
    }
    /*------------END Single page-------------*/

    /*----------------------- END Scientific Activity -----------------------*/
    /*---------------------mini slider----------------------*/
    .review-wrapper.slider {
	width: 64.4em;
    	padding: 0;
    }
    .review-wrapper.slider:before {
	left: -18em;
    }
    .review-wrapper.slider:after {
	right: -18em;
    }
    .review-wrapper .slide-item {
	width: 61.4em;	
    }
    .review-wrapper .review-title {
	font-size: 2em;
	margin-bottom: 3.6rem;
     }
    .review-wrapper .review-description {
	font-size: 1.8em;
    }
    .review-wrapper .next-slide {
	right: -5.3rem;
	background-size: 60%;
    }
    .review-wrapper .prev-slide {
	left: -5.3rem;
	background-size: 60%;
    }
    .review-wrapper .navy {
	width: 3.2rem;
	height: 3.2rem;
    }
    /*---------------------mini slider----------------------*/
	/*------------- main slider -----------------*/
	.rev_slider .slider-button {
		padding: 15px 25px !important; 
		font-size: 18px !important;
	}
	/*------------- ecnd main slider -------------*/
    /*---------------------- CONTACTS ----------------------*/
    .contact-content .contact-inform {
	    width: 85%;
    }
    .contact-content .contact-form-wrapper {
	    width: 79%;
    }
    .contact-content {
	width: 76.8em;
	margin: 0 auto;
    }
    /*---------------------- END CONTACTS ----------------------*/
	   /*---------------  REVIEWS -----------------*/
    .reviews-title {
        height: 51.5em;
        background: url('/wp-content/uploads/img/reviews/reviews-title-tablet.jpg') no-repeat center 0;
        background-size: cover;
    }
    .reviews-content-wrapper {
        height: auto;
        min-height: 90rem;
        background: url("/wp-content/uploads/img/reviews/review-content-tablet.jpg") no-repeat center 0;
        background-size: cover;
    }
    .reviews-content-container {
        max-width: 75.3em;
    }
    .reviews-posts {
        width: 55.8em;
    }
    .reviews-posts p:first-child {
        margin-bottom: 2.6rem;
        font-size: 2.4em;
    }
    .reviews-posts p:last-child {
        margin-bottom: 4.5rem;
        font-size: 1.6em;
	line-height: 2.4rem;
    }
    .reviews-form-wrapper {
        height: 41.2em;
        background: url('/wp-content/uploads/img/reviews/review-form-tablet.jpg') no-repeat center 0;
        background-size: cover;
    }
    .reviews-form-container {
        width: 76.8em;
    }
    .reviews-question p:first-child {
        padding-bottom: 1.5rem;
    }
    .reviews-question p:last-child {
        font-size: 4.8em;
    }
    .review-button-wrapper a {
        padding: 1.7rem 6rem;
        font-size: 2em;
        border: .3rem solid #fff;
    }
    /*---------------  END REVIEWS -----------------*/
    /*FOOTER*/
    footer {
        height: 32em;
        background: url('/wp-content/uploads/img/footer-bg-tablet.jpg') no-repeat center 0;
        background-size: cover;
    }
    .footer-social-battons-wrapper {
        padding-top: 3.5em;
    }
    .footer-social-battons-wrapper .soc-icon {
        width: 2.6em;
        height: 2.6em;
    }
    .footer-social-battons-wrapper .soc-icon:not(:first-child) {
        margin-left: 1.1em;
    }
    .footer-about-wrapper {
        padding-top: 3.2em;
    }
    .footer-about-wrapper p:first-child {
        font-size: 1.6em
    }
    .footer-about-wrapper p:last-child {
        padding-top: .5rem;
        font-size: 2em;
    }
    .footer-contacts-wrapper {
        max-width: 69.4rem;
        margin-top: 2.5rem
    }
    .footer-contact-container {
        padding-top: 3.9rem;
    }
    .footer-contact-container::before {
        height: 2.8em;
    }
    .footer-contact-container a,
    .footer-contact-container span {
        font-size: 1.7em;
    }
    .footer-adress-container {
        max-width: 15rem
    }
    /*END FOOTER*/
    /*---------------- 404----------------*/
    .notfound-title {
        height: 54em;
        background: url("/wp-content/uploads/img/404/404-tablet.jpg") no-repeat center 0;
        background-size: cover;
    }
    .notfound-content-wrapper {
        height: 24.6em;
        background: url("/wp-content/uploads/img/404/404-bg-tablet.jpg") no-repeat center 0;
        background-size: cover;
    }
    .notfound-content-wrapper p:first-child {
        font-size: 5.6em;
    }
    .notfound-content-wrapper p:last-child {
        font-size: 4em;
    }
    /*----------------END 404----------------*/

/*----------------------------programme-page-----------------------*/

/*.prog-block-mod:after {
        font-size: 1.8em;
    }

    .prog-block-dist:after {
        font-size: 1.8em;
    }

    .prog-block-master:after {
        font-size: 1.8em;
    }


    .prog-block-conf:after {
        font-size: 1.8em;
    }*/

.body-part-block-nose .prog-block-mod {
    font-size: 1.8rem;
}

.body-part-block-nose .prog-block-dist {
    font-size: 1.8rem;
}

.body-part-block-nose .prog-block-master {
    font-size: 1.8rem;
}

.body-part-block-nose .prog-block-conf {
    font-size: 1.8rem;
}
/*----------- breadcrambs --------------*/

.dimon-breadcrambs {
   width: 74.8rem;
}
/*--------- end breadcrambs ------------*/
/*------------- price page -------------*/
	.price-width-wrapper {
		max-width: 76.8rem;
		margin: 0 auto;
		padding-left: 1em;
		padding-right: 1em;
		-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.price-present-text {
		margin-bottom:2.2rem;
	}
	.price-title {
		font-size: 2.4rem;
	}
	.blue-container p {
		font-size: 1.6rem;
	}
	.blue-container {
		padding: 2.9rem 0;
	}
	.price-form-wrapper {
		padding: 3.2rem 0;
	}
	.price-form-block {
		justify-content: space-around;
    	flex-wrap: wrap;
	}
	.form-container {
		margin-bottom: 3.4rem;
	}
	.price-name-variable {
		font-size: 1.8rem;
	}
	.price-form-block .wpcf7-list-item-label {
		padding-left: 4.5rem;
	}
	.price-name-variable {
		padding-left: 1.8rem;
	}
	.main-price-form {
		width: 42.7rem;
	}
	.main-price-form-inputs {
		width: 28.1rem;
	}
	.price-form-title {
		font-size: 2.2rem;
		padding-top: 2.1rem;
    	margin-bottom: 2.2rem;
	}
	.main-price-form-inputs input[type="submit"] {
		width: 18.5rem;
    	height: 4.3rem;
		font-size: 1.6rem;
	}
/*----------------------------programme-page-end-----------------------*/
/*-------------------------- popup form --------------------------------*/
  
}




		.visible-xs {
	display: none!important;
}
.img-responsive_new {
	display: block;
	height: auto;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.visuality-block {
	padding-top: 25px;
	padding-bottom: 25px;

}
.visuality-block .attainment-block-wrapper .visuality-block-text h3 {
	font-size: 29px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	position: relative;
}
.visuality-block .attainment-block-wrapper .visuality-block-text h3:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #01a0dc;
}
.visuality-block .attainment-block-wrapper .visuality-block-text h3:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 1px;
	width: 700px;
	background-color: #01a0dc;
}
.visuality-block .attainment-block-wrapper label {
	font-weight: bold;
}
.visuality-block .attainment-block-wrapper .visuality-block-img {
	padding-top: 100px;
	flex: 1;
}
.visuality-block .attainment-block-wrapper .visuality-block-img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
}
.visuality-block .attainment-block-wrapper {
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 0;
}
.visuality-block-text {
	flex: 1;
}
.visuality-block .attainment-block-wrapper form {
	text-align: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.visuality-block .attainment-block-wrapper .form input[type=submit] {
	margin-top: 15px;
	background-color: #fff;
	border-radius: 40px;
	border:none;
	border-bottom: 1px solid #47a5ca;
	box-shadow: 0px 2px 8px 0px rgba(71, 165, 202, 0.5);
	color: #47a5ca;
	text-align: center;
	cursor: pointer;
	max-width: 320px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 18px;
}
.visuality-block .attainment-block-wrapper .form input[type=submit]:hover {
	background-color: #47a5ca;
	color: #fff;
}
.visuality-block .attainment-block-wrapper .form .wpcf7-response-output.wpcf7-display-none {
	display: none;
}


.new-consult {
	background-color: #f4f3f8;
	position: relative;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 50px;
}
.new-consult_img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.new-consult_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-consult_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	height: 750px;
	max-height: 100vh;
}
.new-consult_info {
	flex: 1;
	position: relative;
	z-index: 3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.new-consult_info .text {
	margin: 0;
	margin-top: auto;
	margin-bottom: 30px;
	padding: 15px 15px 20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	margin-right: 70px;
}
.new-consult_text {
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.new-consult_text  .st-title {
	text-transform: uppercase;
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 25px;
	line-height: 1;
	color: #000;
	position: relative;
}
.new-consult_text  .st-title:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #01a0dc;
	border-radius: 50%;
}
.new-consult_text  .st-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 20px;
	height: 1px;
	background-color: #01a0dc;
}
.new-consult_text .st-text {
	background-color: rgba(255,255,255,0.7);
	padding: 15px 15px 25px;
	text-align: center;
	font-size: 20px;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
}
.new-consult_text .st-text .link {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	line-height: 1;
	border-radius: 40px;
	transition: 0.3s ease all;
	border-bottom: 1px solid #47a5ca;
	text-decoration: none;
	background-color: #fff;
	margin-top: 15px;
	box-shadow: 0px 2px 8px 0px rgba(71, 165, 202, 0.5);
}
.new-consult_text .st-text .link:hover {
	background-color: #47a5ca;
	color: #fff;
}



.new-price {
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 30px;
}
.new-price_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: flex-start;
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
}
.new-price_info  .st-title {
	text-transform: uppercase;
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 25px;
	line-height: 1;
	color: #000;
	position: relative;
}
.new-price_info  .st-title:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #01a0dc;
	border-radius: 50%;
}
.new-price_info  .st-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 20px;
	height: 1px;
	background-color: #01a0dc;
}
.new-price_img {
	flex: 1;
	text-align: center;
	padding-top: 80px;
}
.new-price_img img {
	max-width: 100%;
	display: block;
	height: auto;
}
.new-price_img .link {
	text-decoration: none;
	cursor: pointer;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(71, 165, 202, 0.5);
	border-radius: 40px;
	font-size: 18px;
	transition: 0.3s ease all;
	background-color: #4badd0;
	line-height: 1;
	padding: 22px 40px;
	display: inline-block;
}
.new-price_img .link:hover {
	color: #4badd0;
	background-color: #fff;
}
.new-price_info {
	flex: 1;
}
.new-price_info p:not(.prices_table) {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
}
.new-price_info .prices_table {
	border-radius: 2px;
	border: 2px solid #47a5ca;
	display: table;

}
.new-price_info .prices_table .row {
	display: table-row;
	border-bottom: 1px solid #fff;
	background-color: #47a5ca;
	transition: 0.3s ease all;
	vertical-align: middle;
}
.new-price_info .prices_table .row:nth-child(odd) {
	background-color: #55bbe1;
}
.new-price_info .prices_table .row:hover {
	background-color: #01a0dc;
}
.new-price_info .prices_table .row:last-child .info,
.new-price_info .prices_table .row:last-child .price {
	border-bottom: none;
}
.new-price_info .prices_table .info {
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	padding-left: 10px;
	display: table-cell;
	color: #fff;
	font-size: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.new-price_info .prices_table .price {
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px;
	display: table-cell;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
}
.popup-window-wrapper .popup-content-wrapper input[type="submit"] {
	padding: 0 10px;
}




@media all and (max-width: 1200px) {
	.new-consult_container,
	.new-price_container {
		width: 768px;
	}
	.new-consult_container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
	.new-consult_text {
		order: -1;
		margin-bottom: 20px;
	}
	.new-consult_info .text {
		margin-right: 0;
	}
	.new-consult_text .st-title {
		color: #01a0dc;
	}
	.new-price_info p:not(.prices_table) {
		font-size: 16px;
	}
	.new-price_info .prices_table .info {
		font-size: 15px;
		padding-right: 15px;
	}
	.new-price_info .prices_table .price {
		font-size: 15px;
	}
	.new-price_img {
		padding-left: 20px;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text h1:after {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}
	.new-consult_container,
	.new-price_container {
		width: 100%;
		max-width: 320px;
		/*padding-left: 20px;*/
		/*padding-right: 20px;*/
	}
	.visuality-block .attainment-block-wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-img {
		position: static;
		padding-top: 20px;
		width: 100%;
		max-width: 100%;
	}
	.visuality-block .attainment-block-wrapper .visuality-block-text h1 {
		font-size: 26px;
	}
	.new-consult_text .st-title{
		font-size: 25px;
		/*color: #fff;*/
	}
	.new-consult_text .st-text {
		font-size: 16px;
	}
	.new-consult_text .st-text br {
		display: none;
	}
	.new-consult_text .st-text .link {
		white-space: nowrap;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.new-consult_container {
		height: auto;
		max-height: 100%;
	}
	.new-consult_text {
		max-width: 100%;
	}
	.new-consult_info .text {
		font-size: 16px;
	}
	.new-price_info .st-title {
		font-size: 26px;
	}
	.new-price_container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.new-price_img {
		padding-left: 0;
		padding-top: 0;
		margin-top: 20px;
	}
	.new-consult_img {
		top: auto;
		transform: translateX(0%);
		bottom: 0;
		right: 0;
		left: 0;
        display: none;
	}
	.new-consult_img img {
		width: 100%;
	}
	.new-price_img .link {
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
	}
	#wpcf7-f2052-o5 input[type="submit"] {
		text-transform: none;
	}
}
.gallery-slider-title h5 {
	color: #00a0dc;
    text-transform: uppercase;
    font-size:18px !important;
}





/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.new--gallery {
	padding-top: 60px;
	padding-bottom: 0px;
}
.new--gallery--container {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
.new--gallery__title {
	margin-bottom: 40px;
}
.new--gallery__title .st-title {
	text-align: center;
	font-size: 33px;
	font-weight: 500;
	color: #000;
	margin: 0;
}
.new--gallery__content  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.new--gallery__content--img {
	margin-right: 50px;
	max-width: 520px;
	-webkit-box-flex:  1;
	    -ms-flex:  1;
	        flex:  1;
}
.new--gallery__content--img img {
	display: block;
	max-width: 100%;
	height: auto;
}
.new--gallery__content--info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 520px;
}
.new--gallery__content--info .st-list {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 2px solid #000000;
	-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding: 20px 30px 20px 40px;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.new--gallery__content--info .st-text {
	font-size: 22px;
	line-height: 1.6;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
}
.new--gallery__content--info .st-link {
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	padding: 25px 33px;
	display: inline-block;
	color: #2E9EC8;
	font-size: 33px;
	line-height: 1;
	border: 2px solid #2E9EC8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 6px 12px rgba(46, 158, 200, 0.45);
	        box-shadow: 0px 6px 12px rgba(46, 158, 200, 0.45);
	border-radius: 64px;
}
.new--gallery__content--info .st-link:hover {
	background-color: #2E9EC8;
	color: #fff;
}
@media all and (max-width: 1200px) {
	.new--gallery__content--info .st-text br {
		display: none;
	}
}
@media all and (max-width: 992px) {
	.new--gallery__content--info .st-text {
		font-size: 18px;
	}
	.new--gallery__content--info .st-link {
		font-size: 22px;
	}
	.new--gallery__content {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.new--gallery__content--info .st-list {
		font-size: 20px;
	}
}
@media all and (max-width: 579px) {
	.new--gallery__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.new--gallery * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.new--gallery__content--img {
		margin: 20px auto 0;
	}
	.new--gallery--container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.new--gallery__content--info {
		text-align: center;
	}
	.new--gallery__content--info .st-link {
		padding: 15px 0;
		width: 100%;
		display: block;
	}
}

/*////////////////////////////*/
.header_language {
	position: relative;
	z-index: 999;
}
.sblock1 {
	width: 100%;
	padding: 20px 10px;		
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #2b2b2b;
	box-sizing: border-box;
}
.sblock1__heading {
	margin: 0;
}
.attainment-block-wrapper {
	text-shadow: none;
}

.new-price_img center {
	display: none;
}
.body-part-block {
	flex-wrap: wrap;
}
.video-block {
	position: relative;
}
.video-block:before {
	content: "";
	display: block;
	padding: calc(9/16 * 100%) 0 0;
}

.video-block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about_info-wrapper > iframe {
	display: none;
}

@media (max-width: 1050px){
	.main_menu {
		background: #2b2b2b;
	}
	.main_menu ul {
		overflow-x: hidden;
	}
	header .main_menu li.big_item ul li a,
	header .main_menu li.big_item > ul > li:last-child > a,
	header .main_menu li ul li a {
		border-bottom-color: darkgrey;
	}
}
@media (max-width: 767px){
	.main-block_content {
		transform: translate(0, -50%);
	}
	.sblock1 {
		padding: 10px;		
		font-size: 20px;
	}
	
	.surgeon-top-left-wrapper {
		width: auto;
		margin: 0;
		padding: 10px;
	}
	
	.surgeon-top-right-wrapper {
		width: auto;
		margin: 30px 0 !important;
		padding: 0 10px !important;
		font-size: 14px;
	}
	
	.new-price_img .link {
		padding: 5px !important;
		display: inline-flex !important;
		justify-content: center;
		align-items: center;
		width: 300px;
		height: 62px;
		max-width: 100%;
		white-space: normal !important;
		line-height: 1.2 !important;
	}
}