@font-face {
    font-display: auto;
}
@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/MyriadPro-Regular.woff') format('woff'),
	url('../fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}
@font-face {
font-family: 'Myriad Pro';
src: url('../fonts/MyriadPro-Semibold.eot');
src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Semibold.woff') format('woff'),
url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Myriad Pro';
src: url('../fonts/MyriadPro-Bold.eot');
src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Bold.woff') format('woff'),
url('../fonts/MyriadPro-Bold.ttf') format('truetype');
font-weight: bold;
font-weight: 600;
font-style: normal;
}

body {
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.3;
	color:#666;
}
a {
	color:#e20738;
}
a:hover {
	text-decoration:none;
	color:#e20738;
}
a:focus {text-decoration:none;}
h1, .title-cat {
	font-size:41px;
	font-weight:600;
	line-height:1.2;
	margin-bottom:30px;
	color:#000;
	margin-top:0;
}
h2, .h2 {
	font-size:41px;
	font-weight:600;
	line-height:1.2;
	margin-bottom:30px;
	color:#000;
	
}
.h2 {
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
.h2:after {
	position:absolute;
	content:'';
	background:#e80643;
	width:50px;
	height:4px;
	bottom:0px;
	left:calc(50% - 25px);
}
.content p {
	margin-bottom:30px;
	line-height:1.6;
}
.content h2 {
	font-size:25px;
	margin-top:25px;
}

.h3 {
	font-size:25px;
	font-weight:500;
	line-height:1.3;
	margin-top:20px;
}
h4 {
	font-size:22px;
	font-weight:600;
	margin-top:30px;
	margin-bottom:20px;
	line-height:1.2
}
h4 span.color {
	color:#105082;
}
.h4 {
	font-size:21px;
	font-weight:500;
	text-transform:uppercase;
	color:#333;
	margin-bottom:20px;
}
h5, .h5 {
	font-size:18px;
	font-weight:600;
	line-height:1.2;
	padding-bottom:10px;
}

header {
	background:url(../images/header-bg.jpg) no-repeat;
	background-size:cover;
	position:relative;
	z-index:91;
}


/**Header-top**/
.header-top {
	background:#fbfbfc;
	padding:10px 0;
}
.header-top .container {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header-top .adress {
	font-size:14px;
	color:#999;
}
.top-panel {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:14px;
	font-weight:500;
}
.top-panel .phone {
	font-size:15px;
	font-weight:500;
	margin-right:35px;
	padding-left:20px;
	position:relative;
	white-space:nowrap;
}
.top-panel .phone:before {
	position:absolute;
	content:'';
	background:url(../images/phone.png);
	width:13px;
	height:13px;
	left:0;
	top:2px;
}
.top-panel .phone a {
	color:#656565;
}
.top-panel .phone span {
	color:#000;
}
.top-panel .phone:hover a {
	text-decoration:none;
	color:#656565;
}
.top-menu a {
	color:#e20738;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
.top-menu a:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background:#e20738;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
.top-menu a:hover {
	text-decoration:none;
}
.top-menu a:hover:before {
	
	visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
.login {
	width:143px;
	background:#e20738;
	text-align:center;
	height:43px;
	margin-top:-10px;
	margin-bottom:-10px;
	margin-left:22px;
}
.login:hover {
	background:#e80643;
}
.login a {
	position:relative;
	padding-left:11px;
	text-align:center;
	color:#FFF;
	line-height:43px;
	display:block;
}
.login a:before {
	position:absolute;
	content:'';
	background:url(../images/login.png);
	width:16px;
	height:16px;
	left:30px;
	top:12px;
}
.login:hover a {
	text-decoration:none;
}

/**Header**/
.header {
	padding:25px 0;
	
}
.header .container {
	justify-content:space-between;
	align-items:center;
}
.search {
	width:50%;
}
.header-search-form {
	position:relative;
}
.header-search-form:after {
	position:absolute;
	right:15px;
	content:'';
	top:15px;
	background:url(../images/search.png);
	width:15px;
	height:14px;
}
.search input {
	background:#FFF;
	height:45px;
	border-radius:5px;
	border:none;
	width:100%;
	padding:0 15px;
	font-size:14px;
	font-family:'Myriad Pro'
}
input:placeholder {
	color:#656565;
}
input::placeholder {
	color:#656565;
}
input:-webkit-placeholder {
	color:#656565;
}
input:-ms-placeholder {
	color:#656565;
}

.cart {
	position:relative;
}
.cart .count {
	position:absolute;
	font-size:10px;
	font-weight:500;
	color:#fff;
	width:16px;
	height:16px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	top:-4px;
	left:17px;
	background:#e80643;
	line-height:16px;
}
.cart img {
	margin-right:17px;
}
.cart a {
	color:#000;
	font-size:15px;
}
.social a {
	width:31px;
	height:30px;
	position:relative;
	display:inline-block;
	margin:0 3px;
}
.social a:before {
	position:absolute;
	content:'';
	width:31px;
	height:30px;
	top:0;
	transition:1s ease;
	-webkit-transition:1s ease;
	-moz-transition:1s ease;
}
.social a.vk:before {
	background:url(../images/vk.png) center;
}
.social a.youtube:before {
	background:url(../images/youtube.png) center;
}
.social a.fb:before {
	background:url(../images/fb.png) center;
}
.social a.insta:before {
	background:url(../images/insta.png) center;
	
}
.social a:hover:before {
	border-radius:50%;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
}


/**main menu**/
.main-menu {
	background:rgba(239,240,243,0.7);
	border-top:1px solid rgba(216,216,218,0.7);
	border-bottom:1px solid rgba(216,216,218,0.7);
}

.main-menu .nav {
	margin-left:0;
	padding-left:0;
}
.main-menu .nav > li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:15px 0;
	border-left:1px solid rgba(216,216,218,0.7);
}
.main-menu .nav > li:hover {
	background:#e6e6e6;
}

.main-menu .nav > li.katalog a {
	position:relative;
	padding-left:60px;
	padding-right:41.5px;
}

.main-menu .nav > li.katalog span.ic {
	position:relative;
}
.main-menu .nav > li.katalog span.ic:before {
	position:absolute;
	content:'';
	background:url(../images/catalog-ic.png);
	width:19px;
	height:13px;
	left:30px;
	top:calc(50% - 6.5px);
}
.main-menu .nav > li > a {
	padding:0 19px;
	font-size:14px;
	font-weight:500;
	color:#1c1c1c;
	text-transform:uppercase;
}
.main-menu .nav > li:hover > a {
	font-weight:500;
	color:#1c1c1c;
	text-decoration:none;
}

.main-menu .nav > li .second-menu {
	position:absolute;
	border-top:1px solid rgba(216,216,218,0.7);
	background:#f9f8f8;
	padding:0;
	box-shadow:3px 0 29px rgba(0,0,0,0.19);
	-moz-box-shadow:3px 0 29px rgba(0,0,0,0.19);
	-webkit-box-shadow:3px 0 29px rgba(0,0,0,0.19);
	margin-top:15px;
	z-index:2;
	min-width:242px;
	/*height:0;*/
	opacity:0;
	transition:opacity .4s cubic-bezier(.25,.46,.45,.94);
	/*visibility:hidden;*/
	transform: translateZ(0);
	display:none;
}
.main-menu .nav > li .second-menu a {
	font-size:15px;
	color:#1c1c1c;
	padding:20px 20px 20px 60px;
	position:relative;
	display: inline-block;
    position: relative;
    width: 100%;
}
.main-menu .nav > li .second-menu > li {
	border-bottom:1px solid #e9e9e9;
	list-style:none;
}

.main-menu .nav > li .second-menu > li:last-child {
	border-bottom:none;
}
.main-menu .nav > li .second-menu > li:hover > a {
	background:#e9e9e9;
}
.main-menu .nav > li .third-menu > li:hover {
	background:#fdfdfd;
}
.main-menu .nav > li .second-menu > li.has-child span {
	position:relative;
	top:-18px;
	right:0;
}
.main-menu .nav > li .second-menu > li.has-child span:before {
	position:absolute;
	content:'';
	background:url(../images/arrow.png);
	width:6px;
	height:10px;
	right:20px;
	top:25px;
}
.main-menu .nav > li .second-menu > li.has-child:hover {
	background:none;
}
.main-menu .nav > li .second-menu > li:hover > a, .main-menu .nav > li .third-menu > li:hover a {
	color:#1c1c1c;
	text-decoration:none;
}

.main-menu .nav > li .third-menu {
	padding:0;
	/*height:0;*/
	opacity:0;
	transition:opacity .4s cubic-bezier(.25,.46,.45,.94);
	/*visibility:hidden;*/
	display:none;
	transform: translateZ(0);
	background:#f9f8f8;
	box-shadow:3px 0 29px rgba(0,0,0,0.19);
	-moz-box-shadow:3px 0 29px rgba(0,0,0,0.19);
	-webkit-box-shadow:3px 0 29px rgba(0,0,0,0.19);
	text-align:center;
	top:0;
}

.main-menu .nav > li .third-menu > li {
	list-style:none;
	position:relative;
	list-style:none;
	width:216px;
	background:#f9f8f8;
	display:inline-block;
	vertical-align:top;
	margin:15px;
	box-shadow:3px 0 29px rgba(0,0,0,0.08);
	-moz-box-shadow:3px 0 29px rgba(0,0,0,0.08);
	-webkit-box-shadow:3px 0 29px rgba(0,0,0,0.08);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	font-size:17px;
	font-weight:500;
}
.main-menu .nav > li .third-menu > li a {
	font-size:17px;
	font-weight:500;
}
.third-menu > li img {
	display:block;
	margin:0 auto 20px;
}

.main-menu .nav > li .third-menu > li > a {
	padding:20px;
	display:block;
}
.main-menu .nav > li .third-menu li.see-all {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	width:100%;
	background:none;
}
.main-menu .nav > li .third-menu li.see-all a {
	color:#e20738;
	border-bottom:1px dotted #e20738;
	font-size:15px;
	width: max-content;
    margin: 0 auto;
	padding:2px 5px;
}
.main-menu .nav > li .second-menu > li > a:before {
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat;
	width: 29px;
	height: 29px;
	top:15px;
	left:20px;
	z-index:2;
}
.main-menu .nav > li .second-menu > li.dveri > a:before {
	background-position: -170px -29px;
}
.main-menu .nav > li .second-menu > li.vorota > a:before {
	background-position: -82px -118px;
}
.main-menu .nav > li .second-menu > li.rolstavni > a:before {
	background-position: -96px -80px;
}
.main-menu .nav > li .second-menu > li.okna > a:before {
	background-position: -140px -118px;
}
.main-menu .nav > li .second-menu > li.luk > a:before {
	background-position: -53px -118px;
}
.main-menu .nav > li .second-menu > li.stairs > a:before {
	background-position: -170px 0px;
}
.main-menu .nav > li .second-menu > li.shlagbaum > a:before {
	background-position: -24px -118px;
}
.main-menu .nav > li .second-menu > li.shlagbaumy > a:before {
    background-position: -24px -118px;
}
.main-menu .nav > li .second-menu > li.shtori > a:before {
	background-position: -111px -118px;
}
.main-menu .nav > li .second-menu > li.avtomatika > a:before {
	background-position: -38px -80px;
}
.main-menu .nav > li .second-menu > li.complect > a:before {
	background-position: -67px -80px;
}
.main-menu .nav > li .second-menu > li.others > a:before {
	background-position: -170px -58px;
}


.main-menu .nav > li .second-menu > li.komplektatsiya > a:before {
    background-position: -67px -80px;
}

.main-menu .nav > li .second-menu > li.komplektuyushchie_dlya_vorot > a:before {
    background-position: -170px -58px;
}

.main-menu .nav > li .second-menu > li.metallokonstruktsii > a:before {
    background-position: -170px 0px;
}


input:focus {
	outline:none;
}

/**Main slider**/
#main-slider {
	overflow:hidden;
	position:relative;
	margin-bottom:0;
}
#main-slider .slide {
	min-height:510px;
	background-position:center;
	padding-top:10px;
	background-size:cover;
}
.main-slider {
	margin-bottom:0 !important;
}
.main-slider .desc {
	padding:95px 60px;
	max-width:55%;
	display:inline-block;
	vertical-align:top;
}
.main-slider .price {
	width:155px;
    height: 45px;
    transform: skew(-20deg);
	-webkit-transform:skew(-20deg);
	-moz-transform:skew(-20deg);
    background: #263447;
	display:inline-block;
	vertical-align:top;
	color:#FFF;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-top:80px;
	text-align:center;
	line-height:43px;
}
.price-item {
	transform: skew(20deg);
	-webkit-transform:skew(20deg);
	-moz-transform:skew(20deg);
	font-size:15.5px;
}
.price-item span {
	font-size:32px;
	font-weight:600;
}
.price-item small {
	font-size:20px;
	font-weight:600;
}
.main-slider .slider-title {
	color:#FFF;
	font-size:60px;
	margin-bottom:20px;
	line-height:1;
	font-weight:600;
}
.main-slider .slider-detail {
	font-size:24px;
	color:#FFF;
	margin-bottom:30px;
	line-height:1.3;
}
.slider-btn {
	background:#e80643;
	width:304px;
	height:64px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:64px;
	color:#FFF;
	font-size:19px;
	padding-left:30px;
	display:block;
	position:relative;
}
.slider-btn:after {
	position:absolute;
	content:'';
	background:url(../images/btn-arrow.png);
	width:16px;
	height:8px;
	right:30px;
	top:calc(50% - 4px);
	transition:0.6s ease;
	-webkit-transform:0.6s ease;
	-moz-transform:0.6s ease;
}
.slider-btn:hover:after {
	right:60px;
}
.slider-btn:hover {
	color:#fff;
	text-decoration:none;
}
.main-slider .prev {
	position:absolute;
	left:50%;
	margin-left:-645px;
	width:40px;
	height:40px;
	z-index:1;
	background:rgba(255,255,255,1);
	top:calc(50% - 20px);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.main-slider .next {
	position:absolute;
	right:50%;
	margin-right:-645px;
	width:40px;
	height:40px;
	z-index:1;
	background:rgba(255,255,255,1);
	top:calc(50% - 20px);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.main-slider .prev .slick-prev {
	left:0;
	width:40px;
	height:40px;
}
.main-slider .next .slick-next {
	left:0;
	width:40px;
	height:40px;
}
.main-slider .prev .slick-prev:before {
	position:absolute;
	content:'';
	width: 9px;
	height: 13px;
    background: url('../images/slick-arrow.png');
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	opacity:1;
	top:calc(50% - 6.5px);
	left:calc(50% - 4.5px);
}
.main-slider .next .slick-next:before {
	position:absolute;
	content:'';
	width: 9px;
	height: 13px;
    background: url('../images/slick-arrow.png');
	opacity:1;
	top:calc(50% - 6.5px);
	left:calc(50% - 4.5px);
}
.main-slider .prev:hover, .main-slider .next:hover {
	background:rgba(255,255,255,0.7);
}
.main-slider .slick-dots {
	bottom:30px;
	left:30%;
}
.main-slider .slick-dots li button {
	width:18px;
	height:18px;
	background:rgba(255,255,255,0.64);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0;
	text-align:center;
	line-height:19px;
}
.main-slider .slick-dots li button:before {
	color:transparent;
	font-size:0px;
}
.main-slider .slick-dots li.slick-active button:before {
	color:#e80643;
	font-size:11px;
	opacity:1;
	left:-1px;
}

/**We installed**/
.we-installed, .news-section {
	padding:60px 0;
	background:#fdfcfd;
}
.installed-wrap {
	margin-left:-15px;
	margin-right:-15px;
}

.installed-item {
	background:#FFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid rgba(0,0,0,0.04);
	box-shadow:10px 0 34px rgba(0,0,0,0.07);
	-moz-box-shadow:10px 0 34px rgba(0,0,0,0.07);
	-webkit-box-shadow:10px 0 34px rgba(0,0,0,0.07);
	width:calc(25% - 35px);
	display:inline-block;
	vertical-align:top;
	padding:20px 10px 20px 95px;
	position:relative;
	margin:15px;
	height:86px;
	overflow:hidden;
}
#doors.installed-item {
	padding:7px 10px 20px 95px;
}
.installed-item .title {
	font-size:25px;
	font-weight:600;
	color:#000;
}
.installed-item .txt {
	font-size:17px;
}
.installed-item:before {
	position:absolute;
	content:'';
	background:#f0f2f4;
	width:144px;
	height:144px;
	border-radius:50%;
	left:-65px;
	top:-50px;
}
.installed-item:after {
	position:absolute;
	content:'';
	background:url(../images/sprite.png);
}
#gate1.installed-item:after {
	background-position: -43px -41px;
    width: 47px;
    height: 35px;
	top:22px;
	left:15px;
}
#gate2.installed-item:after {
	background:url(../images/sekcionnie.png);
    width: 45px;
    height: 27px;
	top:25px;
	left:15px;
}
#doors.installed-item:after {
	background-position: 0px -118px;
    width: 24px;
    height: 40px;
	top:20px;
	left:22px;
}
#barrier.installed-item:after {
	background-position: -93px -38px;
    width: 38px;
    height: 40px;
	top:20px;
	left:15px;
}

