

/*New style*/
@import url("boilerplate.css");
@import url("../prog/css/prog.css");
@import url("fonts.css");

body{
	background: #e7ded6;
}

.sidebar{
	width: 266px;
}

.phone-box p{
	font-size: 14px;
}

#main{
	padding-left: 266px;
}

.container{
	z-index: 99;
}

.new-nav{
	padding: 20px 30px 30px 30px;
}

.new-nav li{
	border-bottom: 1px solid #ece5e0;
}

.new-nav li a{
	display: block;
	text-decoration: none;
	color: #414141;
	text-transform: uppercase;
	padding: 13px 30px;
	margin: 0px -30px;
	font-family: 'NokiaSansS60-Bold';
	font-size: 13px;
}

.f-level-menu li a:hover{
	background: #e7ded6;
	color: #000;
}

.f-level-menu>li:hover .s-level-menu{
	opacity: 1;
	visibility: visible;
}

.s-level-menu>li:hover .th-level-menu{
	opacity: 1;
	visibility: visible;
}

.s-level-menu{
	border-right: 1px solid #ece5e0;
	width: 285px;
}

.s-level-menu, .th-level-menu{
	position: absolute;
	left: 266px;
	height: 100%;
	background: #f6f2ee;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-out;
	box-shadow: 10px 0px 13px rgba(0,0,0,0.15);
}

.th-level-menu{
	left: 286px;
	width: 285px;
}

.s-level-menu>li, .th-level-menu>li{
	margin-left: 40px;
}

.s-level-menu>li>a, .th-level-menu>li>a{
	margin: 0 0 0 -40px;
    color: #1d558d;
    line-height: 130%;
    padding: 13px 40px;
}

.breadcrumbs{
	padding-bottom: 20px;
	margin: 45px 0 0px 50px;

	border-bottom: 1px solid #c3ac9b;
}

.breadcrumbs-list{
	list-style-type: none;
	font-size: 0px;
	margin-right: 15px;
}

.breadcrumbs-list>li{
	display: inline-block;
	margin: 0;
	position: relative;
	font-size: 14px;
	z-index: 10;

}

.breadcrumbs-list>li:not(:first-child):before{
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	width: 3px;
	height: 70%;
	background: #e7ded6;
	z-index: 12;
	transform: rotate(-40deg);
}

.breadcrumbs-list>li:not(:first-child):after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background: #e7ded6;
	width: 3px;
	height: 70%;
	z-index: 12;
	transform: rotate(40deg);
}

.breadcrumbs-list>li:last-child>a:after{
	content: '';
	position: absolute;
	border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 12px solid #1d558d;
	top: 0;
	right: -12px;
}

.breadcrumbs-list>li>a{
	text-decoration: none;
	display: block;
	background: #1d558d;
	color: #fff;
	padding: 5px 16px 8px 15px;
	position: relative;
}

