html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, table, thead, tfoot, tbody, tr, th, td, form, img, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {
  margin: 0;
  padding: 0;

}
 /* BODY .*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body{
	width: 100%;
}
/* font */
/*@font-face {
font-family: 'Proxima Nova Black';
src: url('font/ProximaNova-Black.eot');
src: url('font/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
url('font/ProximaNova-Black.woff') format('woff'),
url('font/ProximaNova-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}*/

@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('../font/ProximaNova-Bold.eot');
	src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Bold.woff') format('woff'),
	url('../font/ProximaNova-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Light';
	src: url('../font/ProximaNova-Light.eot');
	src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	url('../font/ProximaNova-Light.woff') format('woff'),
	url('../font/ProximaNova-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../font/PrNovReg.eot');
	src: url('../font/PrNovReg.eot?#iefix') format('embedded-opentype'),
	url('../font/PrNovReg.woff') format('woff'),
	url('../font/PrNovReg.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	}

.cl_fix:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
  .overlay {
    z-index: 1000;
    position: fixed;
    background-color: #303b48;
    opacity: 0.88;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
  }
  .overlay .bt_close{
    z-index: 1001;
    background-image: url(../img/ico_img_set.png);
    width: 16px;
    height: 16px;
    position: fixed;
    top: 15px;
    right: 12px;
    background-position: -3px 0px;
    opacity: 0.7;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    cursor: pointer;
  }
  .overlay .bt_close:hover{
     opacity: 0.9;
  }
#show_img {
    position: fixed;
    max-width: 90%;
    left: 5%;
    /* top: 50%; */
    text-align: center;
    top: 100px;
    display: none;
    z-index: 10001;
    background-color: #1e1e1e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
#show_img img{
  max-width: 100%;
}

.c_blue{
	color: #7dc7fd; 
}

/* cont */
.cont {
    width: 100%;
	max-width: 1300px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}
h2{
	padding: 0 0 0 20px;
	font-family: 'Proxima Nova Bold';	
	font-size: 48px;
	text-transform: uppercase;
	
}
/* ico */
.i_fb_white,
.i_teleg{
	margin: 0 0 -10px 0;
	display: inline-block;
}
.i_fb_white{
	width: 30px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_fb_white.png);
}
.i_teleg{
	width: 30px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_teleg.png);
}
/* sec-top */
.sec-top{
	background-color: #00296a;
	padding:  0 0 118px 0 ;
}
.t_inf{
	line-height: 80px;
	float: left;
	margin: 0;
	font-size: 23px;
	color: yellow;
	font-family: 'Proxima Nova Bold';
}
.bl_head{
	height: 80px;
	padding: 0 0 0 16px;
		/* line-height: 80px; */
	color: #e8e9ea;
	border-bottom: 2px solid #5b636e;
}
.bl_head .i_fb_white,
.bl_head .i_teleg{
	margin: 0 0 -10px 10px;
	opacity: 0.7;
}
.bl_head .i_fb_white:hover,
.bl_head .i_teleg:hover{
	opacity: 1;
}
.bl_head i{
	content: '';
	position: absolute;
	display: inline-block;

	margin: 23px  0 0 -32px;
	width: 25px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_shit.png);
}
.bl_head{

	position: relative;
}
.bl_head ul {
	list-style-type: none; 
}
.bl_head li {
	display: inline-block;
}
.bl_head li a{
	color: #d7dbdb;
	
}
.bl_head li a:hover{
	color: #e8e9ea;
}
.bl_head .ul_l{
	line-height: 80px;
	margin: 0 0 0 600px;
	font-family: 'Proxima Nova Light';
}

.bl_head .ul_2{
	line-height: 80px;
	margin: 0 0 0 350px;
	font-family: 'Proxima Nova Light';
}

.bl_head .ul_l li{
	
	margin: 0 28px 0 0;
}
.bl_head .ul_2 li{
	
	margin: 0 28px 0 0;
}

.bl_head .ul_r{
	display: table;
	position: absolute;
	top: 24px;
	right: 0px;
	font-family: 'Proxima Nova Light';
}
.bl_head .ul_r li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 40px;
}

/* Начало строчки с телефонами */
.bl_head1{
	height: 20px;
	padding: 0 0 0 32px;
		/* line-height: 80px; */
	color: #a2a7ad;
	font-family: 'Proxima Nova Light'
	
}

.bl_head1 li {
	display: inline-block;
}

/* Конец строчки с телефонами */


