* {
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
section {
	overflow-x: hidden;
}
body {
	/*overflow-x: hidden;
	padding-right: 0 !important;*/
	background: #fff;
}
body > br {
	display: none;
}
body.compensate-for-scrollbar {
	overflow: visible !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
p,a,div,button,input,textarea {
	font-family: Fira Sans Condensed;
	color: #1D1D1D;
	font-size: 20px;
	font-weight: 400;
}
p strong {
	font-weight: 500;
}
h1,h2,h3 {
	font-family: Fira Sans Condensed;
}
h1,
h2 {
	color: #1D1D1D;
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
}
h3 {
	color: #1D1D1D;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
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;
}
i.basket-count {
	font-style: normal;
}
input:focus::placeholder,
textarea:focus::placeholder{
opacity: 0 !important;
transition: opacity 0.3s ease !important;
}
a {
	cursor: pointer;
}
.wrp {
	width: 1116px;
	margin: 0 auto;
}
.button-opacity {
	display: inline-block;
	border: 2.691px solid #FFF;
	padding: 18px 52px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	transition: .4s;
}
.button-opacity:hover {
	background: #fff;
	color: #000;
}
.button {
	display: inline-block;
	border: 2px solid #006d94;
	background: #006d94;
	padding: 14px 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	transition: .4s;
}
.button:hover {
	background: #1D1D1D;
	border: 2px solid #1D1D1D;
}
.button-white {
	display: inline-block;
	border: 2px solid #fff;
	background: #fff;
	padding: 14px 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	transition: .4s;
}
.button-white:hover {
	background: #1D1D1D;
	color: #fff;
	border: 2px solid #1D1D1D;
}
.button-black {
	display: inline-block;
	border: 2.691px solid #000;
	padding: 14px 40px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	transition: .4s;
	cursor: pointer;
}
.button-black:hover {
	background: #000;
	color: #fff;
}

/* HEADER */

.header-top {
	background: #1D1D1D;
	padding: 12px 0;
}
.header-top .wrp {
	display: flex;
	align-items: center;
}
.header-top-menu li {
	display: inline-block;
	margin-right: 14px;
}
.header-top-menu li:last-child {
	margin-right: 0;
}
.header-top-menu li a {
	color: #FFF;
	font-size: 16px;
}
.header-soc {
	display: flex;
	align-items: center;
}
.header-soc a {
	margin-right: 5px;
}
.header-callback {
	color: #FFF;
	font-size: 16px;
}
.header-mail {
	color: #FFF;
	font-size: 16px;
	margin-left: auto;
	margin-right: 28px;
}
.header-adress {
	color: #fff;
	font-size: 16px;
	text-align: right;
}
.header-adress span {
	display: block;
	font-size: 14px;
}
.header-center {
	padding: 38px 0 24px 0;
	border-bottom: 1.5px solid rgba(29, 29, 29, 0.60);
}
.header-center .wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	display: flex;
	align-items: center;
}
.header-logo span {
	margin-left: 30px;
	font-size: 16px;
}
.header-search {
	position: relative;
	width: 264px;
	display: flex;
	align-items: flex-start;
	margin-left: 170px;
}
.header-search .input {
	border: 1.5px solid #1D1D1D;
	padding: 8px 5px 8px 45px;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
}
.header-search .input::placeholder {
	color: rgba(29, 29, 29, 0.60);
}
.header-search .btn {
	position: absolute;
	left: 13px;
	top: 10px;
	width: 18px;
	height: 18px;
	background: url("../img/search-icon.svg") no-repeat center center / cover;
	font-size: 0px;
	border: none;
}
.header-search + .header-contact-item {
	margin-left: auto;
	margin-right: 60px;
}
.header-center-backcall {
	margin-left: 50px;
}
.header-whatsapp {
	padding: 2px 0 2px 28px;
	background: url("../img/24_icon_wa.png") no-repeat center left / 20px;
	font-size: 16px;
	margin-left: auto;
}
.header-max {
	padding: 2px 0 2px 28px;
	background: url("../img/color_max.svg") no-repeat center left / 20px;
	font-size: 16px;
	margin-left: 10px;
}
.header-telegram {
	padding: 2px 0 2px 24px;
	background: url("../img/24_icon_tg.png") no-repeat center left / 20px;
	font-size: 16px;
	margin-left: 10px;
}
.header-backcall {
	display: block;
	color: #006d94;
	text-transform: uppercase;
	margin-bottom: 5px;
	transition: .4s;
}
.header-backcall:hover {
	text-decoration: underline !important;
}
.header-contact-item {
	text-align: right;
	margin-left: 40px;
}
.header-contact-item:nth-child(4) {
	padding-top: 16px;
}
.header-contact-item p {
	font-size: 16px;
}
.header-contact-item span {
	color: rgba(29, 29, 29, 0.60);
	font-size: 12px;
	display: block;
	margin-top: 4px;
}
.header-bottom {
	border-bottom: 1.5px solid rgba(29, 29, 29, 0.60);
}
.header-bottom-menu {
	display: flex;
	justify-content: space-between;
}
.header-bottom-menu li a {
	display: block;
	padding: 12px 0;
	transition: .4s;
}
.header-bottom-menu li a:hover {
	color: #006d94;
}
.header-bottom-menu li a.catalog {
	padding-left: 24px;
	background: url("../img/catalog-icon.svg") no-repeat center left;
}
.header-bottom-menu li a.catalog:hover,
.header-bottom-menu li a.catalog.toggle-active {
	color: #006d94;
	background: url("../img/catalog-icon-active.svg") no-repeat center left;
}
.header-bottom-menu li a.catalog-bottom-menu li a.callback {
	padding-left: 24px;
	background: url("../img/phone-icon.svg") no-repeat center left;
}
.header-bottom-menu li a.cart {
	padding-left: 26px;
	background: url("../img/cart-icon.svg") no-repeat center left;
}
.header-bottom-menu li a.cart span {
	color: #006d94;
	padding-left: 5px;
}

/* Корзина */
.bx-sbb-empty-cart-container {
	text-align: center;
}
.bx-sbb-empty-cart-image {
	height: 116px;
	margin: 50px auto 42px;
	background: url("../../img/empty_cart.svg") no-repeat center;
	background-size: contain;
}
.bx-sbb-empty-cart-text {
	font-size: 34px;
	color:#bababa;
}
.bx-sbb-empty-cart-desc {
	margin-top: 30px;
	font-size: 18px;
}
.bx-sbb-empty-cart-desc a {
	text-decoration: underline !important;
}

.header-catalog {
	width: 1116px;
	padding: 0px 20px;
	border: 1.5px solid rgba(29, 29, 29, 0.60);
	background: #FFF;
	position: absolute;
	z-index: 12;
	height: 0px;
	transition: .4s;
	opacity: 0;
	overflow: hidden;
}
.header-catalog.active {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 30px 20px;
}
.header-catalog-top {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.header-catalog-top-item,
.header-catalog-bottom-item {
	width: calc(100%/3 - 10px);
	margin-top: 10px;
}
.header-catalog-bottom {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.header-catalog-bottom-item > a,
.header-catalog-top > a {
	width: 100%;
	color: #006d94;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	display: inline-block;
}
.header-catalog-bottom-item ul li a {
	font-size: 16px;
}
.header-catalog-bottom-item ul li:not(:last-child) {
	margin-bottom: 2px;
}
.header-catalog-top-item > a {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
.header-catalog-top-item > a img {
	margin-right: 5px;
}
.header-catalog-top-item ul {
	display: flex;
	flex-flow: column wrap;
	max-height: 100px;
}
.header-catalog-top-item ul li {
	margin-right: 30px;
}
.header-catalog-top-item ul li a {
	font-size: 16px;
}

/* MAIN */

.main-item {
	padding: 90px 0 100px 0;
}
#main {
	position: relative;
}
#main h2 {
	color: #FFF;
	font-size: 44px;
	font-weight: 400;
}
#main h2 span {
	display: block;
	color: #FFF;
	font-size: 170px;
	font-weight: 500;
	text-transform: uppercase;
}
#main h2 + p {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 40px;
}
#main .swiper-arrows {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 100%;
}
#main .swiper-arrows .prev {
	position: absolute;
	top: 50%;
	left: calc((100% - 1160px)/2 - 40px);
	z-index: 2;
	cursor: pointer;
}
#main .swiper-arrows .next {
	position: absolute;
	top: 50%;
	right: calc((100% - 1160px)/2 - 40px);
	z-index: 2;
	cursor: pointer;
}

/* MAIN-ADVA */

#main-adva {
	padding: 32px 0;
	background: #006d94;
}
.main-adva {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-adva-item {
	display: flex;
	align-items: center;
	min-width: 25%;
    max-width: 33%;
}
.main-adva-item .icon {
	margin-right: 15px;
}
.main-adva-item p,
.main-adva-item font {
	color: #FFF;
}

/*
#main + #main-adva .main-adva-item {
	min-width: initial;
	max-width: initial;
}
#main + #main-adva .main-adva-item font {
	font-size: 15px;
}
*/

/* SEO-TEXT */

#seo-text {
	padding: 50px 0;
}