.breadcrumbs-list>li.has-child>a:before{
	content: '';
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.breadcrumbs-list>li.has-child:hover:before, .breadcrumbs-list>li.has-child:hover:after{
	/* z-index: -1; */
}

.breadcrumbs-list>li.has-child:hover{
	z-index: auto;
}

.breadcrumbs-list>li.has-child:hover .breadcrumb-child{
	visibility: visible;
	opacity: 1;
	box-shadow: 10px 10px 24px #000;
	box-shadow: 10px 10px 24px rgba(0,0,0,0.1);
}

.breadcrumb-child{
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .3s ease-out;
	background: #fff;
	top: -6px;
	left: 0;
	min-width: 100%;
	width: 325px;
	z-index: 100;
	box-shadow: 0px;
}

.breadcrumb-child-list>li{
	list-style-type: none;
	margin: 0;
	padding: 8px 25px 8px 20px;
}

.breadcrumb-child-list>li.active{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
	    background: #ccc;
}

.breadcrumb-child-list>li>a{
	font-size: 14px;
	text-decoration: none;
	color: #6e6e6e;
}

.breadcrumb-child-list>li>a:hover{
	color: #1d558d;
	text-decoration: underline;
}

.catalog-box h1{
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
}

.catalog-list .new-box{
	margin-top: 40px;
}

.catalog-list .send{
	top: 50%;
	transform: translateY(-50%);
}

.new-name{
	font-family: 'NokiaSansS60-Bold';
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    text-decoration: none;
    color: #414141;
    display: inline-block;
}

.order-form .new-block{
	float: left;
	width: 60%;
	margin-right: 19px;
}

.order-form .new-textarea{
	float: left;
	width: 35%;
}

.catalog-list .send{
	background: #f01f1d!important;
}

.box .block-3{
	width: 360px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 28px 24px;
	box-sizing: border-box;
	border: 4px solid #e0d7cf;
	transition: all .2s ease-out;
}

.box .block-3:hover{
	border-color: #1d558d;
	box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
	transform: scale(1.01);
}

.block-link{
	display: table;
	text-decoration: none;
	height: 140px;
	width: 100%;
}

.block-img-box{
	display: table-cell;
	width: 135px;
	height: 135px;
	vertical-align: middle;
	background: #fff;
}

.block-img{
	max-width: 100%;
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.block-title{
	display: table-cell;
	vertical-align: middle;
	background: #f1edea;
	text-align: center;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 700;
	color: #414141;
}

.block-count{
	font-weight: 400;
	color: #797979;
}

.go-back-box{
	margin-bottom: 20px;
}

.go-back-link{
	display: inline-block;
	text-decoration: underline;
	color: #1d558d;
	position: relative;
	padding-left: 12px;
	font-size: 14px;
}

.go-back-link:before{
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #1d558d;
	transition: all .2s ease-out;
}

.go-back-link:hover:before{
	left: -2px;
}

.new-product-in{
	float: left;
	width: calc(100% - 270px);
	padding-right: 40px;
	box-sizing: border-box;
}

.new-right-side{
	float: left;
    width: 270px;
}

.new-right-side-in {
	    margin-top: -45px;
    margin-right: -50px;
}

.new-tech-form{
	float: none;
	width: auto;
}

.new-catalog-box{
	overflow: hidden;
}

.new-tech-form form{
	padding: 10px 25px 20px 25px;
	border-bottom: 0px;
}

.new-tech-form form h3{
	margin: 0;
	height: auto;
	line-height: 1.5;
	padding-bottom: 15px;
	border-bottom: 1px solid #2F68A1;
}

.new-tech-form form h3:before{
	display: none;
}

.new-form-cap{
	padding-top: 29px;
	padding-bottom: 25px;
	background: #1d558d;
	margin: -20px -25px 30px -25px;
	position: relative;
	text-align: center;
}

.new-form-cap:before{
	content: '';
	position: absolute;
    bottom: -14px;
    left: 0px;
    width: 100%;
    background: url(../images/h3-before.png) no-repeat 50% 0;
    height: 14px;
}

.new-phone-link{
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
	position: relative;
}

.new-phone-link:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 16px;
	background: url(../images/new_icons/new-phone-icon.png);
	left: -22px;
	top: 2px;
	transition: left .2s ease-out;
}

.new-phone-link:hover:before{
	left: -20px;
}

.new-tech-form .new-btn{
	display: block;
	width :100%;
	transition: background .2s ease-out, opacity .2s ease-out;
}

.new-tech-form .new-btn:not(:disabled):hover{
	background: #dc0e0c;
}

.styled-input-box{
	margin-bottom: 15px;
}

.styled-input-label{
	display: block;
	cursor: pointer;
	user-select: none;
}

.styled-input-label input[type="checkbox"]{
	display: none;
}

.styled-input-show{
	display: inline-block;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: 1px solid #8c8075;
	vertical-align: top;
	position: relative;
	top: 3px;
}

.styled-input-label input[type="checkbox"]:checked + .styled-input-show:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 11px;
	background: #1d558d;
	transform: rotate(-35deg);
	top: 0px;
	left: 1px;
}

.styled-input-label input[type="checkbox"]:checked + .styled-input-show:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 16px;
	background: #1d558d;
	transform: rotate(40deg);
    left: 8px;
    top: -4px;
}

.styled-checkbox-text{
	display: inline-block;
	width: calc(100% - 18px);
	box-sizing: border-box;
	padding-left: 5px;
}

.js-check-agree-btn{
	opacity: 1;
	transition: opacity .2s ease-out;
}

.js-check-agree-btn:disabled{
	opacity: .7;
	cursor: default!important;
}

.new-resume-block{
	padding-left: 25px;
	padding-right: 25px;
}

.new-resume-text{
	font-size: 14px;
	margin-bottom: 35px;
}

.new-resume-block span{
	color: #cae5ff;
}

.more-lookpr{
	padding: 20px 25px;
	background: #fff;
}

