@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	background: #fff;
	color: #0e385a;
	font-family: 'Assistant', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	
}
.rtl{direction: rtl;}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

h1{
	font-size: 50px;
	text-align: center;
	margin: 40px auto 30px;
}
h2{font-size: 50px; font-weight: 700; margin: 0;}
h3{font-size: 38px; font-weight: 700; margin: 15px 0;}
h2 a, h3 a{text-decoration: none;}
h4{margin: 0;}
h5, h6 {
    font-size: 15px;
	line-height: normal;
}
p{
	padding: 0 0 10px 0;
	margin: 0;
}

a{
	color: inherit;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
b, strong{font-weight: 700; font-family: inherit;}
.inner_content strong {
	font-weight: normal; font-family: 'merriweatherbold';
}
a:hover, a:focus{
	color: inherit;
	opacity: .8;
	text-decoration: none;
}

img{max-width: 100%; height: auto;}
a img{
	border: none;
}

button:focus {outline:0;}
.row{
 width: 100%;
	margin-right: 0; 
 margin-left: 0;
}



.absolute{position: absolute;}
.relative{position: relative;}

.div15{
	height: 15px;
}
.div30{
	height: 30px;
}
.div50{
	height: 50px;
}
.div55{
	height: 55px;
}
.div100{
	height: 100px;
}
.div200{
	height: 198px;
}
.clear{
	clear: both;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
*:focus {
    outline: none;
}
.fixed{
	position: fixed;
}
.flex{
	display: flex;
}
.flex_md, .flex_lg{display: flex;}
.flex-row{flex-flow: row;}
.flex-column{flex-flow: column;}
.flex-reverse{justify-content: flex-end;}
.flex .stretch{flex: 1;}
.flex .normal{flex: 0;}
.flex.around{justify-content: space-around;}
.flex.between{justify-content: space-between;}

.wrap{flex-flow: wrap;}


.full_height{
	min-height: 100vh;
}
.col-xs-50{width: 50%;}
.col-xs-100{width: 100%;}


/* shapka */
.shapka{
	background: #042336 url(../img/sh.jpg) center center;
	background-size: cover;
}
.shapka{
	color: #fff;
	text-align: center;

}
.shapka h1{
	margin: 20px 0 0;
	font-weight: 600;
	font-size: 42px;
}
.shapka h3{
	margin: 0;
	font-weight: 600;
	font-size: 25px;
}
.logo{padding: 100px 0 125px;}
.logo img{
	display: block;
	max-width: 446px;
	margin: 0 auto;
	
}

/* blocks */
.block{
	max-width: 1430px;
	padding: 50px 30px;
	margin: 0 auto;
}
.black_txt{color: #292929;}
.bordered{border: 1px solid #0e385a; border-right: 0; border-left: 0; margin: 0 0 30px;}
.he .bordered{padding: 30px 0 20px 50px;}
	.en .bordered{padding: 30px 50px 20px 0;}

.he .i_car{margin: 10px 0 15px 40px;}
.en .i_car{margin: 10px 40px 15px 0;}

.he .i_car.pesh{transform: scale(-1, 1);}

.en .i_car{transform: scale(-1, 1);}
.en .i_car.pesh{transform: scale(1, 1);}

.he .right_col{padding-left: 50px;}
.en .right_col{padding-right: 50px;}

.img_cont {
  flex: 0 0 90px;
  text-align: center;
}
.small{
	font-size: 18px;
	color: #000;
}
.btn_main{
	display: block;
	margin: 30px 0 0;
	width: 350px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	background: #0e385a;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	border: none;
    cursor: pointer;
}
.btn_main:hover, .btn_small:hover{color: #fff; opacity: .8;}
.btn_main:active,  .btn_main:focus {
	color: #fff; opacity: .8;
}

.btn_small{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	background: #0e385a;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	border: none;
    cursor: pointer;
}
.btn_popup{
	cursor: pointer;
}
.types_of_tests {
	
}
.types_of_tests_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
	margin-top: 20px;
}
.type_of_test {
	width: 250px;
	margin: 12px;	
	border-radius: 23px;
	position: relative;
}
.type_of_test:nth-child(odd) {
	/*border-color: #00a788;*/
	border: 2px solid #00a788;
}
.type_of_test:nth-child(odd) .title_of_tests_type {
	background-color: #00a788;
}
.type_of_test:nth-child(odd) .content_of_tests_type {
	/*border: 2px solid #00a788;*/
}

.type_of_test:nth-child(even) {
	/*border-color: #0e385a;*/
	border: 2px solid #0e385a;
}
.type_of_test:nth-child(even) .title_of_tests_type {
	background-color: #0e385a;
}
.type_of_test:nth-child(even) .content_of_tests_type {
	/*border: 2px solid #0e385a;*/
}

.type_of_test.disable .title_of_tests_type,
.type_of_test.disable .content_of_tests_type,
.type_of_test.disable .type_of_test_btn {
	opacity: 0.5;
}
.type_of_test.disable .type_of_test_btn {
	display: none;
}
.disable_section_text {
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 17px;
    line-height: 21px;
    position: absolute;
    bottom: 20px;
}

.title_of_tests_type {
	text-align: center;
	border-radius: 20px 20px 0 0;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 16px 0;
	
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.content_of_tests_type{
	padding: 0 15px 51px 15px;
	/*border: 2px solid #0e385a;*/
	font-size: 19px;
	line-height: 26px;
	border-radius: 0 0 23px 23px;
}
.content_of_tests_type .type_of_test_info_item p{
	font-size: 17px;
	line-height: 21px;
}
.type_of_test_info_item {
	border-bottom: 2px solid #dcdcdc;
	background-repeat: no-repeat;
}
.type_of_test_info_item {
	padding: 10px 0 10px 27px;
	background-position: left center;
	background-size: 22px auto;
}
.rtl .type_of_test_info_item {
	padding: 10px 27px 10px 0;
	background-position: right center;
}
.type_of_test_info_item.no_border {
	border: none;
}
.type_of_test_btn {
	display: block;
	margin: 10px auto 0;
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	background: #0e385a;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 60px);
}
.type_of_test_btn:hover {
	color: #fff;
}
.first_item {
	min-height: 75px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.second_item {
	min-height: 75px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.third_item {
	
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.fourth_item {
	min-height: 205px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-position: left 15px;
}
.rtl .fourth_item {
	min-height: 205px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background-position: right 15px;
}
.footnote {
	margin-top: 25px;
}
.footnote img{
	width: 50px;
	display: inline-block;
	float: left;
}
.rtl .footnote img{
	float: right;
}
.footnote p{

}





.icon_preim_out{
	max-width: 1300px;
    padding-top: 0;
}
.icon_preim{text-align: center;}
.icon_preim p {
	max-width: 250px;
	font-weight: 700;
	font-size: 24px;
	padding: 20px 0;
}
.preim_svg{
	width: 120px;
	min-height: 130px;
}

.block2 h3{max-width: 600px; margin: 0px 0 35px;}
.collage{
	position: relative;
}
.collage img{
	border-radius: 30px;
}
.he .ph1{
	top: 0;
	right: 35px;
	left: auto;
}
.he .ph2{
	top: 100px;
	left: 0;
	right: auto;
}
.en .ph1{
	top: 0;
	left: 35px;
	right: auto;
}
.en .ph2{
	top: 100px;
	right: 0;
	left: auto;
}
.blue_sqr{
	top: 130px;
	
	background: #0e385a;
	border-radius: 30px;
	width: 90%;
	height: 400px;
}
.he .blue_sqr{right: 0; left: auto;}
.en .blue_sqr{left: 0; right: auto;}

.block3{
	background: #fff url(../img/bg1.jpg) top center;
	background-size: cover;
	height: auto;
	margin: 50px 0 0;
	padding: 30px 0 0px;
	text-align: center;
}
.block3 h2{
	margin: 0 0 50px;
}
.block3 .btn_main{margin: 80px auto 0;}
.block6 .btn_main{margin: 80px auto 0; background: #00a889; }
.cl1 img{
	width: 160px;
	height: 160px;
}

.cl1 span{font-size: 32px; font-weight: 800;}

.block4{
	background: #0e385a;
	color: #fff;
}
.block5{
	color: #0e385a;
}
.block5 img {
    align-self: baseline;
	
}
.he .block5 img{margin: 0 0 0 50px;}
.en .block5 img{margin: 0 50px 0 0;}

.block6{
	background: #0e385a url(../img/bg2.jpg) center center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
}
.block6 p, .block6 ul{
	margin: 10px 0 0;
}
.block6 p,
.block6 li{
	font-size: 18px;
}
.block6 ul{
	padding: 0 20px;
}
.block6 h2{
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.block6 h4{
	font-size: 22px;
}

.num{
	align-self: auto;
	flex: 0 0 70px;
	height: 70px;
	line-height: 68px;
	border-radius: 70px;
	font-size: 40px;
	background: #00a889;
	font-weight: 800;
	text-align: center;
}
.he .num{margin: 0 0 0 30px;}
.en .num{margin: 0 30px 0 0;}

.block_txt{
	margin: 20px 0;
}

/** BLOG */
.col_excerpt{
	padding: 0 15px 40px;
}
.post-thumbnail img{
	max-height: 250px;
    width: 100%;
	height: auto;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog_in .post-thumbnail img{
	max-height: none;
    width: 100%;
	border-radius: 0;
}
.col_excerpt_in{
	border-radius: 15px;
	height: 100%;
	-webkit-box-shadow: 0px 5px 32px 9px rgba(0,0,0,0.24); 
	box-shadow: 0px 5px 32px 9px rgba(0,0,0,0.24);
}
.content_exc{
	padding: 30px 60px;
	font-size: 18px;
}
.content_exc h2{
	font-size: 24px;
	text-align: center;
	margin: 15px auto 10px;
}
.data{
	text-align: center;
    display: block;
	font-size: 20px;
	color: #00a889;
	font-weight: 700;
}
.read_more, .read_more:hover, .read_more:active, .read_more:focus, .navigation a{
	display: block;
	margin: 10px auto;
	background-color: #0e385a;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
    width: 200px;
    border-radius: 10px;
    padding: 15px 0;
	opacity: 1;
}
.read_more:hover{opacity: .8;}
.nav_out{margin: 30px auto 50px; padding: 0 30px;}
.navigation a{
	width: auto;
	padding: 15px 40px;
}
.navigation .nav_previous a{
	margin: 0 auto 0 15px;
}
.navigation .nav_next a{
	margin: 0 15px 0 auto;
}

/* blog in */
.blog_in{
	max-width: 820px;
	font-size: 18px;
}
.blog_in h1{
	margin: 30px auto 15px;
}
.blog_in .data{
	margin: 0 auto 30px;
}
.nav-links{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	flex-direction: row-reverse;
}
.nav-links div{
	width: 48%;
}
.nav-links a{
	background-color: transparent;
	border: 1px solid #042336;
	color: #042336;
	position: relative;

}
.nav-previous a::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	display: block;	
	border-left: 1px solid #042336;
	border-top: 1px solid #042336;
	width: 20px;
	height: 20px;
	transform: translate(50%, -50%) rotate(135deg);
  }
  
.nav-next a::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 50%;
	display: block;
	border-right: 1px solid #042336;
	border-bottom: 1px solid #042336;
	width: 20px;
	height: 20px;
	float: left;
	
	transform: translate(-50%, -50%) rotate(135deg);
  }
  



.footer{
	min-height: 90px;
	background: #0e385a;
	text-align: center;
	color: #fff;
	padding: 15px;
	font-size: 22px;
}
.footer ul {list-style: none; padding: 15px;}
.footer ul li{
	display: inline;
}
.footer a, .footer a:hover, .footer a:focus, .footer a:active, .footer a:visited{
	text-decoration: none;
	color: #fff;
}


/* media */

/* max height */
@media (max-height: 800px){
	
}
@media (max-height: 450px){

}

/* min */
@media (min-width: 769px){
	.hidden_desk{display: none;}
	.col-md-30{width: 33.3333%;}
	.col-md-50{width: 50%;}
}
@media (min-width: 991px){
	
	
}
@media (min-width: 1200px){
	.col-lg-25{width: 25%;}
	.col-lg-30{width: 33.3333%;}
	
}
@media (min-width: 1400px){
}

/* min & max */
@media(min-width:769px) and (max-width: 992px){
}

@media(min-width:769px) and (max-width: 1200px){
}

/* max */
@media (max-width: 1490px){
	.hidden_notebook{display: none;}
}
@media (max-width: 1400px){
}
@media (max-width: 1200px){
	.flex_lg{display: block;}
	
}

@media (max-width: 1200px){
	.hidden_ipad{display: none;}
	
	body, .icon_preim p{font-size: 22px;}
	h2{font-size: 38px;margin: 0 0 10px;}
	h3{font-size: 28px;}
	.right_col {padding-left: 10px;}
	.he .i_car{margin: 10px 0 15px 10px;}
	.en .i_car{margin: 10px 10px 15px 0;}
	.cl1{margin: 0 auto 30px;}
	.cl1 img{width: 100px; height: 100px;}
	.block3{margin: 0; padding: 50px 0 70px;}
	
}

@media (max-width:767px){
	.footer p{
		padding: 0 0 0px 0;
	}
	.hidden_mob{display: none;}
	.flex_md{display: block;}

	.logo {padding: 50px 35px 25px;}
	.logo img{max-width: 250px;}
	.shapka h1 {font-size: 25px;}
	.shapka h3 {font-size: 18px;}
	.nav-links div{width: 100%;}
	body, .icon_preim p{font-size: 18px;}
	h1, h2, .shapka h1{font-size: 25px;}
	h3{font-size: 22px;}
	h2{margin: 0 0 10px;}
	.icon_preim{flex: 0 0 50%;}
	.preim_svg {width: 80px;}
	.block{padding: 30px 15px;}
	.right_col {padding-left: 0px;}
	.collage{height: 550px;}
	
	.btn_main {
    display: block;
    margin: 30px auto;
    width: 90%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
	}
	
	
	.block3 .btn_main {margin: 30px auto 0;}
	.block6 .btn_main {margin: 30px auto 0;}
	.block5 img{min-width: 0%;}
	.num {
		flex: 0 0 50px;
		height: 50px;
		line-height: 48px;
		font-size: 20px;
		
	}
	.he .num{margin: 0 0 0 15px;}
	.en .num{margin: 0 15px 0 0;}
	.footer{font-size: 16px;}
	.footer ul li{flex: 0 0 100%;}
	.bordered{border: 1px solid #0e385a; border-right: 0; border-left: 0; margin: 0 0 30px;}
	.he .bordered{padding: 30px 0 20px 35px;}
	.en .bordered{padding: 30px 35px 20px 0;}
	.he .block5 img{margin: 0;}
	.en .block5 img{margin: 0;}

}

@media(max-width:468px){
	h1{margin: 0 auto 10px;}
	.blog h1{margin: 30px auto 10px;}
	.col_excerpt{padding: 0 0 40px;}
	.content_exc{padding: 30px;}
	.nav_out{margin-top: 0;}
	.nav_next, .nav_previous, .navigation .nav_next a, .navigation .nav_previous a{width: 100%}
	.navigation .nav_next a, .navigation .nav_previous a{margin: 15px 0}
	.blog_in h1 {margin: 15px auto 10px;}
	.data{font-size: 18px;}
	.blog_in .data {margin: 0 auto 15px;}
}