/**Know-price**/
.know-price {
	padding:60px 0 70px;
}
.know-price .img {
	width:45%;
	display:inline-block;
	vertical-align:top;
}
.know-price .desc-col {
	width:calc(55% - 5px);
	display:inline-block;
	vertical-align:top;
}
.desc-col .txt {
	font-size:19px;
	line-height:1.5;
}

.progress-wrap {
	margin-top:30px;
	display:none;
}
.progress{
    width: 122px;
    height: 122px;
    line-height: 122px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f2f2f0;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
	border-color: #e80643;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 50%;
    background: #fff;
    font-size: 35px;
	font-weight:600;
    color: #e80643;
    line-height: 122px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
	z-index:2;
}
.progress.one .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.two .progress-left .progress-bar{
    animation: loading-3 1.7s linear forwards 1.8s;
}
.progress.three .progress-left .progress-bar{
    animation: loading-4 1.9s linear forwards 1.8s;
}
.progress.four .progress-left .progress-bar{
    animation: loading-5 1.5s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
}
.progress-text {
	font-size:17px;
	text-align:center;
	margin-top:15px;
}


/**Why us**/
.subtitle {
	text-align:center;
	font-size:21px;
	margin-bottom:40px;
}
.preim-item {
	font-size:17px;
	line-height:1.5;
	text-align:center;
	margin-bottom:25px;
}
.preim-item img {
	margin-bottom:10px;
} 
.player {
	margin-top:30px;
	margin-bottom:30px;
}

/**Our works**/
.our-works {
    padding: 60px 0;
	overflow:hidden;
}
.short-text {
	font-size:18px;
	margin-bottom:30px;
	max-width:70%;
	line-height:1.4;
}
.portfolio-items {
	margin:60px -10px 0;
	max-width:calc(100% + 20px);
	width:100%;
}

.reviews-items {
	margin:60px -10px 0;
	max-width:calc(100% + 20px);
	width:100%;
}