.bl_center{
	position: relative;
	margin: 67px 0 114px 0;
}
.bl_center h1{
	padding:  0 0 50px 0;
	line-height: 60px;
	font-size: 36px;
	color: #e8e9ea;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold';
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.bl_center-l{
	
	max-width: 940px;
}
.bl_center-l p{
	font-size: 18px;
	padding: 0 0 30px 0;
	color: #e8e9ea;
	font-family: 'ProximaNovaRegular';
/*	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
}
.shield{
	position: absolute;
	top:-47px;
	right: 0;
	width: 360px;
	height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/img_shit1.png);
}
.bl_bottom{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -1% 0 -1%;
}
.bl_bottom .bl_1,
.bl_bottom .bl_2,
.bl_bottom .bl_3{
	flex: 0 0 31%;
	margin: 0 1%;
	padding: 30px 44px;
	background-color: #303b48;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ProximaNovaRegular';
}
.bl_bottom h3{
	font-size: 18px;
	color: #7dc7fd;	
	padding: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold';
}
.bl_bottom h3 i{
	margin: 0 21px 0 0;
	display: inline-block;
	width: 27px;
	height:30px;
	line-height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_sheld_blue.png);
	text-align: center;
	font-style: normal;

	
}
.bl_bottom p{
	font-size: 18px;
	color: #899098;
	font-family: 'ProximaNovaRegular';
}

/* sec-services */
.sec-services{	
	padding: 100px 0;
	background-color: #e8e9ea;
}

.sec-services h2{
	border-left: 6px solid #2c618c;
	/*color:#2c618c;*/
	color: #303b48;
	margin: 0 0 50px 0;
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}
.col{

	flex: 0 0 30%;
    width: 33%;
    max-height: 550px;
   	max-width: 420px;
    background-color: #fff;
    margin: 15px;
    overflow: hidden;

    font-family: 'ProximaNovaRegular';
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);
	box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);

}

.col1{

	flex: 0 0 30%;
    width: 33%;
    max-height: 480px;
   	max-width: 420px;
    background-color: #fff;
    margin: 10px;
    overflow: hidden;

    font-family: 'ProximaNovaRegular';
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);
	box-shadow: -1px 10px 32px -8px rgba(0,0,0,0.4);

}

.bt1{

	color:#fff;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color:#303b48;
	padding: 0 15px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
}

.bt1 i{
	font-style: normal;
}
.bt1 span{
/*	font-size: 48px;*/
	color:#7dc7fd;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold';
}



.tp{
	padding: 20px;
	height: 450px;
	
}

.tp:before {
    content: '';
	/*position: absolute;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
	opacity: .6; 
  }
.tp:hover{
	max-height: 100%;
}
.tp h3{

	padding: 10px 0;
	color:#2c618c;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;

}
.tp p{
	color:#899098;
	padding:0 0 30px 0; 
	
}
.sec-services .img{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background-position: center!important;
    background-repeat: no-repeat!important;
    /*background-size: cover!important;*/
}

