* {
	box-sizing: border-box;
}
section {
	overflow-x: hidden;
}
body {
	padding-right: 0 !important;
	background: #EFF4F6;
}
body.no-scroll {
	overflow: hidden;
	height: 100vh;
}
body.compensate-for-scrollbar {
	overflow: visible !important;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
p,a,div,button,input,textarea {
	font-family: "Montserrat", sans-serif;
	color: #2C343A;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
p strong {
	font-weight: 700;
}
h1,h2,h3 {
	font-family: "Montserrat", sans-serif;
}
h3 {
	color: #44627A;
	font-size: 28px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 16px;
}
.header-sec {
	color: #2C343A;
	font-size: 52px;
	font-weight: 300;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.header-classic {
	color: #59534A;
	font-size: 36px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 100%;
}
.header-classic:before {
	content: "";
	width: 42px;
	height: 42px;
	background: url("../img/header-bg.png") no-repeat center center;
	display: block;
	margin-right: 13px;
}
.header-classic:after {
	content: "";
	width: 42px;
	height: 42px;
	background: url("../img/header-bg.png") no-repeat center center;
	display: block;
	margin-left: 13px;
}
a, a:hover, a:active, a:focus, textarea,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
	text-decoration: none !important;
	outline: none !important;
}
ul {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
strong {
	font-weight: 700;
}
i {
	font-style: italic;
}
input.button,
button {
	border: none;
}
a {
	cursor: pointer;
}
.wrp {
	width: 1480px;
	margin: 0 auto;
}
.loadmore-btn {
	display: inline-block;
	border-radius: 5px;
	padding: 8px 11px;
	background: #7E95A6;
	color: #EFF4F6;
	font-size: 15px;
	font-weight: 500;
	transition: .4s;
	cursor: pointer;
}
.loadmore-btn img {
	margin-left: 18px;
}
.loadmore-btn:hover {
	background: #44627A;
}
.whatsapp-btn {
	background: #4F381A;
	border: 1px solid #79674F;
	font-size: 18px;
	border-radius: 5px;
	color: #EFF4F6;
	font-weight: 500;
	display: inline-block;
	padding: 18px 20px;
	transition: .4s;
}
.whatsapp-btn:hover {
	background: #44627A;
}
.page-in-top {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-left: 24px !important;
}
.breadcrumbs li {
	margin-right: 4px;
}
.breadcrumbs li a,
.breadcrumbs li span {
	display: flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 22px;
	background: rgba(126, 149, 166, 0.20);
	transition: .4s;
}
.breadcrumbs li a svg {
	margin-left: 8px;
}
.breadcrumbs li a svg path {
	transition: .4s;
}
.breadcrumbs li a:hover {
	background: #7E95A6;
	color: #EFF4F6;
}
.breadcrumbs li a:hover svg path {
	stroke: #EFF4F6;
}
.breadcrumbs li:last-child span svg {
	display: none;
}
.brown-btn {
	background: #4F381A;
	padding: 8px 18px;
	text-align: center;
	color: #EFF4F6;
	border: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	transition: .4s;
	cursor: pointer;
}
.brown-btn:hover {
	background: #44627A;
	color: #EFF4F6;
}

.fixed-contacts .socials {
	position: fixed;
	top: 140px;
	left: -500px;
	z-index: 10;
	transition: .8s;
	opacity: 0;
}
.fixed-contacts.fix .socials {
	opacity: 1;
	left: 88px;
	top: 140px;
}
.fixed-contacts .socials li {
	display: block;
}
.fixed-contacts .socials li a {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.fixed-contacts .socials li.vk a:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/vk-icon.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
}
.fixed-contacts .socials li.vk a:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/vk-fix-icon-active.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
	opacity: 0;
}
.fixed-contacts .socials li.telegram a:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/telegram-icon.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
}
.fixed-contacts .socials li.telegram a:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/telegram-fix-icon-active.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
	opacity: 0;
}
.fixed-contacts .socials li.dzen a:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/dzen-icon.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
}
.fixed-contacts .socials li.dzen a:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/dzen-fix-icon-active.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
	opacity: 0;
}
.fixed-contacts .socials li.youtube a:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/youtube-icon.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
}
.fixed-contacts .socials li.youtube a:after {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../img/youtube-fix-icon-active.svg") no-repeat center center / 50px;
	transition: .4s;
	position: absolute;
	opacity: 0;
}
.fixed-contacts .socials li a:hover:before {
	opacity: 0;
}
.fixed-contacts .socials li a:hover:after {
	opacity: 1;
}

.fixed-contacts .buttons {
	position: fixed;
	top: 140px;
	right: -600px;
	z-index: 10;
	opacity: 0;
	transition: .8s;
}
.fixed-contacts.fix .buttons {
	opacity: 1;
	right: 0;
	top: 140px;
}
.fixed-contacts .buttons a {
	display: flex;
	align-items: center;
	width: 200px;
	height: 126px;
	margin-bottom: 20px;
	border-radius: 70px 0px 0px 70px;
	padding: 0 32px 0 82px;
	text-align: center;
	background: #4F381A;
	transition: .4s;
	color: #FFF;
	font-weight: 500;
}
.fixed-contacts .buttons a.d3 {
	background: #4F381A url("../img/box.svg") no-repeat center left 32px;
}
.fixed-contacts .buttons a.d3:hover {
	background: #112433 url("../img/box.svg") no-repeat center left 32px;
}
.fixed-contacts .buttons a.callback {
	background: #4F381A url("../img/phone-call.svg") no-repeat center left 32px;
}
.fixed-contacts .buttons a.callback:hover {
	background: #112433 url("../img/phone-call.svg") no-repeat center left 32px;
}

/* HEADER */

