*::-webkit-input-placeholder {
	color: #343434;
	opacity: 0.54;
	font-size: 16px;
}
*:-moz-placeholder {
	color: #343434;
	opacity: 0.54;
	font-size: 16px;
}
*::-moz-placeholder {
	color: #343434;
	opacity: 0.54;
	font-size: 16px;
}
*:-ms-input-placeholder {
	color: #343434;
	opacity: 0.54;
	font-size: 16px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

body {
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
}

.bread{
	height: 35px;
	color: #d4d5d6;
	font-size: 12px;
}
.bread span,
.bread a{
	line-height: 35px;
	//color: #d4d5d6;
	color: #101010;
	font-size: 12px;
	//text-transform: uppercase;
	opacity:0.9;
}
#top-line{
	//border-top: 4px solid #005A2C;
	border-top: 1px solid #00572D;
	background: url("../img/bg/header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.top-line{
	padding: 0px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.enter-panel span{
	display: block;
}
.enter-panel span:first-child{
	padding-bottom: 20px;
}
#regis,
#enter{
	color: #a2a3a5;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-left: 33px;
	text-transform: uppercase;
}
#regis{
	color: #fff;
}
#enter:before{
	content: url("../img/icon-enter.png");
	position: absolute;
	left: 0;
	top: 0px;
}
#regis:before{

	position: absolute;
	left: 0;
	top: 0px;
}
#search input{
	outline: none;
	font-weight: 300;
	font-size: 18px;
	text-align: right;
	background: transparent;
	border: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* nav */
