@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap");
@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-Light.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-Light.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-LightItalic.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-LightItalic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-LightItalic.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-Regular.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-Regular.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-RegularItalic.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-RegularItalic.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-Medium.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-Medium.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-MediumItalic.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-MediumItalic.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-Semibold.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-Semibold.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-SemiboldItalic.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-SemiboldItalic.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-Bold.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-Bold.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'San Francisco Pro Display';
  src: url("../css/fonts/SFPro/SFProDisplay-BoldItalic.eot");
  src: url("../css/fonts/SFPro/SFProDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../css/fonts/SFPro/SFProDisplay-BoldItalic.woff") format("woff"), url("../css/fonts/SFPro/SFProDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

:focus {
  outline: none !important;
}

h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

h2 {
  font-size: 26px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

h4 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.header-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  background-color: #fff;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(63, 63, 63, 0.1);
  transition: background-color 0.2s;
}

.header.transparent {
  background-color: transparent;
  box-shadow: none;
}

.header.scrolled {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(63, 63, 63, 0.1);
}

.header a {
  color: inherit;
}

.header .logo {
  display: block;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 25px;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  width: 190px;
  height: 140px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .header .logo {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .header .logo {
    height: 70px;
    width: 100px;
    background-size: auto 85%;
  }
}

.header .logo:before {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 10px;
  border-radius: inherit;
  background-color: inherit;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}

.header .right-block {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header .right-block {
    flex-direction: column;
  }
}

.header .ordercall {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  height: 60px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.header .ordercall:hover, .header .ordercall:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  .header .ordercall {
    height: 36px;
    padding: 10px 15px;
    margin-top: 5px;
  }
}

.header .phone {
  font-weight: 600;
  font-size: 23px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .header .phone {
    font-size: 16px;
    margin-right: 0;
  }
}

.header .phone__phone {
  transition: color 0.2s;
}

.header .phone__phone:hover {
  text-decoration: none;
  color: #982e39;
}

.header .phone__time {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .header .phone__time {
    display: none;
  }
}

.header .phone__time:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #50c269;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body {
  padding: 0;
  margin: 0;
  font-family: "San Francisco Pro Display", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #343434;
}

.colored {
  color: #982e39;
}

.section-title {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
}

.slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #cbcbcb;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #982e39;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}

.slick-dots li button:before {
  display: none;
}

@media (max-width: 575px) {
  .slider-controls {
    display: none;
  }
}

.slider-controls .prev,
.slider-controls .next {
  width: 45px;
  height: 45px;
  background-image: url(../images/controls/slider-arr.svg), linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 22px);
  cursor: pointer;
}

.slider-controls .prev:hover,
.slider-controls .next:hover {
  background-image: url(../images/controls/slider-arr.svg), linear-gradient(180deg, #c72d3d 0%, #bd414e 100%);
}

.slider-controls .prev {
  right: calc(100% + 25px);
}

@media (max-width: 1300px) {
  .slider-controls .prev {
    right: initial;
    left: 0;
  }
}

.slider-controls .next {
  left: calc(100% + 25px);
  transform: rotate(180deg);
}

@media (max-width: 1300px) {
  .slider-controls .next {
    right: 0;
    left: initial;
  }
}

.hero {
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #e1e9fc;
  background-image: url(../images/clouds.png), url(../images/hero-bg.jpg);
  background-position: bottom center, top left;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 575px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.hero__title {
  font-size: 46px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 15px;
  color: #1d1d1d;
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 37px;
  }
}

@media (max-width: 575px) {
  .hero__title {
    font-size: 30px;
  }
}

.hero__desc {
  font-family: "Merriweather", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  color: #4e4e4e;
  margin-bottom: 55px;
}

.hero__btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  height: 60px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 80px;
}

.hero__btn:hover, .hero__btn:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.hero__btn-text {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 265px;
  width: 215px;
}

@media (max-width: 575px) {
  .hero__btn-text {
    display: none;
  }
}