#header {
	padding: 10px 0 12px;
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 12;
	transition: .4s;
}
#header.fix {
	position: fixed;
	top: 0;
}
#header:after {
	content: "";
	width: 100%;
	height: 4px;
	background: #D7D7D7;
	mix-blend-mode: multiply;
	position: absolute;
	bottom: 0;
	z-index: 22;
}
#header .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	position: relative;
	z-index: 3;
}
.header-menu {
	display: flex;
}
.header-menu > li:not(:last-child) {
	padding-right: 43px;
}
.header-menu > li > a {
	color: #79674F;
	font-weight: 500;
	text-transform: uppercase;
	transition: .4s;
	position: relative;
	display: flex;
	align-items: center;
}
.header-menu > li > a:after {
	content: "";
	background: #7E95A6;
	opacity: .5;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	right: -22px;
}
.header-menu > li:last-child > a:after {
	display: none;
}
.header-menu > li > a:hover {
	color: #44627A;
}
.header-menu .header-menu-catalog-li .header-menu-catalog {
	padding-right: 21px;
	display: flex;
    align-items: center;
    position: relative;
}
.header-menu .header-menu-catalog-li:after {
	content: "";
	width: 150px;
	height: 4px;
	position: absolute;
	bottom: 0;
	margin-left: -30px;
	z-index: 40;
	opacity: 0;
	transition: .4s;
	background: #fff;
}
.header-menu .header-menu-catalog-li:hover:after {
	opacity: 1;
}
.header-menu .header-menu-catalog-li .header-menu-catalog:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/chevron-down.svg") no-repeat center center, url("../img/chevron-down-active.svg") no-repeat center center;
	position: absolute;
	right: 0;
	transition: .4s;
}
.header-menu .header-menu-catalog-li:hover .header-menu-catalog:before {
	background: url("../img/chevron-down-active.svg") no-repeat center center;
	transform: rotate(180deg);
}
.header-menu-dropdown {
	width: 100vw;
	position: absolute;
	top: 50px;
	background: #FFF;
	padding: 0px calc((100vw - 1480px)/2) 0px calc((100vw - 1480px)/2) !important;
	left: 0;
	z-index: 2;
	display: flex;
	flex-flow: wrap;
	transition: .4s;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.header-menu-catalog-li:hover .header-menu-dropdown {
	height: auto;
	opacity: 1;
	padding: 60px calc((100vw - 1480px)/2) 12px calc((100vw - 1480px)/2) !important;
}
.header-menu-dropdown li {
	width: 15%;
	margin-bottom: 28px;
}
.header-menu-dropdown li:not(:nth-child(6n)) {
	margin-right: 2%;
}
.header-menu-dropdown li a {
	color: #4F381A;
	font-size: 14px;
	font-weight: 600;
	transition: .4s;
}
.header-menu-dropdown li a:hover {
	color: #44627A;
}
.header-phone {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #44627A;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.header-phone:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	left: 0;
}
.header-phone:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	left: 0;
}
.header-phone:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	right: 0;
}
.header-basket,
.header-search {
	position: relative;
	z-index: 3;
}
.header-search.active + .header-search-form  {
	width: calc(1480px - 230px);
	opacity: 1;
}
.header-search-form {
	display: flex;
	align-items: center;
	position: absolute;
	left: calc((100vw - 1480px)/2 + 230px);
	background: #fff;
	width: calc(100% - 100%);
	transition: .4s;
	opacity: 0;
	z-index: 12;
	overflow: hidden;
}
.header-search-form .input {
	width: calc(100% - 50px);
	box-sizing: border-box;
	order: 2;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 10px;
	padding-right: 120px;
	transition: .4s;
	resize: none;
}
.header-search-form input[type="submit"] {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("../img/search.svg") no-repeat center center;
	border: none;
	font-size: 0px;
	right: 60px;
}
.header-search-form .header-search-close {
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px;
	background: #CDCDCD url(../img/cross-icon.svg) no-repeat center center / 12px;
	position: absolute;
	border-radius: 5px;
	transition: .4s;
}
.header-search-form .header-search-close:hover {
	background: #44627A url("../img/cross-icon.svg") no-repeat center center / 12px;
}
.header-lang {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.header-lang > a {
	position: relative;
	display: flex;
	align-items: center;
	color: #79674F;
	font-size: 15px;
	font-weight: 500;
	padding-right: 21px;
}
.header-lang > a:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/chevron-down.svg") no-repeat center center;
	position: absolute;
	right: 0;
	transition: .4s;
}
.header-lang:hover > a:before {
	transform: rotate(180deg);
}
.header-lang:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	left: 0;
}
.header-lang:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	right: 0;
}
.header-lang-list {
    background: #FFF;
    width: 120px;
    padding: 0;
    position: absolute;
    top: 20px;
    z-index: 2;
    left: -20px;
    transition: .4s;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.header-lang:hover .header-lang-list {
	padding: 62px 0 42px 0;
	height: auto;
	opacity: 1;
}
.header-lang-list li a {
	display: block;
	color: #59534A;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 0;
	text-align: center;
	transition: .4s;
}
.header-lang-list li a:hover {
	color: #CDCDCD;
}
.header-lang-list li:not(:last-child) {
	margin-bottom: 28px;
}
.header-city {
	position: relative;
}
.header-city > a {
	display: flex;
	align-items: center;
	position: relative;
	color: #21292B;
	padding-left: 20px;
	padding-right: 21px;
}
.header-city > a:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #7E95A6;
	position: absolute;
	left: 0;
}
.header-city a span {
	color: #79674F;
	font-weight: 500;
	padding-left: 7px;
}
.header-city > a:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/chevron-down.svg") no-repeat center center;
	position: absolute;
	right: 0;
	transition: .4s;
}
.header-city:hover > a:before {
	transform: rotate(180deg);
}
.header-city-list {
	background: #FFF;
	width: 270px;
	padding: 0 5px 0 50px !important;
	position: absolute;
	top: 20px;
	z-index: 2;
	left: -30px;
	transition: .4s;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}
.header-city:hover .header-city-list {
	padding: 62px 5px 42px 50px !important;
	height: auto;
	opacity: 1; 
}
.header-city-list li:not(:last-child) {
	margin-bottom: 28px;
}
.header-city-list li a {
	color: #59534A;
	transition: .4s;
	font-weight: 500;
}
.header-city-list li a:hover {
	color: #44627A;
}
.header-city-list li.active a {
	color: #CDCDCD;
}

/* MAIN */

#main {
	background: #44627A;
	position: relative;
}
.main-left {
	width: 425px;
	padding: 78px 0;
}
.main-left .header-sec {
	color: #EFF4F6;
}
.main-left p {
	color: #EFF4F6;
	margin-bottom: 50px;
}
.main-slider-wrp {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100vw - (100vw - 1480px)/2 - 500px);
	height: 100%;
}
.main-slider {
	width: 100%;
	height: 100%;
}
.main-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-banner-alert {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	background: rgba(102, 95, 85, 0.60);
	backdrop-filter: blur(28.5px);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
}
.main-banner-alert.disable {
	opacity: 0;
	z-index: -2;
}
.main-banner-alert p {
	text-align: center;
	color: #FFF;
}
.main-banner-alert p span {
	color: #FFF;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: block;
}
.main-banner-alert-close {
	width: 36px;
	height: 36px;
	background: #CDCDCD url("../img/cross-icon.svg") no-repeat center center / 12px;
	position: absolute;
	top: 32px;
	right: 32px;
	border-radius: 5px;
	transition: .4s;
}
.main-banner-alert-close:hover {
	background: #44627A url("../img/cross-icon.svg") no-repeat center center / 12px;
}

/* CATALOG */

