* {
    font-family: 'Gilroy';
}

body {
    color: #1A1A1A;
    background-color: #fdf9f6;
}

b,
strong {
    font-weight: 600 !important;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    color: inherit;
}

ul,
ol {
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

.hidden {
	display: none !important;
	visibility: visible;
}

.pull-right {
	float: right;
}

section .container,
footer .container {
    max-width: 1100px;
}

.section-ask .container-small {
    max-width: 1100px;
}

section {
    position: relative;
}

.section-quote-block {
    margin-top: 70px;
    font-size: 15pt;
    text-align: center;
    font-style: italic;
}

.video-js {
    max-width: 100%;
    width: 100%;
}

.video-js .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    margin-left: -45px !important;
    margin-top: -25px !important;
}

.maxkviz-btn {
    text-transform: uppercase;
}

.maxfrom-to {
    display: none;
}
.inner_category{
    padding: 50px 0 30px 0;
}
.btn.btn-pulse{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    height: 76px;
    border-width: 1px;
    border-radius: 24px;
    background-color: #eaab72;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    color: #fff;
    box-shadow: 0px 12px 29px #E08315;
    background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%) !important;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite, zoom-in-zoom-out 2s ease infinite;
    position: relative;
    overflow: hidden;
    outline: none !important;
    border: none !important;
}
.btn-pulse span{
    position: relative;
    z-index: 3;
}
.btn-pulse:after{
    content: '';
    width: 5px;
    height: 100px;
    position: absolute;
    background: #ddd1b8;
    left: -35%;
    top: 0;
    display: block;
    transform: skew(334deg, 10deg);
    transition: 1.5s;
    box-shadow: 0 0 31px 38px #ddd1b8;
    pointer-events: none;
}
.btn-pulse.not-active:after{
    display: none;
    left: -35%;
}
.btn-pulse.active:after{
    opacity: 1;
    left: 120%;
}


.maxbtn.btn-pulse:after {
    width: 3px;
    box-shadow: 0 0 15px 21px #ddd1b8;
}

.btn.btn-pulse:hover {
    background: inherit;
}


.swiper-button-next,
.swiper-button-prev {
    color: #e5b482 !important;
}

.buttons .mini-text {
    color: #fff;
    margin-top: 10px
}

.breadcrumb {
	padding: 0;
	margin-top: 13px;
	margin-bottom: 40px;
	list-style: none;
	flex-wrap: nowrap;
	overflow: auto;
}
.breadcrumb > li {
	position: relative;
	display: flex;
	align-items: center;
	text-shadow: 0 1px 0 #FFF;
	line-height: 15px;
	color: #202020;
}
.breadcrumb > li a {
	font-size: 14px;
	line-height: 15px;
	color: #999;
	white-space: nowrap;
}
.breadcrumb > li a:hover{
    text-decoration: underline !important;
}
.breadcrumb > li + li::before {
	content: url('../img/svg/breadcrumb.svg');
	padding: 10px;
}
.breadcrumb > li:last-child a{
    color: #000;
}
.breadcrumb > li:last-child a:hover{
    text-decoration: none !important;
}

.heading-section {
    margin: 0 auto 65px;
    max-width: 895px;
    color: #1a1a1a;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.heading-section.white {
    color: #fff;
}

.section-header {
	/*position: absolute;*/
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	color: #000;
	background: #fff;
	min-height: 82px;
	padding-top: 11px;
	box-shadow: 0 0 15px #8b8b8b;
}
.logo-col {
	display: flex;
	align-items: center;
}
.section-header .logo{

}
.section-header .logo img, 
footer .logo img{
    width: 180px;
}
.section-header #choose-region-btn {
	display: flex;
	gap: 6px;
	font-family: "Gilroy";
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	margin-top: 8px;
}
.section-header #choose-region-btn span {
	width: min-content;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
.section-header .contacts{
    text-align: right;
    padding-top: 5px;
    flex-shrink: 0;
    margin-left: 10px;
}
.section-header .contacts a, 
footer .contacts a{
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    text-decoration: none;
    transition: .2s;
}
.section-header .text {
    font-size: 14px; 
	line-height: 17px;
	color: #1A1A1A;
}
.section-header .contacts a:hover, 
footer .contacts a:hover{
    color: #d99744;
    transition: unset;
}
.contacts .address{
    font-size: 9pt;
    padding-right: 15px;
    position: relative;
}
.contacts .address span{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 5px;
    background: #29b900;
}

.section-main {
	min-height: 742px;
	padding-top: 92px;
	/* padding-bottom: 75px; */
	color: #fff;
	/*background-position: center center;
	background-attachment: scroll;
	background-image: url('/catalog/view/theme/default/media/img/main/banner_main-2.webp');
	background-size: cover;
	background-repeat: no-repeat;*/
    padding-bottom: 30px;
}
.section-main img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-main:after{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    /*width: 100%;*/
    height: 100%;
    content: "";
    background: transparent;
    background-image: linear-gradient(to left, #4a4a4a00, #000000);
    opacity: 1;
    z-index: 1;
}
.section-main .container {
    position: relative;
}
.section-main .main-text {
	color: #ffffff;
	font-size: 34px;
	font-family: 'Gilroy',Arial,sans-serif;
	line-height: 114%;
	font-weight: 600;
}
.section-main .main-text + p {
    display: block;
    margin-top: 15px;
    color: #ffffff;
	font-size: 34px;
	font-family: 'Gilroy',Arial,sans-serif;
	line-height: 114%;
	font-weight: 600;
}
.section-main p{
    width: 527px;
	max-width: 100%;
    margin-top: 10px;
}
.section-main .description-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 527px;
	max-width: 100%;
	min-height: 228px;
	padding: 31px 41px 31px 41px;
	border: 1px solid #fff;
	margin-top: 36px;
	font-size: 13pt;
	border-radius: 13px;
}
.section-main .description-text li {
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 110%;
	background: url('../img/svg/check_white.svg') 0 6px no-repeat;
	background-size: 18px 12px;
    margin-bottom: 10px;
	padding-left: 35px;
}
.section-main .buttons{
    width: 515px;
    max-width: 100%;
    margin-top: 40px;
    text-align: center;
}

.section-slider {
    padding-bottom: 90px;
}

.slider-heading {
    margin-bottom: 10px;
    font-size: 16pt;
    color: #818181;
    text-align: center;
}

.samples-wrapper .img-fluid,
.technology-block-image .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product-hide {
    display: none;
}

.section-slider video {
    max-width: 100%;
    height: 376px;
    width: 100%;
}

.samples-wrapper .swiper-autoheight, .swiper-autoheight .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /*max-height: 295px;*/
    /*height: 368px;*/
}
.product-layout-images .swiper-autoheight .swiper-slide{
    height: auto !important;
    max-height: 100% !important;
}
.product-layout-images .swiper-slide{
    padding: 25px !important;
    background: #fff;
}
.swiper-autoheight .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100% !important;
}

.section-slider .swiper-slide {
    width: 100%;
    max-height: 288px !important;
    overflow: hidden;
}

.section-slider .swiper-slide img {
    width: 100%;
}

.section-slider .swiper-pagination-bullet {
    background-color: #eee;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    border: none;
    padding: 0;
    outline-offset: 3px;
    opacity: 1;
    margin: 0 7px !important;
    cursor: pointer;
}

.section-slider .swiper-pagination-bullet-active {
    background: #eaab72;
}

.slider-one-image {
    position: relative;
}

.slider-one-image img {
    width: 100%;
}

.slider-one-image .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    font-size: 20pt;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 500;
}

.section-slider .swiper,
.section-slider .video-wrapper {
    border: 7px solid #e0e0e0;
}

.section-ask {
    background: #2c2b31;
    color: #fff;
    padding-top: 92px;
    padding-bottom: 70px;
}

.section-ask .ask-left {
    margin-bottom: 30px;
}

.section-ask .ask-left .image-block {
    position: relative;
}

.section-ask .ask-left .image-block .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 40px 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.section-ask .ask-left .image-block .text .sale {
    color: #eaab72;
    font-size: 77px;
    line-height: 1.55;
    font-weight: 700;
}

.section-ask .ask-left .image-block img {
    width: 100%;
    /*border: 7px solid #e0e0e0;*/
}

.section-ask .ask-right .info-blocks {
    width: 100%;
    background: #fff;
    color: #000;
    border: 10px solid #e0e0e0;
    padding: 20px;
}

.section-ask .ask-right .info-blocks .info {
    display: flex;
    margin-bottom: 20px;
}

.section-ask .ask-right .info-blocks .info .image {
    width: 30%;
}

.section-ask .ask-right .info-blocks .info .text {
    padding-left: 20px;
    width: 70%;
    padding-top: 40px;
}

.section-ask .ask-right .info-blocks .info .text .name {
    color: #2c2b31;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 500;
}

.section-ask .ask-right .info-blocks .info .text .description {
    margin-top: 20px;
}

.section-ask .ask-right .info-blocks .info .image img {
    box-shadow: 0 0 15px #999;
    width: 100%;
}

.section-ask .buttons {
    width: 515px;
    margin: 40px auto 20px;
    max-width: 100%;
}

.description-bottom {
	padding: 50px 0 40px;
}

.section-related {
	background: #F6F5F8;
	padding-bottom: 110px;
}
.section-related .heading-section {
	font-size: 35px;
	line-height: 1.3;
	font-weight: 600;
	color: #1a1a1a;
	text-align: center;
	padding: 80px 0 0;
	margin: 0 auto 50px;
}
#related {
	overflow: hidden;
}
.section-related .swiper-slide {
	padding: 10px;
}
.section-related .swiper-slide .product-thumb {
	/*border: 1px solid #e0e0e0;*/
	box-shadow: 0px 0px 10px 1px #c7c5c3;
}
.section-related .swiper-slide .caption {
    background-color: #fff; 
}
.section-related .swiper-slide .caption h4 {
    margin: 0;
    padding: 4px 14px 10px;
}
.section-related .swiper-slide .caption a {
	font-size: 15px;
}
.section-related .swiper-button-prev {
	top: 18%;
    left: 36%;
    right: auto;
}
.swiper-button-next {
	top: 18%;
	right: 36%;
	left: auto;
}
.section-related .swiper-button-next::after, 
.section-related .swiper-button-prev::after {
	font-size: 30px;
	font-weight: 700;
	color: #e69c60
}
@media(max-width: 767px) {
    .section-related {
    	padding-bottom: 58px;
    }
    .section-related .heading-section {
        font-size: 29px;
        padding: 46px 0 0;
        margin: 0 auto 30px;
    }
    .section-related .samples-wrapper .swiper-autoheight, 
    .section-related .swiper-autoheight .swiper-slide {
    	max-height: 100%;
    	padding: 0;
    }
    .section-related .swiper-slide .product-thumb .image {
    	min-height: 219px;
    }
    .section-related .swiper-button-prev {
    	top: 14.5%;
    	left: 3%;
    }
    .swiper-button-next {
    	top: 14.5%;
    	right: 3%;
    }
}

