@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('header.css');
@import url('footer.css');
@import url('index.css');
@import url('about.css');
@import url('howwork.css');
@import url('catalog.css');
@import url('catalog_dialog.css');
@import url('cart.css');
@import url('order.css');
@import url('media.css');

html {
scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
.page-header__link:hover, .page-header__link:focus {
    text-decoration: none;
    color: #fff;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
	list-style-type: none;
}
h2 {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  color: #222;
}
h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #222a32;
}
content {
	display:block;
	margin-top:95px;	
}
.page-info {
    padding-bottom: 60px;
}
.page-info .title {
	margin-bottom:20px;
}
.page-info p {
	margin-bottom:20px;
}
/*#bx-panel-back, #bx-panel {
    display: none !important;
}*/
.modal-trigger-home:hover {
    color: #fff;
    text-decoration: none;
}

.b24-widget-button-pulse-animate {
    display: none;
}
.bx-composite-btn {
	display:none;
}
.main_h1 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
}
.slider_bottom .main_h1 {
    text-align: center;
}
.main_block1 {
    margin-bottom: 60px;
}
.main_text {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}
.main_block3, .main_block4 {
    margin-top: 40px;
}
#second_splide, #third_splide {
    margin-top: 60px;
    margin-bottom: 20px;
}
.main_a {
    font-weight: bold;
    display: inline-block;
    margin: 20px 0 0;
    color: #222;
    font-size: 14px;
    position: relative;
    background: transparent;
    transition: 0.3s;
    padding: 0;
    width: auto;
    text-align: left;
    border-radius: 0;
}
.main_a:hover {
    background-color: transparent;
    color: #222;
}
.main_a:after {
    content: "→";
    position: absolute;
    right: -40px;
    top: -4px;
    width: 30px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s;
}
.main_a:hover::after {
    right: -50px;
    transition: all 0.5s;
}
#block__sliders2 .splide__arrows, #block__sliders .splide__arrows {
    display: block;
    top: 350px;
    position: relative;
}
#second_splide .splide__pagination {
    top: auto;
    bottom: 60px;
}
#third_splide .splide__pagination {
    top: auto;
    bottom: 65px;
}
#second_splide .splide__arrows, #third_splide .splide__arrows {
    display: block;
    top: 400px;
    position: relative;
}
#second_splide .splide__arrow--prev, #third_splide .splide__arrow--prev {
    left: -6em;
    border: 1px solid #999;
}
#block__sliders2 .splide__arrow--prev, #block__sliders2 .splide__arrow--next, #block__sliders .splide__arrow--prev, #block__sliders .splide__arrow--next {
    border: 1px solid #999;
}
#second_splide .splide__arrow--next, #third_splide .splide__arrow--next {
    right: -6em;
    border: 1px solid #999;
}
#second_splide .splide__arrow svg, #third_splide .splide__arrow svg, #block__sliders2 .splide__arrow svg, , #block__sliders .splide__arrow svg {
    fill: #000;
}
.main_img {
    display: flex;
    gap: 5px;
}
.main_img_block_50 {
    width: 50%;
}
.right_a {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    margin-bottom: 20px;
}
img.main_img_block {
    width: 100%;
}
.o_block1 {
    margin-top: 30px;
}
.o_block2 {
    margin: 100px auto;
}
.o_block2 img {
    width: 100%;
}
.bx-catalog-element .container {
    /*padding: 0;*/
}
.bx-title {
    margin: 0 0 40px 0;
    font-size: 22px;
    font-weight: 500 !important;
}
.detail_pic img {
    width: 100%;
}
.more_photo {
    margin: 60px auto;
}
.more_photo_two {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}
.more_photo_two__left, .more_photo_two__right {
    width: 50%;
}
.more_photo_text {
    background-color: #eee;
    padding: 40px;
}
.more_photo_img {
    display: block;
    width: 100%;
    height: 100%;
}
.more_photo_two__left .more_photo_img, .more_photo_two__right .more_photo_img, .more_photo_two__right .more_photo_text, .more_photo_one .more_photo_img {
    min-height: 800px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
a.more_photo_img:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow_open.svg);
}
.more_photo_one {
    margin-bottom: 40px;
}
#splide_gallery {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 99999999999;
    overflow: hidden;
}
#splide_gallery .splide__arrows {
    display: block; 
    top: 50vh;
    position: relative;
}
#splide_gallery #splide1 {
    margin: 0;
    width: 100vw;
    height: 100vh;
    visibility: visible;
}
#splide_gallery .splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
#splide1 .splide__slide {
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    background-color: #000 !important;
}
#splide_gallery img {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}
#splide_gallery .splide__arrow svg {
    fill: #fff;
    height: 1.2em;
    width: 1.2em;
}
#splide_gallery__close {
    position: absolute;
    top: 4vh;
    right: 4vw;
    background-color: #00000099;
    color: #eee;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    background-image: url(/images/close.svg);
    backdrop-filter: blur(5px);
    transition: background 0.3s;
    cursor: pointer;
    user-select: none;
}
.catalog-section .product-item-image-wrapper {
    padding-top: 70%;
}
.catalog-section {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}
.overflow_hidden {
    overflow: hidden;
}
#splide1 .splide__arrow.splide__arrow--next {
    right: 4vw;
    opacity: 1;
    background: #00000038;
    width: 50px;
    height: 50px;
    border: 2px solid #eee;
    color: #eee;
    backdrop-filter: blur(5px);
    transition: background 0.3s;
}
#splide1 .splide__arrow.splide__arrow--prev {
    left: 4vw;
    opacity: 1;
    background: #fff;
    width: 50px;
    height: 50px;
    background-image: url(/images/left_arrow.svg);
    background-color: #00000038;
    backdrop-filter: blur(5px);
    transition: background 0.3s;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