#catalog {
	padding: 36px 0 130px 0;
}
#catalog .header-classic {
	justify-content: center;
	margin-bottom: 24px;
}
.catalog {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 16px;
}
.catalog-item {
	width: 230px;
	height: 230px;
	border: 1px solid #CFCFCF;
	background: linear-gradient(225deg, #FFF 0%, #E9E9E9 100%);
	margin-bottom: 21px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: .4s;
}
.catalog-item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(225deg, #E9E9E9 0%, #FFF 100%);
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.catalog-item img {
	position: absolute;
	top: 0;
	max-width: 100%;
	z-index: 2;
}
.catalog-item:not(:nth-child(6n)) {
	margin-right: 20px;
}
.catalog-item span {
	display: block;
	width: 100%;
	margin: 0 0 12px 16px;
	color: #59534A;
	font-weight: 600;
	transition: .4s;
	position: relative;
	z-index: 2;
}
.catalog-item:hover {
	border: 1px solid var(--Add-Cold, #44627A);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}
.catalog-item:hover:before {
	opacity: 1;
}
.catalog-item:hover span {
	color: #112433;
}
.catalog-text {
	margin-top: 58px;
	margin-bottom: 36px;
}
.catalog-text-wrp {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 280px;
	overflow: hidden;
}
.catalog-text-wrp:before {
    content: "";
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(239 244 246) 90%);
    width: 110%;
    height: 300px;
    opacity: 1;
    left: -5%;
    transition: 0.3s;
}
.catalog-text-wrp.visible {
	height: auto;
}
.catalog-text-wrp.visible:before {
	display: none;
}
.catalog-text-wrp div {
	width: 32%;
}
.catalog-text p,
.catalog-text li {
	line-height: 18px;
}
.catalog-text ul {
	margin-bottom: 12px !important;
}
.catalog-text ul li {
	list-style-type: disc;
    margin-left: 18px;
    margin-bottom: 4px;
}
.catalog-text summary {
    border-radius: 5px;
    padding: 8px 11px;
    background: #7E95A6;
    color: #EFF4F6;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}
.catalog-text summary:hover {
	background: #44627A;
}
.catalog-text h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}
.catalog-text iframe {
	width: 100%;
	margin-bottom: 16px;
}

/* ADVA */

#adva {
	background: #79674F;
	overflow: visible;
}
.adva {
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -56px;
}
.adva-item {
	width: 32%;
}
.adva-item img {
	margin-bottom: 16px;
	max-height: 290px;
}
.adva-item h3 {
	color: #EFF4F6;
	margin-bottom: 14px;
}
.adva-item p {
	color: #EFF4F6;
}

/* YOUTUBE */

#youtube-block {
	height: 428px;
	cursor: pointer;
}
#youtube-block .swiper-wrapper {
	left: calc((100vw - 1520px)/2);
}
#youtube-block .youtube-block-item {
	transition: .4s;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	pointer-events: none;
}
#youtube-block .youtube-block-item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/youtube-btn.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .4s;
	opacity: 0;
}
#youtube-block .youtube-block-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
	filter: grayscale(1);
}
#youtube-block .swiper-slide {
	transition: .4s;
}
#youtube-block .swiper-slide.swiper-slide-active {
	width: 720px !important;
}
#youtube-block .swiper-slide.swiper-slide-active .youtube-block-item {
	pointer-events: initial;
}
#youtube-block .swiper-slide.swiper-slide-active .youtube-block-item img {
	filter: grayscale(0);
}
#youtube-block .swiper-slide.swiper-slide-active .youtube-block-item:before {
	opacity: 1;
}
#youtube-block ~ .fancybox-container .fancybox-navigation .fancybox-button--arrow_right,
#youtube-block ~ .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
	display: none;
}
#youtube-block ~ .fancybox-container .fancybox-inner {
	background: rgb(35 35 35 / 70%) !important;
	backdrop-filter: blur(15.5px) !important;
}

/* PORTFOLIO */
#portfolio {
	background: #44627A;
}
#portfolio .next,
#portfolio .prev {
	width: 84px;
	height: 84px;
	cursor: pointer;
	position: absolute;
	top: 176px;
	z-index: 2;
}
#portfolio .prev {
	left: 70px;
}
#portfolio .next {
	right: 70px;
}
#portfolio .next svg path,
#portfolio .prev svg path {
	transition: .4s;
}
#portfolio .next:hover svg path,
#portfolio .prev:hover svg path {
	stroke: #7E95A6;
}
.portfolio-item {
	display: flex;
	position: relative;
}
.portfolio-item:before {
	content: "";
	background: #44627A;
	opacity: .75;
	width: 100%;
	height: 100%;
	transition: .4s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.swiper-slide.swiper-slide-active .portfolio-item:before {
	opacity: 0;
	width: 0px;
}
.portfolio-item-content {
	width: calc(728px + (100vw - 1480px)/2);
	padding: 35px 32px 35px calc((100vw - 1480px)/2);
	background: #44627A;
	transition: .4s;
	order: 2;
}
.swiper-slide.swiper-slide-active .portfolio-item-content {
	order: 1;
}
.portfolio-item-content .header-sec {
	color: #EFF4F6;
	margin-bottom: 15px;
	width: 494px;
}
.portfolio-item-content .header-sec + p {
	width: 494px;
	color: #EFF4F6;
	height: 160px;
}
.portfolio-iitem-content-bottom {
	display: flex;
	flex-flow: wrap;
}
.portfolio-iitem-content-bottom .site {
	width: 200px;
}
.portfolio-iitem-content-bottom .site span,
.portfolio-iitem-content-bottom .soc span,
.portfolio-iitem-content-bottom .view span {
	color: #EFF4F6;
	display: block;
	margin-bottom: 6px;
}
.portfolio-iitem-content-bottom .site a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}
.portfolio-iitem-content-bottom .soc {
	width: 180px;
	margin-left: 25px;
}
.portfolio-iitem-content-bottom .soc .socials {
	display: flex;
	align-items: center;
}
.portfolio-iitem-content-bottom .soc .socials li {
	margin-right: 20px;
}
.portfolio-iitem-content-bottom .soc .socials li a {
	width: 30px;
	height: 30px;
	transition: .4s;
	opacity: .25;
	display: block;
}
.portfolio-iitem-content-bottom .soc .socials li a:hover {
	opacity: 1;
}
.portfolio-iitem-content-bottom .share {
	padding: 22px 31px 22px 59px;
	border-radius: 59px;
	background: rgba(0, 0, 0, 0.20) url("../img/share-icon.svg") no-repeat center left 22px;
	color: #EFF4F6;
	transition: .4s;
	margin-left: auto;
}
.portfolio-iitem-content-bottom .share:hover {
	background: rgba(255, 255, 255, 0.2) url("../img/share-icon.svg") no-repeat center left 22px;
}
.portfolio-iitem-content-bottom .view {
	width: 100%;
	margin-top: 10px;
}
.portfolio-iitem-content-bottom .view span {
	display: inline-block;
	text-align: center;
}
.portfolio-iitem-content-bottom .view span img {
	display: block;
	margin: 0 auto 8px auto;
}
.portfolio-item-gallery {
	display: flex;
	order: 1;
}
.swiper-slide.swiper-slide-active .portfolio-item-gallery {
	order: 2;
}
.portfolio-item-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.portfolio-item-gallery > a {
	width: 304px;
	height: 436px;
	display: block;
	position: relative;
}
.portfolio-item-gallery > a:before {
	content: "";
	right: 28px;
	bottom: 20px;
	background: url("../img/loop-icon.svg") no-repeat center center / cover;
	position: absolute;
	width: 30px;
	height: 30px;
}
.portfolio-item-gallery .small-imgs {
	width: 100px;
}
.portfolio-item-gallery .small-imgs a {
	width: 100%;
	display: block;
	height: 33.333%;
}

/* DESIGN */

#design {
	background: #DDDEE0;
	position: relative;
}
#design .wrp > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
#design .wrp {
	padding: 88px 0 168px 0;
}
.design-right {
	margin-left: auto;
	width: 45%;
}
.design-right .header-sec {
	margin-bottom: 15px;
}
.design-right p {
	margin-bottom: 42px;
}
.design-right p a {
	font-size: 13px;
	text-decoration: underline !important;
	display: inline-block;
}

/* PARTNERS */

