
.body{
	padding: 0;
	margin:0;
	background-color: #fff;
	font-family:Arial, sans-serif; 		
	
}
.header {
	position:fixed;
	top:0;
	z-index: 100;
	background:url(../images/pattern.png),#01983b;
 	height: 88px;
 	width: 100%;
}
.nav{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;

}
a{
	text-decoration: none;

}
.section{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width:1920px;
}

.wraper{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1920px;
	overflow-x:hidden;
	outline: none;
}

.empty{
	height: 89px;
 	
}
.nav-list{
	display: flex;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
	padding:0;
	margin-top: 30px;
	list-style-type: none;
	
}
.nav-list__item {
	user-select: none;
}
.nav-list__link{
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 5px;
    padding-bottom: 5px;
    user-select: none;
    cursor: pointer;
    line-height:1.5;
}

.nav-list__item a:after{
	border-bottom: 2px solid #fff;
    display: block;
    box-sizing: border-box;
    content: "";
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }
  .nav-list__item a:before{
	border-top:2px solid #fff;
    display: block;
    box-sizing: border-box;
    content: "";
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
  }
.nav-list__item a:hover{
	text-align:center; 
}
.nav-list__link:active{
	color:#626265;
}
.nav-list_item a .is-active:after,
.nav-list__item a:hover:after{
	width: 100%;
}
.nav-list_item a .is-active:before,
.nav-list__item a:hover:before{
	width: 100%;  
}
.nav-list__item a:active:after{
	border-color: #626265; 
}
.nav-list__item a:active:before{
	border-color: #626265; 
}


/* первый блок*/
.conteiner1{
	background-image:url(../images/container-1.jpg);
	background-size: cover;
	min-height: 720px;

}
.block{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	max-height: 720px;
	box-sizing: content-box;
	margin-right: auto;
	margin-left: auto;	

}
.logo{
	display: flex;
	align-content: flex-start;
	max-width:399px;
	max-height: 70px;
	overflow: hidden;
	margin-top:40px;
		
}
.contact{
	font-weight: bold;
	display: flex;
	flex-direction: column;
  	justify-content: flex-end;
  	margin-left: 210px;
  	margin-bottom: 25px;
}
.contact a{
	color:#2c2783;
	text-align: right;

}
.contact a:hover{
	text-decoration: underline;
}
.contact a:active{
	color: #000;
	
}
.icon {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #01983b;	
	margin-top: 36px;
}

.icon a{
	color: #fff;
	margin: 10px 3px;
}
.icon a:hover{
	opacity: 0.8;
}

.contact-input_search {
	border: none;
	border-bottom: 1px solid #bfbdd9;
	width: 320px;
}
.contact-submit{
	border: 0;
	background: transparent;
}
/* слайдер*/ 
.slider{
	display: flex;
	justify-content: center;
	max-width:980px;
	max-height:495px;
	margin: 0 auto;
}
.slider-item{
	position: relative;
}
.slider-item_text{
	position: absolute;
	top:320px;
	left:0;
	background: rgba(0,0,0,0.7);
	max-width: 770px;
	color:#fff;
	font-family:'EuropeExt', sans-serif;
	font-weight: normal;
   	font-size: 30px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:  30px;
	padding-right: 58px;

} 

.slider-item_text-b{
	font-family:'EuropeExt', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size:24px;
	margin-top:15px;
}
.slick-dots{
	position: absolute;
	bottom: 15px;
	text-align: left;
	margin-left: 30px;

}
.slick-dots li a{
	color:transparent;
}
.slick-dots li {
	width: 32px;
	height: 12px;
	background: #fff;
	color:#fff;
	font-size: 8px;

}

.slick-dots li.slick-active {
	background: #01983b;
	color:#01983b;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-prev,.slick-next{
	position: absolute;
	top:50%;
	left:1%;
	width: 32px;
    height: 32px;
	z-index: 9;
}
.slick-prev::before,.slick-next::before{
 	font-size: 32px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 50px;
}
.slick-next{
	left: 95%;
}

/*тень*/
.shadow{
	display: flex;
	justify-content: center;
}

/*второй блок*/
.conteiner2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:url(../images/container-2.jpg) no-repeat;
	max-width: 1920px;
	max-height: 797px;
	background-size: contain;
	
}

