body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #985030;
}

h1, .h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #985030;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
}

h2, .h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #985030;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.section {
  margin-top: 60px;
}

.section__title {
  margin-bottom: 20px;
}

.footer {
  margin-top: 60px;
}

.footer__inner {
  border-top: 1px solid #000;
  padding: 30px 0;
}

.footer__inner a {
  text-decoration: none;
}

.button {
  background: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px;
  border: 1px solid #985030;
  border-radius: 25px;
  text-decoration: none;
  color: #985030;
  transition: background-color 0.3s, color 0.3s;
}

.button-dark {
  background: #985030;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px 40px;
  border: 1px solid #985030;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.button-dark:hover {
  background: #fff;
  color: #985030;
}

@media (max-width: 991px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  background: #8c4a2c;
  color: #fff;
}

.button:focus, .button:active {
  outline: none;
  box-shadow: none;
}

.button_trans {
  border: 1px solid #985030;
  color: #985030;
  background: rgba(0, 0, 0, 0);
}

.button_trans:hover {
  background: #985030;
  color: #fff;
}

.text-main {
  color: #985030;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1174px;
  }
}
@media (min-width: 1305px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1174px;
  }
}
.input-group {
  margin-bottom: 10px;
}

.form-control {
  border: 1px solid rgba(33, 33, 33, 0.5);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

@media (max-width: 1199px) {
  .form-control {
    font-size: 18px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .form-control {
    font-size: 16px;
    line-height: 19px;
  }
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.ckeckbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.ckeckbox-wrapper::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #985030;
  border-radius: 50%;
  display: block;
  margin-right: 15px;
  background: #fff;
}

@media (max-width: 1199px) {
  .ckeckbox-wrapper::before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.ckeckbox-wrapper input {
  width: 0;
  height: 0;
  opacity: 0;
}

.ckeckbox-wrapper.active::before {
  background-image: url("../img/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-color: #985030;
}

@media (max-width: 1199px) {
  .ckeckbox-wrapper.active::before {
    background-size: 10px;
  }
}
.input-group-checkboxes {
  margin: 24px 0 14px 0;
}

.ckeckbox-wrapper {
  margin-bottom: 10px;
}

form .button {
  width: 100%;
}

.modal-form .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-form {
  padding: 50px;
}

@media (max-width: 767px) {
  .modal-form {
    padding: 30px;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: none;
  font-size: 14px;
}

.form-control.wpcf7-not-valid {
  border: 1px solid red;
}

.ckeckbox-wrapper .wpcf7-form-control-wrap {
  flex-basis: 0;
  flex-grow: 1;
}

.ckeckbox-wrapper .wpcf7-list-item-label:before, .ckeckbox-wrapper .wpcf7-list-item-label:after {
  display: none;
}

.ckeckbox-wrapper .wpcf7-list-item {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.container .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumbs a {
  text-decoration: none;
}

.surface-samples__title {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: 7.6px;
}

@media (max-width: 575px) {
  .surface-samples__title {
    font-size: 30px;
    letter-spacing: initial;
  }
}
.surface-samples__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid #985030;
  padding-top: 30px;
}

.surface-samples a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #985030;
  border-radius: 25px;
  text-decoration: none;
  color: #985030;
  transition: background-color 0.3s, color 0.3s;
}

.surface-samples a:hover {
  background-color: #985030;
  color: #fff;
}

.header {
  position: relative;
  z-index: 1000;
}

.header__menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  margin: 0;
  padding: 0;
}

.header__menu ul a {
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header__menu ul {
    gap: 0 10px;
  }
  .header__menu ul a {
    text-transform: initial;
  }
}
.product__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

hr {
  opacity: 1;
  margin: 20px 0;
}

.product__text {
  margin-bottom: 20px;
}

.product__extra a {
  text-decoration: none;
}

.product-image {
  width: 100%;
  height: 500px;
  display: block;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .product-image {
    height: 400px;
  }
}
.page-template-homepage .header a {
  color: #000;
}

.page-template-homepage .header a:hover {
  color: #985030;
}

.banner-swiper {
  height: 100vh;
  width: 100%;
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}

@media (max-width: 767px) {
  .banner-swiper {
    top: -107px;
    margin-bottom: -107px;
    min-height: 520px;
  }
}
.banner-swiper .banner {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .banner-swiper .banner {
    padding-top: 50px;
  }
}
.banner-swiper .banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.banner-swiper .banner__inner {
  text-align: center;
  position: relative;
  z-index: 100;
  width: 100%;
}

.banner-swiper .banner__text {
  color: #fff;
  width: 713px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  font-family: "Open Sans", "Lato";
}

.banner-swiper .banner__text h1, .banner-swiper .banner__text h2 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 30px;
}

.banner-swiper .banner__text p {
  font-size: 21px;
  line-height: 130%;
}

.banner-swiper .banner__text a {
  color: #fff;
}

@media (max-width: 767px) {
  .banner-swiper .banner__text h1, .banner-swiper .banner__text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .banner-swiper .banner__text p {
    font-size: 18px;
  }
}
.banner-swiper .banner__button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .banner-swiper .banner__button {
    margin-top: 20px;
  }
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  border-color: #000;
}

.swiper-pagination-horizontal {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-right: 50px;
}

.card__name {
  display: none;
}

.image-container {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.img-after {
  clip-path: inset(0 50% 0 0);
}

.divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  z-index: 2;
  cursor: ew-resize;
}

.divider .mod--right, .divider .mod--left {
  position: absolute;
  left: 10px;
  z-index: 100;
  top: calc(50% - 6.5px);
}

.divider .mod--left {
  left: auto;
  right: 10px;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.swiper-slide{
    height:100%;
    text-align: center;
}
.swiper-slide a {
    display:contents;
}
.swiper-slide img{
    height:100%;
    width:350px;
    object-fit: cover;
}
.bg-section {
  background: rgba(149, 157, 158, 0.3);
  padding: 70px 0;
}

@media (max-width: 767px) {
  .bg-section {
    padding: 50px 0;
  }
}
.simple-page {
  flex-basis: 0;
  flex-grow: 1;
}
.simple-page .breadcrumbs {
  margin: 20px 0 30px;
}
.simple-page h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-wrapper {
  flex-basis: 0;
  flex-grow: 1;
}

.page-template-default, .page-template-main {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.product-slider__button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.product-slider__button a {
  color: #000;
  text-align: center;
  font-weight: bold;
  width: auto;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
}
.product-slider__button a:hover {
  background: transparent;
  border-radius: 0;
  color: #985030;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #dde4ea;
  font-size: 30px;
}

button.accordion-button, a.accordion-button {
  background: transparent !important;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  color: #000 !important;
  border: 0 !important;
  border-bottom: 1px solid #000;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4.4096px;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
button.accordion-button:focus, a.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

a.accordion-button {
  color: #985030 !important;
}
a.accordion-button:after {
  display: none;
}

.accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.accordion-body li {
  margin-bottom: 10px;
}
.accordion-body li:last-child {
  margin-bottom: 0;
}

.accordion-item:first-of-type, .accordion-item:last-of-type {
  border: 0 !important;
  border-radius: 0 !important;
}

.accordion-item:first-of-type {
/*   border-top: 1px solid #000 !important; */
  border-bottom: 1px solid #000 !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
/*# sourceMappingURL=styles.css.map */