.hero__btn-text:before {
  content: "";
  display: block;
  width: 37px;
  height: 17px;
  background-image: url(../images/hero-line.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -47px;
}

.advantages {
  margin-top: -40px;
  padding-bottom: 60px;
}

.advantage {
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.advantage__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}

.advantage__img:before {
  content: "";
  display: block;
  padding-top: 72%;
}

.advantage__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.advantage__text {
  font-size: 14px;
  line-height: 1.4;
  color: #6d6d6d;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.bani {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../images/bani-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .bani {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bani-slider {
  position: relative;
}

@media (max-width: 1300px) {
  .bani-slider {
    padding: 0 50px;
  }
}

@media (max-width: 575px) {
  .bani-slider {
    padding: 0;
  }
}

.bani-slider .slick-track {
  display: flex;
}

.bani-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.bani-slider .slick-slide {
  padding: 15px;
}

.bani-item {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  padding-bottom: 120px;
  background-color: #fff;
  box-shadow: 0px 6px 15px rgba(96, 96, 96, 0.1);
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}

@media (max-width: 1199px) {
  .bani-item {
    padding: 15px;
    padding-bottom: 80px;
  }
}

.bani-item__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -30px;
  margin-bottom: 20px;
}

.bani-item__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 991px) {
  .bani-item__img:before {
    padding-top: 75%;
  }
}

.bani-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.bani-item__desc {
  padding: 15px 0;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 20px;
}

.bani-item__desc .title {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 11px;
}

.bani-item__info {
  display: flex;
}

.bani-item__info .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "San Francisco Pro Display", sans-serif;
  margin-bottom: 8px;
}

.bani-item__info .text {
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
}

.bani-item__info .size,
.bani-item__info .price,
.bani-item__info .plan {
  flex: 1;
}

.bani-item__info .size:not(:last-child),
.bani-item__info .price:not(:last-child),
.bani-item__info .plan:not(:last-child) {
  margin-right: 10px;
}

.bani-item__info .plan {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 140%;
  cursor: pointer;
}

.bani-item__info .plan:before {
  content: "";
  display: block;
  padding-top: 75%;
  background-image: url(../images/controls/fullsize.svg), linear-gradient(180deg, rgba(199, 45, 61, 0.7) 0%, rgba(152, 46, 57, 0.7) 100%);
  background-size: auto 30%, auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.bani-item__info .plan:hover:before {
  opacity: 1;
}

.bani-item__btn {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 70px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.bani-item__btn:hover, .bani-item__btn:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

@media (max-width: 1199px) {
  .bani-item__btn {
    height: 50px;
    left: 15px;
    bottom: 20px;
    width: calc(100% - 30px);
  }
}

.bani-components {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 6px 15px rgba(96, 96, 96, 0.1);
}

.bani-components__wr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  border-radius: inherit;
  padding: 30px;
  text-align: center;
  position: relative;
  height: 100%;
}

.bani-components__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 50px;
}

.bani-components__img:before {
  content: "";
  display: block;
  padding-top: 125%;
}