.bt{

	color:#fff;
	height: 80px;
	line-height: 80px;
	background-color:#303b48;
	padding: 0 25px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.bt i{
	font-style: normal;
}
.bt span{
/*	font-size: 48px;*/
	color:#7dc7fd;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold';
}




/* sec-about */
.sec-about{
	padding: 50px 0;
	background-color: #00296a;
}
.sec-about h2{
	border-left: 6px solid #7dc7fd;
	color:#fff;
	margin: 50px 50px 0 90px;
}
.bl_h{
	vertical-align: top;
	display: inline-block;
	min-width: 400px;
	max-width: 400px;
}
.bl_inf{
	padding: 0 100px 0  0;
	max-width: 700px;
	display: inline-block;
	font-size: 18px;
	color:#e8e9ea;	
	font-family: 'ProximaNovaRegular';
}
.bl_inf p{
	padding: 0 0 30px 0;
}
.bl_inf p:last-child{
	padding:  0;
}

/* sec-gallery */

.sec-gallery{
	background-color: #e8e9ea;
	padding: 100px 0 130px 0;
}

.sec-gallery h2{
	color: #303b48;
	border-left: 6px solid #2c618c;
	margin: 0 0 50px 0;
}
/* sec-youtube */
.sec-youtube{
	padding:  0 0 100px 0;
	background-color: #e8e9ea;
}

/* sec-contact */
.sec-contact{
	padding:  0 0 100px 0;
/*	width: 60%;
	min-width: 970px;*/
	background-color: #e8e9ea;
	display: flex;
	/*background-image: linear-gradient(to right top, #ffffff, #f9f9fa, #f4f4f4, #eeeeef, #e8e9ea);*/	
}
.gradient{
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 1%, #ffffff 44%, #e8e9ea 63%, #e8e9ea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 1%,#ffffff 44%,#e8e9ea 63%,#e8e9ea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 1%,#ffffff 44%,#e8e9ea 63%,#e8e9ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e9ea',GradientType=1 ); /* IE6-9 */

}
.sec-contact .cont{

/*	*/
}
.sec-contact .shad_bl{
	-webkit-box-shadow: 15px 10px 30px -9px rgba(0,0,0,0.24);
	-moz-box-shadow: 15px 10px 30px -9px rgba(0,0,0,0.24);
	box-shadow: 15px 10px 30px -9px rgba(0,0,0,0.24);
}
.sec-contact .row{
	display: flex;
    flex-wrap: wrap;
}
.sec-contact .bl_1,
.sec-contact .bl_2,
.sec-contact .bl_3{
	display: inline-block;
	vertical-align: top;
	max-height: 450px;
	overflow: hidden;
}
.sec-contact .bl_1{
	min-width: 440px;
	/*padding: 0 50px 0 0;*/
}
.sec-contact .bl_1 h2{
	color: #303b48;
	border-left: 6px solid #2c618c;
	margin: 35px 0;

}
.sec-contact .bl_1 ul li{
	padding: 0 0 25px 0;
	margin: 0 0 0 65px;
	list-style-type: none; 
	font-family: 'ProximaNovaRegular';
	font-size: 18px;
	color: #5b636e;
	
}

.sec-contact .bl_2{
	border-right: 30px solid #7dc7fd;
}

.sec-contact .bl_3{

	width: 310px;
	/*background-color:#e8e9ea;*/
	
	background-image: url(../img/img_shevron.png);
	background-position: right;
	background-repeat: no-repeat;

}

.i_point:before,
.i_company:before,
.i_clock:before,
.i_mail:before,
.i_phone:before{
/*	border: 1px solid #333;*/
	content: '';
	position: absolute;
	display: inline-block;
	margin: -1px 0 0 -40px;
	width: 25px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	
}

.i_point:before{
	background-image: url(../img/ico_pointer.png);
}

.i_company:before{
	background-image: url(../img/ico_company.png);
}
.i_clock:before{
	background-image: url(../img/ico_clock.png);
}
.i_mail:before{
	background-image: url(../img/ico_mail.png);
}
.i_phone:before{
	background-image: url(../img/ico_phone.png);
}
.i_fb,
.i_twit{
	opacity: 1;
	margin: 0 0 0 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.i_fb:hover
.i_twit:hover{
	opacity: 0.8;
}
.i_fb{
	background-image: url(../img/ico_fb.png);
}
.i_twit{
	background-image: url(../img/ico_twit.png);
}
footer{
	line-height: 22px;
	font-size: 14px;
	color:#a2a7ad;
	padding: 50px 0 ;
	text-align: center;
	background-color: #00296a;
	font-family: 'Proxima Nova Light';
}
footer .cont{
	position: relative;
}
.schet{
	position: absolute;
    right: 0;
    top: 0;
}


@media screen and (max-width: 1900px){
	.cont {
	    max-width: 1300px;
	}
}

@media screen and (max-width: 1400px){
	.cont {
	    max-width: 1300px;
	}

.bl_head .ul_l {
    /*	margin: 0 0 0 40px;*/
    	margin:0;
    	float: right;
	}


	.bl_center-l{
		max-width: 700px;
	}
	.bl_center h1{
		font-size: 65px;
	}

	.shield{
		background-size: 90%;
	}
	.bl_center {
    	position: relative;
    	margin: 130px 0 90px 0;
	}
}

@media screen and (max-width: 1200px){
	.bl_head .ul_r li:nth-child(1),
	.bl_head .ul_r li:nth-child(2)
	{
		display: none;
	}
}

@media screen and (max-width: 992px){
	.cont {
	    max-width: 960px;
	}
	.bl_center {
	    margin: 90px 0 20px 0;
	   /* background-image: url(../img/img_shit1.png);*/
	    background-position: right;
	    background-repeat: no-repeat;
	}
	.bl_center:before{
	    z-index:-1;
	    position:absolute;
	    left:0;
	    top:0;
	    content: url('path/to/image.ext');
	    opacity:0.4;
	}
	.bl_center-l {
		width: 100%;
    	padding: 0 15px;
	}
	.bl_center-l p{
		font-size: 16px;
	}
	.bl_head .ul_l {
    /*	margin: 0 0 0 40px;*/
    	margin:0;
    	float: left;
	}

	.bl_head .ul_r{
		display: none;
	}
	.shield {
		position: relative;
		top: 0;
		width: 100%;
		background-size: auto;
    	/*display: none;*/
	}
	.bl_bottom .bl_1{

	    flex: 100%;
	    margin: 0 1%;
	    width: 90%;
    	margin: 15px 5%;
	}

		/* .sec-contact */
	.sec-contact .bl_1,
	.sec-contact .bl_2,{
		width: 100%;
		max-width: 100%;
	}

	.gradient {
    	background: #fff !important;
	}


	.col{
		flex: 100%;
    	width: 50%;
    	max-height: 550px;
    	margin: 15px 25%;
	}
	.sec-about h2 {
    	margin: 0 0 50px 0;
	}
	.bl_inf {
	    padding: 0;
		width: 90%;
		margin: 0px 5%;
	}
	/* sec-contact */
	.sec-contact .bl_1 h2 {
		margin: 35px 0 50px 15px;
	}
	.sec-contact {
	    padding: 0;
	}
	.sec-contact .shad_bl{
		width: 100%;
		-webkit-box-shadow: 0px 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px 0px transparent;
		box-shadow: 0px 0px 0px 0px transparent;
	}

	.sec-contact .bl_1,
	.sec-contact .bl_2 {
		width: 100%;
    	min-width: 100%;
    /* padding: 0 50px 0 0; */
	}
	.sec-contact .bl_2 {
    	border-right: 0;
	}
	.sec-contact .bl_2 iframe{
		width: 100%;
	}

	/* sec-youtube */
	.sec-youtube{
		padding:  0;
	}

	/* footer */
	footer {
	    line-height: 20px;
	    font-size: 12px;
	    padding: 30px 0;
	}
}
@media  screen and (max-width: 768px){

	.cont {
	    max-width: 720px;
	}
	.bl_center h1{
	    font-size: 28px;
	    float: left;
	}
	.bl_head .ul_l {
    	/*margin: 0 0 0 40px;*/
    	float: left;
	}
	.schet{
		position: relative;
		margin: 10px 0;
	}
}
@media  screen and (max-width: 576px) {
	body{
		overflow-x: hidden;
	}
	.cont {
	    max-width: 100%;
	}
	.sec-top{
		padding: 0 0 50px 0;
	}
	.bl_head {
	    height: 60px;
	    padding: 0 0 0 15px;
	    line-height: 60px;
	    border-bottom: 1px solid #5b636e;
	}
	.bl_head .ul_l{
		float: left;
	}
	.t_inf{
		line-height: 65px;
		margin: 0 0 0 15px;
		font-size: 13px;
	}
	.ul_l{
		float: left;
	}

.bl_head1 {
	    display: none;
		float: left;
		
	}

	.bl_center h1{
	    font-size: 28px;
	    float: left;
	}
	.ul_r{
		display: none;
	}
	.bl_head i {
    	margin: 15px 0 0 -32px;
	}
	.bl_center {
    	margin: 100px 0 10px 0;
	}
	.bl_bottom .bl_1,
	.bl_bottom .bl_2,
	.bl_bottom .bl_3{
		flex:100%;
		width: 100%;
		max-width: 100%;
		margin: 0 0 15px 0;
	}
	.shield {
	/*	    position: relative;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 430px;*/
	    display: none;
	}
	/* sec-services */
	.col{
		flex: 100%;
		width: 100%;
		max-width: 100%;
		margin: 15px 10%;
	}
	.sec-about h2 {
    	margin: 0 0 50px 0;
	}
	.bl_inf {
    	padding:  0;
    	max-width: 100%;
	}
	.sec-gallery {
    	padding: 50px 0 130px 0;
	}
	.bt {
    	font-size: 19px;
	}

	
}

.topbutton {
    width:100px;
    border:2px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:10px;
    position:fixed;
    bottom:30px;
    left:30px;
    cursor:pointer;
    color:#333;
    font-family:verdana;
    font-size:12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	}

/* back contact form */


.wrapper {
	display:block;
	width:900px;
	margin:0 auto;
}
article {
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
}


form#contact {
	border:1px solid #e5e5e5;
	padding:10px;
	background: #e8e9ea !important;
	border-radius:5px;
}
#contact label {
	font-size: 14px;
	font-family: 'ProximaNovaRegular';
}
#contact input:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
	background: #fff url(images/valid.png) no-repeat 98% center;
}
#contact textarea:required:valid {
	box-shadow: 0 0 3px #BCEF89;
	border-color: #BCEF89!important;
}
#contact input:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
	background: #fff url(images/invalid.png) no-repeat 98% center;
}
#contact textarea:focus:invalid {
	box-shadow: 0 0 3px #FFDF97;
	border-color: #FFDF97!important;
}
.err {
	border: 1px solid #ff8c00;
	padding: 10px;
	background: #FFDF97;
	text-align: left;
	border-radius: 3px;
}
.ok {
	border: 1px #BCEF89 solid;
	margin-bottom: 15px;
	padding: 10px;
	background: #f5f9fd;
	text-align: center;
	border-radius: 3px;
}
#author, #email, #url {
	width: 30%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
