*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.64;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: block;
  max-width: 307px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #F9E997;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #F9E997;
  border-radius: 300px;
  padding: 8px 10px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.btn2 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 16px 45px;
  background-color: #8AB74B;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
  padding-top: 65px;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}

.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 19px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.header .container {
  max-width: 1260px;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu li {
  margin-right: 82px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
}

.header__menu a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header__tel {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-left: auto;
  margin-right: 40px;
}

.toggle {
  width: 27px;
  height: 30px;
  position: relative;
  z-index: 20;
  cursor: pointer;
  display: none;
}

.toggle__line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle.active .toggle__line {
  background-color: transparent;
}

.toggle.active .toggle__line:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active .toggle__line:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.callback-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-left: 48px;
  position: relative;
}

.callback-link:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url("../img/tel-icon.svg") center no-repeat;
  background-color: #8AB74B;
}

.callback-link:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 48px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.mainscreen {
  padding-top: 146px;
  padding-bottom: 86px;
  background: url("../img/mainscreen-bg.jpg") center/cover no-repeat;
  position: relative;
}

.mainscreen:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));
}

.mainscreen__wrap {
  max-width: 715px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}

.mainscreen__title {
  font-size: 80px;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
}

.mainscreen__text1 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  margin-top: -7px;
  margin-bottom: 34px;
}

.mainscreen__text2 {
  font-size: 36px;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
  padding: 5px 10px;
  background-color: #8AB74B;
  margin-bottom: 40px;
}

.mainscreen__list-wrap {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 147px;
}

.mainscreen__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mainscreen__col {
  width: 33.3333%;
}

.mainscreen-item {
  padding-top: 51px;
  position: relative;
}

.mainscreen-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainscreen-item__text {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
}

.title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #2E363E;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 75px;
  position: relative;
}

.title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 252px;
  height: 1px;
  background: #C4C4C4;
  border-radius: 300px;
}

.title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 107px;
  height: 3px;
  background-color: #8AB74B;
  border-radius: 10px;
}

.title--left {
  text-align: left;
}

.title--left:before {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 164px;
}

.title--left:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
  width: 85px;
}

.aboutcomplex {
  padding-top: 96px;
  padding-bottom: 160px;
}

.aboutcomplex__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutcomplex__wrap1 {
  width: 41%;
}

.aboutcomplex__slider1 {
  margin-bottom: 17px;
}

.aboutcomplex__slider2 {
  position: relative;
}

.aboutcomplex__slider2 .swiper-slide-thumb-active .aboutcomplex-item2:after {
  opacity: 1;
}

.aboutcomplex__wrap2 {
  width: 53.2%;
  margin-top: 24px;
  letter-spacing: -0.2px;
}

.aboutcomplex__wrap2 p {
  margin-bottom: 25px;
}

.aboutcomplex__wrap2 > b {
  display: block;
  font-weight: 700;
  margin-bottom: 13px;
}

.aboutcomplex__wrap2 ul li {
  margin-bottom: 14px;
}

.aboutcomplex__wrap2 ul li:last-child {
  margin-bottom: 0;
}

.aboutcomplex__wrap2 ul li b {
  font-weight: 600;
}

.aboutcomplex-item1 {
  padding-top: 90%;
  position: relative;
}

.aboutcomplex-item1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutcomplex-item2 {
  padding-top: 91%;
  position: relative;
  cursor: pointer;
}

.aboutcomplex-item2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutcomplex-item2:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #F9E997;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  outline: none;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 33px;
  background: url("../img/arrow1.svg") center no-repeat;
}

.swiper-button-next-style1 {
  right: 40px;
}

.swiper-button-prev-style1 {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 40px;
}

.price {
  background-color: #F2F2F2;
}

.price .container {
  padding-top: 89px;
  padding-bottom: 146px;
}

.price__bg {
  position: absolute;
  bottom: 78px;
  right: -30px;
  width: 262px;
}

.price__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}

.price__list1 li {
  margin-right: 25px;
  min-width: 156px;
}

.price__list1 li:last-child {
  margin-right: 0;
}