.up{
	
	z-index: 1;
}
.tytle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.title_icon{
	font-family:'EuropeExt', sans-serif;
    font-style: normal;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #2c2783;
	text-transform: uppercase;
	padding-top: 72px;
	padding-bottom: 25px;
}
.title_icon-gr{
	color: #01983b;
}
.title_text{
	font-family:'EuropeExt', sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #073d79;
	padding-bottom: 20px;
}
.video{
	display: flex;
	justify-content: center;
}
.text{
	max-width: 980px;
	font-family: monospace;
	text-align: center;
	font-size: 14px;
	color:#0a274d;	
}

.button-link{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 10px;

}
.button-link a{
	background:url(../images/pattern.png),#01983b;
	font-family:'EuropeExt', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 405px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 5px;
	box-shadow:  0 0 10px rgba(0,0,0,0.5);
}
.button-link a:hover{
	opacity: 0.8;
}
	
.button-link a:active{
	background:url(../images/pattern.png),#055c26;
}
/*третий блок*/
.container3{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	position: relative;
	background-image: url(../images/container-3.jpg);
	-webkit-background-size:contain ;
	background-size:contain ;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}
.container3:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
}

.tytle3{
	font-family:'EuropeExt',sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #073d79;
	text-transform: uppercase;
	text-align: center;
	margin-top:40px;
}
.blocktop{
	display: flex;
	justify-content: center;
	margin-top: 33px;
}
.blocktop-item_right{
	position: relative;
	width: 610px;
	height: 310px;
	box-sizing: border-box;
	background-image: url(../images/Stock-right.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-right: 5px;	
}
.blocktop-item_left{
	position: relative;
	width: 610px;
	height: 310px;
	box-sizing: border-box;
	background-image: url(../images/Stock-left.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.blocktop-item_right:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.blocktop-item_left:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.blocktop-item-black_toptext-l{
	position: absolute;
	top:24px;
	left:0;
	font-size: 24px;
	color:#fff;
	text-transform:uppercase;
	padding-left: 45px;
}
.blocktop-item-black_toptext-r{
	position: absolute;
	top:24px;
	right:0;
	font-size: 24px;
	color:#fff;
	text-transform:uppercase;
	padding-right: 45px;
}

.tablegreenright td:nth-child(3){
	background-color:#01983b;
	white-space: nowrap;
	padding: 1px 45px;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	text-align: right;
}
.tablegreenright td:nth-child(2){
	min-width: 40px;
	background-color: rgba(1, 152, 59, 0.6 )
}
.tablegreenright td:nth-child(1){
	min-width: 45px;
	background-color: rgba(1, 152, 59, 0.3 )
}
.tablegreenright-item1{
	position: absolute;
	top:60px;
	right: 0;

}
.tablegreenright-item2{
	position: absolute;
	top:85px;
	right: 0;

}
.tablegreenright-item3{
	position: absolute;
	top:110px;
	right: 0;

}

.blocktop-item-black-bottom-r{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	opacity: 0.2;
	width: 100%;
	min-height:23px;
	padding-top: 2px;
}
.blocktop-item-black-bottom-rimg{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px 45px;
}	
.blocktop-item-black-bottom-rimg img{
	display: block;
}
.tablegreenleft td:nth-child(1){
	background-color:#01983b;
	white-space: nowrap;
	padding: 1px 45px;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
}
.tablegreenleft td:nth-child(2){
	min-width: 40px;
	background-color: rgba(1, 152, 59, 0.6 )
}
.tablegreenleft td:nth-child(3){
	min-width: 45px;
	background-color: rgba(1, 152, 59, 0.3 )
}
.tablegreenleft-item1{
	position: absolute;
	top:60px;
	left:0;

}
.tablegreenleft-item2{
	position: absolute;
	top:85px;
	left:0;

}
.tablegreenleft-item3{
	position: absolute;
	top:110px;
	left:0;

}
.blocktop-item-black-bottom-l{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.2;
	width: 100%;
	min-height:23px;
	padding-top: 2px;
}
.blocktop-item-black-bottom-limg{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 45px;
}
.blocktop-item-black-bottom-limg img{
	display: block;
}
/*робы*/
.blockbottom{
	display: flex;
	justify-content: space-around;
	margin-top: 52px;
}
.blockbottom-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blockbottom-item_text{
	font-size: 14px;
	font-weight: bold;
	color: #01983b;
	text-align: center;
	text-transform: uppercase;
	margin-top: 22px;
}
.blockbottom-item:nth-child(2n){
	margin-top: 102px;
}
.blockbottom-item_romb{
	position: relative;
	background-image: url(../images/Romb.png);
	background-repeat: no-repeat;
	min-height: 192px;
	min-width: 192px;
}

.blockbottom-item_romb1-img{
	position: absolute;
	top:36px;
	left:35px;
}
.blockbottom-item_romb2-img{
	position: absolute;
	top:37px;
	left:37px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH"; 
}
.blockbottom-item_romb3-img{
	position: absolute;
	top:36px;
	left:40px;
}
.blockbottom-item_romb4-img{
	position: absolute;
	top:39px;
	left:15px;
}
.blockbottom-item_romb5-img{
	position: absolute;
	top:34px;
	left:25px;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH"; 
}
.blockbottom-item_romb6-img{
	position: absolute;
	top:61px;
	left:18px;
}

/*четвертый блок*/
.title_text_gr{
	font-family:'EuropeExt', sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 30px;
	text-align: center;
	text-transform:  uppercase;
	color: #01983b;
	padding-bottom: 20px;

}
.container4{
	display:flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 800px;

}
.container4bgc{
	position: absolute;
	width: 100%;
	height:500px;
	top:235px;
	background-image: url(../images/Container-4.jpg);
	background-repeat: no-repeat;

}

.whiteblock{
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color:rgba(255,255,255,0.6);
	border: 4px solid #d5dfec;
	border-radius: 4px;
	min-height: 800px;
	min-width: 1225px;
	position: relative;
}
.up4{
	display: flex;
	align-items: center;
	flex-direction: column;
	top:0;
	z-index: 2;
}
.table{
	font-size: 14px;
	white-space: nowrap;
	max-width: 980px;
}
.table table{
	width: 100%;
	border: 4px solid #d5dfec;
	border-radius: 4px;
	
}
.table tr td{
	border: 1px solid #d5dfec;
	border-collapse: collapse;
	color: #043567
}
.table th{
	border-bottom: 2px solid #d5dfec;
	border-left: 1px solid #d5dfec;
	border-right: 1px solid #d5dfec;
	background:url(../images/pattern.png),#01983b;
	color:#fff;
	text-transform: uppercase;
	text-align:center;

}
.table tr{
	background: #fff;
}
.table tr:nth-child(2n){
	background: #f2f5f7;
}
.aleft{
	text-align:left;
}

.table th:first-child{
	text-align:left;
}
.table tr{
	text-align:center;
}
.table td{
	padding:10px 15px;
}
.table th{
	padding:10px 15px;
}

/*пятый блок*/
.container5{
	display:flex;
	align-items: center;
	background-image:url(../images/container5l1.png), url(../images/container5r1.png), url(../images/container5l2.png);
	background-position: 300px top, right top, -380px 70px ;
	background-repeat: no-repeat;
	min-height: 570px;
	margin-top:50px;
}

.up5{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.table5{
	max-width: 1222px;
}
.table-red-green{
	
	border-spacing: 0 5px;
	font-size: 14px;
	color:#fff;
	margin-top: 30px;
}

.table-red-green td:nth-child(1){
	min-width: 58px;
	background-color: rgba(255, 0, 0, 0.25 );
}
.table-red-green td:nth-child(2){
	min-width: 58px;
	background-color: rgba(255, 0, 0, 0.5 );
}
.table-red-green td:nth-child(3){
	min-width: 30px;
	padding: 5px 14px;
	vertical-align: top;
	background-color: #ff0000;
}
.table-red-green td:nth-child(4){
	min-width: 310px;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
	line-height: 1.5;
	word-spacing: 5px;
	background-color: #ff0000;
}

.table-red-green td:nth-child(5){
	min-width: 10px;
	color: #fff;
	background-color: #fff;
}

.table-red-green td:nth-child(6){
	min-width: 30px;
	padding: 5px 14px;
	vertical-align: top;
	background-color: #01983b;
}
.table-red-green td:nth-child(7){
	min-width: 532px;
	text-align: left;
	vertical-align: top;
	padding: 10px 5px;
	line-height: 1.5;
	word-spacing: 5px;
	background-color: #01983b;
}
.table-red-green td:nth-child(8){
	min-width: 58px;
	background-color: rgba(1, 152, 59, 0.5 );

}
.table-red-green td:nth-child(9){
	min-width: 58px;
	background-color: rgba(1, 152, 59, 0.25 );
}
/*шестой блок*/
.title-text-bl{
	font-family:'EuropeExt', sans-serif;
	font-weight: bold;
    font-style: normal;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #2c2783;
	padding-bottom: 20px;
}
.galery{
	display: flex;
	justify-content: center;
	min-width: 980px;
	margin-top: 10px;
	margin-bottom: 30px;
	
}
.galery-item img{
	max-width: 150px;
	max-height: 211px;
	padding-right:40px;
}
.text6{
	display: flex;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color:#2c2783;
}
.medal{
	max-width: 110px;
	max-height:97px;
	margin: 10px auto;	
}
/*седьмой блок*/
.block7{
	width: 100%;
}
.contacts{
	position: relative;
	z-index: 2;
	max-width: 1225px;
	min-height: 204px;
	background:url(../images/pattern.png),#01983b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 4px 4px 6px -3px #ccc, -4px 4px 6px -3px #ccc;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -40px;
}
.contacts-toptext{
	display: flex;
	justify-content: center;
	padding-top: 35px;
	font-family:'EuropeExt', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
}
.contacts-text{
	display: flex;
	justify-content: center;
	padding-top:5px;
	font-family:'Arial', sans-serif;
	font-size: 18px;
	color:#fff;
}
.contacts-text a{
	color: #fff;
}
.contacts-text a:hover{
	text-decoration: underline;
}
.contacts-text a:active{
	color: #9ca09e;
	text-decoration: underline;
}
.contacts-text a:visited{
	color: #2c2783;
}

.map iframe{
	display: block;
	/*position: absolute;
	top:164px;
	left:0;*/
	max-width:1920px;
	max-height:335px;
}
/*подвал*/
footer{
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 312px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% 312px;
	background-size: 100% 312px;
}

.footer-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top:25px;
	text-transform: uppercase;
	position: relative;
	color:#fff;
}

.footer-text_icon-f img:hover{
	-webkit-animation: pulsate 2.4s linear infinite; 
	animation: pulsate 2.4s linear infinite; 
	box-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #ccc, 0 0 16px #ccc, 0 0 20px #ccc; 
	color:#fff;}
	@-webkit-keyframes pulsate{5% { color: #fff; box-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #fff, 0 0 8px #ccc; }

}
.footer-text_icon-f img:active{
	box-shadow: 0 0 3px #ccc, 0 0 6px #ccc, 0 0 9px #ccc, 0 0 10px #ccc, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 20px #fff; 
	color:#fff;
}

.footer-text_name{
	font-family:'EropeExt', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-text_year,
.footer-text_tx,
.footer-text_link{
	font-family:'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.footer-text_social-icon{
	display: flex;
	flex-direction: row;
}
.footer-text_social-icon_link{
	margin: 0 3px;
	padding: 0 2px;
}
.footer-text_social-icon_link img:hover{
	border-radius: 50px;
	-webkit-animation: pulsate 2.4s linear infinite; 
	animation: pulsate 2.4s linear infinite; 
	box-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #ccc, 0 0 16px #ccc, 0 0 20px #ccc; 
	color:#fff;}
	@-webkit-keyframes pulsate{5% { color: #fff; box-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #fff, 0 0 8px #ccc; }

}
.footer-text_social-icon_link img:active{
	border-radius: 50px;
	box-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #ccc, 0 0 16px #ccc, 0 0 20px #ccc; 
	color:#fff;
}


.footer-text_link{
	position: absolute;
	bottom: 21px;
}

.footer-text_link a{
	color:#fff;
}
.footer-text_link a:hover{
	text-decoration: underline;
}	

.footer-text_link a:active{
	color:#9ca09e;
	text-decoration: underline;
}