footer {
    background: #2c2b31;
    color: #fff;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .logo {
    margin-bottom: 20px;
}

footer .phone {
    margin-bottom: 5px;
}

footer .work-info {
    font-size: 11pt;
    color: #fff;
    margin-bottom: 5px;
}

footer .contacts .address {
    color: #fff;
    margin-bottom: 5px;
    font-size: 11pt;
}

footer .politics a {
    color: #fff;
}

footer .contacts a {
    color: #fff;
}

footer .text {
    color: #fff;
    font-size: 10pt;
}

footer .contacts {
    font-size: 11pt;
    margin-top: 20px;
}

.contacts small {
    opacity: 1 !important;
}

.right-fixed-box {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .45s ease-in-out;
	margin-top: -50px;
}
.right-fixed-box.is-hidden {
	right: -80px;
}
.right-fixed-close {
	width: 30px;
	height: 30px;
	/*background-image: -moz-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -webkit-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -ms-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);*/
	background-image: -moz-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -webkit-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -ms-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	box-shadow: 0 19px 49px 0 rgba(132,191,28,.1);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	margin-right: -10px;
}
.right-fixed-close img {
	display: block;
}
.right-fixed-open {
	display: none;
	width: 30px;
	height: 30px;
	/*background-image: -moz-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -webkit-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -ms-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);*/
	background-image: -moz-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -webkit-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -ms-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	box-shadow: 0 19px 49px 0 rgba(132,191,28,.1);
	border-radius: 50% 0 0 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -15px;
}
.right-fixed-open img {
    transform: rotate(90deg);
}
.right-fixed-box.is-hidden .right-fixed-open {
	display: flex;
}
.right-fixed-open i {
	width: 9px;
	color: #fff;
	font-weight: 700;
}
.right-fixed-item {
	width: 80px;
	height: 80px;
	/*background-image: -moz-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -webkit-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);
	background-image: -ms-linear-gradient(180deg,#74bb16 0%,#8ec620 56%,#a8d12a 100%);*/
	background-image: -moz-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	background-image: -webkit-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	background-image: -ms-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	background-image: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	box-shadow: 0 19px 49px 0 rgba(132,191,28,.1);
	border-radius: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.right-fixed-box .right-fixed-item:not(:last-child) {
	margin-bottom: 5px;
}
.right-fixed-item-icon {
    width: 25px;
	height: 25px;
	margin-bottom: 5px;
}
.right-fixed-item-text {
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	text-transform: none;
}
.right-fixed-item.link-imitation {
	cursor: pointer;
}
#right-fixed-favorites-count,
#mobi-menu-count {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #ffffff;
	display: block;
	background-color: red;
	font-size: 15px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}

.section-hidden {
    display: none;
}

#modal-politic {
    width: 1000px;
}

.section-text {
    padding: 30px 0;
}

.vjs-poster {
    background-color: #fff !important;
}

.section-overfooter {
    background: #fff;
    color: #fff;
    padding: 0 0 110px 0;
}

.section-overfooter .heading-section {
	font-size: 35px;
	line-height: 43px;
	color: #1A1A1A;
	padding: 110px 0 0;
	margin-bottom: 40px;
}

.section-overfooter .overfooter-form {
	border: 7px solid #E0E0E0;
	padding: 30px;
	min-height: 160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.section-overfooter .overfooter-form .form-group {
    width: 32%;
}

.section-overfooter .overfooter-form .form-group input[type="text"],
.section-overfooter .overfooter-form .form-group input[type="tel"] {
    border: none;
    background: #F5F5F5;
    border-radius: 7px;
    line-height: 48px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 18px;
}
.input-file-row {
	display: inline-block;
	padding-top: 10px;
	width: 100%;
}
.input-file {
	position: relative;
	display: inline-flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}
.input-file::before {
	content: 'Можете прикрепить файлы с проектом';
	width: max-content;
	color: #000;
	font-size: 12px;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	background-color: #419152;
	line-height: 1;
	height: 34px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type="file"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
/* Focus */
input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Hover/Active */
.input-file:hover span {
	background-color: #59be6e;
}
.input-file:active span {
	background-color: #2E703A;
}
/* Disabled */
input[type=file]:disabled + span {
	background-color: #eee;
}
/* Список файлов */
.input-file-list {
	display: flex;
	flex-wrap: wrap;
}
.input-file-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
.input-file-list-name {
	background-color: #f5f5f5;
	color: #000;
	padding: 2px 31px 2px 10px;
	overflow-wrap: break-word;
	display: inline-block;
	max-width: 342px;
}
.input-file-list-remove {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background: #ff0202;
	text-decoration: none;
}
@media(max-width: 767px) {
    .input-file {
    	flex-direction: row;
    }
    .input-file-list-name {
	    max-width: 262px;
    }
}

.section-overfooter .overfooter-form .form-group .btn.btn-pulse {
    height: 48px;
    border-radius: 7px;
    animation: none;
    box-shadow: none;
}

.section-samples .heading-section {
	margin-top: 93px;
	margin-bottom: 28px;
}

.section-samples.featured_1 .heading-section {
	margin: 0 auto 65px;
}

.section-samples .samples-wrapper {
	margin-top: 42px;
}

.section-samples .samples-wrapper .sample {
    margin-bottom: 20px;
}

.section-samples .samples-wrapper .sample .sorts {
	align-items: center;
	margin-bottom: 10px;
}
.section-samples .samples-wrapper .sample .sorts label {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
}
.section-samples .samples-wrapper .sample .sorts #input-sort {
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #b9b9b9;
	border-radius: 4px;
	height: 36px;
	background: url(/image/arrow-open.svg) no-repeat 96% 56%;
    background-size: 6%;
}

.section-samples .samples-wrapper .sample .products .product {
	box-shadow: 0px 0px 10px 1px #c7c5c3;
}

.section-samples .samples-wrapper .sample .sample-slider {
    position: relative;
    /*height: 295px;*/
    height: 368px;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: inherit;
    width: auto;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons,
.technology-block .swiper-action-buttons,
.product-layout-images .swiper-action-buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.module-featured .product .featured-item {
	position: relative;
	background: #fff; 
	box-shadow: 0px 0px 10px 1px #c7c5c3;
}
.module-featured .product:hover .featured-item {
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 0 10px #fff,0px 0px 9px 7px #000; 
}
.module-featured .product .featured-item .featured-slider img {
    width: 100%;
	height: 295px;
	object-fit: cover;
	object-position: center;
}
.module-featured .featured-info-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.module-featured .featured-name {
	font-size: 21px;
	font-weight: 700;
	color: #282828;
	line-height: 24px;
}
.module-featured .featured-price-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
	margin-top: 20px;
}
.module-featured .featured-price-title {
	color: #282828;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}
.module-featured .featured-price-value {
	font-size: 15px;
	font-weight: 700;
}
.module-featured .featured-price-value span {
	font-size: 26px;
	color: #74bb16;
	line-height: 1.3;
}
.module-featured .featured-item-btn {
	display: none;
	position: absolute;
    bottom: -45px;
	width: 100%;
	text-align: center;
	background-color: #fc9c27;
    padding: 10px 0 10px;
    box-shadow: 0 -1px 0 11px #fc9c27,0 4px 9px 7px #000;
    box-shadow: 0 -1px 0 11px #fc9c27,0 12px 16px 7px #000;
}
.module-featured .product:hover .featured-item-btn {
    display: block;
}
.module-featured .featured-item-btn .orange-link {
    position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	transition: all .15s ease-in-out;
}
.module-featured .featured-item-btn .orange-link::after {
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAl0lEQVQYlV3OIa+BYRgG4OuY8w+QvyCfIlGcLrBxil+h+SdUzWbjNIEgME3UmJPtSExQ2Lv57J27Xnvu+/k49coj/KGLuygZ/KKDAT5jzGKIf0xQQBPXgOEyZI5vlLBAPsaQDSrIYYUkxpAd6iiGmXdMMMYBPzF+YY3Ls36fYhVLbJ+PHdOHWphhihrOaVXABvpo4/YawQMvtR10HvFrpQAAAABJRU5ErkJggg==');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: right;
	-webkit-mask-position: right;
	background-color: #e3a253;
	transition: all .5s ease-in-out;
	position: absolute;
	bottom: 3px;
	left: 100%;
	margin-left: 10px;
	transform: translateX(0px);
	background-color: #fff;
}
.module-featured .button_all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 343.38px;
    height: 48px;
    margin: 26px auto 115px;
    background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    border-radius: 7px;
}
.module-featured .button_all a {
	font-size: 16px;
	font-weight: 600;
	line-height: 114%;
	color: #FFF;
}

.section-browse {
	background: #F6F5F8;
}
.section-browse .heading-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
	padding: 107px 0 0;
	margin-bottom: 38px;
}
.section-browse .sub-heading {
	width: 897px;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	margin: 0 auto 74px;
}
.section-browse .image-block {
	position: relative;
	margin-bottom: 24px;
}
.section-browse .image-block .click-for-video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
body[class^="product-product"] .section-browse .image-block .click-for-video {
	height: auto;
}
.section-browse .image-block .click-for-video::after {
	content: url('../img/svg/play.svg');
    display: block;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-browse .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 343.38px;
	height: 48px;
	margin: 26px auto 115px;
	background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	border-radius: 7px;
}
.section-browse .buttons a {
    font-size: 16px;
    font-weight: 600;
    line-height: 114%;
    color: #FFF;
}