.bani-components__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.dacha {
  background-image: url(../images/dacha-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 60px;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .dacha {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.dacha-card {
  padding: 30px;
  box-shadow: 0px 6px 30px rgba(96, 96, 96, 0.1);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.dacha-card__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -30px;
  margin-bottom: 30px;
}

.dacha-card__img:before {
  content: "";
  display: block;
  padding-top: 63%;
}

.dacha-card__info:not(:last-child) {
  margin-bottom: 20px;
}

.dacha-card__info--inline {
  display: inline-block;
  width: calc(50% - 19px);
  min-width: 120px;
  margin-right: 15px;
}

.dacha-card__info .title {
  font-size: 16px;
}

.dacha-card__info .text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Merriweather", sans-serif;
}

.dacha-card__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 60px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  width: 100%;
  margin-top: 25px;
}

.dacha-card__btn:hover, .dacha-card__btn:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.house {
  margin-top: -200px;
  padding-top: 290px;
  padding-bottom: 90px;
  background-image: url(../images/house-bg.png), url(../images/house-clouds-bg.png);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 65% 110%, top;
}

@media (max-width: 991px) {
  .house {
    padding-top: 250px;
    padding-bottom: 50px;
  }
}

.house-card {
  box-shadow: 0px 6px 30px rgba(96, 96, 96, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}

@media (max-width: 767px) {
  .house-card {
    flex-direction: column;
  }
}

.house-card__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 50%;
}

@media (max-width: 767px) {
  .house-card__img {
    max-width: initial;
  }
  .house-card__img:before {
    content: "";
    display: block;
    padding-top: 63%;
  }
}

.house-card__content {
  padding: 40px 30px;
  overflow: auto;
  flex: 1;
  max-width: 50%;
}

@media (max-width: 767px) {
  .house-card__content {
    max-width: initial;
    padding: 25px 30px;
  }
}

.house-card__content table {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 767px) {
  .house-card__content table {
    max-width: initial;
  }
}

.house-card__content table th {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 400;
}

.house-card__content table td {
  padding: 5px 0;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.house-card__content table td:nth-child(2) {
  padding: 0 15px;
}

.house-card__content table td .colored {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  color: #999999;
}

.house-card__btn {
  width: 100%;
  max-width: 340px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 60px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.house-card__btn:hover, .house-card__btn:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  .house-card__btn {
    max-width: initial;
  }
}

.gallery {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.gallery-slider {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1300px) {
  .gallery-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .gallery-slider {
    padding: 0;
  }
}

.gallery-slider:before, .gallery-slider:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .gallery-slider:before, .gallery-slider:after {
    display: none;
  }
}

.gallery-slider:before {
  right: 100%;
}

@media (max-width: 1300px) {
  .gallery-slider:before {
    right: calc(100% - 50px);
  }
}

.gallery-slider:after {
  left: 100%;
}

@media (max-width: 1300px) {
  .gallery-slider:after {
    left: calc(100% - 50px);
  }
}

.gallery-slider .slide {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  max-width: 255px;
  border-radius: 20px;
  box-shadow: 0px 6px 30px rgba(96, 96, 96, 0.1);
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s, -webkit-filter 0.2s;
  transition: opacity 0.2s, filter 0.2s;
  transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}

.gallery-slider .slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery-slider .slide:hover .slide__fullsize {
  opacity: 1;
}

.gallery-slider .slide__fullsize {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/controls/fullsize.svg), linear-gradient(180deg, rgba(199, 45, 61, 0.7) 0%, rgba(152, 46, 57, 0.7) 100%);
  background-position: center 35%;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}

.gallery-slider .slick-slide {
  padding: 0 15px;
}

.gallery-slider .slick-slide:not(.slick-active) .slide {
  opacity: 0.08;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.gallery-slider .slider-controls .prev,
.gallery-slider .slider-controls .next {
  z-index: 5;
}

.gallery-slider .slider-controls .prev {
  right: 100%;
}

.gallery-slider .slider-controls .next {
  left: 100%;
}

.gallery-slider .slick-list {
  overflow: initial;
}

.feedback {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  background-image: url(../images/form-clouds.png), url(../images/form-bg.png), url(../images/feedback-bg.jpg);
  background-position: bottom center, 25vw 100px, top center;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: auto, auto, cover;
}

@media (max-width: 991px) {
  .feedback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.feedback__img {
  position: absolute;
  top: 0;
  top: 0;
  left: -64px;
}

@media (max-width: 991px) {
  .feedback__img {
    display: none;
  }
}

.contacts {
  position: relative;
  background-image: url(../images/contacts-clouds.png), url(../images/contacts-clouds-2.png);
  background-position: top right, bottom right;
  background-repeat: repeat-x;
}

@media (max-width: 991px) {
  .contacts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contacts .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .contacts .map {
    position: static;
    height: 300px;
  }
}

.contacts .contacts-block {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/contacts-bg.png);
  background-size: contain;
  background-position: right;
  background-repeat: repeat;
}

@media (max-width: 991px) {
  .contacts .contacts-block {
    padding: 0;
    margin-bottom: 50px;
  }
}

.contacts .contacts-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  opacity: 0.9;
  width: 100vw;
  height: 100%;
}

.contacts .section-title {
  font-size: 30px;
  text-align: initial;
  margin-bottom: 50px;
  max-width: initial;
}

.contacts .contacts-item {
  position: relative;
  padding-left: 32px;
  margin-bottom: 40px;
}

.contacts .contacts-item__icon {
  position: absolute;
  left: 0;
  top: -5px;
}

.contacts .contacts-item__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts .contacts-item__text {
  color: inherit;
}

.contacts .whatsapp__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.045em;
  margin-bottom: 15px;
}

.contacts .whatsapp__text {
  max-width: 300px;
  font-size: 16px;
  letter-spacing: 0.045em;
  color: rgba(82, 83, 67, 0.8);
  margin-bottom: 30px;
}

.contacts .whatsapp__btn {
  display: block;
  max-width: 280px;
  background: #77bc56;
  border-radius: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  padding: 23px 25px;
  padding-left: 66px;
  position: relative;
  transition: background-color 0.2s;
}

.contacts .whatsapp__btn:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../images/controls/whatsapp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.contacts .whatsapp__btn:hover {
  text-decoration: none;
  background-color: #5ea03f;
}

.exp-label {
  position: relative;
  display: block;
  background: #fbfbfb;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
  padding: 30px 30px 16px 30px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .exp-label {
    padding: 20px 25px 6px 20px;
    border-radius: 10px;
  }
}