.price__list1 a {
  display: block;
  background-color: #E0E0E0;
  border: 2px solid #E0E0E0;
  border-radius: 300px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.price__list1 a.active {
  background-color: transparent;
}

.price__tabs {
  max-width: 1035px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.price__tab {
  display: none;
}

.price__tab:nth-child(1) {
  display: block;
}

.price__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -25px;
  margin-top: -25px;
}

.price__col2 {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  margin-top: 25px;
}

.price-item2 {
  width: 100%;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  padding: 33px 25px 39px 25px;
}

.price-item2__img {
  max-width: 184px;
  width: 100%;
  height: 214px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}

.price-item2__img img {
  max-height: 100%;
}

.price-item2__square {
  width: 100%;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
}

.price-item2__text {
  width: 100%;
  font-size: 14px;
  margin-bottom: 34px;
  padding-bottom: 27px;
  border-bottom: 1px solid #EFEFEF;
}

.price-item2 .btn2 {
  max-width: 167px;
  width: 100%;
  padding: 16px 10px;
  margin-top: auto;
}

.advantages {
  padding-top: 105px;
  padding-bottom: 133px;
}

.advantages .container {
  max-width: 1260px;
}

.advantages__list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 49px;
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  min-height: 252px;
}

.advantages-item:hover .advantages-item__wrap {
  -webkit-transform: perspective(500px) rotateY(0);
  transform: perspective(500px) rotateY(0);
}

.advantages-item:hover .advantages-item__wrap1 {
  -webkit-transform: perspective(500px) rotateY(-180deg);
  transform: perspective(500px) rotateY(-180deg);
}

.advantages-item:nth-child(3) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

.advantages-item__wrap1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(500px) rotateY(0);
  transform: perspective(500px) rotateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .85s;
  transition-duration: .85s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.advantages-item__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.advantages-item__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.93)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.85%, rgba(0, 0, 0, 0.93) 100%);
}

.advantages-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advantages-item__title1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 42px 26px 42px;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.2px;
}

.advantages-item__title1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 42px;
  width: 95px;
  height: 3px;
  background-color: #8AB74B;
  border-radius: 10px;
}

.advantages-item__wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 41px 10px 41px;
  background-color: #F2F2F2;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: perspective(500px) rotateY(180deg);
  transform: perspective(500px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: .85s;
  transition-duration: .85s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.advantages-item__title2 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #2E363E;
  margin-bottom: 17px;
}

.advantages-item__text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}

.callback {
  padding-top: 182px;
  padding-bottom: 186px;
  background-color: #F2F2F2;
}

.callback__container {
  padding-left: 348px;
  position: relative;
  max-width: 988px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.callback__img {
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 359px;
}

.callback__wrap .title {
  margin-bottom: 47px;
  padding-bottom: 16px;
}

.callback__form {
  margin-left: -50px;
  padding: 51px 60px 60px 62px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  margin-bottom: 44px;
}

.callback__form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.callback__form-wrap1 {
  width: calc(100% - 209px);
}

.callback__form-text1 {
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.callback__form-text1 b {
  font-weight: 500;
}

.callback__form-wrap2 {
  max-width: 178px;
  width: 100%;
}

.callback__form-wrap2 .soc-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback__form-wrap2 .btn2 {
  display: block;
  width: 100%;
  padding: 16px 10px;
}

.callback__form-text2 {
  color: #C4C4C4;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-top: -5px;
}

.callback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -20px;
  margin-top: -30px;
}

.callback__col {
  width: 50%;
  padding: 0px 20px;
  margin-top: 30px;
}

.callback-item {
  font-size: 13px;
  line-height: 1.23;
  font-weight: 500;
  padding-left: 53px;
  position: relative;
}

.callback-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #BBB;
  background: url("../img/check-icon.svg") center no-repeat;
  border-radius: 50%;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
}

.soc-list li {
  margin-right: 10px;
}

.soc-list li:last-child {
  margin-right: 0;
}

.soc-list li a {
  display: block;
  font-size: 0;
}

.label1 {
  display: block;
  position: relative;
}

.label1__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  font-size: 0;
}

.input1 {
  display: block;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: #F2F2F2;
  border: 1px solid #888;
  border-radius: 4px;
  padding: 13px 10px;
  padding-left: 49px;
}

.input1::-webkit-input-placeholder {
  color: #555;
}

.input1::-moz-placeholder {
  color: #555;
}

.input1::-ms-input-placeholder {
  color: #555;
}