.section-calculation {
	background: #2c2b31;
	color: #fff;
	padding: 0 0 50px 0;
}
.section-calculation .heading-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
	padding: 107px 0 0;
	margin-bottom: 38px;
}
.section-calculation .sub-heading {
	width: 897px;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	margin: 0 auto 74px;
}
.section-calculation .heading-section::before {
    content: url('../img/svg/calculation_white.svg');
    display: inline-block;
    line-height: 24px;
}
.section-calculation .form-group {
	margin-bottom: 30px;
	height: 38px;
}
.section-calculation .form-group * {
	font-family: 'Gilroy';
    font-style: normal; 
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #818181;
	background-color: #D9D9D9;
	padding-left: 19px;
}
.section-calculation .buttons {
	position: relative;
	display: flex;
	align-items: center;
	gap: 36px;
	margin-top: 42px;
	width: max-content;
}
.section-calculation .buttons span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #2c2b31;
	border: 3px solid #E0E0E0;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	line-height: 114%;
	color: #FFF;
	cursor: pointer;
}
.section-calculation .buttons span.active {
    background: #E69C60;
    border: 3px solid #E69C60; 
}
.section-calculation .buttons::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 49%;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 3px;
	background: #D9D9D9;
	opacity: 0.3;
}
.section-calculation .button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 48px;
	width: 307px;
	height: 106px;
	margin: 26px -26px 0px auto;
	background: url('../img/svg/button-ug.svg');
}
.section-calculation .button a {
    font-size: 16px;
    font-weight: 600;
    line-height: 114%;
    color: #FFF;
    margin-top: -25px;
}
.section-calculation .ty-btn__secondary {
	background: #999;
	color: #333;
}
.section-calculation .ty-btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 8px 15px;
	outline: 0px;
	border: 1px solid rgba(0,0,0,0);
	background: #bdc3c7;
	background-image: none;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 1.428571429;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	-o-transition: background 200ms;
	transition: background 200ms;
}
.section-calculation .cp_step_form_steps a.ty-btn {
	margin: 5px;
}
.section-calculation .ty-btn + .ty-btn {
	margin-left: 10px;
}
.section-calculation .cp_step_form_steps + div {
	display: none;
}
.section-calculation .ty-form-builder .ty-control-group {
	position: relative;
}
.section-calculation .ty-form-builder .ty-control-group__title {
	position: absolute;
	top: -12px;
	left: 10px;
	font-size: 13px;
	color: #fff;
	background: #1A1A1A;
	padding: 0 5px;
	transition: all 0.3s ease-in-out;
}
.section-calculation .ty-form-builder .ty-input-placeholder {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 18px;
	background-color: #d9d9d9;
	color: #9e9e9e;
	transition: all 0.3s ease-in-out;
}
.section-calculation .ty-form-builder .ty-input-text {
	width: 100%;
	max-width: 500px;
	height: 38px;
	padding-bottom: 6px;
	padding-left: 19px;
	padding-right: 36px;
	padding-top: 6px;
	border: 1px solid #ced4da;
	border-radius: 6px;
}
.section-calculation .ty-form-builder .ty-form-builder__textarea {
    width: 100%;
	max-width: 500px;
	height: 38px;
	min-height: 38px;
	padding-bottom: 6px;
	padding-left: 19px;
	padding-right: 36px;
	padding-top: 6px;
	border: 1px solid #ced4da;
	border-radius: 6px;
}
.section-calculation .ty-form-builder__select {
	width: 100%;
	max-width: 500px;
	height: 38px;
}
.section-calculation .cp_step_form_nav {
	display: flex;
	justify-content: flex-end;
	align-items: end;
}
.section-calculation .cp_step_form_nav .cp_next_step, 
.section-calculation .cp_step_form_nav .cp_previous_step {
	background-color: #d6b64c;
	font-size: 16px;
	font-weight: 600;
	line-height: 108%;
	color: #fff;
	padding: 14px 19px;
	margin-bottom: -8px;
	border-radius: 8px;
}
.section-calculation .cp_step_form_nav .cp_next_step {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 307px;
	height: 106px;
	margin: 0px -24px -48px -12px;
	padding-top: 0;
	padding-bottom: 23px;
	font-size: 16px;
	font-weight: 600;
	line-height: 114%;
	color: #fff;
	background: url('../img/svg/button-ug.svg');
}
.section-calculation .cp_step_form_hint {
	color: #bf4d4d;
}
.section-calculation .cp_step_form_nav .cp_step_form_hint {
	order: 0;
}
.section-calculation .agreement {
    position: relative;
	text-align: right;
}
.section-calculation .agreement .agreement_text {
	position: absolute;
	top: 150%;
	right: 0;
	display: flex;
	align-items: start;
	line-height: 1;
	white-space: nowrap;
	font-size: 12px;
}
.section-calculation .agreement .agreement_text span a {
    text-decoration: underline !important;
}
.section-calculation .agreement button {
	font-size: 16px;
	font-weight: 600;
	line-height: 108%;
	color: #fff;
	text-transform: uppercase;
	background-color: #d6b64c;
	padding: 14px 19px;
	margin-left: 18px;
	margin-bottom: -7px;
	border-radius: 8px;
}
.section-calculation .text-danger {
    color: #f79b98 !important;
	text-decoration-line: underline;
    text-decoration-color: #d9d9d9;
}

.section-reviews {
    background-color: #fff;
}
body[class^="product-product"] .section-reviews {
    background-color: #fdf9f6;
}
.section-reviews .heading-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 90px 0 0;
	margin-bottom: 64px;
}
.section-reviews .image-block {
    position: relative;
	margin-bottom: 24px;
}
.section-reviews .image-block .click-for-video {
    position: relative;
    display: block; 
}
.section-reviews .image-block .click-for-video::after {
	content: url('../img/svg/play.svg');
    display: block;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-reviews .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 343.38px;
	height: 48px;
	margin: 26px auto 110px;
	background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	border-radius: 7px;
}
.section-reviews .buttons a {
    font-size: 16px;
    font-weight: 600;
    line-height: 114%;
    color: #FFF;
}
.youtube {
	height: 240px;
	margin-bottom: 24px;
}

.technology-block .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 45%;
    left: 100%;
    width: 100%;
}

.technology-block .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #8d8c8c;
}

