.clear:after {
    clear: both;
    content: "";
    display: table;
}

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box; 
}
html {
	width: 100%;
	height: 100%;	
}
body {
	width: 100%;
	height: 100%;
	background: #d7d7d7;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 140%; 	
}
a,  a span {
	text-decoration: none;
	outline: none;
	color: #6d6e71;
	font-size: 13px;
	
}
a:hover {
	color: #6d6e71;
}

li {list-style-type: none;}

.main-content h1 {
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    padding: 30px 0 20px;
}
.content {
    width: 576px;
	margin: 40px auto 30px;
	position: relative;
    z-index: 1;
	margin-left: 225px;
}
.content.anews {
	  width:694px;
	  margin: 80px auto 170px;
}
p {
    font-family: "Open Sans",sans-serif;
    line-height: 24px;
    padding: 10px 0 10px;
    color: #6d6e71;
    font-size: 18px;
 
}
.langs {
	position: absolute;
	z-index:3;
	padding-top: 28px;
	
}
.langs, .langs a {
	color: rgba(255,255,255,1);
	font-size: 21px;
}
.langs a {
	padding: 0 4px;	
}
.langs a:before {
    content: ' ';
    display: inline-block;
    position: relative;
    width: 1px;
    height: 20px;
    top: 4px;
    background-color: white;
    margin-right: 13px;
} 
.langs a:first-child {
	padding-left: 0px;	
}
.langs a:first-child:before {
	display: none;
}
.langs a:hover, .langs a.active {
	color: rgba(255,255,255,0.54);
}
.main-nav {
    position: relative;
    text-align: right;
	height: 80px;
    background-color: #00478e;
	padding-right:73px;
	padding-left: 300px;
	margin: 0 -73px;
	z-index: 2;
}
.nav li {
    display: inline-block;
    padding: 30px 11px 20px 11px;
    position: relative;
}
.nav li:last-child {
	padding-right: 0px;
}

.nav li a {
    color: #fff;
    display: flex;
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.nav li.active a {
	color: rgba(255,255,255,0.54);    

}
.sub-menu {
    background-color: #00478e;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    margin-left: -125%;
    padding: 15px 30px 30px !important;
    position: absolute;
    top: 60px;
    width: 250px;
    z-index: 111;
    left: 50%;
}
.sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color:rgba(255, 255, 255, 0.7);
	border-width: 5px;
	margin-left: -5px;
}
.nav li .sub-menu a {
    color: #fff;
    display: block;
    font-size: 12px;
	float: none;
}
.nav li .sub-menu li {
display: block; 
text-align: left;
padding: 5px 8px !important;
}

