/*!
Theme Name: malkovai
Theme URI: http://malkovai.beget.tech
Version: 1.0.0

*/

@import url("css/reset.css");
@import url("font/stylesheet.css");

body {
	background:#fff;
	font-family: 'Exo2Regular';
	font-size:18px;
	color:#172842;
}

.schedule_time {
	min-height: 122px;
}
a,
header,
.submit {
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-ms-transition:all .3s;  
	-o-transition:all .3s; 
	transition:all .3s;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:none;
}


h1 {
	font-family: 'Exo2Bold';
	font-size:65px;
	line-height:80px;
	color:#fff;
}

h2 {
	font-family: 'Exo2Bold';
	font-size:50px;
}

section {
	max-width:1230px;
	margin:0 auto;
	padding:0 15px;
}

.row_flex {
	justify-content:space-between;
	display:flex;
}

.row_flex_center {
	align-items:center;
	justify-content:space-between;
	display:flex;
}

.main_title {
	position:relative;
	min-height:790px;
	padding:235px 0 20px;
}

.main_title:after {
	width:100%;
	height:201px;
	content:'';
	position:absolute;
	left:0;
	bottom:-201px;
}

header {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	padding:8px 0 10px;
	z-index:10;
}

header.fixed {
	position:fixed;
	background:#fff;
	-webkit-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	-moz-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	    z-index: 100;
}

header.fixed nav ul li a,
header.fixed .head_phone,
.header_internal nav ul li a,
.header_internal .head_phone {
	color:#172842;
}

header section {
	max-width:1430px;
}

.head_row {
	max-width:930px;
	width:100%;
}

.logo {
	width:129px;
	height:102px;
	display:block;
}

.custom-logo {
	width:129px;
	height:102px;
}

header.fixed .logo {
	background-size:cover;
	width:73px;
	height:60px;
}

nav {
	position:relative;
	max-width:750px;
	width:100%;
}

.icon-menu {
	cursor:pointer;
	position:absolute;
	height:18px;
	top:50%;
	right:15px;
	z-index:100;
	margin-top:-9px;
	display:none;
}

.icon-menu div {
	background:black;
}

header.fixed .icon-menu div {
	background:#172842;
}

.sw-topper {
	position:relative;
	top:0;
	width:25px;
	height:3px;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
}