.reviews-items .portfolio-item {
	margin:10px;
	height: auto !important;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


.portfolio-item {
	margin:10px;
	height:270px !important;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.portfolio-item img {
	object-fit:cover;
	height:100%;
	width:100%;
}
.bestsellers .tabs_block .tab-content>.tab-pane,
.our-works .tabs_block .tab-content>.tab-pane {
	display: flex !important;
	height: 0px;
	overflow:hidden;
}
.tabs_block .tab-content>.tab-pane.active {
    visibility: visible;
    height: auto;
}
.tabs_block .nav-tabs {
	margin-bottom:-40px;
}
.tabs_block .nav-tabs .nav-link {
	color:#999;
	border-radius:0;
	border:none;
	position:relative;
	padding:1em 1.5em;
}
.tabs_block .nav-tabs .nav-link.active, .tabs_block .nav-tabs .nav-link.active:hover {
	color:#392530;
	font-weight:600;
	background:none;
	border-radius:0;
}
.tabs_block .nav-tabs .nav-link.active:after, .tabs_block .nav-tabs .nav-link.active:hover:after, .tabs_block .nav-tabs .nav-link:hover:after {
	position:absolute;
	content:'';
	background:#e20738;
	width:100%;
	height:2px;
	bottom:0;
	left:0;
	z-index:2;
}
.tabs_block .nav-tabs {
	position:relative;
	border-bottom:none;
	min-height:35px;
	display: flex;
	justify-content: center;
}
.tabs_block .nav-tabs:after {
	position:absolute;
	content:'';
	background:#f2f2f2;
	height:1px;
	bottom:-1px;
	left:0;
	width: 100vw;
    left: 50%;
    transform: translate(-50%);
}

.tabs_block .nav-tabs .nav-link:hover {
	background:none;
	color:#999;
	font-weight:400;
}
.tabs_block .prev {
    position: absolute;
    right: 40px;
    width: 28px;
    height: 28px;
    z-index: 1;
    top: -60px;
}
.tabs_block .next {
    position: absolute;
    right: 28px;
    width: 28px;
    height: 28px;
    z-index: 1;
    top: -60px;
}
.tabs_block .slick-prev, .tabs_block .slick-next {
	top:0;
	width:28px;
	height:28px;
}
.tabs_block .slick-next {
    right: 0;
}
.tabs_block .slick-prev:before {
	position:absolute;
	content:'';
	background:url(../images/active-arrow.png);
	width:28px;
	height:28px;
	opacity:1;
	transform: rotate(180deg);
}
.tabs_block .slick-next:before {
	position:absolute;
	content:'';
	background:url(../images/active-arrow.png);
	width:28px;
	height:28px;
	opacity:1;
}

/**Bestsellers**/
.bestsellers {
    padding: 50px 0 60px;
	overflow:hidden;
}
.product-item .article {
	position:absolute;
	right:18px;
	top:12px;
	font-size:12px;
	color:#999;
	text-align:right;
}
.product-item .article span {
	color:#e20738;
	font-weight:600;
	
}
.product-items {
	margin:60px -10px 0;
	max-width:calc(100% + 20px);
}
.product-item {
	margin:10px 17px;
	/*height:465px !important;*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #f5f5f5;
	position:relative;
	padding:21px;
}
.product-item:hover {
	box-shadow:0px 0 12px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.07);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.07);
	background: #fcfbfb;
}
.product-item .image {
	width:128px;
	height:154px;
	display:flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	justify-content:center;
	align-items:center;
	margin:0 auto 30px;
}
.product-item .image img {
	max-height:154px;
	max-width:100%;
	object-fit:contain;
}
.product-item .title, .news-item .title {
	font-size:18px;
	font-weight:600;
	color:#000;
}
.product-item .title a, .news-item .title a {
	color:#000;
}
.product-item .characters {
	margin-top:10px;
	color:#999;
	font-size:13px;
}
.product-item .characters div {
	margin-bottom:10px;
}
.product-item .characters strong {
	font-size:14px;
	color:#666;
	font-weight:500;
	display:block;
	margin-bottom:5px;
}
.bottom-box {
	display:flex;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	justify-content:space-between;
	align-items:center;
	margin:15px 0;
}
.bottom-box .price {
	font-size:13px;
	color:#e20738;
}
.bottom-box .price strong {
	font-size:16px;
	font-weight:600;
}
.add-to-cart, .detail {
	background:#fff;
	border:1px solid #e20738;
	color:#e20738 !important;
	font-weight:600;
	font-size:13px;
	text-align:center;
	width:100px;
	height:35px;
	line-height:33px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
    margin: 0 auto;

}
.detail {
	width:150px;
}
.add-to-cart a, .detail a {
	outline:none;
	display:block;
	height:100%;
	width:100%;
}
.add-to-cart a:focus, .detail a:focus {
	text-decoration:none;
	color:#e20738 !important;
}
.add-to-cart:hover, .detail:hover {
	background:#e20738;
	color:#fff !important;
}
.add-to-cart:hover a, .detail:hover a {
	color:#fff !important;
}
.to-catalog {
	text-align:right;
	font-size:14px;
	font-weight:500;
	margin-top:-166px;
	position: relative;
	display: flex;
	justify-content: center;
}

.to-catalog.z-index {
	z-index: -1;
}

.to-catalog a {
	font-weight: bold;
    color: white;
    background: #e20738;
    padding: 20px 50px;
	border-radius: 7px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.to-catalog a:hover {
	background: transparent;
	border-color: #e20738;
	color: #e20738;
}


/**News*/
.news-items {
	margin:60px -10px 0;
	max-width:calc(100% + 20px);
}
.news-item {
	margin:10px 17px;
	height:440px !important;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #f5f5f5;
	position:relative;
	padding:0 21px 21px;
}
.news-item:hover {
	box-shadow:0px 0 12px rgba(0,0,0,0.07);
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.07);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.07);
}
.news-item .image {
	width:calc(100% + 42px);
	margin-left:-21px;
	margin-right:-21px;
	height:188px;
	margin-bottom:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.news-item .image img {
	height:100%;
	width:100%;
	object-fit:cover;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.tag {
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:10px;
}
.date {
	color:#999;
	font-size:13px;
	margin-bottom:10px;
}
.news-item .short-desc {
	font-size:15px;
	margin-top:10px;
}
.views {
	position:relative;
	font-size:12px;
	padding-left:22px;
}
.views:before {
	position:absolute;
	content:'';
	background:url(../images/views.png);
	width:17px;
	height:11px;
	left:0;
	top:2px;
}
.news-items .prev, .clients-items .prev {
	position:absolute;
	left:50%;
	margin-left:-645px;
	width:40px;
	height:40px;
	z-index:1;
	background:rgba(255,255,255,1);
	top:calc(50% - 20px);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid rgba(0,0,0,0.07);
	box-shadow:0px 0px 65px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 65px rgba(0,0,0,0.05);
	-webkit-box-shadow:0px 0px 65px rgba(0,0,0,0.05);
}
.news-items .next, .clients-items .next {
	position:absolute;
	right:50%;
	margin-right:-645px;
	width:40px;
	height:40px;
	z-index:1;
	background:rgba(255,255,255,1);
	top:calc(50% - 20px);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid rgba(0,0,0,0.07);
	box-shadow:0px 0px 65px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 65px rgba(0,0,0,0.05);
	-webkit-box-shadow:0px 0px 65px rgba(0,0,0,0.05);
}
.news-items .prev .slick-prev, .clients-items .prev .slick-prev {
	left:0;
	width:40px;
	height:40px;
}
.news-items .next .slick-next, .clients-items .next .slick-next {
	left:0;
	width:40px;
	height:40px;
}
.news-items .prev .slick-prev:before, .clients-items .prev .slick-prev:before {
	position:absolute;
	content:'';
	width: 9px;
	height: 13px;
    background: url('../images/slick-arrow.png');
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	opacity:1;
	top:calc(50% - 6.5px);
	left:calc(50% - 4.5px);
}
.news-items .next .slick-next:before, .clients-items .next .slick-next:before {
	position:absolute;
	content:'';
	width: 9px;
	height: 13px;
    background: url('../images/slick-arrow.png');
	opacity:1;
	top:calc(50% - 6.5px);
	left:calc(50% - 4.5px);
}
.news-items .prev:hover, .news-items .next:hover,
.clients-items .prev:hover, .clients-items .next:hover {
	background:rgba(255,255,255,0.7);
}
.all-news {
	width:300px;
	height:55px;
	line-height:55px;
	background:#e20738;
	border:1px solid #e20738;
	color:#fff;
	text-align:center;
	font-weight:500;
	font-size:16px;
	margin:30px auto;
	display:block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
}
.all-news:hover {
	background:#fff;
	color:#e20738;
}


/**Our clients**/
.our-clients {
	margin:60px 0;
}
.clients-item:focus, .clients-item a {
	outline:none;
}
.clients-item {
	max-height:116px;
	margin:10px 40px;
	text-align:center;
}
.clients-item div,
.clients-item a {
	display:flex;
	align-items:center;
	height:116px;
	justify-content:center;
}
.clients-item img {
	max-height:100%;
	max-width:100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity:0.4;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.clients-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  opacity:1;
}

.map {
	position:relative;
}
#map, #contact-map {
	height:560px;
}
.map .order {
	position:absolute;
	z-index:2;
	background: rgba(255,255,255,0.75);
    border-radius: 5px;
    box-shadow: 9px 0 32px rgba(0,0,0,0.18);
    -webkit-box-shadow: 9px 0 32px rgba(0,0,0,0.18);
    -moz-box-shadow: 9px 0 32px rgba(0,0,0,0.18);
    padding: 35px;
	width:357px;
	height:340px;
	top:calc(50% + 120px);
	right:0;
}
.map.with-markers .order.write-us {
	right:0;
	left:unset;
}
.form-title {
	font-size:28px;
	font-weight:600;
	text-align:center;
	color:#000;
	margin-bottom:20px;
}
.form-group {
    margin-bottom: 10px;
}
form.order input {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 3px;
    padding-left: 15px;
    font-size: 14px;
	font-family:'Myriad Pro';
}
form.order .submit {
    background: #e20738;
	border-bottom:2px solid #d60231;
    height: 51px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.confirm {
    font-size: 13px;
	color:#000;
    text-align: center;
    max-width: 80%;
    margin: 10px auto;
    line-height: 1.2;
}
.confirm a {
    color: #000;
    font-weight: 500;
	position:relative;
    transition: 0.3s ease;
	display:inline-block;
}
.confirm a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #000;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
.confirm a:hover:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
::-webkit-input-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;}
input:-moz-placeholder{color:#999;}


/**Footer**/
footer {
	background:url(../images/footer.jpg) center;
	padding:50px 0 40px;
	color:#666;
	font-size:17px;
	background-size:cover;
}
footer .adress {
	position:relative;
	padding-left:20px;
}
footer .adress:before {
	position:absolute;
	content:'';
	background:url(../images/map.png);
	width:10px;
	height:14px;
	left:0;
	top:2px;
}
footer .phone {
	position:relative;
	padding-left:20px;
	font-weight:500;
	margin-bottom:10px;
}
/*
footer .phone a, footer .mail a {
	color:#656565;
}
 */
footer .phone a span {
	color:#000;
}
footer .phone:before {
	position:absolute;
	content:'';
	background:url(../images/phone-red.png);
	width:13px;
	height:13px;
	left:0;
	top:2px;
}
footer .mail {
	position:relative;
	padding-left:20px;
}
footer .mail:before {
	position:absolute;
	content:'';
	background:url(../images/mail.png);
	width:14px;
	height:11px;
	left:0;
	top:4px;
}
footer .mail a {
	position:relative;
}
footer .mail a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #656565;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
footer .mail a:hover:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
footer .confirm {
	text-align:right;
	margin-left:-10px;
	white-space:nowrap;
}
footer .confirm a {
	font-size:12px;
	color:#646465;
}

/**Breadcrumbs**/
.breadcrumbs {
	margin:40px 0 30px;
	font-size:14px;
}
.breadcrumbs a, .breadcrumbs span {
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
}
.breadcrumbs a {
	color:#999;
}
.breadcrumbs span.current {
	color:#666;
	font-weight:500;
}

/**All catalog**/
.all-catalog {
	margin-bottom:60px;
}
.category-wrap {
	margin:0 -15px;
}
.category-item.installed-item {
	width:calc(50% - 35px);
	min-height:126px;
	padding:20px 15px 20px 95px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
.category-item.installed-item:hover {
	box-shadow: 10px 0 34px rgba(0,0,0,0.07);
    -moz-box-shadow: 10px 0 34px rgba(0,0,0,0.07);
    -webkit-box-shadow: 10px 0 34px rgba(0,0,0,0.07);
}

.category-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
	margin-bottom:10px;
}

.subcategories a {
	color:#666;
	font-size:16px;
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
}
.subcategories a:last-child {
	margin-right:0;
}
.subcategories a:hover {
	color:#e20738;
}
.category-item.dveri:after {
	background-position: 0px -118px;
	width: 24px;
	height: 40px;
	top:20px;
	left:22px;
}
.category-item.vorota:after {
	background-position: -43px -41px;
    width: 47px;
    height: 35px;
    top: 22px;
    left: 15px;
}
.category-item.rolstavni:after {
	background-position: -93px 0px;
    width: 42px;
    height: 38px;
    top: 22px;
    left: 15px;
}
.category-item.okna:after {
	background-position: 0px -41px;
    width: 43px;
    height: 39px;
    top: 22px;
    left: 15px;
}
.category-item.luk:after {
	background-position: -47px 0px;
    width: 46px;
    height: 40px;
    top: 22px;
    left: 15px;
}
.category-item.stairs:after {
	background-position: 0px 0px;
    width: 47px;
    height: 41px;
    top: 20px;
    left: 13px;
}
.category-item.shlagbaum:after {
	background-position: -93px -38px;
    width: 38px;
    height: 40px;
    top: 22px;
    left: 15px;
}
.category-item.shtori:after {
	background-position: -135px 0px;
    width: 35px;
    height: 40px;
    top: 22px;
    left: 17px;
}
.category-item.avtomatika:after {
	background-position: -135px -40px;
    width: 35px;
    height: 40px;
    top: 22px;
    left: 17px;
}
.category-item.complect:after {
	background-position: -135px -80px;
    width: 35px;
    height: 37px;
    top: 22px;
    left: 17px;
}
.category-item.others:after {
	background-position: 0px -80px;
    width: 38px;
    height: 38px;
    top: 22px;
    left: 17px;
}
.subcategories a.all-complectation {
	color:#e20738;
	position:relative;
}
a.all-complectation:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #e20738;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
a.all-complectation:hover:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}




/**Catalog Page**/

.left-menu {
	border:1px solid rgba(0,0,0,0.04);
	box-shadow: 10px 0 34px rgba(0,0,0,0.07);
    -moz-box-shadow: 10px 0 34px rgba(0,0,0,0.07);
    -webkit-box-shadow: 10px 0 34px rgba(0,0,0,0.07);
	padding:20px;
	position:relative;
	margin-bottom:50px;
}
.left-menu:after {
	position:absolute;
	content:'';
	background:#dc092e;
	height:5px;
	width:100%;
	left:0;
	bottom:0;
}
.left-menu > ul.nav {
	margin-left:0;
	padding-left:0;
	display:block;
}
.left-menu ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.left-menu ul li {
	padding-right:10px;
}
.left-menu ul li a {
	padding-top:5px;
	padding-bottom:5px;
	color:#6d6d6d;
	position:relative;
}
.left-menu ul li a:hover {
	text-decoration:underline;
}
.left-menu ul li a:hover, .left-menu ul li a.hover, .left-menu ul li.active a {
	color:#e20738 !important;
}
.left-menu ul li.active a {
	font-weight:500;
}
.left-menu ul a {
	display:block;
}

.left-menu > ul.nav > li {
	margin-bottom:20px;
	position:relative;
}
.left-menu > ul.nav > li > a {
	color:#1c1c1c;
	font-size:15px;
	padding-left:40px;
	position:relative;
	font-weight:500;
}
.left-menu > ul.nav > li > .ac-second-menu > li {
	position:relative;
}
.left-menu > ul.nav > li > .ac-second-menu > li > a {
	font-size:14px;
	color:#6d6d6d;
	padding-left:40px;
}
.ac-second-menu > li > .ac-third-menu > li > a {
	font-size:14px;
	color:#6d6d6d;
	padding-left:60px
}
.ac-second-menu > li.has-child > span {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 12px;
    height: 12px;
    z-index: 1;
    cursor: pointer;
	background:#e20738;
	text-align:center;
	
}
.ac-second-menu > li.has-child > span:before {
	position:absolute;
	content:'+';
	color:#fff;
	font-size:14px;
	position:absolute;
	text-align:center;
	line-height:12px;
	left:2px;
}
.left-menu > ul.nav > li.has-child.open > span:before {
	width: 7px; 
	height: 4px;
    background: url('../images/css_sprites.png') -382px -93px;
}
.ac-second-menu > li.has-child.open > span:before {
	position:absolute;
	content:'-';
	color:#fff;
	font-size:14px;
	position:absolute;
	text-align:center;
	line-height:12px;
	left:4px;
}

.left-menu ul li.active span:before {
	position:absolute;
	content:'+';
	color:#fff;
	font-size:14px;
	position:absolute;
	text-align:center;
	line-height:12px;
	left:2px;
}

.ac-third-menu {
	display:none;
}
.left-menu .nav > li:before {
	position:absolute;
	content:'';
	background:url(../images/sprite.png) no-repeat;
	width: 29px;
	height: 29px;
	top:0;
	left:0;
	z-index:2;
}
.left-menu .nav > li.dveri:before {
	background-position: -170px -29px;
}
.left-menu .nav > li.vorota:before {
	background-position: -82px -118px;
}
.left-menu .nav > li.rolstavni:before {
	background-position: -96px -80px;
}
.left-menu .nav > li.okna:before {
	background-position: -140px -118px;
}
.left-menu .nav > li.luk:before {
	background-position: -53px -118px;
}
.left-menu .nav > li.stairs:before {
	background-position: -170px 0px;
}
.left-menu .nav > li.shlagbaum:before {
	background-position: -24px -118px;
}
.left-menu .nav > li.shtori:before {
	background-position: -111px -118px;
}
.left-menu .nav > li.avtomatika:before {
	background-position: -38px -80px;
}
.left-menu .nav > li.complect:before {
	background-position: -67px -80px;
}
.left-menu .nav > li.others:before {
	background-position: -170px -58px;
}

.box-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-category .category-item {
	padding-bottom:20px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom:30px;
}
.catalog-category .category-item:last-child {
	border-bottom:none;
	padding-bottom:0;
}
.category-item .box-header-top .title {
    font-size: 32px;
	font-weight:600;
	margin-bottom:0;
}
.category-item .box-header-top .see-all a {
    color: #e20738;
	font-size:15px;
	font-weight:500;
	width:170px;
	height:40px;
	line-height:40px;
	border:1px solid #e20738;
	border-radius:5px;
	display:block;
	padding-left:20px;
	position:relative;
}
.category-item .box-header-top .see-all a:after {
	position:absolute;
	content:'';
	background:url(../images/red-arrow.png);
	width:6px;
	height:10px;
	right:15px;
	top:calc(50% - 5px);
}
.product-wrap {
	margin:10px -15px;
}
.product-wrap .product-item {
	width:calc(33% - 30px);
	margin:15px;
	display:inline-block;
	vertical-align:top;
}
.subcategory .category-item {
	border-bottom:none;
	margin-bottom:0;
}


/**Sort and filters**/
.sort {
	color:#1e1e1e;
	font-size:14px;
	margin-top:5px;
}
.sort a {
	color:#c2c2c2;
	font-size:13px;
	padding:0 15px;
}
.sort a {
	position:relative;
}
.sort .up:after {
	position:absolute;
	content:'';
	background:url(../images/sort.png);
	width:7px;
	height:16px;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	right:0;
	top:-1px;
}
.sort .down:after {
	position:absolute;
	content:'';
	background:url(../images/sort.png);
	width:7px;
	height:16px;
	right:0;
	top:-1px;
}
.sort .up.active {
	color:#e20738;
	font-weight:500;
}
.sort .up.active:after {
	background:url(../images/sort-active.png);
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}
.sort .down.active {
	color:#e20738;
	font-weight:500;
}
.sort .down.active:after {
	background:url(../images/sort-active.png);
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}



/**Pagination**/
.pagination-wrap {
	display:flex;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
	justify-content:center;
	margin-bottom:30px;
}
.pagination-wrap .pagination {
	margin-bottom:0;
}
.pagination-wrap .count-item {
	width:100px;
	margin-bottom:3px;
	margin-left:15px;
	font-size:12px;
	color:#393939;
	font-weight:500;
}
.pagination-wrap .page-link {
	border:none;
	color:#999;
	font-size:14px;
	padding-left:8px;
	padding-right:8px;
}
.pagination-wrap li.active .page-link {
	color:#dc092e;
	font-size:23px;
	background:none;
	padding-top:4px;
	font-weight:500;
	line-height:22px;
}
.pagination-wrap li .page-link:hover {
	background:none;
}
.pagination-wrap li.next .page-link:before {
	position:absolute;
	content:'';
	width: 17px;
    height: 12px;
    background: url(../images/page-arrow.png);
	left:5px;
	top:10px;
}

.box-header-top.with-sort, .box-header-top.with-filter {
	padding-bottom:15px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom:15px;
}
.box-header-top.with-filter {
	display:block;
}
.box-header-top.with-filter .title {
	margin-bottom:20px;
}
.type-filter form {
	color:#1e1e1e;
	font-size:14px;
	margin-top:5px;
	display: flex;
	display:-webkit-flex;
    align-items: center;
}
.checkbox .type-filter form > div {
	margin-left:10px;
}
.type-filter label {
	margin-bottom:0;
	color:#666;
}
.type-filter .checked ~ label {
	font-weight:500;
	color:#000;
}
.select .type-filter form > div {
	margin-right:10px;
}
.select .jq-selectbox__select {
	width:215px;
}

.filter {
	margin:0 -5px;
}
.filter ul {
	padding-left:0;
	list-style:none;
	margin-bottom:5px;
}
.filter li {
	width:calc(25% - 13px);
	display:inline-block;
	vertical-align:top;
	margin:5px;
	border:1px solid #dbdada;
	border-radius:5px;
	height:43px;
	text-align:center;
	padding:0 !important;
}
.filter li:before {
	display:none;
}
.filter li a {
	display:flex;
	align-items:center;
	justify-content:center;
	display:-webkit-flex;
	height:100%;
	color:#999;
	font-size:14px;
	padding:0 10px;
}
.filter li.active {
	background:#e20738;
	border:1px solid #e20738;
}
.filter li.active a {
	color:#fff;
	font-weight:600;
}




/**Product page**/
.product-tabs .tabs_block .nav-tabs:after {
    position: absolute;
    content: '';
    background: #f2f2f2;
    height: 1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    left: 0;
    transform: unset;
}
.main-product-slider .slick-list {
    padding: 0 !important;
}
.main-product-slider .slick-slide {
    margin: 0;
	height:470px;
	border:1px solid rgba(0,0,0,0.06);
	border-radius:5px;
	position:relative;
	background:#fff;
}
.main-product-slider .slick-slide img {
    margin: 0 auto;
}
.main-product-slider .slick-slide a {
	height:100%;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	outline:none;
	position:relative;
}
.main-product-slider .slick-slide a:after {
	position:absolute;
	content:'';
	background:url(../images/zoom.png);
	width:23px;
	height:23px;
	bottom:20px;
	right:20px;
}
.main-product-slider .gallery-img {
    width: auto;
    height: auto;
	max-height:100%;
	max-width:100%;
}
.js-gallery-popup a{
	padding:50px 40px;
}
.main-product-slider .slick-slide .article {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.main-product-slider .slick-slide .article span {
    color: #e20738;
    font-weight: 600;
}
.thumb-slider {
    margin: 40px auto;
    width: calc(100% - 100px);
}
.thumb-slider .slick-slide {
    height: 80px;
    margin: 0 5px;
	border:1px solid rgba(0,0,0,0.06);
	outline:none;
	cursor:pointer;
}
.thumb-slider .slick-slide.slick-current img {
	border:3px solid #e20738;
}
.thumb-slider .slick-slide img {
	height:100%;
    margin: 0 auto;
    width: 100%;
	max-width:100%;
	object-fit:cover;
}
.main-product-slider .prev,
.thumb-slider .prev {
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: rgba(255,255,255,1);
    top: calc(50% - 20px);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
}

.main-product-slider .next,
.thumb-slider .next {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: rgba(255,255,255,1);
    top: calc(50% - 20px);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 65px rgba(0,0,0,0.05);
}

.main-product-slider .prev {
	left: 10px;
}

.main-product-slider .next {
	right: 10px;
}

.main-product-slider .prev .slick-prev,
.thumb-slider .prev .slick-prev {
    left: 0;
    width: 40px;
    height: 40px;
}
.main-product-slider .slick-next,
.thumb-slider .next .slick-next {
    left: 0;
    width: 40px;
    height: 40px;
}

.main-product-slider .prev .slick-prev:before,
.thumb-slider .prev .slick-prev:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    background: url(../images/slick-arrow.png);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    opacity: 1;
    top: calc(50% - 6.5px);
    left: calc(50% - 6px);
}

.main-product-slider .next .slick-next:before,
.thumb-slider  .next .slick-next:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    background: url(../images/slick-arrow.png);
    opacity: 1;
    top: calc(50% - 6.5px);
    left: calc(50% - 4.5px);
}
.short-desc h1 {
	font-size:31px;
	margin-bottom:15px;
}
.short-desc .txt {
	margin-bottom:20px;
}
.atribute-item {
	margin-bottom:20px;
}
.atribute-item .title, .options .title {
	font-size:15px;
	font-weight:600;
	color:#3c3c3c;
}
.atribute-item div {
	margin-bottom:7px;
}
.atribute-item {
	color:#999;
	font-size:13px;
}
.atribute-item strong {
	font-weight:500;
}
.color-list {
	margin:10px -5px;
}
.color-list .c-item {
    display: inline-block;
    width: 64px !important;
    margin: 0px 5px;
}
.color-list .color-input {
    display: none;
}
.color-list label {
    cursor: pointer;
	border:2px solid transparent;
}
.color-list .color-item {
    display: block;
    position: relative;
    border-radius: 5px;
    width: 64px;
    height: 38px;
    z-index: 3;
	color:#FFF;
	font-size:13px;
	font-weight:600;
	padding:3px 10px;
	text-align:center;
}
.color-list .color-item.dark {
	color:#666;
}
.c-item .checked ~ label {
	border:2px solid #d0cece;
	border-radius: 8px;
	box-shadow:0px 0 34px rgba(0,0,0,0.20);
}
.short-desc .bottom-box .price {
	font-size:20px;
}
.short-desc .bottom-box .price strong {
	font-size:25px;
}
.short-desc .add-to-cart {
	width:110px;
}


.product-tabs .tabs_block .nav-tabs {
	margin-top:40px;
	margin-bottom:20px;
}
.product-tabs .nav-tabs li a {
	color:#999;
}
.product-tabs .buttons {
	display:flex;
	justify-content:flex-end;
	margin-bottom:15px;
}
.product-tabs .buttons div {
	position:relative;
	margin:0 0 0 20px;
	padding-left:28px;
}
.product-tabs .buttons a {
	font-weight:500;
	font-size:15px;
	border-bottom:1px dashed #e20738;
}
.download:before {
	position:absolute;
	content:'';
	background:url(../images/download.png);
	width:16px;
	height:17px;
	left:0;
	top:3px;
}
.print:before {
	position:absolute;
	content:'';
	background:url(../images/print.png);
	width:18px;
	height:17px;
	left:0;
	top:3px;
}
blockquote {
	font-size:18px;
	font-weight:500;
	color:#000;
	background:#f9f8f9;
	padding:25px 50px 25px 30px;
	border-left:2px solid #e20738;
	line-height:1.46;
	margin-bottom:25px;
	overflow:hidden;
}
blockquote.normal {
	font-weight:400;
}
.product-tabs p {
	line-height:1.6;
	margin-bottom:30px;
}
.product-tabs  h2 {
	font-size:25px;
	margin-top:40px;
}
.content ul:not(.nav-tabs) {
	padding-left:20px;
}
.content ul:not(.nav-tabs) li {
	list-style:none;
	line-height:1.6;
	margin-bottom:25px;
	position:relative;
	padding-left:20px;
}
.content ul:not(.nav-tabs) li:before {
	position:absolute;
	content:'';
	background:#e20738;
	width:5px;
	height:5px;
	border-radius:50%;
	left:0;
	top:9px;
}
.content ul.pagination {
	padding-left:0;
}
.content ul.pagination li {
	margin-bottom:0;
	padding-left:0;
}
.content ul.pagination li:before {
	display:none;
}

.vitrina {
	margin-top:40px;
}
.vitrina .item {
	margin-bottom:30px;
	height:270px;
	padding:0;
}

img {
	max-width:100%;
}
.vitrina .item img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.vitrina .column .item, .vitrina .column .item img {
	max-height:270px;
	text-align:center;
}
.vitrina .center .item {
	height:100%;
	margin-bottom:0;
	text-align:center;
	height:570px;
}
.page {
	margin-bottom:40px;
	min-height:600;
}
.map .order.write-us {
	right:calc(50% - 321px);
	width:642px;
	height:450px;
	top:calc(50% + 60px);
}
.write-us .jq-selectbox__select-text {
	font-weight:400;
	font-size:14px;
	color:#666;
}
.write-us .select .jq-selectbox__select {
	width:100%;
}
.write-us .images {
    display: flex;
    flex-wrap: wrap;
	position:relative;
	margin-bottom:3px;
}
.images .pic {
    background: #fff;
    align-self: center;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.09);
    border-radius: 3px;
    position: relative;
	color:#666;
	width:100%;
	height:43px;
	line-height:43px;
}
.images .pic {
    margin-bottom: 10px;
    border-radius: 4px;
}
.images .pic:before {
    position: absolute;
    content: '';
    background: url(../images/skrepka.png) no-repeat;
    width: 14px;
    height: 16px;
    right:10px;
    top: calc(50% - 8px);
}
.write-us input[type=file] {
    display: none;
}
.jq-file__browse, .jq-file {
	display:none !important;
}
.file-container {
	position:absolute;
	top:42px;
	font-size:11px;
}
.file-container span {
	color:#e20738;
	cursor:pointer;
}
.write-us textarea {
	border: 1px solid rgba(0,0,0,0.09);
    border-radius: 3px;
	width:100%;
	height:168px;
	font-size:14px;
	color:#666;
	padding:5px 15px;
}
form.order.write-us .submit {
	width:270px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.align-right {
	float:right;
	margin-left:30px;
	margin-bottom:20px;
}
.tech .category-item.installed-item {
	min-height:96px;
}
.pdf {
	position:relative;
	margin-bottom:20px;
	padding-left:35px;
}
.pdf:before {
	position:absolute;
	content:'';
	background:url(../images/pdf.png);
	width:17px;
	height:24px;
	left:0;
	top:-2px;
}
.pdf a {
	border-bottom:1px dashed #e20738;
	font-weight:500;
	font-size:14px;
}
.pdf a:hover {
	border-bottom:0;
}
.pdf:last-child {
	margin-bottom:50px;
}
.slick-lightbox-inner .next {
    width: 40px;
    height: 40px;
    z-index: 1;
    
}
.slick-lightbox-inner  .next .slick-next {
    width: 40px;
    height: 40px;
	background: rgba(255,255,255,1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slick-lightbox-inner  .prev .slick-prev {
    width: 40px;
    height: 40px;
	background: rgba(255,255,255,1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slick-lightbox-inner .next .slick-next:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    background: url(../images/slick-arrow.png);
    opacity: 1;
    top: calc(50% - 6.5px);
    left: calc(50% - 4.5px);
}
.slick-lightbox-inner .prev .slick-prev:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    background: url(../images/slick-arrow.png);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    opacity: 1;
    top: calc(50% - 6.5px);
    left: calc(50% - 4.5px);
}
.slick-lightbox-inner  .prev .slick-prev:hover, .slick-lightbox-inner .next .slick-next:hover {
	opacity:0.6;
}

.light-grey {
	color:#999;
}
.contacts {
	margin-bottom:50px;
}
.contacts .installed-item {
	height:unset;
}
.category-item.adress {
	min-height:145px;
}
.category-item.adress.adress2 {
	min-height:unset;
}
.category-item.adress:after {
    background: url(../images/contacts-map.png);
    width: 30px;
    height: 41px;
    top: 22px;
    left: 18px;
}
.contacts .txt strong {
	color:#000;
	font-weight:500;
}
.category-item.phone:after {
    background: url(../images/contacts-phone.png);
    width: 31px;
    height: 31px;
    top: 25px;
    left: 18px;
}
.category-item.mail:after {
    background: url(../images/contacts-mail.png);
    width: 34px;
    height: 23px;
    top: 28px;
    left: 18px;
}
.category-item.mail a {
	font-weight:500;
	border-bottom:1px dashed #e20738;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.category-item.mail a:hover {
	border-bottom:none;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.contacts h2 {
	font-size:30px;
	margin-top:30px;
	margin-bottom:10px;
}
.category-item.phone a {
	color:#999;
	font-size:17px;
	margin-right:10px;
}

/**Calculator**/
.main-img {
    margin: 0;
    height: 370px;
    border: 1px solid rgba(0,0,0,0.06);
    position: relative;
    background: #fff;
	box-shadow:1px 0 29px rgba(0,0,0,0.05);
	-moz-box-shadow:1px 0 29px rgba(0,0,0,0.05);
	-webkit-box-shadow:1px 0 29px rgba(0,0,0,0.05);
	border-radius:5px;
}
.main-img a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    position: relative;
	padding: 50px 40px;
}
.main-img  img {
    margin: 0 auto;
	max-height:100%;
}
.main-img {
    max-height: 100%;
    max-width: 100%;
	margin-bottom:30px;
}
.main-img a:after {
    position: absolute;
    content: '';
    background: url(../images/zoom.png);
    width: 23px;
    height: 23px;
    bottom: 20px;
    right: 20px;
}
.calculator .price {
	color:#e20738;
	font-size:31px;
	font-weight:600;
	text-align:center;
}
.clear {
	text-align:center;
	margin-bottom:30px;
}
.clear a {
	font-size:14px;
	color:#999;
	position:relative;
}
.clear a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #999;
    visibility: visible;
    transform: scaleX(1);
    transition: .25s linear;
    opacity: 1;
}
.clear a:hover:before {
    visibility: hidden;
    transform: scaleX(0);
    bottom: -1px;
    opacity: 0;
}
.radio-type .jq-radio, .radio-type .jq-radio.focused,
.radio-type-view .jq-radio, .radio-type-view .jq-radio.focused,
.radio-type-door .jq-radio, .radio-type-door .jq-radio.focused,
.radio-type-glass .jq-radio, .radio-type-glass .jq-radio.focused,
.radio-type-color .jq-radio, .radio-type-color .jq-radio.focused,
.radio-type-handle .jq-radio, .radio-type-handle .jq-radio.focused    {
    border: none !important;
    background: none;
    width: 1px;
    margin: 0;
}
.type {
	margin-bottom:20px;
}
.type .form-group {
	display:inline-block;
	width:calc(33% - 25px);
	margin-right:20px;
	vertical-align:top;
}
.type .radio-type {
	border:1px solid #dbdada;
	color:#999;
	font-size:15px;
	text-align:center;
	display:block;
	border-radius:5px;
	height:50px;
	cursor:pointer;
	margin-bottom:2px;
}
.type .radio-type.radio-checked {
	background:#e20738;
	border:1px solid #e20738;
	color:#fff;
	font-weight:600;
}
.type .radio-text {
	margin-top:-4px;
}

.construct-item {
	border: 1px solid rgba(0,0,0,0.06);
    position: relative;
    background: #fff;
	box-shadow:1px 0 20px rgba(0,0,0,0.05);
	-moz-box-shadow:1px 0 20px rgba(0,0,0,0.05);
	-webkit-box-shadow:1px 0 20px rgba(0,0,0,0.05);
	border-radius:0 5px 5px 5px;
	margin-bottom:30px;
}
.construct-title {
	background:#fbfafa;
	font-size:19px;
	font-weight:600;
	color:#000;
	padding:20px 25px;
	border-radius:0 5px 0 0;
	position:relative;
	cursor:pointer;
}
.construct-title:before {
	position:absolute;
	content:'';
	background:#e20738;
	width:3px;
	height:100%;
	top:0;
	left:0;
}
.construct-item.open .construct-title:after {
	position:absolute;
	content:'';
	background:url(../images/arrow.png);
	width:6px;
	height:10px;
	top:30px;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	right:20px;
}
.construct-title:after {
	position:absolute;
	content:'';
	background:url(../images/arrow.png);
	width:6px;
	height:10px;
	top:30px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	right:20px;
}
.construct-body {
	padding:25px 25px 20px;
	border-top:1px solid #f0f0f0;
}
.calculator .label {
	font-weight:500;
	color:#000;
	display:inline-block;
	width:192px;
	vertical-align:top;
}
.radio {
	display:inline-block;
	vertical-align:top;
}
.radio label {
	color:#666;
	display:inline-block;
}
.size .radio {
	width:calc(100% - 200px);
	max-width:250px;
}
.radio .jq-radio {
    display: inline-block;
    vertical-align: top;
	border:1px solid #e5e5e5;
	margin-top:2px;
}
.radio .jq-radio.checked {
	border:1px solid #e20738;
}
.radio .jq-radio.checked .jq-radio__div {
    width: 7px;
    height: 7px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #e20738;
    box-shadow: none;
}
.construct-item input {
	height:50px;
	border-radius:5px;
	border:1px solid #e8e8e8;
	width:100%;
}
.vid .radio {
	width:130px;
}
.construct-body .sep {
	margin:20px 0 25px;
	border-bottom:1px solid #eaeae8;
}

.form-group.inline {
	display: inline-block;
	vertical-align:top;
    width: calc(25% - 15px);
    margin-right: 10px;
	margin-bottom:5px;
}
.radio-type-view {
    border: 1px solid #dbdada;
    color: #999;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 5px;
    height: 38px;
    cursor: pointer;
    margin-bottom: 2px;
	line-height:1;
}
.radio-type-view.radio-checked {
	border:1px solid #e20738;
	color:#e20738;
	font-weight:600;
	box-shadow:1px 5px 4px rgba(226,7,56,0.11);
}
.vid .radio-text {
    margin-top: -5px;
}
.radio-type-door, .radio-type-glass {
	height:195px;
	padding:0 30px 20px;
	border: 1px solid #dbdada;
	text-align: center;
    display: block;
    border-radius: 5px;
	cursor: pointer;
    margin-bottom: 2px;
	line-height:1;
}
.radio-type-door.radio-checked, .radio-type-glass.radio-checked, .radio-type-color.radio-checked, .radio-type-handle.radio-checked {
	border-width:2px;
	position:relative;
	border-color:#e20738;
	box-shadow:1px 5px 4px rgba(226,7,56,0.11);
}
.radio-type-door.radio-checked:after, .radio-type-glass.radio-checked:after, .radio-type-color.radio-checked:after, .radio-type-handle.radio-checked:after {
	position:absolute;
	content:'';
	background:url(../images/active-checked.png);
	width:22px;
	height:22px;
	bottom:-10px;
	right:-10px;
}
.form-group.inline.door {
	margin-right:15px;
	display:none;
}
.standart-img .form-group.inline.door {
	display:inline-block;
}
.form-group.inline.color {
	margin-bottom:15px;
}

.form-group.inline.door.last {
	margin-right:0;
}
.construct-body {
	display:none;
}
.construct-item.open .construct-body {
	display:block;
}
.osteklenenie {
	opacity:0.35;
	pointer-events: none;
}
.osteklenenie.visible {
	opacity:1;
	pointer-events: unset;
}
.radio-type-color, .radio-type-handle {
	height:140px;
	border: 1px solid #dbdada;
	text-align: center;
    display: block;
    border-radius: 5px;
	cursor: pointer;
    margin-bottom: 2px;
	line-height:1;
	position:relative;
}
.radio-color {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	border-radius:5px;
}

.tooltip {
 width:135px;
 font-size:14px;
 text-align:center;
 padding:50px;
 margin:20px auto;
 position:relative;
 border-radius:5px;
 opacity:1;
}
 
.tooltip:before {
 content:attr(data-description);
 box-sizing:border-box;
 display:block;
 background:url(../images/tooltip.png);
 color:#000;
 padding:0px 0;
 position:absolute;
 left:50%;
 top:0px;
 margin-left:-41px;
 width:89px;
 height:52px;
 line-height:35px;
 border-radius:5px;
 opacity:0;
 transition:.25s ease-in-out;
}
 
.tooltip:hover:before {
 opacity:1;
 top:-70px;
}
.color .inline.door {
	margin-bottom:15px;
}
.color .inline.door:nth-of-type(4n+4) {
    margin-right: 0;
} 
.radio-type-handle .radio-img {
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -17px;
	justify-content:center;
}
.construct-item .checkbox > div {
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin-bottom:20px;
	color:#666;
	font-size:15px;
}
.construct-item .checkbox .checked ~ label {
    font-weight: 500;
    color: #000;
}
.construct-item .jq-checkbox {
	border-color:#dbdbdb;
}
.construct-body .buttons > div {
	display:inline-block;
	position:relative;
	margin-bottom: 0px;
    padding-left: 35px;
	margin-right:30px;
}
.construct-body .buttons a {
	border-bottom: 1px dashed #e20738;
    font-weight: 500;
    font-size: 14px;
}
.pdf.pdf2:before {
	background:url(../images/pdf2.png);
	width:17px;
	height:21px;
	top:1px;
}
.total-table {
	width:100%;
}
.total-table thead {
	border-bottom:3px solid #e20738;
}
.total-table th {
	padding:20px 15px;
	font-size:16px;
	font-weight:500;
	color:#000;
}
.total-table td:last-child {
	font-weight:500;
	color:#333;
	font-size:16px;
}
.total-table td {
	font-size:15px;
	color:#666;
	padding:20px 10px 20px 15px;
}
.edit {
	position:relative;
	width:16px;
	height:16px;
	display:block;
}
.edit:before {
	position:absolute;
	content:'';
	background:url(../images/edit.png);
	width:16px;
	height:16px;
}
.total-table tbody tr:nth-of-type(2n+2) {
	background:#f8f8f8;
}
.total-table tfoot {
	border-top:1px solid #f6f6f5;
	border-bottom:1px solid #f6f6f5;
}
.total-table tfoot td:nth-of-type(1) {
	color:#000;
	font-weight:600;
	font-size:17px;
}
.total-table tfoot td:last-child {
	color:#e20738;
	font-weight:600;
	font-size:20px;
}
.order-buttons {
	margin-top:30px;
	margin-bottom:20px;
}
.order-buttons .order, .order-buttons .callback {
	width:180px;
	height:40px;
	line-height:40px;
	border:1px solid #e20738;
	font-size:15px;
	font-weight:500;
	margin:0 0 0 15px;
	font-family:'Myriad Pro';
	border-radius:5px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.order-buttons .order {
	color:#FFF;
	background:#e20738;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.order-buttons .order:hover {
	color:#e20738;
	background:#FFF;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.order-buttons .callback {
	color:#e20738;
	background:#FFF;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.order-buttons .callback:hover {
	color:#FFF;
	background:#e20738;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.calculate {
	margin-bottom:60px;
}
.two-col .radio {
	width:190px;
}
.vorota .form-group.inline {
	width:unset;
}
.vorota .radio-type-view {
	padding:0 14.5px;
}

.radio label, .checkbox label {
	cursor:pointer;
}
.vorota .form-group.inline.vid-img {
	margin-bottom:15px;
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 15px);
}
.vorota .form-group.inline.vid-img {
	display:none;
}
.vorota .radio-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -17px;
    justify-content: center;
}
.vorota .radio-type-door {
	padding-bottom:10px;
	padding-top:10px;
}
.full-width .select {
	margin-top:10px;
}
.full-width .select .jq-selectbox__select, .full-width .jq-selectbox__dropdown {
    width: calc(100% - 20px);
}
.full-width .jq-selectbox__select {
	font-weight:400;
}


footer {
	position:relative;
	z-index:2;
}
.if-rentgen, .if-nerjaveika, .if-technics, .if-otkatnie, .if-sekcionnie, .if-rulonnie, .if-rasp-protivop, .if-garajnie, .if-metal, .if-otkat-protivop, .if-dvupol-protivop,
.if-dvupol-tech, .if-dvupol-stal
 {
	display:none;
}
.standart, .with-steklo {width:100%}
.mdf {
	display:none;
}
.standart-img {
	width:100%;
}
.radio-type-glass .radio-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -17px;
    justify-content: center;
}
.category-item .title.constructor {
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 100px;
    padding-top: 20px;
}
.tab-pane .product-items {
	width:100%;
}
.content ul.pagination li.next .page-link {
	font-size:0;
}