/* CONVECTOR */

#convector {
	padding: 50px 0;
}
.convector {
	display: flex;
	justify-content: space-between;
	flex-flow: column wrap;
	margin-top: 52px;
	max-height: 748px;
}
.convector-item {
	width: calc(50% - 11px);
	height: 300px;
	margin-bottom: 24px;
	display: flex;
	align-items: flex-end;
	position: relative;
	padding: 20px;
	transition: .6s;
	overflow: hidden;
}
.convector-item .img {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover !important;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .4s;
}
.convector-item:hover .img {
	transform: scale(1.15);
}
.convector-item:nth-child(3),
.convector-item:nth-child(5) {
	margin-bottom: 0;
}
/* .convector-item:nth-child(4) {
	height: 624px;
} */
.convector-item.big_block{
	height: 624px;
	order: -1;
}

.convector-item:nth-child(4),
.convector-item:nth-child(5) {
	margin-left: auto;
}
.convector-item > span {
	display: block;
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	z-index: 3;
	width: 100%;
	background: url("../img/arrow.svg") no-repeat center right;
}
.convector-item span .price {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	display: block;
	margin-top: 8px;
}

/* CONSULt-FORM */

#consult-form {
	padding: 50px 0;
}
.consult-form {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}
.consult-form .input {
	margin-bottom: 24px;
}
.consult-form .input:nth-child(1) {
	width: 33%;
}
.consult-form .input:nth-child(2) {
	width: 19%;
}
.consult-form .input:nth-child(3) {
	width: 44%;
}
.consult-form .input span {
	display: block;
	margin-bottom: 10px;
}
.consult-form .input input,
.consult-form .input textarea {
	width: 100%;
	padding: 13px 20px;
	border: 1.5px solid #1D1D1D;
	background: #FFF;
}
.consult-form .input textarea {
	resize: none;
}
.consult-form .input::placeholder {
	color: rgba(29, 29, 29, 0.60);
}
.consult-form .checkbox {
	width: 75%;
}
.consult-form .checkbox input {
	/*display: none;*/
visiblity:hidden;
opacity:0;
position: absolute;
}
.consult-form .checkbox span,
.consult-form .checkbox .agreement
{
	font-size: 16px;
	padding-left: 35px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	position: relative;
	cursor: pointer;
}
.consult-form .checkbox span a {
	font-size: 16px;
	text-decoration: underline !important;
	margin: 0 5px;
}
.consult-form .checkbox span:before,
.consult-form .checkbox .agreement:before
{
	content: "";
	border: 1.5px solid #000;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
}
.consult-form .checkbox span:after,
.consult-form .checkbox .agreement:after
{
	content: "";
	width: 25px;
	height: 25px;
	background: url("../img/check.svg") no-repeat center center;
	position: absolute;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.consult-form .checkbox input:checked + span:after,
.consult-form .checkbox input:checked + .agreement:after
{
	opacity: 1;
}

/* BLOG */

#blog {
	padding: 50px 0 20px 0;
}
.blog {
	display: flex;
	flex-flow: wrap;
}
.blog-item {
	width: calc(33.33% - 16px);
	position: relative;
	height: 385px;
	display: flex;
	align-items: flex-end;
	padding: 20px 20px 40px 20px;
	margin-bottom: 30px;
}
.blog-item:not(:nth-child(3n)) {
	margin-right: 24px;
}
.blog-item:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.40) 54.55%, rgba(13, 13, 13, 0.00) 62.99%);
	transition: .4s;
}
.blog-item:hover:before {
	opacity: 0;
}
.blog-item-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover !important;
}
.blog-item-cat {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	width: 62px;
	height: 25px;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
.blog-item-info {
	position: relative;
	z-index: 5;
}
.blog-item-info .name {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	padding-right: 86px;
	margin-bottom: 20px;
	height: 84px;
	background: url("../img/arrow.svg") no-repeat right bottom 10px;
}
.blog-item-info .text {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}
.blog-item-info .date {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
}
#blog-in {
	padding: 50px 0 100px 0;
}
#blog-in .button {
	margin-top: 50px; 
}
#blog-in h1 {
	margin-bottom: 50px;
}

/* AKCII */

#akcii {
	padding: 50px 0 100px 0;
}
.akcii {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.akcii-slider {
	width: calc(100% - 140px);
}
.akcii-slider-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #006d94;
	padding: 32px 95px;
}
.akcii-slider-item .text {
	width: calc(100% - 306px);
}
.akcii-slider-item-name {
	color: #FFF;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.akcii-slider-item-name + p {
	color: #FFF;
	font-size: 22px;
}
.akcii-slider-item .button-white {
	width: 278px;
	padding: 14px 10px;
}
.akcii .next,
.akcii .prev {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* ADVA */

#adva {
	padding: 90px 0 56px 0;
	background: #EFF4F8;
}
.adva-items {
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
}
.adva-item {
	width: calc(33.33% - 16px);
	height: 230px;
	padding: 25px;
	position: relative;
	background-size: cover !important;
}
.adva-item p {
	color: #FFF;
	font-size: 16px;	
	width: 55%;
	position: relative;
	z-index: 3;
}
.adva-item p .name {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.adva-item .sale {
	width: auto;
	padding: 6px 12px;
	background: #006d94;
	color: #FFF;
	font-size: 64px;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 68px;
	z-index: 3;
}

/* REVIEWS */

#reviews {
	background: #EFF4F8;
	padding-bottom: 50px;
}
#reviews .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reviews-info {
	width: calc(100% - 420px);
}
.reviews-info p {
	margin: 20px 0 30px 0;
	width: 112%;
}
.reviews-iframe {
	right: -60px;
	transform: scale(.75);
}
.reviews-iframe > div {
	width: 500px !important;
}

/* FOOTER */

#footer {
	padding: 70px 0 30px 0;
	background: #1D1D1D;
}
#footer .wrp {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.footer-left {
	width: 205px;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
}
.footer-adress {
	color: #fff;
	font-size: 16px;
}
.footer-menu p {
	color: #FFF;
	font-variant-numeric: lining-nums proportional-nums;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-menu ul li {
	display: block;
	margin-bottom: 10px;
}
.footer-menu ul li a {
	color: #FFF;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
}
.footer-right {
	width: 166px;
	text-align: right;
}
.footer-right a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}
.footer-right a span {
	font-size: 14px;
	font-weight: 400;
}
.footer-soc {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-soc a {
	margin-left: 10px;
}
.footer-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
.footer-bottom a:first-child {
    margin-left: 280px;
    margin-right: 144px;
}
.footer-bottom a,
.footer-bottom p {
	color: rgba(255, 255, 255, 0.60);
	font-size: 14px;
	font-variant-numeric: lining-nums proportional-nums;
}
.footer-bottom p {
	margin-left: auto;
}

/* BREADCRUMBS */

#breadcrumbs {
	padding: 20px 0;
}
.breadcrumbs {
	display: flex;
	flex-flow: wrap;
}
.breadcrumbs li a {
	color: rgba(29, 29, 29, 0.60);
	padding-right: 18px;
	position: relative;
}
.breadcrumbs li a:before {
	content: "/";
	color: rgba(29, 29, 29, 0.60);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Fira Sans Condensed;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	right: 5px;
}

/* PRODUCT-MAIN */