.sw-bottom {
	position:relative;
	width:25px;
	height:3px;
	top:3px;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.sw-footer {
	position:relative;
	width:25px;
	height:3px;
	top:6px;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.icon-menu.active .sw-topper {
	top:6px;
	transform:rotate(140deg);
	-moz-transform:rotate(140deg);
	-webkit-transform:rotate(140deg);
	-o-transform:rotate(140deg);
}

.icon-menu.active .sw-bottom {
	top:3px;
	transform:rotate(-140deg);
	-moz-transform:rotate(-140deg);
	-webkit-transform:rotate(-140deg);
	-o-transform:rotate(-140deg);
}

.icon-menu.active .sw-footer {
	top:0;
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	opacity:0;
}

nav ul {
	justify-content:space-between;
	display:flex;
}

nav ul li a {
	position:relative;
	font-family: 'Exo2Bold';
	font-size:18px;
	line-height:16px;
	color:#fff;
	padding:17px 0;
	display:block;
}

nav ul li a:before {
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    bottom:5px;
    left:0;
    background:#1fabe7;
	border-radius:2.5px;
	-moz-border-radius:2.5px;
	-webkit-border-radius:2.5px;
    visibility:hidden;
    transform:scaleX(0);
    transition:.25s linear;
	opacity:0;
}

nav ul li a:hover:before,
nav ul li a:focus:before {
    visibility:visible;
    transform:scaleX(1);
	bottom:0;
	opacity:1;
}

.head_phone {
	background:url(/wp-content/uploads/2019/05/icon-head-phone.png) no-repeat;
	font-family: 'Exo2Bold';
	font-size:18px;
	line-height:40px;
	color:#fff;
	padding-left:60px;
	display:block;
}

.title_text {
	max-width:600px;
}

.title_text p {
	font-family: 'Exo2Italic';
	font-size:40px;
	color:#ebebeb;
	margin-bottom:28px;
}

.title_text h1 {
	margin-bottom:35px;
}

.button_title {
	position:relative;
	max-width:260px;
	width:100%;
	height:70px;
	font-family: 'Exo2Bold';
	font-size:18px;
	line-height:70px;
	color:#fff;
	text-indent:40px;
	display:inline-block;
}

.button_title:after {
	background:url(/wp-content/uploads/2019/05/arrow-button.png) no-repeat center right;
	width:20px;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	right:40px;
}
.schedule  {
	padding:280px 15px 120px;
	text-align:center;
}
.home .schedule {
	text-align:center;
	padding:250px 15px 0px;
	margin-top: -170px;
}
.schedule2 {
	padding: 0px 15px 120px;
}
.head {
	text-align:center;
	/*margin-bottom:85px;*/
}

.head h2 {
	margin-bottom:8px;
}

.head p {
	font-family: 'Exo2MediumItalic';
	font-size:50px;
	color:#009fe3;
}

.schedule_list,
.main_step_list,
.our_team_list,
.answers_questions_list,
.photo_gallery_list {
	font-size:0;
}

.schedule_list {
	padding-top: 0px;
}

.schedule_list > li {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	max-width:385px;
	width:100%;
	min-height:438px;
	margin:0 11px 25px;
	padding:75px 0 50px;
	vertical-align:top;
	display:inline-block;
	z-index:0;
}

.schedule_list > li:hover,
.our_team_list li:hover,
.answers_questions_list li:hover,
.item_trust_us:hover {
	-webkit-box-shadow: 0px 50px 120px 0px rgba(214,219,240,1);
	-moz-box-shadow: 0px 50px 120px 0px rgba(214,219,240,1);
	box-shadow: 0px 50px 120px 0px rgba(214,219,240,1);
	z-index:1;
}

.schedule_list > li:after,
.our_team_list li:after,
.answers_questions_list li:after,
.item_trust_us:after {
	background:url(/wp-content/uploads/2019/05/after-schedule-list.jpg) no-repeat center top;
	background-size:100%;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	width:100%;
	height:11px;
	content:'';
	position:absolute;
	top:0;
	left:0;
}

.schedule_list > li:hover:after,
.our_team_list li:hover:after,
.answers_questions_list li:hover:after,
.item_trust_us:hover:after {
	background-position:bottom;
}

.schedule_list h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	margin-bottom:60px;
}

.schedule_time {
	width:185px;
	text-align:left;
	margin:0 auto 55px;
}

.schedule_time p, .schedule_time li {
	position:relative;
	font-size:24px;
	color:#617492;
	margin-bottom:25px;
	padding-left:28px;
}

.schedule_time p:before, .schedule_time li:before {
	background:white;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-box-shadow: 0px 4px 18px 5px rgba(132,6,38,0.26);
	-moz-box-shadow: 0px 4px 18px 5px rgba(132,6,38,0.26);
	box-shadow: 0px 4px 18px 5px rgba(132,6,38,0.26);
	width:6px;
	height:6px;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-3px;
}

.button_schedule {
	position:relative;
	font-family: 'Exo2Bold';
	font-size:18px;
	line-height:38px;
	color:#009fe3;
	margin:0 auto;
	padding-right:80px;
	display:table;
}

.schedule_list > li:hover .button_schedule,
.our_team_list li:hover .button_schedule,
.answers_questions_list li:hover .button_schedule {
	color:#e4003a;
}

.button_schedule:before {
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	width:38px;
	height:38px;
	content:'';
	position:absolute;
	top:0;
	right:0;
}

.schedule_list > li:hover .button_schedule:before,
.our_team_list li:hover .button_schedule:before,
.answers_questions_list li:hover .button_schedule:before {
	-webkit-box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
	-moz-box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
	box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
}

.button_schedule:after {
	background:url(/wp-content/uploads/2019/05/arrow-button-schedule.png);
	width:34px;
	height:15px;
	content:'';
	position:absolute;
	top:12px;
	right:15px;
}

.schedule_list > li:hover .button_schedule:after,
.our_team_list li:hover .button_schedule:after,
.answers_questions_list li:hover .button_schedule:after {
	background-position:bottom;
}

.main_step {
	position:relative;
	background:#fafbfe;
	text-align:center;
	padding:185px 15px 75px;
}

.main_step:before {
	background:url(/wp-content/uploads/2019/05/before-main-step.jpg) no-repeat center top;
	    background-size: cover;
	width:100%;
	height:86px;
	content:'';
	position:absolute;
	top:0;
	left:0;
}

.main_step .head {
	margin-bottom:120px;
}

.main_step_list li {
	position:relative;
	max-width:285px;
	width:100%;
	margin:0 59px 65px;
	vertical-align:top;
	display:inline-block;
}

.main_step_list li span {
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	width:57px;
	height:57px;
	font-family: 'Exo2Bold';
	font-size:25px;
	line-height:57px;
	color:#009fe3;
	position:absolute;
	top:-35px;
	left:0;
}

.icon_main_step {
	height:78px;
	margin-bottom:28px;
}

.text_main_step {
	text-align:left;
}

.text_main_step h3 {
	font-family: 'Exo2Bold';
	font-size:18px;
	margin-bottom:12px;
}

.text_main_step p {
	font-size:18px;
	line-height:28px;
	color:#617492;
}

.all_team {
	position:relative;
	color:#fff;
	text-align:right;
	background-color: #fafbfe;
}

.all_team:before {
	background:url(/wp-content/uploads/2019/05/before-slider-all-team-4.png) no-repeat center bottom;
	    background-size: cover;
	width:100%;
	height:85px;
	content:'';
	position:absolute;
	top:-1px;
	left:0;
	z-index:5;
}

.all_team > .before {
	background:url(/wp-content/uploads/2019/05/after-slider-all-team-1.png) no-repeat center top;
	    background-size: cover;
	width:100%;
	height:110px;
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	/*z-index:5;*/
}

.item_all_team {
	position:relative;
}

.row_all_team {
	width:100%;
	height:100%;
	padding:150px 0 10px;
	position:absolute;
	top:0;
	left:0;
}

.bg_all_team {
	/*background:url(/wp-content/uploads/2019/05/bg-all-team.png);*/
	max-width:700px;
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}

.all_team section {
	max-width:1430px;
}

.text_all_team {
	position:relative;
	max-width:570px;
	width:45%;
	text-align:left;
	display:inline-block;
	z-index:1;
}

.item_all_team img {
	min-height:750px;
	object-fit:cover;
}

.item_all_team strong {
	font-family: 'Exo2MediumItalic';
	font-size:50px;
	padding:10px 0 30px;
	display:block;
}

.item_all_team p {
	font-size:20px;
	line-height:28px;
	padding-right:30px;
}

.slider_all_team .owl-nav {
	width:180px;
	height:38px;
	position:absolute;
	right:15px;
	bottom:10px;
}

.owl-prev,
.owl-next {
	position:absolute;
	font-size:0;
	top:0;
	left:0;
	z-index:1;
}

.owl-next {
	right:0;
	left:auto;
}

.owl-prev:before,
.owl-next:before {
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 10px 20px 5px rgba(214,219,240,0.35);
	width:38px;
	height:38px;
	content:'';
	display:block;
}

.owl-prev:hover:before,
.owl-next:hover:before {
	-webkit-box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
	-moz-box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
	box-shadow: 0px 10px 20px 5px rgba(214,219,240,1);
}

.owl-prev:after,
.owl-next:after {
	background:url(/wp-content/uploads/2019/05/arrow-slider.png) top left;
	width:34px;
	height:15px;
	content:'';
	position:absolute;
	top:12px;
	left:15px;
}

.owl-next:after {
	background-position:top right;
	left:auto;
	right:15px;
}

.owl-next:hover:after {
	background-position:bottom right;
}

.owl-prev:hover:after {
	background-position:bottom left;
}

.slider_all_team .owl-dots {
	max-width:600px;
	width:100%;
	font-size:0;
	text-align:left;
	padding-left:15px;
	position:absolute;
	right:0;
	bottom:20px;
	    z-index: 5;
}

.owl-dot {
	background:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:9px;
	height:9px;
	margin:0 5px;
	vertical-align:top;
	display:inline-block;
}

.owl-dot:hover,
.owl-dot.active {
	background:#009fe3;
}

.slider_counter {
	max-width:600px;
	width:100%;
	font-size:20px;
	text-align:left;
	letter-spacing:5px;
	padding-left:15px;
	position:absolute;
	right:0;
	top:100px;
	z-index:5;
}

.slider_counter:first-letter,
.slider_counter2:first-letter {
	color:#009fe3;
}

.our_team {
	background:#fafbfe;
	text-align:center;
	padding:0 15px 115px; 
	padding-top: 100px;
}

.our_team .head {
	margin-bottom:85px;
}

.our_team_list {
	max-width:1240px;
	margin:0 auto;
	padding-bottom:80px;
}

.our_team_list li {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	max-width:590px;
	width:100%;
	min-height:438px;
	text-align:left;
	margin:0 11px 22px;
	padding:50px 40px 70px 38px;
	vertical-align:top;
	display:inline-block;
	z-index:0;
}

.img_our_team {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:194px;
	margin-right:10px;
	overflow:hidden;
}

.img_our_team img {
	width:100%;
	height:auto;
	display:block;
}

.text_our_team {
	position:relative;
	width:270px;
	min-height:317px;
	padding-bottom:30px;
}

.text_our_team h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	line-height:36px;
	margin-bottom:35px;
}