.our-comand {
	margin:0px -15px;
}
.comand-item {
	padding:15px;
	display:inline-block;
	vertical-align:top;
	width:calc(25% - 4px);
}
.comand-item .person-info {
	margin-top:25px;
	min-height:40px;
	white-space:nowrap;
}
.person-info strong {
	display:block;
}
.comand-item .person-contacts {
	margin-top:25px;
}
.comand-item img {
	max-width:100%;
	height:auto;
}

/**Scroll**//*
.::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:3px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
border-radius: 0px;
background-color:#98a3aa;
}

::-webkit-scrollbar-thumb:hover{
background-color:#98a3aa;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar{
width: 5px;
height:5px;
}
*/
@media only screen and (min-width:1200px) {
	.header .container {
		display:flex;
	}
	.header .logo {
		width:190px;
		display:inline-block;
	}
	.main-menu .nav > li li:hover .third-menu {
		width:calc(1170px - 274px);
	}
	.know-price .img img {
		max-width:unset;
		margin-left:-110px;
	}
	.fixed-col.sticky {
	    position: sticky;
		width: 470px;
		height: 500px;
		top: 232px;
	}
	.person-info strong {
		white-space: nowrap;
	}
}

@media only screen and (max-width:1199px) {
	.header .container {
		display:flex;
		justify-content:space-between;
	}
	.main-menu .nav > li > a {
		padding: 0 9px;
	}
	.main-menu .nav > li.katalog > a {
		padding-left:40px;
		padding-right:10px;
	}
	.main-menu .nav > li.katalog span.ic:before {
		left:10px;
	}
	img {
		max-width:100%;
	}
	.main-slider .desc {
		max-width:65%;
	}
	.main-slider .prev, .news-items .prev, .clients-items .prev {
		margin-left:-485px;
	}
	.main-slider .next, .news-items .next, .clients-items .next {
		margin-right:-485px;
	}
	.installed-item {
		width:calc(50% - 35px);
	}
	#doors.installed-item {
		padding: 20px 10px 20px 95px;
	}
	.category-item.installed-item {
		min-height:140px;
	}
	.product-wrap .product-item {
		width: calc(50% - 32px);
	}
	.type .form-group {
		width: calc(50% - 25px);
	}
	.vid .radio {
		width: 130px;
	}
	.form-group.inline {
		width: calc(33% - 20px);
		margin-bottom:15px;
	}
	.color .inline.door:nth-of-type(4n+4) {
		margin-right: 15px;
	}
	.color .inline.door:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.comand-item {
		width:calc(33% - 4px);
	}
}
@media only screen and (min-width:992px) {
	.hidden-lg, .hidden-xl {
		display:none;
	}
	.main-menu .nav > li.has-child:hover .second-menu {
		height:auto;
		opacity:1;
		display:block;
		transition:opacity 0s cubic-bezier(.25,.46,.45,.94);
		border-bottom:4px solid #dc092e;
	}
	.main-menu .nav > li li:hover .third-menu {
		position:absolute;
		left:100%;
		height:auto;
		display:block;
		opacity:1;
		background:#f9f8f8;
		margin-left:1px;
		top:0;
		padding:20px 15px;
	}
	.main-menu .nav > li .third-menu {
		min-height:662px;
	}
	
}
@media only screen and (min-width:992px) and (max-width:1199px) { 
	.main-menu .nav > li li:hover .third-menu {
		width:calc(960px - 274px);
	}
	.subcategory .box-header-top {
		display:block;
	}
	.sort {
		margin-top:15px;
	}
}
@media only screen and (max-width:991px) {
	
	.mobile-menu {
		position:relative;
		width:50px;
		height:43px;
		z-index:99;
		display:inline-block;
		margin-right: 20px;
		background: #e20738;
	}
	.mobile-menu span {
		position: relative;
		top: 22px;
		left:10px;
		margin-top: -2px;
		-webkit-transition: background 0.1s 0.1s;
		-moz-transition: background 0.1s 0.1s;
		transition: background 0.1s 0.1s;
	}
	.mobile-menu span, .mobile-menu span::before, .mobile-menu span::after {
		position: absolute;
		display: inline-block;
		height: 2px;
		width: 28px;
		background: #fff;
	}
	.mobile-menu span::before {
		top: -7px;
	}
	.mobile-menu span::before, .mobile-menu span::after {
		content: '';
		right: 0;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0% 50%;
		-moz-transform-origin: 0% 50%;
		-ms-transform-origin: 0% 50%;
		-o-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		-webkit-transition: -webkit-transform 0.1s 0.1s;
		-moz-transition: -moz-transform 0.1s 0.1s;
		transition: transform 0.1s 0.1s;
	}
	.mobile-menu span::after {
		top: 7px;
	}
	.mobile-menu.nav-is-visible span {
		background: rgba(46, 50, 51, 0);
	}
	.mobile-menu.nav-is-visible span::before {
		-webkit-transform: translateX(3px) translateY(-3px) rotate(45deg);
		-moz-transform: translateX(3px) translateY(-3px) rotate(45deg);
		-ms-transform: translateX(3px) translateY(-3px) rotate(45deg);
		-o-transform: translateX(3px) translateY(-3px) rotate(45deg);
		transform: translateX(3px) translateY(-3px) rotate(45deg);
	}
	.mobile-menu.nav-is-visible span::before {
		top: -8px;
	}
	.mobile-menu.nav-is-visible span::after {
		top:11px;
		-webkit-transform: translateX(3px) translateY(-2px) rotate(-45deg);
		-moz-transform: translateX(3px) translateY(-2px) rotate(-45deg);
		-ms-transform: translateX(3px) translateY(-2px) rotate(-45deg);
		-o-transform: translateX(3px) translateY(-2px) rotate(-45deg);
		transform: translateX(3px) translateY(-2px) rotate(-45deg);
	}
	.main-menu {
		position:absolute;
		width:100%;
		visibility:hidden;
		opacity:1;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		z-index:10;
		margin-top:0px;
		display:none;
		background: rgba(239,240,243,1);
	}
	.main-menu .nav > li {
		border-left:none;
	}
	.main-menu.nav-is-visible {
		/*height:100vh;*/
		overflow:auto;
		visibility:visible;
		opacity:1;
		transition:opacity .4s cubic-bezier(.25,.46,.45,.94);
		-webkit-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);
		-ms-transition:opacity .4s cubic-bezier(.25,.46,.45,.94);
		display:block;
	}
	.main-menu .nav {
		display:block;
	}
	.main-menu .nav > li {
		display:block;
		padding:15px 0 5px;
	}
	.main-menu .nav > li > a {
		padding: 0 15px;
	}
	
	.main-menu .nav > li.has-child:hover .second-menu {
		position:relative;
		width:100%;
		box-shadow:none;
		border-left:none;
		border-right:none;
	}
	.main-menu .nav > li.has-child .second-menu.open, .main-menu .nav > li.has-child .third-menu.open {
		height:auto;
		opacity:1;
		display:block;
		transition:opacity 0s cubic-bezier(.25,.46,.45,.94);
		position:relative;
		width:100%;
		box-shadow:none;
		border-left:none;
		border-right:none;
	}
	.main-menu .nav > li .second-menu a {
		width:calc(100% - 40px);
		display:inline-block;
	}
	.header-top .adress {
		width:180px;
	}
	.main-menu .nav > li .second-menu > li.has-child span {
		position: relative;
		top: -2px;
	}
	.top-menu a {
		display:block;
		margin-bottom:5px;
	}
	.search {
		width: 30%;
	}
	.main-menu .nav > li.katalog span.ic {
		position: relative;
		width: 30px;
		height: 19px;
		display: inline-block;
		vertical-align: middle;
		left:5px;
	}
	.main-menu .nav > li.katalog > a {
		padding-left: 20px;
	}
	.main-menu .nav > li .second-menu > li > a {
		padding:20px 0px 20px 60px;
		width:calc(100% - 60px);
		display:inline-block;
		vertical-align:middle;
	}
	.main-menu .nav > li .second-menu > li > span {
		display:inline-block;
		vertical-align:middle;
		width:60px;
		height:50px;
	}
	.main-menu .nav > li .second-menu > li > span.active:before {
		transform:rotate(90deg);
	}
	.main-menu .nav > li .second-menu > li:hover > a, .main-menu .nav > li .third-menu > li:hover {
		background: none;
	}
	.main-menu .nav > li .second-menu > li:hover > a {
		color:#dc092e;
		font-weight:500;
	}
	.main-menu .nav > li .second-menu > li.li-open {
		background:#f4f3f3 !important;
	}
	.main-menu .nav > li .third-menu {
		margin-top:-20px;
		background:#f4f3f3 !important;
	}
	.main-menu .nav > li .third-menu > li {
		box-shadow:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		padding:0 0 0 60px;
		display:block;
		margin:5px 0;
		text-align:left;
		background:none;
	}
	.main-menu .nav > li .third-menu > li img {
		display:none;
	}
	.main-menu .nav > li .third-menu > li a {
		font-size:15px;
		font-weight:400;
		padding:0;
		background:none;
	}
	.main-menu .nav > li .third-menu li.see-all {
		display:none;
	}
	.main-slider .desc {
		max-width:calc(100% - 170px);
	}
	.main-slider .prev {
		margin-left:-485px;
	}
	.main-slider .next {
		margin-right:-485px;
	}
	.main-slider .slider-title {
		font-size:48px;
	}
	.main-slider .desc {
		padding: 75px 45px;
	}
	.main-slider .prev, .news-items .prev, .clients-items .prev {
		margin-left: -365px;
	}
	.main-slider .next, .news-items .next, .clients-items .next {
		margin-right: -365px;
	}
	.know-price .img, .know-price .desc-col {
		width:100%;
	}
	.know-price .desc-col {
		margin-top:-60px;
	}
	.preim-item {
		display:inline-block;
		width:calc(33% - 25px);
		margin:10px;
		vertical-align:top;
	}
	#player {
		margin-bottom:30px;
	}
	.tabs_block .nav-tabs .nav-link {
		padding:1em;
	}
	footer .confirm {
		text-align: left;
		margin-left: 0;
		white-space: nowrap;
	}
	.category-item.installed-item {
		min-height:200px;
	}
	.left-menu {
		display:none;
	}
	.product-wrap .product-item {
		/*height:505px !important;*/
	}
	.product-item .characters div {
		max-height:81px;
	}
	.product-wrap .product-item {
		width: calc(33% - 32px);
	}
	.subcategory .product-wrap .product-item {
		width: calc(50% - 32px);
		/*height:430px !important;*/
	}
	.subcategory .box-header-top.with-filter .box-header-top {
		display:block;
	}
	.type-filter {
		margin-bottom:20px;
	}
	.vitrina .column .item, .vitrina .column .item img {
		max-height: 180px;
	}
	.vitrina .center .item {
		height:390px;
	}
	.align-right {
		float: none;
		margin-left: 0;
	}
	.form-group.inline {
		width:calc(25% - 15px);
	}
	.radio-type-door {
		height:210px;
	}
	.color .inline.door:nth-of-type(3n+3) {
		margin-right: 15px;
	}
	.color .inline.door:nth-of-type(4n+4) {
		margin-right: 0;
	}
	.comand-item {
		width:calc(50% - 4px);
	}
}
@media only screen and (max-width:767px) {
	.header-top .adress {
		display:none;
	}
	.header .container {
		display: block;
	}
	.header .logo, .header .search, .header .cart {
		display:inline-block;
		vertical-align:middle;
	}
	.header .search {
		margin:0 20px;
		width:35%;
	}
	.social {
		text-align:center;
		margin:20px auto 0;
	}
	.main-slider .prev {
		margin-left: 0;
		left:5px;
	}
	.main-slider .next {
		margin-right: 0;
		right:5px;
	}
	.main-slider .desc {
		padding: 45px 40px;
	}
	.main-slider .slider-title {
		font-size: 32px;
	}
	.main-slider .price {
		margin-top:20px;
	}
	.price-item span {
		font-size: 24px;
	}
	.price-item small {
		font-size: 18px;
	}
	.main-slider .price {
		width:115px;
	}
	.main-slider .desc {
		max-width: calc(100% - 130px);
		margin-right:10px;
	}
	.main-slider .slider-detail {
		font-size: 18px;
	}
	#main-slider .slide {
		min-height: 400px;
	}
	.installed-item {
		width:calc(100% - 35px);
	}
	.progress-item {
		margin-bottom:30px;
	}
	.preim-item {
		font-size: 16px;
		line-height: 1.3;
	}
	.tabs_block .nav-tabs {
		display:block;
	}
	.tabs_block .nav-tabs .nav-link {
		padding: 7px;
	}
	.tabs_block .nav-tabs .nav-item {
		display: inline-block;
		/*width: calc(28% - 10px);*/
	}
	.product-item {
		height:auto !important;
	}
	.news-items .prev, .clients-items .prev {
		margin-left: 0;
		left:-5px;
	}
	.news-items .next, .clients-items .next {
		margin-right: 0;
		right:-4px;
	}
	footer .col-md-6 {
		margin-bottom: 10px;
		text-align: center;
		max-width: fit-content;
		max-width: -moz-fit-content;
		display: block;
		margin: 0 auto 15px;
	}
	footer .confirm {
		text-align:center;
	}
	footer .social a:before {
		left:0;
	}
	footer .mail {
		margin-bottom:10px;
	}
	.category-item.installed-item {
		width: calc(100% - 35px);
		min-height:120px;
		height:unset;
	}
	.product-wrap .product-item, .subcategory .product-wrap .product-item {
		width: calc(100% - 30px);
		height:unset !important;
	}
	.category-item .box-header-top .title {
		font-size: 24px;
	}
	.filter li {
		width: calc(33% - 13px);
	}
	.product-tabs .tabs_block .nav-tabs .nav-item {
		display: inline-block;
		width: calc(32% - 10px);
		text-align: center;
	}
	.vitrina .column .item, .vitrina .column .item img {
		max-height: unset;
	}
	.vitrina .center .item {
		height: unset;
		margin-bottom: 30px;
	}
	#map {
		height: 650px;
	}
	.map .order.write-us {
		height:600px;
		top:calc(50% + 20px);
	}
	.write-us textarea {
		height:100px;
	}
	.map .order.write-us {
		right: calc(50% - 200px);
		width: 400px;
	}
	.form-group.inline {
		width:calc(33% - 20px);
	}
	.radio-type-door {
		height:210px;
	}
	.color .inline.door:nth-of-type(3n+3) {
		margin-right: 0px;
	}
	.color .inline.door:nth-of-type(4n+4) {
		margin-right: 15px;
	}
	.calculator .label {
		width:100%;
		margin-bottom:10px;
	}
	.vorota .form-group.inline.vid-img {
		width:calc(33% - 12px);
	}
	iframe {
		max-width:100%;
		height:300px;
	}
	h2 {
		text-align:center;
	}
	.short-text {
		max-width:100%;
	}
	.product-item.slider-item  {
		/*height:unset !important;
		min-height:470px;*/
	}
	img {
		height:auto;
	}
	.adaptive td {
		width:100%;
		display:block;
	}
	.adaptive td img {
		margin:10px auto;
		display:block;
	}
}