.btn-mobile{
	display: none;
}
#main-nav{
	background-color: #edecf1;
	padding: 30px 0 26px;
	position: relative;
}
#main-nav nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#main-nav nav a{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1;
	text-transform: uppercase;
}
#main-nav nav a.active,
#main-nav nav a:hover{
	color: #a2a3a5;
	text-decoration: none;
}
.btn-mobile{
	background: url("../img/menu-btn.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin-left: 15px;
}

/* Content */
.content-page{
	/*padding-top: 35px;*/
	background: url("../img/bg/main.jpg");
}
.content-page .container{
	padding: 0;
}
.content{
	//padding-bottom: 85px;
	padding-bottom: 0px;
	    margin-top: 0px;
}
.sidebar-block{
	margin-bottom: 30px;
	box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.36);
	-moz-box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.36);
	-webkit-box-shadow: 0px 0px 9px rgba(102, 102, 102, 0.36);
}
.sidebar-block h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	background: #005A2C;
	padding: 22px 0 22px 20px;
}
.content-page .col-md-3 {
	width: 28%;
}
.content-page .col-md-9 {
	width: 72%;
}
.sidebar-block > ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}
.sidebar-block > ul > li{
	border-bottom: 1px solid #e1e0e3;
	min-height: 30px;
	line-height: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sidebar-block > ul > li:last-child{
	border-bottom: none;
}
.sidebar-block li a{
	color: #101010;
	opacity: 0.66;
	//font-size: 18px;
	font-size: 15px;
	//line-height: 1;
	//padding: 0 25px 0 10px;
	padding: 0px 14px 0 0px;
}
.drop-down a.active,
.sidebar-block li a:hover{
	color: #3c3c3c;
	opacity: 0.87;
	text-decoration: none;
}
.drop-down > ul{
	display: none;
}
.drop-down{
	position: relative;
	display: block !important;
}
.drop-down:after{
	content: url("../img/icon-dropdown.png");
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}
.drop-down ul li{
	line-height: 25px;
}
.drop-down ul li a{
	color: #101010;
	line-height: 1;
	//opacity: 0.32;
	opacity: 0.9;
}
.drop-down ul li a:hover{
	color: #005A2C;
	opacity: 0.53;
}
.drop-down ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.drop-down ul li{
	padding: 0;
}

/* slider */
#slider-main{
	margin-bottom: 40px;
}
.slide{
	position: relative;
	max-height: 335px;
	overflow-y: hidden;
}
.slide img{
	max-width: 100%;
	height: inherit;
}
.slide-text{
	position: absolute;
	padding: 0 50px;
	top: 32%;
}
.slide-text p{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

/* categories */
.categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.category-block{
	width: 266px;
	margin-bottom: 20px;
	margin-top: 35px;
	}
.category-block img{
	max-width: 100%;
	height: 178px;
}
.category-block p{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #484c58;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	height: 75px;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dop-block h2{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #005A2C;
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	text-transform: uppercase;
}
.dop-product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dop-product-block{
	border: 1px solid #d6d6d6;
	width: 266px;
	//padding-bottom: 20px;
	padding-bottom: 0px;
	float: left;
    margin: 5px;
	padding-bottom: 10px;
}
.dop-product-block img{
	//max-width: 100%;
	width: 100%;
	padding: 5px;
	//height: 240px;
}
.dop-product-block p {
    color: #484849;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
.dop-product-block > span{
	color: #484849;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	display: block;
}
.dop-product-block span span{
	font-size: 18px;
	font-weight: 600;
}
.btn-form,
.dop-product-block a{
	background: #484c58;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	display: block;
	height: 26px;
	line-height: 26px;
	margin:15px;
}
.btn-form:hover,
.look-more a:hover,
.dop-product-block a:hover{
	opacity: 0.95;
	color: #fff;
	text-decoration: none;
}
.dop-product-block-wrap a:hover{
	text-decoration: none;
}
.look-more{
	padding-bottom: 35px;
	padding-top: 45px;
}
.look-more a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 44px;
    display: block;
    width: 270px;
    line-height: 44px;
    margin: 0 auto;
    border: px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFE200;
    color: #484C58;
}
.look-more a:hover{
	color: #101010;
	}

/* footer */
footer{
	border-top: 11px solid #005A2C;
	background: #484c58;
	padding: 30px 0 40px;
}
.footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.information{
	width: 275px;
	color: #f9f9f9;
	font-size: 15px;
	//text-transform: uppercase;
}
.information p{
	margin: 0;
	line-height: 1.4;
}
.information span{
	//font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}
.information .phones{
	padding: 22px 0;
}
.logos{
	padding-top: 20px;
}
.oplata{
	width: 240px;
}
.oplata h3{
	font-size: 14px;
	color: #f9f9f9;
	font-weight: bold;
	text-align: center;
	margin: 0;
	position: relative;
	padding-bottom: 60px;
	text-transform: uppercase;
}
.oplata h3:before{
	content: url("../img/oplata-left.png");
	position: absolute;
	left: 0;
	top: 7px;
}
.oplata h3:after{
	content: url("../img/oplata-right.png");
	position: absolute;
	right: 0;
	top: 7px;
}
.sposob span{
	color: #f9f9f9;
	opacity: 0.37;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
}
.sposob span:last-child{
	padding-left: 17px;
}

.bez:before{
	content: url("../img/beznal.png");
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 30px;
	top: -35px;
}
.copy{
	padding-top: 43px;
	font-size: 14px;
	color: #f9f9f9;
	text-align: right;
	//text-transform: uppercase;
	float:left;
}
.copy p{
	margin: 0;
}
.copy span:hover{
	color: #A39327;
	//font-weight: 300;
}
.name-page h1{
	//font-size: 18px;
	 font-size: 15px;
	font-weight: bold;
	color: #101010;
	//height: 62px;
	height: 44px;
	background: #FFE200;
	line-height: 45px;
	padding-left: 30px;
	text-transform: uppercase;
	//margin: 0;
	//margin-bottom: 27px;
	margin-top: 0px;
    margin-bottom: 19px;
}
.categories-page{
	background: #FFE200;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 27px;
}
.categories-page h1{
	margin-bottom: 0;
	line-height: 1;
	padding-top: 13px;
}
.categories-page h1 span{
	display: block;
	font-size: 12px;
	opacity: 0.7;
	padding-top: 5px;
}
.descr-products-wrap{
	padding-bottom: 10px;
}
.descr-products{
	padding-left: 30px;
	border: 1px solid #e3e3e5;
	background: url("../img/bg/descr-products.jpg");
	//margin-bottom: 20px;
	margin-bottom: -26px;
}
.descr-products h2{
	color: #343434;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.descr-products p{
	font-size: 18px;
	color: #343434;
	line-height: 1.3;
	margin-top: 10px;
}
.products-wrap .category-block {
	width: 197px;
}
.products-wrap .category-block img {
	max-width: 100%;
	height: 135px;
}
.products-wrap .category-block p {
	font-size: 12px;
}
.dictionary-wrap .descr-products{
	margin: 0;
}
.dictionary-wrap,
.reference-wrap{
	//padding-bottom: 30px;
	padding-bottom: 5px;
	cursor: pointer;
}
.dictionary-wrap h2,
.reference-wrap h2{
	margin: 10px 0;
	position: relative;
}
.dictionary-wrap h2:after,
.reference-wrap h2:after{
	content: url("../img/icon-drop.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
}
.dictionary-wrap .dop-dictionary-hidden,
.reference-wrap .dop-product-hidden{
	display: none;
}
.dictionary-wrap h3{
	color: #2b2a2a;
	font-size: 16px;
	font-weight: bold;
}
.dictionary-wrap p{
	color: #2b2a2a;
	font-size: 16px;
	line-height: 18px;
}
.dop-dictionary-hidden{
	padding: 0 20px;
	border: 1px solid #e3e3e5;
	border-top: none;
}
.about-company-wrap h2{
	background: #005A2C;
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	height: 36px;
	margin-top: 0;
	margin-bottom: 10px;
}
.about-company-wrap{
	border: 1px solid #d1d1d1;
	margin-bottom: 30px;
	width: 49%;
}
.about-company{
	padding: 0 13px;
}
.about-company h3{
	text-align: center;
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
}
.company,
.service{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.company .about-company-wrap {
	width: 33%;
}
.company .about-company-wrap:last-child p {
	text-align: center;
}
.categories-list{
	
	flex-wrap: wrap;
	justify-content: space-between;
}
.dop-product-block{
	//margin-bottom: 25px;
	margin-top:6px;
}
.cat-descr{
	padding: 0 14px 0 20px;
}
.cat-descr p{
	text-align: left;
	line-height: 1;
}
.cat-descr span{
	font-size: 14px;
	opacity: 0.57;
	line-height: 18px;
	display: block;
	margin: 10px 0;
	    height: 36px;
    overflow: hidden;
}
.cat-links{
	display: flex;
	justify-content: space-between;
}
.cat-links a{
	margin: 0;
}
.cat-links a:first-child{
	background: none;
}
.cat-links a:last-child{
	padding: 1px 13px;
	height: 27px;
}
.descr-link{
	position: relative;
	top: -1px;
}
.descr-link a:first-child{
	color: #343434;
	font-size: 12px;
	background: #fafafa;
	//padding: 10px 15px;
	padding: 9px 3px;
	border-radius: 5px;
}
.descr-link a:last-child{
	color: #fff;
	font-size: 12px;
	background: #005A2C;
	//padding: 10px 35px;
	padding: 9px 18px;
	border-radius: 5px;
	//margin-left: 15px;
	margin: 9px;
}
.descr-link a:last-child:hover{
	background: #101010;
	text-decoration: none;
}
.descr-link a:first-child:hover{
	text-decoration: none;
	background: #efefef;
}
.sort{
	font-size: 12px;
	color: #343434;
	display: flex;
	align-items: center;
}
.collection-sort{
	padding-right: 18px;
	    margin-top: 5px;
}
.collection-sort select{
	//margin-left: 5px;
	margin-left: 1px;
	background: #fafafa;
	border: none;
	border-radius: 5px;
	padding: 5px;
	outline: none;
	color: #555;
}
.contact{
	padding-top: 50px;
}
.contact p{
	line-height: 1.3;
}
.contacts-wrap{
	display: flex;
}
.contacts-form-wrap{
	width: 418px;
}
.contacts-form{
	border: 1px solid #ebebeb;
	padding: 0 22px 40px;
}
.contacts-form h3{
	color: #343434;
	opacity: 0.73;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.contacts-form label{
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.contacts-form label textarea,
.contacts-form label input{
	width: 100%;
	border: none;
	border-radius: 5px;
	margin-bottom: 7px;
	padding-left: 15px;
	outline: none;
}
.contacts-form label input{
	height: 40px;
}
input[type="button"]{
	background: #484c58;
	border: none;
	border-radius: 5px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.card-page h1{
	margin-bottom: 0;
}
.card-page span{
	color: #343434;
	opacity: 0.7;
	font-size: 18px;
	display: block;
	margin-right: 25px;
}
.card-page{
	margin-bottom: 27px;
	background: #FFE200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.card-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 20px;
}
.card-descr{
	border: 1px solid #d1d1d1;
	padding: 0px 19px 22px;
	width: 340px;
	margin-left: 10px;
}
.card-descr p{
	font-size: 16px;
	color: #484849;
	line-height: 1.3;
}
.card-descr p.dop-descr{
	color: #9a9a9a;
}
.sort-zakaz{
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 14px;
}
.attention h4{
	color: #005A2C;
	opacity: 0.5;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
.tech-card{
	background: #f0f0f4;
}
.tech-card h3{
	color: #484849;
	font-size: 16px;
	font-weight: 600;
	padding-left: 6%;
}
.tech-card ul{
	padding-left: 35px;
}
.tech-card ul li{
	color: #484849;
	font-size: 14px;
	list-style-image: url("../img/point-li.png");
}
#popup .contacts-form {
	background: #484c58;
	border: none;
	padding: 20px 90px 40px;
}
#popup input[type="button"] {
	background: #FFE200;
}
#popup .contacts-form h3 {
	color: #fff;
}
#popup{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	background: rgba(153, 153, 153, 0.63);
}
.popup-form{
	top: 10%;
	position: relative;
}
	#popup input[type="submit"] {
    background: #FFE200;
}
	
		input[type="submit"] {
    background: #484c58;
    border: none;
    border-radius: 5px;
    height: 40px;
    color: #101010;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
#popup .contacts-form-wrap {
	margin: 0 auto;
	max-width: 700px;
	width: 700px;
}
.close{
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
	float: right;
	position: relative;
	right: -30px;
}
.modx_evo_siggg {color:#005A2C;}