#product-main {
	padding: 28px 0 50px 0;
}
#product-main .wrp {
	display: flex;
	justify-content: space-between;
}
.product-main-gallery {
	width: 640px;
}
.product-main-gallery-main {
	height: 360px;
	margin-bottom: 20px;
}
.product-main-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-main-gallery-thumb-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-main-gallery-thumb-wrp .prev,
.product-main-gallery-thumb-wrp .next {
	width: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.product-main-gallery-thumb-wrp .prev {
	justify-content: flex-start;
}
.product-main-gallery-thumb-wrp .prev svg path,
.product-main-gallery-thumb-wrp .next svg path {
	transition: .4s;
}
.product-main-gallery-thumb-wrp .prev:hover svg path,
.product-main-gallery-thumb-wrp .next:hover svg path {
	stroke: #006d94;
	stroke-opacity: 1;
}
.product-main-gallery-thumb {
	width: calc(100% - 90px);
}
.product-main-gallery-thumb img {
	height: 80px;
	width: 100%;
	cursor: pointer;
	object-fit: cover;
}
.product-main-info {
	width: calc(100% - 664px);
}
.product-main-info .art {
	color: rgba(29, 29, 29, 0.60);
	font-size: 16px;
	margin-bottom: 10px;
}
.product-main-info .name {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.product-main-info .adva li {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.product-main-info .adva li:before {
	content: "";
	width: 10px;
	height: 2px;
	background: rgba(46, 46, 46, 0.60);
	position: absolute;
	top: 10px;
	left: 0;
}
.product-main-info .price {
	margin-top: 18px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.product-main-info .price span {
	font-size: 32px;
	font-weight: 500;
	text-align: right;
	line-height: 70%;
	position: relative;
	bottom: 4px;
	left: 3px;
}
.product-main-info .price span s {
	color: rgba(29, 29, 29, 0.60);
	font-size: 14px;
	font-weight: 400;
}

#main-adva.product {
	background: rgba(0, 0, 0, 0.60);
}

/* PRODUCT-INFO */

#product-info {
	padding: 100px 0 50px 0;
}
.product-info-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 45px;
}
.product-info-top h2 {
	width: 75%;
	margin-top: -4px;
}
.product-info-tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.product-info-tabs-item {
	width: calc(33.33% - 16px);
	border: 1.5px solid rgba(29, 29, 29, 0.60);
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	cursor: pointer;
}
.product-info-tabs-item p {
	transition: .4s;
	color: rgba(29, 29, 29, 0.60);
	text-transform: uppercase;
	margin-left: 8px;
}
.product-info-tabs-item svg path {
	transition: .4s;
}
.product-info-tabs-item.active {
	border: 1.5px solid #1D1D1D;
}
.product-info-tabs-item.active p {
	color: #1D1D1D;
}
.product-info-tabs-item.active svg path {
	stroke: #1D1D1D;
}
.product-info-overview-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-info-overview-main .info {
	width: 48%;
}
.product-info-overview-main .info p {
	margin-top: 22px;
}
.product-info-overview-main .info ul li {
	padding-left: 20px;
	position: relative;
	display: block;
}
.product-info-overview-main .info ul li:before {
	content: "";
	background: #1D1D1D;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 10px;
}
.product-info-overview-main .other {
	width: 48%;
	padding: 50px;
	background: #EFF4F8;
}
.product-info-overview-main .other h3 {
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product-info-overview-main .other-item {
	display: flex;
	margin-bottom: 20px;
}
.product-info-overview-main .other-item-img {
	width: 95px;
	height: 101px;
	margin-right: 20px;
	object-fit: cover;
}
.product-info-overview-main .other-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-info-overview-main .other-item-text {
	width: calc(100% - 115px);
}
.product-info-overview-main .other-item-text .name {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.product-info-overview-main .other-item-text .text {
	font-size: 16px;
}
.product-info-overview-har {
	margin: 48px 0;
}
.product-info-overview-har-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.product-info-overview-har-item .icon {
	width: 70px;
	height: 70px;
	margin-right: 25px;
	background: #006d94;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-info-overview-har-item p {
	width: calc(100% - 95px);
}
.product-info-overview-img {
	width: 100%;
}

.product-info-har-list-item {
	display: flex;
	margin-bottom: 30px;
}
.product-info-har-list-item .name {
	width: 30%;
	margin-right: 5%;
}
.product-info-har-list-item .name p {
	font-weight: 500;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.product-info-har-list-item .value {
	width: 65%;
}
.desc {
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.desc img {
	transition: .5s;
}
.desc[data-tooltip] {
	position: relative; /* Относительное позиционирование */ 
}
.desc[data-tooltip]::after {
	content: attr(data-tooltip); /* Выводим текст */
	position: absolute; /* Абсолютное позиционирование */
	width: 400px;
	height: auto;
	left: 0px; 
	bottom: 0px; /* Положение подсказки */
	background: #006d94;
	color: transparent;
	font-weight: 400;
	text-align: left;
	pointer-events: none; /* Подсказка */
	opacity: 0; /* Подсказка невидима */
	transition: .5s; /* Время появления подсказки */
	font-size: 20px;
	z-index: 5;
	font-style: normal;
	transform: scale(.0);
	transform-origin: bottom left;
}
.desc[data-tooltip].active img {
	border-radius: 50%;
}
.desc[data-tooltip].active::after {
	opacity: 1;
	bottom: 22px;
	left: -20px;
	padding: 20px;
	color: #fff;
	transform: scale(1);
}

.product-info-docs {
	display: flex;
	justify-content: space-between;
}
.product-info-docs-video {
	width: 736px;
	height: 342px;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	position: relative;
}
.product-info-docs-video:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/play-icon.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}
.product-info-docs-video span {
	color: #FFF;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
}
.product-info-docs-list {
	width: calc(100% - 804px);
	position: relative;
	top: -10px;
}
.product-info-docs-list a {
	display: block;
	padding: 10px 0 10px 35px;
	text-decoration: underline !important;
}
.product-info-docs-list a.pdf {
	background: url("../img/pdf-icon.svg") no-repeat top 10px left;
}

.tab-content {
	opacity: 0;
	overflow: hidden;
	height: 0px;
	transition: .4s;
}
.tab-content.active {
	height: auto;
	opacity: 1;
	overflow: visible;
}

/* PRODUCT-ADVA */

#product-adva {
	padding: 50px 0 100px 0;
}
.product-adva {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.product-adva-item {
	width: 260px;
	height: 180px;
	overflow: hidden;
	padding: 20px;
	display: flex;
	align-items: center;
	background-size: cover !important;
}
.product-adva-item p {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.product-adva-item p a {
	display: block;
	color: #FFF;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: underline !important;
	text-transform: initial;
}

/* PRODUCT-FORM */

#product-form {
	padding-bottom: 100px;
}
#product-form h2 {
	margin-bottom: 50px;
}
.product-form-step#step-5 {
	background: #EFF4F8;
}
.product-form-step {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	border: 1.5px solid #1D1D1D;
	padding: 40px 71px;
	margin-bottom: 40px;
	transition: .4s;
	overflow: hidden;
	height: 102px;
}
.product-form-step > *:not(.product-form-step-top) {
	transition: .4s;
	opacity: 0;
}
.product-form-step.active {
	height: auto !important;
	overflow: visible;
}
.product-form-step.active > *:not(.product-form-step-top) {
	opacity: 1;
}
.product-form-step-top {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.product-form-step-h {
	font-weight: 500;
	text-transform: uppercase;
	margin-right: auto;
}
.product-form-step-h span {
	color: #006d94;
	font-weight: 500;
}
.product-form-step-h + div {
	margin-left: auto;
}
.product-form-step-button {
	cursor: pointer;
	display: none;
	align-items: center;
	font-weight: 500;
	text-transform: uppercase;
	transition: .4s;
}
.product-form-step .product-form-step-button.open {
	display: flex;
	margin: 0;
}
.product-form-step.active .product-form-step-button.close {
	display: flex;
	margin: 0;
}
.product-form-step.active .product-form-step-button.open {
	display: none;
}
.product-form-step-button svg {
	margin: 0 10px;
}
.product-form-step-button:not(:last-child) {
	margin-right: 20px;
}
.product-form-step-button:last-child svg {
	margin-right: 0;
}
.product-form-step-back {
	color: #006d94;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
.product-form-step.active .product-form-step-button {
	display: flex;
}
.product-form-step.active .product-form-step-back {
	display: none;
}
.product-form-param {
	width: 48%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.product-form-param p {
	width: auto;
	margin-right: 10px;
}
.product-form-param a {
	color: #006d94;
	font-size: 16px;
	margin-left: 15px;
}
.product-form-param a:hover {
	text-decoration: underline !important;
}
.jq-selectbox {
	min-width: 95px;
	position: relative;
}
.jq-selectbox select {
	display: none;
}
.jq-selectbox.changed .jq-selectbox__select-text {
	color: #212529;
}
.jq-selectbox__select {
	width: 100%;
	padding: 4px 36px 4px 14px;
	border: 1px solid rgba(29, 29, 29, 0.60);
	background: #FFF;
	position: relative;
	cursor: pointer;
}
.jq-selectbox__trigger {
	width: 11px;
	height: 5px;
	background: url(../img/selector-vector.svg) no-repeat center center / 100%;
	position: absolute;
	right: 14px;
	top: 14px;
	transition: .4s;
}
.jq-selectbox.opened .jq-selectbox__trigger {
	transform: rotate(-180deg);
	opacity: 1;
}
.jq-selectbox__select-text {
	color: #006d94;
	font-size: 20px;
	font-weight: 400;
}
.jq-selectbox__dropdown li:nth-child(1),
.jq-selectbox__dropdown li:nth-child(2) {
	display: none !important;
}
.jq-selectbox__dropdown {
	position: absolute !important;
	left: 0;
	width: 100%;
	border: 1px solid rgba(29, 29, 29, 0.60);
	padding: 10px 14px;
	top: 36px !important;
	transition: .4s;
	opacity: 0;
	z-index: 2;
	background: #fff;
	transform-origin: top;
	transform: scaleY(0);
	height: auto !important;
}
.jq-selectbox.opened .jq-selectbox__dropdown {
	opacity: 1;
	transform: scaleY(1);
}
.jq-selectbox__dropdown ul {
	padding: 0 !important;
}
.jq-selectbox__dropdown li {
	margin-bottom: 4px;
	cursor: pointer;
	transition: .4s;
	font-size: 16px;
}
.jq-selectbox__dropdown li:last-child {
	margin-bottom: 0;
}
.jq-selectbox__dropdown li:hover {
	color: #006d94 !important;
}
.jq-selectbox__dropdown li.selected.sel {
	color: #006d94 !important;
}
.noUi-base {
	position: relative;
}
.noUi-base:before {
	content: "";
	width: 2px;
	height: 8px;
	background: #1D1D1D;
	position: absolute;
	left: 0;
	top: -3px;
}
.noUi-base:after {
	content: "";
	width: 2px;
	height: 8px;
	background: #1D1D1D;
	position: absolute;
	right: 0;
	top: -3px;
}
.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    right: -4px;
    top: -4px;
    background: #006d94;
    border: none;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.noUi-target {
	background: #1D1D1D66;
	box-shadow: none;
	border: none;
	height: 2px;
}
.noUi-tooltip {
	color: #006d94;
    font-size: 15px;
    background: transparent;
    box-shadow: none;
    border: none;
}

.product-form-table {
	width: 100%;
	background: #EFF4F8;
	margin-top: 30px;
}
.product-form-table-top {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(29, 29, 29, 0.20);
	padding: 20px 24px;
}
.product-form-table-top p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 16px;
}
.product-form-table-top p:nth-child(1) {
	width: 210px;
	text-align: left;
}
.product-form-table-top p:nth-child(2) {
	width: 48px;
}
.product-form-table-top p:nth-child(3) {
	width: 66px;
}
.product-form-table-top p:nth-child(4) {
	width: 110px;
}
.product-form-table-top p:nth-child(5) {
	width: 70px;
}
.product-form-table-top p:nth-child(6) {
	width: 115px;
}
.product-form-table-top p:nth-child(7) {
	width: 116px;
}
.product-form-table-top p .icons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -17px;
}
.product-form-table-top p .icons img {
	width: 15px;
	margin: 0 3px;
}
.product-form-table-items {
	padding: 24px;
}
.product-form-table-item {
	display: flex;
	margin-bottom: 10px;
}
.product-form-table-item:nth-child(n+6) {
	display: none;
}
.product-form-table-item p {
	font-size: 16px;
	font-weight: 400;
	margin-right: 16px;
	text-align: center;
}
.product-form-table-item p s {
	font-size: 14px;
	color: rgba(29, 29, 29, 0.60);
	padding-left: 4px;
}
.product-form-table-item p:nth-child(1) {
	width: 210px;
	text-align: left;
}
.product-form-table-item p:nth-child(2) {
	width: 48px;
}
.product-form-table-item p:nth-child(3) {
	width: 66px;
}
.product-form-table-item p:nth-child(4) {
	width: 110px;
}
.product-form-table-item p:nth-child(5) {
	width: 70px;
}
.product-form-table-item p:nth-child(6) {
	width: 115px;
}
.product-form-table-item p:nth-child(7) {
	width: 116px;
}
.product-form-table-item .product-select {
	margin-left: auto;
	text-align: center;
	width: 55px;
}
.product-form-table-item .product-select input {
	display: none;
}
.product-form-table-item .product-select span {
	cursor: pointer;
	color: #006d94;
	font-size: 16px;
	text-align: center;
}
.product-form-table-item.active p {
	font-weight: 500;
}
/* PRICE-TABLE-SECOND */

.product-form-table.second .product-form-table-top p:nth-child(2),
.product-form-table.second .product-form-table-item p:nth-child(2) {
	width: 70px;
}
.product-form-table.second .product-form-table-top p:nth-child(3),
.product-form-table.second .product-form-table-item p:nth-child(3) {
	width: 90px;
}
.product-form-table.second .product-form-table-top p:nth-child(4),
.product-form-table.second .product-form-table-item p:nth-child(4) {
	width: 130px;
}
.product-form-table.second .product-form-table-top p:nth-child(5),
.product-form-table.second .product-form-table-item p:nth-child(5) {
	width: 100px;
}
.product-form-table.second .product-form-table-top p:nth-child(6),
.product-form-table.second .product-form-table-item p:nth-child(6) {
	width: 140px;
}

.product-form-step-left {
	width: 48%;
}
.product-form-accord {
	margin-bottom: 20px;
}
.product-form-accord-top {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .4s;
}
.product-form-accord-top p {
	font-size: 20px;
	font-weight: 500;
	margin-right: 5px;
}
.product-form-accord-top img[alt="vector"] {
	transition: .4s;
	margin-left: 15px;
	position: relative;
	top: 2px;
}
.product-form-accord-top.active img[alt="vector"] {
	transform: rotate(180deg);
}
.product-form-accord-top.active {
	margin-bottom: 10px;
}
.product-form-accord-list {
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: .4s;
}
.product-form-accord-top.active + .product-form-accord-list {
	height: auto;
	overflow: visible;
	opacity: 1;
}
.product-form-accord-list .radio {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
}
.product-form-accord-list .radio input {
	display: none;
}
.product-form-accord-list .radio > span {
	font-size: 20px;
	padding-left: 32px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	flex-flow: wrap;
}
.product-form-accord-list .radio > span .price {
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-left: 4px;
	display: inline-block;
	margin-right: 4px;
}
.product-form-accord-list .radio > span:before {
	content: "";
	border: 1.5px solid rgba(29, 29, 29, .6);
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
}
.product-form-accord-list .radio > span:after {
	content: "";
	width: 24px;
	height: 22px;
	background: url("../img/check.svg") no-repeat center center;
	position: absolute;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.product-form-accord-list .radio input:checked ~ span:after {
	opacity: 1;
}
.product-form-accord-list .radio img {
	width: 40px;
	height: 30px;
	object-fit: cover;
	position: relative;
	left: 72px;
    margin-left: -40px;
}
.product-form-accord-list .radio-img > img ~ span {
	padding-left: 80px;
}
.product-form-accord-list .radio span a {
    color: #006d94;
    text-decoration: underline !important;
    font-size: 16px;
}
#ral-color {
	width: 855px;
	padding: 60px 95px !important;
}
.ral-color-list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.ral-color-list label {
	width: 96px;
	margin: 0 4px 20px 4px;
	display: block;
}
.ral-color-list label input {
	display: none;
}
.ral-color-list label span {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	transition: .4s;
}
.ral-color-list label input:checked + span {
	color: #006d94;
	font-weight: 500;
}
.ral-color-list label span i {
	width: 100%;
	height: 50px;
	display: block;
	margin-bottom: 5px;
}
.ral-color-alert {
	background: #EFF4F8;
	width: 500px;
	margin: 10px auto 0 auto;
	color: #1D1D1D;
	font-size: 20px;
	font-weight: 500;
	padding: 28px 70px;
	text-align: center;
}

.product-form-step-right {
	width: 48%;
	padding: 20px 30px;
	background: #EFF4F8;
}
.product-form-step-right-h {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.product-form-step-right-list {
	margin-bottom: 20px !important;
}
.product-form-step-right-list li {
	margin-bottom: 10px;
	font-size: 16px;
}
.num-input {
	border: none;
	border-bottom: 1px solid #1D1D1D;
	width: 30px;
	text-align: center;
	color: #006d94;
	font-size: 16px;
	background: transparent;
	font-weight: 500;
	height: 17px;
	position: relative;
	top: -3px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.product-form-unversal-h {
	width: 100%;
	font-weight: 500;
	margin-bottom: 20px;
}
.product-form-unversal-items {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
}
.product-form-unversal-items .item {
	width: 170px;
	position: relative;
	margin-right: 35px;
}
.product-form-unversal-items .item img {
	height: 80px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 6px;
}
.product-form-unversal-items .item span {
	font-size: 16px;
}
.product-form-unversal-items .right {
	width: 140px;
	margin-left: auto;
	text-align: right;
}
.product-form-unversal-items .price {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 12px;
}
.product-form-unversal-items .right label input {
	display: none;
}
.product-form-unversal-items .right .button-black {
	padding: 8px 10px;
	width: 100%;
	cursor: pointer;
}
.product-form-unversal-items .right label input:checked + .button-black {
	background: #000;
	color: #fff;
}
.product-form-alert {
	width: 100%;
	text-align: center;
	padding: 30px 10px;
	background: #EFF4F8;
	font-weight: 500;
	margin: 20px 0;
}
.product-form-other {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 35px;
}
.product-form-other-name {
	width: 100%;
}
.product-form-other-name strong {
	text-transform: uppercase;
	display: block;
}
.product-form-other-item {
	width: 48.5%;
	display: flex;
	margin-top: 25px;
}
.product-form-other-item .img {
	width: 175px;
	height: 158px;
	position: relative;
	cursor: pointer;
	margin-right: 15px;
}
.product-form-other-item .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.product-form-other-item .info {
	width: calc(100% - 190px);
	position: relative;
}
.product-form-other-item .info .name {
	font-size: 16px;
	font-weight: 500;
	height: 70px;
	margin-bottom: 10px;
}
.product-form-other-item .info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-form-other-item .info .amount {
	font-size: 16px;
}
.product-form-other-item .info-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.product-form-other-item .stock {
	font-size: 16px;
	padding: 2px 0 2px 30px;
	background: url("../img/stock-icon.svg") no-repeat center left;
}
.product-form-other-item .price {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.product-form-other-item .checkbox {
	width: 140px;
}
.product-form-other-item .checkbox input {
	display: none;
}
.product-form-other-item .checkbox .button-black {
	padding: 8px 10px;
	width: 100%;
	cursor: pointer;
}
.product-form-other-item .checkbox .button-black:hover {
	border: 2.691px solid #000;
	color: #000;
	background: transparent;
}
.product-form-other-item .checkbox input:checked + .button-black {
	background: #000;
	color: #fff;
}

#step-5 {
	align-items: flex-end;
}
#step-5 .product-form-step-top + p {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
}
.product-final-list {
	width: calc(100% - 320px);
	display: flex;
	flex-flow: column wrap;
}
.product-final-list li {
	width: 48%;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-final-info {
	width: 235px;
	text-align: center;
}
.product-final-info .price {
	text-align: right;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.product-final-info .price strong {
	display: block;
}
.product-final-info .one-click {
	color: #006d94;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-top: 12px;
}
.product-final-info .one-click:hover {
	text-decoration: underline !important;
}

/* CATALOG */

#catalog {
	padding: 50px 0;
	overflow: visible;
}
#catalog h1 {
	margin-bottom: 50px;
}
#catalog h3 {
	margin: 20px 0;
}
.catalog-items {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 25px;
}
.catalog-item {
	width: calc(25% - 18px);
	height: 256px;
	margin-bottom: 25px;
	position: relative;
	padding: 45px 20px 15px 20px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.catalog-item:not(:nth-child(4n)) {
	margin-right: 24px;
}
.catalog-item .icons {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.catalog-item .icons-item {
	width: 40px;
	height: 40px;
	background: #006d94;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-item .icons-item img {
	max-width: 55%;
	max-height: 55%;
}
.catalog-item .img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.catalog-item .img-bg {
	background-size: cover !important;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.catalog-item:hover .img-bg {
	transform: scale(1.15);
}
.catalog-item .name {
	width: calc(100% - 40px);
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	position: absolute;
	top: 45px;
	left: 20px;
	z-index: 2;
}
.catalog-item .name-price {
	display: block;
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	margin-top: 4px;
}
.catalog-item .button {
	position: relative;
	z-index: 2;
}
.catalog-items.two {
	justify-content: space-between;
}
.catalog-items.two .catalog-item {
    width: calc(50% - 16px);
    margin-right: 0;
    min-height: 350px;
}
.catalog-item .select-button {
	width: 197px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
.catalog-item .select-button svg {
	margin-left: 10px;
	transition: .4s;
}
.catalog-item .select-button.active svg {
	transform: rotate(180deg);
}
.catalog-item .select-list {
    background: #EFF4F8;
    width: 197px;
    right: 20px;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-flow: wrap;
    padding: 8px 10px !important;
    transition: .4s;
	opacity: 0;
	z-index: -2;
	transform-origin: top;
	transform: scaleY(0);
}
.catalog-item .select-button.active + .select-list {
	opacity: 1;
	z-index: 4;
	transform: scaleY(1);
}
.catalog-item .select-list li {
	width: 48px;
	margin-bottom: 6px;
	margin-right: 10px;
}
.catalog-item .select-list li a {
	font-size: 13px;
}
.catalog-item .select-list li a:hover {
	text-decoration: underline !important;
}
.catalog-item .select-list li:nth-child(3n) {
	margin-right: 0;
}

/* ASK-FORM */

#ask-form {
	padding: 100px 0;
}
#ask-form .wrp {
	display: flex;
	justify-content: space-between;
}
.ask-form-text {
	width: 454px;
}
.ask-form-text h2 {
	margin-bottom: 20px;
}
.ask-form-text p {
	margin-bottom: 32px;
}
.form-text-soc {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form-text-soc p {
	margin-bottom: 0;
}
.form-text-soc a {
	width: 40px;
	height: 40px;
	background: #1D1D1D;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}
.form-text-soc a img {
	width: 90%;
}
#ask-form .consult-form {
	width: calc(100% - 540px);
	margin-top: 0;
}
#ask-form .consult-form .input {
	margin-bottom: 15px;
}
#ask-form .consult-form .input:nth-child(2) {
	width: 62%;
}
#ask-form .consult-form .input:nth-child(3) {
	width: 100%;
}
#ask-form .consult-form .input:nth-child(4) {
	width: 100%;
}
#ask-form .consult-form .checkbox {
	width: 100%;
	margin-bottom: 6px;
}
#ask-form .consult-form .button {
	margin-left: auto;
}