.technology-block .swiper-pagination-bullet-active {
    background: #E69C60;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons .swiper-btn,
.technology-block .swiper-action-buttons .swiper-btn,
.product-layout-images .swiper-action-buttons .swiper-btn{
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 60px;
    height: 60px;
    background: rgb(230 156 96 / 50%);
    color: #fff !important;
    font-size: 25pt;
    transition: background .3s ease-in-out;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons .swiper-btn:hover,
.technology-block .swiper-action-buttons .swiper-btn:hover,
.product-layout-images .swiper-action-buttons .swiper-btn:hover{
    background: #E69C60;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons .swiper-btn.swiper-button-disabled,
.technology-block .swiper-action-buttons .swiper-btn.swiper-button-disabled {
    opacity: .55;
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons .swiper-btn:last-child {
    /* border-radius: 0px 12px 0px 0; */
}

.section-samples .samples-wrapper .sample .sample-slider .swiper-action-buttons .swiper-btn:after,
.technology-block .swiper-action-buttons .swiper-btn:after,
.product-layout-images .swiper-action-buttons .swiper-btn:after{
    display: none;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper {
	color: #1A1A1A;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-name {
    width: 252px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 45px;
    color: #1A1A1A;
    text-decoration: none;
    transition: .2s;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-name:hover {
    opacity: .75;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-name span.model {
    color: #E69C60;
}

.sample-info-separator {
    height: 1px;
    width: 100%;
    background: #E0E0E0;
    margin: 15px 0;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row {
    display: flex;
    align-items: center;
    gap: 25px;
    height: 30px;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row .sample-info-icon {
    width: 40px;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row .sample-info-name {
    width: 185px;
    font-size: 18px;
    line-height: 22px;
    color: #818181;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row .sample-info-value {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .buttons {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	padding: 0 2px;
}

.section-samples .samples-wrapper .sample .sample-info-wrapper .buttons>a {
    /* width: 49.5%; */
}

.section-samples .btn-sample-order {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 48px;
    color: #fff !important;
    background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    border-radius: 7px;
    padding: 16px 12px;
    line-height: 100%;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .2s;
}

.section-samples .btn-sample-order:hover {
    color: #fff;
    border: 1px solid #D5B84C;
    background: linear-gradient(91.38deg, #dbb93a 6.46%, #e99f2e 39.21%, #e7a229 60.48%, #eb9842 88.12%);
}

.section-samples .btn-sample-more {
    background: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818181 !important;
    border-radius: 0;
    padding: 16px 12px;
    line-height: 100%;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.section-samples .btn-sample-more:hover {
    color: #000;
}

.more-show {
    display: block;
    margin: 0 auto 110px;
}

.section-samples .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    opacity: 1;
}

.section-samples .swiper-pagination-bullet-active {
    border-radius: 6px;
    background: #E69C60;
}

.section-technology {}

.section-technology .technology-wrapper {}

.section-technology .technology-wrapper .technology-block {
    margin-bottom: 70px;
}

.section-technology .technology-wrapper .technology-block .technology-block-image {}

.section-technology .technology-wrapper .technology-block .technology-block-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
}

.section-technology .technology-wrapper .technology-block .technology-block-text .icon-tpt {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 81px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E69C60;
}

.technology-block-heading {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    color: #1A1A1A;
}

.technology-block-text {
    height: 100%;
    max-height: 445px;
    overflow-y: hidden
}

.technology-block-text-wrapper {
    padding: 45px 35px;
    max-width: 345px;
}

.technology-block-text-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.section-breadcrumbs {
	padding-top: 30px;
}

.section-breadcrumbs ul {
	padding: 0;
	margin: 0;
}

.section-breadcrumbs ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
}
.section-breadcrumbs ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #818181;
}
.section-breadcrumbs li.separator {
    margin: 0 10px;
    display: flex;
    align-items: center;
}



.section-product {
    padding-top: 30px;
    padding-bottom: 50px;
}
.section-product h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 25px;
}
.section-product .product_info {
	margin-bottom: 70px;
}
.section-product .product_info img {
    border-radius: 5px;
}
.section-product .product_info .portfolio-slide-title {
	font-size: 37px;
	font-weight: 700;
	color: #282828;
	margin-bottom: 10px;
}
.section-product .product_info .portfolio-slide-project-time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.section-product .product_info .portfolio-slide-time {
	font-size: 12px;
	padding: 10px 20px;
	background-color: #fced8c;
	border-radius: 20px;
}
.section-product .product_info .portfolio-slide-price {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 20px;
	line-height: 1.2;
}
.section-product .product_info .btn-sample-order {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 238px;
	height: 48px;
	color: #fff !important;
	background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	border-radius: 7px;
	padding: 16px 12px;
	line-height: 100%;
	font-size: 16px;
	font-weight: 500;
	outline: none;
	transition: .2s;
}
.section-product .product_info .portfolio-slide-price-before {
	font-size: 15px;
	font-weight: 600;
}
.section-product .product_info .portfolio-slide-price-value {
	font-size: 37px;
	font-weight: 700;
	color: #74bb16;
	margin: 0 10px 0 15px;
	line-height: 1;
}
.section-product .product_info .portfolio-slide-price-after {
	font-weight: 700;
}
.section-product .product_info .portfolio-slide-works-title {
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
}
.section-product .product_info .portfolio-slide-works-list {
	color: #727272;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
	line-height: 1.2;
}
.section-product .product_info .portfolio-slide-works-list span {
	width: calc(50% - 10px);
	font-size: 15px;
	padding-bottom: 7px;
}
.section-product .product_images .row {
    row-gap: 24px;
}
.section-product .image-block {
	height: 100%;
}
.section-product .image-block .click-for-video {
    position: relative;
    display: block;
    height: 100%;
}
.section-product .image-block .click-for-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center center;
    -o-object-position: center center;
}
.section-product .image-block .click-for-video::after {
	content: url('../img/svg/play.svg');
	display: block;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-product .product-slider {}

.swiper-thumbnails {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}

.swiper-thumbnails a {
    display: flex;
    width: 23.5%;
    margin-top: 15px;
    transition: .2s;
    position: relative;
}
.swiper-thumbnails a img {
    border: 1px solid #e0e0e0;
}
.swiper-thumbnails a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #E69C60;
    opacity: 0;
    transition: .2s;
}

.swiper-thumbnails a:hover:after {
    opacity: 1;
}
.swiper-thumbnails .click-for-video::after {
	display: inline-block;
    background-image: url("../img/svg/play.svg");
	background-repeat: no-repeat;
    background-size: 100%;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	width: 52px;
    height: 52px;
}

.section-product .product-info-wrapper {
    border-top: 3px solid #E69C60;
    padding-top: 15px;
}

.section-product .product-info-wrapper .product-name {
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
    border-bottom: 3px solid #E69C60;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.section-product .product-info-wrapper .product-name span.model {
    color: #E69C60;
}

.product-info-separator {
    height: 1px;
    width: 100%;
    background: #E0E0E0;
    margin: 15px 0;
}

.section-product .product-info-wrapper .product-info-row {
    display: flex;
    align-items: center;
    height: 33px;
}

.section-product .product-info-wrapper .product-info-row .product-info-icon {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.section-product .product-info-wrapper .product-info-row .product-info-name {
    width: 190px;
    font-size: 18px;
    line-height: 22px;
    color: #818181;
}

.section-product .product-info-wrapper .product-info-row .product-info-value {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.section-product .product-price-row {
    padding-left: 55px;
    margin: 36px 0;
}

.section-product .product-price-row.price-1 {
    background: url('/image/icon-inner-price-1.png') no-repeat left 5px;
    background-size: 34px;
}

.section-product .product-price-row.price-2 {
    display: flex;
    justify-content: space-between;
    background: url('/image/icon-inner-price-2.png') no-repeat left 5px;
    background-size: 34px;
}

.section-product .product-price-row .product-price-name {
    display: block;
    font-size: 20px;
}

.section-product .product-price-row .product-price-value {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

.section-product .product-price-row.price-2 .wishlist {
	position: relative;
	display: inline-block;
	width: 61px;
	height: 61px;
	margin-left: 5px;
	padding: 0;
	line-height: 5px;
	text-align: center;
	text-shadow: none;
	color: #8e8e8e;
	background-image: -moz-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -webkit-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: -ms-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    background-image: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
	border: none;
	border-radius: 10px;
}

.section-product .product-price-row.price-2 .wishlist i {
	position: relative;
	top: 1px;
	left: 1px;
	font-size: 25px;
}
.section-product .product-price-row.price-2 .wishlist[data-wish="0"] .bi-heart {
	display: block;
	color: #fff;
}
.section-product .product-price-row.price-2 .wishlist[data-wish="0"] .bi-heart-fill {
	display: none;
}
.section-product .product-price-row.price-2 .wishlist[data-wish="1"] .bi-heart {
	display: none;
}
.section-product .product-price-row.price-2 .wishlist[data-wish="1"] .bi-heart-fill {
	display: block;
	color: #f00;
}

body[class^="product-product"] .product_calc-form {
	padding-top: 15px;
	margin-bottom: 40px;
}
body[class^="product-product"] .product_calc-form .product-form-heading {
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	color: #1A1A1A;
	margin-bottom: 13px;
}
body[class^="product-product"] .calc-material {
	margin-bottom: 13px;
}
body[class^="product-product"] .calc-material .form_radio_group {
	display: flex;
	flex-wrap: wrap;
}
body[class^="product-product"] .calc-material .form_radio_group-item {
	width: 33.3%;
	height: 137px;
}
body[class^="product-product"] .calc-material .form_radio_group input[type=radio] {
	display: none;
}
body[class^="product-product"] .calc-material .form_radio_group label {
    position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	border: 1px solid #E0E0E0;
	border-right: none;
	user-select: none;
	font-size: 18px;
	line-height: 21px;
	color: #818181;
	text-align: center;
	padding-top: 77px;
	background: #fff;
}
body[class^="product-product"] .calc-material .form_radio_group .form_radio_group-item:last-child label {
	border-right: 1px solid #E0E0E0;
}
body[class^="product-product"] .calc-material .form_radio_group .form_radio_group-item:first-child label::after {
	content: '';
	background-image: url("../img/product_calc/gaz-blok.png");
	background-repeat: no-repeat;
	background-size: 71px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position-x: center;
	background-position-y: 25px;
}
body[class^="product-product"] .calc-material .form_radio_group .form_radio_group-item:nth-child(2) label::after {
	content: '';
	background-image: url("../img/product_calc/keramoblok.png");
	background-repeat: no-repeat;
	background-size: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position-x: center;
	background-position-y: 26px;
}
body[class^="product-product"] .calc-material .form_radio_group .form_radio_group-item:last-child label::after {
	content: '';
	background-image: url("../img/product_calc/kirpich.png");
	background-repeat: no-repeat;
	background-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position-x: center;
	background-position-y: 25px;
}
body[class^="product-product"] #select2 .product_calc-form {
	padding-top: 0;
	margin-bottom: 50px;
	margin-top: -10px;
}

@media(min-width: 768px) {
    body[class^="product-product"] #select2 .calc-material .form_radio_group label {
    	font-size: 20px;
    	padding-top: 95px;
    }
    body[class^="product-product"] #select2 .calc-material .form_radio_group label br {
    	display: none;
    }
    body[class^="product-product"] #select2 .calc-material .form_radio_group .form_radio_group-item:first-child label::after {
    	background-size: 106px;
    	background-position-y: 21px;
    }
    body[class^="product-product"] #select2 .calc-material .form_radio_group .form_radio_group-item:nth-child(2) label::after {
    	background-size: 75px;
    }
    body[class^="product-product"] #select2 .calc-material .form_radio_group .form_radio_group-item:last-child label::after {
    	background-size: 90px;
    }
}

body[class^="product-product"] .calc-material .form_radio_group input[type="radio"]:checked + label {
	border: 3px solid #FD9D5C;
}
body[class^="product-product"] .calc-material .form_radio_group label:hover {
	color: #666;
}
body[class^="product-product"] .calc-complete {
	margin-bottom: 30px;
}
body[class^="product-product"] .calc-complete .form_radio_group {
	padding: 30px 30px 10px 30px;
	border: 1px solid #E0E0E0;
}
body[class^="product-product"] .calc-complete .form_radio {
	margin-bottom: 20px;
}
body[class^="product-product"] .calc-complete .form_radio input[type=radio] {
	display: none;
}
body[class^="product-product"] .calc-complete .form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 44px;
	font-size: 18px;
	line-height: 24px;
	user-select: none;
}
body[class^="product-product"] .calc-complete .form_radio label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url("../img/product_calc/complete-round.svg") 0 0 no-repeat;
}
body[class^="product-product"] .calc-complete .form_radio input[type=radio]:checked + label:before {
	background: url("../img/product_calc/complete-radio.svg") 0 0 no-repeat;
}
body[class^="product-product"] .calc-complete .form_radio label:hover:before {
	filter: brightness(120%);
}
body[class^="product-product"] .product_calc-form .btn.btn-pulse {
	animation: none;
	box-shadow: none;
	height: 48px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 114%;
	border-radius: 7px;
}
body[class^="product-product"] .product_calc-form .input-file-row {
	padding-top: 25px;
}
body[class^="product-product"] .product_calc-form .input-file {
	width: 100%;
}
body[class^="product-product"] .product_calc-form .input-file::before {
	display: none;
}
body[class^="product-product"] .product_calc-form .input-file span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border-radius: 7px;
	background-color: #E0E0E0;
	font-weight: 700;
	font-size: 16px;
	line-height: 114%;
	color: #818181;
}


.section-product .product-form-wrapper {
    padding: 24px 30px;
    border: 1px solid #E0E0E0;
    display: block;
}
.section-product .product-form-wrapper .form-group {
    margin-bottom: 10px;
}
.section-product .product-form-wrapper input,
.section-product .product-form-wrapper textarea {
    line-height: 48px;
    padding: 0 15px;
    border-radius: 7px;
    background: #F6F5F8;
    border: none;
}
.section-product .product-form-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 33px;
}
.section-product .product-form-wrapper .btn.btn-pulse {
    animation: none;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    box-shadow: none;
}
.section-product .product-form-wrapper .btn.btn-pulse:hover,
.section-product .product-form-wrapper .btn.btn-pulse:active {
    color: #fff;
}

.product-inner-heading {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
}

.section-layout {
    padding: 85px 0;
    background: #F6F5F8;
}

.section-layout .product-layout-wrapper {
    background: #fff;
    display: flex;
}

.section-layout .product-layout-wrapper.floors {
    position: relative;
    background: none;
    display: flex;
    flex-direction: column;
}

section.product_images.videos {
	padding: 90px 0;
	background-color: #fff;
}

.swiper.floors {
    position: relative;
}

/* .product-layout-images .thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 7px solid #E69C60;
} */