.input1::placeholder {
  color: #555;
}

.gallery {
  padding-top: 107px;
  padding-bottom: 151px;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}

.gallery__list li {
  margin-right: 25px;
  min-width: 156px;
}

.gallery__list li:last-child {
  margin-right: 0;
}

.gallery__list a {
  display: block;
  background-color: #E0E0E0;
  border: 2px solid #E0E0E0;
  border-radius: 300px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery__list a.active {
  background-color: transparent;
}

.gallery__tab {
  display: none;
}

.gallery__tab:nth-child(1) {
  display: block;
}

.gallery__slider {
  position: relative;
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 119px;
}

.swiper-button-prev-style2,
.swiper-button-next-style2 {
  outline: none;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
  height: 49px;
  border: 2px solid #E0E0E0;
  background: url("../img/arrow2.svg") center no-repeat;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.swiper-button-next-style2 {
  right: 0;
}

.swiper-button-prev-style2 {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.swiper-pagination-style1 {
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #E0E0E0;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-right: 7px;
}

.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #8AB74B;
}

.documents {
  background-color: #F2F2F2;
}

.documents .container {
  padding-top: 110px;
  padding-bottom: 125px;
  z-index: 1;
}

.documents__bg {
  position: absolute;
  z-index: -1;
  top: 173px;
  left: -29px;
  width: 262px;
}

.documents__list-wrap {
  max-width: 838px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -37px;
}

.documents-item {
  width: 48%;
  padding: 10px 10px 10px 115px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  margin-top: 37px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.2px;
  line-height: 1.5;
  min-height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.documents-item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26px;
  width: 62px;
  height: 62px;
  background: url("../img/document-icon.svg") center no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.location {
  padding-top: 117px;
  padding-bottom: 50px;
}

.location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.location__list li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-left: 43px;
  position: relative;
}

.location__list li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/time-icon.svg") center no-repeat;
}

.location__map {
  height: 501px;
  margin-top: 66px;
}

.calculation {
  padding-top: 73px;
  padding-bottom: 115px;
}

.calculation__text1 {
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: center;
  margin-bottom: 59px;
}

.calculation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calculation__wrap1 {
  max-width: 405px;
  width: 100%;
}

.calculation__form {
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 46px 36px 42px 36px;
}

.calculation__form .label1 {
  margin-bottom: 16px;
}

.calculation__form .btn2 {
  display: block;
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 11px;
}

.calculation__form-text1 {
  font-size: 12px;
  line-height: 1.2;
  color: #C4C4C4;
  letter-spacing: -0.2px;
}

.calculation__wrap2 {
  width: calc(100% - 460px);
  text-align: center;
}

.select-wrap {
  margin-bottom: 16px;
  cursor: pointer;
}

.select-wrap .jq-selectbox {
  display: block;
}

.select-wrap .jq-selectbox__select {
  background-color: #fff;
  border: 1px solid #888888;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: #555;
  padding: 13px 18px;
  padding-right: 40px;
  position: relative;
}

.select-wrap .jq-selectbox__select:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 8px;
  background: url("../img/arrow3.svg") center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select-wrap .jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.select-wrap .jq-selectbox__dropdown ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.2px;
  color: #555;
  padding: 14px 18px;
  border-bottom: 1px solid #F1F1F1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.select-wrap .jq-selectbox__dropdown ul li:last-child {
  border: none;
}

.select-wrap .opened .jq-selectbox__select:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.feedback {
  padding-top: 91px;
  padding-bottom: 88px;
  background-color: #F2F2F2;
}

.feedback__wrap {
  max-width: 696px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.feedback__text1 {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 59px;
}

.feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback__wrap1 {
  width: 48%;
}

.feedback__text2 {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-bottom: 5px;
}

.feedback__tel {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  letter-spacing: -1px;
  font-family: "Playfair Display", serif;
  margin-bottom: 42px;
}

.feedback__adress {
  font-weight: 500;
  letter-spacing: -0.2px;
  padding-left: 26px;
  position: relative;
}

.feedback__adress:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 22px;
  background: url("../img/adress-icon.svg") center no-repeat;
}

.feedback__wrap2 {
  width: 48%;
}

.feedback__form .label1 {
  margin-bottom: 20px;
}

