@charset "UTF-8";

html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font:normal normal 400 18px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	color:rgb(100,100,100);
	background:url(../images/bg_fon.webp)left top repeat;
}
*{
	box-sizing: border-box;
}
h1, h2, h3, h4, ul, form{
	margin:0;
	padding:0;
	list-style:none;
}

a{
	font: inherit;
    color: rgb(6, 105, 141);
    text-decoration: underline;
    cursor: pointer;
	transition: all 0.3s linear;
}
a:hover{
	text-decoration: none;
	color:rgb(0, 0, 0);
}
h1{
	font:normal normal 400 48px/56px  'Open Sans', Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	padding:14px 6px 20px 6px;
	color:#fff;
	background:rgba(0,0,0, 0.7);
	margin:50px auto 40px auto;
	width:100%;
	max-width:700px;
	border-radius:8px;
	overflow:hidden;
}
h2{
	font:normal normal 400 36px/48px  'Open Sans', Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:30px auto;

}
h3{
	font:normal normal 400 36px/48px  'Open Sans', Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:30px auto;
}
h4{
	font:normal normal 400 18px/20px  'Open Sans', Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	margin:0 auto 8px auto;
}
main{
	position:relative;
	width:100%;
	min-height:100%;
	margin:0 auto;
	overflow: hidden;
}
footer{
	position:relative;
	width:100%;
	min-height:90px;
	background:rgb(21,25,28);
	padding:10px;
	text-align:center;
	margin:0 auto;
}
.container{
	width:100%;
	max-width:1200px;
	min-height:100px;
	margin:0 auto;
}
.section_main{
	min-height:800px;
	/*background:rgba(255,255,255,0.7);*/
}
header{
	width:100%;
	background:rgba(255,255,255,1);
	height:152px;
	margin-bottom:90px;
}
#logo{
	position:relative;
	float:left;
	width:100%;
	max-width:300px;
	height:auto;
}
#logo img{
	width:inherit;
	height:auto;
	background:rgba(255,255,255,1);
	border-radius:0 0 40px 40px;
}
.slogan{
	position:absolute;
	color:#000;
	font:normal normal 600 15px/15px 'Open Sans', Arial, Helvetica, sans-serif;
	white-space:nowrap;
	top:206px;
	left:50%;
	 transform: translate(-50%,0);
}
.div_phone_block{
	float:right;
	padding:20px 10px 20px 0;
	text-align:center;
}
/*.div_phone_block div{
	position:relative;
	width:320px;
	margin:2px 0 4px 0;
	float:right;
	padding:16px 0;
}
.div_phone_block div::before{
	position:absolute;
	content:"\2706";
	font:normal normal 800 14px/44px 'Open Sans', Arial, Helvetica, sans-serif;
	color:#000;
	margin:-6px 0 0 -44px;
}*/
.div_phone_block ul{
	float:right;
	width:100%;
	text-align:right;
}
.div_phone_block ul li{
	text-align:center;
	font:normal normal 400 13px/18px Arial, Helvetica, sans-serif;
}
.div_phone_block ul li.li_phone{
	padding-bottom:6px;
	margin-bottom:20px;
}
.div_phone_block ul li.li_address{
	color:#000;
	font:normal normal 400 22px/28px Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	width:500px;
}
.div_phone_block ul li.li_site{
	color:#e1841a;
	font:normal normal 400 16px/24px Arial, Helvetica, sans-serif;
}
.a_top_tel{
	text-decoration:none;
	color:#000;
	font:normal normal 400 35px/32px Arial, Helvetica, sans-serif;
	white-space:nowrap;
}

.btn{
	position:relative;
	font:normal normal 400 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	display:inline-block;
    background:rgb(241, 190, 21);
    border: 1px solid rgb(240, 190, 20);
    padding:10px 14px;
    text-align: center;
    color:rgb(0,0,0);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s linear;
    box-shadow: none;
	white-space:nowrap;
	border-radius:4px;
	overflow:hidden;
}
.btn:hover{
    border: 1px solid rgb(0, 0, 0);
    background:rgb(34, 34, 34);
    color:rgb(255,255,255);
}
.btn_blik:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 5s infinite;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}
.copy{
	padding:20px;
}
.copy_name{
	font:normal normal 400 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	color:rgb(153,153,153);
	padding-bottom:10px;
}
.copy_date{
	font:normal normal 400 14px/14px 'Open Sans', Arial, Helvetica, sans-serif;
	color:rgb(100,100,100);
}
.section_article{
	padding:20px 20px 20px 40px;
	background:rgba(255,255,255, 0.9);
	margin:0 auto 30px auto;
}
article{
	padding:0 20px 20px 40px;
	text-align:justify;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: normal;
	line-break: auto;
	hyphens:auto;
}