.section-layout .product-layout-wrapper .product-layout-menu {
    width: 24%;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu {
    width: auto;
}

.section-layout .product-layout-wrapper .product-layout-content {
    width: 76%;
    padding: 40px;
}

.section-layout .product-layout-wrapper.floors .product-layout-content {
    width: 100%;
}


.section-layout .product-layout-wrapper .product-layout-menu .nav-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 140px;
    padding: 0 40px;
    /* border-bottom: 1px solid #eee; */
    cursor: pointer;
    position: relative;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item {
    justify-content: center;
    padding: 20px 55px;
    height: auto;
    line-height: 100%;
    background: #FAFAFA;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item.active {
    background: #fff;
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item:after,
.product-layout-images .thumbs .swiper-slide:after  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 7px solid #E69C60;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item:hover:after,
.section-layout .product-layout-wrapper .product-layout-menu .nav-item.active:after {
    opacity: 1;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    transition: .2s;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item:hover:after,
.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item.active:after {
    opacity: 0;
}

.floors .product-layout-menu .nav {
    background: #F6F5F8
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item:last-child {
    border-bottom: 0;
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item div {
    text-decoration: none !important;
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item div b {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item div b {
    font-weight: 600;
    font-size: 30px;
}

.section-layout .product-layout-wrapper .product-layout-menu .nav-item div span {
    color: #818181;
    font-size: 16px;
}

.section-layout .product-layout-description-heading {
    color: #1A1A1A;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.section-layout .product-layout-description ul {
    padding: 0;
    font-size: 18px;
    list-style-type: none;
}

.section-layout .product-layout-description ul li {
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.section-layout .product-layout-description ul li:Before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    background: #E69C60;
}

.section-layout .product-layout-images {
    margin-bottom: 25px;
    text-align: center;
}

.section-layout .product-layout-images .image {
    /* margin-bottom: 40px; */
}

.section-layout .product-layout-images .thumbs .image {
    /* padding: 15px; */
    width: 135px !important;
    height: 135px !important;
    cursor: pointer;
}

.thumbs-wrapper {
    flex-wrap: wrap;
    align-items: center;
    max-height: 600px;
}

.product-layout-images .thumbs-wrapper .swiper-slide-thumb-active .img-fluid {
    border: 7px solid #E69C60;
}

.product-layout-images .thumbs-wrapper .img-fluid {
    border: 7px solid #fff;
}


.thumbs-wrapper .img-fluid {
    max-width: 100%;
    height: 100%;
}

.main-slider {
   
}

.section-table-compares {
    padding: 90px 0;
}

.section-table-compares table.table {
    border: none;
    margin-bottom: 30px;
}

.section-table-compares .product-table-wrapper {
    overflow: auto;
}

.section-table-compares .product-table-wrapper .table {
    min-width: 600px;
    max-width: 100%;
}

.section-table-compares table.table td,
.section-table-compares table.table th {
    border: none;
    padding: 5px 15px;
}

.section-table-compares table.table b.price {
    white-space: nowrap;
}

.section-table-compares table.table span.check {
    display: flex;
    width: auto;
    height: 16px;
    background: url('/image/catalog/orange-check.svg') no-repeat center;
    position: relative;
    top: 3px;
}

.section-table-compares table.table span.special {
    background: #E69C60;
    color: #fff;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 15px;
}

.section-table-compares .table-product-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-table-compares .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #F6F5F8;
}

.section-table-compares .table-striped > tbody > tr td:nth-child(2n),
.section-table-compares table.table span.check {
    text-align: center;
}

.section-change-color {
    padding: 90px 0;
    background: #F6F5F8;
}

.section-change-color .product-colors-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-change-color .product-colors-wrapper .color {
    padding: 25px 15px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    width: 18.5%;
    color: #000;
    text-decoration: none;
}

.section-change-color .product-colors-wrapper .color .overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 7px solid #E69C60;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.section-change-color .product-colors-wrapper .color .overlay b {
    display: flex;
    width: 79px;
    height: 79px;
    justify-content: center;
    align-items: center;
    background: #E69C60;
    color: #fff;
    font-size: 30pt;
    border-radius: 50%;
    opacity: 1;
    position: relative;
}

.section-change-color .product-colors-wrapper .color .overlay b:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: -11px;
    top: -11px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.section-change-color .product-colors-wrapper .color:hover .overlay,
.section-change-color .product-colors-wrapper .color.active .overlay {
    opacity: 1;
}

.section-change-color .product-colors-wrapper .color:hover .color-image {
    opacity: .6;
}

.section-change-color .product-colors-wrapper .color-image {
    text-align: center;
    transition: .2s;
}

.section-change-color .product-colors-wrapper .color-image img {
    max-width: 100%;
    height: 99px;
}

.section-change-color .product-colors-wrapper .color-text {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-top: 15px;
}

i.chevron {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chevron::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #999;
    content: '';
    display: inline-block;
    height: 5px;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 5px;
}

.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    transform: rotate(-135deg);
}


.contacts small {
    opacity: 1 !important;
}

.fancybox-image {
    background: #fff !important;
}

.header-menu {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
}

.header-menu a {
    color: #1a1a1a;
}
.header-menu .menu-item.wishlist .bi.bi-heart {
	position: relative;
	font-size: 13px;
	margin-right: 2px;
	color: #d8ad4b;
}
.header-menu .menu-item.wishlist #wishlist-menu-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	min-height: 18px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #f00;
}

.header-menu a:hover,
.header-menu a.dropdown-toggle.show {
    color: #d99744;
    transition: unset;
}

.header-menu a.dropdown-toggle::after {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -4px;
    width: 14px;
    height: 8px;
	border: none;
	content: "";
	background-image: url('/image/arrow-open.svg');
	background-size: 100%;
	transform: rotate(0deg);
	background-repeat: no-repeat;
	/*transition: transform .3s ease-in-out;*/
}

.header-menu a.dropdown-toggle.show::after {
	transform: rotate(-180deg);
}

.section-difference {
    margin-bottom: 110px;
}

.difference-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 35px;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
}

.section-heading {
    font-size: 30px;
    font-weight: 600;
}

.open-content {
    font-size: 18px;
    font-weight: 700;
}

.filter-heading::after {
    display: inline-block;
    margin-left: 10px;
    width: 13.5px;
    height: 9.5px;
    content: "";
    background-image: url(/image/arrow-open.svg);
    transform: rotate(-180deg);
    background-repeat: no-repeat;
    transition: transform .3s ease-in-out;
    right: 10px;
    position: absolute;
    top: 11px;
    background-size: 100%;
    transition: 0s;
}

/*.filter-item:hover .filter-heading::after,*/
.filter-item.active .filter-heading::after{
    transform: rotate(0deg);
    top: 13px;
}
.filter-item.filter-item-2x .filter-heading::after{
    display: none !important;
}

.section-projects {
    margin-bottom: 105px;
}

.section-projects .swiper-slide {
    max-height: 730px;
    overflow: hidden;
}

.section-projects .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tab-heading {
    display: flex;
    gap: 35%;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 3px solid #E69C60;
}

.difference-item {
    display: flex;
    justify-content: space-between;
}

.difference-item:nth-child(odd) {
    background: #F6F5F8;
}

.difference-plus,
.difference-minus {
    padding: 45px 40px 40px 68px;
    width: 50%;
}

.difference-plus {
    border-right: 1px solid #E0E0E0;
}

.difference-heading {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.difference-heading span{
    display: none;
}

.difference-heading::before {
    content: '';
    position: absolute;
    margin-right: 25px;
    background: url('/image/check.svg');
    width: 29px;
    height: 20px;
    top: 0;
    left: -45px;
}

.difference-minus .difference-heading::before {
    background: url('/image/close.svg');
    width: 21px;
    height: 21px;
}

.difference-desc {
    font-size: 18px;
}

.section-advantage .technology-block-text {
    max-height: 100%;
}

.section-advantage .technology-block-text-wrapper {
    padding: 32px 35px;
    max-width: 50%;
}

.advantage-special {
    padding: 28px 34px;
    background: #fff;
    border-left: 4px solid #E69C60;
}

.section-advantage .technology-wrapper .technology-block .technology-block-text {
    align-items: flex-start;
}

.advantage-pack-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 25px;
    list-style: inside;
    list-style-position: outside;
}

.advantage-pack-item::marker {
    color: #E69C60;
    font-size: 22px;
}

.nav-packs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}

.nav-packs .pack-tab {
    font-size: 18px;
    font-weight: 700;
    color: #E69C60;
    transition: color .3s ease-in;
}

.pack-tab.active {
    color: #1A1A1A;
    border-bottom: 4px solid #E69C60
}

.section-production {
    margin-bottom: 100px;
}

.production-desc {
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0 0 20px;
}

.production-img {
    margin-bottom: 10px;
}

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

.technology-block-image {
    position: relative;
    height: 100%;
}

.tooltip-point {
    display: inline-block;
    position: absolute;
    display: block;
    width: 3%;
    height: 3%;
    background-color: #FF9D4E;
    border: 2px solid #FFFFFF;
    border-radius: 999px;
    cursor: pointer;
}

.point-1 {
    top: 42%;
    left: 39%;
}

.point-2 {
    top: 47%;
    left: 33%;
}

.point-3 {
    top: 49%;
    left: 21%;
}

.point-4 {
    top: 56%;
    left: 34%;
}

.point-5 {
    top: 59%;
    left: 47%;
}

.point-6 {
    top: 61%;
    left: 37%;
}

.point-7 {
    top: 63%;
    left: 47.5%;
}

.point-8 {
    top: 74%;
    left: 37%;
}

.point-9 {
    top: 78%;
    left: 40%;
}

.point-10 {
    top: 81%;
    left: 44%;
}

.point-11 {
    top: 85%;
    left: 55%;
}

.point-12 {
    top: 16%;
    left: 20%;
}

.point-13 {
    top: 22%;
    left: 39%;
}

.point-14 {
    top: 55%;
    left: 29%;
}

.point-15 {
    top: 55%;
    left: 43%;
}

.point-16 {
    top: 61%;
    left: 51%;
}

.point-17 {
    top: 63%;
    left: 63%;
}

.point-18 {
    top: 48%;
    left: 25%;
}

.point-19 {
    top: 40%;
    left: 21%;
}

.tooltip-inner {
    padding: 13px 17px;
    max-width: 300px;
    color: #1A1A1A;
    background-color: #fff;
    border-radius: 0;
}

.tooltip.show {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    opacity:1!important;
}

.filter {
    margin-bottom: 30px;
}
.filter-inner-fields{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.filter-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.filter-col{
    width: calc(25% - 15px);
}
.filter-item {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 36px;
}
.filter-item.filter-item-2x{
    height: 82px;
}

.filter-hidden-wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.filter-item-btn .btn{
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 12pt;
    padding: 0;
    height: 36px;
    margin-bottom: 10px;
    width: 170px;
    max-width: 100%;
}

.filter-item-btn input.btn{
    background: linear-gradient(91.38deg, #dbb93a 6.46%, #e99f2e 39.21%, #e7a229 60.48%, #eb9842 88.12%);
    border: 1px solid #fff;
}

/*.filter-item:hover .filter-hidden-wrapper,*/
.filter-hidden-wrapper.active {
    display: block;
}

.filter-stage {
    display: block;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    z-index: 10;
    background: #fff;
    border: 1px solid #e9aa69;
    padding: 10px;
}

.filter-heading { 
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
}

.filter-select {
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 500;
    color: #818181;
    transition: border .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 5px 0;
}
.filter-select label{
    margin-left: 10px;
}

.mixitup-control-active {
    border: 2px solid #E69C60;
}

#product-category .sub_categories .category-refine {
	font-size: 20px;
	text-align: center;
}
#product-category .sub_categories .category-list {
	margin-bottom: 25px;
}
#product-category .sub_categories .category-list-block {
	margin-bottom: 25px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#product-category .sub_categories .category-list-block .name {
	max-height: 45px;
	padding: 3px;
	background-color: #ddd;
	overflow: hidden;
}
#product-category .sub_categories .category-list-block .name a {
	font-weight: bold;
}
#product-category .samples-wrapper .sample .sample-info-wrapper {
	padding: 26px 25px 40px 40px;
	/*border: 1px solid #E0E0E0;*/
	color: #1A1A1A;
	background-color: #fff;
}
#product-category .product{
    position: relative;
}
.wishlist-btn i{
    position: relative;
    top: 2px;
}
.product-plan-title{
    font-size: 20pt;
    margin: 15px 0;
}
#product-category .wishlist-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: #ffffffa1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    color: #e9aa69;
    color: red;
}
#product-category .wishlist-btn[data-wish="1"] .bi-heart{
    display: none;
}
#product-category .wishlist-btn[data-wish="1"] .bi-heart-fill{
    display: block;
}
#product-category .wishlist-btn[data-wish="0"] .bi-heart{
    display: block;
}
#product-category .wishlist-btn[data-wish="0"] .bi-heart-fill{
    display: none;
}
.production-desc-right {
    padding: 40px 0 0 50px;
}

