/*   
Theme Name: electrosystem
Theme URI: https://www.ostov.by
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Шаблон разработанный студией Ostov
Author: Виктор и Михаил
Author URI: http://www.ostov.by
*/
@import 'https://fonts.googleapis.com/css?family=Roboto';

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
    font-family: 'Roboto', sans-serif;
}


/* Заголовки 1го уровня
------------------------------------------------- */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{

	color: #000;
	font-family: 'Roboto', sans-serif;

}

/* Заголовки 2го уровня
------------------------------------------------- */

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{

	color: #000;
	font-family: 'Roboto', sans-serif;

}

/* Заголовки 3го уровня
------------------------------------------------- */

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{

	color: #000;
	font-family: 'Roboto', sans-serif;

}

p{
	font-family: 'Roboto', sans-serif;
}

span, b, i, strong, a{
	font-family: 'Roboto', sans-serif;
}
input:focus, a:focus, button:focus, img:focus, textarea:focus{
	outline: none;
}
/* Отключаю бутстрап
------------------------------------------------- */

.container {
	width: 1170px;
	max-width: none !important;
}

body{
	min-width: 1170px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #f9f9f9;
}
.wp-content{
	background: #fff;
	box-shadow: 0 0 2px #eee;
	margin: 50px 0;
	padding: 40px;
}
.wp-content .m_tittle,
.wp_cont .m_tittle,
.wp-content-news .m_tittle{
	font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin: 0 0px 10px 0px;
}
.wp-content-cat .m_tittle{
	font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin: 55px 0px 10px 0px;
}

.wp-content .p_item img{
	height: 210px;
}
.wp_cont{
	background: #f9f9f9;
}
.wp_cont .contacts{
	background: #f9f9f9;
	margin: 60px 0;
}
header{
	padding: 15px 0;
	background: #9EE561;
	background-position: center top;
	
}
.logo a{
	color: #ED3A12;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2.4px;	
}
.logo a:hover,
.logo a:active,
.logo a:focus{
	text-decoration: none;
	outline: none;
	color: #ED3A12;
}
.h_bc{
	text-align: right;
}
.h_p{
	display: block;
	text-align: right;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.h_send{
	color: #000;
	font-size: 18px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.h_send:hover,
.h_send:active,
.h_send:focus{
	color: #ED3A12;
	text-decoration: none;
}
.h_send span{
	top: 3px;
}
.h_send, .h_e{
	display: inline-block;
}
.h_e{
	text-align: right;
	font-size: 17px;
	margin-left: 1px;
}
.menu{
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
#topnav{
	padding: 0;
    box-shadow: none;
    background: #fff;
    border: none;
    margin: 0 auto;
    position: relative;
}
.navbar-default{
	border: none;
	background: #fff;
	margin: 0;
}
.navbar{
	min-height: 10px;
}
.navbar-nav{
	box-shadow: none;
	border: none;
}

#topnav ul li a{
	padding: 20px 15px 15px 15px;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	font-weight: bold;

	border-bottom: 3px solid #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#topnav ul li a:hover,
#topnav ul li a:active,
#topnav ul li a:focus{
	outline: none;
	color: #ED3A12;
	border-bottom: 3px solid #ED3A12;
}
#topnav ul li:hover .sub-menu{
	top: 58px;
	left:0px; /* Приносим его обратно на экран, когда нужно */
	right: 0px;
    opacity:1; /* Делаем непрозрачным */
    z-index: 9999;

}
.sub-menu{
	list-style:none;
    position:absolute;
    left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
    opacity:0; /* Устанавливаем начальное состояние прозрачности */
    -webkit-transition:0s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
    width: 500px;
    border:1px solid #ddd;
    display: block;
    background: #fff;
    padding: 0px 20px;
    margin: 0;
    box-shadow: 0 0 5px #ddd;
}
#topnav .sub-menu a{
	font-size: 16px !important;
	font-weight: normal !important;
	text-transform: none !important;
	border-bottom: none !important;
	padding: 0;
	margin: 10px 0;
	display: block;
	position: relative;
}
.sub-menu a:hover{
	text-decoration: underline !important;
	border-bottom: none !important;
	color: #000 !important;
}

/* slider */
.slider{
	position: relative;
}
.slider .item{
	width: 100%;
	height: 600px;
}

