.home {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 24px 0 500px;
}
.home h1 {
  margin: 80px 0 10px 0;
}
.home h1 span:nth-child(2) {
  margin-left: -80px;
}
.home h1::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -14px;
  top: -8px;
  width: 100%;
  height: 100%;
  background: url("../img/h1-shadow.svg") no-repeat center;
  background-size: 100%;
}
.home h3 {
  color: #fff;
  font-size: 40px;
  font-family: "Benguiat", sans-serif;
  line-height: 27px;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0px rgba(0, 50, 58, 0.6980392157);
}
.home h3::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  color: transparent;
  text-shadow: rgba(0, 50, 58, 0.698) 1px 0px 0px, rgba(0, 50, 58, 0.698) 0.540302px 0.841471px 0px, rgba(0, 50, 58, 0.698) -0.416147px 0.909297px 0px, rgba(0, 50, 58, 0.698) -0.989992px 0.14112px 0px, rgba(0, 50, 58, 0.698) -0.653644px -0.756802px 0px, rgba(0, 50, 58, 0.698) 0.283662px -0.958924px 0px, rgba(0, 50, 58, 0.698) 0.96017px -0.279415px 0px;
}
.home .btn-group {
  margin: 72px 0 0;
}

.home-image {
  position: absolute;
  z-index: -1;
}
.home-image h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 70px 0 0;
  max-width: 430px;
  text-shadow: rgb(0, 98, 109) 1px 0px 0px, rgb(0, 98, 109) 0.540302px 0.841471px 0px, rgb(0, 98, 109) -0.416147px 0.909297px 0px, rgb(0, 98, 109) -0.989992px 0.14112px 0px, rgb(0, 98, 109) -0.653644px -0.756802px 0px, rgb(0, 98, 109) 0.283662px -0.958924px 0px, rgb(0, 98, 109) 0.96017px -0.279415px 0px;
  position: relative;
  z-index: 1;
}
.home-image h4::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  text-shadow: 0px 0px 10px #582C6D, 4px 0px 25px rgba(62, 34, 75, 0.48);
  z-index: -1;
}
.home-image h4:after {
  content: attr(data-shadow);
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  color: transparent;
  text-shadow: 1px 0px 0px #00626D;
  z-index: -2;
}

.home-image-max {
  right: 0;
  top: 0;
}

.home-image-min {
  left: 0;
  bottom: 0;
}

.subtitle-text {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.6px;
  font-weight: 700;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
  text-shadow: 0 0px 10px #026B73;
}
.subtitle-text::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  color: transparent;
  text-shadow: rgb(0, 98, 109) 1px 0px 0px, rgb(0, 98, 109) 0.540302px 0.841471px 0px, rgb(0, 98, 109) -0.416147px 0.909297px 0px, rgb(0, 98, 109) -0.989992px 0.14112px 0px, rgb(0, 98, 109) -0.653644px -0.756802px 0px, rgb(0, 98, 109) 0.283662px -0.958924px 0px, rgb(0, 98, 109) 0.96017px -0.279415px 0px;
}

.philosophy {
  padding: 120px 0 100px;
}
.philosophy .text-content {
  margin: 0 0 0 auto;
}
.philosophy.bg-image {
  background: url("../img/philosophy-bg.jpg") no-repeat center;
  background-size: cover;
}

.philosophy-box {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  color: #032628;
}
.philosophy-box .box-text {
  font-family: "AvenirNextCyr", sans-serif;
  font-weight: 450;
}
.philosophy-box h3 {
  text-align: right;
  margin: auto 0 0 auto;
  font-size: 117px;
  font-weight: normal;
  line-height: 95%;
  text-transform: uppercase;
  font-family: "Benguiat", sans-serif;
  color: #399297;
}
.philosophy-box.color-orange h3 {
  color: #F9A437;
}

.about {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
.about .box-text {
  max-width: 414px;
  color: rgba(255, 255, 255, 0.7);
}
.about .text-content {
  max-width: 525px;
  margin: 0 110px 0 auto;
}

.about-image-min {
  margin: -43px 0 0 -122px;
  z-index: 1;
  position: relative;
}

.about-image-max {
  position: absolute;
  right: 0;
  top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-section h2 {
  margin: 0 auto;
}

.catalog {
  padding: 80px 0 120px;
}
.catalog h2 {
  margin: 0;
}
.catalog .text-description {
  max-width: 611px;
}

.product-card {
  width: 100%;
  height: 100%;
  /*height: 660px;*/
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #1E4A4C;
  overflow: hidden;
}
.product-card__img {
  width: 100%;
  /*height: 372px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__body {
  height: calc(100% - 372px);
  width: 100%;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.product-card__body .btn {
  margin: 24px 0 0;
}
.product-card__name {
  color: #fff;
  font-size: 36px;
  line-height: 100%;
  font-family: "Benguiat", sans-serif;
  font-weight: normal;
  margin: 0 0 auto;
}
.product-card__name:hover {
  color: #F9A437;
}
.product-card .box-text {
  margin: 24px 0 0;
}

.list-characteristics {
  color: rgba(255, 255, 255, 0.5);
}
.list-characteristics li {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin: 0 0 8px;
}
.list-characteristics li:last-child {
  margin: 0;
}
.list-characteristics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.list-characteristics p, .list-characteristics span {
  position: relative;
  z-index: 1;
  background: #1E4A4C;
  margin: 0;
}
.list-characteristics p {
  padding: 0 12px 0 0;
}
.list-characteristics span {
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0 0 0 12px;
}

.product-card-max {
  height: auto;
}
.product-card-max .product-card__img {
  height: 840px;
}
.product-card-max .product-card__body {
  height: calc(100% - 840px);
}

.label-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.label-wrapper label {
  margin: 0;
}

.label-line {
  width: 16px;
  min-width: 16px;
  height: 2px;
  display: inline-block;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.6);
}

.form-filter {
  margin: 0 0 60px;
}
.form-filter [type=submit] {
  width: 100%;
  padding: 10px;
}

.page-catalog h1 {
  margin: 0;
}

.page-product .nav-breadcrumb {
  margin: 0 0 32px;
}
.page-product .breadcrumb {
  justify-content: flex-start;
}
.page-product .list-characteristics {
  max-width: 368px;
  margin: 16px 0 0;
}
.page-product .list-characteristics li p, .page-product .list-characteristics li span {
  background: #032628;
}

.page-product-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0 16px;
}
.page-product-content .box-text {
  color: rgba(255, 255, 255, 0.6);
}

.page-product__footer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #1E4A4C;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 24px;
  margin: auto 0 0;
}
.page-product__footer .price {
  font-size: 40px;
  font-family: "Benguiat", sans-serif;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 auto 0 0;
}

.page-product-gallery {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

.page-product-gallery-preview {
  width: 249px;
  position: relative;
  z-index: 1;
  padding: 0 0 0 68px;
}
.page-product-gallery-preview .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-product-gallery-preview .slick-arrow svg {
  transform: rotate(90deg);
}
.page-product-gallery-preview .slick-next {
  bottom: 16px;
}
.page-product-gallery-preview .slick-prev {
  bottom: 84px;
}
.page-product-gallery-preview .product-gallery-item {
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 16px;
  height: 181px;
}

.page-product-gallery-max {
  width: calc(100% - 249px);
  padding: 0 0 0 16px;
}
.page-product-gallery-max .product-gallery-item {
  /*height: 580px;*/
}

.product-gallery-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}