#account-wishlist .product {
    position: relative;
}
#account-wishlist .btn-danger {
	position: absolute;
	top: 0;
	right: 0px;
}
#account-wishlist .btn-danger a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #282828;
	color: #fff;
	font-size: 23px;
}
#account-wishlist .project-item-content {
	padding: 20px;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
}
#account-wishlist .wishlist-name {
	font-size: 31px;
	color: #282828;
	font-weight: 700;
}
#account-wishlist .wishlist-name:hover {
	color: #fc9c27;
}
#account-wishlist .caption {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#account-wishlist .sample-info-row {
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 19px;
	width: calc(50% - 10px);
	margin-bottom: 10px;
	padding-left: 40px;
}
#account-wishlist .sample-info-row::before {
	content: "";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -14px;
	background-color: #f4b554;
	border-radius: 50%;
}
#account-wishlist .sample-info-row.upc::before {
	content: "м²";
}
#account-wishlist .sample-info-row.jan::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACLSURBVHgBrZLhDUVAEIRnX97/91RAKUpQAhVQCpXRATrQwZoVkhMS7viSuUs2N/NjbgUrqprySnCfTkS63YQhrfrRb96vkxNRBe5THiZMTuCB+17WQXWafE3DXuotJEUYk5UrbkGhWIjiIR+8wCshticN9aNG+BMvPlaSh5ZL37D8LI8/lSEA85l/BhK4bwnvdThgAAAAAElFTkSuQmCC);
	background-size: inherit;
	background-position: center;
	background-repeat: no-repeat;
}
#account-wishlist .sample-info-row.mpn::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADmSURBVHgBpZPhEYIwDIUDx3+7Ad1A3UA3YQNXcAQ38BzBCYAN3ACYQJygvhzhrC2Fou/ug6a075qSkDHmCRpwMRGiCaXWeAN6cBRuMu/GnjLwAhXogAJX+abk7caTJrb4JHVg7RbsokySJCmmFuI6zrEmixKz/0ygwonz1SZIV9sx/3bPBHOHwP48MO+lo0FJK5U68VhsXDM1fQptsdi+TJBzJdXd8Hj8MJOmd5KflEhTteAOTjLWNKTWW2uV0DoeOrMWPmjooZripdmUTfYyUdJMkwXEbaAyXF6LjMbNfKpuhYnmxxv5RG04kuNlewAAAABJRU5ErkJggg==) !important;
	background-size: inherit;
	background-position: center;
	background-repeat: no-repeat;
}
#account-wishlist .sample-info-row.isbn::before {
	content: "M";
}
#account-wishlist .sample-info-row .sample-info-value {
	font-weight: 700;
}
#account-wishlist .sample-info-price {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	align-items: center;
	padding-top: 10px;
    font-size: 15px;
	font-weight: 700;
}
#account-wishlist .sample-info-price .sample-info-value b {
	display: flex;
	align-items: center;
	color: #74bb16;
	font-size: 31px;
	line-height: 1.3;
}
#account-wishlist .sample-info-value span {
	color: #74bb16;
	font-size: 31px;
	line-height: 1.3;
}

#modal-leadform {}
#modal_file-leadform {
	max-width: 538px;
}
@media(max-width: 767px) {
    #modal_file-leadform{
    	max-width: 340px;
    }
}
#modal-leadform .form-group,
#modal_file-leadform .form-group {
    margin-bottom: 20px;
}

#modal-leadform .form-group:nth-last-child(-n+2),
#modal_file-leadform .form-group:nth-last-child(-n+2) {
    margin-bottom: 35px;
}

#modal-leadform .form-group .btn.btn-pulse,
#modal_file-leadform .form-group .btn.btn-pulse {
    animation: none !important;
    color: #fff !important;
    height: 48px;
    box-shadow: none;
    transition: .2s;
}

#modal-leadform .form-group .btn.btn-pulse:hover,
#modal_file-leadform .form-group .btn.btn-pulse:hover {
    opacity: .85;
}

.mobile-menu {
    display: none;
}

.pagination {
	gap: 6px;
}
.pagination .page-link {
	min-width: 38px;
	padding: 4px 14px;
	border: 2px solid #a8a6a4;
	color: #4b4a49;
}
.pagination .page-item.active .page-link {
	background-color: #81807c;
	color: #fff;
	border-color: #797979;
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.map-container {
	position: relative;
	display: flex;
	flex-direction: row;
	margin-bottom: 90px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
}
.contacts-map {
	position: absolute;
	top: 4%;
	left: 20px;
	z-index: 1;
	padding: 30px 30px 10px;
	background: #fff;
	border-radius: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #000;
	box-shadow: 0px 0px 10px 1px #c7c5c3;
}
.map-heading {
	padding-bottom: 12px;
	font-weight: 700;
	font-size: 24px;
	color: #4d4d4d;
	text-transform: uppercase;
	border-bottom: 1px dashed #E1B542;
}
.contact-info {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 17px;
	font-weight: 600;
}
.contact-info span, 
.contact-info span a {
	font-weight: 400;
	font-size: 15px;
}
.contact-info span a {
	color: #0552c4;
}
.map {
    position: relative;
	width: 100%;
	overflow: hidden;
}
.map span {
	position: absolute;
	top: 43%;
	left: 52%;
	z-index: 1;
	margin: auto;
	font-size: 30px;
}
.map iframe + span {
    display: none;
}

.checkout-success #content {
    padding-bottom: 40px;
}
.checkout-success #content h1 {
	margin-bottom: 40px;
}
.checkout-success #content p {
	line-height: 1;
}
.checkout-success #content .buttons {
	margin-top: 40px;
}
.checkout-success #content .buttons .btn.btn-primary {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	border-radius: 7px;
	font-size: 19px;
	line-height: 1.55;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%) !important;
	animation: none;
	box-shadow: none;
	border: none;
	padding: 10px 20px;
}
.checkout-success #contacts {
	display: none;
}

#modal-leadform .form-control .btn.btn-pulse @media(max-width: 1199px) {
    .section-overfooter .heading-section {
        padding: 0;
    }

    .section-overfooter .heading-section {
        font-size: 20pt;
    }

}