.slider .s_content{
	z-index: 9999;
	width: 1170px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;
	height: 380px;
	
}
.slider .s_content h2{
	color: #fff;
	font-size: 70px;
	margin: 70px 0 30px 0;
}
.slider .s_content:hover div{
	position: absolute;
	left: 0px;
	opacity: 1;
}
.slider .s_content div{
	position: absolute;
	left: -999px;
	bottom: 135px;
	opacity: 0;
	width: 700px;
	font-size: 18px;
	color: #fff;
	white-space: normal;
	word-wrap:break-word;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.slider .owl-theme .owl-controls{
	position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
}
.btn_sc{
	color: #fff;
	background: none;
	border: 2px solid #fff;
	padding: 12px 0px;
	display: block;
	width: 300px;
	border-radius: 30px;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,.2);
}
.btn_sc:hover,
.btn_sc:active,
.btn_sc:focus{
	background: rgba(255,255,255,.3);
	text-decoration: none;
	color: #fff;
}


.m_tittle{
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin:40px 0 50px 0;
}
/* services */
.services{
	padding: 0% 0 2% 0;
	text-align: center;
	border-bottom: 1px solid #C2C2C2;
	background: rgba(211,232,238,1);
}
.services a{
	display: block;
	width: 140px;
	height: 140px;
	font-size: 50px;
	color: #25BCE9;
	text-align: center;
	border-radius: 70px;
	border: 1px solid #CDD0D1;
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.services a:hover,
.services a:active,
.services a:focus{
	background: #ddd;
	text-decoration: none;
}
.services a:hover span{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.services span{
	position: absolute;
	top: 29px;
	left: 0px;
	right: 0px;
}
.services h3{
	color: #101010;
	text-align: center;
	font-size: 18px;

}

/* portfolio */
.pornfolio_main{
	padding: 0% 0 2% 0;
	background: #fff;
	border-bottom: 1px solid #C2C2C2;
}
.p-slider .owl-wrapper .active{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.p_item{
	padding: 5px;
}
.p_item a{
	border: 1px solid #dedede;
	display: block;
	background: #000;
	position: relative;
	overflow: hidden;
}
.p_item a:hover img{
	opacity: 1;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}
.p_item a:hover span{
	opacity: 1;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	width: 60px;
	height: 60px;
	font-size: 40px;
}
.p_item a span{
	position: absolute;
	top: 110px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	display: block;
	z-index: 100;
	color: #25BCE9;
	width: 0px;
	height: 0px;
	font-size: 0px;
	padding: 10px;
	border-radius: 7px;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.p_item img{
	width: 100%;
	height: 263px;
	opacity: .7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.p-slider{
	position: relative;
}
.pornfolio_main .p-slider .owl-prev,
.pornfolio_main .p-slider .owl-next{
	background: none !important;
	font-size: 40px !important;
	color: #25BCE9 !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.pornfolio_main .p-slider .owl-prev{
	position: absolute;
	left: -53px;
    top: 115px;

}
.pornfolio_main .p-slider .owl-next{
	position: absolute;
	right: -53px;
	top: 115px;
}

.owl-theme .owl-controls .owl-page span{
	background: #fff;
}
/* parnters */
.parnters{
	background: #fff;
	padding: 2% 0;
	border-bottom: 1px solid #C2C2C2;
}
.parnters ul {
	padding: 0;
	margin: 0 auto;
	width: 920px;
}
.parnters ul li{
	list-style: none;
	float: left;
	display: table-cell;
	vertical-align:middle;
	width: 140px;
	height: 60px;
	text-align: center;
	margin-right: 10px;
}
.parnters ul li span{
	display: table-cell;
	vertical-align:middle;
	width: 140px;
	height: 60px;
	text-align: center;
}
.parnters ul li img{
	max-width: 100%;
	max-height: 60px;
	vertical-align: middle;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.parnters ul li img:hover{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	opacity: .6;
}

/* news */
.single_news{
	margin: 60px 0;
}
.sn_img{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #fff;
}
.sn_img img{
	width: 100%;
	display: block;
	max-width: 100%;
	min-height: 500px;
}
.sn_content{
	background: #fff;
	padding: 20px; 
	word-break: break-word;
}
.sn_meta h1{
	font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin: 0px 0 20px 0;
}
.wp-content-news{
	margin: 60px 0 160px 0;
}
.news-main{
	padding: 0% 0 2% 0;
	background: rgba(211,232,238,1);
	border-bottom: 1px solid #C2C2C2;
}
.s_cat{
	float: left;
	margin-right: 10px;
}
.s_cat img{
	max-width: 32px;
	opacity: .9;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.s_cat img:hover,
.s_cat img:active,
.s_cat img:focus{
	outline: none;
	opacity: 1;
}
.s_a{
    display: block;
    margin: 20px auto;
    background: #fff;
    height: 50px;
}
.s_a a{
	display: block;
	background: #DD2E3F;
	width: 270px;
	float: left;
	padding: 10px 15px;
	color: #fff;
	font-size: 21px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.s_a a span{
	top: 3px;
}
.s_a a p,
.s_a a span{
	display: inline-block;
	margin: 0px;
}
.pdf_down{
	text-align: right;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border-right: 1px solid #fff;
}
.con_link{
	text-align: left;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}
.s_a a:hover,
.s_a a:active,
.s_a a:focus{
	text-decoration: none;
	background: #A92331;
	outline: none;
	border-radius: 35px;
}

.loop_news{
	min-height: 290px;
	margin-bottom: 71px;
}
.n_time span{
	color: #25BCE9;
	font-size: 26px;
	display: inline-block;
}
.n_time p{
	display: inline-block;
	font-size: 34px;
	color: #25BCE9;
	margin-bottom: 0px;
}
.n_tittle{
	margin-bottom: 25px;
    height: 50px;
}
.n_tittle h3{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.n_content{
    word-break: break-word;
    height: 124px;
    overflow: hidden;
}
.n_more a{
	background: #25BCE9;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	display: block;
	border-radius: 30px;
	max-width: 200px;
	font-size: 18px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.n_more a:hover,
.n_more a:active,
.n_more a:focus{
	text-decoration: none;
	color: #fff;
	background: #ED3A12;
}
.contacts{
	padding: 0% 0 2% 0;
	background: rgba(211,232,238,1);
}
.cons_block{
	background: #fff;
	border: #444;
	padding: 10px 10px 30px 10px;
	text-align: center;
}
.cons_block h3{
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cons_block ul{
	padding: 0;
	margin: 0;
}
.cons_block ul li{
	list-style: none;
	font-size: 16px;
	color: #000;
}
.cons_block .c_email{
	margin-bottom: 20px;
	font-weight: bold;
}
.cons_block .c_city{
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0px;
}
.cons_block .c_adress{
	font-size: 16px;
	color: #000;
	text-align: center;
}
.cons_block a{
	color: #25BCE9;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin-bottom: 10px;
	border-bottom: 1px solid #25BCE9;
}
.cons_block a:hover,
.cons_block a:active,
.cons_block a:focus{
	color: #ED3A12;
	border-bottom: 1px dotted #ED3A12;
	text-decoration: none;
	outline: none;
}
footer{
	background: #333333;
	padding: 1% 0;
}
footer p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin: 0px;
}
.mb, .mbc{
	margin-bottom: 150px;
}

/* product */
.list_pr .col-xs-4{
	padding: 1px;
}
.loop_product{
	border: 1px solid #666;
	box-shadow: 0 0 7px #fff;
	padding: 0px;
	min-height: 320px;
	display: block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.loop_product:hover, .loop_productactive, .loop_product:focus{
	text-decoration: none;
	color: #000;
	box-shadow: 0 0 7px #A92331;
	z-index: 9999;
	border: 1px solid #A92331;
}
.lp_img{
	display: block;
	overflow: hidden;
	height: 200px;
	background: #fff;
}
.loop_product:hover h2, .loop_product:active h2, .loop_product:focus h2{
	color: #000;
}
.loop_product:hover img, .loop_product:active img, .loop_product:focus img{
	opacity: 1;
	    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.loop_product img{
	max-width: 100%;
	display: block;
	width: 100%;
	max-height: 200px;
	height: 100%;
	opacity: .9;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.lp_content h2{
	color: #666;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	max-width: 300px;
	margin: 15px auto;
	font-weight: bold;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}


.error h1{
	text-align: center;
	margin-bottom: 30px;
}
.error p{
	text-align: center;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}
.error a span{
	display: block;
	float: left;
	margin-right: 10px;
	color: #fff;
}
.error a p{
	margin: 0px;
	display: block;
	color: #fff;
	font-size: 18px;
}
.error a{
	display: block;
    background: #DD2E3F;
    width: 300px;
    padding: 10px 15px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: left;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	margin: 20px auto 350px auto;
}
.error a:hover,
.error a:active,
.error a:focus{
	text-decoration: none;
	background: #A92331;
	outline: none;
	border-radius: 35px;
}