@charset "UTF-8";
@font-face {
  font-family: "Forum";
  src: url("../fonts/Forum-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("../fonts/PTSansCaption-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Caption";
  src: url("../fonts/PTSansCaption-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  font-family: "PT Sans Caption", "Arial Narrow", "Roboto", sans-serif;
  box-sizing: border-box;
}

.im-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(180deg, #8154AC 0%, #560A9E 100%);
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 1.2em;
  margin: 50px 0;
  text-decoration: none;
  text-align: center;
}

.im-button:hover {
  background: linear-gradient(180deg, #8154AC 0%, #380568 100%);
}

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

.getresource__item {
  margin: 5px;
  width: 24%;
  padding: 15px 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.getresource__item:hover {
  background-color: #fff;
}

.getresource__date {
  font-size: 0.8em;
}

.getresource__title {
  max-width: 80%;
}

.getresource__title a {
  color: #2E977D;
  text-decoration: none;
}

.pageList {
  display: flex;
}

.pageList li {
  list-style: none;
  padding: 0 5px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  position: relative;
  padding: 0;
  font-size: 0.8em;
  background-color: #f5f5f5;
  padding: 5px 0;
}no
.breadcrumb a {
  color: #3a4a5a;
  text-decoration: none;
}

.breadcrumb-item {
  padding: 0 0 0 3px;
}

.breadcrumb-item:before {
  content: ">";
  padding: 0 3px;
}

.breadcrumb-item:first-child:before {
  content: "";
}

header {
  flex: 0 0 auto;
}

.top-padding {
  padding: 93px 0 0 0;
}

.dark {
  background: #1C302B;
  background: linear-gradient(41deg, rgb(28, 48, 43) 0%, rgb(79, 128, 118) 70%, rgb(119, 184, 167) 100%);
}
.dark h2 {
  color: #fff;
  margin: 0 auto;
}

section {
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
}
section h2 {
  color: #1C302B;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 80px;
  font-family: "Forum", sans-serif;
}

.section {
  margin: 60px 0 20px 0;
}

.section__title {
  font-weight: 300;
  font-size: 2.2em;
  margin-bottom: 20px;
  font-family: Forum;
}

.section__title.ordinary {
  color: #1C302B;
  font-weight: 700;
  font-size: 2em;
  margin: 50px 0 0 0;
}

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

.section__col {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.gallery {
  flex-wrap: wrap;
}

.gallery__item {
  width: 30%;
  margin: 20px 0px;
}

.gallery__image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.gallery__image img:hover {
  transform: scale(1.1);
}

.gallery__image_desc {
  padding: 8px;
  background-color: #F5F5F5;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.page-container__wide {
  max-width: none;
  width: 100%;
}

.container__narrow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: block;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C302B;
  box-shadow: 0px 4px 14px -8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.header__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 3;
}
.header__logo img {
  width: 200px;
  height: 50px;
  max-width: 100%;
  display: block;
}
.header__burger {
  display: none;
}
.header a.parent {
  margin: 0px 20px 0 0;
}
.header__list > li {
  position: relative;
  list-style: none;
  margin-right: 20px;
}
.header__list > li:last-child {
  margin-right: 0;
}
.header__list > li.active {
  color: #560A9E;
}
.header__list > li.active:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #560A9E;
}
.header__list {
  display: flex;
  position: relative;
  z-index: 2;
}
.header__link {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.header__link:hover {
  color: #ccc;
  transition: all 0.1s;
}

body.mouse .header__list > li:hover .sub-header__list1 {
  display: block;
}

body.mouse .sub-header__list1 > li:hover .sub-header__list2 {
  display: block;
}

body.touch .sub-header__list1.open {
  display: block;
}

body.touch .sub-header__list2.open {
  display: block;
}

body.touch .arrow {
  display: block;
}

.sub-header__link {
  color: #fff;
  text-decoration: none;
}

.sub-header__link.parent {
  border-bottom: none;
}

.sub-header__list1 {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  top: 15px;
  border-radius: 6px;
  text-align: right;
  min-width: 200px;
  border: 1px solid #ccc;
}

.sub-header__list1 li {
  position: relative;
  padding: 10px 10px 10px 20px !important;
  border-bottom: 1px solid #ccc;
  background-color: #1C302B;
}

.sub-header__list1 li:hover {
  background-color: #89BDB1;
  color: #fff;
}

.sub-header__list1 li:hover > .header__link {
  color: #fff;
}

.sub-header__list1 li:hover .sub-header__list1 {
  display: block;
}

.sub-header__list1 li:last-child {
  border-bottom: none;
  margin-right: 0 !important;
}

.sub-header__list2 {
  display: none;
  list-style: none;
  position: absolute;
  top: 0px;
  right: 100%;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.sub-header__list2 li {
  position: relative;
  background-color: #1C302B;
}

.sub-header__list2 li:last-child {
  border-bottom: none;
  margin-right: 0 !important;
}

.sub-header__link2 {
  color: #fff;
  text-decoration: none;
}

.hero {
  display: flex;
  height: 100vh;
  width: 100%;
  background-image: url("../images/backgrounds/background2.jpg");
  background-position: left;
  background-size: cover;
  position: relative;
  align-items: center;
}
.hero__info {
  position: absolute;
  top: 30px;
  right: 100px;
  color: #fff;
  text-align: right;
  padding: 10px 20px;
}
.hero__info_tel a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4em;
  border-bottom: 1px solid #5adda4;
}
.hero__info_addr {
  margin-top: 10px;
}
.hero__back {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: url("../images/backgrounds/pattern_cross.png");
}
.hero__back_logo {
  position: relative;
  display: flex;
}
.hero__back_logo a {
  display: flex;
  margin: 0 auto;
  margin-top: 50px;
}
.hero__back_logo img {
  width: 250px;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}
.hero__title {
  position: relative;
  z-index: 2;
  margin-left: 13%;
}
.hero__title h1 {
  font-weight: 400;
  font-size: 4em;
  font-family: "Forum", sans-serif;
  text-shadow: 4px 5px 4px rgb(28, 48, 43);
}
.hero__title p {
  font-size: 1.6em;
  text-shadow: 3px 3px 3px rgb(0, 0, 0);
}
.hero__title_button {
  margin: 20px auto;
  display: inline-block;
  background: #77B8A7;
  padding: 20px;
  border-radius: 25px;
  width: 300px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  text-shadow: none;
  transition: all 0.3s ease;
}
.hero__title_button:hover {
  transform: scale(1.1);
}
.hero__title {
  color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.hero__links {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #1C302B;
  list-style: none;
  border-radius: 20px;
}
.hero__links li {
  margin: 8px;
}
.hero__links li img {
  width: 36px;
  height: 36px;
}
.hero__links li {
  transition: all 0.2s ease;
}
.hero__links li:hover {
  position: relative;
}
.hero__links li:hover::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5adda4;
}

.features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.features__item {
  min-height: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 45%;
  border-left: 1px solid #5adda4;
  justify-content: flex-start;
  align-items: flex-start;
}
.features__item_title {
  font-size: 4em;
  color: #1C302B;
  line-height: 1;
  font-family: Forum;
  font-weight: 700;
}
.features__item_desc {
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.6;
}
.features__epilogue {
  margin-top: 60px;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
}
.features__button-consult {
  display: block;
  width: 400px;
  padding: 20px;
  background-color: #77B8A7;
  color: #1C302B;
  text-align: center;
  border-radius: 40px;
  margin: 20px;
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.2em;
  cursor: pointer;
}

/* Базовые стили для контейнера слайдера */
.swiper {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}

section#gallery {
  max-width: 100% !important;
  padding: 80px 0;
}
section#gallery h2 {
  margin-bottom: 40px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e2a3a;
  max-height: 450px !important;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.swiper-lazy-preloader {
  border-color: #007aff;
  /* цвет спиннера */
}

/* Стили для пагинации (точки) */
.swiper-pagination-bullet {
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: #007aff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(0.8);
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: scale(0.6);
}

/* Контейнер для кнопок управления зумом (опционально) */
.reviews {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
}
.reviews__row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
}
.reviews__img {
  flex: 1;
  overflow: hidden;
}
.reviews__img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  opacity: 0.8;
  transition: all 0.2s ease 0s;
}
.reviews__img img:hover {
  transform: scale(0.9);
  opacity: 1;
}
.reviews__yandex {
  position: relative;
  flex: 1;
  height: 560px;
  overflow: hidden;
}

.button {
  background-color: #89BDB1;
  padding: 20px 60px;
  font-family: Forum;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  color: #1e2a3a;
  font-size: 1.4em;
  font-weight: 700;
  border-radius: 40px;
}

.prices p {
  margin: 0 auto 30px auto;
}

.prices-for-tailoring {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
.prices-for-tailoring__item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  border: 1px solid #d8d8d8;
  padding: 0px;
  justify-content: space-between;
}
.prices-for-tailoring__item_mobile-img {
  display: none;
}
.prices-for-tailoring__item_photo {
  height: 256px;
  position: relative;
  width: 100%;
}
.prices-for-tailoring__item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.prices-for-tailoring__item_title {
  font-family: "Forum", sans-serif;
  position: absolute;
  bottom: 20px;
  left: 0px;
  font-size: 2em;
  color: #282828;
  font-weight: 500;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(224, 224, 224, 0.8) 65%, rgba(255, 255, 255, 0) 100%);
  padding: 5px 30px 5px 20px;
  text-shadow: 2px 3px 6px #aeaeae;
}
.prices-for-tailoring__item_title span {
  display: flex;
  font-size: 0.6em;
}
.prices-for-tailoring__item_arrow {
  visibility: hidden;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 3em;
  font-weight: 500;
}
.prices-for-tailoring__item_desc {
  position: relative;
  padding: 0px 20px;
  margin: 20px 0;
}
.prices-for-tailoring__item_desc::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background: linear-gradient(41deg, rgb(255, 255, 255) 0%, rgb(114, 199, 178) 50%, rgb(255, 255, 255) 100%);
  bottom: -20px;
  left: 40%;
}
.prices-for-tailoring__item_price {
  text-align: center;
  font-size: 2em;
}
.prices-for-tailoring__item_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 20px 30px;
  background-color: #89BDB1;
  color: #1C302B;
  font-family: "Forum";
  font-weight: 700;
  font-size: 1.4em;
  width: 90%;
  margin: 20px auto;
  border-radius: 40px;
  cursor: pointer;
}
.prices-for-tailoring__item_features {
  padding: 20px;
  list-style: none;
}
.prices-for-tailoring__item_features li {
  position: relative;
  margin: 10px 0 0px 20px;
}
.prices-for-tailoring__item_features li:first-child {
  margin: 0 0 0 20px;
}
.prices-for-tailoring__item_features li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -25px;
  width: 16px;
  height: 1px;
  background: linear-gradient(41deg, rgb(255, 255, 255) 0%, rgb(114, 199, 178) 50%, rgb(255, 255, 255) 100%);
}