.text_our_team p {
	font-size:18px;
	line-height:28px;
	color:#617492;
}

.text_our_team .button_schedule {
	 position:absolute;
	 left:0;
	 bottom:-14px;
}

.button_our_team {
	text-align:left;
	margin:0 auto;
	display:block;
}

.trust_us {
	position:relative;
	background:#f6f7fb url(/wp-content/uploads/2019/05/bg-trust-us.jpg) no-repeat center top;
	background-size: contain;
	padding:200px 0 100px;
	overflow:hidden;
}

.trust_us .head {
	margin-bottom:100px;
	padding:0 15px;
}

.item_trust_us {
	position:relative;
	background:#fff;
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-ms-transition:all .3s;  
	-o-transition:all .3s; 
	transition:all .3s;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	border-radius:8px;
	/*max-width:695px;*/
	width:100%;
	padding:45px 65px 15px 50px;
}

.slider_trust_us {
	width:160% !important;
	left:50%;
	transform:translate(-50%,0)
}

.slider_trust_us .owl-item {
	min-height:600px !important;
}

.slider_trust_us .owl-item.active .item_trust_us,
.slider_trust_us .owl-item.active+.owl-item.active+.owl-item.active .item_trust_us {
	min-height:375px;
	top:30px;
	opacity:.7;
	z-index:0;
}

