@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.eot');
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamProRegular.eot');
    src: url('../fonts/GothamProRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamProRegular.woff2') format('woff2'),
        url('../fonts/GothamProRegular.woff') format('woff'),
        url('../fonts/GothamProRegular.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamProBold.eot');
    src: url('../fonts/GothamProBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamProBold.woff2') format('woff2'),
        url('../fonts/GothamProBold.woff') format('woff'),
        url('../fonts/GothamProBold.ttf') format('truetype');
    font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
	line-height: 30px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 300;
	font-family: 'Gotham Pro', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 300;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1280px){
	.holder {
		max-width: 1200px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.title {
	margin: 0 0 40px;
	font-size: 36px;
	font-weight: 400;
	line-height: 42px;
}
h2 {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
}
h3 {
	margin: 0 0 13px;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
a {transition: all .3s linear;}
p {margin: 0 0 30px;}
p a, .article li a {color: #fc850f;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 13px 50px 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background: #fc850f;
	border: 1px solid #fc850f;
	border-radius: 8px;
	transition: all .3s linear;
}
button.button {
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}
.button:hover {
	background: #e77605;
	border: 1px solid #e77605;
}
.button-blue {
	background: #849daa;
	border: 1px solid #849daa;
}
.button-blue:hover {
	background: #758b97;
	border: 1px solid #758b97;
}
.button-light {
	color: #000;
	background: #fff;
	border: 1px solid #849daa;
}
.button-light:hover {
	color: #fff;
	background: #758b97;
	border: 1px solid #758b97;
}
/************************* form-block *************************/
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 47px;
	padding: 0 15px;
	margin: 0 0 19px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #849daa;
	border-radius: 10px;
}
.textarea {
	display: block;
	width: 100%;
	height: 76px;
	padding: 13px 15px;
	margin: 0 0 19px;
	color: #000;
	font-size: 16px;
	resize: vertical;
	background: #fff;
	border: 1px solid #849daa;
	border-radius: 10px;
}
::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000; opacity: 1;}
::-moz-placeholder {color: #000; opacity: 1;}
:-ms-input-placeholder {color: #000;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
.select-block {
	margin: 0 0 16px;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header-fixed *************************/
.header-fixed {
	position: fixed;
	top: -80px;
	left: 0;
	right: 0;
	z-index: 500;
	height: 56px;
	padding: 7px 0 0;
	background: #fff;
	border-bottom: 1px solid #d8e1e5;
	transition: all 0.5s ease;
}
.header-fixed.fixed {top: 0;}
.header-fixed-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-fixed .header-logo img {
	width: 80px;
}
.header-fixed .header-nav-list {
	flex: 1;
	padding: 0 0 0 40px;
}
.header-fixed .header-nav-list li {
    font-size: 16px;
}
/************************* header-top *************************/
.header {
	border-bottom: 1px solid #d8e1e5;
}
.header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 0 37px;
}
.header-logo {margin: 0 30px 0 0;}
.header-logo img {
	width: 195px;
}
.header-logo-text {
	max-width: 290px;
	color: #849daa;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.header-search {
	position: relative;
	flex: 1;
	margin: 0 65px 0 45px;
}
.search-input {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 12px;
	margin: 0;
	color: #000;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d8e1e5;
	border-radius: 6px;
	transition: all 0.3s linear;
}
.search-input:hover,
.search-input:focus,
.header-search:hover .search-input {border: 1px solid #f47821;}
.search-button {
	position: absolute;
	top: 10px;
	right: 11px;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../image/loupe.svg) 50% 50% no-repeat;
	background-size: cover;
}
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.header-phone-mob {display: none;}
.header-phone {
	text-align: right;
}
.header-phone-number {
	display: block;
	margin: 0 0 4px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
}
.header-phone-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 17px;
}
.header-phone-callback {
	margin: 0 18px 0 0;
	color: #fc850f;
	text-decoration: none;
	border-bottom: 1px solid #fc850f;
}
.header-phone-callback:hover {border-bottom: 1px solid transparent;}
.header-phone-all {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.header-phone-all:hover {border-bottom: 1px dashed transparent;}
.phone-all {
	position: relative;
}
.phone-all-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.phone-all-link:hover {
	color: #a3b8c3;
	border-bottom: 1px dashed transparent;
}
.phone-all:hover .phone-all-hidden {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.phone-all-hidden {
	position: absolute;
	top: calc(100% + 14px);
	right: -38px;
	z-index: 10;
	width: 260px;
	padding: 30px 0 26px 35px;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
	border-radius: 10px;
 	background-color: rgb(255, 255, 255);
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}
.phone-all-hidden a {
	color: #000;
	text-decoration: none;
}
.header-cart {
	position: relative;
	margin: 0 0 0 35px;
}
.header-cart-icon {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	background: #e9f1f4;
}
.header-cart-icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 16px;
	margin: -8px 0 0 -8px;
	transition: all 0.3s linear;
}
.header-cart-icon path {
	fill: #849daa;
	transition: all 0.3s linear;
}
.header-cart-icon:hover {
	background: #a3b8c3;
}
.header-cart-icon:hover path {
	fill: #dfedf5;
}

.header-cart-text {
	display: block;
	padding: 3px 0 0;
	transition: all 0.3s linear;
}
.cart-full .header-cart-icon {
	background: #fc850f;
}
.cart-full .header-cart-icon:hover {background: #e77605;}
@media screen and (min-width: 1023px) {
	.header-cart:hover .cart-hidden,
	.header-cart:hover .cart-empty {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}
}
.cart-hidden {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	width: 326px;
	padding: 38px 38px 31px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 2px 21.87px 5.13px rgba(0, 0, 0, 0.08);
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}  
.cart-empty {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 20;
	width: 272px;
	padding: 31px 20px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.3s linear;
}
.cart-empty-title {
	margin: 0 0 34px;
	font-size: 20px;
	font-weight: 400;
}
.cart-empty-icon {
	margin: 0 0 16px;
}
.cart-empty-icon img {width: 61px}
.cart-empty-text {
	font-size: 16px;
	line-height: 24px;
}
.cart-hidden-list {
	position: relative;
	max-height: 380px;
	overflow-y: auto;
	padding: 0 18px 1px 0;
	margin: 0 -18px 0 0;
}
.cart-hidden-list::-webkit-scrollbar-track{
	background-color: #fff;
}
.cart-hidden-list::-webkit-scrollbar{
	width: 6px;
	background-color: #fff;
}
.cart-hidden-list::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #d2d2d2;
}
.cart-hidden-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 0 28px;
}
.cart-hidden-delete {
	position: absolute;
	top: -6px;
	right: 0;
}
.cart-hidden-delete svg {
	width: 16px;
}
.cart-hidden-delete path {
	fill: #d2d2d2;
	transition: all 0.3s linear;
}
.cart-hidden-delete:hover path {fill: #e95b10;}
.cart-hidden-img {
	width: 42px;
	margin: 0 18px 0 0;
}
.cart-hidden-img img {
	width: 100%;
}
.cart-hidden-content {
	flex: 1;
}
.cart-hidden-name {
	margin: 0 0 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.cart-hidden-text {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.cart-hidden-price {
	color: #fc850f;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.cart-hidden-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart-hidden-total {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 21px 0 22px;
	font-size: 18px;
	font-weight: 700;
	border-top: 1px solid #d5dfe5;
}
.cart-hidden .button {
	display: block;
	padding: 13px 20px 14px;
}
.cart-opt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 29px 0 0;
}
.cart-opt-icon {
	width: 51px;
	min-width: 51px;
	margin: 0 16px 0 0;
}
.cart-opt-icon img {width: 100%;}
.cart-opt-text {
	font-size: 16px;
	line-height: 22px;
}
/************************* header-nav *************************/
.header-nav {
	padding: 0 0 36px;
}
.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.header-nav-list li {
	position: relative;
	font-size: 18px;
}
.header-nav-list a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
}
.header-nav-list a:hover {color: #fc850f;}
.header-nav-list .active,
.header-nav-list .active > a,
.header-nav-list .active > span {
	color: #fc850f;
}
.mob-nav-icon {
	display: none;
	position: absolute;
	top: 34px;
	right: 15px;
	padding: 0 0 8px;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 9px 0 0;
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
	background: #000;
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
	background: #000;
}
/************************* main page *************************/
.main-top {
	padding: 80px 0;
	border-bottom: 1px solid #d8e1e5;
}
.main-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.main-top-video {
	position: relative;
	width: 49%;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.main-top-content {
	width: 45.5%;
	padding: 32px 0 0;
}
.video-cover {
	display: block;
}
.video-cover img {width: 100%;}
.video-cover:before {
    position: absolute;
    top: 50%;
    left: 50%;
	z-index: 10;
	display: block;
	content: '';
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    background: url(../image/play.svg) 50% 50% no-repeat;
	background-size: contain;
	transition: all 0.3s linear;
}
.video-cover:hover:before {transform: scale(1.2);}
.main-top-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	height: 100%;
}
.main-top-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-top-button .button {
	padding: 16px 40px 18px;
	margin: 0 29px 0 0;
    font-size: 20px;
}
.main-top-link {
	padding: 12px 0 0;
}
.main-top-link a {
	color: #000;
}
/************************* main-info *************************/
.main-info {
	padding: 90px 0 80px;
}
.numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding: 0 0 85px;
}
.numbers-item {
	width: 20%;
	padding: 0 25px;
}
.numbers-value {
	margin: 0 0 18px;
	color: #fc850f;
	font-size: 18px;
}
.numbers-value span {
	display: block;
	padding: 4px 0 0;
	font-size: 36px;
	font-weight: 300;
}
.numbers-value i {
	font-style: normal;
	font-family: 'montserrat';
	font-weight: 300;
}
.numbers-text {
	font-size: 14px;
	line-height: 20px;
}
.popuplar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.popuplar-item {
	width: 25%;
	padding: 0 25px;
}
.popuplar-img {
	display: block;
	overflow: hidden;
	margin: 0 0 23px;
	border-radius: 20px;
}
.popuplar-img img {
	width: 100%;
	transition: all 0.3s linear;
}
.popuplar-img:hover img {transform: scale(1.05);}
.popuplar-text {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popuplar-text a {
	color: #000;
	text-decoration: none;
}
.popuplar-text a:hover {color: #fc850f;}
/************************* main-catalog *************************/
.main-catalog {
	padding: 0 0 90px;
}
.category-content .button {
	padding: 13px 10px 14px;
}
.main-clients {
	padding: 0 0 93px;
}
.client-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.client-block .client-item {
	display: block;
	width: 50%;
	padding: 0 25px;
    margin: 0 0 50px;
}
.client-block .client-img {
	width: auto;
	margin: 0 0 33px;
}
.client-block .client-content {
    width: auto;
    margin: 0;
}
.main-clients .buttons-block .button {width: 360px;}
/************************* main-review *************************/
.main-review {
	padding: 0 0 93px;
}
.review-slider {
	padding: 0 50px;
	margin: -25px 0 25px;
}
.review-slide {
	padding: 25px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 22px;
	height: 39px;
	margin-top: -19px;
	font-size: 0;
	cursor: pointer;
	background: url(../image/slider-arrow.svg) 50% 50% no-repeat;
	background-size: cover;
}
.slick-prev {
	left: 0;
	transform: scale(-1, 1);
}
.slick-next {
	right: 0;
}
.review-slide .review-item {
	margin: 0;
    padding: 38px 55px 46px;
    box-shadow: -5.516px 4.31px 19px 0px rgba(201, 199, 200, 0.3);
}
.buttons-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.buttons-block .button {
	margin: 0 25px;
	padding: 13px 20px 14px;
}
.main-review .buttons-block .button {width: 206px;}
/************************* main-about *************************/
.main-about {
	padding: 0 0 100px;
	text-align: center;
}
.main-about-block {
	overflow: hidden;
	/*height: 369px;*/
	padding: 0 0 1px;
	text-align: left;
}
.main-about-block.vis {height: auto;}
.main-about-more {
	position: relative;
	margin: -49px 0 0;
	display: none;
}
.main-about-more:before {
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0;
	display: block;
	content: '';
	height: 140px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 21%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 21%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 21%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.main-about-more.vis {margin: 0;}
.main-about-more.vis:before {display: none;}
/************************* other pages *************************/
/************************* main *************************/
.main {
	padding: 90px 0 100px;
}
.breadcrumbs-line {
	padding: 13px 0 13px;
	border-bottom: 1px solid #d8e1e5;
}
.breadcrumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumbs li {
	margin: 0 8px 0 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.breadcrumbs li:before {
	display: inline-block;
	vertical-align: top;
	content: '/';
	color: #849daa;
	font-size: 14px;
	line-height: 18px;
	margin: 0 8px 0 0;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs li:last-child {margin: 0;}
.breadcrumbs a {
	color: #849daa;
	text-decoration: none;
}
.breadcrumbs a:hover {color: #000;}
/************************* main-block *************************/
.main-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
.side {
	width: 262px;
	min-width: 262px;
	margin: 0 50px 0 0;
}
.content {
	flex: 1;
}
.side-nav {
	margin: -7px 0 0;
	padding: 0 0 31px;
}
.side-nav > li {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 34px;
}
.side-nav a {
	color: #000;
	text-decoration: none;
}
.side-nav a:hover, .side-nav .active {
	color: #fc850f;
}
.side-nav .side-parent.active {
	color: #000;
	font-weight: 700;
}
.side-second {
	padding: 13px 0 0;
}
.side-second > li {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 0 24px;
	font-size: 16px;
	line-height: 28px;
}
.side-second > li > a:before {
	position: absolute;
	top: 14px;
	left: 0px;
	display: block;
	content: '';
	width: 12px;
	height: 1px;
	background: #000;
}
.side-second > li > a.active:before {
	height: 2px;
}
.side-third {
	padding: 16px 0 0;
}
.side-third > li {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 28px;
}
.side-third a {
	color: #7492a2;
}
.side .button {
	display: block;
	padding: 11px 15px 12px;
}
.side .side-button {padding: 16px 15px 15px;}
.side-button {
	margin: 0 0 40px;
	color: #228bba;
	font-size: 18px;
	text-decoration: underline;
	background: #d8f2fd;
	border: 1px solid #d8f2fd;
}
.side-button:hover {
	background: #c9e6f2;
	border: 1px solid #c9e6f2;
}
.side-button img {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	margin: 1px 10px 0 0;
}
.side .mob-button {display: none;}
/************************* filter *************************/
.filter {

}
.filter-item {
	padding: 0 0 26px;
}
.filter-title {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 24px;
}
.sorting-amount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 28px;
	font-size: 14px;
}
.amount-input {
	width: 92px;
	height: 36px;
	padding: 0 12px;
	color: #60717a;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #d8e1e5;
	border-radius: 6px;
}
#slider-range {margin: 0 0 17px;}
/************************* news *************************/
.news {
	padding: 0 0 42px;
}
.news-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 52px;
}
.news-img {
	width: 380px;
	min-width: 380px;
	margin: 0 37px 0 0;
}
.news-img a {
	overflow: hidden;
	display: block;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.news-img img {
	width: 100%;
	transition: all 0.3s linear;
}
.news-img a:hover img {transform: scale(1.05);}
.news-content {
	flex: 1;
}
.news-date {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 14px;
}
.news-title {
	margin: 0 0 23px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.news-title a {
	color: #000;
	text-decoration: none;
}
.news-title a:hover {
	color: #fc850f;
}
/************************* pagination *************************/
.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination li {
	padding: 0 12px;
}
.pagination a {
	color: #000;
	text-decoration: none;
}
.pagination a:hover {color: #fc850f;}
.pagination .active {
	color: #fc850f;
}
/************************* article *************************/
.article-date {
	margin: -25px 0 46px;
	font-size: 14px;
	line-height: 18px;
}
.article-img {
	display: block;
	overflow: hidden;
	margin: 0 0 43px;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.article-img img {
	width: 100%;
	transition: all 0.3s linear;
}
.article-img:hover img {transform: scale(1.05);}
.article-part {padding: 0 0 4px;}
.article a {
	text-decoration: none;
}
.article ul {
	padding: 0 0 21px;
}
.article ul li {
	position: relative;
	padding: 0 0 0 23px;
	margin: 0 0 9px;
	list-style: none;
}
.article ul li:before {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #fc850f;
	border-radius: 50%;
}
ol {
	margin: 0;
	padding: 0 0 21px;
	counter-reset: list;
}
ol li {
	position: relative;
	padding: 0 0 0 23px;
	margin: 0 0 9px;
	list-style: none;
}
ol li:before {
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	counter-increment: list;
	content: counter(list) ".";
	font-weight: 700;
}
.article-webs {
	padding: 10px 0 30px;
}
.table-wrap {
	padding: 8px 0 0;
	margin: 0 0 43px;
	overflow-x: auto;
}
.table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	font-size: 16px;
}
.table th {
	padding: 4px 10px 7px;
	border: 1px solid #0e0f0f;
}
.table td {
	padding: 4px 10px 7px;
	border: 1px solid #0e0f0f;
}
.center {text-align: center;}
/************************* news-more *************************/
.news-more {
	padding: 58px 0 0;
}
.title-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 40px;
}
.title-line .title {margin: 0;}
.title-link {
	padding: 14px 0 0;
}
.title-link a {
	color: #7492a2;
	text-decoration: none;
}
.title-link a:hover {color: #fc850f;}
.news-more-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.news-more-item {
	width: 50%;
	padding: 0 25px;
}
.news-more-img {
	display: block;
	overflow: hidden;
	margin: 0 0 27px;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.news-more-img img {
	width: 100%;
	transition: all 0.3s linear;
}
.news-more-img:hover img {transform: scale(1.05);}
.news-more-date {
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 14px;
}
.news-more-link {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.news-more-link a {
	color: #000;
	text-decoration: none;
}
.news-more-link a:hover {color: #fc850f;}
/************************* review *************************/
.review-list {
	padding: 0 0 43px;
}
.review-item {
	margin: 0 0 51px;
	padding: 38px 55px 46px;
	border-radius: 20px;
	background: #fff;
	box-shadow: -5.516px 4.31px 24px 0px rgba(201, 199, 200, 0.3);
}
.review-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}
.review-photo {
	width: 51px;
	min-width: 51px;
	margin: 0 16px 0 0;
}
.review-photo img {
	width: 100%;
	border-radius: 50%;
}
.review-name {
	padding: 10px 0 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
/************************* category *************************/
.category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px -53px;
}
.category-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding: 0 25px;
	margin: 0 0 38px;
}
.category-img {
	width: 60px;
	min-width: 60px;
	margin: 0 18px 0 0;
}
.category-content {
	flex: 1;
}
.category-title {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.category-title a {
	color: #000;
	text-decoration: none;
}
.category-title a:hover {
	color: #fc850f;
}
.category-content li {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.category-content li a {
	color: #000;
	text-decoration: none;
}
.category-content li a:hover {
	color: #fc850f
}
/************************* contacts *************************/
.contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-map {
	width: 47%;
}
.contacts-side {
	width: 47%;
}
.contacts-item {
	margin: 0 0 36px;
}
.contacts-title {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 30px;
}
.contacts-text a {
	color: #fc850f;
	text-decoration: none;
}
.contacts-map iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
}
/************************* client page *************************/
.client-list {
	padding: 0 0 30px;
}
.client-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
}
.client-img {
	width: 47%;
}
.client-img img {
	width: 100%;
	border-radius: 20px;
}
.client-content {
	width: 47%;
	margin: -7px 0 0;
}
.client-title {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.client-text {
	margin: 0 0 19px;
}
.client-info {
	padding: 0 0 16px;
}
.client-info li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	padding: 8px 0 12px;
}
.client-info-icon {
	width: 25px;
	margin: -8px 15px 0 0;
	text-align: center;
}
.client-info-icon img {
	max-width: 25px;
	max-height: 25px;
}
.client-info-icon-min img {
	max-width: 22px;
	max-height: 22px;
}
.client-result {
	padding: 22px 30px 21px;
	line-height: 24px;
	background: #edf6fa;
	border-radius: 20px;
}
.client-result b {
	display: block;
}
/************************* cart page *************************/
.cart {padding: 0 0 80px;}
.cart-table {
	padding: 0 0 44px;
}
.cart-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cart-line:hover {background: #effaff;}
.cart-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin: 0 9px 0 0;
	padding: 17px 5px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #d8e1e5;
}
.cart-code {
	max-width: 160px;
}
.cart-price,
.cart-total {
	flex-direction: column;
	max-width: 160px;
	color: #fc850f;
	font-weight: 700;
}
.old-price {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: line-through;
}
.old-price span {color: #849daa;}
.cart-quantity {
	max-width: 135px;
	width: 135px;
}
.cart-img {
	max-width: 65px;
	width: 65px;
}
.cart-img img {
	max-width: 55px;
}
.cart-delete {
	max-width: 38px;
	width: 38px;
	margin: 0;
}
.delete {
	display: block;
	width: 20px;
	height: 20px;
}
.delete svg {
	width: 20px;
	height: 20px;
}
.delete path {
	fill: #a3b8c3;
	transition: all 0.3s linear;
}
.delete:hover path {fill: #fc850f;}
.cart-name {
	justify-content: flex-start;
	text-align: left;
}
.cart-name a {
	color: #000;
	text-decoration: none;
}
.cart-name a:hover {color: #fc850f;}
.quantity-holder {
	position: relative;
	display: inline-block;
}
.quantity-input {
	display: block;
	width: 95px;
	height: 25px;
	margin: 0;
	padding: 0 25px;
	color: #000;
	font-size: 14px;
	text-align: center;
	background: none;
	border: 0;
}
.minus {
	left: 0px;
}
.plus {
	right: 0px;
}
.minus, .plus {
	position: absolute;
	top: 0;
	display: block;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #849daa;
	border-radius: 8px;
}
.minus:hover, .plus:hover {
	color: #fff;
	background: #849daa;
}
.cart-top {
	padding: 0 38px 0 5px;
	border-top: 1px solid #d8e1e5;
	border-bottom: 1px solid #d8e1e5;
}
.cart-top .cart-cell {
	padding: 10px 5px 11px;
	color: #000;
	font-weight: 700;
	border-bottom: 0;
}
.cart-total-price {
	color: #fc850f;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;
}

.form-part {
	padding: 0 0 27px;
}
.form-title {
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.form-part .input,
.form-part .textarea {max-width: 366px;}
.radio-list {
	padding: 0 0 2px;
}
.radio-item {
	position: relative;
	margin: 0 0 15px;
}
.radio-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.radio-label {
	position: relative;
	display: block;
	padding: 0 0 0 36px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
}
.radio-label:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #d8e1e5;
	border-radius: 6px;
}
.radio-label:after {
	position: absolute;
	left: 6px;
	top: 6px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background: #d8e1e5;
	border-radius: 3px;
}
.radio-input:checked + .radio-label {color: #fc850f;}
.radio-input:checked + .radio-label:after {background: #fc850f;}
.cart-order .button {
	max-width: 183px;
	padding: 13px 20px 14px;
}
.form-button {
	padding: 6px 0 0;
}
/************************* catalog page *************************/
.catalog {
	padding: 0 0 51px;
}
.catalog-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.catalog-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	margin: 0 9px 0 0;
	padding: 17px 5px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #d8e1e5;
}
.catalog-line:hover {background: #effaff;}
.catalog-check {
	max-width: 38px;
	width: 38px;
	margin: 0;
}
.catalog-check .radio-item {
	width: 20px;
	height: 20px;
	margin: 0;
}
.catalog-check .radio-label {
    padding: 0 0 0 20px;
}
.catalog-price {
	flex-direction: column;
	max-width: 105px;
	color: #fc850f;
	font-weight: 700;
}
.catalog-type {
	max-width: 90px;
	text-align: center;
}
.catalog-brand {
	max-width: 110px;
	text-align: center;
}
.catalog-button {
	max-width: 152px;
	width: 152px;
}
.catalog-button .button {
	display: block;
	width: 100%;
	padding: 6px 20px 8px;
    font-size: 14px;
}
.catalog-img {
	max-width: 88px;
	width: 88px;
}
.catalog-img img {
	width: 66px;
}
.catalog-name {
	justify-content: flex-start;
	text-align: left;
}
.catalog-name a {
	color: #000;
	text-decoration: none;
}
.catalog-name a:hover {color: #228bba;}
.catalog-top {
	padding: 0 0px 0 5px;
	border-top: 1px solid #d8e1e5;
	border-bottom: 1px solid #d8e1e5;
}
.catalog-top:hover {background: none;}
.catalog-top .catalog-cell {
	padding: 10px 5px 11px;
	color: #000;
	font-weight: 700;
	border-bottom: 0;
}
/************************* package *************************/
.package {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 50px;
	background: #f0f6f8;
	border-radius: 20px;
}
.package-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 208px;
	min-width: 208px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.package-content {
	padding: 22px 20px 31px 30px;
}
.package-name {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.package .button {
	padding: 6px 30px 8px;
    font-size: 14px;
}
.package .button-light {
	background: transparent;
}
.package .button-light:hover {
	background: #758b97;
}
/************************* pagination-block *************************/
.pagination-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 95px;
}
.pagination-block .pagination {
	flex: 1;
	padding: 6px 0 0;
}
.pagination-block .button {
	display: block;
	width: 100%;
	padding: 6px 20px 8px;
    font-size: 14px;
}
.pagination-buttons .button {margin: 0 0 21px;}
.pagination-buttons .button:last-child {margin: 0;}
/************************* product *************************/
.product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 20px;
}
.product-img {
	width: 312px;
	min-width: 312px;
	margin: 0 52px 0 0;
}
.product-img .title {display: none;}
.product-img-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 312px;
	margin: 0 0 48px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.product-note {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.product-note a {
	color: #fc850f;
	text-decoration: none;
}
.product-content {
	flex: 1;
}
.product-content .title {
    margin: -8px 0 26px;
}
.product-info {
	margin: 0 0 30px;
}
.product-info span {
	display: inline-block;
	width: 70px;
	padding: 0 10px 0 0;
}
.product-price {
	margin: 0 0 35px;
	color: #fc850f;
	font-size: 36px;
	font-weight: 400;
}
.product-old-price {
	padding: 0 5px 0 0;
	font-size: 24px;
	text-decoration: line-through;
}
.product-old-price span {color: #849daa;}
.product-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 27px;
}
.product-quantity {
	padding: 7px 10px 8px;
	margin: 0 20px 20px 0;
	border: 1px solid #849daa;
	border-radius: 8px;
}
.product-line .button {
	margin: 0 20px 20px 0;
	padding: 12px 20px 13px;
}
.product-cart-icon {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 15px;
	margin: 2px 6px -2px 0;
}
.product-cart-icon path {
	fill: #fff;
}
.product-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product-more-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48.5%;
	margin: 0 0 27px 3%;
}
.product-more-item:nth-child(2n + 1){margin: 0 0 27px;}
.product-more-icon {
	width: 22px;
	min-width: 22px;
	margin: 0 12px 0 0;
	line-height: 22px;
	text-align: center;
}
.prod-icon1, .prod-icon3 {width: 20px;}
.prod-icon2 {width: 15px;}
.product-more-title {
	margin: 0 0 3px;
	color: #fc850f;
	font-size: 20px;
	line-height: 24px;
}
.product-more-text {
	line-height: 24px;
}
.product-about {
	padding: 44px 50px 10px;
	border: 1px solid #e3e7ea;
	border-radius: 10px;	
}
.product-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 17px;
}
.product-tabs li {
	margin: 0 36px 5px 0;
	font-size: 24px;
}
.product-tabs a {
	color: #849daa;
	text-decoration: none;
}
.product-tabs .active a {color: #000;}
.product-about .review-item {
    margin: 0 0 50px;
    padding: 44px 50px 40px;
}
.product-about .review-item:last-child {margin: 0 0 40px;}
.product-about .review-name {
	padding: 0;
	margin: 0 0 15px;
}
.product-about .button {margin: 0 0 50px;}
/************************* bottom-banner *************************/
.bottom-banner img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	max-height: 250px;
	object-fit: cover;
}
/************************* footer *************************/
.footer {
	padding: 95px 0 86px;
	font-size: 16px;
	line-height: 24px;
	border-top: 1px solid #d8e1e5;
}
.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 -25px;
	padding: 0 0 2px;
}
.footer-col {
	width: 25%;
	padding: 0 25px;
}
.footer-title {
	margin: 0 0 18px;
    font-size: 20px;
    font-weight: 400;
	line-height: 27px;
}
.footer-nav li {
	margin: 0 0 10px;
}
.footer-nav a {
	color: #000;
	text-decoration: none;
}
.footer-nav a:hover {color: #fc850f;}
.orange {color: #fc850f;}
.footer-copy {
	max-width: 600px;
}
/************************* popup *************************/
.popup {
	width: 380px;
	display: none;
	border-radius: 20px;
}
.popup.fancybox-content {
	padding: 43px 50px 50px;
	border-radius: 20px;
}
.popup-title {
	margin: 0 0 24px;
    font-size: 28px;
    font-weight: 400;
	line-height: 36px;
	text-align: center;
}
.popup-text {
	margin: -5px 0 26px;
	color: #fc850f;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.popup button.button {
	padding: 13px 10px 14px;
	font-weight: 300;
	text-transform: none;
}
.popup .textarea {
    height: 105px;
}
.form-note {
	margin: -10px 0 17px;
	font-size: 12px;
	line-height: 14px;
}
.file-input {
	width: 0;
	height: 0;
	display: none;
}
.file-label {
    display: block;
    height: 47px;
    padding: 8px 10px 0 15px;
    margin: 0 0 19px;
    color: #000;
	font-size: 16px;
	cursor: pointer;
    background: #fff;
    border: 1px solid #849daa;
    border-radius: 10px;
}
.file-label img {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    margin: 4px 8px -3px 0;
}
/************************* media *************************/
@media screen and (max-width: 1280px) {
	.header-logo img {
		width: 190px;
	}
	.header-logo {
		margin: 0 20px 0 0;
	}
	.header-logo-text {
		max-width: 220px;
	}
	.header-search {
		margin: 0 30px 0 30px;
	}
	.news-img {
		width: 300px;
		min-width: 300px;
		margin: 0 37px 0 0;
	}
	.cart-price, .cart-total {
		max-width: 140px;
	}
	.catalog-top {
		padding: 0 0px 0 5px;
	}
	.catalog-button {
		max-width: 102px;
		width: 102px;
	}
	.catalog-img {
		max-width: 68px;
		width: 68px;
	}
	.catalog-img img {
		width: 55px;
	}
	.pagination-block {
		display: block;
	}
	.pagination-block .pagination {
		flex: 1;
		padding: 25px 0;
	}
	.numbers {
		margin: 0 -15px;
		padding: 0 0 30px;
	}
	.numbers-item {
		width: 33.33%;
		padding: 0 15px 40px;
	}
	.footer-copy {padding: 20px 0 0;}
}
@media screen and (max-width: 1023px) {
	.header-top {
		position: relative;
		padding: 10px 0;
	}
	.header-logo-text {
		display: none;
	}
	.header-search {display: none;}
	.header-right {
		padding: 0 55px 0 0;
	}
	.mob-nav-icon {
		display: block;
		position: absolute;
		right: 0;
		top: 37px;
		z-index: 300;
	}
	.header-nav {
		position: fixed;
		top: 0px;
		left: -100%;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 540;
		padding: 80px 15px 40px;
		max-height: 100vh; 
		overflow-y: auto;
		box-sizing: border-box;
		text-align: center;
		display: block;
		background: #fff;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-fixed .header-nav-list {display: none;}
	.header-nav-list {
		display: block;
	}
	.header-nav-list li {
		margin: 0 0 20px;
	}
	.header-fixed-block {position: relative;}
	.header-fixed-block .mob-nav-icon {
		top: 11px;
	}
	.header-nav .mob-nav-icon {
		right: 20px;
		top: 20px;
	}
	.main {
		padding: 40px 0 50px;
	}
	.title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}
	.main-block {display: block;}
	.side {
		width: auto;
		min-width: 1px;
		margin: 0;
		padding: 0 0 15px;
	}
	.side .title {display: none;}
	.side-nav {
		display: none;
		width: 260px;
		margin: 0;
		padding: 0;
	}
	.side-nav > li:last-child {margin: 0;}
	.side .mob-button {
		display: block;
		margin: 0 0 20px;
	}
	.side .button {
		margin: 0 0 20px;
	}
	.news {
		padding: 0 0 5px;
	}
	.news-item {
		margin: 0 0 40px;
	}
	.article-date {
		margin: -15px 0 35px;
	}
	.news-more {
		padding: 30px 0 0;
	}
	.news-more-block {
		margin: 0 -15px;
	}
	.news-more-item {
		width: 50%;
		padding: 0 15px 20px;
	}
	.title-link {
		padding: 10px 0 0;
	}
	.news-more-link {
		font-size: 21px;
		line-height: 27px;
	}
	.contacts {
		padding: 0 0 10px;
	}
	.contacts-map {
		width: 100%;
		order: 2;
	}
	.contacts-side {
		width: 100%;
		order: 1;
		padding: 0 0 50px;
	}
	.contacts-item {
		margin: 0 0 25px;
	}
	.contacts-title {
		margin: 0 0 15px;
		font-size: 21px;
		line-height: 27px;
	}
	.review-list {
		padding: 0 0 5px;
	}
	.review-item {margin: 0 0 40px;}
	.category {
		margin: 0 -15px -45px;
	}
	.category-column {
		width: 50%;
		padding: 0 15px;
		margin: 0 0 35px;
	}
	.product {
		display: block;
		padding: 0 0 20px;
	}
	.product-img {
		width: auto;
		min-width: 1px;
		margin: 0 0 40px;
	}
	.product-img .title {display: block;}
	.product-content .title {display: none;}
	.product-img-block {
		margin: 0 0 30px;
	}
	.client-list {
		padding: 0;
	}
	.client-item {
		margin: 0 0 50px;
	}
	.cart-table {
		padding: 0 0 30px;
	}
	.cart-top {display: none;}
	.cart-line {
		position: relative;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 20px 10px 0;
		border-top: 1px solid #d8e1e5;
	}
	.cart-line:last-child {
		border-bottom: 1px solid #d8e1e5;
	}
	.cart-cell {
		border-bottom: 0;
		margin: 0;
    	padding: 10px 10px;
		flex: auto;
		justify-content: flex-start;
		text-align: left;
	}
	.cart-name {flex: 1;}
	.cart-code {
		max-width: none;
		width: 100%;
	}
	.cart-price {display: none;}
	.cart-quantity {
		max-width: none;
		width: 100%;
	}
	.cart-price, .cart-total {
		max-width: none;
		width: 100%;
		align-items: flex-start;
	}
	.cart-delete {
		max-width: none;
		width: 20px;
		margin: 0;
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.cart-total-price {
		font-size: 24px;
		line-height: 30px;
	}
	.cart {
		padding: 0 0 40px;
	}
	.form-part {
		padding: 0 0 15px;
	}
	.form-title {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 24px;
	}
	.filter {
		display: none;
		width: 320px;
	}
	.filter-item:last-child {
		padding: 0;
	}
	.catalog {
		padding: 0 0 40px;
	}
	.catalog-top {
		padding: 0 0px 0 5px;
	}
	.pagination-block {
		padding: 0 0 50px;
	}
	.main-top {
		padding: 40px 0 40px;
	}
	.popuplar {
		margin: 0 -15px;
	}
	.popuplar-item {
		width: 50%;
		padding: 0 15px 40px;
	}
	.main-info {
		padding: 50px 0 20px;
	}
	.main-catalog {
		padding: 0 0 60px;
	}
	.main-clients {
		padding: 0 0 60px;
	}
	.main-review {
		padding: 0 0 60px;
	}
	.main-about {
		padding: 0 0 60px;
	}
	.client-block {
		margin: 0 -15px;
	}
	.client-block .client-item {
		padding: 0 15px;
		margin: 0 0 30px;
	}
	.main-clients .buttons-block .button {
		width: 300px;
	}
	.buttons-block .button {
		margin: 0 15px;
	}
	.main-top-content {
		width: 47%;
		padding: 15px 0 0;
	}
	.bottom-banner img {
		min-height: 320px;
	}
	.footer {
		padding: 45px 0 40px;
	}
	.footer-block {
		margin: 0 -10px;
		padding: 0;
	}
	.footer-col {
		width: 50%;
		padding: 0 10px 25px;
	}
	.footer-copy {padding: 0;}
	
}
@media screen and (max-width: 767px) {
	.header-logo {
		margin: 0;
	}
	.header-right {
		padding: 0 44px 0 0;
	}
	.header-phone {display: none;}
	.header-phone-links {display: none;}
	.header-phone-mob {
		display: block;
		margin: 0 20px 3px 0;
	}
	.header-phone-mob img {width: 26px;}
	.phone-all-hidden {
		position: relative;
		top: auto;
		right: auto;
		width: 260px;
		padding: 0px;
		border-radius: 0px;
		box-shadow: none;
		opacity: 1;
		transform: translateY(0px);
	}
	.phone-all-hidden li {margin: 0 0 10px;}
	.phone-all-hidden li:last-child {margin: 0;}
	.header-cart {
		margin: 0;
	}
	.title {
		margin: 0 0 27px;
		font-size: 27px;
		line-height: 34px;
	}
	h3 {
		font-size: 21px;
		line-height: 28px;
	}
	.news-img {
		width: 220px;
		min-width: 220px;
		margin: 0 30px 0 0;
	}
	.news-title {
		margin: 0 0 20px;
		font-size: 21px;
		line-height: 28px;
	}
	.news-more-item {
		width: 100%;
		padding: 0 15px 40px;
	}
	.news-more-item:last-child {padding: 0 15px 0px;}
	.title-line {display: block;}
	.review-item {
		margin: 0 0 51px;
		padding: 38px 35px 35px;
	}
	.product-about {
		padding: 35px 35px 1px;
	}
	.product-tabs li {
		margin: 0 25px 5px 0;
		font-size: 21px;
	}
	.product-about .review-item {
		margin: 0 0 35px;
		padding: 33px 35px 30px;
	}
	.product-about .review-item:last-child {margin: 0 0 34px;}
	.product-about .button {margin: 0 0 35px;}
	.client-img {
		width: 100%;
		margin: 0 0 33px;
	}
	.client-content {
		width: 100%;
		margin: 0;
	}
	.cart-total-price {
		font-size: 21px;
		line-height: 27px;
	}
	.catalog-top {display: none;}
	.catalog-line {
		position: relative;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 30px 10px 0;
		border-top: 1px solid #d8e1e5;
	}
	.catalog-line:last-child {
		border-bottom: 1px solid #d8e1e5;
	}
	.catalog-cell {
		border-bottom: 0;
		margin: 0;
    	padding: 10px 10px;
		flex: auto;
		justify-content: flex-start;
		text-align: left;
	}
	.catalog-name {flex: 1;}
	.catalog-type {
		max-width: none;
		width: 100%;
	}
	.catalog-brand {
		max-width: none;
		width: 100%;
	}
	.catalog-price {
		max-width: none;
		width: 100%;
		align-items: flex-start;
	}
	.catalog-check {
		max-width: none;
		width: 20px;
		margin: 0;
		position: absolute;
		top: 15px;
		right: 10px;
		padding: 0;
	}
	.main-top-video {
		width: 100%;
	}
	.main-top-content {
		width: 100%;
		padding: 35px 0 0;
	}
	.numbers-item {
		width: 50%;
		padding: 0 15px 40px;
	}
	.numbers-value span {
		padding: 4px 0 0;
		font-size: 30px;
	}
	.client-block .client-item {
		width: 100%;
		margin: 0 0 40px;
	}
	.main-clients .buttons-block .button {
		width: 100%;
		margin: 0 0 20px;
	}
	.main-clients .buttons-block .button:last-child {margin: 0;}
	.review-slider {
		padding: 0 25px;
		margin: -25px 0 0;
	}
	.review-slide .review-item {
		padding: 38px 35px 35px;
	}
	.main-review .buttons-block .button {
		width: 100%;
		margin: 0 0 20px;
	}
	.main-review .buttons-block .button:last-child {margin: 0;}
}
@media screen and (max-width: 576px) {
	.news-item {
		display: block;
		margin: 0 0 40px;
	}
	.news-img {
		width: auto;
		min-width: 1px;
		margin: 0 0 30px;
	}
	.footer-col {
		width: 100%;
	}
	.review-item {
		margin: 0 0 30px;
		padding: 25px 20px 25px;
	}
	.category-column {
		width: 100%;
	}
	.product-more-item {
		width: 100%;
		margin: 0 0 27px;
	}
	.product-about {
		padding: 25px 20px 1px;
	}
	.product-about p {margin: 0 0 20px;}
	.product-about .review-item {
		margin: 0 0 20px;
		padding: 25px 20px 20px;
	}
	.product-about .review-item:last-child {margin: 0 0 20px;}
	.product-about .button {margin: 0 0 20px;}
	.package {
		display: block;
		margin: 0 0 50px;
	}
	.package-img {
		padding: 20px 10px;
		width: 100%;
		min-width: 1px;
	}
	.package-content {
		padding: 25px 25px 31px;
	}
	.numbers-item {
		width: 100%;
	}
	.popuplar {
		margin: 0 -10px;
	}
	.popuplar-item {
		width: 50%;
		padding: 0 10px 40px;
	}
	.slick-arrow {
		width: 12px;
		height: 22px;
		margin-top: -11px;
	}
	.review-slider {
		padding: 0 5px;
	}
	.review-slide {
		padding: 25px;
	}
	.review-slide .review-item {
		padding: 25px 20px 25px;
	}
}
@media screen and (max-width: 480px) {
	.popup.fancybox-content {
		padding: 30px;
	}
}
@media screen and (max-width: 400px) {
	
}
@media screen and (max-width: 374px) {
	.header-logo img {
		width: 150px;
	}
	.mob-nav-icon {
		top: 30px;
	}
	.header-phone-mob {
		margin: 0 15px 3px 0;
	}
	.header-right {
		padding: 0 39px 0 0;
	}
}
/**************************** select styling *****************************/
.search-option {
	margin: 0 0 45px;
}
.search-option label[for=input-search]{display: none;}
.search-option .ui-selectmenu-button {
	margin: 0 0 27px;
}
.search-option .button {
	margin-top: 10px;
	cursor: pointer;
}

/************************** catalog categories ***************************/
.content .popuplar {
	padding: 0 0 30px;
}
.content .popuplar-item {
	width: 33.33%;
	margin: 0 0 40px;
}
@media screen and (max-width: 1279px) {
	.content .popuplar {
		margin: 0 -15px;
	}
	.content .popuplar-item {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1023px) {
	.content .popuplar {
		padding: 0 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.content .popuplar-item {
		width: 50%;
	}
	.phone-all-hidden {visibility: visible;}
}
@media screen and (max-width: 576px) {
	
}

/************************** faq-block ***************************/
.faq-block {
	padding: 15px 0 0;
}
.faq-block__question {
	position: relative;
	margin: 0 0 20px;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}
.faq-block__question:after {
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../image/down-arrow.svg) 50% 50% no-repeat;
	background-size: 100%;
	transition: all 0.3s linear;
}
.faq-block__question.active:after {transform: rotate(180deg);}
.faq-block__answer {
	display: none;
	padding: 0 0 30px;
}
/************************** additional styles ***************************/
.product-catalog .main {
    padding-top: 50px;
}
.product-catalog .main .title {
    margin: 0 0 30px;
}

/************************** product page mini photos ***************************/
.product-img-min {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 330px;
	margin: -25px auto 0;
	padding: 0 0 20px;
}
.product-img-min > div {
	width: 30%;
	margin: 0 0 5% 5%;
	height: 90px;
	padding: 10px;
	line-height: 68px;
	cursor: pointer;
	background: #fff;
    border-radius: 10px;
    box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.1);
}
.product-img-min > div:nth-child(3n + 1){margin: 0 0 5%}
.product-img-min img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 1023px){
	.product-img-min {
		margin: -15px auto 0;
	}
}
.product-about p {
	font-family: 'Gotham Pro';
	text-align: left !important;
}
.product-about font {
	font-family: 'Gotham Pro';
	text-align: left !important;
}
.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
	
  /*  background: url('../img/youtube-play-btn.png') no-repeat;*/ /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
	background: url(../image/play.svg) 50% 50% no-repeat;
}
.youtube:hover .play {
    background-position: 0 0;
}
.catalog-sort {
	display: flex;
}
.catalog-sort #input-sort {
	margin-left: auto;
	margin-bottom: 5px;
}