@media(max-width: 981px) {
    .section-change-color .product-colors-wrapper .color {
        width: 33%;
    }

    .section-layout .product-layout-wrapper .product-layout-menu .nav-item div span {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .inf_cont .breadcrumb {
    	margin-bottom: 16px;
    }
    .map-container {
    	flex-direction: column;
    	border-radius: 0;
    	height: auto;
    	margin-bottom: 40px;
    }
    .contacts-map {
    	position: static;
    	width: 100%;
    	border-radius: 0;
    	box-shadow: unset;
    }
    .map-container .map {
    	height: 400px;
    }
    .map-container .map iframe {
    	position: absolute;
    	right: 0;
    	top: 0;
    	width: 1000px;
    }
    .map-container .map span {
    	left: 10%;
    }
    .filter-inner-fields{
        flex-wrap: wrap;
        gap: 10px;
    }
    .filter-col{
        width: calc(50% - 5px);
    }
    .filter-buttons{
        gap: 10px;
    }
    .filter-buttons .filter-item-btn{
        width: calc(50% - 5px);
    }
    .filter-item{
        font-size: 12px;
    }
    .filter-heading{
        line-height: 25px;
        font-size: 12px;
    }
    .filter-item-btn .btn{
        font-size: 12px;
    }
    .sample-info-name{
        width:  58%;
    }
    .sample-info-value{
        width: 42%;
    }
    .section-layout .product-layout-wrapper {
        display: block;
    }

    .section-layout .product-layout-wrapper .product-layout-menu {
        width: 100% !important;
    }

    .section-layout .product-layout-wrapper .product-layout-content {
        width: 100%;
        margin: 0;
    }
    .product-layout-content > div{
        padding: 0;
    }

    .product-layout-menu .flex-column {
        flex-direction: initial !important;
        display: flex;
    }

    .section-layout .product-layout-wrapper .product-layout-menu .nav-item {
        /* width: 50%; */
        /* border-bottom: 1px solid #eee !important; */
    }

    footer .col-sm-6 {
        padding-bottom: 20px;
    }

    #product-category .samples-wrapper .sample .sample-info-wrapper{
        padding: 15px;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper .buttons > a {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .swiper-thumbnails {
    	row-gap: 0;
    	margin-bottom: 3px;
    }
    .swiper-thumbnails a{
        width: calc(25% - 11px);
    }
    .swiper-thumbnails a::after {
    	border: 4px solid #E69C60;
    }
    .swiper-thumbnails .click-for-video::after {
    	width: 19px;
    	height: 19px;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row {
    	align-items: end;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row .sample-info-name, 
    .section-samples .samples-wrapper .sample .sample-info-wrapper .sample-info-row .sample-info-value{
        font-size: 12pt;
    }
    .section-main {
        padding-top: 0;
        padding-bottom: 20px;
        min-height: auto;
        background-position: top center;
        background-attachment: scroll;
        /*background-image: url(../img/main/banner_main_mobi-2.jpg);*/
        /*background-size: 192%;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #2C2B31;
        
        background-size: 350%;
        background-position-x: 84%;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .section-calculation .cp_step_form_nav{
        align-items: baseline;
    }
    .section-calculation{
        padding-bottom: 10px !important;
    }
    .section-calculation .cp_step_form_nav .cp_next_step{
        margin: 0 auto;
    }
    .section-main:after {
        display: block;
    }
    .section-main .main-text {
    	padding-top: 20px;
    	padding-left: 30px;
    	padding-right: 30px;
    	line-height: 130%;
    	width: 388px;
    	max-width: 100%;
    	margin: auto;
    	background-color: #00000045;
        font-size: 13pt;
        margin-top: 15px;

    	text-shadow: #000 0 0 2px;
    }
    .section-main .description-text li{
        font-size: 12pt;
    }
    .section-main .main-text + p {
    	padding-top: 20px;
    	padding-left: 30px;
    	padding-right: 30px;
    	line-height: 130%;
    	width: 388px;
    	max-width: 100%;
    	margin: auto;
    	margin-top: auto;
    	background-color: #00000045;
    	font-size: 13pt;
    	text-shadow: #000 0 0 2px;
    }
    .section-main .description-text {
    	gap: 10px;
    	height: auto;
    	padding: 20px 10px 0px 28px;
    	border-radius: 0;
    	border: none;
    	margin-top: 0;
    	margin-bottom: 0;
    	margin-right: auto;
    	margin-left: auto;
    	width: 388px;
    	max-width: 100%;
    	background-color: #00000045;
    	text-shadow: #000 0 0 2px;
    }
    .section-main hr{
        margin: 10px 0;
    }
    .section-main .projects {
        flex-wrap: wrap;
    }

    .section-main .projects .project {
        width: 50%;
    }
    .section-main .buttons {
    	margin-top: 22px;
    	padding-right: 10px;
    	padding-left: 10px;
    	padding-bottom: 10px;
    }
    .section-main .buttons .btn-pulse {
        padding: 0;
    	line-height: 1;
    	height: 52px;
    }
    .section-main .buttons .btn-pulse span {
    	font-size: 14px;
    }
    .section-main .projects .project .name {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .heading-section {
        font-size: 20pt;
        margin: 30px 0 40px;
    }
    
    .section-samples .heading-section {
    	margin: 50px 0 30px;
    }
    
    .section-samples.featured_1 .heading-section {
    	margin: 0 auto 30px;
    }
    
    .section-browse .heading-section {
    	margin: 60px auto 30px;
    	padding-top: 0;
    	width: 286px;
    }
    .section-browse .sub-heading {
    	width: 100%;
    	padding-left: 16px;
    	padding-right: 16px;
    	margin: 0 auto 40px;
    }
    .section-browse .image-block img {
    	width: 100%;
    }
    
    .section-calculation {
    	padding: 0 15px 0 15px;
    }
    .section-calculation .heading-section {
    	flex-direction: column;
    	gap: 10px;
    	width: 310px;
    	margin-left: auto;
    	margin-right: auto;
        margin-bottom: 30px;
        padding: 40px 0 0;
    }
    .section-calculation .sub-heading {
    	width: 100%;
    	margin: 0 auto 40px;
    }
    .section-calculation .button {
    	margin-bottom: 0;
    }
    .section-reviews .heading-section {
    	margin: 50px 0 30px;
    	padding: 0;
    }
    .section-reviews .image-block img {
    	width: 100%;
    }

    .section-slider .swiper {
        margin-bottom: 20px;
    }

    footer .contacts,
    footer .work-info,
    footer .politics {
        text-align: center !important;
    }

    footer .contacts .address {
        display: inline-block;
        margin: 0 auto;
    }

    .slider-left {
        margin-bottom: 30px;
    }

    .section-header {
        min-height: 75px;
        padding-top: 8px;
    }

    .section-header .logo {
        padding-top: 0;
        margin-top: -4px;
    }

    .section-header a.logo {
        color: #000;
        text-decoration: none;
    }

    .section-header .logo img {
        width: 110px;
        height: auto;
    }

    .contacts .address{
        font-size: 8pt;
        padding-right: 11px;
    }
    .contacts .address span {
        content: '';
        width: 7px;
        height: 7px;
        right: 0;
        top: 5px;
    }

    .section-header .contacts a, 
    footer .contacts a{
        font-size: 11pt;
    }
    
    .mobile-menu .right-fixed-item {
    	width: 100%;
    	height: 55px;
    	border-radius: 5px;
    	flex-direction: row;
    	justify-content: start;
    	gap: 50px;
    }
    .mobile-menu .right-fixed-item .wishlist {
    	margin-left: 10%;
    }
    .mobile-menu .right-fixed-item .wishlist .right-fixed-item-icon {
    	margin-bottom: 0;
    }
    .mobile-menu .right-fixed-item .wishlist #mobi-menu-count {
    	right: -12px;
    	top: -6px;
    }
    .mobile-menu .right-fixed-item .right-fixed-item-text {
    	font-size: 14pt;
    	line-height: 1.55;
    	font-weight: 600;
    }

    .logo-mob-text {
    	font-size: 9pt;
        background-image: -webkit-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
        background-image: -ms-linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
        background-image: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    	color: #fff;
    	display: flex;
    	width: 100%;
    	justify-content: center;
    	align-items: center;
    	padding: 5px 0;
    	text-align: center;
    }

    .logo-col {
        padding-right: 0 !important;
        padding-left: 7px !important;
        ;
    }

    .section-overfooter .overfooter-form {
        flex-wrap: wrap;
    }

    .section-overfooter .overfooter-form .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .section-overfooter .overfooter-form .form-group:last-child {
        margin-bottom: 0;
    }

    .section-change-color .product-colors-wrapper .color {
        width: 49%;
    }
    .production-desc-right {
        padding: 0;
    }
    .contacts {
        flex-direction: column;
    }
    .section-header .contacts {
    	padding-top: 0;
    	padding-bottom: 5px;
    }
    .section-header #choose-region-btn {
    	margin-top: -9px;
    	font-size: 18px;
    }
    .section-technology .technology-wrapper .technology-block .technology-block-text {
        flex-direction: column;
    }
    .section-advantage .technology-block-text-wrapper {
        padding: 32px 35px;
        max-width: 100%;
    }
    .technology-block-text {
        max-height: 100%;
    }
    .technology-block-text-wrapper {
        padding: 45px 35px;
        max-width: 100%;
    }

    .difference-head {
        flex-direction: column;
    }
    .section-difference {
        margin-bottom: 0;
    }
    .more-show {
        margin: 0 auto 90px;
    }
    .section-heading {
        font-size: 24px;
    }
    .section-projects .swiper-slide img {
        height: auto;
        width: 100%;
    }
    .section-projects {
        margin-bottom: 0;
    }
    .nav-packs {
        justify-content: space-between;
    }
    .nav-packs .pack-tab {
        font-size: 11px;
    }
    .section-production {
        margin-bottom: 45px;
    }
    .section-samples .samples-wrapper .sample {
    	margin-bottom: 0;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper {
    	margin-top: 0;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper .buttons {
        flex-direction: column;
        margin-top: 20px;
    }
    .section-samples .samples-wrapper .sample .sample-info-wrapper .sample-name {
    	margin-bottom: 22px;
    }
    .section-samples .samples-wrapper .sample .sample-slider {
    	max-height: 235px;
    }
    .samples-wrapper .swiper-autoheight, .swiper-autoheight .swiper-slide {
    	max-height: 235px;
    }
    .module-featured .button_all {
    	margin: 0px auto 80px;
    }
    .section-ask {
    	padding-top: 20px;
    	padding-bottom: 70px;
    }
    .section-ask .heading-section {
    	margin: 40px 0 50px;
    }
    .section-overfooter .heading-section {
        padding: 20px 0;
        font-size: 18px;
        line-height: 145%;
        margin: 0;
    }
    .section-overfooter{
        padding-bottom: 20px !important;
    }
    .section-overfooter {
    	padding: 0 0 80px 0;
    }
    .advantage-special {
        padding: 28px 15px;
    }
    .difference-item {
        flex-direction: column;
    }
    .difference-plus, .difference-minus {
        padding: 30px 17px 0px 56px;
        width: 100%;
    }
    .difference-heading span {
        display: inline;
        color: #c9c6c6;
    }
    .technology-block .swiper-action-buttons {
        left: calc(100vw - 120px);
    }
    footer {
    	padding: 50px 10px;
    }
    .mobile-text-line{
        padding-top: 54px;
    }
    .section-layout, 
    .section-table-compares, 
    .section-change-color,
    .section-wood-complect {
        padding: 20px 0 !important;
    }
    .product-inner-heading {
    	font-size: 28px;
    	line-height: 120%;
    	margin-bottom: 20px;
    }
    .product-layout-inner{
        padding-bottom: 0 !important;
    }
    section.product_images.videos {
    	padding: 20px 0;
    }
}

@media (max-width: 650px) {

    .mobile-menu {
        display: block;
    }

    .main-menu {
        display: none;
    }

    .section-header {
        min-height: 54px;
    }

    #menu__toggle {
        opacity: 0;
      }
      
      #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
      }
      #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        right: 0;
        width: 100%;
      }
      
      .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 15px;
        right: 20px;
      
        width: 26px;
        height: 26px;
      
        cursor: pointer;
        z-index: 1;
      }
      
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
      }
      .menu__btn > span::before {
        content: '';
        top: -8px;
      }
      .menu__btn > span::after {
        content: '';
        top: 8px;
      }
      
      .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        right: -100%;
      
        width: 300px;
        height: 100%;
      
        margin: 0;
        padding: 10px 0;
      
        list-style: none;
      
        background-color: #fff;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
      
        transition-duration: .25s;
      }
      .menu__box .mob-logo-wrapper{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin: 0 20px 10px 25px;
      }
      .brdc{
        padding-top: 0;
      }
      .menu__box .mob-logo-wrapper img{
        width: 110px;
      }
    .menu__items {
    	width: 100%;
    	height: 88vh;
    	overflow-x: hidden;
    	overflow-y: auto;
    	background-color: #fff;
    }
    .menu__item {
        display: block;
        padding: 12px 24px;
      
        color: #333;
      
        font-size: 18px;
        line-height: 22px;
        color: #818181;
        font-weight: 300;
      
        text-decoration: none;
      
        transition-duration: .25s;
      }
      .menu__item:hover {
        background-color: #CFD8DC;
      }
      .menu__item.mini__item{
        font-size: 80%;
        padding: 5px 0 5px 40px;
      }
      .mobile-menu .contacts{
        padding: 0 24px;
        text-align: center;
        margin-top: 15px;
        display: block;
        line-height: 100%;
      }
      .mobile-menu .contacts .address{
        display: inline-block;
      }
    .section-layout .product-layout-wrapper.floors .product-layout-menu .nav-item {
            padding: 15px;
    }
    .mobile-menu .buttons{
        padding: 0 24px;
    }
    .btn-mob-order {
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	font-size: 14pt;
    	line-height: 1.55;
    	font-weight: 600;
    	height: 55px;
    	border-width: 1px;
    	border-radius: 5px;
    	background-color: #eaab72;
    	background-position: center center;
    	border-color: transparent;
    	border-style: solid;
    	width: 100%;
    	color: #fff;
    	background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%) !important;
    	background-size: 400% 400%;
    	position: relative;
    	overflow: hidden;
    	outline: none !important;
    	border: none !important;
    	margin-top: 15px;
    	text-transform: unset;
    }
    .section-header {
        position: fixed;
        z-index: 3;
    }

    .section-breadcrumbs {
        padding-top: 5px;
    }
}

@media (max-width: 450px) {
    .my-video-dimensions {
        height: 198px !important;
    }
    .filter-item {
        font-size: 14px;
    }
    .filter {
        gap: 10px;
    }
    .filter-stage {
        top: 45px;
        flex-wrap: wrap;
    }
    .filter-select {
        font-size: 12px;
    }
    
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    100% {
        transform: scale(1, 1);
    }
}

#information-information h1 {
	display: none;
}

.vc-row {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0px 250px 0 rgb(40 39 40/5%)
}

.vc-inputs-wrap {
    margin-top: 20px
}

.vc_block_vidget {
    cursor: pointer
}

.vc-new {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    padding: 18px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-image: -moz-linear-gradient(90deg,#d68733 0%,#e29b3e 56%,#edae48 100%);
    background-image: -webkit-linear-gradient(90deg,#d68733 0%,#e29b3e 56%,#edae48 100%);
    background-image: -ms-linear-gradient(90deg,#d68733 0%,#e29b3e 56%,#edae48 100%)
}

.vc-content,.vc-image {
    margin: 30px 0
}

.vc-image {
    width: 300px
}

.vc-content {
    width: calc(100% - 350px);
    padding-right: 30px
}

.vc-image-inner {
    height: 100%;
    position: relative;
    z-index: 1
}

.vc-inputs-wrap .success-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: unset;
    font-size: 14px;
    font-weight: 700
}

.vc-icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: -24px;
    top: 0;
    height: 100%;
    z-index: 3
}

.vc-form-button {
    width: 100%
}

.vc-form-item {
    width: calc((100% - 40px)/3)
}
.vc-form-item input[type="radio"]{
  display: none;
}
.vc-icon:not(:last-child) {
    margin-bottom: 15px
}
.vc-button-wrap button{
   display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: linear-gradient(91.38deg, #D5B84C 6.46%, #DBA24B 39.21%, #E6A83C 60.48%, #E9AA69 88.12%);
    border-radius: 7px;
    border: none;
    color: #fff;
    font-weight: bold;
}
.vc-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 4px 2px #3a36362e
}

.vc-content>div {
    padding-left: 10px
}
.vc-content .section-title{
  font-size: 30pt;
    line-height: 120%;
}
.vc-content .section-title-small.vc-text{
      font-size: 20px;
}
.vc-icon>img {
    max-width: 100%
}

.vc-icon>img {
    animation: vcOpacity1 3s ease infinite
}

.vc-icon>img:hover {
    opacity: 1
}

@keyframes vcOpacity1 {
    0% {
        opacity: .33
    }

    33.3% {
        opacity: .66
    }

    66.7% {
        opacity: 1
    }

    100% {
        opacity: .33
    }
}


.vc-outer, .vc-form-items, .vc-inputs-wrap{
  display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.vc-form-items{
    justify-content: flex-start;
}

.vc-image-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/catalog/view/theme/default/media/img/vc-bg-img.jpg);
    background-position: center center;
    background-size: cover;
    z-index: 2
}

.vc-img-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%
}

.vc-img-content>img {
    width: 90%
}

.vc-inputs-wrap .privacy-group {
    opacity: .7
}

.vc-image-inner {
    border: 1px solid #eee
}

.vc-content .section-title>span {
    font-weight: 700;
    border-bottom: 4px solid #74bb16
}

.vc-title {
    margin-bottom: 24px
}

.vc-text,.vc-mans-title {
    margin-bottom: 15px
}

.vc-label-text-sec {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vc-label-text-sec>span {
    margin-top: 5px
}

.vc-item-position {
    opacity: .9;
    line-height: 1.1;
    font-size: 14px
}

.vc-mans-title {
    font-weight: 700
}

.vc-label {
    display: flex;
    justify-content: space-between
}

.vc-label-img-sec {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border .3s ease
}

.vc-label-img-sec:after {
    transition: background-color .3s ease
}

.vc-radio-input:checked+.vc-label>.vc-label-img-sec,.vc-label-img-sec:hover {
    border: 4px solid #74bb16
}

.vc-radio-input:checked+.vc-label>.vc-label-img-sec {
    position: relative;
    z-index: 1
}

.vc-radio-input:checked+.vc-label>.vc-label-img-sec:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    z-index: 2;
    background-color: #74bb16;
    border-radius: 50%;
    transition: all .3s ease
}

.vc-radio-input:checked+.vc-label>.vc-label-img-sec:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    z-index: 3;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAqElEQVQYlYXPr2qCYRiG8d/8m9dtgpg8B0GjbSbBsradwMqaxRMQi5hsH1aTYLLatjbYWQiDbTzwCi8fond534f7uh54Hj6/vt1JHWsMMajdZjVQYJTmfSV9eni8A0eKECY44YhWKppX4CVeQ1gh3i4O6GBXghd4wV+Az/hNRRsf6GfwPDYHHEMIG0wzqVqC3/LDLkeHNMZP1s3KcC5EtnjCOYHvZRj+ARmOHa9vw7VHAAAAAElFTkSuQmCC');
    background-position: center center;
    background-repeat: no-repeat
}

.vc-label-img-sec img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center
}

.vc-label-text-sec {
    width: calc(100% - 85px)
}

span.vc-item-name {
    font-weight: 700
}

#excursion {
    padding:  0; 
    margin-bottom: 30px;
}

.excursion-wrapper {
    padding: 60px 50px 50px;
    background-image: url(//mdsk-dom.ru/wp-content/themes/super_dom/images/excursion_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 20px;
    position: relative
}

.excursion-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.47) 65%,rgba(255,255,255,.47) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(65%,rgba(255,255,255,.47)),color-stop(100%,rgba(255,255,255,.47)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.47) 65%,rgba(255,255,255,.47) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.47) 65%,rgba(255,255,255,.47) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.47) 65%,rgba(255,255,255,.47) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.47) 65%,rgba(255,255,255,.47) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1)
}

.excursion-content {
    position: relative
}

.excursion-pluses {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0;
    padding: 0;
    font-size: 14pt;
}

.excursion-pluses li {
    width: calc((100% - 40px)/3);
    padding-left: 30px;
    position: relative;
}

.excursion-form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px
}

.excursion-form .form-group-title {
    width: 100%
}

.excursion-form .form-group {
    width: calc((100% - 20px)/2)
}

.quiz-step-item-thanks .excursion-form .form-group {
    width: calc((100% - 20px)/2)
}

.quiz-step-item-thanks .excursion-form .submit-group {
    width: 100%
}

.quiz-step-item-thanks .excursion-form .submit-group button {
    margin-top: 0
}

.excursion-form label {
    margin-left: 10px
}

.excursion-form .form-control {
    padding: 23px 25px
}

.excursion-form button {
    margin-top: 19px;
    font-size: 14px;
    width: 100%
}

.excursion-form .privacy-group {
    font-size: 12px
}

.step-item-structure li:before,.excursion-pluses li:before,.smeta-pluses li:before,.excursion-info-list li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABf0lEQVRIibWWoU7DUBSGP24aameQWKgY8AKYBZCAwbAHgAQxBQmCZFtCQMzNwQMMg5oiQSwBhxwTCw+AwWAHhhxy2pTe3pYW+smec/5/93bnnM4d3y+QQQA0gQZQB2qa+g5MgBEwAKYuCZfBEtADdqxIOkPgBHhJRk1K+gEwLiCO5o61NtOgA1wBviWRj6+1HZeBuLdLCCdpx08SGsid963U8vRVMzLolbwWF75qfhsEBV/obxHNwOj/vCqaRpuoKJ9AF3jNqWsY7dAiiPgecAG85dTVTaz9XXwAjxoLxe+AW2DNURNS86xHNg/AFnAOPMXEt63MFDwdXFmn2AROgTNgvoi4aHs6Fdet0E8ugUVgGdiwom4mno7cPAPhyHqSz8joPK+KgdFlMazAQDSn4SySZTGzUsozU81o2Mkmav2jQSvcbvF9cK3t/1e6qkXSAN1GhyWvS2qk1rnR4idZLfjiJVdqol8e4hoVcn+7uiv2deKuJD5bnrWHbpyfLcAXri5G6EmgzIgAAAAASUVORK5CYII=');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

#excursion .btn{
  animation: none;
  box-shadow: none;
}

.excursion-content .section-title{
  font-size: 30pt;
  line-height: 120%;
}

.excursion-content  .section-title-small{
      font-size: 18pt;
    margin-top: 20px;
    font-weight: 400;
}

.excursion-content .form-group-title{
  font-weight: bold;
  margin-bottom: 10px;
}

.excursion-content .form-group label{
  margin-left: 0 !important;
}
@media(max-width: 767px){
    .vc-form-items, .vc-inputs-wrap{
        flex-direction: column !important;
    }
    .vc-form-item{
        width: 100%;
        margin-bottom: 10px;
    }
    .vc-image{
        display: none;
    }
    .vc-content{
        width: 100%;
    }
    .flex-grow {
        flex-direction: column !important;
    }
    .excursion-pluses{
        display: block;
    }
    .excursion-pluses li{
        width: 100%;
        font-size: 14px;
        padding: 5px 0 5px 30px;
    }
    .excursion-content .section-title, .vc-content .section-title{
        font-size: 23px;
    }
    .excursion-content  .section-title-small, .vc-content .section-title-small{
        font-size: 14pt;
    }
    .excursion-form .form-group{
        width: 100%;
    }
    #excursion .btn{
        font-size: 14pt;
    }
    .excursion-wrapper{
        padding: 20px;
    }
    .vc-outer{
        padding: 0 10px 10px 10px;
    }
}