/* PORTFOLIO */

#portfolio {
	padding: 50px 0 100px 0;
}
.portfolio-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.portfolio-top h1 {
	margin-bottom: 50px;
}
.portfolio-top .left {
	width: calc(100% - 460px);
}
.portfolio-top .right {
	width: 356px;
	border: 1.5px solid #006d94;
	padding: 25px 45px;
}
.portfolio-top .right-num {
	color: #006d94;
	font-size: 45px;
	font-weight: 500;
	margin-bottom: 6px;
}
.portfolio-top .right-text {
	color: #006d94;
	font-size: 30px;
}
.portfolio {
	display: flex;
	flex-flow: wrap;
}
.portfolio-item {
	width: calc(25% - 18px);
	margin-bottom: 25px;
}
.portfolio-item:not(:nth-child(4n)) {
	margin-right: 24px;
}
.portfolio-item img {
	width: 100%;
	height: 256px;
	object-fit: cover;
	margin-bottom: 15px;
}

/* GARANT */

#garant {
	padding: 50px 0;
}
.garant-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.garant-top h2 {
	width: 350px;
}
.garant-top ul li {
	display: block;
	line-height: 34px;
}
.garant-top ul li span {
	color: #006d94;
	font-weight: 500;
}
.garant-img {
	width: 100%;
	height: 455px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 20px 0;
	
}
.garant-img p {
	color: #FFF;
	font-size: 30px;
}
.garant-img p span {
	display: block;
	font-size: 58px;
	font-weight: 500;
}
.garant-bottom {
	padding: 50px 70px;
	background: #EFF4F8;
}