#splide2 .splide__pagination {
    display: none;
}
#splide2 .splide__slide img {
    width: 100%;
}
div#splide2 {
    margin-bottom: 140px;
}
.bx-catalog-element {
    background: #fff;
}
.more_elements {
    margin-top: 40px;
    gap: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px;
}
.more_elements a img {
    width: 270px;
}
.more_elements a span {
    color: #222;
    margin-bottom: 20px;
    display: block;
}
.more_elements a:hover {
    text-decoration: none;
}
#block__sliders {
    margin-top: 40px;
}
.design_main_text {
    font-size: 16px;
}
.design_h1 {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 40px;
}
.pict_img {
    display: flex;
    justify-content: center;
}
.design_rost {
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    margin: 80px auto;
}
.product-item-image-wrapper {
    padding-top: 50%;
}
.product-item-title {
    text-align: center;
}
.product-item-button-container {
    display: none;
}
#splide_gallery_bottom .splide__arrows {
    display: block;
    position: relative;
    top: 400px;
}
#splide_gallery_bottom .splide__arrow--prev {
    left: 65em;
    border: 1px solid #999;
}
#splide_gallery_bottom .splide__arrow--next {
    right: 65em;
    border: 1px solid #999;
}
#splide_gallery_bottom .splide__arrow svg {
    fill: #000;
}
#design_gallery .splide__pagination {
    top: 2vw;
}
#design_gallery .splide__arrows {
    display: block;
    position: relative;
    top: 400px;
}
#design_gallery .splide__arrow--prev {
    left: -6em;
    border: 1px solid #999;
}
#design_gallery .splide__arrow--next {
    right: -6em;
    border: 1px solid #999;
}
#design_gallery .splide__arrow svg {
    fill: #000;
}
.bx-soa-cart-total-line-total-2 {
    display: none;
}
#PERSON_TYPE_2 + label {
    display: none !important;
}
#block__sliders2 {
    position: relative;
}
#block__sliders a.modal-trigger-home_main, #block__sliders2 a.modal-trigger-home_main2 {
    position: absolute;
    left: 69vw;
    top: 30px;
    transition: .1s;
    z-index: 9;
    opacity: 0;
}
#block__sliders:hover a.modal-trigger-home_main, #block__sliders2:hover a.modal-trigger-home_main2 {
    transition: .3s;
    opacity: 1;
}
.catalog_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.catalog_ul li a {
    display: block;
    color: #222;
}
.catalog_ul li a img {
    width: 100%;
}
.catalog_ul li a span {
    display: block;
    padding: 5px 0;
    font-weight: 500;
}