.slider_trust_us .owl-item.active+.owl-item.active .item_trust_us {
	min-height:450px;
	top:0;
	opacity:1;
	z-index:1;
}

.item_trust_us > div {
	margin-bottom:40px;
}

.avatar_slider {
	width:105px;
	height:105px;
	margin-right:10px;
}

.fio_slider {
	max-width:410px;
	width:100%;
}

.fio_slider h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	margin-bottom:12px;
}

.fio_slider span {
	font-family: 'Exo2Bold';
	color:#6eb3e2;
}

.item_trust_us p {
	line-height:28px;
	color:#617492;
}

.slider_trust_us .owl-dots {
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:12px;
}

.slider_trust_us .owl-nav {
	position:absolute;
	max-width:450px;
	width:100%;
	left:50%;
	bottom:45px;
	margin-left:-225px;
}

.slider_counter2 {
	width:100%;
	font-size:20px;
	text-align:center;
	letter-spacing:5px;
	position:absolute;
	right:0;
	top:345px;
	z-index:5;
}


.child_item {
	background:#fafbfe url(/wp-content/uploads/2019/05/bg-child-item.jpg) no-repeat center top;
	    background-size: contain;
	text-align:center;
	padding:200px 15px 140px;
}

.child_item .head {
	margin-bottom:40px;
}

.child_form {
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 0px 3px 27px 0px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 0px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 0px rgba(214,219,240,0.35);
	max-width:1200px;
	margin:0 auto;
	padding:60px 15px 70px;
}

.child_form h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	margin-bottom:20px;
}

.child_form form {
	max-width:1105px;
	margin:0 auto;
	align-items:center;
	justify-content:space-between;
	display:flex;
}

.child_form .wpcf7 form p {
	    display: flex;
}

