@font-face {
  src: url("../fonts/FormaDJRCyrillicVariable-VF-Testing.woff2") format("woff2"),
    url("../fonts/FormaDJRCyrillicVariable-VF-Testing.woff") format("woff");
  font-family: "Forma DJR Cyrilic Variable";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/FormaDJRCyrillicVariable-VF-Testing.woff2") format("woff2"),
    url("../fonts/FormaDJRCyrillicVariable-VF-Testing.woff") format("woff");
  font-family: "Forma DJR Cyrillic Variable";
  font-style: normal;
  font-weight: normal;
}

input {
  border-radius: 0;
}

:root {
  --light-grey: #eee;
  --black: #2d2d2d;
  --mid-grey: #949598;
}

.swiper {
  max-width: 100%;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  background: #e0e8ec;
}

::-webkit-scrollbar-thumb {
  background: #2d2d2d;
}

html,
body {
  font-family: Inter, serif;
}

body {
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

.container {
  margin: auto;
  padding: 0 50px;
}

.main_wrapper {
  width: 100%;
  margin: 0 auto;
  /* overflow: clip; */
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

footer {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1440px;
    padding: 0 50px;
    border-radius: 24px;
  }

  .main_wrapper {
    max-width: 1440px;
  }

  footer {
    max-width: 1440px;
  }
}

.container .row {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}

.row .half_column {
  width: 25%;
  flex: 0 0 auto;
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.row .half_column.left {
  position: relative;
}

.row .half_column.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 140px);
  position: absolute;
  left: -50%;
  top: -70px;
}

.row .column_2 {
  padding: 0 50px;
  width: 50%;
  flex: 0 0 auto;
  max-width: 50%;
}

.column_2 .marq {
  max-width: 450px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.row .ultrawide_column {
  width: 100%;
}

.row .column_2.left {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .about_saloon .column_2.left {
    position: relative;
    padding-left: 130px;
    padding-right: 130px;
  }
}

.row .column_2.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 210px);
  position: absolute;
  left: 0;
  top: -105px;
}

.archive_brand_block .row .column_2.left:before {
  left: -1px;
}

.row .wide_column {
  margin-left: 12.5%;
  width: 75%;
}

.row .centered_column {
  width: 75%;
  flex: 0 0 auto;
  margin: auto;
}

.row .column {
  width: 25%;
  padding: 0 50px;
  flex: 0 0 auto;
}

.row .big_column {
  width: 75%;
  padding: 0 50px;
  flex: 0 0 auto;
  position: relative;
}

.row .big_column.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 100px);
  position: absolute;
  left: 0;
  top: -50px;
}

.row .column_third {
  width: 37.5%;
  flex: 0 0 auto;
  padding: 0 50px;
}

.row .column_third.left {
  position: relative;
}

.row .column_third.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 250px);
  position: absolute;
  left: 0;
  top: -120px;
}

.row .col_wrap {
  width: 100%;
  height: 100vh;
}

header {
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #eee;
}

header .container {
  padding: 0 50px;
}

header .container .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
  height: 100%;
  /* align-items: center; */
}

header .left {
}

header .left a {
}

header .left a svg {
  height: 100%;
  max-width: 129px;
  width: 129px;
}

header .right {
  display: flex;
  align-items: center;
  height: 100%;
}

header .right .burger {
  display: flex;
  position: relative;
  z-index: 3;
}

/* header .right .burger.active svg {
    transform: rotate(45deg);
  } */
header .right .burger svg {
}

header .right .burger svg {
  transition: 0.3s;
}

header .drop_menu {
  position: fixed;
  width: 50%;
  padding: 142px 40px 30px 40px;
  background: #2d2d2d;
  right: -50%;
  top: 0;
  pointer-events: none;
  height: 100%;
  transition: 0.8s ease;
  transition-delay: 0s;
  z-index: 999;
}

header .drop_menu .container {
  padding: 0;
}

header .drop_menu.active {
  pointer-events: auto;
  right: 0;
  transition: 0.8s ease;
}