.exp-label.focus {
  border-color: #982e39;
}

.exp-label.focus .exp-label__text {
  color: #982e39;
}

.exp-label.filled .exp-label__text {
  font-size: 12px;
  top: 15px;
}

@media (max-width: 991px) {
  .exp-label.filled .exp-label__text {
    top: 8px;
    left: 20px;
  }
}

.exp-label__text {
  position: absolute;
  top: 26px;
  left: 30px;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  color: #b6bcc4;
}

@media (max-width: 991px) {
  .exp-label__text {
    top: 17px;
    left: 20px;
  }
}

.exp-label__input {
  width: 100%;
  border: none;
  background-color: transparent;
  font-weight: 300;
}

.exp-label__input:focus {
  outline: none;
}

.exp-label textarea {
  resize: none;
}

.checkbox {
  display: flex;
  cursor: pointer;
}

.checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked ~ .checkbox__box {
  background-color: #982e39;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDRMNCA3TDkgMS41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #982e39;
}

.checkbox__input:checked ~ .checkbox__text {
  color: #7b7b7b;
}

.checkbox__box {
  width: 17px;
  min-width: 17px;
  height: 17px;
  border: 1px solid #cccccc;
  margin-right: 10px;
}

.checkbox__text {
  flex: 1;
  color: #a0a0a0;
}

.error-input {
  border-color: red;
  position: relative;
}

.error-input .input-message {
  font-size: 12px;
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
}

.form .form-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .form .form-title {
    font-size: 18px;
  }
}

.form .form-desc {
  color: rgba(52, 52, 52, 0.8);
  margin-bottom: 30px;
}

.form .form-text {
  max-width: 330px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: rgba(52, 52, 52, 0.8);
}

.form .btn-primary {
  margin-bottom: 20px;
}

.form .form-title,
.form .form-desc,
.form .btn-primary,
.form .exp-label {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.form .btn-primary {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #982e39;
  background-image: linear-gradient(180deg, #c72d3d 0%, #982e39 100%);
  box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 70px;
  padding: 15px 35px;
  text-decoration: none;
  border: none;
  white-space: nowrap;
}

.form .btn-primary:hover, .form .btn-primary:focus {
  background-image: linear-gradient(180deg, #C72D3D 0%, #BD414E 100%);
  box-shadow: none;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.feedback-form {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 6px 30px rgba(96, 96, 96, 0.06);
  padding: 14px 15px;
  position: relative;
}

.feedback-form:before {
  content: "";
  display: block;
  width: 44px;
  height: 67px;
  background-image: url(../images/form-triangle.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 22px);
}

.feedback-form__wr {
  border: 1px solid #f2f2f2;
  border-radius: inherit;
  padding: 70px 30px;
}

@media (max-width: 991px) {
  .feedback-form__wr {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .feedback-form__wr {
    padding: 20px 15px;
    padding-bottom: 40px;
  }
}

.footer {
  background-color: #fff;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
}

.footer .footer-logo {
  display: block;
  width: 139px;
  height: 102px;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}

.footer .footer-logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer .center-block,
.footer .studio {
  line-height: 1;
}

.footer .center-block > *:not(:last-child),
.footer .studio > *:not(:last-child) {
  margin-bottom: 20px;
}

.footer .studio {
  color: inherit;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.2s;
}

.footer .studio:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.footer-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-wr {
    flex-direction: column;
    align-items: center;
  }
}

.footer-wr > * {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-wr > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.close-icon {
  display: block;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
}

.close-icon::before, .close-icon::after {
  background-color: #241b13;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  transform-origin: center;
  transition: 0.2s;
  border-radius: 2px;
}

.close-icon:before {
  top: 0;
  transform: rotate(45deg);
  top: calc(50% - 1px);
}

.close-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.modal-content {
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 20px;
  border: none;
}

.modal-content .modal-body {
  border-radius: inherit;
  border: 1px solid #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.modal-content .modal-title {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
}

.modal-content .modal-text {
  color: rgba(52, 52, 52, 0.8);
  margin-bottom: 35px;
}

.modal-content .modal-title,
.modal-content .modal-text {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content .product {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.modal-content .product__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #982e39;
  min-width: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
}

.modal-content .product__text {
  font-family: "Merriweather", sans-serif;
  line-height: 1;
  font-weight: 700;
}

.modal-content .product__text .size {
  color: #6d6d6d;
  font-size: 12px;
  margin-top: 10px;
}

.modal-text-result {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #cc0000;
}