@media only screen and (max-width:520px) {
	.header-top {
		position:relative;
	}
	.header-top .container {
		display: block; 
	}
	.login {
		position:absolute;
		right:15px;
		top:10px;
		width:80px;
	}
	.login a {
		padding-left:15px;
	}
	.login a:before {
		left:8px;
	}
	.mobile-menu {
		position: absolute;
	}
	.top-panel {
		display:block;
		width: 180px;
		margin-left: calc(50% - 90px);
	}
	.top-menu {
		padding-top:10px;
		display:flex;
	}
	.cart .text {
		display:none;
	}
	.header {
		padding: 15px 0 10px;
	}
	.size .radio {
		width: 100%;
		max-width: unset;
	}
	iframe {
		max-width:100%;
		height:270px;
	}
	.comand-item {
		width:calc(100% - 4px);
		text-align:center;
	}
}
@media only screen and (max-width:480px) {
	#main-slider .slide {
		min-height: 350px;
	}
	.main-slider .slider-title {
		font-size: 28px;
	}
	.main-slider .desc {
		padding: 80px 40px 65px;
	}
	.slider-btn {
		width: 250px;
		height: 50px;
		line-height:50px;
	}
	.slider-content {
		position:relative;
	}
	.main-slider .desc {
		max-width: 100%;
	}
	.main-slider .price {
		width: 115px;
		position: absolute;
		right: 30px;
		top:0;
	}
	.slider-btn:hover:after {
		right: 40px;
	}
	.main-slider .slick-dots {
		bottom: 10px;
	}
	h2, .h2 {
		font-size: 30px;
	}
	.know-price .desc-col {
		margin-top: -30px;
	}
	.tabs_block .nav-tabs .nav-item {
		display: inline-block;
		width: calc(100%/3 - 40px);
		margin-bottom:5px;
		text-align: center;
	}
	.box-header-top {
		display:block;
	}
	.category-item .box-header-top .title {
		margin-bottom:15px;
	}
	.pagination-wrap li.active, .pagination-wrap li.next, .pagination-wrap li:last-child {
		display:block;
	}
	.pagination-wrap .count-item, .pagination-wrap li  {
		display:none;
	}
	.select .type-filter form > div {
		width:50%;
	}
	.select .type-filter form > div:last-child {
		margin-right:0;
	}
	.select .jq-selectbox__select {
		width: 100%;
	}
	.filter li {
		width: calc(50% - 13px);
	}
	blockquote {
		font-size:16px;
	}
	.product-tabs .tabs_block .nav-tabs .nav-item {
		width:unset;
	}
	.map .order.write-us {
		right: unset;
		width: calc(100% - 30px);
	}
	.form-group.inline {
		width: calc(50% - 20px);
	}
	.radio-type-door, .radio-type-glass {
		height: auto;
	}
	.color .inline.door:nth-of-type(3n+3) {
		margin-right: 15px;
	}
	.color .inline.door:nth-of-type(2n+2) {
		margin-right: 0;
	}
	.construct-body .buttons > div {
		margin-bottom:10px;
	}
	.total-table tfoot td:last-child {
		font-size:18px;
		white-space:nowrap;
	}
	.construct-title {
		padding;20px 15px;
	}
	.construct-body {
		padding:25px 15px;
	}
	.vorota .form-group.inline.vid-img {
		width:calc(50% - 20px);
	}
	.tabs_block .nav-tabs .nav-link {
		padding: 0;
	}
	iframe {
		max-width:100%;
		height:250px;
	}
}

