@import url(reset.css);
@import url(animate.css);
@import url(fonts.css);
@import url(loader.css);

body {
	font-family: "Lato Light";
	font-size: 18px;
}

h1 {
	font-size: 1.5em;
	margin: 30px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

p {
	margin: 5px 0;
}

iframe {margin: 20px 0;}

ol {margin-left: 30px;}

a {
	color: #4bae4f;
	transition: all .3s;
}

a:hover {color: #7acb5a;}

a:focus {color: #7acb5a;}

.clear {clear: both;}

/*-------------------Главная*/

.top_contacts {
	width: 100%;
	height: 40px;
	background-color: #4bae4f;
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	font-size: .7em;
	padding-top: 12px;
	z-index: 1000;
}

.top_contacts i {
	color: #7acb5a;
}

.top_contacts a {
	color: #fff;
}

.blind {float: left;}

.top_adress,.top_email,.top_phone {
	float: right;
	margin-left: 40px;
}

.top_phone {
	/*font-family: "Russo One";*/
	margin-left: 80px;
}

.menu_container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7acb5a+0,4bae4f+51,207cca+51,4bae4f+51,4bae4f+51,7acb5a+100 */
	background: rgb(122,203,90); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(122,203,90,1) 0%, rgba(75,174,79,1) 51%, rgba(32,124,202,1) 51%, rgba(75,174,79,1) 51%, rgba(75,174,79,1) 51%, rgba(122,203,90,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 51%,rgba(32,124,202,1) 51%,rgba(75,174,79,1) 51%,rgba(75,174,79,1) 51%,rgba(122,203,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 51%,rgba(32,124,202,1) 51%,rgba(75,174,79,1) 51%,rgba(75,174,79,1) 51%,rgba(122,203,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acb5a', endColorstr='#7acb5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	position: fixed;
	top: -1000px;
	left: 0;
	/*font-size: 1.2em;*/
	width: 100%;
	padding: 20px 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	transition: all .3s;
	z-index: 999;
}

.menu_container_active {top: 110px;}

.menu_list_container {
	max-width: 350px;
	margin: auto;
}

.sp_content2 {
	margin-left: 10px;
	font-size: .8em;
}
.sp_title2:hover {cursor: pointer;}

.sp_title2 i {float: right;margin-top: 3px;}

.menu_container a {
	color: #fff;
	/*text-decoration: none;*/
	/*font-family: "Russo One";*/
	/*font-size: 1.2em;*/
}

.menu_container li {margin-top: 10px;}

.close_menu {
	font-size: 2em;
	margin-top: 20px;
	cursor: pointer;
	transition: all .3s;
}

.close_menu:hover {text-shadow: 0 0 5px #000;}

.menu {
	color: #fff;
	height: 70px;
	width: 100%;
	position: fixed;
	top: 40px;
	left: 0;
	background-color: #7acb5a;
	box-shadow: 0px 2px 4px rgba(0,0,0,.5);
	z-index: 1000;
}

.burger_butt {
	float: right;
	margin-top: 10px;
}

.menu-icon {
	margin-top: 17px;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.menu-icon span {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #fff;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0, .2);
  transition: .5s;
}
.menu-icon.active span:nth-child(2) {
  transform: translateX(-50px);
  opacity: 0;
}
.menu-icon.active span:nth-child(1) {
  transform: rotateY(180deg) rotateZ(45deg) translate(10px, 10px);
}
.menu-icon.active span:nth-child(3) {
  transform: rotateY(180deg) rotateZ(-45deg) translate(10px, -10px);
}
.menu-icon p {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  /*box-shadow: 0 1px 2px rgba(0,0,0, .2);*/
  backface-visibility: hidden;
  transition: .5s;
}
.menu-icon.active p.menu_title {
  transform: rotateY(180deg);
}
.menu-icon p.close {
  transform: rotateY(180deg);
}
.menu-icon.active p.close {
  transform: rotateY(0deg);
  /*background-color: #fff;*/
  color: #f43684;
}

.logo {
	float: left;
	margin-top: 10px;
}

.logo img {float: left;}

.name_mo {
	float: right;
	font-family: "Russo One";
	font-size: .8em;
	width: 185px;
	margin-left: 5px;
	padding-top: 6px;
}



.flex_container {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.utp_container {
	max-width: 920px;
	padding: 10px;
	margin: auto;
}

.utp_container h1 {
	font-family: "Russo One";
	font-size: 1.5em;
	line-height: 1.3;
	text-align: center;
}

.utp_container h2 {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.divider {
	width: 290px;
	height: 45px;
	background-image: url(../img/divider.png);
	margin: 0px auto;
}

.record_btn {
	display: block;
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #4bae4f;
	color: #fff;
	margin: 0px auto;
	margin-top: 40px;
	border-radius: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7acb5a+0,4bae4f+50,8c3310+50,4bae4f+50,7acb5a+100 */
	background: rgb(122,203,90); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(122,203,90,1) 0%, rgba(75,174,79,1) 50%, rgba(140,51,16,1) 50%, rgba(75,174,79,1) 50%, rgba(122,203,90,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 50%,rgba(140,51,16,1) 50%,rgba(75,174,79,1) 50%,rgba(122,203,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 50%,rgba(140,51,16,1) 50%,rgba(75,174,79,1) 50%,rgba(122,203,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acb5a', endColorstr='#7acb5a',GradientType=0 ); /* IE6-9 */
	transition: all .3s;
	box-shadow: 0 0 5px #000;
}

a.record_btn:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 7px #000;
}

.modal-content {
	padding: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7acb5a+0,4bae4f+51,207cca+51,4bae4f+51,4bae4f+51,7acb5a+100 */
	background: rgb(122,203,90); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(122,203,90,1) 0%, rgba(75,174,79,1) 51%, rgba(32,124,202,1) 51%, rgba(75,174,79,1) 51%, rgba(75,174,79,1) 51%, rgba(122,203,90,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 51%,rgba(32,124,202,1) 51%,rgba(75,174,79,1) 51%,rgba(75,174,79,1) 51%,rgba(122,203,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(122,203,90,1) 0%,rgba(75,174,79,1) 51%,rgba(32,124,202,1) 51%,rgba(75,174,79,1) 51%,rgba(75,174,79,1) 51%,rgba(122,203,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acb5a', endColorstr='#7acb5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.thank {
	display: none;
	background: rgba(0,0,0,.4);
	position: fixed;
	padding-top: 100px;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

.thank_text {
	width: 300px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 30px;
	border-radius: 20px;
}

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

/*--------------Страницы сайта*/

.bg_white {
	background-color: rgba(255,255,255,.9);
	min-height: 100vh;
	box-shadow: 0 0 7px #000;
	padding: 110px 10px 40px 10px;
}

.logo_big {margin: 0 auto;}

.full_name {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: auto;
	max-width: 500px;
	margin-bottom: 20px;
}

.table_head {
	text-align: center;
	font-weight: bold;
}

.center_td {text-align: center;}

.for_patients {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}

.disc_ul {
	list-style: disc;
	margin-left: 30px;
}

.flex_specialists {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #c0f68c;
}

.specialists_items {
	flex-basis: 49%;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #7acb5a;
	transition: all .3s;
	box-shadow: 0 0 5px #000;
}

.specialists_items:hover {
	box-shadow: 0 0 10px #000;
	background-color: #4bae4f;
}

.specialists_items:hover .ava_women,.specialists_items:hover .ava_men {border: solid 5px #7acb5a;}

.specialists_items h2 {
	text-align: center;
	font-size: 1.5em;
	margin: 30px 0;
}

.specialists_items h3 {
	font-weight: bold;
	margin-top: 15px;
}

.ava_women,.ava_men {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	border: solid 5px #4bae4f;
	margin: auto;
	transition: all 1s;
	/*margin-top: -108px;*/
}

.ava_men {background-image: url(../img/ava_men.jpg);}
.ava_women {background-image: url(../img/ava_girl.jpg);}

.right_div {
	margin-top: 40px;
	float: right;
	width: 300px;
	text-align: right;
}

h2.title_h2 {
	text-align: center;
	margin: 50px;
}

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

/*---------------Подвал*/
.footer {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #4bae4f;
	box-shadow: 0px -2px 4px rgba(0,0,0,.5);
}
/*---------------------*/

/*-----------------------------------Блок с видео фоном-------------------------*/

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: fixed;
    height: 100vh;
    width: 100%;
    /*padding-top:45%;*/
}
 
.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(255,255,255,0.6);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    z-index: 4;
}

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


/*-------------------------------------------------------Стили в зависимости от размеров экрана*/

@media (max-width: 991px) {
	body {font-size: 16px;}
	.utp_container h1 {font-size: 2em;}
	.utp_container h2 {font-size: 1.3em;}
}

@media (max-width: 767px) { 
	body {font-size: 14px;}
	.menu {top: 0;}
	.specialists_items {flex-basis: 100%;}
	.utp_container h1 {font-size: 1.3em;}
	.utp_container h2 {font-size: 1.1em;}
	.bg_white {padding: 70px 10px 20px 10px;}
	.menu_container_active {top: 70px;}
}



 @media (min-aspect-ratio: 16/9) {
     .fullscreen-bg video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     .fullscreen-bg video { width: 300%; left: -100%; }
 }
 /* Если есть поддержка object-fit (Chrome/Chrome для Android, Safari в iOS 8 и Opera), используем его: */
 @supports (object-fit: cover) {
     .fullscreen-bg video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: cover;
     }
 }

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