#garant-text {
	padding: 50px 0;
}
#garant-text h2 {
	margin-bottom: 30px;
}
#garant-text p {
	margin-bottom: 16px;
}

#garant-adva {
	padding: 50px 0;
}
#garant-adva p {
	margin-bottom: 16px;
}
#garant-adva ul li {
	display: flex;
	margin-bottom: 10px;
}
#garant-adva ul li .num {
	background: #006d94;
	width: 33px;
	height: 33px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
	top: -4px;
}
#garant-adva ul li .text {
	width: calc(100% - 50px);
}

.fancybox-button svg path {
	fill: #fff  !important;
}
#sertif {
	background: #EFF4F8;
	padding: 90px 0 60px 0;
}
#sertif h2 {
	margin-bottom: 30px;
}
#sertif h2 + p {
	margin-bottom: 30px;
}
.sertif {
	display: flex;
	flex-flow: wrap;
}
.sertif-item {
	width: calc(25% - 18px);
	margin-bottom: 30px;
	display: block;
}
.sertif-item:not(:nth-child(4n)) {
	margin-right: 24px;
}
.sertif-item img {
	width: 100%;
	height: 365px;
	object-fit: contain;
	margin-bottom: 15px;
	object-position: center;
}

/* DESIGN */

#design-banner {
	padding: 50px 0;
}
.design-banner {
	width: 100%;
	height: 455px;
	display: flex;
	align-items: center;
	padding: 20px 65px;
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 37.99%, rgba(0, 0, 0, 0.00) 80.82%), url('../img/design-img.jpg'), lightgray 50% / cover no-repeat;*/
}
.design-banner p {
	color: #FFF;
	font-size: 32px;
}
.design-banner p span {
	font-size: 96px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

#design {
	padding: 50px 0;
}
.design-item {
	margin-bottom: 40px;
}
.design-item-button {
	border: 1.5px solid #1D1D1D;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.design-item-button p {
	font-weight: 500;
	text-transform: uppercase;
	width: calc(100% - 40px);
}
.design-item-button svg {
	transition: .4s;
}
.design-item-button svg path {
	stroke: #006d94;
}
.design-item-button.active svg {
	transform: rotate(180deg);
}
.design-item-block {
	border: 1.5px solid #1D1D1D;
	border-top: none;
	display: flex;
	transition: .4s;
	overflow: hidden;
	opacity: 0;
	max-height: 0px;
}
.design-item-button.active + .design-item-block {
	max-height: 1200px;
	opacity: 1;
}
.design-item-block .tabs {
	width: 380px;
	background: #EFF4F8;
	border-right: 1.5px solid #1D1D1D;
	padding: 50px 50px 35px 50px;
}
.design-item-block .tabs-items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: wrap;
}
.design-item-block .tabs a {
	width: 48%;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
}
.design-item-block .tabs a.active {
	font-weight: 500;
}
.design-item-block .blocks {
	width: calc(100% - 380px);
	padding: 40px 50px;
}
.design-item-block .blocks-item {
	transition: .4s;
	overflow: hidden;
	height: 0px;
	opacity: 0;
}
.design-item-block .blocks-item.active {
	height: auto;
	opacity: 1;
}
.design-item-block .blocks-item-docs {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 20px;
}
.design-item-block .blocks-item-docs a {
	width: 32%;
	text-transform: uppercase;
	padding: 6px 0 6px 35px;
	margin-bottom: 15px;
	text-decoration: underline !important;
	word-break: break-all;
	transition: .4s;
}
.design-item-block .blocks-item-docs a:hover {
	color: #006d94;
}
.design-item-block .blocks-item-docs a.buildsmart {
	background: url("../img/BuildingSMART-icon.svg") no-repeat top 6px left;
}
.design-item-block .blocks-item-docs a.pdf {
	background: url("../img/pdf-icon.svg") no-repeat top 6px left;
}
.design-item-block .blocks-item-docs a.rfa {
	background: url("../img/rfa-icon.svg") no-repeat top 6px left;
}
.design-item-block .blocks-item-docs a:not(:nth-child(3n)) {
	margin-right: 2%;
}
.design-item-block .blocks .button {
	margin-top: 30px;
}