.child_form .wpcf7-form-control-wrap {
	margin-right: 20px;
}
.child_form .wpcf7 form p:nth-child(3) {
	width: 30%;
}

input {
	border-bottom:2px solid #c8c8c8;
	max-width:358px;
	width:100%;
	height:40px;
	font-size:19px;
	color:#383839;
	text-indent:50px;
	margin-right:5px;
}

.input_tel {
	background:url(/wp-content/uploads/2019/05/icon-input-tel.png) no-repeat 8px center;
}

.input_name {
	background:url(/wp-content/uploads/2019/05/icon-input-name.png) no-repeat 8px center;
}
.input_email {
	background:url(/wp-content/uploads/2019/05/mail1.png) no-repeat 8px center;
}

.input_date {
	background:url(/wp-content/uploads/2019/05/calendar-2.png) no-repeat 8px center;
}

.input_rang {
	background:url(/wp-content/uploads/2019/05/rang1.png) no-repeat 8px center;
}

.input:focus {
	border-color:#599ee0;
}

.submit {
	background:#2989d8;
	background: -moz-linear-gradient(left, #2989d8 0%, #009fe3 0%, #7cd0f4 100%);
	background: -webkit-linear-gradient(left, #2989d8 0%,#009fe3 0%,#7cd0f4 100%);
	background: linear-gradient(to right, #2989d8 0%,#009fe3 0%,#7cd0f4 100%);
	-webkit-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	-moz-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	max-width:300px;
	width:100%;
	height:70px;
	font-family: 'Exo2Bold';
	font-size:18px;
	color:#fff;
	text-indent:40px;
	text-align:left;
}

.arrow_submit {
	position:relative;
	max-width:300px;
	width:100%;
	display:inline-block;
}

.arrow_submit:after {
	background:url(/wp-content/uploads/2019/05/arrow-button-1.png);
	width:20px;
	height:8px;
	content:'';
	position:absolute;
	top:48px;
	right:40px;
}

.answers_questions {
	background:#f6f7fb url(/wp-content/uploads/2019/05/bg-answers-questions.jpg) no-repeat center top;
	    background-size: contain;
	text-align:center;
	padding:190px 15px 110px;
}

.answers_questions .head {
	margin-bottom:85px;
}

.answers_questions_list li {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	max-width:385px;
	width:100%;
	min-height:438px;
	margin:0 11px 25px;
	padding:70px 0 50px;
	vertical-align:top;
	display:inline-block;
	z-index:0;
}

.answers_questions_list li h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	line-height:34px;
	margin-bottom:40px;
}

.answers_questions_list li:first-child h3 {
	width:220px;
	display:inline-block;
}

.icon_answers_questions {
	height:160px;
}

.photo_gallery {
	background:#fafbfe url(/wp-content/uploads/2019/05/bg-photo-gallery.jpg) no-repeat center top;
	background-size: contain;
	text-align:center;
	padding:195px 15px 175px;
}

.photo_gallery .head {
	margin-bottom:75px;
}

.photo_gallery_list {
	max-width:1240px;
	margin:0 auto;
	padding-bottom:60px;
}

.photo_gallery_list li {
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	max-width:285px;
	width:100%;
	margin:0 10px 20px;
	vertical-align:top;
	display:inline-block;
}

.photo_gallery_list li a,
.cities_foto li a {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	display:block;
	overflow:hidden;
}

.photo_gallery_list li img,
.cities_foto li img {
	width:100%;
	height:auto;
	display:block;
	    cursor: default;
}

footer {
	background:url(/wp-content/uploads/2019/05/bg-footer.jpg) no-repeat center top;
	background-size: cover;
	color:#fff;
	padding-top:85px;
}

footer h3 {
	font-family: 'Exo2MediumItalic';
	font-size:30px;
	margin-bottom:50px;
}

.item_footer {
	width:50%;
	padding-bottom:38px;
}

.item_footer h4 {
	font-family: 'Exo2Bold';
	margin-bottom:16px;
}

.item_footer > a {
	color:#fff;
}

.social {
	font-size:0;
}

.social li {
	background:url(/wp-content/uploads/2019/05/social.png) -32px 0;
	width:32px;
	height:32px;
	margin-right:7px;
	vertical-align:top;
	display:inline-block;
}

.social li:hover {
	background-position:-32px -32px;
}

.social li:first-child {
	background-position:0 0;
}

.social li:first-child:hover {
	background-position:0 -32px;
}

.social li:last-child {
	background-position:-64px 0;
}

.social li:last-child:hover {
	background-position:-64px -32px;
}

.social li a {
	width:32px;
	height:32px;
	display:block;
}

.footer_strip {
	background:#a4dbf5;
	height:2px;
}

.copi {
	max-width:1230px;
	font-size:16px;
	line-height:100px;
	margin:0 auto;
	padding:0 15px;
}

.button:hover {
	background: #c3023b;
	background: -moz-linear-gradient(left, #c3023b 0%, #97295f 33%, #97295f 33%, #556ca9 66%, #599ee0 100%);
	background: -webkit-linear-gradient(left, #c3023b 0%,#97295f 33%,#97295f 33%,#556ca9 66%,#599ee0 100%);
	background: linear-gradient(to right, #c3023b 0%,#97295f 33%,#97295f 33%,#556ca9 66%,#599ee0 100%);
	-webkit-box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
	-moz-box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
	box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
}

.button {
	background: #2989d8;
	background: -moz-linear-gradient(left, #2989d8 0%, #009fe3 0%, #7cd0f4 100%);
	background: -webkit-linear-gradient(left, #2989d8 0%,#009fe3 0%,#7cd0f4 100%);
	background: linear-gradient(to right, #2989d8 0%,#009fe3 0%,#7cd0f4 100%);
	-webkit-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	-moz-box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	box-shadow: 0px 15px 35px 5px rgba(90,102,152,0.35);
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
}

.button:active,
.button_our_team:active {
	background: #c60941 !important;
	background: -moz-linear-gradient(left, #c3023b 0%, #c3023b 0%, #d42b5a 100%, #d42b5a 100%, #556ca9 100%, #d42b5a 100%) !important;
	background: -webkit-linear-gradient(left, #c3023b 0%,#c3023b 0%,#d42b5a 100%,#d42b5a 100%,#556ca9 100%,#d42b5a 100%) !important;
	background: linear-gradient(to right, #c3023b 0%,#c3023b 0%,#d42b5a 100%,#d42b5a 100%,#556ca9 100%,#d42b5a 100%) !important;
	-webkit-box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
	-moz-box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
	box-shadow: 0px 15px 35px 5px rgba(90,102,152,1);
}

.popup {
	position:relative;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:80px auto 0;
	display:none;
}

.form_popup {
	max-width:825px;
	width:100%;
	text-align:center;
	padding:95px 15px 100px;
}

.mfp-content .popup {
	display:inline-block;
	position: relative;
}

.form_popup h3 {
	max-width:480px;
	font-family: 'Exo2Bold';
	font-size:50px;
	line-height:58px;
	margin:0 auto 45px;
}

.form_popup form {
	max-width:380px;
	width:100%;
	display:inline-block;
}

.form_popup input {
	margin-bottom:20px;
}

.form_popup .input_name {
	/*margin-bottom:40px;*/
}

.thanks {
	position:relative;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	max-width:915px;
	width:100%;
	text-align:center;
	margin:80px auto 0;
	padding:150px 15px 130px;
	
}

.thanks h3 {
	font-family: 'Exo2Bold';
	font-size:50px;
	line-height:58px;
	margin-bottom:10px;
}

.thanks p {
	font-family: 'Exo2MediumItalic';
	font-size:50px;
	color:#6eb3e2;
	margin-bottom:65px;
}

.thanks div {
	background:url(/wp-content/uploads/2019/05/icon-thanks.jpg) no-repeat center top;
	height:104px;
}

.text_popup {
	max-width:800px;
	width:100%;
	text-align:center;
	padding:25px 20px;
}

.text_popup h3 {
	font-family: 'Exo2Bold';
	font-size:30px;
	margin-bottom:10px;
}

.text_popup strong {
	font-family: 'Exo2Bold';
	font-size:20px;
	margin-bottom:40px;
	display:block;
}

.text_popup p {
	text-align:left;
	line-height:24px;
	margin-bottom:10px;
}

.popup_list {
	padding-left:20px;
}

.popup_list li {
	position:relative;
	line-height:20px;
	text-align:left;
	margin-bottom:10px;
	padding-left:20px;
}

.popup_list li:before {
	background:#172842;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:6px;
	height:6px;
	content:'';
	position:absolute;
	top:10px;
	left:0;
}

.partner p {
	text-indent:20px;
}

.bread_crumbs {
	background:#fafbfe;
	padding:160px 0 50px;
}

.bread_crumbs ul {
	max-width:1230px;
	font-size:0;
	margin:0 auto;
	padding:0 15px;
}

.bread_crumbs ul li {
	position:relative;
	margin-right:10px;
	padding-right:10px;
	vertical-align:top;
	display:inline-block;
}

.bread_crumbs ul li:after {
	content:'-';
	font-size:18px;
	line-height:18px;
	position:absolute;
	top:0;
	right:-5px;
}

.bread_crumbs ul li:last-child:after {
	display:none;
}

.bread_crumbs ul li a,
.bread_crumbs ul li.active a:hover {
    font-size:18px;
	color:#172842;
}

.bread_crumbs ul li a:hover {
	color:#e4003a;
}

.bread_crumbs ul li.active a {
	font-family:'Exo2Bold';
	cursor:default;
}

.activity {
	background:#fafbfe;
	padding-top:0;
}

.contacts {
	background:#fafbfe;
	padding:40px 0 50px;
}

.contacts a {
	color:#172842;
}

.contact-img, .contact-text {
	width: 50%;
}
.contact-img img {
	width: 100%;
}
.cities_wrap {
	background:#fafbfe;
	padding:230px 0 110px;
}

.title_yeisk {
	background:url(../images/bg-title-yeisk.jpg) no-repeat center top;
	height:757px;
}

.cities_content {
	padding:20px 15px 55px;
}

.cities_content h2 {
	font-size:48px;
	text-align:left;
}

.cities_text {
	max-width:585px;
	width:100%;
	margin-right:10px;
	padding-top:40px;
	order:1;
}

.cities_text h3 {
	font-family: 'Exo2Bold';
	font-size:24px;
	color:#009fe3;
	margin-bottom:25px;
}

.cities_item {
	margin-bottom:45px;
}

.cities_item strong {
	font-family: 'Exo2Bold';
	line-height:28px;
	display:block;
}

.cities_item p {
	line-height:28px;
}

.coaching_staff_wrap {
	max-width:405px;
	width:100%;
	order:2;
}

.coaching_staff {
	background:#f6f7fb;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:55px 45px 5px 55px;
}

.coaching_staff h3 {
	font-family: 'Exo2Bold';
	margin-bottom:30px;
}

.coaching_staff ul li {
	margin-bottom:30px;
}

.coaching_staff ul li h4 {
	font-family: 'Exo2Bold';
	font-size:24px;
	color:#009fe3;
	margin-bottom:8px;
}

.coaching_staff ul li p {
	font-size:16px;
	line-height:30px;
	color:#617492;
}

.cities_foto {
	font-size:0;
	text-align:center;
	padding:0 15px;
}

.cities_foto li {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	-moz-box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	box-shadow: 0px 3px 27px 5px rgba(214,219,240,0.35);
	max-width:378px;
	width:100%;
	margin:0 15px 40px;
	vertical-align:top;
	display:inline-block;
}

.our_team_list li:nth-child(n+5) {
	display: none;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	display: none !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item0 {
	background-color: white !important;
}
.popmake-close {
    background-image: url(/wp-content/uploads/2019/05/close.png) !important;
	}

.menu li > .sub-menu {
	display:none;
	position: absolute;
	
    padding: 0 20px;
}

.header_internal nav ul .sub-menu {
	background-color: white;	
}


.menu li:hover > .sub-menu {
	display: block;
}
.mfp-content img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.button_our_team  {
	cursor: pointer !important;
}

.schedule_list li {
	background-color: #60c5f0;
	color: white;
}

.schedule_time p, .schedule_time li, .schedule_list .button_schedule {
	color: white;
}

.bwg-item2 {
	margin-top: 0px !important;
}

.owl-carousel {
	z-index: auto !important;
}

.default .icon-menu div {
	background-color: white;
}