@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2"), url("../fonts/Gilroy-Light.woff");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2"), url("../fonts/Gilroy-Regular.woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2"), url("../fonts/Gilroy-Medium.woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2"), url("../fonts/Gilroy-SemiBold.woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

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

body {
  position: relative;
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #1B1B1B;
}

input {
  border: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

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

textarea, input, button:focus {
  outline: none;
}

button {
  font-size: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

ul, li {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

textarea {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  border: none;
  resize: none;
}

.home-review-slides-ul li input[name="redux[home-review-slides][0][url]"] {
	display: none !important;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.container_big {
  width: 1850px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials__item:not(:last-of-type) {
  margin-right: 25px;
}

.socials__item img {
  display: block;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.lang__link:not(:last-of-type) {
  margin-right: 25px;
}

.lang__link {
	display: inline-block;
  font-size: 18px;
  transition: color .2s ease;
}

/* .lang__link.active {
  color: #4A8EFF;
} */
.lang__link:hover {
  color: #4A8EFF;
}

.lang::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  top: 0px;
  left: -10px;
  background-color: #545454;
}

.burger-menu.active {
  opacity: 1;
  right: 0;
}

.burger-menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 30px 40px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: right .3s ease, opacity .2s ease;
  transition: right .3s ease, opacity .2s ease;
}

.burger-menu__close img {
  display: block;
}

.burger-menu__list {
  text-align: center;
  margin: 50px auto 50px;
}

.burger-menu__link {
  font-size: 25px;
}

.burger-menu__link:hover {
  color: #4A8EFF;
}

.burger-menu__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.burger-menu-lang {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger-menu-lang__item:not(:last-of-type), .burger-menu-lang a:not(:last-of-type) {
  margin-right: 20px;
}

.burger-menu-lang__link, .burger-menu-lang a {
  font-weight: 400;
  font-size: 30px;
}

.burger-menu-lang__link.active, .burger-menu-lang a:active {
  color: #4A8EFF;
}

.btn {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  border-radius: 4px;
}

.btn_primary {
  border: 1px solid transparent;
  padding: 10px 30px;
  background-color: #4A8EFF;
  color: #fff;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.btn_primary-more {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto 0 auto;
}

.btn_primary-small {
  padding: 10px 15px;
}

.btn_primary-space {
  letter-spacing: 3px;
}

.btn_primary:hover {
  background-color: #0A66FF;
}

.btn_secondary {
  padding: 10px 15px;
  border: 1px solid #fff;
  -webkit-transition: background-color .2s ease, color .2s ease;
  transition: background-color .2s ease, color .2s ease;
}

.btn_secondary-thin {
  font-weight: 300;
}

.btn_secondary:hover {
  background-color: #fff;
  color: #747474;
}

.burger {
  display: none;
}

.breadcrumbs {
  padding: 30px 0 120px;
}

.breadcrumbs__inner {
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 18px;
}

.breadcrumbs__link:last-of-type {
  color: #4A8EFF;
  pointer-events: none;
  cursor: default;
}

.main-title {
  font-size: 55px;
  letter-spacing: 0.03em;
}

.section-title {
  font-size: 36px;
  letter-spacing: 0.03em;
  text-align: center;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 380px 380px 380px;
      grid-template-columns: 380px 380px 380px;
  gap: 30px 20px;
}

.product-grid__img {
  width: 100%;
  height: 237px;
  margin-bottom: 30px;
}

.product-grid__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-grid__text {
  line-height: 1.5em;
  font-size: 20px;
  color: #545454;
}

.slider-nav {
  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;
}

.slider-nav__arrow {
  position: static;
  opacity: 1 !important;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 11px;
  height: 10px;
  margin: 0;
}

.slider-nav__arrow::after {
  display: none;
}

.slider-nav__arrow.swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-nav__arrow.swiper-button-disabled {
  opacity: 0.5 !important;
}

.slider-nav__pagination {
  margin: 0 20px;
  width: auto;
  height: 24px;
  position: static;
  line-height: 1.5em;
}

.slider-nav__pagination .swiper-pagination-current {
  color: #0A66FF;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.menu {
  padding: 30px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #4A8EFF;
  color: #545454;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__text {
  margin-left: 30px;
  position: relative;
}

.menu__text::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  top: 0px;
  left: -10px;
  background-color: #545454;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__link img {
  margin-right: 8px;
}

.home {
  padding: 30px 0 120px;
}

.home-link {
  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: 30px;
}

.home-link__link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.home-link__link:hover {
  color: #4A8EFF;
}

.home-link__item {
  position: relative;
}

.home-link__item:not(:first-of-type) {
  margin-left: 87px;
}

.home-link__item:not(:first-of-type)::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  top: 0px;
  left: -43px;
  background-color: #545454;
}

.homeSlider {
  color: #fff;
}

.homeSlider__over {
  position: relative;
}

.homeSlider__over-container {
  position: relative;
  bottom: 400px;
}

.homeSlider__over .swiper-pagination-bullet {
  margin: 0 5px !important;
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.7);
}

.homeSlider__over .swiper-pagination-bullet-active {
  background-color: #4A8EFF;
}

.homeSlider__over .swiper-horizontal > .swiper-pagination-bullets, .homeSlider__over .swiper-pagination-bullets.swiper-pagination-horizontal, .homeSlider__over .swiper-pagination-custom, .homeSlider__over .swiper-pagination-fraction {
  bottom: 50px;
  height: 16px;
}

.homeSlider__slide_first {
  background: url("../img/home-bg-1.jpg") no-repeat center center/cover;
}

.homeSlider__slide_second {
  background: url("../img/home-bg-2.jpg") no-repeat center center/cover;
}

.homeSlider__slide_third {
  background: url("../img/home-bg-3.jpg") no-repeat center center/cover;
}

.homeSlider__button {
  height: 50px;
  width: 50px;
}

.homeSlider__button::after {
  display: none;
}

.homeSlider__next {
  right: -200px;
  background: url("../img/home-arrow-right.svg") no-repeat center center;
}

.homeSlider__prev {
  left: -200px;
  background: url("../img/home-arrow-left.svg") no-repeat center center;
}

.offer {
  padding: 200px 0 280px;
  width: 644px;
}

.offer__title {
  margin-bottom: 30px;
}

.offer__text {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.5em;
}

.offer__text span {
  font-weight: 600;
}

.offer__btn:not(:last-of-type) {
  margin-right: 50px;
}

.offer__price {
  display: none;
}

.cabin {
  padding: 100px 0;
  background: url("../img/cabin-bg.jpg") no-repeat center center/cover;
  color: #fff;
}

.cabin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabin-shower {
  min-height: 100%;
  padding: 82px 92px 0 57px;
  width: 481px;
  background-color: #4A8EFF;
}

.cabin-shower__title {
  position: relative;
  margin-bottom: 60px;
  text-align: left;
}

.cabin-shower__title::before {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -29px;
  width: 112px;
  height: 1px;
}

.cabin-shower__text {
  margin-bottom: 50px;
  line-height: 1.5em;
}

.cabin-grid {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  -ms-grid-columns: 456px 456px 456px;
      grid-template-columns: 456px 456px 456px;
}

.cabin-grid__item {
  display: block;
  height: 275px;
  position: relative;
}

.cabin-grid__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cabin-grid__item:hover .cabin-grid__content {
  opacity: 1;
}

.cabin-grid__content {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding: 61px 72px 56px 53px;
  top: 0;
  left: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.cabin-grid__title {
  font-family: Gilroy;
  font-weight: 300;
  margin-bottom: 63px;
  position: relative;
}

.cabin-grid__title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 112px;
  background-color: #fff;
  bottom: -31px;
  left: 0;
}

.cabin-grid__text {
  line-height: 1.5em;
}

.last {
  padding: 120px 0 170px;
}

.last__title {
  margin-bottom: 50px;
}

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

.last-list__item {
  min-height: 100%;
  width: 280px;
  padding: 10px 10px 32px 10px;
  display: block;
  -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.last-list__item:hover {
  background-color: #F8F8F8;
  -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
}

.last-list__item:hover .last-list__title {
  color: #4A8EFF;
}

.last-list__img {
  width: 100%;
  height: 237px;
  position: relative;
  margin-bottom: 20px;
}

.last-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.last-list__img::before {
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 45px;
  height: 32px;
  background: url("../img/youtube-icon.svg") no-repeat center center;
}

.last-list__date {
  display: block;
  margin-bottom: 10px;
  color: #949494;
}

.last-list__title {
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 14px;
  line-height: 1.5em;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.last-list__text {
  line-height: 1.5em;
  color: #545454;
}

.last__link {
  margin-left: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A8EFF;
  font-size: 20px;
  font-weight: 500;
}

.last__link img {
  margin-left: 30px;
  display: block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.last__link:hover img {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.talk__box {
  padding: 0px 0 100px;
  background: url("../img/talk-bg.jpg") no-repeat center center/cover;
}

.talkSlider {
  padding-top: 100px;
}

.talkSlider__pagination {
  margin-top: 50px;
  position: static;
  height: 16px;
}

.talkSlider__pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: none;
  border: 1px solid #4A8EFF;
}

.talkSlider__pagination .swiper-pagination-bullet-active {
  background-color: #4A8EFF;
}

.talkSlider__slide.swiper-slide-next .talkSlider__text {
  -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
}

.talkSlider__text {
  color: #545454;
  padding: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 1.5em;
  border-radius: 4px;
  margin-bottom: 45px;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.talkSlider__human {
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.talkSlider__face {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 50%;
}

.talkSlider__face img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.talkSlider__name {
  font-size: 20px;
}

.talkSlider__slide {
    background: none !important;
}

.why {
  padding: 120px 0;
}

.why__title {
  margin: 0 auto;
  width: 886px;
  margin-bottom: 30px;
}

.why__text {
  padding: 0 78px;
  text-align: center;
  margin-bottom: 50px;
  color: #545454;
  line-height: 1.5em;
}

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

.why-list__text {
  color: #545454;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.why-list__link {
  text-align: center;
  padding: 76px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  background-color: #F8F8F8;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.why-list__link:hover {
  -webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.15);
}

.why-list__link:hover .why-list__desc img {
  opacity: 1;
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
}

.why-list__desc {
  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: #4A8EFF;
}

.why-list__desc img {
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}

.why-list__title {
  font-family: 'Gilroy';
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.why-list__icon {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  width: 76px;
  height: 76px;
  margin-bottom: 30px;
}

.why-list__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.company {
  padding: 0 0 44px;
}

.company__title {
  width: 690px;
  margin: 0 auto 50px;
}

.company__inner {
  padding: 0 0 76px;
  border-bottom: 1px solid #000;
}

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

.company-list__item {
  display: block;
  position: relative;
  width: 580px;
  height: 338px;
}

.company-list__item::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 78px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/youtube-icon.svg") no-repeat center center/contain;
}

.company-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.company-list__text {
  line-height: 1.5em;
  padding: 12px 17px;
  position: absolute;
  bottom: 28px;
  left: 28px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 20px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
  padding-right: 61px;
}

.footer-text {
  font-size: 20px;
  margin-bottom: 30px;
}

.footer-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-form__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-form__input {
  width: 380px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4A8EFF;
  padding-bottom: 12px;
}

.footer-form__input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.03em;
}

.footer-form__input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.03em;
}

.footer-form__input::-ms-input-placeholder {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.03em;
}

.footer-form__input::placeholder {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.03em;
}

.footer-cat__item:not(:last-of-type) {
  margin-bottom: 25px;
}

.footer-cat__link {
  text-transform: uppercase;
  color: #545454;
  letter-spacing: 0.03em;
}

.footer-cat__link:hover {
  border-bottom: 1px solid #545454;
}

.footer-contact__item:not(:last-of-type) {
  margin-bottom: 24px;
}

.footer-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545454;
}

.footer-contact__link:hover span {
  border-bottom: 1px solid #545454;
}

.footer-contact__link img {
  display: inline-block;
  margin-top: 1px;
  margin-right: 10px;
}

.footer-small {
  padding: 30px 0;
  background-color: #F8F8F8;
}

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

.footer-small__text {
  font-size: 14px;
  color: #545454;
}

.category {
  padding-bottom: 120px;
}

.category .slider-nav {
  margin-top: 50px;
}

.category__title {
  margin-bottom: 50px;
}

.blog {
  padding-bottom: 120px;
  overflow: hidden;
}

.blog__title {
  display: none !important;
  margin-bottom: 50px;
}

.blog__inner {
  padding-right: 100px;
}

.blog-item {
  padding: 13px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.blog-item:not(:last-of-type) {
  margin-bottom: 50px;
}

.blog-item:hover {
  -webkit-box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.15);
}

.blog-item__content {
  width: 610px;
  margin-left: 32px;
}

.blog-item__text {
  line-height: 1.5em;
  color: #545454;
}

.blog-item__img {
  width: 166px;
  height: 166px;
  position: relative;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-item__img::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 32px;
  background: url("../img/youtube-icon.svg") no-repeat center center/contain;
}

.blog-item__title {
  margin-bottom: 20px;
  text-transform: none;
  font-family: 'Gilroy';
  font-size: 30px;
  font-weight: 600;
}

.blogSlider {
  padding-bottom: 50px;
  overflow: visible;
}

.blogSlider__slide {
  visibility: hidden;
  opacity: 0 !important;
}

.blogSlider__slide.swiper-slide-active {
  visibility: visible;
  opacity: 1 !important;
}
.portfolioSlider__slide.swiper-slide-active {
    background-color: #fff !important;
}

.form {
  overflow: hidden;
  position: relative;
  padding: 150px 0 200px;
  margin: 50px 0 120px;
  background: url("../img/form-bg.jpg") no-repeat center center/cover;
}

.form-body br {
	display: none;
}

.form-body {
  width: 472px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 57px;
  background-color: #fff;
}

.wpcf7-response-output {
	display: none !important;
}

.form-body__text {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 400;
}

.form-body__input {
  width: 315px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.form-body__input::-webkit-input-placeholder {
  color: #545454;
}

.form-body__input:-ms-input-placeholder {
  color: #545454;
}

.form-body__input::-ms-input-placeholder {
  color: #545454;
}

.form-body__input::placeholder {
  color: #545454;
}

.form-body__label {
	cursor: pointer;
  margin-top: 74px;
}

.form-body__file {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.form-body__label {
  display: block;
  position: relative;
  color: #545454;
}

.form-body__label::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 20px;
  height: 19px;
  background: url("../img/form-icon.svg") no-repeat center center;
}

.form-body__btn {
  margin-top: 50px;
  padding: 17px 26px;
}

.form-popup.active {
  display: block;
}

.form-popup {
  display: none;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 88px 74px;
  text-align: center;
  width: 625px;
  -webkit-transition: opacity .2s ease, visibility .2s ease;
  transition: opacity .2s ease, visibility .2s ease;
}

.form-popup__text {
  font-weight: 400;
  line-height: 1.25em;
  font-size: 26px;
}

.form-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.portfolio {
  padding: 120px 0;
}

.portfolio__title {
  margin-bottom: 50px;
}

.portfolio .slider-nav {
  margin-top: 50px;
}

.portfolio-track__item.active {
  display: block;
}

.portfolio-track__item {
  display: none;
}

.swiper-slide-active {
	background-color: #fff;
}

.our__title {
  margin-bottom: 50px;
}

.our-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  margin: 0 auto 50px;
}

.our-tab__btn {
  font-weight: 300;
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
  display: block;
  width: 33.3333%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.our-tab__btn::before {
  opacity: 0;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #4A8EFF;
}

.our-tab__btn.active {
  color: #4A8EFF;
}

.our-tab__btn.active::before {
  opacity: 1;
}

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

.our-cat__btn {
  display: block;
  width: 380px;
  padding: 10px 13px 15px;
  background-color: #F8F8F8;
  text-align: left;
}

.our-cat__img {
    overflow: hidden;
  width: 100%;
  height: 237px;
  margin-bottom: 20px;
}

.our-cat__img:hover img {
    transform: scale(1.2);
}

.our-cat__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     transition: transform .3s ease;
}

.our-cat__text {
  font-size: 20px;
  font-weight: 300;
}

.our-cat__btn.active .our-cat__text {
  color: #4A8EFF;
}

@media (max-width: 1860px) {
  .cabin-grid {
    -ms-grid-columns: 456px 456px;
        grid-template-columns: 456px 456px;
  }
  .container_big {
    width: 1390px;
  }
}

@media (max-width: 1600px) {
  .container.homeSlider__over-container {
    display: none;
  }
}

@media (max-width: 1420px) {
  .container {
    width: 1180px;
  }
  .cabin__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabin-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .cabin-shower {
    width: 100%;
    padding: 82px 0px 82px 57px;
  }
  .cabin-shower__text {
    width: 830px;
  }
}

@media (max-width: 1240px) {
  .container {
    width: 960px;
  }
  .why-list__link {
    width: 32%;
    padding: 50px;
  }
  .blog__inner {
    padding-right: 0;
  }
  .company-list__item {
    width: 49%;
  }
  .company-list__text {
    font-size: 16px;
  }
  .footer__inner {
    padding-right: 30px;
  }
  .cabin-grid__content {
    padding: 45px 40px 30px 30px;
  }
  .product-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .product-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .menu__text {
    display: none;
  }
  .home-link__item:not(:first-of-type) {
    margin-left: 50px;
  }
  .home-link__item:not(:first-of-type)::before {
    left: -24px;
  }
  .our-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .our-cat__btn {
    margin: 0 auto;
  }
  .our-cat__btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .our-tab {
    width: 100%;
  }
  .blog-item__content {
    width: 100%;
  }
  .blog-item__img {
    min-width: 166px;
  }
  .footer__inner {
    margin-right: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-contact {
    margin-top: 40px;
  }
  .why__title {
    width: 100%;
  }
  .why__text {
    padding: 0;
  }
  .why-list__link {
    padding: 32px 24px;
  }
  .cabin-shower {
    padding: 82px 80px 82px 57px;
  }
  .cabin-shower__text {
    width: 100%;
  }
  .cabin-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .talkSlider__slide.swiper-slide-next .talkSlider__text {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .last-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .last-list__item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .our-tab {
     display: none;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-tab__btn {
    width: 100%;
    text-align: left;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 10px;
  }
  .our-tab__btn:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .talkSlider__text {
    padding: 30px;
  }
  .talkSlider__face {
    width: 40px;
    height: 40px;
  }
  .talkSlider__name {
    font-size: 16px;
  }
  .home-link,
  .header .socials,
  .lang {
    display: none;
  }
  .burger {
    display: block;
  }
  .burger img {
    display: block;
  }
  .company__title {
    width: 100%;
  }
  .company-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-list__item {
    width: 100%;
  }
  .company-list__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .why-list {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why-list__link {
    width: 100%;
  }
  .why-list__link:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .btn_primary-more {
    margin-top: 30px;
  }
  .footer-cat {
    margin-top: 40px;
  }
  .footer__inner {
    padding-bottom: 100px;
    margin-right: 60px;
  }
  .offer {
    width: 100%;
    padding: 120px 0 170px;
  }
  .offer__text {
    font-size: 22px;
  }
  .offer__btn:not(:last-of-type) {
    margin-right: 10px;
  }
  .cabin-grid__title {
    margin-bottom: 45px;
  }
  .cabin-grid__title::before {
    bottom: -23px;
  }
  .cabin-grid__content {
    padding: 40px 13px 30px 13px;
  }
  .cabin-shower {
    padding: 55px 80px 55px 57px;
  }
  .last__link img {
    margin-left: 20px;
  }
  .main-title {
    font-size: 40px;
  }
  .section-title {
    font-size: 32px;
  }
  .talk__title {
    margin-bottom: 50px;
  }
  .menu {
    padding: 25px 0 20px;
  }
  .home {
    padding-bottom: 100px;
  }
  .cabin {
    padding: 50px 0;
  }
  .last,
  .why {
    padding: 100px 0;
  }
  .blogSlider {
    padding-bottom: 30px;
  }
  .company {
    padding-bottom: 100px;
  }
  .company__inner {
    border-bottom: none;
    padding-bottom: 0;
  }
  .talkSlider {
    padding-top: 50px;
  }
  .talkSlider__pagination {
    margin-top: 40px;
  }
  .talk__box {
    padding-bottom: 50px;
  }
  .blog {
    padding-bottom: 100px;
  }
  .blog-item__title {
    font-size: 20px;
  }
  .blog-item__content {
    margin-left: 20px;
  }
  .breadcrumbs {
    padding-bottom: 100px;
  }
  .portfolio {
    padding: 100px 0;
  }
  .form {
    margin: 30px 0 100px;
    padding: 100px 0 100px;
  }
  .form-popup {
    padding: 64px 32px;
    width: 100%;
  }
  .form-popup__text {
    font-size: 20px;
  }
  .category {
    padding-bottom: 100px;
  }
  .category .slider-nav {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 47px;
  }
  .container_big {
    padding: 0;
  }
  .product-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .form {
    padding: 50px 0;
  }
  .form-body {
    padding: 50px 30px;
    width: 100%;
  }
  .form-body__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .form-body__input {
    width: 100%;
  }
  .form-body__label {
    margin-top: 50px;
  }
  .form-body__btn {
    padding: 17px 0;
    width: 100%;
  }
  .portfolio .slider-nav {
    display: none;
  }
  .blog .slider-nav {
    display: none;
  }
  .blog__title {
    display: block !important;
  }
  .blog-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .blog-item__img {
    width: 100%;
    padding: 10px;
    height: 300px;
    -webkit-box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 24px 28px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
  }
  .blog-item__content {
    margin-left: 0;
  }
  .blog-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-title, .main-title {
    font-size: 28px;
    text-align: left;
  }
  .menu__link {
    display: none;
  }
  .offer {
    padding: 50px 0;
  }
  .offer__text {
    font-size: 18px;
  }
  .offer__btn-group {
    display: none;
  }
  .offer__price {
    display: inline-block;
  }
  .homeSlider__over .swiper-pagination-bullet {
    border: 1px solid #4A8EFF;
    height: 10px;
    width: 10px;
  }
  .homeSlider__pagination {
    height: 10px;
  }
  .homeSlider__over .swiper-horizontal > .swiper-pagination-bullets, .homeSlider__over .swiper-pagination-bullets.swiper-pagination-horizontal, .homeSlider__over .swiper-pagination-custom, .homeSlider__over .swiper-pagination-fraction {
    bottom: -30px;
  }
  .cabin-shower {
    padding: 47px 47px 62px;
  }
  .cabin-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .cabin-grid__content {
    padding: 41px 47px 0px;
  }
  .last-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .last-list__item {
    width: 100%;
  }
  .why {
    overflow: hidden;
  }
  .why__text {
    display: none;
  }
  .talk .container {
    padding-right: 0 !important;
  }
  .talkSlider {
    width: 100%;
    padding-right: 80px;
  }
  .talkSlider__pagination {
    display: none;
  }
  .talkSlider__text {
    margin-bottom: 30px;
  }
  .talkSlider__human {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .talkSlider__face {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .talkSlider__name {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .footer-text {
    font-weight: 500;
  }
  .footer__inner {
    padding-right: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-form__input {
    width: 100%;
  }
  .footer-form .footer-text {
    font-weight: 300;
  }
  .footer-small__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-small__text {
    margin-bottom: 15px;
  }
  .why-list {
    padding: 0;
  }
  .our-cat__btn {
    width: 100%;
  }
  .company-list__item {
    height: 237px;
  }
  .company-list__item::before {
    top: 58%;
    width: 44px;
    height: 31px;
  }
  .company-list__text {
    top: 25px;
    left: 10px;
    bottom: auto;
    padding: 12px 18px;
  }
}

@media (max-width: 400px) {
  .blog-item__img {
    height: 230px;
  }
  .product-grid__img {
    height: 174px;
    margin-bottom: 10px;
  }
}

.fslightbox-slide-number-container,
.fslightbox-toolbar-button:nth-child(1) {
	display: none;
}
.fslightbox-absoluted div {
	display: flex;
	justify-content: center;
}

.fslightbox-source {
	max-width: 90%;
	max-height: 90%;
}