@media only screen and (max-width:414px) {
	.header {
		position:relative;
	}
	.logo {
		display:block;
	}
	.header .search {
		margin: 15px 0;
		width: 100%;
	}
	.cart {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.social {
		margin: 0 auto;
	}
	.preim-item {
		width:100%;
		margin:15px 0 15px;
	}
	.tabs_block .nav-tabs .nav-link {
		font-size:15px;
	}
	.clients-item {
		margin:10px 50px;
	}
	.total-table th {
		padding: 15px 10px;
		font-size: 15px;
	}
	.total-table td {
		font-size: 14px;
		color: #666;
		padding: 15px 10px 15px 10px;
	}
	.total-table tfoot td:nth-of-type(1) {
		font-size:15px;
	}
	.total-table tfoot td:last-child {
		font-size:16px;
	}
	.order-buttons .order, .total-table td:last-child {
		margin-bottom:15px;
	}
	iframe {
		max-width:100%;
		height:220px;
	}
}
@media only screen and (max-width:413px) {
	.sort strong, .type-filter form {
		display:block;
		margin-bottom:8px;
	}
	.sort .up {
		padding-left:0;
	}
	.type-filter strong {
		display:block;
		margin-bottom:10px;
	}
	.type-filter form > div {
		display:inline-block;
		vertical-align:middle;
		margin-left:0;
		margin-right:10px;
	}
	.select .type-filter form > div {
		width: calc(50% - 10px);
	}
	h1, .title-cat {
		font-size: 36px 
	}
	.type .form-group, .form-group.inline {
		width: 100%;
		margin-right: 0;
	}
	.color .form-group.inline {
		width: calc(50% - 10px);
	}
	.vorota .form-group.inline.vid-img {
		width: 100%;
		margin-right: 0;
	}
	.two-col .radio {
		width:100%;
	}
	.two-col .form-group {
		margin-bottom:0;
	}
	iframe {
		max-width:100%;
		height:210px;
	}
}
@media only screen and (max-width:360px) {
	.slider-btn {
		font-size:17px;
		width:215px;
		padding-left:20px;
	}
	.slider-btn:hover:after {
		right: 20px;
	}
	.slider-btn:after {
		right: 20px;
	}
	.know-price .desc-col {
		margin-top: -15px;
	}
	.product-tabs .tabs_block .nav-tabs .nav-link {
		font-size: 14px;
		padding: 7px 3px;
	}
	form.order.write-us .submit {
		width:100%;
	}
	.write-us textarea {
		height: 80px;
	}
	.total-table tfoot td:last-child {
		white-space:unset;
	}
}
@media only screen and (max-width:340px) {
	.top-menu a {
		margin-left: 5px;
		margin-right: 5px;
	}
	#doors.installed-item {
		padding: 7px 10px 20px 95px;
	}
	.all-news {
		width:100%;
	}
	.map .order {
		padding:20px;
		width:100%;
	}
	.category-item .title {
		font-size: 19px; 
	}
	.total-table td {
		font-size: 12px;
		padding:10px 7px 10px 7px;
	}
	.total-table th {
		padding: 10px 7px;
		font-size: 14px;
	}
	.total-table td:last-child, .total-table tfoot td:last-child, .total-table tfoot td:nth-of-type(1) {
		font-size:14px;
	}
}



