@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

body {
  position: relative;
}

header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
header .logo {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
header nav {
  display: flex;
  gap: 50px;
  align-items: center;
}
header nav .navigation {
  display: flex;
  gap: 30px;
}
header nav .navigation a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .head {
  background-image: url(/assets/images/font.png);
  width: 100%;
  height: 1050px;
  background-size: cover;
  background-position: center;
  max-width: 1920px;
}
main .head .slider-screen {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
main .head .slider-screen .swiper-wrapper {
  margin-top: 770px;
  height: 170px;
  width: fit-content;
}
main .head .slider-screen .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
main .head .slider-screen .swiper-wrapper .swiper-slide .slider-content {
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  padding: 20px;
}
main .head .slider-screen .swiper-wrapper .swiper-slide .slider-content h1 {
  text-transform: uppercase;
}
main .head .slider-screen .swiper-wrapper .swiper-slide .slider-content h1 span {
  color: rgb(39, 106, 139);
}
main .head .slider-screen .swiper-wrapper .swiper-slide .slider-bottom {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 0 0 5px 5px;
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
}
main .head .slider-screen .swiper-wrapper .swiper-slide .slider-bottom h3 {
  color: rgb(255, 255, 255);
  font-weight: 600;
}
main .head .slider-screen .swiper-pagination {
  bottom: 185px !important;
  right: 0% !important;
  left: unset;
  width: auto;
  display: flex;
  gap: 5px;
}
main .head .slider-screen .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: solid 1px #FFFFFF;
  background-color: transparent;
  margin: 0;
}
main .head .slider-screen .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
main .about {
  max-width: calc(100% - 40px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 150px;
}
main .about h3 {
  text-transform: uppercase;
  color: rgb(170, 195, 189);
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
  max-width: 1200px;
  width: 100%;
}
main .about .about-row {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
main .about .about-row img {
  border-radius: 10px;
  flex-basis: 230px;
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 479px;
}
main .about .about-row .about-content {
  max-width: 660px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 230px;
  flex-shrink: 1;
  flex-grow: 1;
}
main .about .about-row .about-content .about-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .about .about-row .about-content .about-text h2 {
  font-weight: 400;
}
main .about .about-row .about-content .about-text h2 span {
  color: rgb(39, 106, 139);
  font-weight: 400;
}
main .about .about-row .about-content .about-text .about-text-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 40px;
}
main .about .about-row .about-content .about-text .about-text-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .about .about-row .about-content .about-button {
  display: flex;
  gap: 20px;
}
main .about .about-button {
  display: none;
}
main .why {
  width: 100%;
  gap: 50px;
  max-width: calc(100% - 40px);
}
main .why .why-row {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-template-rows: minmax(0px, 1fr);
  width: 100%;
  gap: 20px;
}
main .why .why-row .why-item {
  max-width: 386px;
  width: 100%;
  height: 286px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: rgba(170, 195, 189, 0.2);
}
main .why .why-row .why-item span {
  font-weight: 300;
  font-size: 80px;
  line-height: 100%;
  color: rgb(39, 106, 139);
  height: 97px;
  display: flex;
  align-items: center;
  width: fit-content;
}
main .why .why-row .why-item .why-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .why .why-row .why-item .why-content h2 {
  font-weight: 400;
  color: rgb(17, 17, 17);
}
main .why .why-row .why-item .why-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(24, 24, 24);
}
main .why .why-row .why-item-ask {
  max-width: 386px;
  width: 100%;
  height: 286px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .why .why-row .why-item-ask a {
  text-decoration: none;
  border-bottom: solid 1px rgb(39, 106, 139);
  color: rgb(39, 106, 139);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}
main .collections {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(24, 24, 24);
  border-radius: 10px;
  gap: 50px;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 20px 50px 20px;
  max-width: 1920px;
}
main .collections h3 {
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-top: 50px;
}
main .collections .collections-row {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}
main .collections .collections-row .collections-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .collections .collections-row .collections-content h2 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  max-width: 570px;
  width: 100%;
}
main .collections .collections-row .collections-content img {
  display: none;
}
main .collections .collections-row .collections-content .collections-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 439px;
  width: 100%;
}
main .collections .collections-row .collections-content .collections-text span {
  border: solid 1px rgb(170, 195, 189);
  border-radius: 35px;
  padding: 10px 20px;
  color: rgb(170, 195, 189);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
main .collections .collections-row .img {
  max-width: 600px;
  width: 100%;
  height: 380px;
  border-radius: 10px;
}
main .collections .line {
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 100%;
  max-width: 1200px;
}
main .catalog {
  max-width: calc(100% - 40px);
}
main .catalog .catalog-head {
  border-bottom: 1px solid #111111;
  padding-bottom: 20px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .catalog .catalog-head h3 {
  text-transform: uppercase;
  color: rgb(170, 195, 189);
  border: none;
  padding: 0;
}
main .catalog .catalog-head .catalog-sort .sort-select {
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(39, 106, 139);
}
main .catalog .catalog-head .catalog-sort #sort-button {
  background: transparent;
  border: none;
  color: rgb(39, 106, 139);
  padding: 0;
}
main .catalog .catalog-head .catalog-sort #sort-button:active {
  color: rgb(39, 106, 139);
}
main .catalog .catalog-head .catalog-sort #sort-button .ui-icon {
  background-image: url(/assets/images/arrow.png);
  background-position: 0px 4px;
  background-size: 14px 6px;
}
main .catalog .catalog-head .catalog-sort #sort-button .ui-selectmenu-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  width: fit-content;
}
main .catalog .catalog-head .catalog-sort a {
  display: none;
}
main .catalog .catalog-row {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 20px;
}
main .catalog .catalog-row .filter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 285px;
  width: 100%;
}
main .catalog .catalog-row .filter .filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .catalog .catalog-row .filter .filter-wrap h3 {
  border: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  font-weight: 600;
}
main .catalog .catalog-row .filter .filter-wrap .filter-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .catalog .catalog-row .filter .filter-wrap .filter-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
main .catalog .catalog-row .filter .filter-price {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .catalog .catalog-row .filter .filter-price .item-wrap {
  display: flex;
  flex-direction: column;
}
main .catalog .catalog-row .filter .filter-price .item-wrap h3 {
  border: 0;
  padding: 0;
  color: rgb(17, 17, 17);
  font-weight: 600;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .title {
  font-size: 16px;
  font-weight: 700;
  color: #393776;
  line-height: 150%;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item input {
  border: none;
  outline: none;
  padding: 0;
  color: #313131;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  width: 100%;
  max-width: 360px;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item input::placeholder {
  color: #A5A5A5;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price {
  display: flex;
  gap: 11px;
  margin-bottom: 10px;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price .wrap-input {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  border-radius: 5px;
  background-color: rgba(170, 195, 189, 0.2);
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price .wrap-input input {
  background-color: rgba(170, 195, 189, 0);
  text-align: center;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price span {
  display: flex;
  align-items: center;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price-for {
  display: flex;
  gap: 10px;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .price-for .wrap-input {
  flex: 1;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .range .irs--flat .irs-line {
  background-color: transparent;
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .range .irs--flat .irs-bar {
  top: 30px;
  height: 2px;
  background-color: rgb(39, 106, 139);
}
main .catalog .catalog-row .filter .filter-price .item-wrap .item .range .irs--flat .irs-handle i:first-child {
  width: 16px;
  height: 16px;
  margin-left: -1px;
  background-color: rgb(238, 246, 244);
  border: solid 2px rgb(39, 106, 139);
  border-radius: 50%;
  left: 0;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(170, 195, 189);
  transition: 0.4s;
  border-radius: 5px;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 5px;
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch input:checked + .slider {
  background-color: rgb(39, 106, 139);
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch input:checked + .slider:before {
  transform: translateX(16px);
}
main .catalog .catalog-row .filter .filter-price .filter-wrap .filter-switch .switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(39, 106, 139);
}
main .catalog .catalog-row .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-template-rows: minmax(0px, 1fr);
  width: 100%;
  gap: 20px;
}
main .catalog .catalog-row .products .product {
  width: 100%;
}
main .catalog .catalog-row .products .product .product-content h3 {
  font-size: 16px;
}
main .catalog .catalog-row .products .product img {
  max-width: 100%;
}
main .gallery {
  max-width: calc(100% - 40px);
}
main .gallery .gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .gallery .gallery-wrap .gallery-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
main .gallery .gallery-wrap .gallery-text h2 {
  text-align: center;
  line-height: 130%;
}
main .gallery .gallery-wrap .gallery-text p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .gallery .gallery-wrap .gallery-content {
  max-width: 2000px;
  width: 100%;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
}
main .gallery .gallery-wrap .gallery-content .gallery-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .gallery .gallery-wrap .gallery-content .gallery-column img {
  max-width: 360px;
  width: 100%;
}
main .gallery .gallery-wrap .gallery-content .gallery-column:nth-child(2) {
  margin-top: 50px;
}
main .gallery .gallery-wrap .gallery-content .gallery-big-wrap {
  margin-top: 200px;
}
main .gallery .gallery-wrap .gallery-content .gallery-big-wrap .gallery-big {
  max-width: 400px;
  width: 100%;
  max-height: 700px;
  height: 100%;
}
main .gallery .gallery-wrap .gallery_slider {
  display: none;
}
main .gallery-column:nth-of-type(4) {
  margin-top: 50px;
}
main .partners {
  gap: 50px;
  max-width: calc(100% - 40px);
}
main .partners .partners-row {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 60px;
}
main .partners .partners-row .partners-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
main .partners .partners-row .partners-content .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .partners .partners-row .partners-content .text .text-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .partners .partners-row .partners-content .text .text-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .partners .partners-row .partners-img {
  max-width: clamp(300px, 40%, 550px);
  object-fit: cover;
  object-position: left;
  width: 100%;
  border-radius: 5px;
}
main .partners .partners-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  padding: 80px 174px;
  border-radius: 10px;
  background-image: url(/assets/images/partners-col.png);
  background-position: top right;
  position: relative;
  margin-top: 100px;
}
main .partners .partners-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 1;
}
main .partners .partners-col .partners-col-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
main .partners .partners-col .partners-col-text p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
main .partners .partners-col::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
main .partners .partners-col .btn {
  z-index: 2;
  border: solid 1px rgb(17, 17, 17);
  color: rgb(17, 17, 17);
  background-color: rgb(255, 255, 255);
}
main .designer {
  width: calc(100% - 40px);
  max-height: 820px;
  min-height: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-image: url(/assets/images/designer.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  gap: 100px;
  padding: 50px 20px 100px 20px;
  max-width: 1920px;
}
main .designer h3 {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  z-index: 2;
}
main .designer .designer-col {
  max-width: 1200px;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .designer .designer-col p {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 200;
  line-height: 140%;
  color: rgb(255, 255, 255);
}
main .designer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 1;
}
main .ask {
  max-width: calc(100% - 40px);
}
main .ask #accordion {
  max-width: 1200px;
  width: 100%;
}
main .ask #accordion h3 {
  border: 0;
  height: 64px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: rgb(17, 17, 17);
  border: solid 1px rgb(39, 106, 139);
  border-radius: 5px;
  background-color: transparent;
  padding: 0 20px;
  margin-top: 20px;
  text-transform: none;
}
main .ask #accordion h3:first-child {
  margin-top: 0;
}
main .ask #accordion .ui-state-active {
  border-radius: 5px 5px 0 0 !important;
  border: 1px solid rgb(86, 89, 96) !important;
  border-bottom: unset !important;
  background-color: rgba(170, 195, 189, 0.2);
}
main .ask #accordion .ui-accordion-content {
  border: 1px solid rgb(86, 89, 96);
  border-radius: 0 0 5px 5px;
  border-top: unset;
  background-color: rgba(170, 195, 189, 0.2);
}
main .ask #accordion .ui-accordion-content ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .ask #accordion .ui-accordion-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .ask #accordion .ui-icon {
  background-image: url(/assets/images/add-circle.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-position: center;
}
main .ask #accordion .ui-state-active .ui-icon {
  background-image: url(/assets/images/minus-cirlce.png);
  background-repeat: no-repeat;
}
main .contacts {
  max-width: calc(100% - 40px);
}
main .contacts .contact-content {
  display: none;
}
main .contacts .contact {
  max-width: 1200px;
  width: 100%;
  height: 400px;
  background-image: url(/assets/images/map.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
main .contacts .contact .contact-content {
  max-width: 420px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 60px 0 0 60px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contacts .contact .contact-content h3 {
  border: 0;
  color: rgb(17, 17, 17);
  padding: 0;
}
main .contacts .contact .contact-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .contacts .contact .contact-content .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contacts .contact .contact-content .contact-info .contact-info-wrap {
  display: flex;
  gap: 20px;
}
main .contacts .contact .contact-content .contact-info .contact-info-wrap .btn {
  max-width: 240px;
  background-color: transparent;
  border: 1px solid rgb(17, 17, 17);
  color: rgb(17, 17, 17);
  gap: 10px;
}
main .contacts .contact .contact-content .contact-info .contact-info-wrap .contact-info-text {
  display: flex;
  gap: 20px;
}
main .contacts .contact .contact-content .contact-info .contact-info-wrap .contact-info-text .btn {
  width: 50px;
  background-color: transparent;
  border: 1px solid rgb(17, 17, 17);
}
main .contacts .contact .contact-content .contact-info .btn {
  max-width: 380px;
  width: 100%;
  border: 0;
  background-color: rgb(39, 106, 139);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
main .contacts .map {
  max-width: 1200px;
  width: 100%;
  position: relative;
}
main .contacts .map iframe {
  width: 100%;
  border: 0;
  border-radius: 10px;
}
main .contacts .map .contact-content {
  position: absolute;
  top: 60px;
  left: 60px;
  max-width: 420px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contacts .map .contact-content h3 {
  border: 0;
  color: rgb(17, 17, 17);
  padding: 0;
}
main .contacts .map .contact-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .contacts .map .contact-content .contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contacts .map .contact-content .contact-info .contact-info-wrap {
  display: flex;
  gap: 20px;
}
main .contacts .map .contact-content .contact-info .contact-info-wrap .btn {
  max-width: 240px;
  background-color: transparent;
  border: 1px solid rgb(17, 17, 17);
  color: rgb(17, 17, 17);
  gap: 10px;
}
main .contacts .map .contact-content .contact-info .contact-info-wrap .contact-info-text {
  display: flex;
  gap: 20px;
}
main .contacts .map .contact-content .contact-info .contact-info-wrap .contact-info-text .btn {
  width: 50px;
  background-color: transparent;
  border: 1px solid rgb(17, 17, 17);
}
main .contacts .map .contact-content .contact-info .btn {
  max-width: 380px;
  width: 100%;
  border: 0;
  background-color: rgb(39, 106, 139);
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
main .single_product {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  width: calc(100% - 40px);
}
main .single_product .text_product {
  display: none;
}
main .single_product .image_product {
  max-width: 1200px;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
}
main .single_product .image_product .swiper {
  max-width: 545px;
  width: 100%;
  height: 97px;
  margin-left: auto;
  margin-right: auto;
}
main .single_product .image_product .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  align-items: flex-end;
}
main .single_product .image_product .swiper-slide img {
  display: block;
  max-width: 545px;
  max-height: 545px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
main .single_product .image_product .slider_images {
  height: 80%;
  width: 100%;
}
main .single_product .image_product .main_slider {
  height: 20%;
  box-sizing: border-box;
  padding: 0 0;
}
main .single_product .image_product .main_slider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
main .single_product .image_product .main_slider .swiper-slide img {
  max-width: 97px !important;
  width: 100%;
  max-height: 97px !important;
  border-radius: 5px;
}
main .single_product .image_product .main_slider .swiper-slide-thumb-active {
  opacity: 1;
}
main .single_product .product_info {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
main .single_product .product_info .product_info_top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
main .single_product .product_info .product_info_top .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .single_product .product_info .product_info_top .description .text_head {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(17, 17, 17);
  border-bottom: solid 1px rgb(17, 17, 17);
  padding-bottom: 10px;
}
main .single_product .product_info .product_info_top .description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .single_product .product_info .product_info_top .item_info_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .single_product .product_info .product_info_top .item_info_wrap .text_head {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(17, 17, 17);
  border-bottom: solid 1px rgb(17, 17, 17);
  padding-bottom: 10px;
}
main .single_product .product_info .product_info_top .item_info_wrap .item_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .single_product .product_info .product_info_top .item_info_wrap .item_info .info {
  display: flex;
  justify-content: space-between;
}
main .single_product .product_info .product_info_top .item_info_wrap .item_info .info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(17, 17, 17);
}
main .single_product .product_info .product_info_bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .single_product .product_info .product_info_bottom .attention {
  height: 72px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 5px;
  background-color: rgba(170, 195, 189, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
main .single_product .product_info .product_info_bottom a {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: solid 1px rgb(39, 106, 139);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  color: rgb(39, 106, 139);
}
main .single_product .product_info .product_info_bottom a span {
  color: rgb(24, 24, 24);
}

footer {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(24, 24, 24);
  padding: 70px 10px 165px 10px;
  border-radius: 10px;
  gap: 60px;
  margin-top: 130px;
  max-width: 1920px;
}
footer .footer-wrap {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .logo {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
footer .footer-wrap nav {
  display: flex;
  gap: 50px;
  align-items: center;
}
footer .footer-wrap nav .navigation {
  display: flex;
  gap: 30px;
}
footer .footer-wrap nav .navigation a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
footer .footer-bottom {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  border-top: solid 1px rgb(255, 255, 255);
}
footer .footer-bottom span {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
footer .footer-bottom .footer-info {
  display: flex;
  gap: 33px;
}
footer .footer-bottom .footer-info a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
footer .footer-bottom .footer-info a span {
  text-transform: unset;
  color: rgb(170, 195, 189);
}

#sort-menu {
  width: 203px !important;
}

@media (max-width: 1024px) {
  header {
    max-width: calc(100% - 40px);
  }
  header nav .navigation {
    display: none;
  }
  main .head .slider-screen {
    max-width: calc(100% - 40px);
  }
  main .about {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 80px;
    margin-top: 30px;
  }
  main .about .about-row {
    gap: 30px;
  }
  main .about .about-row img {
    min-width: 250px;
    width: 100%;
    max-width: 480px;
    object-fit: cover;
  }
  main .about .about-row .about-content .about-button {
    display: none;
  }
  main .about .about-button {
    display: flex;
    width: 100%;
  }
  main .about .about-button span {
    max-width: 450px;
    width: 100%;
  }
  main .why .why-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-template-rows: minmax(0px, 1fr);
    width: 100%;
    gap: 20px;
  }
  main .why .why-row .why-item,
  main .why .why-row .why-item-ask {
    width: 100%;
    max-width: unset;
    height: 278px;
  }
  main .collections h3 {
    max-width: calc(100% - 40px);
  }
  main .collections .collections-row {
    max-width: calc(100% - 40px);
  }
  main .collections .collections-row img {
    max-width: 344px;
    width: 100%;
  }
  main .collections .collections-row .collections-content .collections-text {
    max-width: 324px;
  }
  main .collections .collections-row .collections-content .collections-text span {
    font-size: 12px;
    padding: 5px 10px;
  }
  main .collections .line {
    max-width: calc(100% - 40px);
  }
  main .catalog {
    gap: 20px;
  }
  main .catalog .catalog-head {
    flex-direction: column;
    border: 0;
    gap: 20px;
    padding: 0;
  }
  main .catalog .catalog-head h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #111111;
  }
  main .catalog .catalog-head .catalog-sort {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  main .catalog .catalog-head .catalog-sort a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: rgb(39, 106, 139);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
  }
  main .catalog .catalog-row .filter {
    display: none;
  }
  main .catalog .catalog-row .products {
    gap: 20px 10px;
  }
  main .gallery {
    max-width: 100%;
    gap: 30px;
    overflow: hidden;
  }
  main .gallery .gallery-wrap {
    align-items: center;
    overflow: hidden;
  }
  main .gallery .gallery-wrap .gallery-content {
    gap: 20px;
    width: 1050px;
  }
  main .gallery .gallery-wrap .gallery-content .gallery-column {
    gap: 20px;
  }
  main .gallery .gallery-wrap .gallery-content .gallery-column:nth-child(2) {
    margin-top: 25px;
  }
  main .gallery .gallery-wrap .gallery-content .gallery-column:nth-of-type(4) {
    margin-top: 25px;
  }
  main .gallery .gallery-wrap .gallery-content .gallery-big-wrap {
    margin-top: 100px;
  }
  main .partners .partners-row .partners-content {
    gap: 30px;
  }
  main .partners .partners-row .partners-img {
    object-position: -100px;
  }
  main .partners .partners-col {
    padding: 80px 30px;
    margin-top: 30px;
  }
  main .designer {
    margin-top: 45px;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  main .designer h3 {
    max-width: calc(100% - 40px);
  }
  main .designer .designer-col {
    max-width: calc(100% - 40px);
  }
  main .contacts .map .contact-content {
    top: 20px;
    left: 20px;
  }
  main .single_product {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  main .single_product .text_product {
    display: block;
    text-align: start;
    width: 100%;
  }
  main .single_product .image_product {
    gap: 20px;
  }
  main .single_product .image_product .swiper-slide img {
    height: 545px;
  }
  main .single_product .product_info {
    width: calc(100% - 40px);
  }
  main .single_product .product_info .product_info_top {
    gap: 30px;
  }
  main .single_product .product_info .product_info_top h2 {
    display: none;
  }
  main .single_product .product_info .product_info_bottom {
    flex-direction: row;
    gap: 30px;
  }
  main .single_product .product_info .product_info_bottom .attention {
    height: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  main .single_product .product_info {
    gap: 20px;
  }
  main .single_product .product_info .product_info_top .description p {
    font-size: 12px;
  }
  main .single_product .product_info .product_info_bottom {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 570px) {
  main .single_product .image_product .slider_images {
    width: 340px;
  }
  main .single_product .image_product .slider_images .swiper-wrapper .swiper-slide img {
    max-width: 340px;
    height: 340px;
    width: 100%;
  }
  main .single_product .image_product .main_slider {
    max-width: 340px;
  }
  main .single_product .image_product .main_slider .swiper-wrapper .swiper-slide img {
    height: 70px;
    width: 70px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  footer {
    margin-top: 80px;
    padding: 20px;
    gap: 40px;
  }
  footer .footer-wrap {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-wrap .logo {
    max-width: 91px;
  }
  footer .footer-wrap nav .navigation {
    justify-content: space-between;
    width: 100%;
  }
  footer .footer-wrap nav .footer-menu {
    display: none;
  }
  footer .footer-bottom {
    padding-top: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
  footer .footer-bottom .footer-info {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  main .head {
    height: 800px;
    background-position: 1324px;
  }
  main .head .slider-screen {
    max-width: calc(100% - 20px);
  }
  main .head .slider-screen .swiper-wrapper {
    margin-top: 500px;
  }
  main .head .slider-screen .swiper-wrapper .swiper-slide .slider-content,
  main .head .slider-screen .swiper-wrapper .swiper-slide .slider-bottom {
    padding: 10px;
  }
  main .head .slider-screen .swiper-wrapper .swiper-slide .slider-content h3,
  main .head .slider-screen .swiper-wrapper .swiper-slide .slider-bottom h3 {
    font-size: 10px;
  }
  main .head .slider-screen .swiper-pagination {
    display: none;
  }
  main .about {
    max-width: calc(100% - 20px);
    margin-top: 50px;
    gap: 20px;
  }
  main .about .about-row {
    flex-direction: column;
    gap: 30px;
  }
  main .about .about-row img {
    height: 300px;
    width: 100%;
    max-width: 100%;
  }
  main .about .about-row .about-content .about-text {
    gap: 20px;
  }
  main .about .about-row .about-content .about-text .about-text-content {
    gap: 14px;
    padding: 0;
  }
  main .about .about-row .about-content .about-text .about-text-content p {
    font-size: 14px;
  }
  main .about .about-button .arrow {
    display: none;
  }
  main .about .about-button span {
    max-width: 100%;
  }
  main .why .why-row {
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-rows: minmax(0px, 1fr);
    width: 100%;
    gap: clamp(10px, 3vw, 20px);
  }
  main .why .why-row .why-item {
    padding: clamp(10px, 3vw, 20px);
    height: clamp(185px, 3vw, 278px);
  }
  main .why .why-row .why-item span {
    font-size: clamp(50px, 11vw, 80px);
    height: 61px;
  }
  main .why .why-row .why-item .why-content {
    gap: clamp(20px, 3vw, 30px);
  }
  main .why .why-row .why-item-ask {
    height: 50px;
    padding: clamp(10px, 3vw, 20px);
  }
  main .collections {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(10px, 3vw, 20px);
    padding-right: clamp(10px, 3vw, 20px);
    padding-bottom: clamp(20px, 6vw, 50px);
  }
  main .collections h3 {
    margin-top: clamp(20px, 7vw, 50px);
    max-width: 100%;
  }
  main .collections .collections-row {
    max-width: 100%;
  }
  main .collections .collections-row .collections-content {
    gap: 20px;
    width: 100%;
  }
  main .collections .collections-row .collections-content img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    max-height: clamp(205px, 67vw, 350px);
    object-fit: cover;
  }
  main .collections .collections-row img {
    display: none;
  }
  main .collections .line {
    max-width: 100%;
  }
  main .catalog .catalog-head .catalog-sort #sort-button {
    width: fit-content;
  }
  main .catalog .catalog-head .catalog-sort #sort-button .ui-selectmenu-text {
    margin-right: 28px;
  }
  main .catalog .catalog-row .products {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  main .catalog .catalog-row .products {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  main .catalog .catalog-row .products .product:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 768px) {
  main .catalog .catalog-row .products .product:nth-child(n+9) {
    display: none;
  }
  main .gallery h3 {
    max-width: 100%;
  }
  main .gallery .gallery-wrap {
    width: 100%;
  }
  main .gallery .gallery-wrap .gallery-content {
    display: none;
  }
  main .gallery .gallery-wrap .swiper {
    width: 100%;
    height: 100%;
    display: block;
  }
  main .gallery .gallery-wrap .swiper .swiper-wrapper {
    max-height: clamp(350px, 66vw, 500px);
    max-width: clamp(250px, 66vw, 500px);
  }
  main .gallery .gallery-wrap .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .gallery .gallery-wrap .swiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: clamp(350px, 66vw, 500px);
    max-width: clamp(250px, 66vw, 500px);
    object-fit: cover;
    border-radius: 2.5px;
  }
  main .partners .partners-row {
    flex-direction: column;
    gap: 30px;
  }
  main .partners .partners-row .partners-content .text {
    gap: 20px;
  }
  main .partners .partners-row .partners-content .btn {
    max-width: 100%;
    font-size: 14px;
  }
  main .partners .partners-row .partners-img {
    max-width: 100%;
    object-position: 0px;
    max-height: clamp(340px, 61vw, 460px);
  }
  main .partners .partners-col {
    padding: 40px 10px;
    gap: 30px;
  }
  main .partners .partners-col .btn {
    font-size: 14px;
  }
  main .designer {
    max-width: 100%;
    padding: 50px 10px;
    max-height: 683px;
    height: 100%;
    min-height: unset;
  }
  main .designer h3 {
    max-width: 100%;
  }
  main .designer .designer-col {
    max-width: 100%;
  }
  main .ask .ui-accordion h3 {
    font-size: 14px;
    padding: 10px !important;
    gap: 10px;
  }
  main .ask .ui-accordion h3 span {
    flex-shrink: 0;
  }
  main .contacts .contact-content {
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main .contacts .contact-content h3 {
    border: 0;
    color: rgb(17, 17, 17);
    padding: 0;
  }
  main .contacts .contact-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgb(17, 17, 17);
  }
  main .contacts .contact-content .contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main .contacts .contact-content .contact-info .contact-info-wrap {
    display: flex;
    gap: 10px;
  }
  main .contacts .contact-content .contact-info .contact-info-wrap .btn {
    max-width: 240px;
    background-color: transparent;
    border: 1px solid rgb(17, 17, 17);
    color: rgb(17, 17, 17);
    gap: 10px;
  }
  main .contacts .contact-content .contact-info .contact-info-wrap .contact-info-text {
    display: flex;
    gap: 10px;
  }
  main .contacts .contact-content .contact-info .contact-info-wrap .contact-info-text .btn {
    width: 50px;
    background-color: transparent;
    border: 1px solid rgb(17, 17, 17);
  }
  main .contacts .contact-content .contact-info .btn {
    max-width: 380px;
    width: 100%;
    border: 0;
    background-color: rgb(39, 106, 139);
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
  }
  main .contacts .map iframe {
    height: 500px;
  }
  main .contacts .map .contact-content {
    display: none;
  }
  footer {
    width: calc(100% - 20px);
    padding: 10px;
  }
  footer .footer-wrap nav {
    flex-direction: column;
  }
  footer .footer-wrap nav .navigation {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-bottom .footer-info {
    flex-direction: column;
    gap: 40px;
  }
}/*# sourceMappingURL=style.css.map */