.feedback__form .btn2 {
  padding: 16px 10px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.feedback__form-text {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #C4C4C4;
}

.footer {
  background-color: #F2F2F2;
  padding-top: 37px;
  padding-bottom: 45px;
  border-top: 1px solid #C4C4C4;
}

.footer .container {
  max-width: 1255px;
}

.footer__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu li {
  margin-right: 81px;
}

.footer__menu li:last-child {
  margin-right: 0;
}

.footer__menu a {
  display: inline-block;
  font-weight: 600;
  color: #000;
  position: relative;
}

.footer__menu a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.footer__tel {
  font-weight: 700;
  color: #000;
}

.footer__text1 {
  font-size: 12px;
  line-height: 1.2;
  color: #888;
  letter-spacing: -0.2px;
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer__text1 a {
  color: #888;
  text-decoration: underline;
}

.logo {
  max-width: 103px;
  width: 100%;
}

.popup {
  max-width: 576px;
  width: 95%;
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 71px 15px 95px 15px;
  overflow: initial;
}

.popup .title {
  font-size: 32px;
  padding-bottom: 30px;
  margin-bottom: 26px;
}

.popup .title:before {
  width: 165px;
}

.popup .title:after {
  width: 70px;
}

.popup__text {
  max-width: 330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: -0.2px;
  margin-bottom: 44px;
}

.popup__form {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup__form .label1 {
  margin-bottom: 14px;
}

.popup__form .btn2 {
  display: block;
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 20px;
}

.popup__form-text {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #C4C4C4;
}

.popup__form-text a {
  color: #C4C4C4;
  text-decoration: underline;
}

main {
  min-height: 700px;
}

.thanks {
  padding: 100px 0;
}

.thanks .title {
  font-size: 32px;
  padding-bottom: 30px;
  margin-bottom: 26px;
}

.thanks .title .title:before {
  width: 165px;
}

.thanks .title .title:after {
  width: 70px;
}

.thanks__text {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
}

.thanks__btn {
  max-width: 359px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  letter-spacing: -0.2px;
  background-color: #8AB74B;
  border-radius: 4px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.thanks__btn:before {
  content: '';
  width: 26px;
  height: 19px;
  background: url("../img/arrow4.svg") center no-repeat;
  margin-right: 17px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  width: 25px;
  height: 25px;
  background: url("../img/close.svg") center no-repeat;
  top: -45px;
  right: -45px;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.fancybox-slide {
  padding: 55px 0;
}

.no-touch .header__menu a:hover:after,
.no-touch .footer__menu a:hover:after {
  width: 100%;
}

.no-touch .callback-link:hover:before {
  width: calc(100% - 48px);
}

.no-touch .btn1:hover {
  background-color: #F9E997;
  color: #000;
}

.no-touch .price__list1 a:hover,
.no-touch .gallery__list a:hover {
  background-color: #8AB74B;
  color: #fff;
  border: 2px solid #8AB74B;
}

.no-touch .price-item2:hover {
  -webkit-box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
}

.no-touch .btn2:hover,
.no-touch .thanks__btn:hover {
  background-color: #A4DA5A;
}

.no-touch .swiper-button-prev-style2:hover,
.no-touch .swiper-button-next-style2:hover {
  border: 2px solid #8AB74B;
}

.no-touch .swiper-pagination-style1 .swiper-pagination-bullet:hover {
  background-color: #8AB74B;
}

.no-touch .documents-item:hover {
  text-decoration: underline;
}

.no-touch .documents-item:hover:after {
  opacity: 0.9;
}

.no-touch .select-wrap .jq-selectbox__dropdown ul li:hover {
  background-color: #F1F1F1;
}

.no-touch .footer__wrap2 a:hover,
.no-touch .popup__form-text a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .advantages-item__title1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .advantages-item__title1:after {
    left: 15px;
  }

  .advantages-item__wrap {
    padding: 20px 15px;
  }

  .advantages-item__text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1050px) {
  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1000px) {
  .header__menu li {
    margin-right: 30px;
  }

  .aboutcomplex__wrap1 {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .aboutcomplex__wrap2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .footer__menu li {
    margin-right: 0;
  }
}

@media only screen and (min-width: 951px) {
  .header__nav {
    display: block !important;
  }
}

@media only screen and (max-width: 950px) {
  .toggle {
    display: block;
  }

  .header__nav {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 40px 10px;
    padding-top: 60px;
    display: none;
  }

  .body-overflow {
    overflow: hidden;
  }

  .header__menu li {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header__menu li:last-child {
    margin-bottom: 0;
  }

  .header__menu a {
    font-size: 20px;
  }

  .header__tel {
    margin-left: 0;
    margin-right: 0;
  }

  .mainscreen__title {
    font-size: 50px;
  }

  .mainscreen__text2 {
    font-size: 26px;
  }

  .mainscreen__text1 {
    font-size: 18px;
  }

  .mainscreen-item__text {
    font-size: 16px;
  }

  .mainscreen__wrap {
    max-width: 550px;
  }

  .mainscreen {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .mainscreen__list-wrap {
    margin-bottom: 70px;
  }

  .aboutcomplex,
  .price .container,
  .advantages,
  .callback,
  .gallery,
  .documents .container,
  .location,
  .calculation,
  .feedback {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title,
  .popup .title,
  .thanks .title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 28px;
  }

  .price__col2 {
    width: 50%;
  }

  .price-item2__square {
    font-size: 30px;
  }

  .advantages__list {
    grid-template-rows: initial;
    grid-template-columns: 1fr 1fr;
  }

  .advantages-item:nth-child(3) {
    grid-row: initial;
    grid-column: initial;
  }

  .callback__img {
    display: none;
  }

  .callback__form {
    margin-left: 0;
  }

  .callback__container {
    padding-left: 0;
  }

  .gallery__slider {
    padding: 0px 60px;
  }

  .calculation__wrap1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .calculation__text1,
  .feedback__text1 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .calculation__wrap2 {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .advantages__list {
    grid-template-rows: initial;
    grid-template-columns: 1fr;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .location__list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .location__list li:last-child {
    margin-bottom: 0;
  }

  .location__map {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .fancybox-slide--html .fancybox-close-small {
    top: -40px;
    right: 0;
  }
}

@media only screen and (max-width: 700px) {
  .title,
  .popup .title,
  .thanks .title {
    font-size: 22px;
  }

  .mainscreen {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .aboutcomplex,
  .price .container,
  .advantages,
  .callback,
  .gallery,
  .documents .container,
  .location,
  .calculation,
  .feedback {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .price__col2 {
    width: 100%;
  }

  .callback__form {
    padding: 30px 20px;
  }

  .documents-item:after {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: 20px;
  }

  .documents-item {
    padding: 10px 10px 10px 90px;
  }

  .popup {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 650px) {
  .price__list1 li,
  .gallery__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .price__list1 li:last-child,
  .gallery__list li:last-child {
    margin-bottom: 0;
  }

  .feedback__wrap1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .feedback__wrap2 {
    width: 100%;
  }

  .feedback__tel {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .title:before {
    width: 150px;
  }

  .title:after {
    width: 50px;
  }

  .callback__col {
    width: 100%;
  }

  .gallery__slider {
    padding: 0;
  }

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

  .swiper-pagination-style1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .location__map {
    height: 300px;
  }

  .thanks__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .thanks {
    padding: 30px 0;
  }

  main {
    min-height: initial;
  }
}

@media only screen and (max-width: 550px) {
  .mainscreen__title {
    font-size: 37px;
  }

  .mainscreen__text2 {
    font-size: 22px;
  }

  .callback__form-wrap1 {
    width: 100%;
    margin-bottom: 15px;
  }

  .callback__form-container {
    margin-bottom: 15px;
  }

  .documents-item {
    width: 100%;
    margin-top: 20px;
  }

  .documents__list {
    margin-top: -20px;
  }

  .footer__wrap1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__tel {
    margin: 20px 0;
  }

  .footer__menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer__menu li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .popup__text {
    margin-bottom: 20px;
  }

  .calculation__form {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 450px) {
  .header .callback-link {
    width: 36px;
    height: 36px;
    font-size: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 20px;
  }

  .mainscreen-item__text {
    font-size: 14px;
  }

  .thanks__btn {
    font-size: 15px;
  }

  .thanks__btn:before {
    width: 17px;
    background-size: contain;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 400px) {
  .advantages-item__text {
    font-size: 12px;
  }
}