.form-control {
	min-width: 320px;
}

.bitrix24 {
	display: none!important;
}

@media print {
  header * {
    display:none;
  }

  .left-menu {
    display:none;
  }

  footer {
  	display: none;
  }

  .category .col-xl-3.col-lg-4 {
  	display: none;
  }
}

.nav>li>a {
	display: unset;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: none;
	
}

.slider-item {
	/*height: 542px!important;*/
}

.slider-item .color-list .c-item {
	width: 58px!important;
}

.form-content-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.form-content-item-left {
	display: flex;
}

.form-content-item-left-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-content-item-left-img {
	width: 70px;
	margin-right: 10px;
}

.form-content-item-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
}

.form-content-item-left-img img {
	width: 100%;
}

.form-content-item {
	margin-bottom: 30px;
	border-bottom: 1px solid #8080802e;
	padding-bottom: 10px;
}

.form-content-cart-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.resume {
	background: #fff;
    border: 1px solid #e20738;
    color: #e20738;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    line-height: 33px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.resume:hover {
	background: #e20738;
	color: white;
}

.go-cart {
	color: white;
	background: #e20738;
	border:  1px solid transparent;
	 font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    line-height: 33px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.go-cart:hover {
	color: #e20738;
	border-color: #e20738;
	background: white;
}

.resume:focus {
	color: #e20738;
}

.fo-cart:focus {
	color: white;
}

.product-form {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.product-form-img {
	width: 80px;
	margin-right: 20px;
}

.product-form-img img {
	width: 100%;
}

.product-form-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.succ-text {
	font-size: 20px;
}

@media only screen and (max-width:900px) {	
	.hidden-card {
		display: block!important;
		position: unset!important;
		/*padding-left: 0!important;*/
	}

	.to-catalog {
		margin-top: -129px;
	}
}

.graybig {
	padding: 80px 0;
	background: #fdfcfd;
}

.bestsellers .tabs_block .nav-tabs {
	z-index: 2;
}

.tabs_block .next, .tabs_block .prev {
	z-index: 3;
}

.tabs_block .next {
	right: -35px;
	top:  25%;
}

.tabs_block .prev {
	right: unset;
	top: 25%;
    left: -35px;
}

.why-us {
	padding: 60px 0;
}

@media only screen and (max-width:767px) {
	.nav.nav-tabs {
		padding-left: 20px;
	}

	.tabs_block .prev {
		top: -60px;
		right: 40px;
		left: unset;
	}

	.tabs_block .next {
		right: 28px;
		top: -60px;
	}

}
.catalog-our-works .prev,
.catalog-our-works .next {
	top: 43% !important;
}

@media(max-width: 767px){
	.catalog-our-works .prev,
	.catalog-our-works .next {
		top: -60px !important;
	}
}

.cursor-pointer {
	cursor: pointer;
}
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.footer_menu1 a{
    font-size:11px!important;
    text-decoration: none!important;
    text-transform: none!important;
    padding:0px!important;
}

.footer_menu1 .bx-nav-1-lvl>a span {
    padding: 0px 14px 15px;
}

.micro_razmetka{
    display:none;
}

.confirm2{
    margin-top:20px;
}



@media print
{
    .ya-share2.ya-share2_inited, .recomended,.breadcrumbs, header, .ShowPanel,.add-to-cart,.notavailable, .title-cat,.can-buy,.js-color-palette-btn, .nav.nav-tabs, .buttons{
        display:none!important;
    }

    .main-product-slider .slick-slide{
        height:300px!important;
    }

    .short-desc h1 {
        font-size: 14px!important;
    }

    .price, .short-desc .bottom-box .price strong{
        margin:0px!important;
        font-size: 14px!important;
    }


    .bottom-box, .quantity,.short-desc .txt,.thumb-slider{
        margin:0px!important;
        padding:0px!important;
    }


}