#partners {
	padding: 32px 0 150px 0;
}
#partners .header-sec {
	color: #59534A;
	text-align: center;
	margin-bottom: 100px;
}
.partners {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.partners a {
	margin: 20px 45px;
	display: flex;
	align-items: center;
}
.partners a img {
	transition: .4s;
	opacity: 1;
}
.partners a:hover img {
	opacity: .75;
}

/* FOOTER */

.footer-top {
	background: #4F381A;
	padding: 48px 0 38px 0;
	overflow: hidden;
}
.footer-top .wrp {
	display: flex;
}
.footer-top-left {
	width: 172px;
	text-align: center;
	margin-right: 55px;
}
.footer-logo {
	opacity: .5;
	display: block;
	margin-bottom: 30px;
}
.footer-top-left > img {
	width: 148px;
	opacity: .9;
}
.footer-top-contacts {
	width: 440px;
}
.footer-top-contacts .adress {
	color: #EFF4F6;
	font-size: 15px;
	padding: 2px 0 2px 42px;
	background: url("../img/map-icon.svg") no-repeat top 1px left;
	margin-bottom: 19px;
}
.footer-top-contacts .email {
	color: #CABAA0;
	font-size: 15px;
	display: block;
	margin-left: 42px;
	margin-bottom: 19px;
}
.footer-top-contacts .phone {
	color: #EFF4F6;
	font-size: 20px;
	font-weight: 500;
	display: block;
	margin-left: 42px;
	margin-bottom: 19px;
}
.footer-top-contacts .socials {
	display: flex;
	align-items: center;
	margin-left: 42px;
}
.footer-top-contacts .socials li {
	margin-right: 20px;
}
.footer-top-contacts .socials li a {
	width: 30px;
	height: 30px;
	transition: .4s;
	opacity: .5;
	display: block;
}
.footer-top-contacts .socials li a:hover {
	opacity: 1;
}
.footer-top-contacts .doc {
	display: block;
	margin-top: 70px;
	color: #FFF;
	font-size: 15px;
	text-decoration: underline !important;
	padding-left: 42px;
	background: url("../img/copy-icon.svg") no-repeat center left;
}
.footer-top-menu {
	position: relative;
	width: 450px;
	display: flex;
	flex-flow: wrap;
	margin-left: auto;
}
.footer-top-menu:before {
	content: "";
	background: #44627A;
	position: absolute;
	top: 0;
	left: -44px;
	width: 300%;
	height: 150%;
	top: -50px;
}
.footer-top-menu:after {
    content: "";
    width: 202px;
    height: 350px;
    background: url(../img/footer-img.png) no-repeat center center / cover;
    position: absolute;
    top: -48px;
    left: -246px;
}
.footer-top-menu li {
	width: 50%;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	color: #CABAA0;
	font-weight: 500;
}
.footer-top-menu li a {
	color: #EFF4F6;
	font-weight: 500;
	transition: .4s;
	text-transform: uppercase;
}
.footer-top-menu li a:hover {
	color: #CABAA0;
}
.footer-bottom {
	padding: 24px 0;
}
.footer-bottom .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .left-text a {
	text-decoration: underline !important;
}
.footer-bottom .right-text a {
	margin-left: 10px;
	display: inline-block;
	color: #79674F;
	font-weight: 700;
}

/* CATALOG-IN */

#catalog-in {
	padding: 36px 0 58px 0;
	overflow: visible;
}
.catalog-in {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: flex-start;
}
.catalog-in-top {
	width: 100%;
	/* padding-bottom: 20px; */
	/* margin-bottom: 20px; */
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
	display: flex;
	align-items: center;
}
@media (min-width: 1020px) {
	#header.fix ~ #catalog-in .catalog-in-top {
		position: sticky;
		top: 84px;
		z-index: 12;
		background: #eff4f6;
		padding-top: 20px;
	}
	#header.fix ~ #catalog-in .catalog-in-filter {
		position: sticky;
		top: 164px;
	}
}
.catalog-in-top a {
	color: #79674F;
	margin-right: 20px;
	transition: .4s;
	position: relative;
}
.catalog-in-top a:hover {
	color: #44627A;
}
.catalog-in-top a:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url("../img/burger-icon.svg") no-repeat center center;
	position: absolute;
	right: 0;
	top: 4px;
	opacity: 0;
	transition: .4s;
}
.catalog-in-top a.active {
	color: #2C343A;
	margin-right: 20px;
	padding-right: 20px;
	order: -1;
}
.catalog-in-top a.active:before {
	opacity: 1;
}
.catalog-in-top a.active.asc:before {
	transform: rotate(180deg) scale(-1,1);
	top: 2px;
}