#design-info {
	padding: 50px 0;
}
.design-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.design-info .text {
	width: calc(100% - 580px);
}
.design-info .text p {
	font-size: 24px;
}
.design-info .text p:not(:last-child) {
	margin-bottom: 24px;
}

#backcall-form {
	padding: 50px 0 100px 0;
}
.backcall-form-contacts {
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.backcall-form-contacts p {
	font-size: 24px;
}
.backcall-form-contacts a {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	background: #1D1D1D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.backcall-form-contacts a img {
	width: 100%;
}

/* CART */

#cart {
	padding: 50px 0 100px 0;
}
#cart h1 {
	margin-bottom: 50px;
}
#cart h1 + p {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
}
#cart .cart {
	border: 1.5px solid #1D1D1D;
}
.cart-items {
	padding: 50px;
}
.cart-item {
	display: flex;
	justify-content: space-between;
}
.cart-item:not(:last-child) {
	margin-bottom: 50px;
}
.cart-item-img {
	width: 180px;
	height: 136px;
}
.cart-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cart-item-info {
	width: 60%;
}
.cart-item-info .product-final-list {
	width: 100%;
	flex-flow: initial;
	justify-content: space-between;
}
.cart-item-info .product-final-list > div {
	width: 48%;
}
.cart-item-info .product-final-list p {
	margin-bottom: 5px;
	font-size: 16px;
}
.cart-item-info .in-stock {
	display: none;
}
.cart-item-right {
	width: 150px;
	position: relative;
}
.cart-item-right .price {
	text-align: right;
}
.cart-item-right .price-cur {
	color: #006d94;
	font-size: 24px;
	font-weight: 500;
	display: block;
	padding-right: 4px;
	margin-bottom: -5px;
	text-transform: uppercase;
}
.cart-item-right .price-old {
	color: rgba(29, 29, 29, 0.60);
	font-size: 14px;
	text-transform: uppercase;
}
.cart-item-right .delete {
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgba(29, 29, 29, 0.60);
	font-size: 14px;
	text-transform: uppercase;
}
.cart-bottom {
	background: #EFF4F8;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
.cart-bottom-list {
	width: 60%;
	margin-bottom: 30px !important;
}
.cart-bottom-list li {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.cart-bottom-list li strong {
	font-weight: 500;
}
.cart-bottom-promo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 40%;
	margin-bottom: 35px;
	flex-wrap: wrap;
}
.cart-bottom-promo .input {
	width: 240px;
	background: #FFF;
	padding: 13px 20px;
	margin-right: 20px;
	border: none;
}
.cart-bottom-promo .input::placeholder {
	color: rgba(29, 29, 29, 0.60);
}
.cart-bottom-promo a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline !important;
	transition: .4s;
}
.cart-bottom-promo a:hover {
	color: #006d94;
}
.cart-bottom-price {
	width: 62%;
	color: rgba(29, 29, 29, 0.60);
	font-size: 16px;
}
.cart-bottom-price strong {
	color: #1D1D1D;
	font-size: 24px;
	font-weight: 500;
}
.cart-bottom-price strong span {
	color: #006d94;
}
.cart-bottom-price strong span .price-old {
	color: rgba(29, 29, 29, 0.60);
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 5px;
}
.cart-bottom-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cart-bottom-buttons a:not(.button) {
	color: #006d94;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline !important;
	margin-right: 30px;
}

/* MODALS */

.fancybox-bg {
	background: #000 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: .8 !important;
}
.modal {
	width: 736px;
	padding: 40px 80px !important;
}
.modal-top {
	text-align: center;
}
.modal-top h3 {
	margin-bottom: 10px;
	font-size: 36px;
}
.modal-top p {
	font-size: 24px;
}
.modal-form {
	margin-top: 30px;
}
.modal-form .input {
	margin-bottom: 15px;
}
.modal-form.consult-form .input:nth-child(1) {
	width: 61% !important;
}
.modal-form.consult-form .input:nth-child(2) {
	width: 34% !important;
}
/*.modal-form.consult-form .input:nth-child(3) {
	width: 100% !important;
}*/
.modal-form.consult-form .checkbox {
	width: 100%;
}
.modal-form.consult-form .button {
	margin: 20px auto 0 auto;
}
.modal .fancybox-close-small {
	width: 22px;
	height: 22px;
	top: 20px !important;
	right: 20px !important;
	padding: 0 !important;
	background: url("../img/close.svg") no-repeat center center;
	opacity: 1;
}
.modal .fancybox-close-small svg {
	display: none;
}
#buy-modal,
#buy-modal-thanks,
#order-modal-thanks {
	background: #EFF4F8;
}
#order-modal-thanks {
	width: 100%;
}
.order-modal-thanks p {
	font-size: 20px;
	margin-bottom: 16px;
}
.order-modal-thanks p:last-child {
	margin-bottom: 0;
}
#buy-modal .consult-form .input input {
	background: #EFF4F8;
}
.rating-area {
	overflow: hidden;
    width: 90px;
    margin: -10px 0 15px auto;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
	background: url("../img/star.svg") no-repeat center center;
	margin-left: 3px;
}
.rating-area > input:checked ~ label {
	background: url("../img/star-active.svg") no-repeat center center;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	background: url("../img/star-active.svg") no-repeat center center;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	background: url("../img/star-active.svg") no-repeat center center;
}
.rate-area > label:active {
	position: relative;
}

/* ORDER */