article h3{
	font:normal normal 400 30px/44px  'Open Sans', Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:30px auto;
}
.div_ul_container {
	position: relative;
    margin: 20px auto;
    padding:20px;
    background: #fff;
    z-index: 1;
    clear: both;
	text-align:center;
	box-shadow: 0 0 0 1px #666 inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #000, 0 11px 0 -8px #fff, 0 11px 0 -7px #000, 0 17px 0 -12px #fff, 0 17px 0 -11px #000;
	border-top: 60px solid #333;
	border-radius:0 0 40px 40px;
	}

.ul_container {
	position:relative;
	margin:20px auto;
	width:54%;
	
}
.ul_container li {
	position:relative;
    color:rgb(0,0,0);
    margin:20px auto 8px auto;
	font:normal normal 400 22px/28px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:left;
}


.ul_container li:before {
    content: '\2714';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
	color:#090;
	margin:2px 0 0 -30px;
}
.section_video{
	padding:20px;
	background:rgba(255,255,255, 0.9);
}
.video_block{
	position:relative;
	width:70%;
	height:480px;
	padding:30px;
	margin:10px auto 20px auto;
	z-index:0;
	overflow:hidden;
	text-align:center;
	border:6px solid #666;
	border-radius:20px;
}


.video_block video {
	position:absolute;
	transform: translate(-50%, 0px);
	left:51%;
	top:0;
	z-index: 1;
	border-radius:20px;
}
.section_bg1{
	background:url(../images/bg_section1.webp);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-color:#060606;
	background-size:cover;
	width:100%;
	margin-top:-90px !important;
	min-height:400px;
	padding: 60px 0 0 0;
}
.section_reviews{
	padding:20px 50px 20px 50px;
	background:rgba(255,255,255, 0.9);
	margin:30px auto 0 auto;
}
.reviews_items{
	position: relative;
    display: inline-block;
    background: #fff;
	padding:18px 18px;
    text-align: center;
    margin: 12px 5px 12px 2px;
    border: 1px solid #e0e0e0;
    min-height: 200px;
    overflow: hidden;
    transition: all 0.3s linear;
	vertical-align:top;
	border-radius:10px;
}
.reviews_title{
	position:relative;
	text-align:left;
}
	
.reviews_user{
	text-align:left;
	color:#999;
	font:normal normal 400 11px/12px arial, helvetica, sans-serif;
	
}
.reviews_text{
	position:relative;
	margin:16px auto 10px auto;
	text-align:left;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: normal;
	line-break: auto;
	hyphens:auto;
	font:normal normal 400 13px/21px arial, helvetica, sans-serif;
}
.reviews_rating{
	position:relative;
	background:url(../images/star_gray.png);
	background-size:24px;
	height:24px;
	width:120px;
}
.reviews_rating_star{
	position:absolute;
	background:url(../images/star.png);
	background-size:24px;
	height:24px;
	left:0;
	top:0;
}
.rating_1{
	width:24px;
}.rating_2{
	width:48px;
}.rating_3{
	width:72px;
}.rating_4{
	width:96px;
}.rating_5{
	width:120px;
}
.ul_reviews{
	margin:0 auto;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    font: normal normal 400 44px/24px "Open Sans", Arial, Helvetica, sans-serif !important;
    color: #000 !important;
    float: none !important;
    top: 40%;
    width: 40px;
	height:70px;
    background: rgba(255,255,255,1) !important;
	border:1px solid #eee !important;
	transition: all 0.3s linear;
}
.owl-carousel .owl-nav button.owl-prev {
    margin: 0 0 0 -37px;
	border-radius: 10px 0 0 10px;

	
}
.owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
    margin: 0 -34px 0 0;
	border-radius: 0 10px 10px 0;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(241,190,21,0.8) !important;
}

.section_doptegi{
	position:relative;
	background:url(../images/bg_section_doptegi.webp);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
	height:440px;
	padding: 10px 0 0 0;
}
.img_right{
	max-width:400px;
	height:auto;
	padding:10px;
	border:1px solid #ccc;
	min-height:140px;
	background:#fff url(../images/spinner.png) center center no-repeat;
	float:right;
	clear:both;
	margin:6px 0 10px 20px;
}