.catalog-in-filter {
	width: 200px;
}
.catalog-in-filter-item:not(:first-child) {
   /*margin-top: 52px;*/
	margin-top: 12px;
}
.catalog-in-filter-item > p {
	font-size: 16px;
	font-weight: 600;
	/* margin-bottom: 16px; */
	margin-bottom: 6px;
}
.catalog-in-filter .checkbox {
	display: block;
	/* margin-bottom: 20px; */
	margin-bottom: 4px;
	cursor: pointer;
}
.catalog-in-filter .checkbox input {
	display: none;
}
.catalog-in-filter .checkbox span {
	padding-left: 26px;
	position: relative;
	color: #000;
	display: block;
}
.catalog-in-filter .checkbox span:before {
	content: "";
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0;
	background: #FFF;
}
.catalog-in-filter .checkbox span:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("../img/blue-check.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.catalog-in-filter .checkbox input:checked + span:after {
	opacity: 1;
}
.catalog-in-filter .values {
	display: flex;
	flex-flow: wrap;
	/* margin-bottom: 24px; */
	margin-bottom: 8px;
}
.catalog-in-filter .values p {
	width: 100%;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 500;
}
.catalog-in-filter .values input {
	width: 94px;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	/* padding: 8px 11px; */
	padding: 4px 8px;
	transition: .4s;
	color: #112433;
	font-size: 15px;
	font-weight: 500;
	margin-right: 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.catalog-in-filter .values input::placeholder {
	color: #CDCDCD;
}
.catalog-in-filter .values input:focus {
	border: 1px solid #112433;
}
.catalog-in-filter .values input:focus::placeholder {
	color: #112433;
}
.filter-remove-btn {
	width: 100%;
	display: block;
	border-radius: 5px;
	padding: 8px 11px;
	background: #7E95A6 url("../img/cross-icon.svg") no-repeat center right 11px;
	color: #EFF4F6;
	font-size: 15px;
	font-weight: 500;
	transition: .4s;
	text-align: left;
}
.filter-remove-btn:hover {
	background: #44627A url("../img/cross-icon.svg") no-repeat center right 11px;
}
.catalog-in .products {
	width: calc(100% - 200px - 50px);
	margin-bottom: 16px;
}
.products {
	display: flex;
	flex-flow: wrap;
}
.products-item {
	width: 230px;
	border: 1px solid #CFCFCF;
	background: linear-gradient(225deg, #FFF 0%, #E9E9E9 100%);
	margin-bottom: 20px;
	position: relative;
	transition: .4s;
}
.catalog-in .products .products-item:not(:nth-child(5n)) {
	margin-right: 20px;
}
.products-item.sale:before {
	content: "";
	width: 36px;
	height: 40px;
	background: url("../img/percent-icon.svg") no-repeat top center;
	position: absolute;
	top: -1px;
	right: 9px;
	z-index: 4;
}
.products-item.new.sale:before {
	right: 110px;
}
.products-item.new:after {
	content: "Новинка";
	width: 95px;
	height: 37px;
	background: #a153c7;
	position: absolute;
	top: -1px;
	right: 9px;
	z-index: 4;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 6px 6px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
}
.products-item > * {
	position: relative;
	z-index: 3;
}
.products-item-info:after {
	content: "";
	background: linear-gradient(225deg, #E9E9E9 0%, #FFF 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	opacity: 0;
	z-index: 1;
}
.products-item-3d {
	border-radius: 50%;
	background: rgba(126, 149, 166, 0.20);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute !important;
	top: 9px;
	left: 9px;
	width: 36px;
	height: 36px;
	z-index: 4;
	transition: .4s;
}
.products-item-3d:before {
	content: "";
	width: 36px;
	height: 36px;
	background: url("../img/3d-icon.svg") no-repeat center center;
	transition: .4s;
}
.products-item-3d:after {
	content: "";
	width: 36px;
	height: 36px;
	background: url("../img/3d-icon-active.svg") no-repeat center center, url("../img/3d-icon-white.svg") no-repeat center center;
	z-index: 2;
	opacity: 0;
	transition: .4s;
	position: absolute;
}
.products-item-3d:hover {
	background: #7E95A6;
}
.products-item-3d:hover:after {
	filter: brightness(0) invert(1);
}
/*
.products-item-img {
	width: 100%;
	height: 184px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-item-img img {
	max-width: 100%;
	max-height: 100%;
}
*/
.products-item-img {
	width: 100%;
	height: 184px;
	display: block;
	overflow: hidden;
}
.products-item-img img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    max-height: 100%;
    z-index: 1;
    width: initial !important;
}
.products-item-info {
	padding: 6px 16px 86px 16px;
	position: initial;
	cursor: pointer;
}
.products-item-name {
	display: inline-block;
	font-size: 18px;
	color: #59534A;
	font-weight: 700;
	margin-bottom: 16px;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	transition: .4s;
	position: relative;
	z-index: 2;
}
.products-item-har {
	position: relative;
	z-index: 2;
}
.products-item-har li {
	display: flex;
}
.products-item-har li span {
	font-size: 12px;
	color: #665F55;
}
.products-item-har li span:first-child {
	margin-right: 6px;
}
.products-item-har li span:last-child strong {
	font-weight: 500;
}
.products-item-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0px 16px 18px 16px;
	z-index: 2;
}
.products-item-rating {
	margin-top: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	display: none;
}
.products-item-rating .stars {
	width: 90px;
	height: 16px;
}
.products-item-rating .stars.rating-0 {
	background: url("../img/star-no-active.svg") no-repeat center left,
	url("../img/star-no-active.svg") no-repeat center left 18px,
	url("../img/star-no-active.svg") no-repeat center left 36px,
	url("../img/star-no-active.svg") no-repeat center left 54px,
	url("../img/star-no-active.svg") no-repeat center left 72px;
}
.products-item-rating .stars.rating-1 {
	background: url("../img/star-active.svg") no-repeat center left,
	url("../img/star-no-active.svg") no-repeat center left 18px,
	url("../img/star-no-active.svg") no-repeat center left 36px,
	url("../img/star-no-active.svg") no-repeat center left 54px,
	url("../img/star-no-active.svg") no-repeat center left 72px;
}
.products-item-rating .stars.rating-2 {
	background: url("../img/star-active.svg") no-repeat center left,
	url("../img/star-active.svg") no-repeat center left 18px,
	url("../img/star-no-active.svg") no-repeat center left 36px,
	url("../img/star-no-active.svg") no-repeat center left 54px,
	url("../img/star-no-active.svg") no-repeat center left 72px;
}
.products-item-rating .stars.rating-3 {
	background: url("../img/star-active.svg") no-repeat center left,
	url("../img/star-active.svg") no-repeat center left 18px,
	url("../img/star-active.svg") no-repeat center left 36px,
	url("../img/star-no-active.svg") no-repeat center left 54px,
	url("../img/star-no-active.svg") no-repeat center left 72px;
}
.products-item-rating .stars.rating-4 {
	background: url("../img/star-active.svg") no-repeat center left,
	url("../img/star-active.svg") no-repeat center left 18px,
	url("../img/star-active.svg") no-repeat center left 36px,
	url("../img/star-active.svg") no-repeat center left 54px,
	url("../img/star-no-active.svg") no-repeat center left 72px;
}
.products-item-rating .stars.rating-5 {
	background: url("../img/star-active.svg") no-repeat center left,
	url("../img/star-active.svg") no-repeat center left 18px,
	url("../img/star-active.svg") no-repeat center left 36px,
	url("../img/star-active.svg") no-repeat center left 54px,
	url("../img/star-active.svg") no-repeat center left 72px;
}
.products-item-rating .value {
	color: #665F55;
	font-size: 13px;
}
.products-item-rating .link {
	margin-left: auto;
	color: #665F55;
	font-size: 13px;
	text-decoration: underline !important;
}
/* NEW-RATING */
.bx-rating i.fa {
	margin-right: 3px;
}
.fa-star:before,
.fa-star-o:before {
	content: "\f005";
}
.fa-star {
	color:#79674F;
	transition: .4s;
}
.fa-star-o {
	color: #CABAA0;
	transition: .4s;
}
.fa.bx-star-active{color:#79674F}

.products-item-price {
	display: flex;
	align-items: center;
	color: #59534A;
	font-size: 16px;
	font-weight: 700;
	min-height: 40px;
}
.products-item-price:nth-child(2) {
	display: none;
}
.products-item-price .full-price {
	color: #7E95A6;
	font-size: 13px;
	font-weight: 300;
	text-decoration: line-through;
	margin-left: 16px;
}
.products-item-bottom.small-price {
	padding-bottom: 13px;
}
.products-item-bottom.small-price .products-item-rating {
	margin-bottom: 6px;
}
.products-item-bottom.small-price .products-item-price {
	display: block;
	font-size: 13px;
}
.products-item-bottom.small-price .products-item-price .full-price {
	display: block;
    width: 100%;
    margin-left: 0;
}
/* hover */
.products-item:hover {
	border: 1px solid #112433;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}
.products-item:hover .products-item-info:after {
	opacity: 1;
}
.products-item:hover .products-item-3d:before {
	opacity: 0;
}
.products-item:hover .products-item-3d:after {
	opacity: 1;
}
.products-item:hover .products-item-name {
	color: #112433;
	border-bottom: 1px solid #112433;
}

/* USLUGI */

#uslugi {
	padding: 36px 0 45px 0;
}
.uslugi-main-text {
	margin-bottom: 45px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.uslugi-main-text h3 {
	width: 100%;
	margin-bottom: 24px;
}
.uslugi-main-text div.col-1 {
	width: 100%;
}
.uslugi-main-text div.col-2 {
	width: 48.5%;
}
.uslugi-main-text div.col-3 {
	width: 32%;
}
.uslugi-main-text div p {
	margin-bottom: 16px;
	color: #000;
}
.uslugi-block {
	padding: 26px 20px;
	border: 1px solid #CFCFCF;
	background: #FFF;
	display: flex;
	justify-content: space-between;
}
.uslugi-block:not(:last-child) {
	margin-bottom: 20px;
}
.uslugi-block-img {
	width: 250px;
}
.uslugi-block-img img {
	width: 100%;
}
.uslugi-block-img img:not(:last-child) {
	margin-bottom: 12px;
}
.uslugi-block-content {
	width: calc(100% - 250px - 20px);
}
.uslugi-block-content > *:not(:last-child) {
	margin-bottom: 11px;
}
.uslugi-block-content p {
	color: #000;
}
.uslugi-block-content p.number {
	color: #44627A;
	font-weight: 600;
}
.uslugi-block-content p.alert {
	color: #44627A;
}
.uslugi-block-content ul li {
	position: relative;
	padding-left: 20px;
	color: #000;
}
.uslugi-block-content ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 10px;
	left: 5px;
}

/* СТАНДАРТНАЯ ФОРМА */

.default-form {
	width: 450px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.default-form .input-label {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: wrap;
}
.default-form .input-label:nth-child(2),
.default-form .input-label:nth-child(3) {
	width: calc(50% - 5px);
}
.default-form .input-label span {
	color: #665F55;
	font-size: 11px;
	width: 100%;
	order: 1;
	transition: .4s;
	margin-bottom: 3px;
}
.default-form .input-label input,
.default-form .input-label textarea {
	width: 100%;
	order: 2;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 10px;
	transition: .4s;
	resize: none;
}
.default-form .input-label input::placeholder,
.default-form .input-label textarea::placeholder {
	color: #CDCDCD;
}
.default-form .input-label input:focus::placeholder,
.default-form .input-label textarea:focus::placeholder {
	color: #000;
}
.default-form .input-label input:focus,
.default-form .input-label textarea:focus {
	border: 1px solid #44627A;
	box-shadow: 0px 2px 4px 0px rgba(68, 98, 122, 0.30);
}
.default-form .input-label input.no-valid,
.default-form .input-label textarea.no-valid {
	border: 1px solid #CD1313;
}
.default-form .input-label input:focus + span,
.default-form .input-label textarea:focus + span {
	color: #44627A;
}
.default-form .input-label .error-message {
	display: none;
}
.default-form .input-label input.no-valid ~ .error-message,
.default-form .input-label textarea.no-valid ~ .error-message {
	display: block;
	order: 3;
	color: #CD1313;
	font-size: 11px;
	margin-top: 4px;
}
.default-form .input-file {
	width: 100%;
	cursor: pointer;
	margin-bottom: 24px;
}
.default-form .input-file input {
	display: none;
}
.default-form .input-file span {
	padding: 10px 18px;
	width: 100%;
	display: block;
	border-radius: 5px;
	color: #EFF4F6;
	font-size: 16px;
	font-weight: 500;
	background: #4F381A url("../img/file-icon.svg") no-repeat center right 18px;
	transition: .4s;
}
.default-form .input-file span:hover {
	background: #44627A url("../img/file-icon.svg") no-repeat center right 18px;
}
.default-form .input-checkbox {
	cursor: pointer;
}
.default-form .input-checkbox input {
	display: none;
}
.default-form .input-checkbox span {
	padding-left: 26px;
	position: relative;
	color: #000;
	display: block;
}
.default-form .input-checkbox span a {
	color: #44627A;
	text-decoration: underline !important;
	font-size: 13px;
}
.default-form .input-checkbox span:before {
	content: "";
	border-radius: 2px;
	border: 1px solid #CFCFCF;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
	background: #FFF;
	transition: .4s;
}
.default-form .input-checkbox .inptErr + span:before {
	border: 1px solid red;
}
.default-form .input-checkbox span:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url("../img/blue-check.svg") no-repeat center center;
	position: absolute;
	top: 1px;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.default-form .input-checkbox input:checked + span:after {
	opacity: 1;
}
.default-form .brown-btn {
	margin-top: 28px;
}

/* GALLERY */

#gallery {
	padding: 36px 0 45px 0;
}
.gallery-cat {
	display: flex;
	flex-flow: wrap;
}
.gallery-cat a {
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 25px;
	background: rgba(126, 149, 166, 0.20);
	transition: .4s;
	padding: 7px 10px 7px 38px;
	color: #44627A;
	position: relative;
}
.gallery-cat a:before {
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/3d-icon-gallery.svg") no-repeat center center / cover;
	position: absolute;
	top: 7px;
	left: 10px;
	transition: .4s;
}
.gallery-cat a:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/3d-icon-white.svg") no-repeat center center / cover;
	position: absolute;
	top: 7px;
	left: 10px;
	transition: .4s;
	opacity: 0;
}
.gallery-cat a.active {
	background: #4F381A;
	color: #fff;
}
.gallery-cat a:hover {
	background: #7E95A6;
	color: #fff;
}
.gallery-cat a:hover:before,
.gallery-cat a.active:before {
	opacity: 0;
}
.gallery-cat a:hover:after,
.gallery-cat a.active:after {
	opacity: 1;
}
.gallery {
	display: flex;
	flex-flow: wrap;
}
.gallery a {
	width: 230px;
	height: 230px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.gallery a:not(:nth-child(6n)) {
	margin-right: 20px;
}
.gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}
.gallery a:hover img {
	transform: scale(1.05);
}

.fancybox-bg {
	background: none !important;
}
.fancybox-inner {
	background: rgba(35, 35, 35, 0.95) !important;
	backdrop-filter: blur(37.5px) !important;
	transition: .4s;
}
.fancybox-container.fancybox-is-closing .fancybox-inner {
	opacity: 0;
}
.fancybox-container.fancybox-is-open .fancybox-inner {
	opacity: 1;
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption {
	display: none;
}
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
	opacity: 1 !important;
	visibility: visible !important;
	width: 86px !important;
	height: 86px !important;
	background: none !important;
	padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 50px !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 50px !important;
}
.fancybox-navigation svg path {
	stroke-width: 2px !important;
	fill: transparent !important;
	transition: .4s;
}
.fancybox-navigation .fancybox-button div {
	padding: 0;
}
.fancybox-navigation .fancybox-button--arrow_right:hover svg path,
.fancybox-navigation .fancybox-button--arrow_left:hover svg path {
	stroke: #CABAA0;
}
.fancybox-slide .fancybox-content .fancybox-button--close {
	position: absolute;
	right: 0px;
	width: 36px;
	height: 36px;
	background: transparent;
	padding: 0;
	z-index: 5;
}
.fancybox-slide .fancybox-content .fancybox-button--close svg path {
	stroke-width: 2px !important;
	fill: transparent !important;
}
.fancybox-description {
	position: absolute;
	top: calc(100% + 18px);
	width: 100%;
	text-align: center;
	color: #FFF;
}

/* CONTACTS */

#contacts {
	padding: 36px 0 48px 0;
}
.contacts-block {
	padding: 20px;
	border: 1px solid #CFCFCF;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.contacts-block:not(:last-child) {
	margin-bottom: 8px;
}
.contacts-block h3 {
	width: 100%;
	margin-bottom: 24px;
}
.contacts-block-content {
	width: calc(100% - 565px - 20px);
	display: flex;
	justify-content: space-between;
}
.contacts-block-content div {
	width: 48%;
}
.contacts-block iframe {
	width: 565px;
	height: 244px;
}
.contacts-block-content p {
	color: #000;
}
.contacts-block-content p:not(:last-child) {
	margin-bottom: 20px;
}
.contacts-block-content p strong {
	font-weight: 600;
}
.contacts-block-content p span {
	color: #44627A;
	font-weight: 600;
}
.contacts-block-content p .mail {
	text-decoration: underline !important;
}