#order {
	padding: 40px 0 100px 0;
}
#order h1 {
	margin-bottom: 50px;
}
.order-delivery {
	margin-bottom: 30px;
}
.order-h {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.order-delivery-select {
	display: flex;
	justify-content: space-between;
}
.order-delivery-select label input {
	display: none;
}
.order-delivery-select label {
	width: calc(33.33% - 16px);
}
.order-delivery-select span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1.5px solid #1D1D1D;
	height: 48px;
	transition: .4s;
	cursor: pointer;
	text-transform: uppercase;
}
.order-delivery-select input:checked + span {
	background: #006d94;
	border: 1.5px solid #006d94;
	color: #fff;
}
.order-delivery-item {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-bottom: 0px;
	height: 0px;
	opacity: 0;
	transition: .4s;
	overflow: hidden;
}
.order-delivery-item.active {
	height: auto;
	opacity: 1;
	margin-bottom: 0px;
	margin-top: 50px;
}
.order-delivery-item .text {
	width: calc(100% - 680px);
}
.order-delivery-item .text p {
	margin-bottom: 24px;
}
.order-delivery-item .text p:last-child {
	margin-bottom: 0;
}
.order-delivery-item .text ul {
	margin-bottom: 40px !important;
}
.order-delivery-item .text ul li {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.order-delivery-item .text ul li img {
	width: 42px;
	height: 42px;
}
.order-delivery-item .text ul li span {
	margin-left: 15px;
	width: calc(100% - 57px);
}
.order-delivery-item .text-banner {
	padding: 40px 30px 40px 30px;
	margin-top: 50px;
	background: #EFF4F8;
}
.order-delivery-item .other {
	width: 642px;
}
#delivery .order-delivery-item[data-value="Доставка по Москве и МО"] .other {
	width: 544px;
}
.order-delivery-item .other iframe {
	width: 100% !important;
	height: 100% !important;
}
.other-banner {
	display: flex;
	align-items: center;
	background: #EFF4F8;
}
.other-banner-text {
	width: calc(100% - 214px);
	padding: 40px 30px;
}
.other-banner-text p:not(:last-child) {
	margin-bottom: 22px;
}
.other-banner > img {
	width: 214px;
	object-fit: cover;
}
.other-table {
	border: 1.5px solid #1D1D1D;
	margin-bottom: 40px;
}
.other-table-top {
	display: flex;
	align-items: center;
	padding: 20px;
}
.other-table-top p {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.other-table-top p:nth-child(1) {
	width: 184px;
}
.other-table-top p:nth-child(2) {
	width: calc(100% - 200px);
	margin-left: 16px;
}
.other-table-item {
	display: flex;
	padding: 20px;
	border-top: 1px solid rgba(29, 29, 29, 0.20);
}
.other-table-item p:nth-child(1) {
	width: 184px;
}
.other-table-item p:nth-child(2) {
	width: calc(100% - 200px);
	margin-left: 16px;
}
.order-delivery-item .bottom {
	width: 100%;
	margin-top: 0px;
}
.order-delivery-item .bottom-company {
	display: flex;
	justify-content: space-between;
}
.bottom-gallery {
	width: 100% !important;
	margin-top: 50px;
}
.bottom-gallery .product-main-gallery-main {
	height: 446px;
}

.order-pay {
	margin-bottom: 100px;
}
.order-pay-select {
	display: flex;
	justify-content: space-between;
}
.order-pay-select label input {
	display: none;
}
.order-pay-select label {
	width: 262px;
}
/*
.order-pay-select span {
	display: flex;
	padding: 12px 18px 12px 0;
	border: 1.5px solid #1D1D1D;
	width: 100%;
	height: 72px;
	cursor: pointer;
	transition: .4s;
}
.order-pay-select input:checked + span {
	border: 1.5px solid #006d94;
	color: #fff;
	background: #006d94;
}*/
.order-pay-select #pay-1 span {
	background: url("../img/order-pay-icon1.svg") no-repeat center left 14px, url("../img/order-pay-icon1-active.svg") no-repeat center left 14px;
}
.order-pay-select #pay-1 input:checked + span {
	background: #006d94 url("../img/order-pay-icon1-active.svg") no-repeat center left 14px;
}
.order-pay-select #pay-2 span {
	background: url("../img/order-pay-icon2.svg") no-repeat center left 15px;
}
.order-pay-select #pay-2 input:checked + span {
	background: #006d94 url("../img/order-pay-icon2-active.svg") no-repeat center left 15px;
}
.order-pay-select #pay-3 span {
	background: url("../img/order-pay-icon3.svg") no-repeat center left 24px, url("../img/order-pay-icon3-active.svg") no-repeat center left 24px;
}
.order-pay-select #pay-3 input:checked + span {
	background: #006d94 url("../img/order-pay-icon3-active.svg") no-repeat center left 24px;
}
.order-pay-select #pay-4 span {
	background: url("../img/order-pay-icon4.svg") no-repeat center left 17px, url("../img/order-pay-icon4-active.svg") no-repeat center left 17px;
}
.order-pay-select #pay-4 input:checked + span {
	background: #006d94 url("../img/order-pay-icon4-active.svg") no-repeat center left 17px;
}
.order-pay-select span i {
	font-size: 14px;
	font-style: normal;
	display: block;
}

.order-contacts {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.order-contacts .input {
	margin-bottom: 20px;
}
.order-contacts .input:nth-child(1),
.order-contacts .input:nth-child(2),
.order-contacts .input:nth-child(5),
.order-contacts .input:nth-child(6) {
	width: 426px;
}
.order-contacts .input:nth-child(3),
.order-contacts .input:nth-child(4) {
	width: 212px;
}
.order-contacts .input span {
	display: block;
	margin-bottom: 10px;
}
.order-contacts span i,
.order-contacts p i {
	color: #006d94;
}
.order-contacts .input input {
	width: 100%;
	padding: 13px 20px;
	border: 1.5px solid #1D1D1D;
	background: #FFF;
}
.order-contacts .input::placeholder {
	color: rgba(29, 29, 29, 0.60);
}
.order-contacts-alert {
	width: 100%;
	margin-bottom: 48px;
}
.order-contacts .button {
	margin: 0 auto;
}

/* DELIVERY */

#delivery {
	padding: 40px 0 0px 0;
}
#delivery h1 {
	margin-bottom: 50px;
}

/* PAY */

#payment {
	padding-bottom: 60px;
}
.payment {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.payment-left {
	width: calc(100% - 546px - 90px);
}
.payment-right {
	width: 546px;
	padding-top: 45px;
}
.payment p {
	margin-bottom: 20px;
}
.payment-h {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.payment ul {
	margin-bottom: 0px !important;
}
.payment ul li {
	display: flex;
	margin-bottom: 10px;
}
.payment ul li:last-child {
	margin-bottom: 40px;
}
.payment ul li .num {
	background: #006d94;
	width: 33px;
	height: 33px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
	top: -4px;
}
.payment ul li .text {
	width: calc(100% - 50px);
}
.payment-banks {
	display: flex;
	justify-content: space-between;
}
.payment-banks div {
	width: 32%;
	height: 60px;
	border: 1px solid #1D1D1D;
	display: flex;
	justify-content: center;
	align-items: center;
}
.payment-qr {
	margin-top: 40px;
	padding: 30px 58px;
	background: #EFF4F8;
	display: flex;
	align-items: center;
}
.payment-qr img {
	margin-right: 20px;
}
.payment-qr p {
	width: calc(100% - 87px);
	margin-bottom: 0;
}

/* RETURN */

#return {
	padding: 50px 0 100px 0;
}
.return {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.return > div {
	width: 48%;
}
.return p {
	margin-bottom: 24px;
}
.return ul li {
	padding-left: 20px;
	position: relative;
	display: block;
}
.return ul li:before {
	content: "";
	background: #1D1D1D;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 10px;
}
.return-form {
	margin-top: 40px;
}

/* CONTACTS */

#contacts {
	padding: 40px 0 100px 0;
}
#contacts h1 {
	margin-bottom: 50px;
}
.contacts {
	display: flex;
	justify-content: space-between;
}
.contacts-left {
	width: calc(100% - 642px - 24px);
}
.contacts-left p {
	margin-bottom: 24px;
}
.contacts-left p a {
	color: #006d94;
}
.contacts-left p a:hover {
	text-decoration: underline !important;
}
.contacts-left .header-whatsapp,
.contacts-left .header-max,
.contacts-left .header-telegram
{
	font-size: 20px;
	margin-bottom: 50px;
	display: inline-block;
}
.contacts iframe {
	width: 642px;
	height: 399px;
}
.contacts-info {
	padding: 100px 0 50px 0;
	display: flex;
	justify-content: space-between;
}
.contacts-info > div:first-child {
	width: calc(100% - 642px - 24px);
}
.contacts-info > div:last-child {
	width: 642px;
}
.contacts-info h2 {
	margin-bottom: 30px;
}
.contacts-info > div p,
.contacts-info > div ol {
	margin-bottom: 16px !important;
}
.contacts-info-h {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.contacts-info > div ol li {
	list-style-type: decimal;
	margin-left: 22px;
}
.contacts-form {
	margin-top: 100px;
}
.contacts + .contacts-gallery {
	margin-top: 100px;
}

/* ABOUT */

#reviews.reviews-in {
	background: #EFF4F8;
	padding-bottom: 0;
	padding-top: 0px;
}

#choose {
	background: #EFF4F8;
	padding: 50px 0;
	margin-top: 50px;
}
#choose .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#choose h2 {
	width: 470px;
}
.choose-list {
	width: calc(100% - 470px - 110px);
} 
.choose-list ul li {
	display: flex;
	margin-bottom: 16px;
}
.choose-list ul li:last-child {
	margin-bottom: 0;
}
.choose-list ul li .num {
	background: #006d94;
	width: 33px;
	height: 33px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.choose-list ul li .text {
	width: calc(100% - 50px);
}
.choose-list ul li .text strong {
	display: block;
	font-weight: 500;
}

#about-seo-text,
#about-seo-text-second {
	padding: 100px 0 50px 0;
}
#about-seo-text p:not(:last-child),
#about-seo-text-second p:not(:last-child) {
	margin-bottom: 16px;
}