.our-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.our-process__item {
  position: relative;
  display: flex;
  min-height: 160px;
}
.our-process__item_number {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 0px;
  font-size: 3.3em;
  line-height: 0;
  color: #1C302B;
  font-family: Forum;
  font-weight: 700;
  border-left: 4px solid #5adda4;
}
.our-process__item_number:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50px;
  width: 340px;
  height: 2px;
  border-top: 2px dashed #70cab7;
}
.our-process__item_number:last-child {
  border-top: none;
}
.our-process__item_number:last-child::after {
  border-top: none;
}
.our-process__item p {
  margin: 65px 0 0 0;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 1.2em;
}

.mobile-break::after {
  content: "\a";
  white-space: pre;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
.price-list__item {
  margin: 5px;
  padding: 20px;
  background-position: center;
  background-size: cover;
  border: 1px solid #89BDB1;
  min-height: 400px;
  position: relative;
}
.price-list__item a {
  text-decoration: underline;
  color: #fff;
}
.price-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #5adda4;
  transition: height 0.3s ease;
}
.price-list__item:hover {
  position: relative;
}
.price-list__item:hover:after {
  height: 10px;
}
.price-list__item:first-child {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/1_tyul_s_poshivom.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/2_pryamie_portyeri.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/7_skaterti_salfetki.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(4) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/5_svetozashita.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(5) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/4_karnizy.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(6) {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../images/backgrounds/price/6_pokryvalo_pod_podushki.jpg") no-repeat center/cover;
}
.price-list__item:nth-child(7) {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url("../images/backgrounds/price/3_rimskie_shtory.jpg") no-repeat center/cover;
}
.price-list__item_title {
  font-size: 2.6em;
  font-family: Forum;
  color: #fff;
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
.price-list__item_title a {
  font-family: Forum;
}
.price-list__item ul {
  list-style: none;
}
.price-list__item ul li {
  margin: 10px 0;
  hyphens: none;
  position: relative;
  color: #fff;
  font-size: 1.2em;
}
.price-list__item ul li span:nth-child(2) {
  font-weight: 700;
}
.price-list__item ul li span:last-child {
  font-size: 0.9em;
  color: #89BDB1;
}
.price-list__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.price-list__item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.price-list__item:nth-child(3) {
  grid-area: 3/1/4/2;
}
.price-list__item:nth-child(4) {
  grid-area: 1/2/2/3;
}
.price-list__item:nth-child(5) {
  grid-area: 2/2/3/3;
}
.price-list__item:nth-child(6) {
  grid-area: 3/2/4/3;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
.contacts__info, .contacts__form {
  flex: 1;
}
.contacts__text ul li img {
  width: 32px;
}
.contacts__form h3 {
  font-family: "Forum";
  font-weight: 100;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.contacts__form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts__form form input {
  height: 40px;
  margin: 20px 0;
}
.contacts__form form input:first-child {
  margin: 0 0 10px 0;
}
.contacts__form form button {
  background-color: #89BDB1;
  color: #1C302B;
  border: 0;
  height: 50px;
  border-radius: 40px;
  font-size: 1.3em;
  font-family: "Forum";
  width: 80%;
  margin: 0 auto;
}
.contacts__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  border-bottom: 1px solid #89BDB1;
}
.contacts__item ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.contacts__item ul li {
  margin: 0 10px;
}

.map {
  height: 300px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.mapwrapper {
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-image: url(/assets/images/map.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.mapwrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: all 0.25s ease;
  opacity: 0.85;
  content: "Показать карту";
}

.mapwrapper:hover {
  color: #1C302B;
}

.mapwrapper.load:before,
.mapwrapper.done:before {
  display: none;
}

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

.mapwrapper .preloader {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.mapwrapper.load .preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 100;
  color: #ccc;
  visibility: visible;
}

.mapwrapper .spinner {
  display: none;
}

.mapwrapper.load .spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  animation: preloader-rotate 2s infinite linear;
}

.spinner:before {
  content: "§";
  font-size: 3em;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.preloader.off {
  transition: 0.3s opacity;
  visibility: hidden;
  opacity: 0;
}

.preloader.none {
  display: none;
  justify-content: space-around;
  align-items: center;
}

.footer {
  display: flex;
  width: 100%;
  color: #fff;
}
.footer__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
}
.footer__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.footer__info_item {
  display: flex;
  font-size: 0.8em;
  color: #fff;
  margin: 10px 0;
}
.footer__info_item a {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}
.footer__copyright {
  white-space: nowrap;
  font-size: 0.8em;
}
.footer__disclaimer {
  font-size: 0.6em;
  padding: 0 20px;
  margin: 0 auto;
}
.footer__disclaimer a {
  color: #fff;
}
.footer__social-links {
  min-width: 275px;
}
.footer__social-links ul {
  justify-content: space-between;
}
.footer__social-links ul li img {
  max-width: 36px;
}
.footer__social-links ul {
  display: flex;
}
.footer__social-links li {
  list-style: none;
}
.footer__social-links a {
  font-size: 1.6em;
  color: #fff;
  transition: all 0.2s;
}
.footer__social-links a:hover {
  color: #5adda4;
}

.block404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 20px;
}
.block404__number {
  font-size: 12em;
  color: #ccc;
}
.block404__text {
  font-size: 1.2em;
  color: 0;
  text-align: center;
}

.darkgray {
  background-color: #292929;
}

.popup-callback {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.popup-callback form {
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
}
.popup-callback form label {
  display: block;
  margin: 10px 0;
}
.popup-callback form input {
  display: block;
  height: 30px;
  font-size: 1em;
  width: 100%;
}
.popup-callback form button {
  display: inline-block;
  margin-top: 10px;
  height: 50px;
  background-color: #89BDB1;
  border: none;
  cursor: pointer;
  font-size: 1em;
  padding: 0 20px;
}
.popup-callback ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}
.popup-callback ul li {
  margin: 0 10px;
}
.popup-callback ul li img {
  width: 36px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.close-popup:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 25px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
}
.close-popup:before {
  position: absolute;
  content: "";
  top: 10px;
  width: 25px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
}
.close-popup:hover {
  transform: scale(0.8);
}

@media (max-width: 1080px) {
  .swiper-slide {
    height: 300px;
  }
  .our-process__item_number::after {
    width: 250px;
  }
  .footer__col.split {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__disclaimer {
    padding: 0;
  }
}
@media (max-width: 1024px) and (max-height: 600px) {
  .hero__back_logo a {
    margin-top: 20px;
  }
  .hero__back_logo img {
    width: 200px;
  }
  .hero__title {
    margin-top: 100px;
    max-width: none;
  }
  .hero__title h1 {
    font-size: 2em;
  }
  .hero__links {
    margin-right: 20px;
    margin-top: 100px;
  }
  .hero__info {
    top: 0px;
    right: 0;
    max-width: 250px;
  }
  section h2 {
    margin-bottom: 0;
  }
  .features__item {
    min-height: auto;
    margin-top: 0;
  }
  .features__item_title {
    font-size: 3em;
  }
  .features__item_title img {
    max-width: 36px;
  }
  .features__epilogue {
    padding: 20px;
  }
  .swiper {
    height: 340px;
  }
  section#gallery {
    padding: 0;
  }
  .prices-for-tailoring__item_button {
    font-size: 1em;
  }
  .our-process__item_number::after {
    display: none;
  }
}
@media (max-width: 820px) {
  .top-padding {
    padding: 40px 0 0 0;
  }
  .header__main {
    height: 50px;
  }
  .header__logo {
    width: 140px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
    background-color: #fff;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #fff;
  }
  .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    background-color: #ffffff;
    transition: all 0.2s;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__burger:before, .header__burger:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.2s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__list {
    display: block;
    margin: 0 40px;
  }
  .header__list li {
    padding: 10px 0;
    border-bottom: 1px solid #3a4a5a;
  }
  .header__list li:first-child {
    border-top: 1px solid #5adda4;
  }
  .header__list li:last-child {
    margin-right: 20px;
  }
  .header__link:first-child {
    border-top: none !important;
  }
  .header__link.active:before {
    background-color: transparent;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    background-color: #1C302B;
    padding: 70px 0px 0 20px;
    transition: all 0.2s;
    overflow: auto;
  }
  .header__menu.active {
    right: 0;
  }
  .sub-header__list1,
  .sub-header__list2 {
    position: relative;
    left: 0;
    top: 0;
  }
  .sub-header__list2,
  .sub-header__list1 {
    border: 0;
    text-align: left;
  }
  .hero__back {
    width: 50%;
  }
  .hero__title {
    margin-left: 5%;
  }
  .hero__info {
    top: 35px;
    right: 20px;
  }
  .hero__links {
    margin-right: 35px;
  }
  section {
    margin: 50px auto;
  }
  section h2 {
    font-size: 2.4em;
    margin-bottom: 0;
    margin-bottom: 0;
    margin: 50px 0;
    padding: 0 10px 0 10px;
    border-left: 6px solid #5adda4;
  }
  section#gallery {
    padding: 0;
  }
  .features__item_title {
    font-size: 3em;
  }
  .features__item_title img {
    width: 32px;
  }
  .features__epilogue {
    padding: 0 20px;
    margin-top: 20px;
  }
  .prices-for-tailoring {
    padding: 0 10px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .prices-for-tailoring__item {
    border: none;
    border-bottom: 1px solid #3a4a5a;
    border-top: 1px solid #3a4a5a;
    width: 100%;
  }
  .prices-for-tailoring__item_mobile-img {
    display: flex;
    width: 100%;
  }
  .prices-for-tailoring__item_title {
    position: relative;
    bottom: auto;
    background: none;
    color: #1C302B;
  }
  .prices-for-tailoring__item_arrow {
    top: 10px;
    visibility: visible;
    color: #1C302B;
  }
  .prices-for-tailoring__item_desc {
    display: none;
  }
  .prices-for-tailoring__item_photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: auto;
  }
  .prices-for-tailoring__item_photo img {
    display: none;
  }
  .prices-for-tailoring__item_features {
    display: none;
  }
  .prices-for-tailoring__item_price {
    display: none;
  }
  .our-process {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
  }
  .our-process__item {
    width: 100%;
    border: 1px solid #5adda4;
  }
  .our-process__item_number:after {
    display: none;
  }
  .contacts {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  body.lock {
    overflow: hidden;
  }
  .swiper {
    width: 100%;
  }
  .hero__info {
    display: none;
  }
  .hero::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-image: url(../images/backgrounds/pattern_cross.png);
    left: 0;
    top: 0;
    z-index: 0;
  }
  .hero {
    position: relative;
    background-image: url("../images/backgrounds/background1.jpg");
    background-position: left;
    background-size: cover;
  }
  .hero__back {
    background-image: none;
    width: 100%;
  }
  .hero_logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-logo img{width:200px;}
  .hero__title {
    font-size: 0.6em;
    margin-left: 10px;
  }
  .hero__title p {
    padding: 0 60px 0 0;
    margin: 10px 0;
    font-size: 2.2em;
    text-align: justify;
  }
  .hero__title_button {
    font-size: 2em;
  }
  .hero__links {
    flex-direction: row;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .hero__links li {
    margin: 0 15px;
  }
  section h2 {
    font-size: 2.2em;
  }
  .features__item {
    width: 100%;
    margin-top: 10px;
    min-height: auto;
    padding: 10px 20px;
    border-left: none;
    border-bottom: 2px solid #5adda4;
  }
  .features__item_title {
    font-size: 3em;
    font-family: "Forum";
  }
  .features__item_title img {
    max-width: 32px;
  }
  .features__button-consult {
    width: 90%;
    font-size: 1.2em;
  }
  .reviews__row {
    width: 100%;
    gap: 0;
  }
  .reviews__yandex {
    width: 100%;
  }
  .reviews__img {
    display: none;
  }
  .dark h2 {
    margin: 0;
  }
  .prices p {
    padding: 0 10px;
    margin-bottom: 50px;
    text-align: center;
  }
  .our-process {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }
  .our-process__item {
    width: 100%;
    min-height: auto;
    border: 1px solid #5adda4;
  }
  .our-process__item p {
    margin: 55px 0 40px 0;
    padding: 0 10px;
  }
  .our-process__item_number:after {
    display: none;
  }
  .price-list {
    display: flex;
    flex-direction: column;
  }
  .price-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }
  .price-list ul li {
    font-size: 1em;
  }
  .contacts {
    padding: 0 10px;
    flex-direction: column;
  }
  .contacts__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contacts__text {
    text-align: right;
  }
  .contacts__form {
    width: 100%;
  }
  .contacts__form form input {
    margin: 10px 0;
  }
  .contacts__form form input:first-child {
    margin: 0 0 10px 0;
  }
  .contacts__form form button {
    margin-top: 10px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__col {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__disclaimer {
    padding: 10px 0;
    text-align: justify;
  }
  .footer__info {
    display: none;
  }
  .footer__menu {
    display: none;
    padding: 0 0 20px 0;
  }
  .footer__social-links {
    width: 100%;
  }
  .footer__social-links ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .footer__social-links {
    margin: 10px 0 20px 0;
    align-items: center;
    min-width: none;
  }
  .footer__social-links a {
    font-size: 1.8em;
  }
  .header__logo img {
  height:auto;
  }
     .section__col {
        width: 100%
    }
.gallery__item{
        width:100%;
    }
.getresource__item {
        width: 100%
    }

}
@media (max-width: 480px) {
  .swiper-slide {
    height: 200px;
  }
}/*# sourceMappingURL=main.css.map */