/* CART */

#cart {
	padding: 38px 0 150px 0;
}
.cart {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cart-form {
	width: calc(50% - 10px);
	padding: 20px 20px 45px 20px;
	border: 1px solid #CFCFCF;
	background: #FFF;
}
.cart-form .input-checkbox {
	margin-bottom: 16px;
}
.cart-form .default-form .input-label {
	margin-bottom: 14px;
}
.cart-main {
	width: calc(50% - 10px);
}
.cart-main h3 {
	margin-bottom: 24px;
}
.cart-payment,
.cart-delivery,
.cart-order {
	padding: 20px;
	border: 1px solid #CFCFCF;
	background: #FFF;
	margin-bottom: 16px;
}
.cart-radio {
	display: flex;
	flex-flow: wrap;
}
.cart-radio .input-radio {
	cursor: pointer;
	margin-right: 40px;
}
.cart-radio .input-radio:last-child {
	margin-right: 0;
}
.cart-radio .input-radio input {
	display: none;
}
.cart-radio .input-radio span {
	display: flex;
	align-items: center;
	padding-left: 22px;
	position: relative;
	color: #000;
}
.cart-radio .input-radio span:before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #CFCFCF;
	position: absolute;
	top: 1px;
	left: 0;
}
.cart-radio .input-radio span:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #44627A;
	position: absolute;
	left: 4px;
	transition: .4s;
	opacity: 0;
}
.cart-radio .input-radio input:checked + span:after {
	opacity: 1;
}
.cart-delivery #pickup-info {
	margin-top: 24px;
}
.cart-delivery #pickup-info span {
	color: #59534A;
}
.cart-delivery #pickup-info .cart-radio {
	display: block;
}
.cart-delivery #pickup-info .input-radio {
	width: 100%;
	margin: 10px 0 0 0;
	display: block;
}
.cart-delivery #delivery-info {
	width: 100%;
	margin-top: 24px;
}
.cart-delivery #delivery-info .input-label {
	width: 75%;
}
.cart-delivery #delivery-info .brown-btn {
	padding: 8px 52px 8px 18px;
	background: #4F381A url("../img/delivery-car-icon.svg") no-repeat center right 18px;
	margin-top: 23px;
}
.cart-delivery #delivery-info .brown-btn:hover {
	background: #44627A url("../img/delivery-car-icon.svg") no-repeat center right 18px;
}