#about-adva {
	padding: 50px 0 0 0;
}
.about-adva {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.about-adva-item {
	width: 49%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	background: #EFF4F8;
}
.about-adva-item img {
	width: 166px;
	height: 177px;
	object-fit: cover;
}
.about-adva-item-text {
	width: calc(100% - 166px);
	padding: 24px;
}
.about-adva-item-text strong {
	display: block;
}

#about {
	padding: 40px 0 50px 0;
}
.about-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.about-top p {
	width: 53%;
}
.about-img {
	width: 100%;
	height: 455px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px 0;
	
}
.about-img p {
	color: #FFF;
	font-size: 24px;
}
.about-img p span {
	display: block;
	font-size: 48px;
	font-weight: 500;
}

/* FAQ */

#faq {
	padding: 40px 0 50px 0;
}
.faq-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.faq-top p {
	width: 55%;
}
#faq .design-item-block {
	background: #EFF4F8;
	padding: 0 50px;
}
#faq .design-item-button.active + .design-item-block {
	padding: 50px;
}
#faq .design-item-block p {
	font-size: 16px;
	margin-bottom: 16px;
}
#faq .design-item-block p:last-child {
	margin-bottom: 0;
}
#faq .design-item-block p a {
	color: #006d94;
}
#faq .design-item-block ol li {
	list-style-type: decimal;
	margin-left: 22px;
	font-size: 16px;
	margin-bottom: 12px;
}

/* BLOG-CONTENT */

#blog-content {
	padding: 40px 0 100px 0;
}
.blog-content-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.blog-content-top h1 {
	width: calc(100% - 120px);
}
.blog-content-top p {
	color: rgba(29, 29, 29, 0.60);
	font-size: 16px;
	padding-top: 18px;
}
.blog-content p {
	margin-bottom: 24px;
}
.blog-content p + ul,
.blog-content p + ol {
	margin-top: -24px;
}
.blog-content ul li {
	padding-left: 20px;
	position: relative;
	display: block;
	margin-left: 10px;
}
.blog-content ul li:before {
	content: "";
	background: #1D1D1D;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 10px;
}
.blog-content > img {
	margin-bottom: 30px;
	width: 100%;
}
.blog-content ol li {
	list-style-type: decimal;
	margin-left: 28px;
}
.blog-content ol,
.blog-content ul {
	margin-bottom: 24px !important;
}
.blog-content-gallery {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.blog-content-gallery img {
	height: 300px;
	object-fit: cover;
	margin-bottom: 24px;
}
.blog-content-gallery.size-6 img {
	width: 260px;
}
.blog-content-gallery.size-6 img:first-child,
.blog-content-gallery.size-6 img:last-child {
	width: 546px;
}
.blog-content-gallery.size-5 img {
	width: 356px;
}
.blog-content-gallery.size-5 img:nth-child(4),
.blog-content-gallery.size-5 img:nth-child(5) {
	width: 546px;
}
.blog-content-gallery.size-4 img {
	width: 546px;
}
.blog-content-gallery.size-3 img {
	width: 356px;
}
.blog-content-gallery.size-2 img {
	width: 546px;
}
.blog-content-gallery.size-1 img {
	width: 100%;
}
.blog-content .citata {
	padding: 40px 70px;
	background: #EFF4F8;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.blog-content .citata:before {
	content: "";
	width: 26px;
	height: 28px;
	background: url("../img/«.svg") no-repeat center center;
	position: absolute;
	right: 30px;
}
.blog-content .citata:after {
	content: "";
	width: 26px;
	height: 28px;
	background: url("../img/«.svg") no-repeat center center;
	position: absolute;
	left: 30px;
	transform: scale(-1,1);
}

#blog-recc {
	background: #EFF4F8;
	padding: 100px 0 70px 0;
}
#blog-recc h2 {
	margin-bottom: 50px;
}

.fancybox-caption .fancybox-caption__body {
	color: #fff;
}

/* ДИЗАЙНЕРАМ В2 */

#design-adva {
	background: #EFF4F8;
	padding: 35px 0;
}
#design-adva .wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#design-adva h2 {
	width: 37%;
}
.design-adva {
	width: 58%;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.design-adva-item {
	width: 48%;
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.design-adva-item .icon {
	width: 80px;
	height: 80px;
	background: #006d94;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.design-adva-item p {
	width: calc(100% - 95px);
}

#design-content {
	padding: 100px 0;
}
.design-content p {
	margin-bottom: 30px;
}
.design-content div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.design-content div ul {
	width: 48%;
}
.design-content ul li {
	display: flex;
	margin-bottom: 16px;
}
.design-content ul li:last-child {
	margin-bottom: 0;
}
.design-content ul li .num {
	background: #006d94;
	width: 33px;
	height: 33px;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	position: relative;
	top: 0px;
}
.design-content ul li .text {
	width: calc(100% - 50px);
}
.design-content ul li .text strong {
	display: block;
	font-weight: 500;
}
.design-content div img {
	width: 48%;
}
.design-content-banner {
	margin-top: 100px;
}
.design-content-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url("../img/design-content-banner-bg.jpg") no-repeat center center / cover;
	padding: 50px 95px;
}
.design-content-banner h2 {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 48px;
}
.design-content-banner ul {
	width: 40%;
}
.design-content-banner ul li {
	color: #FFF;
	position: relative;
	padding-left: 16px;
	margin-bottom: 4px;
}
.design-content-banner ul li:last-child {
	margin-bottom: 0;
}
.design-content-banner ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

#main-design-banner {
	padding: 20px 0 50px 0;
}
.main-design-banner {
	width: 100%;
	height: 455px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0;
	
}
.main-design-banner h2 {
	color: #FFF;
	margin-bottom: 10px;
}
.main-design-banner p {
	color: #FFF;
	font-size: 29px;
}
/*скрываем ненужное в шагах*/
#step-5 .product-form-step-right-h{
	text-align: left;
}
#step-5 .product-form-step-right-list {
	width: calc(100% - 320px);
	column-count: 2;
    column-gap: 2%;
    margin-bottom: 0 !important;
}
/*
#step-5 .product-form-step-right-list li {
	width: 48%;
	font-size: 16px;
	margin-bottom: 10px;
}
*/
#step-5 .button-black,
#step-5 .total-sum-2-3-steps,
#step-2 .product-final-info,
#step-3 .product-final-info,
#step-2 .button-black
{
	display: none;
}

#order-modal-thanks p {
	margin-bottom: 16px;
	text-align: center;
}

/* 404 */

.bx-404-container {
	padding: 50px 0;
	text-align: center;
}
.bx-404-container img {
	max-width: 100%;
}
.bx-404-text-block {
	margin: 20px 0;
}
.bx-404-text-block br {
	display: none;
}
.bx-404-container a {
	color: #006d94;
	text-decoration: underline !important;
}

.brands-toggle.active {
	color: #006d94;
}
.brands {
	position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    z-index: 12;
    top: 62px;
}
.brands.active {
	opacity: 1;
	pointer-events: initial;
}
.brands-list {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	gap: 20px;
}
.brands-list-item {
	width: calc(100%/4 - 20px);
	text-align: center;
}
.brands-list-item img {
	height: 40px;
	max-width: 100%;
	margin-bottom: 16px;
}
.brands-list-item span {
	display: block;
}
.header-top .container {
	display: flex;
}
@media (max-width: 768px) {
	.brands-list-item {
		width: calc(100%/2 - 20px);
	}
}
@media (max-width: 540px) {
	.brands {
		position: relative;
		width: calc(100% - 40px);
		margin: 18px auto;
top: 0;
		background: transparent;
		border-top: 1px solid rgba(29, 29, 29, 0.20);
	}
	.brands-list-item img {
		height: 22px;
		margin-bottom: 8px;
	}
	.brands-list-item span {
		font-size: 14px;
	}
}

#main .swiper-slide.color000 h2,
#main .swiper-slide.color000 h2 span,
#main .swiper-slide.color000 p {
	color: #1D1D1D;
}
#main .swiper-slide.color000 .button-opacity {
	border: 2.691px solid #000;
	color: #000;
}
#main .swiper-slide.colorfff h2,
#main .swiper-slide.colorfff h2 span,
#main .swiper-slide.colorfff p {
	color: #fff;
}
#main .swiper-slide.colorfff .button-opacity {
	border: 2.691px solid #fff;
	color: #fff;
}

.header-center {
	transition: .4s;
}
body.h-fix {
	padding-top: 254px;
}
body.h-fix #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 12;
}
body.h-fix #header .header-top {
	display: none;
}
body.h-fix #header .header-center {
	padding: 12px 0;
}
@media (max-width: 1020px) {
	#header,
	body.h-fix #header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 12;
	}
	body,
	body.h-fix {
		padding-top: 94px;
	}
}
@media (max-width: 768px) {
	body,
	body.h-fix {
		padding-top: 76px;
	}
}
@media (max-width: 540px) {
	body,
	body.h-fix {
		padding-top: 66px;
	}
}