.nav li a:hover, .nav li a:focus{
	color: rgba(255,255,255,0.54);
}
.nav li .sub-menu li a:hover {color: #bbb;}
.nav li.prod:hover .sub-menu {display: block;}
.nav li a.active{
	color: rgba(255,255,255,0.54);
}


.container{
	margin: 0 auto;
	width: 1058px;
	background-color: #fff;
	padding: 0 73px;
		position: relative;
	padding-bottom: 280px;
	min-height: 100%;
}
@media screen and (max-width: 1235px){
	.container{
		width: 980px;	
	}
	.new-produts ul li {
		height: 300px;
	}

}

.container {
	width: 1058px;
	background: #fff;
	margin: 0 auto;
	padding: 0 73px;
	position: relative;
	padding-bottom: 290px;
	min-height: 100%;
	
}
.cover {
	width: 100%;
}
.head, .row {
    margin: 0 -73px;
    position: relative;
   
}
.row > img {
    width: 100%;
    margin-top: -4px;
}
.head { z-index: 2;}
.left {
	float: left;
}
.right {
	float: right;
}

ul li {
	display: inline-block;
	list-style-type: none;
}


.logo {
	text-align: center;
	border-bottom: 4px solid #eeeeef;
}
.logo a {
    padding: 30px 0 20px;
    display: inline-block;
}

.title-page, .content h4 {
	font-weight: 700;
	font-size: 28px;
	color: #00478c;
	padding-bottom: 20px;
	letter-spacing: -1.5px;
}
.content.contact {
	margin: 100px auto 85px;
}
.contact .title-page {	
	font-size: 25px;
	letter-spacing: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.contact-page p {
	    font-size: 21px;
		font-weight: 700;
		line-height: 28px;
		padding-top: 15px;
}
.contact-page  {
	padding-left: 60px;
}
.footer {
    height: 280px;
    background-color: #00478e;
    padding: 75px 73px;
    color: #fff;
    position: relative;
	width: 1058px;
	margin: -280px auto 0;
}
.footer span {
	display: inline;
}

.copyright {
    padding-top: 10px;
    padding-left: 190px;
}
.ht {
	display: block;
	background-color: #fff;
	height: 20px;
	margin: 85px -73px 0;
}
.logo-bg {
    position: absolute;
    bottom: 97px;
    right: -1px;
    height: 506px;
    width: 448px;
    background: url('/images/draft/big-logo.png') no-repeat;
	z-index: 0;
}
.footer .title {
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-bottom: 7px;
}
.footer .adress, .footer .phons {
	font-size: 11px;
	letter-spacing: 0.2px;
	line-height: 15px;
}
.inside {
	border-top: 10px solid #f7f7f7;
	border-bottom: 10px solid #f7f7f7;
	position: relative;
	top: 15px;
}
.newproduct {
	height: 330px;
	background: url(images/draft/bg-main3.jpg) repeat-x #f8f8f8;
	margin: 10px 0 10px;
}

.product, .last-news, .last-product {
	width: 270px;
	float: left;
	}
.last-product {
	margin-top: 15px;
	margin-bottom:23px;
	position: relative;
}
.newproduct > div {
	padding: 0 46px;
	
}
.product {
	margin: 0 26px;
	padding: 0 0 40px;
}
.last-news {
	margin-left: 58px;
	margin-top: 45px;
}
.desc:after, .morelink:after {
	    display: block;
    position: absolute;
    content: '';
    background: url(images/more.png) no-repeat;    
    width: 6px;
    height: 10px;
    bottom: 2px;
    right: 0;
}
.new-content .morelink{
    width: 100%;
    display: block;
    height: 40px;
    position: relative;
    top: -20px;
}
.new-content .morelink:after {
    bottom: 27px;
    right: -10px;
}
.new-content .morelink.less:after {
/* Safari */
-webkit-transform: rotate(-180deg);

/* Firefox */
-moz-transform: rotate(-180deg);

/* IE */
-ms-transform: rotate(-180deg);

/* Opera */
-o-transform: rotate(-180deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.new {
	margin-bottom: 33px;
	
}
.desc:hover {
	color: #00478c;
}
.new .data {
	color: #00478c;
	font-weight: bold;
	font-size: 18px;
	padding-bottom:2px;
}
.middle {
	padding-top: 28px;
	position: relative;
}
.cotton-branch {
    position: absolute;
    bottom: -15px;
    right: -73px;
}
.desc, .desc p {
	line-height: 17px;
	display: block;
	position: relative;	
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto; 
	font-size: 13px;
}
.img-line {
    margin-left: 225px;
    margin-bottom: 78px;
}
.menu-line {
	width: 255px;	
	position: relative;
	z-index: 1;
    margin-top: 20px;

}
.content-line {
	padding-left: 298px;
	position: relative;
	z-index: 0;
	padding-right: 73px;
	padding-right: 195px;
	margin-bottom: 68px;
}
.menu-line li {
	display: block;	
}
.menu-line li {

	*transition: width .8s;
   * -webkit-transition: width .8s; /* Safari 3.1 to 6.0 */
	*width: 0%;
	margin-bottom: 4px;
}
.menu-line li a {
	color: #bcbec0;
	font-weight: bold;
	*position: absolute;
	*top: 5px;	
	padding: 6px 6px 6px 73px;
	width: 255px;
	font-size: 16px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease; /* Safari 3.1 to 6.0 */
	display: inline-block;
}
.menu-line li:hover a, .menu-line li.active  a {
	color: #00478e;
}
.menu-line li.active, .menu-line li a:hover, .bg-tr {	
	background: #a8c0d8;
}

.bg-tr span {
    position: absolute;
    top: 5px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding-left: 20px;
    z-index: 11;
    display: block;
    padding: 5px 20px;
    background: #a8c0d8;
}
h2 {
	color: #00478e;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 32px;
}
.all-news .data {
	float: left;
	width: 100px;
	color: #9e9ea0;
	font-weight: bold;
	font-size: 16px;
}
.all-news .new-content {
	position: relative;
	padding-left: 140px;
	color: #6d6e71;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-right: 25px;
}
.all-news .new-content p{
	color: #6d6e71;
	font-size: 16px;
	line-height: 25px;	
	padding: 0px;
}

.slick-slide img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.3s ease; 
}
.slick-slide:hover img{
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.slick-arrow {
	border: none;
	background: none;
	font-size: 0.09px;
	position: absolute;
	height: 40px;
    width: 30px;
	z-index: 2;
	height: 100%;
	cursor: pointer;
	outline: none;
}
.slick-arrow:before {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 30px;
    background: url("images/arroy.svg") no-repeat top center;
	background-size: 15px 24px;
}
.slick-next {
	right: -20px;
	top: 0px;	
}
.slick-next.slick-arrow:before, .slick-prev.slick-arrow:before {
	top:25px;
}
.slick-prev {
	left: 0px;
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
	left: -20px;
}
.anews .title-page {
	    padding-bottom: 50px;
		padding-left: 137px;
}
.pager {
	margin-top: 40px;
}
.slick-slider {
	max-height: 76px !important;
	
	z-index: 1;
}
.allcontent + p {
	display:none;
}