.img_left{
	max-width:300px;
	height:auto;
	padding:8px;
	border:1px solid #ccc;
	min-height:140px;
	background:#fff url(../images/spinner.png) center center no-repeat;
	float:left;
	clear:both;
	margin:16px 16px 16px 0;
}
.img_big{
	margin:30px auto;
	width:100%;
	min-height:300px;
	background:#fff url(../images/spinner.png) center center no-repeat;
	border:1px solid #666;
}
.doptegi_container{
	margin:20px auto;
	padding:20px;
}
.doptegi_block{
	position:relative;
	text-align:center;
	padding:10px 0;
	height:100px;
	overflow:hidden;
}
.doptegi a{
	position:relative;
	font:normal normal 400 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
    background:rgb(241, 190, 21);
    border: 1px solid rgb(240, 190, 20);
    padding:10px 14px;
    text-align: center;
    color:rgb(0,0,0);
    cursor: pointer;
    transition: all 0.3s linear;
    box-shadow: none;
	white-space:nowrap;
	border-radius:4px;
	overflow:hidden;
	margin:2px;
	text-decoration:none;
}

.doptegi a:hover{
    border: 1px solid rgb(0, 0, 0);
    background:rgb(34, 34, 34);
    color:rgb(255,255,255);
}

.view_doptegi{
	display:none;
	text-align:right;
	margin:10px 106px 0 0;
}
.view_doptegi span{
	text-align:right;
	color:#666;
	font:normal normal 400 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	cursor:pointer;
	transition: all 0.3s linear;
	background:rgba(255,255,255, 0.8);
	padding:6px 10px;
	border-radius:8px;
}
.view_doptegi span:hover{
	color:#000;
	background:rgba(255,255,255, 1);
}
.div_related_block{
	margin:60px auto;
}
#topcontrol { 
  position: fixed;
  background:url(../images/fingerprint.png) center center no-repeat,  linear-gradient(to bottom, rgba(247,247,247,0.8) 0%, rgba(239,239,239,0.8) 88%,  rgba(219,219,219,0.8) 100%);
  height:68px;
  width:68px;
  border-radius:34px;
  bottom:0;
  margin:0 0 26px 10px;
  z-index: 99;
  text-align:center;
  font:normal normal 400 54px/54px "Arial Black", Gadget, sans-serif;
  color:#999;
  cursor: pointer; 
  transition: all 0.3s linear;
}

#topcontrol:hover{
	color:#fff;
	background:#F60;
}
#uptop {
    position: relative;
    float: right;
    width: 68px;
    height: 68px;
	margin-right:40px;
}
.footer_contacts{
	padding:10px;
	color:#777;
	text-align:center;
	float:right;
	width:460px;
	margin-top:-90px;
}
.footer_contacts ul li.li_phone{
	padding-bottom:6px;
	color:#999;
}
.footer_contacts .a_top_tel{
	color:#ccc
	
	
}
.footer_contacts ul li.li_site{
	color:#ff9720;
	font:normal normal 400 16px/24px Arial, Helvetica, sans-serif;
}
.footer_contacts ul li.li_counters{
	padding:6px 0;
	min-height:32px;
}
@media (max-width: 1120px) {
	.li_address{
		display:none;
	}
	.footer_contacts{
		float:none;
		margin:10px auto;
	}

}
@media (max-width: 900px) {
	.img_right, .img_left, .img_big{
		max-width:98%;
		height:auto;
		float:none;
		margin:10px auto;
	}
	.ul_container{
		width:80%;
	}
}

@media (max-width: 760px) {
	.section_article{
		padding:6px;
	}
	.doptegi_container{
		margin:-20px auto 0 auto;
	}
	.doptegi a{
		font:normal normal 400 16px/16px 'Open Sans', Arial, Helvetica, sans-serif;
		margin:4px 2px;
	}
}
@media (max-width: 740px) {
	.div_ul_container h3{
		margin:10px auto !important;
		text-align:center;
		white-space:normal;
	}
	.video_block{
		width:100%;
	}
}
@media (max-width: 700px) {
	h1{
		font:normal normal 400 28px/40px  'Open Sans', Arial, Helvetica, sans-serif;
	}
}
@media (max-width: 610px) {
	header{
		height:360px;
	}
	#logo{
		float:none;
		margin:0 auto;
	}
	.div_phone_block{
		float:none;
		padding:0;
	}
	.div_phone_block div{
		text-align:center;
	}
	.div_ul_container h3{
		font:normal normal 400 30px/36px  'Open Sans', Arial, Helvetica, sans-serif;
	}
	.ul_container {
		width:92%;
	}
	.ul_container li{
		font:normal normal 400 14px/18px  'Open Sans', Arial, Helvetica, sans-serif;
	}
	.ul_container li:before{
		font-size: 16px;
		margin:0 0 0 -20px;
		
	}
	h2{
		font:normal normal 400 30px/34px  'Open Sans', Arial, Helvetica, sans-serif;
		margin:10px auto;
	}
	.section_doptegi{
		height:540px;
		
	}
}

@media (max-width: 480px) {
	.div_phone_block div::before{
		content:'';
		
	}
	.footer_contacts{
		width:96%;
	}
	
}