.more-look-title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 25px;
}

.more-lookpr-img-link{
	display: block;
	border: 4px solid #000;
	border: 4px solid rgba(0,0,0,0.03);
	overflow: hidden;
}

.more-lookpr-img-link:hover .more-lookpr-img{
	top: -8px;
}

.more-lookpr-img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0;
	transition: top .8s ease-out;
}

.more-lookpr-title{
	margin-top: 15px;
}

.more-lookpr-link{
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #414141;
}

.more-lookpr-link:hover{
	text-decoration: underline;
}

.more-lookpr-box{
	margin-bottom: 30px;
}

.new-product-in .new-product-title{
	font-size: 30px;
	font-weight: 700;
	text-transform: none;
}

.product-slider-box{
	margin-left: -50px;
	margin-right: -40px;
	margin-bottom: 30px;
}

.one-item-img{
	max-width: 100%;
}

.one-item{
	outline: none;
}

.big-slider{
	position: relative;
}

.big-slider .one-item-img{
	margin: 0 auto;
}

.big-slider .one-item{
	background: #fff;
}

.big-slider .js-bigsl-prev,
.big-slider .js-bigsl-next{
	width: 33px;
	height: 27px;
	background: url(../images/new_icons/left-sl.png);
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	transition: all .2s ease-out;
}

.big-slider .js-bigsl-prev.slick-disabled,
.big-slider .js-bigsl-next.slick-disabled{
	opacity: .1;
	cursor: default!important;
}

.big-slider .js-bigsl-prev:not(.slick-disabled):hover{
	left: 10px;
}

.big-slider .js-bigsl-next{
	transform: translateY(-50%) rotate(180deg);
	left: auto;
	right: 20px;
}

.big-slider .js-bigsl-next:not(.slick-disabled):hover{
	right: 10px;
}

.small-slider{
	margin-top: 20px;
}

.small-slider .one-item{
	margin-right: 6px;
	border: 1px solid #ccc;
	position: relative;
	cursor: pointer;
}

.small-slider .one-item img{
	display: block;
}

.small-slider .one-item.slick-current:before{
	content: '';
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #1d558c;
}

.tab-btn-row{
	font-size: 10px;
}

.tab-btn-one{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #1d558d;
	text-transform: uppercase;
	padding: 15px 30px;
	cursor: pointer;
	position: relative;
	transition: background .2s ease-out;
}

.tab-btn-one:before{
	content: '';
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	top: 0;
	background: #1d558d;
}

.tab-btn-one.active{
	background: #fff;
	color: #1d558d;
}

.tab-box{
	background: #fff;
	padding: 35px 20px;
}

.new-list-style{
	list-style-type: none;
}

.new-list-style>li{
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.new-list-style>li:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #1d558d;
	top: 10px;
	left: 0;
}

table.full-width-table{
	width: 100%;
}

.product-table td{
	width: 50%;
	padding: 10px 20px;
	font-size: 14px;
}

.product-table tr:not(:last-child)>td{
	border-bottom: 1px solid #c3ac9b;
}

.product-table td:nth-child(odd){
	border-right: 1px solid #c3ac9b;
}

.beauty-table tr:nth-child(even) td{
	background: #faf8f7;
}

.doc-box-one{
	font-size: 0px;

	padding-left: 20px;
}

.doc-img-box{
	font-size: 16px;
	display: inline-block;
	width: 50px;
}

.doc-img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
}

.doc-right{
	font-size: 16px;
	display: inline-block;
	padding-left: 30px;
}

.doc-title{
	font-size: 14px;
	font-weight: 700;
}

.doc-descr{
	overflow: hidden;
	margin-top: 5px;
	font-size: 14px;
}

.doc-size{
	float: left;
}

.doc-download-box{
	float: right;
}

.doc-download-link{
	text-decoration: none;
	color: #15477a;
}

.doc-download-link:hover{
	text-decoration: underline;
}

.product-descr-box{
	margin-bottom: 40px;
}

.about-comp{
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.about-comp-in{
	display: table-row;
}

.about-left{
	display: table-cell;
	width: 200px;
	background: #fff;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.about-right{
	display: table-cell;
	background: #fff;
	padding: 40px 30px;
	box-sizing: border-box;
	border-left: 1px solid #e7ded6;
}

.about-img{
	max-width: 100%;
}

.about-title{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.about-text{
	font-size: 14px;
	margin-top: 25px;
}

/*New style End*/