.dellivery-module {
	margin: 20px 0;
}
.delivery-module #notice {
	margin-bottom: 12px;
}
.dellivery-module__item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.dellivery-module__item input {
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 10px;
    transition: .4s;
    resize: none;
    width: 160px;
    margin-left: 10px;
}

#delivery-map {
	width: 100%;
	margin-bottom: 16px;
	height: 320px;
}
.cart-order-top {
	display: flex;
}
.cart-order-top p {
	font-size: 13px;
	font-weight: 500;
}
.cart-order-top p:nth-child(1) {
	width: 258px;
}
.cart-order-top p:nth-child(2) {
	width: 164px;
}
.cart-order-top p:nth-child(3) {
	width: 90px;
}
.cart-order-top p:nth-child(4) {
    width: 100px;
    margin-left: 32px;
}
.cart-order-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.cart-order-item > span {
	display: none;
}
.cart-order-item input {
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	color: #112433;
	font-size: 15px;
	transition: .4s;
}
.cart-order-item .name {
	width: 204px;
}
.cart-order-item .price {
	width: 90px;
	text-align: right;
	padding: 8px;
}
.cart-order-item .sum {
	width: 140px;
	text-align: right;
}
.cart-order-item .remove {
	width: 36px;
	height: 36px;
	border-radius: 5px;
	background: #CDCDCD url("../img/cart-cross.svg") no-repeat center center;
	transition: .4s;
}
.cart-order-item .remove:hover {
	background: #44627A url("../img/cart-cross.svg") no-repeat center center;
}
.number {
	display: flex;
	align-items: center;
}
.number input {
	width: 60px;
	text-align: center;
}
.number input:focus {
	border: 1px solid #112433;
}
.number .minus {
	background: #4F381A url("../img/minus.svg") no-repeat center center;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	transition: .4s;
	margin-right: 16px;
	cursor: pointer;
}
.number .minus:hover {
	background: #44627A url("../img/minus.svg") no-repeat center center;
}
.number .plus {
	background: #4F381A url("../img/plus.svg") no-repeat center center;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	transition: .4s;
	margin-left: 16px;
	cursor: pointer;
}
.number .plus:hover {
	background: #44627A url("../img/plus.svg") no-repeat center center;
}
.cart-main-bottom {
	display: flex;
	align-items: flex-end;
}
.cart-main-bottom .back-btn {
	border-radius: 5px;
	background: #CDCDCD url("../img/back-icon.svg") no-repeat center left 18px;
	padding: 8px 18px 8px 52px;
	color: #EFF4F6;
	font-size: 16px;
	font-weight: 500;
	margin-right: 16px;
	transition: .4s;
}
.cart-main-bottom .back-btn:hover {
	background: #44627A url("../img/back-icon.svg") no-repeat center left 18px;
}
.cart-main-bottom .brown-btn#print {
	padding: 8px 52px 8px 18px;
	background: #4F381A url("../img/print-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .brown-btn#print:hover {
	background: #44627A url("../img/print-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .brown-btn#ur {
	padding: 8px 52px 8px 18px;
	background: #4F381A url("../img/ur-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .brown-btn#ur:hover {
	background: #44627A url("../img/ur-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .brown-btn#online {
	padding: 8px 52px 8px 18px;
	background: #4F381A url("../img/online-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .brown-btn#online:hover {
	background: #44627A url("../img/online-icon.svg") no-repeat center right 18px;
}
.cart-main-bottom .price {
	margin-left: auto;
	text-align: right;
}
.cart-main-bottom .price p {
	color: #59534A;
}
.cart-main-bottom .price p:not(:last-child) {
	margin-bottom: 15px;
}
.cart-main-bottom .price p span {
	color: #59534A;
	font-size: 24px;
	font-weight: 700;
}

/* PRODUCT */