#comment {
	width: 50%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#submit {
	font-weight: 400;
	
	font-size: 15px;
	color: #fff;
	padding: 10px 50px;
	border: none;
	cursor: pointer;
}

.spoiler-content{
display:none;  /**скрываем блок контента спойлера**/
padding:15px 20px; /**добавляем внутренний отступ**/
}


/**Стили блока с текстом внутри спойлера**/
.spoiler-content{
display:none;  /**скрываем блок контента спойлера**/
padding:15px 20px; /**добавляем внутренний отступ**/
border:1px solid #ccc; /**рамка блока контента спойлера**/
margin-top:5px; /**отступ сверху**/
background:#F0F0F0; /**фон блока контента спойлера**/
}
/**Стили блока оборачивающего каждый блок**/
.spoiler-block{
margin-top:40px;
padding: 30px 44px;
	background-color: #303b48;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ProximaNovaRegular'; 
}
/**Стили кнопки спойлера**/
.spoiler-title {
border:1px solid #B9B9B9;
background: #ccc;/**обычный фон для браузеров, которые не поддерживают градиент**/
background:linear-gradient(#CACACA, #E8E8E8);/**градиентный фон**/
padding:10px;/**внутренний отступ**/
text-decoration:none;/**убираем подчёркивание у ссылки**/
color:#3b9ce2; /**цвет текста ссылки**/
display:block; /**делаем ссылку на всю ширину**/
font-family: 'Proxima Nova Bold';
text-align: center;
text-transform: uppercase;
}

.b_bottom .bl_3{
	flex: 0 0 31%;
	margin: 0 1%;
	padding: 30px 44px;
	background-color: #303b48;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ProximaNovaRegular';
}



.b_bottom h3{
	font-size: 18px;
	color: #7dc7fd;	
	padding: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Proxima Nova Bold';
}


/**Стили спойлера 2 - Описание услуг**/

p1 {
  line-height: 1.5em;
  margin: 1.4em auto;
  max-width: 49rem;
  font-size: 1em;
  font-weight: 300;
}
a.dfn-hover {
	color: #333;
	text-decoration: none;
}

/** Code for hover info **/

dfn {
  background: #e9e9e9;
  border-bottom: dashed 1px rgba(0,0,0,0.8);
  padding: 0 0.4em;
  cursor: help;
  font-style: normal;
  position: relative;
  
}
dfn::after {
  content: attr(data-info);
  display: inline;
  position: absolute;
  top: 22px; left: -10px;
  opacity: 0;
  width: 300px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  pointer-events: none; /* This prevents the box from apearing when hovered. */
  transition: opacity 250ms, top 250ms;
}
dfn::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px; left: 20px;
  opacity: 0;
  width: 0; height: 0;
  border: solid transparent 5px;
  border-bottom-color: rgba(0,0,0,0.8);
  transition: opacity 250ms, top 250ms;
}
dfn:hover {z-index: 2;} /* Keeps the info boxes on top of other elements */
dfn:hover::after,
dfn:hover::before {opacity: 1;}
dfn:hover::after {top: 30px;}
dfn:hover::before {top: 20px;}



.b_bottom h3 i{
	margin: 0 21px 0 0;
	display: inline-block;
	width: 27px;
	height:30px;
	line-height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ico_sheld_blue.png);
	text-align: center;
	font-style: normal;
}

/**Стили увеличения картинок при наведении курсора**/

.shield{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
.shield:hover {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.2,1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.t_inf{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
.t_inf:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.bl_1{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
.bl_1:hover {
    -webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

.col{
	opacity: 1;
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}
.col:hover {
    -webkit-transform: scale(1.08,1.08);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 550ms;
    -moz-transform: scale(1.08,1.08);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 550ms;
}

/**3Д поворот картинки**/
/* Анимация вращение вокруг вертикальной оси*/
.sec-contact .bl_3{

	width: 310px;
	/*background-color:#e8e9ea;*/
	
	background-image: url(../img/img_shevron.png);
	background-position: center;
	background-repeat: no-repeat;
	transform-style: preserve-3d;
	animation: main-rotate 7s infinite linear;
	backface-visibility: visible;
	
	}

@keyframes main-rotate {
  100% {
    transform: rotateY(360deg);
  }
}