header .drop_menu .menu_column {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

header .drop_menu .menu_column ul {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
}

header .drop_menu .menu_column ul li {
}

header .drop_menu .menu_column ul li a {
  width: 170px;
  display: flex;
  /* 122.222% */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .drop_menu .menu_column ul li.menu-item-has-children a:first-of-type {
}

header .drop_menu .menu_column ul li a:after {
  background: url(../img/plus_menu.svg) no-repeat;
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  background-position: center;
}

main {
}

main .first_screen {
  position: relative;
}

main .first_screen .img_block {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .second_screen {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

main .second_screen .left {
  position: relative;
}

main .second_screen .column_2.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 340px);
  position: absolute;
  left: 0;
  top: -170px;
}

main .second_screen .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  row-gap: 20px;
}

main .second_screen .wrap .top {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

main .second_screen .wrap .bottom {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

main .second_screen .wrap .bottom .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 10px;
}

main .second_screen .wrap .bottom .title a {
  color: #000;
  border-bottom: 1px solid;
  transition: 0.3s;
  max-width: fit-content;
}

main .second_screen .wrap .bottom .title a:hover {
  color: #fff;
  background: #2d2d2d;
}

main .contacts_section {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

main .contacts_section .row .row_col_contact {
  max-width: 50%;
  flex: 0 0 50%;
}

main .contacts_section .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black, #2d2d2d);
  transition: 0.5s;
  padding: 80px 260px;
  background: transparent;
  position: relative;
}

main .contacts_section .link::before {
  content: "";
  background: var(
    --Radial,
    radial-gradient(
      49.17% 49.17% at 50% 50.83%,
      #d4d4d4 2%,
      #727272 48.5%,
      #535353 62.7%,
      #292929 78.94%,
      #1f1f1f 84.46%,
      #0d0d0d 93.5%,
      #000 100%
    )
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}

main .categories_slider {
  overflow: hidden;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

main .categories_slider .row .row_col_categories {
  margin-left: 40px;
  width: 100%;
  max-width: calc(100% - 40px);
  padding-block: 50px;
}

main .categories_slider .cotegories_swiper {
  overflow: visible;
}

main .categories_slider .cotegories_swiper .swiper-slide {
  max-width: fit-content;
}

main .categories_slider .cotegories_swiper .item {
  width: 392px;
  display: flex;
  flex-direction: column;
}

main .categories_slider .cotegories_swiper .item .img {
  aspect-ratio: 392/600;
  width: 100%;
  max-height: 600px;
}

main .categories_slider .cotegories_swiper .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .categories_slider .cotegories_swiper .item .title {
  color: #000;
  transition: 0.3s;
  margin-top: 30px;
}

main .about_collection {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

main .about_collection.other_collection {
  overflow: hidden;
  /* height: 900px; */
}

main .about_collection .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

main .about_collection .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main .about_collection .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 440px;
  row-gap: 20px;
}

main .about_collection .wrap .collection_logo {
  max-width: 332px;
  display: flex;
  max-height: 80px;
}

main .about_collection .wrap .collection_logo img,
main .about_collection .wrap .collection_logo svg {
  width: 100%;
  height: auto;
}

main .about_collection .wrap .collection_descr {
  text-align: center;
  color: #2d2d2d;
  order: 2;
  display: none;
}
main .about_collection .collection_descr_left {
  margin-top: 20px;
}

main .about_collection .wrap .designer_block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}

main .about_collection .wrap .designer_inform {
  text-align: center;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

main .about_collection .wrap .designer_block .photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

main .about_collection .wrap .designer_block .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .about_collection .wrap .designer_block .position {
  color: var(--mid-grey, #949598);
  text-align: center;
}

main .about_collection .wrap .designer_block .name {
  color: var(--black, #2d2d2d);
  text-align: center;
}

main .products_slider_block {
  overflow: hidden;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

main .products_slider_block .products_title,
main .categories_slider .categories_slider_title {
  color: var(--black, #2d2d2d);
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

main .categories_slider .categories_slider_title .title,
main .products_slider_block .products_title .title {
  display: flex;
  margin-inline: auto;
}

main .products_slider_block .products_title:after,
main .categories_slider .categories_slider_title::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  background: #eee;
  left: 0;
}

main .categories_slider .categories_slider_title .cot_btn_prev,
main .categories_slider .categories_slider_title .cot_btn_next {
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  background: #eee;
  border-radius: 50%;
}

main .products_slider_block .products_title .products-button-prev,
main .products_slider_block .products_title .products-button-next {
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  background: #eee;
  border-radius: 50%;
}

main .products_slider_block .products_swipe {
  overflow: visible;
}

.product_element {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  height: 100%;
}

.product_element::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #eee;
}

.product_element .img {
  overflow: hidden;
  aspect-ratio: 1/1;
}

.product_element .img img {
  object-fit: cover;
  transition: 0.6s;
  width: 100%;
  height: 100%;
}

.product_element .img.croped {
  min-height: auto;
  aspect-ratio: 1/1;
}

.product_element .img.croped img {
  height: auto;
}

.product_element .meta {
  display: flex;
  flex-direction: column;
}

.product_element .meta .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-height: 52px;
}

.product_element .meta .price {
  color: var(--mid-grey, #949598);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: auto;
}

main .trussardi_section {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

main .trussardi_section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  padding-block: 17px;
  margin-bottom: 50px;
}

main .trussardi_section_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

main .trussardi_section_title .prev-gall,
main .trussardi_section_title .next-gall {
  display: none;
}

main .trussardi_section .wide_column {
  margin: 0;
  padding: 0 50px;
  margin-bottom: 30px;
  width: 100%;
}

main .trussardi_section .img {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

main .trussardi_section .img img {
  transition: 0.6s;
}

footer {
  /* margin-top: 50px; */
  padding-top: 100px;
  /* border-top: 1px solid #EEE; */
  padding-bottom: 20px;
  position: relative;
}

footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: -1px;
  left: 0;
}

footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}

footer .wrap address {
  color: var(--black, #2d2d2d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

footer .wrap .phone {
  color: var(--black, #2d2d2d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: fit-content;
  transition: 0.3s;
  margin-top: auto;
}

footer .social {
  height: 100%;
}

footer .social ul,
.column_brans_list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

footer .social ul li {
}

footer .social ul li a,
.column_brans_list li a {
  color: var(--black, #2d2d2d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s;
}

footer .copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: var(--black, #2d2d2d);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

footer .copy a {
  color: var(--black, #2d2d2d);
  transition: 0.3s;
}

.product_card {
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.product_card .gallery {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 20px;
  position: relative;
}

.product_card .row .column_2.left:before {
  content: "";
  background: #eee;
  width: 1px;
  height: calc(100% + 90px);
  position: absolute;
  left: 0;
  top: -40px;
}

.product_card .gallery .gallery_item img {
  width: 100%;
  height: auto;
}

/* .product_card .wrap {
  position: sticky;
  top: 40px;
  margin-top: -40px;
  padding-top: 40px;
  margin-bottom: -50px;
  padding-bottom: 50px;
  margin-right: -50px;
  padding-right: 50px;
  margin-left: -50px;
  padding-left: 50px;
  } */

.product_card .wrap .descr_block {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 1;
  background: #fff;
  height: 100%;
  transition: 0.3s;
  padding: 0 50px;
}

.product_card .wrap .descr_block.active {
  right: -1px;
}

.product_card .wrap .descr_block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.product_card .wrap .descr_block .top .title {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .descr_block .top .close {
}

.product_card .wrap .descr_block .top .close svg {
}

.product_card .wrap .descr_block .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_card .wrap .descr_block .content p {
  color: var(--black, #2d2d2d);
  /* 14 */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .meta_product .line {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid var(--light-grey, #eee);
  gap: 20px;
}

.product_card .wrap .meta_product .line.line_block {
  /* display: block; */
  max-width: 100%;
  width: 100%;
}

.product_card .wrap .meta_product .line .title {
  min-width: 205px;
  max-width: 205px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .meta_product .line .value {
  width: auto;
  padding-right: 8px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .meta_product .line .value a {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.product_card .wrap .meta_product .line .value p {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--black, #2d2d2d);
}

.product_card .wrap .meta_product .line.attr_selector .value .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 85px;
  cursor: pointer;
}

.product_card .wrap .meta_product .line.attr_selector .value .item .img {
  padding: 3px;
}

.product_card .wrap .meta_product .line.attr_selector .value .item .img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.product_card .wrap .meta_product .line.attr_selector .value .item .tit {
  color: var(--black, #2d2d2d);
  /* 13 */
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.product_card .wrap .buttons {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.product_card .wrap .buttons_wrap {
  display: flex;
  padding-block: 30px;
  gap: 20px;
  border-bottom: 1px solid #eee;
}

.product_card .wrap .buttons_wrap .title {
  min-width: 205px;
  max-width: 205px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .buttons_wrap .buttons_wrap_block {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

.product_card .wrap .buttons_wrap .buttons_wrap_block_cost {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.product_card .wrap .buttons_wrap .compl {
  width: 100%;
  flex: 0 0 100%;
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product_card .wrap .buttons_wrap .amount {
  width: 130px;
  min-width: 130px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .buttons .title {
  max-width: 205px;
  min-width: 205px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card .wrap .buttons .vals {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product_card .wrap .buttons a {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: fit-content;
  padding-bottom: 1px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  column-gap: 10px;
}

.product_card .wrap .buttons a span {
  border-bottom: 1px solid;
}

.product_card .wrap .buttons a:hover {
  opacity: 0.5;
}

.product_card .wrap .request_price {
  /* margin-top: 22px; */
  display: flex;
  width: fit-content;
  color: #2d2d2d;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 4px 19px 6px 19px;
  border: 1px solid #2d2d2d;
  transition: 0.3s;
}

.brand_block_product {
  padding: 0 0 50px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.brand_block_product .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  row-gap: 40px;
}

.brand_block_product .wrap .logo {
  max-width: 240px;
  height: auto;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}

.brand_block_product .wrap .logo svg {
  width: 100%;
  height: auto;
  max-height: 100px;
}

.brand_block_product .wrap .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.brand_block_product .wrap .text_link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 46px;
  margin-right: auto;
  row-gap: 10px;
}

.brand_block_product .wrap .text_link a {
  color: #949598;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  display: flex;
  max-width: fit-content;
  transition: 0.4s;
  text-underline-offset: 5px;
}

.brand_block_product .wrap .text_link a:hover {
  color: #2d2d2d;
}

.brand_block_product .wrap .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: inline;
}

/* .brand_block_product .wrap .text p:last-of-type {
    margin: 0;
  } */
/* .brand_block_product .wrap .text p:not(:first-child)~.readmore {
  
    display: inline;
  } */
.brand_block_product .wrap .text .readmore {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline;
  transition: 0s;
  position: relative;
  display: none;
}

/* .brand_block_product .wrap .text .readmore::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #949598;
  position: absolute;
  left: 0;
  bottom: 0;
  }
  
  .brand_block_product .wrap .text .readmore.close {
    display: inline;
    position: relative;
    opacity: 1;
    transition-delay: 0s;
  
  }
  
  .brand_block_product .wrap .text .readmore.close.active {
    position: relative;
    opacity: 1;
    transition-delay: .5s;
  }
  
  .brand_block_product .wrap .text .readmore.open {
    opacity: 1;
    transition: .4s;
    transition-delay: .5s;
    position: absolute;
  }
  
  .brand_block_product .wrap .text .readmore.open.active {
    opacity: 0;
    transition: 0s;
    transition-delay: 0s;
    position: absolute;
  }
  .brand_block_product .wrap .text p:last-of-type {
  display: inline;
  }
  
  .brand_block_product .wrap .text p:last-of-type {
  display: none;
  }
  
  .brand_block_product .wrap .text p.active,
  .brand_block_product .wrap .text p.active:first-child {
  display: block;
  }
  
  .brand_block_product .wrap .text p.active:last-of-type {
    display: inline;
  }
  .brand_block_product .wrap .text p:first-child {
  display: block;
  }
  
  .brand_block_product .wrap .text p:first-child:last-of-type + .readmore {
  display: none;
  } */

.designer_section {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.designer_section .designer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.designer_section .designer .photo {
  margin-bottom: 20px;
}

.designer_section .designer .photo img {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  object-fit: cover;
}

.designer_section .designer .position {
  color: var(--mid-grey, #949598);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.designer_section .designer .name {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.designer_section .text {
  display: flex;
  height: 100%;
  align-items: center;
}

.designer_section .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.info_slides {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 5;
  position: relative;
}

.info_slides .swiper {
  overflow: visible;
}

.info_slides .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
}

.info_slides .wrap:after {
  content: "";
  background: #eee;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 300%;
}

.info_slides .wrap .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.info_slides .wrap .swiper-button-next {
  height: 21px;
  width: 21px;
  right: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.info_slides .wrap .swiper-button-next:after {
  display: none;
}

.info_slides .wrap .swiper-button-prev {
  height: 21px;
  width: 21px;
  left: 18px;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.info_slides .wrap .swiper-button-prev:after {
  display: none;
}

.info_slides .swiper-slide:first-child .product_element {
  border-left: 1px solid var(--light-grey, #eee);
}

.swiper-button-lock {
  display: none !important;
}

#main {
  padding-top: 30px;
}

.woocommerce-breadcrumb {
  padding: 0 50px;
  color: #949598;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: lowercase;
  padding-top: 9px;
  padding-bottom: 9px;
}

.woocommerce-breadcrumb a {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.bread_wrap {
  border-bottom: 1px solid var(--light-grey, #eee);
}

/* .wrap_catalog {
  overflow: hidden;
  } */

.wrap_catalog .sidebar_filter {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 50px;
}

.wrap_catalog .wrap_all {
  width: 75%;
  flex: 0 0 75%;
  padding: 0 50px;
  padding: 0;
}

.wrap_catalog .wrap_all .products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-left: 1px solid var(--light-grey, #eee);
}

.wrap_catalog .wrap_all .products .product {
  flex: 0 0 33.3333333333333%;
  max-width: 33.3333333333333%;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.wrap_catalog .wrap_all .products .product.wide {
  flex: 0 0 50%;
  max-width: 50%;
}

.wrap_catalog .wrap_all .products .product.wide .product_element {
  padding-left: 90px;
  padding-right: 90px;
}

.wrap_catalog .wrap_all .products .product .product_element {
  height: 100%;
}

.wrap_catalog .woocommerce-pagination {
  width: calc(100% + 33%);
  padding: 15px 0;
  position: relative;
  margin-top: -1px;
  position: relative;
  left: -33%;
  margin-right: auto;
}

.wrap_catalog .woocommerce-pagination:before {
  content: "";
  height: 1px;
  width: 200vw;
  left: -100vw;
  position: absolute;
  top: 0;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.wrap_catalog .woocommerce-pagination:after {
  content: "";
  height: 1px;
  width: 200vw;
  left: -100vw;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.wrap_catalog .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 100%;
  align-items: center;
  gap: 12px;
}

.wrap_catalog .woocommerce-pagination .page-numbers li {
}

.wrap_catalog .woocommerce-pagination .page-numbers li .page-numbers {
  color: var(--black, #2d2d2d);
  /* menu */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 403;
  line-height: 17px;
  letter-spacing: 0.85px;
  text-transform: lowercase;
}

.wrap_catalog .woocommerce-pagination .page-numbers li .page-numbers.current {
  color: var(--mid-grey, #949598);
}

.wrap_catalog .woocommerce-pagination .page-numbers li .page-numbers.prev,
.wrap_catalog .woocommerce-pagination .page-numbers li .page-numbers.next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.wrap_catalog .wrap_all .products .product .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap_catalog .wrap_all .products .product.wide .img {
}

.wrap_catalog .wrap_all .products .product.wide .title {
  text-align: center;
}

.wrap_catalog .wrap_all .products .product.wide .price {
  text-align: center;
}

.wrap_catalog .wrap_all .products .product.wide .img img {
  height: 415px;
}

.wrap_catalog .wrap_all .products .product.wide .img.croped img {
  height: auto;
}

.woof_container {
  padding: 20px 0;
  margin: 0;
  position: relative;
}

.woof_container:after {
  content: "";
  border-bottom: 1px solid var(--light-grey, #eee);
  width: calc(100% + 100px);
  position: absolute;
  bottom: 0;
  right: -50px;
}

.woof_container_inner h4 {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 137.5% */
  margin-bottom: 0;
  flex: 0 0 100%;
  position: relative;
  cursor: pointer;
}

.woof_container_inner h4:after {
  content: "";
  background: url(../img/drop.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.woof_container_inner h4.active:after {
  transform: rotate(180deg);
}

.woof_childs_list_opener {
  /* display: none !important; */
}

woof_childs_list {
  width: 100%;
}

.woof_list label,
.woof_container label {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  /* 157.143% */
  padding: 0;
  margin: 0 !important;
  padding-left: 24px;
  position: relative;
  display: flex !important;
}

#woof_checkbox_instock {
  display: none;
}

.woof_childs_list {
  width: 100%;
  min-width: 100%;
}

.woof_list label:before,
.woof_container label:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid var(--black, #2d2d2d);
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.woof_childs_list_opener {
  margin-left: 10px !important;
  display: flex !important;
  align-items: center;
}

.woof_childs_list_opener span {
  background: url(../img/drop.svg) no-repeat !important;
  width: 8px;
  height: 8px;
  display: block;
  /* position: absolute; */
  /* right: 0; */
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.woof_childs_list_opener span.woof_is_opened {
  transform: rotate(180deg);
}

.woof_childs_list {
  padding: 0 0 0 24px !important;
}

.woof_childs_list_opener span.woof_is_closed {
}

.woof_list label:after,
.woof_container label:after {
  content: "";
  background: url(../img/vector.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 8px 6px;
  background-position: center;
  opacity: 0;
  transition: 0.5s;
}

ul.woof_list li {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

input.woof_checkbox_term,
input.woof_radio_term {
  display: none;
}

input.woof_checkbox_term:checked + label:after,
input.woof_radio_term:checked + label:after,
#woof_checkbox_instock:checked + label:after {
  opacity: 1;
}

.woof_container_inner {
  display: flex;
  flex-wrap: wrap;
}

.woof_reset_search_form {
  background: transparent;
  border: 0;
  color: var(--mid-grey, #949598);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  padding: 0;
  /* padding: 20px 0; */
  cursor: pointer;
  transition: 0.3s;
}

.woof_submit_search_form_container {
  margin: 0;
  padding: 0;
}

.woof_open_hidden_li_btn {
  color: var(--black, #2d2d2d);
  /* 14 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  border-bottom: 1px solid var(--black, #2d2d2d);
}

.woof_open_hidden_li {
  text-align: left;
}

.woof_open_hidden_li_btn {
  padding-left: 14px;
  display: flex;
  position: relative;
  margin-top: 8px;
  width: fit-content;
}

.woof_open_hidden_li_btn:before {
  content: "";
  background: url(../img/more.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.woof_list_checkbox {
  gap: 2px;
  display: flex;
  flex-direction: column;
}

.mobile_filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  gap: 6px;
  color: var(--mid-grey, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  width: fit-content;
  cursor: pointer;
}

.mobile_filter:after {
  content: "";
  border-bottom: 1px solid var(--light-grey, #eee);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  left: -100vw;
}

ul.woof_list {
  margin-top: 15px !important;
}

.mobile_filter:before {
  content: "";
  background: url(../img/plus.svg) no-repeat;
  width: 8px;
  height: 8px;
  order: 1;
  transition: 0.5s;
}

.mobile_filter.active:before {
  transform: rotate(45deg);
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.custom_fancybox .right_meta_fancybox {
  width: 100px;
  height: 100%;
  background: #fff;
}

.custom_fancybox .fancybox__toolbar {
  display: flex;
}

.custom_fancybox .fancybox__toolbar__column.is-right {
  flex-direction: column;
  height: 100dvh;
  width: 100px;
  background: #fff;
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 0;
  flex-basis: auto;
  padding: 40px 25px;
}

.custom_fancybox .f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  color: transparent;
  border-radius: 0px;
  border: none;
  transition: 0.3s;
}

.custom_fancybox .f-button[title="Close"] {
  margin-bottom: 60px;
}

.custom_fancybox .f-button svg {
  width: inherit;
  height: inherit;
  fill: var(--f-button-svg-fill);
  stroke: inherit;
  stroke-width: inherit;
  stroke-linecap: inherit;
  stroke-linejoin: inherit;
  transition: 0.3s;
  transform: none;
  filter: none;
  pointer-events: none;
}

.custom_fancybox .fancybox__backdrop {
  background: #fff;
}

.custom_fancybox .f-button:hover:not([disabled]) {
  color: none;
  opacity: 0.6;
  background: transparent;
}

.custom_fancybox .fancybox__infobar:not(:first-child):not(:last-child) {
  background: transparent;
  padding: 0;
  margin: 24px 0;
  box-shadow: none;
  filter: none;
  border: none;
  opacity: 1;
  text-shadow: none;
  color: #2d2d2d;
  text-align: center;
  /* 15 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
}

.custom_fancybox .fancybox__infobar span {
  box-shadow: none;
  filter: none;
  border: none;
  padding: 0;
  color: #2d2d2d;
  text-align: center;
  /* 15 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  /* 137.5% */
  text-shadow: none;
}

.custom_fancybox .fancybox__carousel {
  width: calc(100% - 100px);
}

.custom_fancybox .fancybox__caption {
  color: var(--Dark-grey, #858585);
  text-align: center;
  font-family: Pragmatica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  padding: 36px 0 0 0;
}

.custom_fancybox .fancybox__slide {
  padding: 30px 120px;
}

.custom_fancybox .fancybox__carousel {
  width: 100%;
  height: calc(100% - 54px);
}

.custom_fancybox .fancybox__toolbar__column.is-right {
  width: 100%;
  height: auto;
  padding: 17px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  border-right: none;
  position: relative;
  border-top: 1px solid #dedede;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 50px;
}

.custom_fancybox {
  height: 100dvh;
}

.custom_fancybox .f-button[title="Close"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 20px;
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  z-index: 10;
}

.custom_fancybox .f-button[title="Close"] svg {
  width: 14px;
  height: 14px;
}

.custom_fancybox .fancybox__infobar:not(:first-child):not(:last-child) {
  margin: 0;
  order: 2;
  color: var(--Black, #111);
  text-align: center;
  font-family: Pragmatica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.custom_fancybox .f-button[title="Next"] {
  order: 3;
}

.custom_fancybox .f-button[title="Prev"] {
  order: 1;
}

.custom_fancybox .fancybox__carousel {
  padding: 20px 0px 100px 0px;
  width: 100%;
  height: 100%;
}

.fancybox__nav .f-button:before,
.fancybox__nav .f-button::after {
  display: none;
}

.custom_fancybox .fancybox__slide {
  padding: 0 20px;
}

.custom_fancybox .fancybox__caption {
  color: var(--Dark-grey, #858585);
  text-align: center;
  font-family: Pragmatica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  padding: 22px 0 0 0;
}

.is-compact .fancybox__footer {
  bottom: 56px;
  background: transparent;
}

.overlay {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 75%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.18);
}

.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modals {
  background: white;
  text-align: center;
  padding: 35px 40px 40px 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 100vh;
  max-height: 660px;
  border-radius: 0;
}

.overlay .modals.open {
  opacity: 1;
  pointer-events: inherit;
}

.overlay .modals.open .content {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
}

.overlay .modals .content {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.overlay .modals .title {
  margin-top: 0;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 5;
  display: flex;
}

.close-modal svg path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #000;
}

.close-modal:hover svg path {
  fill: #fda109;
}

/* .overlay .modals {
    padding: 50px;
    padding-top: 40px;
  } */
.overlay .modals .top_block {
  width: 100%;
}

.overlay .modals .top_block .title {
  color: var(--black, #2d2d2d);
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.overlay .modals .info {
  width: 100%;
  height: 540px;
  max-height: 540px;
  margin-top: 12px;
}

.overlay .modals .info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay .modals .form {
  width: 100%;
}

.overlay .modals .form .lines {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.overlay .modals .form .lines .line {
  text-align: center;
}

.overlay .modals .form .lines .line input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  padding: 8px 0;
  outline: none;
}

.overlay .modals .form .lines .line input[type="submit"] {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  display: inline-flex;
  padding: 5px 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 220px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--black, #2d2d2d);
  margin-top: 15px;
  cursor: pointer;
  transition: 0.3s;
}

#price_request,
#remodal,
#price_reserve {
  max-width: 720px;
  height: auto;
}

#price_request .content,
#remodal .content,
#price_reserve .content {
  width: 100%;
  max-width: 360px;
  margin: auto;
}

#price_request .content .title,
#remodal .content .title,
#price_reserve .content .title {
  text-align: center;
  margin-bottom: 50px;
}

.archive_brand_block {
  overflow: hidden;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.archive_brand_block .column_2:first-of-type {
  padding: 0;
  height: 560px;
}

.archive_brand_block .column_2:first-of-type .img {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  height: 100%;
}

.archive_brand_block .column_2:first-of-type img {
  width: 50vw;
  max-width: 50vw;
  min-width: 50vw;
  height: auto;
  max-height: 560px;
  object-fit: cover;
}

.archive_brand_block .row .column_2.left {
  padding-top: 50px;
  padding-bottom: 50px;
}

.archive_brand_block .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.archive_brand_block .wrap .brand_logo {
  /* max-width:180px; */
  max-height: 80px;
}

.archive_brand_block .wrap .brand_logo img {
  height: auto;
  width: auto;
  height: 100%;
}

.archive_brand_block .text {
}

.archive_brand_block .text .more {
  display: inline-block;
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-top: 10px;
}

.archive_brand_block .text .more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #949598;
  position: absolute;
  bottom: 0;
  left: 0;
}

.archive_brand_block .text p {
  display: none;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.archive_brand_block .text p:first-child {
  display: block;
}

.archive_brand_block .text p:first-child:last-of-type + .more {
  display: none;
}

.modals .logo_brand {
  display: flex;
  height: 40px;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.modals .logo_brand svg,
.modals .logo_brand img {
  height: 100%;
  object-fit: contain;
  width: auto;
}

#brand_description.modals .info {
  height: 374px;
  /* overflow: auto; */
  max-height: 100%;
  padding-bottom: 10px;
}

#brand_description.modals .info p {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--black, #2d2d2d);
  padding-bottom: 15px;
}

.overlay .modals#brand_description {
  max-width: 820px;
}

.top_wrap_bread {
  padding-top: 35px;
}

.about_saloon {
  overflow: hidden;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.about_saloon .column_2 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.about_saloon .wrap {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}

.about_saloon .wrap p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.about_saloon .wrap .links {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}

.about_saloon .wrap .links a {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  border: 1px solid var(--black, #2d2d2d);
  padding: 5px 20px 7px 20px;
}

.about_saloon .img {
  display: flex;
  justify-content: center;
}

.about_saloon .img img {
}

.featured_brands {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}

.featured_brands .ultrawide_column {
  padding: 0 18px;
}

.featured_brands .ultrawide_column .swiper-wrapper {
  align-items: center;
}

.featured_brands .wrap {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.featured_brands .wrap:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 300vw;
  left: -100vw;
  bottom: 0;
  background: #eee;
}

.featured_brands .wrap .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

.featured_brands .wrap .buttons {
  display: flex;
  gap: 10px;
}

.featured_brands .wrap .buttons .brand-button-prev:after {
  display: none;
}

.featured_brands .wrap .buttons .brand-button-prev {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: #eee;
  border-radius: 50%;
  margin: 0;
}

.featured_brands .wrap .buttons .brand-button-next:after {
  display: none;
}

.featured_brands .wrap .buttons .brand-button-next {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: #eee;
  border-radius: 50%;
  margin: 0;
}

.featured_brands .brands_swiper {
  padding: 76px 0;
  overflow: visible;
}

.frontpage_feature.featured_brands .brands_swiper {
  padding: 45px 0;
}

.featured_brands .brands_swiper .swiper-slide {
  width: fit-content;
}

.featured_brands .brands_swiper .swiper-slide svg,
.featured_brands .brands_swiper .swiper-slide img {
}

.gallery_block_brands {
  padding-top: 50px;
}

.gallery_block_brands .row {
  row-gap: 50px;
  margin: 0 -55px;
}

.gallery_block_brands .column_2 {
  padding: 0 25px;
}

.gallery_block_brands .column_2 a {
}

.gallery_block_brands .column_2 a img {
  max-height: 805px;
  width: 100%;
  object-fit: cover;
}

.gallery_block_brands .ultrawide_column {
  padding: 0 25px;
}

.gallery_block_brands .ultrawide_column a {
}

.gallery_block_brands .ultrawide_column a img {
  max-height: 850px;
}

.about_section {
  padding-top: 30px;
}

.about_section .offset {
  margin-left: 50%;
}

.about_section .text {
  margin-bottom: 50px;
}

.about_section .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.about_section .col_wrap {
  height: auto;
  aspect-ratio: 1/0.5911;
}

.about_section .img_block {
  display: flex;
}

.about_section .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.5911;
}

.salons_page {
  overflow: hidden;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.salons_page a {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 70px 0;
}

.salons_page a .top {
  margin-top: 50px;
  color: var(--black, #2d2d2d);
  /* 15 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.salons_page a .top:after {
  background: url(../img/plus_menu.svg) no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}

.salons_page a .img {
  overflow: hidden;
}

.salons_page a .img img {
  transition: 0.8s;
}

.about_infoblock {
}

.about_infoblock .img {
  width: 460px;
  margin: auto;
  overflow: hidden;
}

.about_infoblock .img img {
  width: 100%;
  height: auto;
}

.callback_section .img {
  width: 460px;
  margin: auto;
  overflow: hidden;
}

.callback_section .img img {
  width: 100%;
  height: auto;
}

.about_gallery {
  padding-bottom: 50px;
  padding-top: 50px;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.about_gallery .ultrawide_column {
  padding: 0 50px;
}

.about_gallery .img {
}

.about_gallery .img img {
  width: 100%;
}

.about_gallery .prev-gall {
  width: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
}

.about_gallery .prev-gall svg {
  width: 100%;
}

.about_gallery .prev-gall:after {
  display: none;
}

.about_gallery .next-gall {
  width: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  left: auto;
}

.about_gallery .next-gall svg {
}

.about_gallery .next-gall:after {
  display: none;
}

.about_infoblock {
  overflow: hidden;
  position: relative;
  /* border-bottom: 1px solid var(--light-grey, #EEE); */
  margin-bottom: 0px;
}

.about_infoblock.infobottom {
  margin: 0;
  border-bottom: 0;
}

.about_infoblock .column_2:nth-child(even):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 300vw;
  left: -100vw;
  background: #eee;
  height: 1px;
}

.about_infoblock .column_2 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.about_infoblock .imgs {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  width: 450px;
  margin: auto;
}

.about_infoblock .imgs .img {
  width: 200px;
  height: auto;
  height: 104px;
  display: flex;
  align-items: center;
}

.about_infoblock .imgs .img svg {
  max-width: 100%;
}

.about_infoblock .imgs .img img {
}

.about_infoblock .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}

.about_infoblock .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.request_section {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.request_section .column_2.left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.request_section .column_2 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.request_section .title {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  padding: 15px 0;
  background: #fff;
  position: relative;
  z-index: 5;
}

.request_section .title:after {
  content: "";
  height: 1px;
  left: -100vw;
  width: 300vw;
  bottom: 0;
  background: #eee;
  position: absolute;
}

.request_section .img {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: auto;
}

.request_section .img img {
}

.request_section .lines {
  width: 460px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.request_section .lines .line {
}

.request_section .lines .line input {
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  padding-left: 0;
  border: 0;
  border-bottom: 1px solid var(--black, #2d2d2d);
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
  margin-top: 8px;
  outline: none;
}

.request_section .lines .text {
}

.request_section .lines .text p {
  color: var(--mid-grey, #949598);
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.request_section .lines .submit {
}

.request_section .lines .submit input {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  margin: auto;
  display: flex;
  border: 1px solid var(--black, #2d2d2d);
  background: transparent;
  padding: 5px 20px 7px 20px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.4s;
}
.request_section .lines .submit input:hover {
  color: #fff;
  background: #2d2d2d;
}
.studio_block {
  border-bottom: 1px solid var(--light-grey, #eee);
}

.studio_block .column_2 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.studio_block .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.studio_block .wrap .title {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.studio_block .wrap .bottom {
  display: flex;
  gap: 120px;
  align-items: flex-end;
}

.studio_block .wrap .bottom .arch_info {
}

.studio_block .wrap .bottom .arch_info .photo {
}

.studio_block .wrap .bottom .arch_info .photo img {
  width: 140px;
  min-width: 140px;
  height: 140px;
}

.studio_block .wrap .bottom .arch_info .position {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin-top: 30px;
}

.studio_block .wrap .bottom .arch_info .name {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

.studio_block .wrap .bottom .info {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.studio_block .wrap .bottom .info p {
  margin-bottom: 1rem;
}

.studio_block .wrap .bottom .info ul {
  padding-left: 17px;
  margin: 0;
}

.studio_block .wrap .bottom .info ul li {
}

.studio_block .left img {
  margin: auto;
  width: 460px;
}

.team_section {
  border-bottom: 1px solid var(--light-grey, #eee);
  overflow: hidden;
}

.team_section .column_2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.team_section .team_photo {
  width: 75%;
  margin: auto;
}

.team_section .team_photo img {
}

.team_section .text_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team_section .text_block .title {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.team_section .text_block .text {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.team_section .text_block .text p {
  margin-bottom: 1rem;
}

.team_section .text_block .text p:last-child {
  margin: 0;
}

.callback_section {
  padding: 105px 0;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.callback_section .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 1rem;
}

.callback_section .text p:last-child {
  margin: 0;
}

.callback_section .links {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.callback_section .links a {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 20px 7px 20px;
  border: 1px solid var(--black, #2d2d2d);
}

.about_img_section {
  /* margin-bottom: -100px; */
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.about_img_section img {
  width: 100%;
  height: auto;
}

.contacts_page {
  overflow: hidden;
}

.contacts_page .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  max-width: 490px;
}

.contacts_page .wrap .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}

.contacts_page .wrap .lines {
}

.contacts_page .wrap .lines .line {
  margin-top: 30px;
}

.contacts_page .wrap .lines .line:first-child {
  margin-top: 0;
}

.contacts_page .wrap .lines .line input {
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--black, #2d2d2d);
  width: 100%;
  padding-bottom: 6px;
  padding-top: 6px;
  outline: none;
}

.contacts_page .wrap .lines .text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contacts_page .wrap .lines .text p {
  margin: 0;
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contacts_page .wrap .lines .submit {
}

.contacts_page .wrap .lines .submit input {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  padding: 5px 20px 7px 20px;
  border: 1px solid var(--black, #2d2d2d);
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.contacts_page .left {
  padding: 0;
}

.contacts_page .left img {
}

.contact_info {
  border-top: 1px solid var(--light-grey, #eee);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--light-grey, #eee);
}

.contact_info .title {
  padding: 15px 0;
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.contact_info .title:after {
  content: "";
  background: #eee;
  height: 1px;
  width: 300vw;
  left: -100vw;
  display: block;
  position: absolute;
  bottom: 0;
}

.contact_info .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_info .wrap .img {
}

.contact_info .wrap .img img {
  width: 100%;
}

.contact_info .wrap .title {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact_info .wrap .title:after {
  display: none;
}

.contact_info .wrap .text {
  margin-bottom: 40px;
}

.contact_info .wrap .text p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.contact_info .wrap .links {
  display: flex;
  gap: 20px;
  margin-top: auto;
}

.contact_info .wrap .links a {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  padding: 5px 20px 7px 20px;
  border: 1px solid var(--black, #2d2d2d);
  transition: 0.3s;
}

.about_img_section .ultrawide_column {
  padding-left: 50px;
  padding-right: 50px;
}

.archive_posts {
  position: relative;
  overflow: hidden;
}

.archive_posts .post {
  padding: 50px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid var(--light-grey, #eee);
  position: relative;
  height: 100%;
}

.archive_posts .post:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -100vw;
  height: 1px;
  display: block;
  background: #eee;
  width: 300vw;
}

.archive_posts .post .img {
  overflow: hidden;
}

.archive_posts .post .img img {
  transition: 0.8s;
}

.archive_posts .post .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  margin-bottom: 0;
  transition: 0.3s;
}

.archive_posts .post.ultrawide_column .title {
  max-width: calc(50% - 50px);
}

.archive_posts .post a.more {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: fit-content;
  position: relative;
  transition: 0.3s;
}

.archive_posts .post a.more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2d2d2d;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.single_page {
}

.single_page .ultrawide_column {
  padding: 0 50px;
  padding-top: 30px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}

.single_page .post_image {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
  overflow: hidden;
  aspect-ratio: 1/0.5157;
  position: relative;
}

.single_page .post_image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.single_page .post_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured_brands .ultrawide_column .swiper-wrapper {
  transition-timing-function: linear;
}

main .trussardi_section .swiper-button-next {
  right: 50px;
  margin: auto;
  top: 0;
  bottom: 0;
}

main .trussardi_section .swiper-button-prev {
  margin: auto;
  left: 50px;
  top: 0;
  bottom: 0;
}

main .trussardi_section .swiper-button-next:after,
main .trussardi_section .swiper-button-prev:after {
  display: none;
}

.frontpage_gallery {
  padding: 0 80px;
  overflow: hidden;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.other_collection_swipe .container {
  position: relative;
  height: 100%;
}

.other-next {
  right: 40px;
}

.other-prev {
  left: 40px;
}

.other_collection_swipe {
  overflow: visible;
  height: 100%;
  padding-block: 50px;
}

.other_collection_swipe .swiper-slide {
  height: auto;
}

.other_collection_swipe .container .row {
  height: 100%;
}

.other_collection_swipe .row .column_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}

.other_collection_swipe .row .column_2.left:before {
  height: calc(100% + 100px);
  top: -50px;
}

.wpcf7-spinner {
  position: absolute;
}

.gallery_block_brands {
  overflow: hidden;
}

.products_slider_block .centered_column {
  width: 100%;
  margin: 0;
}

.first_screen .row .col_wrap {
  max-width: 50%;
  min-height: 650px;
}

.first_screen .row .col_wrap .swiper {
  height: 100%;
  width: 100%;
}

.first_screen .row .col_wrap .swiper .image {
  width: 100%;
  height: 100%;
}

.first_screen .row .col_wrap .swiper .image video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.first_screen .row .col_wrap .swiper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper_index_left .swiper-wrapper {
  transition: 2s cubic-bezier(0.7, 0.045, 0.455, 1);
}

.swiper_index_right .swiper-wrapper {
  transition: 2s cubic-bezier(0.7, 0.045, 0.455, 1);
}

main .categories_slider .cotegories_swiper .swiper-slide .img {
  overflow: hidden;
}

main .categories_slider .cotegories_swiper .swiper-slide .img img {
  transition: 0.8s;
}

main .categories_slider .cotegories_swiper .swiper-slide:hover .img img {
  transform: scale(1.03);
}

main .second_screen .img {
  overflow: hidden;
  aspect-ratio: 656/820;
  max-height: 820px;
  width: 100%;
  height: 100%;
}

main .second_screen .img img {
  transition: 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .second_screen .img:hover img {
  transform: scale(1.03);
}

.woof_products_top_panel {
  display: none !important;
}

.products_swipe .swiper-slide {
  height: auto;
}

.woof_submit_search_form_container {
  position: absolute;
}

.woof_reset_search_form:hover {
  color: #6a6a6a;
}

.sidebar_filter .woof_submit_search_form_container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.first_screen .row .col_wrap .swiper_index_left .image img {
  object-position: center right;
}

.first_screen .row .col_wrap .swiper_index_right .image img {
  object-position: center left;
}

header .drop_menu .menu_column {
  max-width: 100%;
}

header .drop_menu .menu_column ul {
  flex-direction: column;
  column-gap: 0;
  row-gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
}

header .drop_menu .menu_column ul.sub-menu {
  display: none;
  padding-left: 30px;
  margin-top: 7px;
}

header .drop_menu .menu_column ul.sub-menu li {
  margin-bottom: 7px;
}

header .drop_menu .menu_column ul.sub-menu li:last-of-type {
  margin-bottom: 0px;
}

header .drop_menu .menu_column ul.sub-menu li a {
  color: #6c6c6c;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  opacity: 1;
}

header .drop_menu .menu_column ul.sub-menu li a:hover {
  color: #fff;
}

header .drop_menu .menu_column ul li a {
  width: auto;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 65% */
  opacity: 0.3;
  /* 65% */
  transition: 0.3s;
  line-height: 50px;
}

header .drop_menu .menu_column ul li a.dropdown {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  max-width: fit-content;
}

header .drop_menu .menu_column ul li a.dropdown:after {
  content: "";
  display: flex;
  position: relative;
  background: url(../img/drops.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-top: 6px;
  transition: 0.3s;
}

header .drop_menu .menu_column ul li.custom-link a.dropdown:after {
  display: none;
}

header .drop_menu .menu_column ul li a.dropdown.active:after {
  transform: rotate(180deg);
}

header .drop_menu .menu_column ul li.current-menu-item a:hover {
  transform: translateX(0px);
}

header .drop_menu .menu_column ul li a:after {
  display: none;
}

.drop_menu .container {
  height: 100%;
}

.drop_menu .container .row {
  height: 100%;
}

/* header .drop_menu .menu_column ul li.current-menu-item a {
  color: #fff;
  opacity: 1;
  } */

header .drop_menu .hover_column {
  display: flex;
  align-items: center;
  height: 100%;
}

header .drop_menu .hover_column .item {
  height: 100%;
  max-height: 770px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

header .drop_menu .hover_column .item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  /* transition: .6s; */
}

header .drop_menu .hover_column .item .image.active {
  opacity: 0;
}

header .drop_menu .hover_column .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tax-pwb-brand .woof_container_pwb-brand {
  display: none;
}

header .drop_menu::-webkit-scrollbar {
  width: 0px;
}

.brand-button-prev,
.brand-button-next {
  display: none;
}

.trussardi_section .logo {
  width: 100%;
  max-width: 242px;
  max-height: 80px;
}

.trussardi_section .logo svg {
  width: 100%;
  height: auto;
}

main .trussardi_section {
  padding: 0px;
}

.trussardi_section .wrap {
  padding-bottom: 50px;
}

.trussardi_section .swiper-slide {
  height: auto;
}

.trussardi_mobile_btn {
  border-bottom: 1px solid;
  transition: 0.3s;
  max-width: fit-content;
  color: #000;
  display: none;
}

.trussardi_mobile_btn:hover {
  color: #fff;
  background: #2d2d2d;
}

main .contacts_section .link:hover {
  color: #fff;
}

main .contacts_section .link:hover::before {
  opacity: 1;
}

svg line {
  transition: 0.5s;
}

main .contacts_section .link:hover svg line {
  stroke: #fff;
}

svg path {
  transition: 0.3s;
}

.products-button-next,
.products-button-prev {
  transition: 0.3s;
}

main .categories_slider .cotegories_swiper .item:hover .title {
  color: #949598;
}

.salons_page a:hover .top {
  opacity: 0.7;
}

.salons_page a:hover .img img {
  transform: scale(1.03);
}

.archive_posts .post:hover .img img {
  transform: scale(1.03);
}

.archive_posts .post .title:hover {
  color: #949598;
}

.archive_posts .post .more:hover {
  color: #fff;
  background: #2d2d2d;
}

footer .wrap .phone:hover {
  color: #949598;
}

footer .social ul li a:hover,
.column_brans_list li a:hover {
  color: #949598;
}

footer .copy a:hover {
  color: #949598;
}

.product_card .wrap .meta_product .line .value a:hover {
  color: #949598;
}

.product_card .wrap .request_price:hover {
  color: #fff;
  background: #2d2d2d;
}

.contacts_page .wrap .lines .submit input:hover {
  color: #fff;
  background: #2d2d2d;
}

.contact_info .wrap .links a:hover {
  color: #fff;
  background: #2d2d2d;
}

.overlay .modals .form .lines .line input[type="submit"]:hover {
  color: #fff;
  background: #2d2d2d;
}

.mobile_col {
  display: none;
}

.woof_checkbox_count {
  display: none;
}

.collections_swiper {
  height: 100%;
}

.overlay .modals#brand_description {
  height: auto;
}

.categories_slider .container {
  position: relative;
}

.other_collection_swipe .swiper-slide .column_2.hover {
  position: relative;
}

.other_collection_swipe .swiper-slide .column_2.hover .img {
  position: relative;
  aspect-ratio: 1;
}

.other_collection_swipe .swiper-slide .column_2.hover .img img:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.other_collection_swipe .swiper-slide .column_2.hover .img img:nth-of-type(2) {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-delay: 0s;
}

.frontpage_gallery .swiper-slide .img {
  overflow: hidden;
}

@media (hover: hover) {
  .other_collection_swipe
    .swiper-slide
    .column_2.hover
    .img:hover
    img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .other_collection_swipe
    .swiper-slide
    .column_2.hover
    .img:hover
    img:nth-child(2) {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    transition-delay: 0.25s;
  }

  .product_element:hover .img img {
    transform: scale(1.03);
  }

  .frontpage_gallery .swiper-slide .img:hover img {
    transform: scale(1.032);
  }
}

.overlay .modals::-webkit-scrollbar {
  width: 5px;
}

.archive_brand_block .brand_logo svg path {
  fill: #2d2d2d;
}

.collection_logo.mob {
  display: none;
}

.first_screen .row {
  position: relative;
}

.first_screen .meta_slider {
  display: flex;
  position: absolute;
  bottom: 52px;
  left: 20px;
  z-index: 4;
  width: 100%;
}

.first_screen .meta_slider .title {
  display: block;
  width: 100%;
  max-width: 50%;
  color: #fff;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.96px;
  padding: 0 20px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.first_screen .meta_slider .pagination_block {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 50%;
  padding: 0 20px;
}

.first_screen .meta_slider .pagination_block .pagination_slide {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-family: Inter;
  text-align: right;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
  letter-spacing: -0.96px;
  position: relative;
}

.first_screen .meta_slider .pagination_slide .current {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress_icon svg {
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}

.progress_icon svg .circle {
  --progress: 0;
  stroke-dashoffset: calc(111.95574287564276 * (1 - var(--progress)));
  stroke-dasharray: 111.95574287564276px;
}

.meta_slider {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.8s ease;
  position: relative;
}

.meta_slider.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.meta_slider .btn_next {
  display: flex;
  position: absolute;
  right: 70px;
  cursor: pointer;
  transition: 0.4s;
}

.meta_slider .btn_next:hover {
  opacity: 0.7;
}

.progress_icon {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
}

.progress_icon.active {
  opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 100%;
  max-width: 30px;
}

.about_video {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.about_video .left_wide_column {
  flex: 0 0 calc(100% - 525px);
}

.about_video .left_wide_column .video_block {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.about_video .left_wide_column .video_block_link {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
  z-index: 2;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  max-width: fit-content;
}

.about_video .left_wide_column .video_block_icon {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 120px;
  height: auto;
  pointer-events: none;
  z-index: 2;
  max-width: 120px;
}

.about_video .left_wide_column .video_block_icon svg {
  width: 100%;
  height: auto;
}

.about_video .left_wide_column .video_block_icon svg path {
  fill: #fff;
}

.about_video .left_wide_column .video_block video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 812px;
  aspect-ratio: 1395/812;
}

.about_video .right_short_column {
  width: 100%;
  flex: 0 0 525px;
}

.about_video .right_short_column .wrap {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  row-gap: 20px;
}

.about_video .right_short_column .wrap a.collection_logo {
  display: flex;
  justify-content: center;
  max-width: 226px;
  width: 100%;
}

.about_video .right_short_column .wrap .collection_descr {
  text-align: center;
}

.about_video .right_short_column .wrap .designer_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}

.about_video .right_short_column .wrap .designer_block .photo {
  width: 120px;
  height: 120px;
}

.about_video .right_short_column .wrap .designer_block .photo img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about_video .right_short_column .wrap .designer_block .designer_block_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_video
  .right_short_column
  .wrap
  .designer_block
  .designer_block_wrap
  .position {
  color: var(--mid-grey, #949598);
  text-align: center;
}

.about_video
  .right_short_column
  .wrap
  .designer_block
  .designer_block_wrap
  .name {
  color: var(--black, #2d2d2d);
  text-align: center;
}

.drop_menu .close_menu {
  position: absolute;
  top: 40px;
  right: 38px;
  transition: 0.3s;
}

.drop_menu .close_menu:hover {
  opacity: 0.3;
}

.brand_block_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 100px;
  margin: 0 -50px;
}

.brand_block_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.brdan_block_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px;
  width: 100%;
  max-width: 25%;
}

.brdan_block_item .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.brdan_block_item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 100px);
  background: #eee;
  position: absolute;
  top: -50px;
  right: 0;
}

.brdan_block_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.brdan_block_item:nth-child(4n)::after {
  display: none;
}

.brdan_block_item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.brdan_block_item .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(45, 45, 45, 0.3);
}

.brdan_block_item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.brdan_block_item .title {
  position: absolute;
  padding: 0 21px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.brdan_block_item:hover .image img {
  transform: scale(1.05);
}

.brand_link_wrap_title {
  width: 100%;
  padding: 10px 0 15px 0;
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  position: relative;
}

.brand_link_wrap_title::after {
  content: "";
  display: block;
  width: calc(100% + 100px);
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0px;
  left: -50px;
}

.brand_link_wrap_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
  padding-bottom: 50px;
  margin: 50px -50px 0 -50px;
}

.brand_link_wrap_list .brand_link_wrap_list_item {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  width: 100%;
  max-width: 25%;
  padding: 0 50px;
  transition: 0.3s;
}

.brand_link_wrap_list .brand_link_wrap_list_item:hover {
  color: #949598;
}

.brand_link_wrap {
  position: relative;
}

.brand_link_wrap::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.empty_block {
  height: 100px;
}

.about_collection .main_title {
  width: 100%;
  color: var(--black, #2d2d2d);
  padding-block: 17px;
  text-align: center;
  position: relative;
}

.about_collection .main_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about_collection .main_title .other-next,
.about_collection .main_title .other-prev {
  display: none;
}

.modals.catalog_mod {
  max-height: 460px;
}

#wpcf7-f1356-p172-o1 {
  width: 100%;
}

.catalog_mod .btn.close-modal {
  display: flex;
  width: 25px;
  height: 25px;
}

.catalog_mod .btn.close-modal svg {
  width: 100%;
  height: 100%;
}

.marquee .wrap {
  display: flex;
  align-items: center;
  column-gap: 120px;
  padding: 40px 0;
}

.marquee .wrap .item {
  width: fit-content;
}

.marquee .wrap .item svg {
  width: 100%;
  height: auto;
  max-height: 60px;
}

#price_request .content .wpcf7,
#price_reserve .content .wpcf7 {
  width: 100%;
}

header .right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

header .right a {
  color: var(--black, #2d2d2d);
  text-align: right;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s;
}

header .right a:hover {
  color: #949598;
}

.search_header {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: calc(100vh - 31px);
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.search_header .container {
  padding-top: 100px;
  padding-bottom: 41px;
  position: relative;
}

.search_header.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search_header .search_close {
  display: flex;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: 0.3s;
}

.search_header .search_close:hover {
  opacity: 0.7;
}

.search_header .search_header_list {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 30px;
}

.search_header .search_header_list .list_item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  max-width: 505px;
  width: 100%;
}

.search_header .search_header_list .list_item .image {
  min-width: 100px;
  min-height: 100px;
  max-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.search_header .search_header_list .list_item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.6s;
  max-width: 100px;
}

.search_header .search_header_list .list_item .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s;
  /* 133.333% */
}

.search_header .search_header_list .list_item .cost {
  margin-top: 12px;
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.search_header .watch_all {
  display: inline-flex;
  margin-top: 16px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}

.search_header .search_header_list .list_item:hover .image img {
  transform: scale(1.08);
}

.search_header .search_header_list .list_item:hover .title {
  color: #949598;
}

.search_header .watch_all:hover {
  color: #949598;
}

.search_header_top {
  position: relative;
  width: 100%;
}

.search_header_top input {
  width: 100%;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
  border-radius: 0px;
  border: none;
  outline: none;
  border-bottom: 1px solid #949598;
  background: #fff;
}

.search_header_top input::placeholder {
  color: #949598;
}

.yith-infs-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yith-infs-loader img {
  width: auto;
}

main .contacts_section .link svg {
  transition: 0.5s ease;
}

main .contacts_section .link:hover svg {
  transform: rotate(360deg);
}

.salons_page a .top:after {
  transition: 0.6s ease;
}

.salons_page a:hover .top:after {
  transform: rotate(360deg);
}

.callback_section .links a {
  transition: 0.3s;
}

.callback_section .links a:hover {
  background: #2d2d2d;
  color: #fff;
}

#woof_html_buffer {
  width: 48px;
  height: 48px;
  border: 5px solid #a6a7aa;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: fixed;
  animation: pulse 1s linear infinite;
  background: transparent;
  color: transparent;
}

#woof_html_buffer:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #a6a7aa;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }

  60%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pulse {
  0%,
  60%,
  100% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.2);
  }
}

.archive_brand_block .brand_logo svg path.sahra_white {
  fill: #fff;
}

.marquee .wrap .item {
  max-width: 150px;
}

.auto_slider.salon .wrap::after {
  display: none;
}

.wpcf7 {
  width: 100%;
}

.collection_link_item {
  display: flex;
  color: #000;
  border-bottom: 1px solid;
  width: fit-content;
  transition: 0.3s;
  margin-top: 20px;
}

.collection_link_item:hover {
  color: #fff;
  background: #2d2d2d;
}

.sidebar_filter .woof_open_hidden_li_btn {
  transition: 0s;
}

.sidebar_filter .woof_open_hidden_li_btn.active {
  padding-left: 0px;
}

.sidebar_filter .woof_open_hidden_li_btn.active::before {
  display: none;
}

.brand_title_slider {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 12px;
}

.custom_col_trus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

main .trussardi_section .text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 2;
  color: #2d2d2d;
}

.custom_col_trus .text .it a {
  color: #000;
  border-bottom: 1px solid;
  transition: 0.3s;
}

.custom_col_trus .text .it a:hover {
  color: #fff;
  background: #2d2d2d;
}

.other_item_new {
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 20px;
  position: relative;
}

.other_item_new::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  right: -1px;
  top: 0px;
}

.other_item_new:first-of-type::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #eee;
  position: absolute;
  left: -1px;
  top: 0px;
}

.other_item_new .image {
}

.other_item_new .title {
  display: block;
  margin-top: 30px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  transition: 0.3s;
}

.other_item_new .link_news {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 7px 20px;
  border: 1px solid var(--black, #2d2d2d);
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  transition: 0.3s;
}

.other_item_new .link_news:hover {
  background: #2d2d2d;
  color: #fff;
}

.other_news .swiper_info,
.single_gallery .swiper_info {
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.other_news .swiper_info .title,
.single_gallery .swiper_info .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  user-select: none;
  /* 133.333% */
}

.other_news .swiper_info .btn_slide_info,
.single_gallery .swiper_info .btn_slide_info {
  position: relative;
  display: flex;
  column-gap: 10px;
}

.other_news .swiper_info .btn_slide_info > div,
.single_gallery .swiper_info .btn_slide_info > div {
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  transition: 0.3s;
}

.other_news .swiper_info .btn_slide_info > div svg circle,
.single_gallery .swiper_info .btn_slide_info > div svg circle {
  transition: 0.3s;
}

.other_news .swiper_info .btn_slide_info > div:hover svg circle,
.single_gallery .swiper_info .btn_slide_info > div:hover svg circle {
  fill: #cccccd;
}

.other_item_new .title:hover {
  color: #949598;
}

.gallery_item_new .image {
  margin: 0 auto;
}

.swiper_single_gallery {
  padding: 50px 0px 30px 0px;
  max-width: 1340px;
}

.gallery_item_new .figcaption {
  margin-top: 30px;
  color: var(--mid-grey, #949598);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  text-align: center;
}

.wp-block-gallery {
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: unset;
  padding: 0;
  background: transparent;
  flex: 0 0 auto;
  text-align: left;
  color: rgba(148, 149, 152, 1);
  margin-top: 16px;
}

.catalog_mod .wpcf7-not-valid-tip {
  display: none;
}

.catalog_mod .wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.catalog_mod .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.catalog_mod .wpcf7-response-output {
  border: none !important;
  outline: none !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;
  color: var(--Black, #181818);
  text-align: center;
  max-width: 220px;
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.catalog_mod .wpcf7-spinner {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#thx_modal,
#thx_reserve_modal,
#thx_price_modal {
  width: 100%;
  max-width: 720px;
  height: auto;
  padding: 50px;
  position: relative;
}

#thx_modal .content,
#thx_reserve_modal .content,
#thx_price_modal .content {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
  column-gap: 0px;
}

#thx_modal .content .icon,
#thx_reserve_modal .content .icon,
#thx_price_modal .content .icon {
  display: flex;
}

#thx_modal .content .title,
#thx_reserve_modal .content .title,
#thx_price_modal .content .title {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

#thx_modal .content .text,
#thx_reserve_modal .content .text,
#thx_price_modal .content .text {
  color: var(--Black, #181818);
  text-align: center;
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

#thx_modal .content .btn_index,
#thx_reserve_modal .content .btn_index,
#thx_price_modal .content .btn_index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 7px 20px;
  margin-top: 10px;
  border: 1px solid var(--black, #2d2d2d);
  margin-top: 10px;
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  transition: 0.3s;
}

#thx_modal .content .btn_index:hover,
#thx_reserve_modal .content .btn_index:hover,
#thx_price_modal .content .btn_index:hover {
  background: #2d2d2d;
  color: #fff;
}

figure.wp-block-gallery {
  width: 1340px;
}

.wp-block-embed {
  width: 100%;
}

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

main .first_screen .btn_prev.mobile,
main .first_screen .btn_next.mobile {
  display: none;
}

.callback_section .row .column_2.left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.infobottom.about_infoblock .column_2 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.about_swiper_info .pagination_slide {
  display: none;
}

.about_swiper_info .prev-gall .moba,
.about_swiper_info .next-gall .moba {
  display: none;
}

@media (hover: hover) {
  header .drop_menu .menu_column ul li:not(:first-of-type) a:hover {
    opacity: 1;
    transform: translateX(0);
  }

  header .drop_menu .menu_column ul.sub-menu li a:hover {
    opacity: 1;
    /* transform: translateX(40px); */
  }
}

header .drop_menu .menu_column ul li a:hover {
  opacity: 1;
}

header .drop_menu .menu_column::-webkit-scrollbar {
  width: 5px;
}

header .drop_menu .menu_column::-webkit-scrollbar-track {
  background: #2d2d2d;
}

header .drop_menu .menu_column::-webkit-scrollbar-thumb {
  background: #fff;
}

.woof_container_pwb-brand .woof_childs_list {
  display: none !important;
}

.woof_container_pwb-brand .woof_childs_list_opener {
  display: none !important;
}

.single_page .left_content p {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  margin: 0px 0 20px 0;
}

.single_page .content_wrap .left_content {
  max-width: 1280px;
  width: 100%;
  padding: 0 25px;
}

.single_page .content_wrap .right_aside {
  padding: 0 25px;
  width: 100%;
  max-width: 25%;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 20px;
  max-width: 820px;
  color: var(--mid-grey, #949598);
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.single_page .content_wrap .left_content > * {
  max-width: 900px;
}

.single_page .content_wrap .left_content .wp-block-image {
  max-width: 100%;
  width: 100%;
  margin: 30px 0;
}

.single_page .content_wrap .left_content blockquote {
  padding: 30px;
  margin: 30px 0;
  border-radius: 2px;
}

.single_page .content_wrap .left_content blockquote p {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.single_page .content_wrap .left_content blockquote p:last-of-type {
  margin-bottom: 0px;
}

.single_page .content_wrap .left_content .wp-block-buttons {
  margin: 20px 0 30px 0;
}

.single_page
  .content_wrap
  .left_content
  .wp-block-buttons
  .wp-block-button__link {
  padding: 4px 10px;
  border-radius: 0px;
  background: var(--Light-Grey, #eee);
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
  transition: 0.3s;
}

.single_page
  .content_wrap
  .left_content
  .wp-block-buttons
  .wp-block-button__link:hover {
  opacity: 0.7;
}

.single_page .left_content p a {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  white-space: nowrap;
}

.single_page .left_content p a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--mid-grey, #949598);
  position: absolute;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}

.single_page .left_content p a:hover::before {
  width: 100%;
}

.post_slider {
  margin: 30px 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: var(--black, #2d2d2d);
  position: relative;
}

.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption
  a:hover:before {
  width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black, #2d2d2d);
  position: absolute;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}

.wp-element-caption a {
  color: var(--black, #2d2d2d);
  position: relative;
}

.wp-element-caption a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--black, #2d2d2d);
  position: absolute;
  transition: 0.3s;
  bottom: -1px;
  left: 0;
}

.wp-element-caption a:hover::before {
  width: 100%;
}

.sw_post_slider .swiper-slide {
  max-width: 620px;
  max-height: 390px;
  overflow: hidden;
  width: auto;
  height: auto;
}

.sw_post_slider .btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.sw_post_slider .swiper-slide img {
  height: auto;
}

.sw_post_slider .btns > div::after {
  display: none;
}

.sw_post_slider .btns > div {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: unset;
  transition: 0.3s;
}

.sw_post_slider .btns > div:hover {
  opacity: 0.7;
}

.single_page .content_wrap .left_content .post_slider {
  max-width: 100%;
  width: 100%;
}

.single_page .content_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -25px;
  justify-content: space-between;
  margin-top: 30px;
}

.single_page .content_wrap .left_content > *:first-child {
  margin-top: 0px;
}

.single_page .content_wrap .left_content > *:last-child {
  margin-bottom: 0px;
}

.single_page .right_aside h2 {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.right_aside_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.single_page .right_aside .right_aside_item {
  border: 1px solid var(--Light-Grey, #eee);
  padding: 29px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.single_page .right_aside .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1.02;
  overflow: hidden;
  height: 100%;
}

.single_page .right_aside .image img {
  height: auto;
  transition: 0.8s;
}

.single_page .right_aside .right_aside_item:hover img {
  transform: scale(1.05);
}

.single_page .right_aside .title {
  color: var(--black, #2d2d2d);
  /* 14 */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.single_page .right_aside .cost {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.single_page .right_aside .cost span {
  color: var(--mid-grey, #949598);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}

.right_aside_wrap {
  position: sticky;
  top: 50px;
}

.single_page .excerpt_text {
  width: 100%;
  max-width: 900px;
  padding: 0px;
}

.sw_post_mega_thumb {
  margin-top: 30px;
}

.sw_post_mega .swiper-slide {
  overflow: hidden;
  aspect-ratio: 1/0.6;
  max-height: 900px;
  width: auto;
  max-width: 100%;
  position: relative;
}

.sw_post_mega .swiper-slide .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px); */
}

.sw_post_mega .swiper-slide .image_copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

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

.sw_post_mega .swiper-slide .image img {
  height: 100%;
  width: auto;
}

.sw_post_mega_thumb .swiper-slide {
  width: 100%;
  max-width: 70px;
  aspect-ratio: 1/1;
  max-height: 70px;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}

.sw_post_mega_thumb .swiper-slide-thumb-active {
  max-width: 110px;
  max-height: 70px;
}

.sw_post_mega_thumb .swiper-slide .image {
  width: 100%;
  height: 100%;
}

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

.post_mega_slider {
  margin: 30px 0;
  max-width: 1230px;
  width: 100%;
}

.single_page .content_wrap .left_content .wp-block-gallery {
  max-width: 100%;
  margin: 30px 0;
  column-gap: 30px;
  gap: 30px;
}

.wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image),
.wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image)
  ~ figure.wp-block-image:not(#individual-image) {
  --wp--style--unstable-gallery-gap: 30px;
}

.single_page .content_wrap .left_content .wp-block-columns {
  max-width: 100%;
  margin: 30px 0;
}

.single_page .content_wrap .left_content .wp-block-group {
  max-width: 100%;
}

.custom_blockquote {
  margin: 30px 0;
}

.custom_blockquote {
  border-radius: 2px;
  background: var(--Light-Grey, #eee);
}

.author_blockquote {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 15px;
}

.author_blockquote .image {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 80px;
  aspect-ratio: 1/1;
  max-height: 80px;
}

.author_blockquote .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author_blockquote .meta {
  width: 100%;
  max-width: calc(100% - 80px - 30px);
}

.author_blockquote .meta .name {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.author_blockquote .meta .job {
  color: var(--mid-grey, #949598);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.wp-block-embed {
  margin-bottom: 20px;
}

.archive_posts_wrap .column_3 {
  width: 100%;
  max-width: 33.33333%;
  padding: 50px;
  column-gap: 30px;
}

.archive_posts_wrap .post.column_2 {
  height: auto;
}

.archive_posts_wrap .column_3 .title {
  /* 137.5% */
}

.archive_posts_wrap .post.post_text .title {
  flex: 1 1 auto;
}

.archive_posts .post {
  border-bottom: none;
  height: auto;
}

.archive_posts .post.post_text {
  column-gap: 20px;
  row-gap: 20px;
  height: auto;
}

.archive_posts .post.post_text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 4px 19px 6px 19px;
  border: 1px solid var(--black, #2d2d2d);
  text-decoration: none;
  transition: 0.3s;
}

.archive_posts .post.post_text .more::after {
  display: none;
}

.archive_posts .post.post_text .more:hover {
  background: #2d2d2d;
}

.archive_posts .post.post_text .archive_author_post {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}

.archive_posts .post.post_text .archive_author_post .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.archive_posts .post.post_text .archive_author_post .avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.archive_posts .post.post_text .archive_author_post .meta {
  display: flex;
  flex-direction: column;
}

.archive_posts .post.post_text .archive_author_post .meta .name {
  color: var(--black, #2d2d2d);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.archive_posts .post.post_text .archive_author_post .meta .jon {
  color: var(--mid-grey, #949598);
  /* 16 */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.archive_posts_wrap .post.mega_post {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  aspect-ratio: 1/0.45;
  overflow: hidden;
  height: 100%;
  padding: 40px 50px;
}

.archive_posts_wrap .post.mega_post .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive_posts_wrap .post.mega_post .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56.25%,
    rgba(0, 0, 0, 0.3) 93.6%
  );
}

.archive_posts_wrap .post.mega_post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive_posts_wrap .post.mega_post .title {
  max-width: 620px;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: 0.3s;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.archive_posts_wrap .post.mega_post .title:hover {
  opacity: 0.7;
}

.archive_posts_wrap .post.mega_post .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 4px 19px 6px 19px;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s;
}

.archive_posts_wrap .post.mega_post .more::after {
  display: none;
}

.archive_posts_wrap .post.mega_post .more:hover {
  background: #fff;
  color: #2d2d2d;
}

.archive_posts_wrap .post.wide_post {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  aspect-ratio: 1/0.5;
  overflow: hidden;
  height: 100%;
  padding: 50px;
}

.archive_posts_wrap .post.wide_post .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive_posts_wrap .post.wide_post .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56.25%,
    rgba(0, 0, 0, 0.3) 93.6%
  );
}

.archive_posts_wrap .post.wide_post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive_posts_wrap .post.wide_post .title {
  display: block;
  max-width: 620px;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: 0.3s;
  color: var(--White, #fff);
  /* 30 */
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 133.333% */
}

.archive_posts_wrap .post.wide_post .title:hover {
  opacity: 0.7;
}

.archive_posts_wrap .post.wide_post .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 4px 19px 6px 19px;
  position: relative;
  z-index: 2;
  margin-top: 0px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  transition: 0.3s;
}

.archive_posts_wrap .post.wide_post .more::after {
  display: none;
}

.archive_posts_wrap .post.wide_post .more:hover {
  background: #fff;
  color: #2d2d2d;
}

.archive_posts_wrap .post::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  background: #eee;
}

.archive_posts_wrap .post {
  border-bottom: 1px solid #eee;
}

.archive_posts_wrap .post::after {
  display: none;
}

.archive_posts .post.column_2 .img {
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/0.59965;
}

.archive_posts .post.column_3 .img {
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/0.5357;
}

.wide_post_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 10px;
  position: relative;
  padding: 40px 50px;
  width: 100%;
  height: 100%;
}

.archive_posts_wrap .post.column_3 .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.archive_posts_wrap .post.column_3::before {
  right: -2px;
}

.archive_posts .post.post_text {
  display: none;
}

.archive_posts_wrap img {
  width: 100%;
  height: auto;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.swiper-gallery-mob .swiper-button-next,
.swiper-gallery-mob .swiper-button-prev,
.swiper-gallery-mob .swiper-pagination {
  position: relative;
  left: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  margin: 0;
  max-width: fit-content;
  max-height: fit-content;
}

.swiper-gallery-mob .swiper-pagination {
  max-width: fit-content;
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-height: fit-content;
  letter-spacing: -1px;
}

.swiper-gallery-mob-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--Light-Grey, #eee);
  margin-bottom: 30px;
  padding: 12px 0 20px 0;
  max-height: 50px;
}

.swiper-wrapper-icon {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  display: flex;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
}

.swiper-wrapper-icon svg {
  pointer-events: none;
  width: 40px;
  height: 40px;
}

/* .swiper-gallery-mob {
  display: none;
  overflow: visible;
  } */

.swiper-gallery-mob .swiper-slide {
  aspect-ratio: 1;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-gallery-mob .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.swiper-gallery-mob .swiper-slide:focus-visible {
  outline: none;
  border: none;
}

.swiper-sw-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.swiper-sw-section .swiper-pagination {
  position: relative;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  bottom: inherit;
  top: inherit;
  max-width: fit-content;
  letter-spacing: -1px;
}

.swiper-sw-section .swiper-button-next,
.swiper-sw-section .swiper-button-prev {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  padding: 0;
}

.swiper-sw-section .swiper-button-next::after,
.swiper-sw-section .swiper-button-prev::after {
  content: "";
}

.swiper-sw-section .swiper-button-next-mega,
.swiper-sw-section .swiper-button-prev-mega {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  position: relative;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.swiper-navigation-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swiper-sw-section .swiper-button-next-mega:hover svg circle,
.swiper-sw-section .swiper-button-prev-mega:hover svg circle {
  fill: #cccccd;
}

.art_fancybox.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.7);
}

.art_fancybox.fancybox__container .fancybox__toolbar {
  display: inherit;
}

.art_fancybox.fancybox__container .fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 10px;
  left: 0;
  right: 10px;
  height: 50px;
}

.cabinet_block {
  padding: 160px 0;
}

.cabinet_block .wrap_auth {
  width: 540px;
  padding: 0 50px;
}

.cabinet_block .wrap_auth h2 {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  margin-bottom: 16px;
}

.cabinet_block .wrap_auth .woocommerce-Input--text {
  width: 100%;
  padding: 13px 78px 13px 14px;
  height: 44px;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
  border: 1px solid var(--Grey, #d7d7d7);
}

.cabinet_block .wrap_auth .woocommerce-Input--text::placeholder {
  color: var(--Dark-grey, #aaa);
}

.cabinet_block .wrap_auth form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cabinet_block .woocommerce-form__label-for-checkbox {
  margin-top: 6px;
  display: flex;
  position: relative;
}

.cabinet_block .woocommerce-form__label-for-checkbox input {
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid var(--Grey, #d7d7d7);
  /* color: #D7D7D7; */
  /* background: #D7D7D7; */
  opacity: 0;
}

.cabinet_block .woocommerce-form__label-for-checkbox span {
  margin-left: 6px;
  color: var(--Dark-grey, #aaa);
  /* 13 */
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
}

.cabinet_block .woocommerce-form__label-for-checkbox span:before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid var(--Grey, #d7d7d7);
  display: block;
  position: absolute;
  left: 0;
}

.cabinet_block .woocommerce-form__label-for-checkbox span:after {
  content: "";
  content: "";
  background: url(../img/vector.svg) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 12px 10px;
  background-position: center;
  opacity: 0;
  transition: 0.5s;
}

.cabinet_block
  .woocommerce-form__label-for-checkbox
  input:checked
  + span:after {
  opacity: 1;
}

.cabinet_block .woocommerce-form-login__submit {
  color: var(--black, #2d2d2d);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 133.333% */
  border: 1px solid var(--black, #2d2d2d);
  padding: 5px 20px 7px 20px;
  background: transparent;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.cabinet_block .woocommerce-form-login__submit:hover {
  color: #fff;
  background: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .cabinet_block .woocommerce {
    width: 100%;
  }

  .cabinet_block .wrap_auth {
    width: 100%;
    padding: 0 10px;
  }

  .cabinet_block {
    padding: 150px 0;
  }
}

#special {
  max-width: 720px;
  max-height: 420px;
  background: radial-gradient(
    49.17% 49.17% at 50% 50.83%,
    #ececec 2%,
    #6f6f6f 48.5%,
    #4c4c4c 62.7%,
    #292929 78.94%,
    #1f1f1f 84.46%,
    #0d0d0d 93.5%,
    #000 100%
  );
  padding: 50px;
}


#special .btn {
  position: absolute;
  right: 21px;
  top: 19px;
  display: flex;
  z-index: 10;
}

.special {
  max-width: 360px;
  width: 100%;
  margin: auto;
}

.special .title {
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  background: linear-gradient(
    90deg,
    #fff 27.74%,
    rgba(51, 51, 51, 0.5) 100.25%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.special .title.bright {
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: inherit;
  margin-bottom: 30px;
}

.special .text {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-block: 15px 40px;
  background: linear-gradient(
    90deg,
    #fff 47.44%,
    rgba(51, 51, 51, 0.5) 112.54%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.special-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.special-form .wpcf7-spinner {
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.special-form input[type="text"],
.special-form input[type="tel"] {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
}

.special-form input[type="tel"] {
  margin-top: 26px;
}

.special-form input[type="text"]::placeholder,
.special-form input[type="tel"]::placeholder {
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.special-form input[type="submit"] {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #fff;
  max-width: fit-content;
  max-height: 32px;
  min-width: 164px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 50px;
  margin-inline: auto;
  background: transparent;
  padding: 2px 10px 2px 10px;
}

.special-form input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

.special-form .wpcf7-not-valid-tip {
  display: none;
}

.special-form .wpcf7-response-output {
  display: none;
}

.special-form .wpcf7-not-valid {
  border-color: red !important;
}

.comple {
  border-radius: 30px;
  background: var(--Light-Grey, #eee);
  padding: 4px 10px;
  width: fit-content;
  position: absolute;
  right: -10px;
  top: -10px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  align-items: center;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.comple svg {
  max-width: 20px;
  max-height: 14px;
}

.product_element .img_wr {
  position: relative;
}

.product_element .img_wr .comple {
  right: -20px;
  top: -20px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .product_element .img_wr .comple {
    top: -10px;
    right: -10px;
  }
}

.price-wrap {
  display: none;
}

.wrap_catalog .wrap_logo {
  margin-bottom: 70px;
}

.wrap_catalog .wrap_logo svg {
  width: auto;
  height: 100%;
  max-width: 100%;
  position: absolute;
  object-fit: contain;
}

.wrap_catalog .wrap_logo img {
  width: auto;
  height: 100%;
  position: absolute;
  max-width: 100%;
  object-fit: contain;
}

.woof_checkbox_instock_container {
  padding: 0;
}

.woof_checkbox_instock_container .woof_container_inner {
  display: block;
}

.tax-pwb-brand .woof_submit_search_form_container {
  position: relative;
}

.wrap_catalog .wrap_logo {
  position: sticky;
  opacity: 0;
  transition: 0.3s;
  top: calc(100% - 130px);
  min-height: 100px;
  max-height: 100px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.wrap_catalog .wrap_logo.active {
  opacity: 1;
}

/* .wrap_catalog {
  overflow: clip;
  } */

.product_card.outofstock .wrap .meta_product .line.attr_selector {
  display: none;
}

.archive.post-type-archive .bread_wrap,
.archive.tax-product_tag .bread_wrap,
.archive.tax-product_cat .bread_wrap,
.archive.category-journal .bread_wrap,
.page-template-page-brand .bread_wrap {
  border-bottom: none;
}

.archive.post-type-archive #main > .container,
.archive.tax-product_cat #main > .container,
.archive.tax-product_tag #main > .container,
.archive.category-journal .top_wrap_bread > .container,
.page-template-page-brand .top_wrap_bread > .container {
  border-bottom: 1px solid var(--light-grey, #eee);
  border-radius: 0;
}

.archive.post-type-archive .woocommerce-breadcrumb,
.archive.tax-product_tag .woocommerce-breadcrumb,
.archive.tax-product_cat .woocommerce-breadcrumb,
.archive.category-journal .woocommerce-breadcrumb,
.page-template-page-brand .woocommerce-breadcrumb {
  padding-top: 24px;
  padding-bottom: 0;
}

noscript {
  display: none;
}

.postid-457 .woocommerce-Price-amount,
.postid-5533 .woocommerce-Price-amount,
.postid-5536 .woocommerce-Price-amount,
.postid-451 .woocommerce-Price-amount,
.postid-3329 .woocommerce-Price-amount {
  display: none;
}

.post-457 .price,
.post-5533 .price,
.post-5536 .price,
.post-451 .price,
.post-3329 .price {
  display: none;
}

/*******************************************************/
.woocommerce-no-products-found {
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wrap_catalog .wrap_all .paintings {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-left: 1px solid var(--light-grey, #eee);
}

.wrap_catalog .wrap_all .paintings .painting {
  flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 1px solid #eee;
}

.wrap_catalog .wrap_all .paintings .painting_element {
  padding: 50px 178px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrap_catalog .wrap_all .paintings .painting:nth-child(odd) {
  border-right: 1px solid #eee;
}

.wrap_catalog .wrap_all .paintings .painting_element:hover .img_wr img {
  transform: scale(1.03);
}

.wrap_catalog .wrap_all .paintings .painting_element .img_wr {
  position: relative;
}

.wrap_catalog .wrap_all .paintings .painting_element .img_wr .img {
  aspect-ratio: 392/490;
  width: 100%;
}

.wrap_catalog .wrap_all .paintings .painting_element .img_wr .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.wrap_catalog .wrap_all .paintings .painting_element .meta {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrap_catalog .wrap_all .paintings .painting_element .meta .title {
  color: #2d2d2d;
  text-align: center;
}

.wrap_catalog .wrap_all .paintings .painting_element .meta .author {
  color: #2d2d2d;
  text-align: center;
  margin-bottom: 12px;
}

.wrap_catalog .wrap_all .paintings .painting_element .meta .price {
  color: #949598;
  text-align: center;
  margin-top: auto;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult {
  display: flex;
  flex-direction: column;
  margin-block: 20px;
  position: sticky;
  top: 100px;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .image {
  aspect-ratio: 345/230;
  width: 100%;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .title {
  color: #2d2d2d;
  font-family: Inter;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .text {
  color: #2d2d2d;
  margin-top: 20px;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .link {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  padding: 4px 19px 6px 19px;
  justify-content: center;
  align-items: center;
  background: #2d2d2d;
  margin-top: 30px;
  max-width: fit-content;
  border: 1px solid #2d2d2d;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}

.wrap_catalog .sidebar_filter .sidebar_filter_consult .link:hover {
  background: transparent;
  color: #2d2d2d;
}

.wrap_head {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.wrap_head .wrap_head_meta {
  display: flex;
  justify-content: space-between;
  padding-block: 10px 24px;
  padding-inline: 50px;
  position: relative;
  width: 100%;
}

.wrap_head .wrap_head_meta .description {
  color: #2d2d2d;
  max-width: 546px;
}

/************************ h1 *****************************/

.about_section h1 {
  color: #2d2d2d;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 18px;
}

.contacts_page .wrap h1 {
  color: #2d2d2d;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
}

.tax-pwb-brand h1 {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  width: 100%;
}

.product_card .wrap h1 {
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.product_card .wrap .wrap_head {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  row-gap: 20px;
}

.product_card .wrap .wrap_head_inform {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.product_card .wrap .wrap_head_inform_article {
  color: #949598;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.product_card.product_cat-art .wrap .wrap_head_inform_article {
  display: none;
}

.product_card .wrap .wrap_head_inform_availability {
  color: #606c38;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.product_card .wrap .wrap_head_inform_availability::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #606c38;
  border-radius: 50%;
  /* position: absolute;
  left: -15px;
  top: 11px; */
  position: relative;
  display: flex;
  flex-shrink: 0;
}

.woocommerce-page-title,
.page-template-page-brand h1 {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  padding-inline: 49px;
  width: 100%;
  margin: 0;
  padding-block: 10px 24px;
}

.wrap_head .wrap_head_meta h1 {
  flex: 0 0 50%;
  color: #2d2d2d;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.single_page .post_image h1 {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  color: var(--White, #fff);
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 115% */
}

.about_saloon .wrap h1 {
  color: var(--black, #2d2d2d);
  /* 30 */
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 133.333% */
  max-width: 460px;
  margin-bottom: 20px;
}

main .first_screen .img_block h1 {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Mono;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

/************************ Форма консультации *****************************/
.overlay #consult {
  height: auto;
  padding: 70px 190px;
  max-width: fit-content;
}

.overlay #consult .title {
  color: #2d2d2d;
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.overlay #consult .content {
  max-width: 480px;
  justify-content: center;
}

.overlay #consult .consult_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.overlay #consult .consult_wrap .consult_wrap_item {
  margin-bottom: 10px;
}

.overlay #consult .consult_wrap .consult_wrap_item input,
.overlay #consult .consult_wrap .consult_wrap_item textarea {
  color: #2d2d2d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 13px;
  border: 1px solid #d7d7d7;
  outline: none;
  transition: 0.6s;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.overlay #consult .consult_wrap .consult_wrap_item input.wpcf7-not-valid {
  border-color: red;
}

.overlay #consult .consult_wrap .consult_wrap_item textarea {
  width: 100%;
  resize: inherit;
  max-height: 107px;
  vertical-align: middle;
}

.overlay #consult .consult_wrap .consult_wrap_item input::placeholder,
.overlay #consult .consult_wrap .consult_wrap_item textarea::placeholder {
  color: #aaa;
  font-size: 16px;
  line-height: 22px;
}

.overlay #consult .consult_wrap .consult_wrap_inform {
  color: #aaa;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.overlay #consult .consult_wrap .consult_wrap_action input {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: #2d2d2d;
  transition: 0.6s;
  padding: 4px 20px 6px 20px;
  border: 1px solid #2d2d2d;
  outline: none;
  cursor: pointer;
}

.overlay #consult .consult_wrap .consult_wrap_action input:hover {
  background: transparent;
  color: #2d2d2d;
}

.overlay #consult .wpcf7-not-valid-tip,
.overlay #consult .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.overlay #consult .wpcf7-spinner {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay #consult .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  border: none;
  padding: 0;
  color: #2d2d2d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/************************ Форма уведомления *****************************/

.overlay #notification {
  height: auto;
  padding: 70px 190px;
  max-width: fit-content;
}

.overlay #notification .content {
  max-width: 480px;
  justify-content: center;
}

.overlay #notification .title {
  color: #2d2d2d;
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 20px;
  text-align: center;
}

.overlay #notification .text {
  color: #2d2d2d;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}

.overlay #notification .link_wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}

.overlay #notification .link_wrap .link_wrap_front,
.overlay #notification .link_wrap .link_wrap_catalog {
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 0 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(50% - 10px);
  width: 100%;
  transition: 0.6s;
}

.overlay #notification .link_wrap .link_wrap_front.visible-mobile,
.overlay #notification .link_wrap .link_wrap_catalog.visible-mobile {
  display: none;
}

.overlay #notification .link_wrap .link_wrap_front {
  color: #fff;
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
}

.overlay #notification .link_wrap .link_wrap_front:hover {
  color: #2d2d2d;
  background: transparent;
}

.overlay #notification .link_wrap .link_wrap_catalog {
  color: #2d2d2d;
  background: transparent;
  border: 1px solid #2d2d2d;
}

.overlay #notification .link_wrap .link_wrap_catalog:hover {
  color: #fff;
  background: #2d2d2d;
}

main .second_screen .row .row_col {
  max-width: 50%;
  flex: 0 0 50%;
}

main .second_screen .row .row_col.row_col_image {
  padding: 100px 152px;
}

main .second_screen .row .row_col.row_col_inform {
  padding: 100px 110px;
  position: relative;
}

main .row .row_col_line {
  position: relative;
}

main .row .row_col_line::before {
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.text-medium {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.text-small {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.art .art_title {
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.art .art_title .title {
  margin-inline: auto;
}
.art .art_title::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  background: #eee;
  left: 0;
}

.art .art_title .art-button-prev,
.art .art_title .art-button-next {
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  background: #eee;
  border-radius: 50%;
}

.art .sw_art .painting_element {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 50px 203px;
  position: relative;
  height: 100%;
}

.art .sw_art .painting_element::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  display: block;
  background: #eee;
  right: 0;
}

.art .sw_art .painting_element:hover .img img {
  transform: scale(1.03);
}

.art .sw_art .painting_element .img_wr {
  width: 100%;
}

.art .sw_art .painting_element .img {
  aspect-ratio: 554/694;
  max-height: 694px;
  width: 100%;
  height: 100%;
}

.art .sw_art .painting_element .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.art .sw_art .painting_element .meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.art .sw_art .painting_element .meta .title {
  color: #2d2d2d;
  text-align: center;
}

.art .sw_art .painting_element .meta .author {
  margin-bottom: 10px;
  color: #2d2d2d;
  text-align: center;
}

.art .sw_art .painting_element .meta .price {
  color: #949598;
  margin-top: auto;
}

.exposition .exposition_title {
  width: 100%;
  color: #2d2d2d;
  padding: 17px 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.exposition .exposition_title .title {
  display: flex;
  margin-inline: auto;
}

.exposition .exposition_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.exposition .exposition_title .sw_exposition-prev,
.exposition .exposition_title .sw_exposition-next {
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  background: #eee;
  border-radius: 50%;
}

.exposition .exposition_wrap {
  /* aspect-ratio: 2/1; */
  position: relative;
  width: 100%;
  height: auto;
  /* height: 100%; */
}

.exposition .exposition_wrap .image {
  width: 100%;
  /* height: 100%; */
  height: auto;
  display: block;
}

.exposition .exposition_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exposition .exposition_wrap .exposition_wrap_point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.exposition .exposition_wrap .exposition_wrap_point .exposition_wrap_point_btn {
  display: flex;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
  transition: 0.4s;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.exposition
  .exposition_wrap
  .exposition_wrap_point
  .exposition_wrap_point_btn.active {
  transform: translate(-50%, -50%) rotate(90deg);
}

.exposition
  .exposition_wrap
  .exposition_wrap_point
  .exposition_wrap_point_btn:hover {
  opacity: 0.7;
}

.tippy-box {
  position: relative;
  color: unset;
  font-size: unset;
  line-height: unset;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.tippy-box[data-animation="scale"] {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  transform: scale(0.8);
}

.tippy-box[data-animation="scale"][data-state="visible"] {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08),
    0px 4px 24px -4px rgba(0, 0, 0, 0.12);
}

.tippy-content {
  padding: 0;
}

.tippy-box[data-animation="scale"][data-placement^="right"] {
  transform-origin: left;
}

.exposition .exposition_wrap .exposition_wrap_point .product {
  transition: transform 0.4s, opacity 0.4s;
}

.product_box {
  padding: 14px 20px 14px 14px;
  background: #fff;
  position: relative;
  max-width: 440px;
}

.product_box .product_box_card {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.product_box .product_box_card .product_box_image {
  aspect-ratio: 116/116;
  display: flex;
  flex-shrink: 0;
  max-width: 116px;
  width: 100%;
}

.product_box .product_box_card .product_box_meta {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.product_box .product_box_card .product_box_meta .title {
  color: #2d2d2d;
}

.product_box .product_box_card .product_box_meta .price {
  color: #949598;
}

.product_box .product_box_card .product_box_meta .link {
  color: #949598;
  position: relative;
  transition: 0.4s;
  max-width: fit-content;
}

.product_box .product_box_card .product_box_meta .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #949598;
  transition: 0.4s;
}

.product_box .product_box_card:hover .product_box_meta .link {
  color: #2d2d2d;
}

.product_box .product_box_card:hover .product_box_meta .link::before {
  background-color: #2d2d2d;
}

.product_box .product_box_btn {
  display: flex;
  position: absolute;
  right: 8px;
  top: 8px;
  transition: 0.4s;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

.column_flex {
  display: flex;
  flex-direction: column;
}

.archive_posts_wrap .post.column_2 .title,
.archive_posts_wrap .post.column_3 .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wrap_catalog .wrap_all .products .product .product_element {
  position: relative;
}

.wrap_catalog .wrap_all .products .product .product_element:hover::after {
  opacity: 1;
  pointer-events: auto;
}

.wrap_catalog .wrap_all .products .product .product_element:hover .meta_inform {
  opacity: 1;
  pointer-events: auto;
}

.wrap_catalog .wrap_all .products .product .product_element::after {
  position: absolute;
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 140px);
  top: -1px;
  left: -1px;
  background: #fff;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}

.product_element .img_wr {
  z-index: 10;
}

.wrap_catalog .wrap_all .products .product .product_element .meta_inform {
  position: absolute;
  width: 100%;
  top: calc(100% - 22px);
  left: 0;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 11;
  padding: 0 40px 40px 40px;
  background: #fff;
  min-height: 162px;
  display: flex;
  flex-direction: column;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .availability,
.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .country {
  color: #2d2d2d;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .availability {
  position: relative;
  padding-left: 10px;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .availability::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #2d2d2d;
  border-radius: 50%;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .country {
  margin-block: 10px 24px;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .request_price {
  font-family: Inter;
  color: #2d2d2d;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  padding: 4px 19px 6px 19px;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin-top: auto;
  width: 100%;
  border: 1px solid #2d2d2d;
  transition: 0.3s;
  cursor: pointer;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element
  .meta_inform
  .request_price:hover {
  color: #fff;
  background: #2d2d2d;
}

.wrap_catalog .wrap_all .products .product .product_element .meta {
  z-index: 10;
}

.wrap_catalog .wrap_all .products li:nth-child(3n) .product_element::before {
  display: none;
}

.tmb-wrap-table div::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  border-radius: 100px;
  background: #e7e7e7;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease;
  opacity: 0;
}

.wrap_catalog
  .wrap_all
  .products
  .product
  .product_element:hover
  .tmb-wrap-table
  div::after {
  opacity: 1;
}

.tmb-wrap-table div.active::after {
  background: #2d2d2d;
}

.wrap_catalog .wrap_all .products .product .product_element .img {
  overflow: visible;
}

.wrap_catalog .wrap_all .products .product .product_element:hover .img img {
  transform: scale(1);
}

.swiper-pagination-index {
  display: none;
}

.tax-pwb-brand .main_wrapper,
.post-type-archive-product .main_wrapper {
  overflow: visible;
}

.tax-pwb-brand .wrap_catalog .sidebar_filter .sidebar_filter_consult {
  display: none;
}

.product_gallery_block {
  position: relative;
}

.product_gallery_block .swiper-button-next::after,
.product_gallery_block .swiper-button-prev::after {
  content: "";
}

.product_gallery_block .swiper-button-next,
.product_gallery_block .swiper-button-prev {
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Настройте параметры тени по желанию */
  border-radius: 50%;
  transition: 0.4s;
}

.product_gallery_block .swiper-button-next:hover,
.product_gallery_block .swiper-button-prev:hover {
  opacity: 0.7;
}

.product_gallery_block .swiper-button-next svg,
.product_gallery_block .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.product_gallery_block .swiper-button-prev {
  top: 50%;
  left: -20px;
}

.product_gallery_block .swiper-button-next {
  top: 50%;
  right: -20px;
}

.swiper-gallery-mob-thumb {
  margin-top: 40px;
  padding-bottom: 30px;
}

.swiper-gallery-mob-thumb .swiper-slide {
  aspect-ratio: 1;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-gallery-mob-thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-gallery-mob-thumb .swiper-slide::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #949598;
  border-radius: 50%;
  transition: 0.4s;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  opacity: 0;
  will-change: opacity;
}

.swiper-gallery-mob-thumb .swiper-slide-thumb-active::before {
  opacity: 1;
}

.product_gallery_block .comple {
  font-size: 20px;
  line-height: 28px;
  gap: 8px;
}

.product_gallery_block .comple svg {
  max-width: 28px;
  max-height: 14px;
}

.brand_block_product_head {
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #eee;
  padding: 17px 40px;
  margin-bottom: 50px;
}

.brand_block_product .row .column_2.left:before {
  height: calc(100% + 100px);
  top: -50px;
}

.line_block .line_block_title {
  min-width: 205px;
  max-width: 205px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.line_block .sw_obivki {
  overflow: visible;
  clip-path: inset(0px -100% 0px 0px);
  max-width: calc(100% - 225px);
  /* margin-right: -300px; */
}

.line_block .sw_obivki .item_block {
  max-width: 170px;
}

.line_block .sw_obivki .item_block .value.items {
  padding: 0;
}

.line_block .sw_obivki .item_block .value.items .item {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  cursor: pointer;
}

.line_block .sw_obivki .item_block .value.items .item .img {
  transition: 0.4s;
  aspect-ratio: 1;
}

.line_block .sw_obivki .item_block .value.items .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line_block .sw_obivki .item_block .value.items .item:hover .img {
  opacity: 0.7;
}

.line_block .sw_obivki .item_block .title_mat {
  color: #949598;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 14px;
}

.block_inform {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.block_inform .title {
  max-width: 205px;
  min-width: 205px;
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.block_inform .block_inform_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.block_inform .block_inform_wrap .text span {
  white-space: nowrap;
}
.block_inform .block_inform_wrap a {
  color: #949598;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  display: flex;
  max-width: fit-content;
  transition: 0.4s;
  text-underline-offset: 5px;
}

.block_inform .block_inform_wrap a:hover {
  opacity: 0.7;
}

.block_inform_consult {
  margin-top: 50px;
  padding: 40px 30px;
  border: 1px solid #eee;
  display: flex;
  column-gap: 30px;
}

.block_inform_consult .block_inform_consult_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.block_inform_consult .image {
  aspect-ratio: 315/252;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  max-width: 315px;
  height: 100%;
}

.block_inform_consult .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_inform_consult .block_inform_consult_wrap .title {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 24px;
  line-height: 30px;
}

.block_inform_consult .block_inform_consult_wrap .link_wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.block_inform_consult .block_inform_consult_wrap .text {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.block_inform_consult .block_inform_consult_wrap .link_wrap .link {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  padding: 4px 19px 6px 19px;
  justify-content: center;
  align-items: center;
  background: #2d2d2d;
  max-width: fit-content;
  border: 1px solid #2d2d2d;
  transition: 0.3s;
}

.block_inform_consult .block_inform_consult_wrap .link_wrap .link:hover {
  background: transparent;
  color: #2d2d2d;
}

.wrap_all_sort {
  display: flex;
  align-items: center;
  column-gap: 24px;
  border-left: 1px solid #eee;
  position: relative;
}

.wrap_all_sort::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
  z-index: 1;
  pointer-events: none;
}

.wrap_all_sort .sw_sort {
  padding: 16px 28px 16px 16px;
  position: relative;
  order: -1;
}

.wrap_all_sort .sw_sort .sw_sort-next {
  border: none;
  background: #fff;
  height: 32px;
  max-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  margin: 0;
  right: 0;
}

.wrap_all_sort .sw_sort .sw_sort_item {
  max-width: fit-content;
}

.wrap_all_sort .sw_sort .sw_sort_item a {
  display: flex;
  align-items: center;
  column-gap: 11px;
  color: #2d2d2d;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 13px 5px 13px;
  background: rgba(238, 238, 238, 0.6);
  white-space: nowrap;
  transition: 0.4s;
}

.wrap_all_sort .sw_sort .sw_sort_item a:hover {
  opacity: 0.7;
}

.wrap_all_sort_block {
  background: #fff;
  padding: 20px 28px 20px 28px;
  min-width: 286px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  display: none;
}

.wrap_all_sort_block h4 {
  color: var(--black, #2d2d2d);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  flex: 0 0 100%;
  position: relative;
  cursor: pointer;
  z-index: 13;
}

.wrap_all_sort_block h4::after {
  content: "";
  background: url(../img/drop.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

ul.wrap_all_sort_block_list {
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 62px 28px 16px 28px;
  z-index: 12;
  background: #fff;
  width: 100%;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
}

ul.wrap_all_sort_block_list li input {
  display: none;
}

ul.wrap_all_sort_block_list li input:checked + label {
  color: #2d2d2d;
}

ul.wrap_all_sort_block_list li:not(:last-child) {
  margin-bottom: 10px;
}

ul.wrap_all_sort_block_list li label {
  color: rgba(45, 45, 45, 0.5);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  max-width: fit-content;
  transition: 0.4s;
}

ul.wrap_all_sort_block_list li label:hover {
  color: #2d2d2d;
}

.wrap_all_sort_block.active ul.wrap_all_sort_block_list::before {
  opacity: 1;
}

.wrap_all_sort_block.active ul.wrap_all_sort_block_list {
  opacity: 1;
  pointer-events: auto;
}

.wrap_all_sort_block.active h4::after {
  transform: rotate(180deg);
}

ul.wrap_all_sort_block_list::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transition: 0.4s;
}

footer .footer_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-inline: 50px;
  column-gap: 50px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

header .drop_menu .menu_column ul li.active .dropdown {
  opacity: 1;
}

header .drop_menu .menu_column ul li.active .dropdown::after {
  transform: rotate(180deg);
}

.auto_slider,
main .first_screen {
  max-width: 100vw;
  overflow: hidden;
}
.auto_slider {
  border-top: 1px solid #eee;
}
main .about_collection .wrap .collection_logo img,
main .about_collection .wrap .collection_logo svg {
  width: auto;
  height: auto;
  aspect-ratio: unset;
  min-width: auto;
  min-height: auto;
  height: auto;
  object-fit: contain;
}

.grecaptcha-badge {
  display: none;
}
.product_element .img_wr .image-wrap img:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}

/* Правки от 20.05 */

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1920px;
  }
  .main_wrapper {
    max-width: 1920px;
  }
  footer {
    max-width: 1920px;
  }
  .contacts_page .img {
    width: 100%;
    aspect-ratio: 72/82;
  }
  .contacts_page .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Правки от 03.06 */
.cookies_block {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  z-index: 999;
  width: 100vw;
}
.cookies_block_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  padding: 23px;
}
.cookies_block_wrap_text {
  color: #2d2d2d;
}
.cookies_block_wrap_text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
  color: inherit;
}
.cookies_block_wrap_text a:hover {
  opacity: 0.7;
}
.cookies_block_wrap_btn {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.cookies_block_wrap_btn:hover {
  opacity: 0.6;
}
.line-check span {
  margin: 0;
}
.line-check .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  text-align: left;
}

.line-check.--small .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 15px;
}
.line-check.--white .wpcf7-list-item-label {
  color: #fff;
}

.line-check input {
  position: absolute;
  left: 0;
  z-index: -5;
  opacity: 0;
}
.line-check input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.line-check .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 3px;
}

.line-check.--white {
  margin-top: 20px;
}
.line-check.--white .wpcf7-list-item-label:before {
  border: 1px solid #fff;
}
.line-check .wpcf7-list-item-label:after {
  position: absolute;
  left: 0;
  display: block;
  top: 2px;
  opacity: 0;
  transition: 0.3s;
  content: "";
  background-image: url(/wp-content/uploads/2025/06/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.line-check.--white .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/2025/06/check-white.svg);
}
.wpcf7-not-valid-tip {
  display: none;
}
.request_section .lines .line input.wpcf7-not-valid,
.contacts_page .wrap .lines .line input.wpcf7-not-valid,
.overlay .modals .form .lines .line input.wpcf7-not-valid {
  border-color: red;
}
.request_section .lines .submit input:hover {
  background: #2d2d2d;
  color: #fff;
}

.request_section .lines .submit input:disabled,
.contacts_page .wrap .lines .submit input:disabled,
.overlay #consult .consult_wrap .consult_wrap_action input:disabled,
.overlay .modals .form .lines .line input[type="submit"]:disabled,
.request_section .lines .submit input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.special-form input[type="submit"]:disabled {
  opacity: 0.7;
}
.overlay #consult .consult_wrap .consult_wrap_action,
.special-form input[type="submit"] {
  margin-top: 20px;
}
#special{
  height: auto;
  max-height: 100%;
}
.privacy-policy .single_page .post_image,
.page-id-16 .single_page .post_image {
  display: none;
}
.privacy-policy .single_page .content_wrap,
.page-id-16 .single_page .content_wrap {
  display: inline-block;
  margin: 30px 0 0 0;
}
.privacy-policy .single_page .content_wrap p,
.privacy-policy .single_page .content_wrap ul li,
.page-id-16 .single_page .content_wrap p,
.page-id-16 .single_page .content_wrap ul li {
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.privacy-policy .single_page .content_wrap p a,
.privacy-policy .single_page .content_wrap ul li a,
.page-id-16 .single_page .content_wrap p a,
.page-id-16 .single_page .content_wrap ul li a {
  color: #121212;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.privacy-policy .single_page .content_wrap p a:hover,
.privacy-policy .single_page .content_wrap ul li a:hover,
.page-id-16 .single_page .content_wrap p a:hover,
.page-id-16 .single_page .content_wrap ul li a:hover {
  opacity: 0.7;
}

.privacy-policy .single_page .content_wrap ul,
.page-id-16 .single_page .content_wrap ul {
  padding: 0 0 0 25px;
  margin-block: 20px;
}
.privacy-policy .single_page .content_wrap ul li:not(:last-child),
.page-id-16 .single_page .content_wrap ul li:not(:last-child) {
  margin-bottom: 2px;
}
.privacy-policy .single_page h1,
.page-id-16 .single_page h1 {
  font-family: Inter;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  margin: 0;
}
.privacy-policy .single_page .content_wrap h2,
.page-id-16 .single_page .content_wrap h2 {
  color: #2d2d2d;
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  margin-block: 40px 20px;
}
.privacy-policy .single_page .content_wrap h2:first-child,
.page-id-16 .single_page .content_wrap h2:first-child {
  margin-block: 0 20px;
}
.privacy-policy .single_page .content_wrap h2:last-child,
.page-id-16 .single_page .content_wrap h2:last-child {
  margin-block: 40px 0;
}
.privacy-policy .single_page .content_wrap p:not(:last-child),
.page-id-16 .single_page .content_wrap p:not(:last-child) {
  margin-bottom: 14px;
}
.privacy-policy .single_page .content_wrap p strong,
.page-id-16 .single_page .content_wrap p strong {
  font-weight: 400;
}
.line-check .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
  color: inherit;
}
.line-check .wpcf7-list-item-label a:hover {
  opacity: 0.7;
}

/* Правки от 06.06 */
.poster {
  display: flex;
  background: #010101;
  min-height: 646px;
  min-height: clamp(27.5rem, -11.125rem + 42.917vw, 40.375rem);
  max-height: 646px;
  max-height: clamp(27.5rem, -11.125rem + 42.917vw, 40.375rem);
  overflow: hidden;
}
@media (hover: hover) {
  .poster:hover .poster_col_inform_link::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
}
@media (hover: none) {
  .poster:active .poster_col_inform_link::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
}
@media (max-width: 1199px) {
  .poster {
    max-height: 440px;
    max-height: clamp(18rem, 1.111rem + 35.185vw, 27.5rem);
    min-height: 440px;
    min-height: clamp(18rem, 1.111rem + 35.185vw, 27.5rem);
  }
}
@media (max-width: 767px) {
  .poster {
    column-gap: 14px;
    padding: 40px 10px 30px 10px;
    min-height: 219px;
    position: relative;
  }
}
.poster_col {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .poster_col {
    width: auto;
    position: unset;
  }
}
.poster_col_inform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 483px;
  height: 100%;
  row-gap: 10px;
  align-items: center;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .poster_col_inform {
    max-width: clamp(13.75rem, -15.472rem + 60.88vw, 30.188rem);
  }
}
@media (max-width: 767px) {
  .poster_col_inform {
    margin: 0;
  }
}
.poster_col_inform_subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: clamp(1rem, 0.25rem + 0.833vw, 1.25rem);
  line-height: 26px;
  line-height: clamp(1.375rem, 0.625rem + 0.833vw, 1.625rem);
}
@media (max-width: 1199px) {
  .poster_col_inform_subtitle {
    font-size: 16px;
    font-size: clamp(0.75rem, 0.306rem + 0.926vw, 1rem);
    line-height: 18px;
    line-height: clamp(1.125rem, 0.681rem + 0.926vw, 1.375rem);
  }
}
@media (max-width: 767px) {
  .poster_col_inform_subtitle {
    text-align: left;
  }
}
.poster_col_inform_title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: clamp(1.375rem, -0.125rem + 1.667vw, 1.875rem);
  font-weight: 600;
  line-height: 38px;
  line-height: clamp(1.875rem, 0.375rem + 1.667vw, 2.375rem);
}
@media (max-width: 1199px) {
  .poster_col_inform_title {
    font-size: 22px;
    font-size: clamp(1.125rem, 0.681rem + 0.926vw, 1.375rem);
    line-height: 30px;
    line-height: clamp(1.5rem, 0.833rem + 1.389vw, 1.875rem);
  }
}
@media (max-width: 767px) {
  .poster_col_inform_title {
    text-align: left;
    font-weight: 400;
  }
}
.poster_col_inform_link {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.125rem + 0.833vw, 1.125rem);
  line-height: 24px;
  line-height: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
  position: relative;
  display: flex;
  max-width: fit-content;
}
.poster_col_inform_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 1px;
  position: absolute;
  transform: scaleX(1);
  transform-origin: 0% 100%;
  transition: transform 0.4s;
}
@media (max-width: 767px) {
  .poster_col_inform_link {
    display: none;
  }
}
.poster_col_sw {
  display: flex;
  max-height: 100%;
  max-width: 600px;
  max-width: clamp(23.75rem, -17.5rem + 45.833vw, 37.5rem);
}
@media (max-width: 767px) {
  .poster_col_sw {
    height: 100%;
  }
}
.poster_col_sw .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media (max-width: 767px) {
  .poster_col_sw .swiper-slide {
    justify-content: end;
  }
}
.poster_col_sw_image {
  display: flex;
  width: 100%;
}
.poster_col_sw_image.--vertical {
  aspect-ratio: 388/486;
  max-width: 388px;
  max-width: clamp(17rem, -4.75rem + 24.167vw, 24.25rem);
}
.poster_col_sw_image.--vertical img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .poster_col_sw_image.--vertical {
    max-width: 272px;
    max-width: clamp(12.438rem, 4.326rem + 16.898vw, 17rem);
  }
}
@media (max-width: 767px) {
  .poster_col_sw_image.--vertical {
    aspect-ratio: 116/144;
    height: 100%;
    width: auto;
  }
}
.poster_col_sw_image.--horizontal {
  aspect-ratio: 600/386;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .poster_col_sw_image.--horizontal {
    max-width: clamp(18.75rem, -14.583rem + 69.444vw, 37.5rem);
  }
}
@media (max-width: 767px) {
  .poster_col_sw_image.--horizontal {
    aspect-ratio: 116/144;
    height: 100%;
    width: auto;
  }
}
.poster_col_sw_image img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .poster_col_sw_image img {
    width: 100%;
    object-fit: cover;
  }
}
.poster_col_glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.poster_col_glow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    ellipse at center,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.7) 30%,
    rgba(150, 150, 150, 0.2) 60%,
    rgba(50, 50, 50, 0.05) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 50%;
  filter: blur(40px);
  animation: glowMove 12s infinite ease-in-out;
  opacity: 0.9;
}
@keyframes glowMove {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(10%, -5%) scale(1.05);
  }
  66% {
    transform: translate(-10%, 5%) scale(0.95);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.poster_col_glow svg {
  overflow: visible;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform: translateZ(0);
}
.poster_col.--left {
  padding-block: 80px;
  padding-block: clamp(2.5rem, -5rem + 8.333vw, 5rem);
}
@media (max-width: 1199px) {
  .poster_col.--left {
    padding-block: 40px;
    padding-block: clamp(1.875rem, 0.764rem + 2.315vw, 2.5rem);
  }
}
@media (max-width: 767px) {
  .poster_col.--left {
    padding: 0;
    width: 67%;
  }
}
.poster_col.--right {
  padding-block: 80px;
  padding-block: clamp(3.125rem, -2.5rem + 6.25vw, 5rem);
}
@media (max-width: 1199px) {
  .poster_col.--right {
    padding-block: 50px;
    padding-block: clamp(1.25rem, -2.083rem + 6.944vw, 3.125rem);
  }
}
@media (max-width: 767px) {
  .poster_col.--right {
    padding: 0;
    width: 33%;
  }
  .poster_col_glow {
    opacity: 0.7;
  }
}

/* Правки от 24.06 */
.footer_inform {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-inline: 50px;
  column-gap: 50px;
  width: 100%;
}
.footer_inform_link a {
  color: #2d2d2d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: 0.3s;
  display: flex;
  max-width: fit-content;
}
.footer_inform_link a:hover {
  color: #949598;
}
.footer_inform_link.--big {
  grid-column: span 2;
}

.tax-pwb-brand .sidebar_filter .woof {
  position: sticky;
  top: 50px;
  margin-bottom: 200px;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  max-width: 100%;
  width: 100%;
  padding-inline: 50px;
  margin-top: 20px;
}
.tax-pwb-brand .sidebar_filter .woof_container {
  padding: 0 0 20px 0;
}
.tax-pwb-brand .sidebar_filter .woof_checkbox_instock_container {
  padding: 0;
}
.tax-pwb-brand .sidebar_filter .woof::-webkit-scrollbar {
  width: 3px;
  height: 0px;
}
.tax-pwb-brand .wrap_catalog .sidebar_filter {
  padding: 0;
}
.wrap_catalog .wrap_logo {
  margin-inline: auto;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 1919px) {
  .tax-pwb-brand .sidebar_filter .woof {
    margin-bottom: 180px;
  }
  .wrap_catalog .wrap_logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .tax-pwb-brand .sidebar_filter .woof {
    padding-inline: 25px;
  }
  .wrap_catalog .wrap_logo {
    margin-inline: 25px;
  }
  .wrap_catalog .wrap_logo {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1199px) {
  .tax-pwb-brand .sidebar_filter .woof {
    padding-inline: 18px;
  }
  .wrap_catalog .wrap_logo {
    margin-bottom: 30px;
    top: calc(100% - 130px);
  }
  .wrap_catalog .wrap_logo {
    margin-inline: 18px;
  }
  .wrap_catalog .wrap_logo {
    max-width: calc(100% - 36px);
  }
}
@media screen and (max-width: 767px) {
  .tax-pwb-brand .sidebar_filter .woof {
    position: relative;
    top: 0;
    margin-bottom: 0;
    max-height: 100%;
    padding-inline: 0;
    margin-top: 0;
    overflow-y: visible;
  }
  .tax-pwb-brand .wrap_catalog .sidebar_filter {
    padding: 0 10px;
  }
  .tax-pwb-brand .sidebar_filter .woof_container {
    padding: 16px 10px;
  }
}
/* Правки от 11.07.25 */
.bright {
  display: block;
  background: var(
    --summer_calling,
    linear-gradient(
      206deg,
      #a7c4ea 9.3%,
      #e0a2c0 30.07%,
      #dba497 43.68%,
      #ff9d27 82%
    )
  );
}

.bright_wrap {
  padding-block: 60px 60px;
  padding-block: clamp(1.25rem, -0.417rem + 3.472vw, 3.75rem)
    clamp(1.5rem, 0rem + 3.125vw, 3.75rem);
  padding-inline: 160px 0;
  padding-inline: clamp(0rem, -6.667rem + 13.889vw, 10rem);
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.bright_wrap_inform {
  display: flex;
  flex-direction: column;
}
.bright_wrap_inform_date {
  color: #fff;
  font-size: 36px;
  font-size: clamp(1.125rem, 0.375rem + 1.563vw, 2.25rem);
  line-height: 44px;
  line-height: clamp(1.5rem, 0.667rem + 1.736vw, 2.75rem);
}
.bright_wrap_inform_title {
  color: #fff;
  font-family: "Besley", sans-serif;
  font-size: 100px;
  font-size: clamp(2.5rem, 0rem + 5.208vw, 6.25rem);
  font-weight: 500;
  line-height: 87px;
  line-height: clamp(2.188rem, 0.021rem + 4.514vw, 5.438rem);
  letter-spacing: -4px;
  margin-top: 88px;
  margin-top: clamp(4.75rem, 4.25rem + 1.042vw, 5.5rem);
}
@media screen and (max-width: 1199px) {
  .bright_wrap_inform_title {
    letter-spacing: -1.6px;
  }
}
.bright_wrap_inform_text {
  color: #fff;
  font-size: 36px;
  font-size: clamp(1.125rem, 0.375rem + 1.563vw, 2.25rem);
  line-height: 44px;
  line-height: clamp(1.5rem, 0.667rem + 1.736vw, 2.75rem);
  margin-top: 132px;
  margin-top: clamp(2.5rem, -1.333rem + 7.986vw, 8.25rem);
}

.bright_wrap:hover .bright_wrap_inform_btn {
  background-position: 100% 50%;
  transition-duration: 4s; 
  transition-timing-function: linear;
}

.bright_wrap_inform_btn {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 18px; 
  display: flex;
  max-width: fit-content;
  padding: 5px 20px 7px 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  
  background: linear-gradient(75deg,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  transition: background-position 4s linear; 
}

.bright_wrap_inform_btn:not(:hover) {
  transition-duration: 4s;
  transition-timing-function: ease-out;
}

.bright_wrap_inform_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(75deg,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0) 20%,
    rgba(255,255,255,0) 80%,
    rgba(255,255,255,0.1) 100%
  );
}

@media screen and (max-width: 767px) {
  .bright_wrap_inform_text {
    display: none;
  }
  .bright_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 103px;
  }
  .bright_wrap_inform_btn {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 21px 7px 21px;
  }
}

/************************ Форма спецпредложения *****************************/

.overlay #bright {
  height: auto;
  padding: 70px 190px;
  max-width: fit-content;
background: var(--summer_calling, linear-gradient(206deg, #A7C4EA 9.3%, #E0A2C0 30.07%, #DBA497 43.68%, #FF9D27 82%));
}

.overlay #bright .title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.overlay #bright .content {
  max-width: 480px;
  justify-content: center;
}

.overlay #bright .consult_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.overlay #bright .consult_wrap .consult_wrap_item {
  margin-bottom: 10px;
}

.overlay #bright .consult_wrap .consult_wrap_item input,
.overlay #bright .consult_wrap .consult_wrap_item textarea {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 12px 13px;
  border: 1px solid #d7d7d7;
  outline: none;
  transition: 0.6s;
  height: 100%;
  max-width: 100%;
  width: 100%;
  background: transparent;
}

.overlay #bright .consult_wrap .consult_wrap_item input.wpcf7-not-valid {
  border-color: red;
}

.overlay #bright .consult_wrap .consult_wrap_item textarea {
  width: 100%;
  resize: inherit;
  max-height: 107px;
  vertical-align: middle;
}

.overlay #bright .consult_wrap .consult_wrap_item input::placeholder,
.overlay #bright .consult_wrap .consult_wrap_item textarea::placeholder {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
}

.overlay #bright .consult_wrap .consult_wrap_inform {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.overlay #bright .consult_wrap .consult_wrap_action input {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.6s;
  padding: 4px 20px 6px 20px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  border: none;
  background: linear-gradient(75deg,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF,
    #5A0CC1, #9D57C0, #E0A2C0, #9747FF
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  transition: background-position 4s linear; 
}
.overlay #bright .consult_wrap .consult_wrap_action input:disabled {
  cursor: not-allowed;
}

.overlay #bright .consult_wrap .consult_wrap_action input::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(75deg,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0) 20%,
    rgba(255,255,255,0) 80%,
    rgba(255,255,255,0.1) 100%
  );
}
.overlay #bright .consult_wrap .consult_wrap_action input:hover {
  background-position: 100% 50%;
  transition-duration: 4s; 
  transition-timing-function: linear;
}
.overlay #bright .consult_wrap .consult_wrap_action input:not(:hover) {
  transition-duration: 4s;
  transition-timing-function: ease-out;
}

.overlay #bright .wpcf7-not-valid-tip,
.overlay #bright .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.overlay #bright .wpcf7-spinner {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay #bright .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  border: none;
  padding: 0;
  color: #2d2d2d;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

#bright .line-check .wpcf7-list-item-label:before {
  border: 1px solid #FFF;
}
#bright .line-check .wpcf7-list-item-label {
  color: #fff;
}
#bright .line-check {
  margin-bottom: 20px;
}
#bright .line-check .wpcf7-list-item-label:after {
  background-image: url(/wp-content/uploads/2025/07/check-white.svg);
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin-bottom: 0;
margin-top: 20px;
max-width: 820px;
color: var(--mid-grey, #949598);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
text-shadow: none;
}