@charset "UTF-8";

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*,
:after,
:before {
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important
}

body,
html {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	blackface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimize legibility;
	-webkit-font-feature-settings: "liga" 1;
	-moz-font-feature-settings: "liga" 1;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga" 1
}

body {
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none
}

a[x-apple-data-detectors] {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	color: inherit
}

textarea {
	max-width: 100%
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

input::-webkit-input-placeholder {
	color: #ffffff
}

input::-moz-placeholder {
	opacity: 1;
	color: #ffffff
}

.popup__input::-webkit-input-placeholder {
	color: #696969
}

.popup__input::-moz-placeholder {
	opacity: 1;
	color: #696969
}

textarea::-webkit-input-placeholder {
	color: #ffffff
}

textarea::-moz-placeholder {
	opacity: 1;
	color: #ffffff
}

.wrapper {
	display: block;
	position: relative;
	padding: 0 20px;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%
}

.title {
	display: block;
	text-align: center;
	color: #333333;
	font-family: "Gotham Pro";
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase
}

.title--white {
	color: #ffffff
}

.title__strong {
	font-weight: 900
}

.title--sp {
	font-weight: 400
}

.button {
	display: inline-block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 18px 40px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.button--orange {
	background-color: #ff921e
}

.button--orange:hover {
	background-color: #fb8100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.button--blue {
	background-color: #ff921e
}

.button--blue:hover {
	background-color: #fb8100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../../fonts/GothamPro-Medium.eot");
	src: url("../../fonts/GothamPro-Medium.eot%3F") format("embedded-opentype"), url("../../fonts/GothamPro-Medium.woff2") format("woff2"), url("../../fonts/GothamPro-Medium.woff") format("woff"), url("../../fonts/GothamPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "Gotham Pro";
	src: url("../../fonts/GothamPro.eot");
	src: url("../../fonts/GothamPro.eot%3F") format("embedded-opentype"), url("../../fonts/GothamPro.woff2") format("woff2"), url("../../fonts/GothamPro.woff") format("woff"), url("../../fonts/GothamPro.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

.header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}

.header--foreigners {
	position: relative
}

.header--foreigners .menu__link {
	color: #244161
}

.header--foreigners .header__phones-item {
	color: #244161
}

.header--foreigners .header__phones {
	padding-top: 21px
}

.header--foreigners .header__logo {
	background-image: url("../../images/logo-f.svg");
	margin-top: -8px
}

.header--foreigners .menu__item {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent
}

.header--foreigners .menu__item--foreigners {
	line-height: 72px;
	background-color: #f3f2f1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff921e
}

.header--foreigners .header__content {
	padding: 0
}

.header--foreigners .menu {
	padding-top: 0
}

.header__content {
	display: block;
	position: relative;
	padding: 14px 0
}

.header__logo {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 34px;
	background-image: url("../../images/logo-estets.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.header__phones {
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding-top: 7px
}

.header__phones-item {
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase
}

.menu {
	display: inline-block;
	vertical-align: middle;
	padding-top: 7px;
	margin-left: 10px
}

.menu__item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px
}

.menu__link {
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.menu__link:hover {
	text-decoration: underline
}

.main {
	display: block;
	position: relative;
	min-height: 512px;
	background: #51bee6;
}

.main__video {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -35%);
	-moz-transform: translate(-50%, -35%);
	-ms-transform: translate(-50%, -35%);
	-o-transform: translate(-50%, -35%);
	transform: translate(-50%, -35%);
	top: 50%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: 1
}

.main__content {
	display: block;
	position: relative;
	padding: 180px 0 0 0;
	text-align: center;
	height: 100%;
	z-index: 3
}

.main__title {
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 43px;
	font-weight: 900;
	text-transform: uppercase
}

.main__description {
	display: block;
	color: #ffffff;
	font: 500 20px "Gotham Pro";
	text-transform: uppercase;
	padding: 150px 0 0 0;
}

.main__text {
	display: block;
	margin-top: 50px;
	text-align: center;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase
}

.work {
	display: block;
	position: relative;
	z-index: 3;
	height: 512px;
}

.work__content {
	display: block;
	position: relative;
	padding: 90px 0 0 0
}

.work__button {
	position: absolute;
	z-index: 1;
	left: 50%;
	padding: 10px 15px; 
	margin-top: -40px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 0px 1px #c56702;
	width: 335px;
}

	.work__button .title {
		font-size: 14px;
	}

	.work__button .title a {
		color: #000;
	}

	.work__button .phone a {
		font: normal 18px 'Gotham Pro', Arial;
		color: #000;
	}

.work__container {
	display: block;
	text-align: center;
}

.work__img {
	display: inline-block;
	vertical-align: top;
	max-width: 48%;
	margin-right: 1%;
}

.work__info {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	padding-left: 10px
}

.slide .title {
	color: #24698c;
	font-size: 26px;
}

.work__info .title {
	padding-top: 80px;
}

.slide .description {
	display: block;
	color: #4d4d4d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase
}

.work__description {
	margin-top: 16px;
}

.trust__title {
	margin: 10px 0 30px 0;
}

.work__name {
	display: block;
	margin: 50px 0 20px 0;
	color: #2b2b2b;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}

.service {
	display: block;
	position: relative
}

.service__content {
	display: block;
	position: relative;
	padding: 80px 0;
	text-align: center
}

.service__items {
	display: block;
	font-size: 0;
	margin: 30px -15px 0 -15px
}

.service__item {
	display: inline-block;
	vertical-align: middle;
	width: 33.33333333333333%;
	padding: 15px
}

.service__item-img {
	display: inline-block;
	vertical-align: middle;
	width: 30%
}

.service__item-title {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding-left: 14px;
	color: #404040;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left
}

.service__slider {
	display: block;
	margin-top: 40px;
	padding: 0 40px
}

.service__slider-item {
	display: block;
	padding: 10px 10px
}

.service__slider-container {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.service__slider-img {
	display: block;
	width: 100%
}

.service__slider-title {
	display: block;
	margin-top: 22px;
	text-align: center;
	position: relative;
	padding: 0 30px 30px 30px;
	color: #404040;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.service__slider-title:after {
	display: block;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 6px;
	background-color: #ff921e
}

.service__slider-text {
	display: block;
	color: #4d4d4d;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 400;
	padding: 26px 30px 30px 20px;
	text-align: left
}

.service__button {
	margin-top: 40px
}

.slick-dots {
	bottom: -40px
}

.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 10px;
	background-color: #b1d1da;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.slick-dots li:hover {
	background-color: #006989
}

.slick-dots li.slick-active {
	background-color: #006989
}

.slick-dots li button {
	display: none
}

.slick-prev {
	width: 40px;
	height: 35px;
	background-image: url("../../images/nav-prev.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	left: -50px
}

.slick-next {
	width: 40px;
	height: 35px;
	background-image: url("../../images/nav-next.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	right: -50px
}

.slick-arrow:before {
	display: none
}

.doctors {
	display: block;
	position: relative;
	width: 100%;
	background-image: url("../../images/f-2.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.doctors__content {
	display: block;
	position: relative;
	padding: 60px 0
}

.doctors__items {
	display: block;
	font-size: 0;
	margin: 40px -40px 0 -40px
}

.doctors__item {
	display: inline-block;
	vertical-align: top;
	width: 33.33333333333333%;
	padding: 20px 40px;
	text-align: center
}

.doctors__item-img {
	display: block;
	margin: 0 auto;
	height: 216px
}

.doctors__item-ico {
	display: block;
	margin: 0 auto
}

.doctors__item-name {
	display: block;
	margin-top: 14px;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.doctors__item-strong {
	display: block;
	margin-top: 30px
}

.doctors__item-info {
	display: block;
	margin-top: 5px;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 17px
}

.doctors__item-container {
	display: block;
	min-height: 216px
}

.doctors__button {
	display: inline-block;
	position: relative;
	padding: 0;
	border-bottom: 1px dashed;
	border-radius: 0;
	font: normal 13px "Gotham Pro";
	background: transparent;
	box-shadow: none;
}

.surprise {
	display: block;
	position: relative
}

.surprise__content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 90px 0;
	font-size: 0;
	max-width: 900px
}

.surprise__info {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	text-align: left;
	padding-top: 20px
}

.surprise__info .title {
	text-align: left
}

.surprise__img {
	display: inline-block;
	vertical-align: top;
	width: 40%
}

.surprise__items {
	display: block;
	margin-top: 20px
}

.surprise__item {
	display: block;
	margin-top: 24px
}

.surprise__item-ico {
	display: inline-block;
	vertical-align: middle;
	max-width: 38px;
	width: 10%
}

.surprise__item-text {
	display: inline-block;
	vertical-align: middle;
	color: #4d4d4d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 24px
}

.question {
	display: block;
	position: relative;
	width: 100%;
	background-image: url("../../images/f-3.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.question__content {
	display: block;
	position: relative;
	padding: 70px 0;
	font-size: 0
}

.question__img {
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	max-width: 370px
}

.question__form {
	display: inline-block;
	width: 53%;
	float: right
}

.question__form .title {
	text-align: left
}

.form {
	display: block;
	position: relative
}

.form--question {
	display: block;
	margin-top: 20px
}

.form__description {
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 18px
}

.form__items {
	display: block;
	font-size: 0;
	margin: 40px -8px 0 -8px
}

.form__item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 8px
}

.form__input {
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #507285;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 56px;
	background-color: transparent;
	text-align: center;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase
}

.form__textarea {
	display: block;
	margin-top: 20px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #507285;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	height: 110px;
	background-color: transparent;
	text-align: center;
	color: #ffffff;
	padding: 16px 22px;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	resize: none
}

.form__button {
	display: block;
	margin-top: 20px;
	width: 100%
}

.trust {
	display: block;
	position: relative;
	height: 512px;
}

.trust__content {
	display: block;
	position: relative;
	padding: 80px 0
}

.trust__slider {
	display: block;
	position: relative;
	margin-top: 30px;
}

.trust__slider-item {
	display: block;
	padding: 0 10px
}

.trust__slider-name {
	display: block;
	color: #1a1a1a;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.trust__slider-date {
	display: block;
	color: #eb983d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 8px
}

.trust__slider-text {
	display: block;
	margin-top: 20px;
	color: #1a1a1a;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500
}

.facts {
	display: block;
	position: relative;
	background-color: #fcfcfc
}

.facts__content {
	display: block;
	position: relative;
	padding: 80px 0;
	text-align: center
}

.facts__items {
	display: block;
	font-size: 0;
	margin: 30px -15px 0 -15px
}

.facts__item {
	display: inline-block;
	vertical-align: middle;
	width: 33.33333333333333%;
	padding: 15px
}

.facts__item-img {
	display: inline-block;
	vertical-align: middle;
	width: 30%
}

.facts__item-title {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding-left: 14px;
	color: #404040;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	text-align: left
}

.facts__container {
	display: block;
	font-size: 0;
	margin: 30px -20px 0 -20px
}

.facts__container-item {
	display: inline-block;
	vertical-align: middle;
	width: 33.33333333333333%;
	padding: 20px
}

.facts__container-img {
	display: block;
	width: 100%
}

.facts__container-text {
	display: block;
	text-align: left;
	margin-top: 28px;
	color: #4d4d4d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}

.facts__button {
	margin-top: 60px
}

.footer {
	display: block;
	position: relative;
	background-color: #001f27
}

.footer__content {
	display: block;
	position: relative;
	padding: 120px 0 90px;
}

.footer__contacts {
	display: block;
	position: relative;
	margin: 40px 0 0 0;
}

.footer__map {
	display: inline-block;
	vertical-align: top;
	width: 68%;
	height: 430px
}

.footer__map iframe {
	display: block;
	width: 100%;
	height: 100%
}

.footer__items {
	margin-top: 22px
}

.footer__item {
	display: block
}

.footer__item-first {
	margin-top: -28px
}

.footer__item-scd {
	margin-top: 28px
}

.footer__item-title {
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer__item-tl {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 4px
}

.footer__item-tt {
	display: inline-block;
	vertical-align: middle;
	color: #eb983d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 22px
}

.footer__item-soc {
	display: inline-block;
	vertical-align: middle;
}

.footer__item-text {
	display: inline-block;
	margin-top: 2px;
	color: #839296;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400
}

a.footer__item-text {
	text-decoration: underline;
}

.footer__item-dev {
	display: inline-block;
	vertical-align: middle
}

.footer__item-logo {
	display: block
}

.footer__item-logo {
	display: inline-block;
	vertical-align: middle
}

.footer__item-txt {
	display: inline-block;
	vertical-align: middle;
	color: #839296;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	padding-left: 7px
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	z-index: 100
}

.popup {
	display: none;
	position: fixed;
	width: 380px;
	left: 50%;
	margin-left: -190px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff;
	padding: 50px 60px;
	z-index: 300
}

.popup__close {
	display: block;
	position: absolute;
	top: 14px;
	right: 14px;
	width: 14px;
	height: 14px;
	background-image: url("../../images/cross.svg");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer
}

.popup__title {
	display: block;
	text-align: center;
	color: #000000;
	font-family: "Gotham Pro";
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 38px
}

.popup__title-thanks {
	margin-bottom: 0;
	line-height: 28px;
	font-weight: 900
}

.popup__title-txt {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0
}

.popup__input {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 22px;
	color: #696969;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #ebeae8;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 12px
}

.popup__button {
	display: block;
	margin-top: 38px;
	width: 100%
}

.modal {
	display: none;
	position: fixed;
	width: 620px;
	left: 50%;
	margin-left: -310px;
	top: 50%;
	max-height: 90%;
	overflow-y: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff;
	z-index: 300
}

.modal__top {
	display: block;
	padding: 40px 30px 0 30px;
	font-size: 0
}

.modal__img {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	max-height: 216px
}

.modal__info {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 50px 0 0 50px
}

.modal__name {
	display: block;
	color: #333333;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase
}

.modal__text {
	display: block;
	margin-top: 6px;
	color: #333333;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px
}

.modal__phone {
	display: block;
	margin-top: 12px;
	color: #3e9ecf;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}

.modal__about {
	display: block;
	background-color: #f8f7f6;
	padding: 30px
}

.modal__about-title {
	display: block;
	color: #3e9ecf;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase
}

.modal__about-title-scd {
	margin-top: 24px
}

.modal__about-description {
	display: block;
	margin-top: 14px;
	color: #333333;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400
}

.modal__items {
	display: block;
	font-size: 0;
	margin: 10px -10px 0 -10px
}

.modal__item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 10px
}

.geography {
	display: none;
	position: fixed;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff;
	z-index: 300;
	padding: 50px 50px 15px 50px
}

.geography__img {
	display: block;
	width: 100%;
	height: 497px;
	margin-top: 50px;
	background-image: url("../../images/geo.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.foreigners {
	display: block;
	position: relative;
	background-image: url("../../images/f-4.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.foreigners__content {
	display: block;
	position: relative;
	padding: 80px 0
}

.foreigners__items {
	display: block;
	position: relative;
	font-size: 0;
	margin: 70px 0 80px 0;
	text-align: center
}

.foreigners__items:before {
	display: block;
	position: absolute;
	content: '';
	top: 70px;
	left: -2px;
	width: 100%;
	height: 206px;
	background-image: url("../../images/lines.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1
}

.foreigners__item {
	display: inline-block;
	vertical-align: top;
	width: 296px;
	padding: 15px 0;
	position: relative;
	z-index: 2
}

.foreigners__item-img {
	display: block;
	margin: 0 auto
}

.foreigners__item-txt {
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase
}

.numbers {
	display: block;
	position: relative
}

.numbers__content {
	display: block;
	position: relative;
	padding: 80px 0;
	text-align: center
}

.numbers__items {
	display: block;
	text-align: center;
	font-size: 0;
	margin: 0 -50x
}

.numbers__item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 50px
}

.numbers__item-txt {
	position: relative;
	display: block;
	z-index: 2;
	color: #333333;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase
}

.numbers__item-back {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.numbers__button {
	margin-top: 50px
}

@media (max-width:1200px) {
	.trust__slider {
		max-width: 90%;
		margin: 30px auto 0 auto
	}
	.service__slider {
		max-width: 90%;
		margin: 40px auto 0 auto;
		padding: 0
	}
}

@media (max-width:1100px) {
	.main__video {
		display: none!important
	}
	.geography {
		width: 90%;
		margin-left: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto
	}
	.geography__img {
		height: 300px
	}
	.main {
		background-image: url("../../images/bg-1.jpg");
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center
	}
}

@media (max-width:1020px) {
	.doctors__item-img {
		height: 160px
	}
	.doctors__item-container--doctor {
		padding-top: 56px
	}
	.foreigners__items:before {
		display: none
	}
}

@media (max-width:1000px) {
	.button {
		padding: 5px 10px;
	}
}

@media (max-width:950px) {
	.menu {
		display: none
	}
	.footer__map {
		width: 56%
	}
	.footer__items {
		width: 44%
	}
	.main__content {
		padding: 160px 0 80px 0
	}
	.main__title {
		font-size: 40px
	}
	.button {
		font-size: 12px
	}
	.header--foreigners .header__content {
		padding: 20px 0
	}
	.header--foreigners .header__phones {
		padding-top: 0
	}
}

@media (max-width:850px) {
	.doctors__item {
		width: 50%
	}
	.facts__container-item {
		width: 50%
	}
}

@media (max-width:800px) {
	.question__img {
		display: none
	}
	.question__form {
		width: 100%;
		float: none
	}
	.trust__slider {
		max-width: 80%
	}
	.service__slider {
		max-width: 80%
	}
	.main__title {
		font-size: 30px
	}
	.main__description {
		font-size: 16px
	}
	.service__item {
		width: 50%
	}
	.facts__item {
		width: 50%
	}
	.facts__items {
		text-align: left
	}
	.service__items {
		text-align: left
	}
}

@media (max-width:720px) {
	.footer__map {
		width: 100%;
		height: 300px
	}
	.footer__items {
		width: 100%;
		margin-top: 30px;
		padding-left: 0
	}
	.facts__container-item {
		width: 100%
	}
	.work__info {
		display: block;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	.work__info .title {
		padding-top: 0
	}
	.work__button {
		width: 315px;
	}
	.work__button .phone a {
		font-size: 16px;
	}
}

@media (max-width:650px) {
	.modal {
		width: 320px;
		margin-left: -160px
	}
	.modal__info {
		padding: 0;
		padding-bottom: 30px
	}
	.geography .title {
		font-size: 20px
	}
	.geography__img {
		height: 240px
	}
	.numbers__item {
		padding: 80px 30px
	}
}

@media (max-width:550px) {
	.doctors__item {
		width: 100%;
		padding: 20px 10px
	}
	.doctors__items {
		margin: 40px -10px 0 -10px
	}
	.surprise__img {
		display: none
	}
	.surprise__info {
		width: 100%;
		padding: 0
	}
}

@media (max-width:450px) {
	.service__item {
		width: 100%
	}
	.title {
		font-size: 22px
	}
	.facts__item {
		width: 100%
	}
	.service__slider {
		width: 86%
	}
	.slick-next {
		right: -36px
	}
	.slick-prev {
		left: -36px
	}
	.slick-dots li {
		margin: 0 6px
	}
	.form__item {
		width: 100%;
		margin: 10px 0
	}
	.form__textarea {
		margin-top: 10px
	}
	.main__title {
		font-size: 20px
	}
	.button {
		min-width: 260px
	}
	.main__text {
		font-size: 12px
	}
	.popup {
		width: 320px;
		margin-left: -160px;
		padding: 50px 30px
	}
	.popup .button {
		min-width: 100%
	}
	.geography {
		padding: 50px 20px 20px 20px
	}
	.geography__img {
		height: 200px;
		margin-top: 50px
	}
}

/* Custom start */

@font-face {
	font-family: "GothamProBlack";
	src: url("../../fonts/GothamPro-Black.eot");
	src: url("../../fonts/GothamPro-Black.eot")format("embedded-opentype"),
	url("../../fonts/GothamPro-Black.woff") format("woff"),
	url("../../fonts/GothamPro-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
.main__title {
	font-family: "GothamProBlack", Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}

.main__description {
	font-size: 20.5px;
}
.button {
	box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-webkit-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-o-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-ms-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	font-family: "GothamProBlack", Arial, sans-serif;
	font-weight: normal;
}
button:hover {
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	-ms-box-shadow: none;
}

.service__item-img,
.facts__item-img {
	border-radius: 50%;
	box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-webkit-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-moz-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-o-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
	-ms-box-shadow: 0px 15px 31.96px 2.04px rgba(0, 0, 0, 0.12); 
}

body {
	background: #fff;
}

.service__slider-container {
	min-height: 400px;
}

.trust__slider-text {
	font-weight: normal;
}
.menu__foreign .menu__link {
	display: block;
	 line-height: 72px;
}

.menu__foreign .menu__item {
	height: 72px;
	transition: all .23s ease-in-out;
	-webkit-transition: all .23s ease-in-out;
	-moz-transition: all .23s ease-in-out;
	-o-transition: all .23s ease-in-out;
	-ms-transition: all .23s ease-in-out;
	margin-right: -4px;
}

.menu__item:last-child {
	margin-right: 0;
}

.menu__foreign .menu__item:hover {

   
	background-color: #f3f2f1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff921e;
	
} 

.menu__foreign .menu__item:hover a {
	text-decoration: none;
}

.fancybox-overlay {
	background: #000;
	background: rgba(0,0,0, .6);
}

.numbers__content {
	padding-bottom: 0;
}

.hamburger {
	display: none; 
	width: 30px; 
	height: 30px; 
	cursor: pointer; 
	padding: 0;
	float: right;
	vertical-align: middle;
	margin-right: 30px;
	padding-top: 15px;
}

.hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 3px;
}
.hamburger span:last-child {
	margin-bottom: 0;
}

.hamburger__dark  span{
	background: #244161;
}
.header--thanks {
	padding: 15px 0;
}

.thanks {
	padding: 100px 0;
	text-align: center;
}

.thanks .title {
	margin-bottom: 15px;
}

.thanks p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 40px;
}

.header--thanks .header__phones {padding-top: 0;}

.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	color: #000;
	margin-left: 0;
	padding: 0;
}


@media only screen and (max-width:950px) {
	.hamburger {
		display: inline-block;
	}

	.menu__foreign {
		display: none;
	}
	.menu__item {
		display: block;
		text-align: center;
		padding: 15px 0;
		height: auto !important;
		border-bottom: 1px solid #eee;
	}

	.menu__link {
		color: #000;
		line-height: 16px !important;
		font-size: 14px;
	}

	.work__name {
		margin: 10px 0;
	}

}

@media only screen and (max-width:550px) {
	.surprise__img {
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	.doctors__item-img {
		height: auto;
	}

	.work__img {
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}

	.work__title, .work__description {
		display: none !important;
	}

	.work__name {
		margin: 10px 0;
	}
}

@media only screen and (max-width:550px) {
	.work__img {
		max-width: 85%;
	}
}

@media only screen and (max-width:400px) {
	.header__phones-item {
		font-size: 12px;
	}
	.logo-desc-line2 {
		width: 200px;
	}
}

/* Custom end */
/* Makano edit start */

.form-group {
	margin-bottom: 2rem;
}

.logo-desc {
	display: inline-block;
	line-height: 28px;
	color: #fff !important;
	text-decoration: none !important;
}

	.logo-desc-line1 {
		font: 22px 'Times New Roman';
	}

	.logo-desc-line2 {
		line-height: 18px;
	}

.home-slider {
	position: relative;
	z-index: 1;
	height: 512px;
	overflow: hidden;
}
	.home-slider .slide {
		background: #c0e0ec;
	}
	.home-slider .slide:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		height: 77px;
		background: linear-gradient(#67bbda,#c0e0ec);
	}

	.home-slider .owl-dots {
		position: absolute;
		bottom: 45px;
		right: 30px;
	}

		.home-slider .owl-dots .owl-dot {
			outline: none !important;
		}

			.home-slider .owl-dots .owl-dot span {
				border-radius: 4px;
				width: 15px;
				height: 15px;
				background: #efefef;
				box-shadow: 2px 2px 2px #48484854;
			}

/* Makano edit end */