#product {
	padding: 36px 0 58px 0;
}
.product {
	margin-top: 30px;
	padding: 20px 40px 20px 20px;
	border: 1px solid #CFCFCF;
	display: flex;
	justify-content: space-between;
	background: #FFF;
	position: relative;
}
.product-prev-nav {
	position: absolute;
	left: -120px;
	top: calc(50% - 43px);
	width: 86px;
	height: 86px;
}
.product-next-nav {
	position: absolute;
	right: -120px;
	top: calc(50% - 43px);
	width: 86px;
	height: 86px;
}
.product-next-nav svg circle,
.product-prev-nav svg circle {
	transition: .4s;
}
.product-next-nav:hover svg circle,
.product-prev-nav:hover svg circle {
	fill: #44627A;
}
.product-gallery {
	width: 562px;
	display: flex;
	justify-content: space-between;
}
.product-gallery-thumb {
	width: 100px;
	height: 445px;
}
.product-gallery-thumb .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.033px solid #CFCFCF;
	background: #FFF;
	cursor: pointer;
}
.product-gallery-thumb .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.product-gallery-main {
	width: 444px;
	height: 445px;
	border: 1.033px solid #CFCFCF;
	background: #FFF;
}
.product-gallery-main .swiper-wrapper {
	height: calc(100% - 78px);
}
.product-gallery-main .swiper-slide a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product-gallery-main {
	position: relative;
}
.product-gallery-main img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: .4s;
	opacity: 0;
}
.product-gallery-main .swiper-slide.swiper-slide-active img {
	opacity: 1;
}
.product-gallery-main-loop {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 25px;
	bottom: 20px;
	z-index: 2;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-gallery-main-loop:before {
	content: "";
	background: url("../img/loop-brown-icon.svg") no-repeat center center / 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	transition: .4s;
}
.product-gallery-main-loop:after {
	content: "";
	background: url("../img/loop-blue-icon.svg") no-repeat center center / 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	transition: .4s;
	opacity: 0;
}
.product-gallery-main-loop:hover:before {
	opacity: 0;
}
.product-gallery-main-loop:hover:after {
	opacity: 1;
}
.product-gallery-main-3d {
	background: rgba(126, 149, 166, 0.20);
	border-radius: 25px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	padding: 10px 10px 10px 40px;
	color: #112433;
	transition: .4s;
}
.product-gallery-main-3d:before {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/3d-icon-active.svg) no-repeat center center / 100%;
	position: absolute;
	top: 10px;
	left: 11px;
	transition: .4s;
}
.product-gallery-main-3d:hover {
	background: #7E95A6;
	color: #fff;
}
.product-gallery-main-3d:active {
	background: #4F381A;
	color: #fff;
}
.product-gallery-main-3d:hover:before {
	filter: brightness(0) invert(1);
}
.product-info {
	width: 332px;
	padding-top: 12px;
}
.product-info .har li {
	color: #112433;
	margin-bottom: 8px;
}
.product-info .rating .link {
	margin-left: 40px;
}
.product-info .number {
	width: 184px;
	margin: 8px 0 30px 0;
	flex-flow: wrap;
}
.product-info .number span:first-child {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	color: #2C343A;
	font-size: 13px;
}
.product-info .number input {
	width: 80px;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	background: #FFF;
	color: #112433;
	font-size: 15px;
	transition: .4s;
}
.product-info .number input:focus {
	border: 1px solid #112433;
}
.product-info .price {
	color: #59534A;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}
.product-info .price .full-price {
	font-size: 18px;
	text-decoration: line-through;
	color: #7E95A6;
}
.product-other {
	width: 440px;
	padding-top: 12px;
}
.product-other > p {
	margin-bottom: 16px;
	color: #112433;
}
.product-other .files {
	display: flex;
	margin-bottom: 30px;
}
.product-other .files a {
	width: 24.5%;
	font-size: 12px;
	text-align: center;
	color: #665F55;
	text-decoration: underline !important;
	transition: .4s;
	padding-top: 40px;
	background: url("../img/download-file-icon.svg") no-repeat top center, url("../img/download-file-icon-active.svg") no-repeat top center;
}
.product-other .files a:hover {
	background: url("../img/download-file-icon-active.svg") no-repeat top center;
	color: #112433;
}
.product-other .interior-img {
	display: flex;
}
.product-other .interior-img a {
	width: 140px;
	height: 140px;
	margin-right: 10px;
}
.product-other .interior-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-share {
	border-radius: 59px 0px 0px 59px;
	background: rgba(126, 149, 166, 0.20) url("../img/share-active-icon.svg") no-repeat center left 31px;
	padding: 22px 30px 22px 60px;
	position: absolute;
	top: 20px;
	color: #44627A;
	right: 0;
	transition: .4s;
}
.product-share:hover {
	background: #7E95A6 url("../img/share-icon.svg") no-repeat center left 31px;
	color: #fff;
}

.product-details {
	margin-top: 32px;
	display: flex;
}
.product-details .left {
	width: 624px;
}
.product-details .right {
	width: 400px;
	margin-left: 200px;
	padding-top: 35px;
}
.product-details div > p {
	margin-bottom: 16px;
	color: #112433;
}
.product-details table {
	width: 522px;
}
.product-details table tr {
	border-top: 1px solid #CFCFCF;
}
.product-details table tr:first-child {
	border-top: none;
}
.product-details table tr:first-child p {
	/*text-align: center;*/
	padding-bottom: 10px;
}
.product-details table tr:first-child p span {
	display: block;
	color: #44627A;
	text-align: center !important;
}
.product-details table tr:first-child p span:first-child {
	font-weight: 600;
}
.product-details table tr td {
	padding: 8px 0;
}
.product-details table tr td p {
	color: #112433;
}
.product-details table tr td:nth-child(2) p {
	color: #79674F;
}
.product-details .right > p {
	font-weight: 600;
	color: #44627A;
}
.product-details ul li {
	position: relative;
	padding-left: 20px;
	color: #000;
}
.product-details ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 10px;
	left: 5px;
}

.product-recc,
.product-viewlast {
	margin-top: 58px;
}
.product-recc-slider {
	margin-top: 30px;
	width: 100%;
}
.product-recc-wrp {
	display: flex;
	align-items: center;
}
.product-recc-wrp .next,
.product-recc-wrp .prev {
	width: 84px;
	height: 84px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
}
.product-recc-wrp .prev {
	left: 70px;
}
.product-recc-wrp .next {
	right: 70px;
}
.product-recc-wrp .next svg path,
.product-recc-wrp .prev svg path {
	transition: .4s;
}
.product-recc-wrp .next:hover svg path,
.product-recc-wrp .prev:hover svg path {
	stroke: #7E95A6;
}
.product-recc-slider .swiper-slide {
	height: auto !important;
}
.product-recc-slider .swiper-slide .products-item {
	height: 100%;
}

/* MODALS */

#backcall-modal {
	width: 672px;
	padding: 40px;
	border: 1px solid #CFCFCF;
	background: #FFF url("../img/backcall-img.svg") no-repeat center right 40px;
}
#d3-modal {
	width: 672px;
	padding: 40px;
	border: 1px solid #CFCFCF;
	background: #FFF url("../img/3d-img.svg") no-repeat center right 40px;
}
.modal h3 + p {
	margin-bottom: 36px;
}
.modal .fancybox-close-small svg {
	display: none;
}
.modal .fancybox-close-small {
	width: 36px;
	height: 36px;
	background: #CDCDCD url(../img/cross-icon.svg) no-repeat center center / 12px;
	position: absolute;
	top: 16px !important;
	right: 16px !important;
	border-radius: 5px;
	transition: .4s;
	padding: 0 !important;
}
.modal .fancybox-close-small:hover {
	background: #44627A url("../img/cross-icon.svg") no-repeat center center / 12px;
}
.modal .default-form {
	width: 370px;
}
.modal .default-form .input-label {
	width: 100% !important;
}

/*
.fancybox-container:not(.fancybox-show-caption) .fancybox-navigation {
	display: none !important;
}
*/

#thanks-modal {
    padding: 30px 30px 0 30px;
	background: #fff;
}

.docs-item {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    text-decoration: underline !important;
    cursor: pointer;
}
.docs-item:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    background: black;
    top: 9px;
    left: 0;
}
.sert-item img {
	max-width: 244px;
}

.sert-item {
	margin-right: auto;
	margin-left: auto;
}
.sertif-list {
	margin-bottom: 80px;
	display: flex;
	flex-flow: wrap;
}
.sertif-list .partners {
	display: block;
	text-decoration: underline;
	max-width: 200px;
	text-align: center;
	margin-top: 5px;
}

.doc-wrapp {
	position: fixed;
	top: 140px;
	background: #fff;
	max-width: 800px;
	left: 50%;
	margin-left: -435px;
	height: 20%;
	padding: 30px;
	z-index: 12;
	overflow-y: scroll;
	font-size: 24px;
	color: #000000;
	padding: 70px 90px;
}
.doc-wrapp p {
	margin-bottom: 20px;
}
.doc-wrapp h2 {
	margin-bottom: 53px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 500;
}
.doc-close-x svg {
	width: 32px;
}
.doc-close-x {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.blackblock {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    cursor: pointer;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.fancybox-button[disabled] {
	display: none !important;
}

.fancybox-toolbar {
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
}
.fancybox-show-caption .fancybox-toolbar {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.hidden {
    display: none !important;
}

#banner-modal {
	padding: 0;
}
#banner-modal a {
	display: block;
}
#banner-modal a img {
	width: 100%;
	height: 100%;
}
#banner-modal .fancybox-close-small {
	display: none;
}

.basket__content--empty span a {
    color: #44627A;
    text-decoration: underline !important;
    font-size: 14px;
}

.basket__content {
    padding: 20px 20px 20px 20px;
    border: 1px solid #CFCFCF;
    background: #FFF;
}
