@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

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

button:focus,
input:focus {
  outline: transparent;
}

img {
  width: 100%;
  background-size: cover;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 100vw;
  cursor: default;
  font-family: "Mulish", sans-serif;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.pagewrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.brownbtn a {
  display: block;
  width: 254px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c08465;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.brownbtn a:hover {
  background: #e29a75;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.section-title h1,
.section-title h2,
.section-title h3 {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
}
.section-title i {
  display: block;
  height: 4px;
  background: #c08465;
  width: 0px;
}
.section-title i.singleline {
  margin-top: 16px;
}

.toppage {
  background-color: #212121;
  padding: 45px 0 100px;
}

.toppage__title {
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-size: 72px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.toppage__img {
  width: 100%;
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toppage__img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
}

[data-aos=lineanim] {
  width: 0;
}
[data-aos=lineanim].aos-animate {
  width: 125px;
}
@media screen and (max-width: 1400px) {
  [data-aos=lineanim].aos-animate {
    width: 110px;
  }
}
@media screen and (max-width: 991.8px) {
  [data-aos=lineanim].aos-animate {
    width: 100px;
  }
}

@media (max-width: 1800px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 64px;
  }
}
@media (max-width: 1600px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .toppage {
    background-color: #212121;
    padding: 35px 0 60px;
  }
  .toppage__img {
    height: 270px;
  }
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 46px;
  }
}
@media (max-width: 991.8px) {
  .brownbtn a {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767.8px) {
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 30px;
  }
  .section-title i {
    width: 70px !important;
  }
  .toppage {
    padding: 30px 0 40px;
  }
  .toppage__img {
    height: 150px;
  }
  .brownbtn {
    width: 100%;
  }
  .brownbtn a {
    width: 100%;
  }
}
.main {
  padding-top: 112px;
}

.welcomescreen {
  background-color: #212121;
  padding: 115px 0 102px;
}

.welcomescreen__title h1 {
  font-size: 72px;
  line-height: 110%;
  font-weight: 400;
  color: #ffffff;
}
.welcomescreen__title h1 span {
  display: block;
}

.welcomescreen__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welcomescreen__title-line i {
  display: block;
  width: 0;
  height: 4px;
  background: #c08465;
  margin-left: 30px;
}

.welcomescreen__box {
  padding-left: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.welcomescreen__box-content {
  max-width: 605px;
  width: 100%;
  color: #ffffff;
}
.welcomescreen__box-content p {
  font-size: 18px;
  line-height: 150%;
}

.welcomescreen__box-btn a {
  margin-left: 105px;
}

.welcomescreen__top {
  margin-bottom: 100px;
}

.welcomescreen .swiper-horizontal > .swiper-scrollbar {
  bottom: initial;
  top: 0;
  left: 0;
  width: 100%;
  background: #4f4f4f;
}
.welcomescreen .swiper-scrollbar-drag {
  background: #c08465;
  border-radius: 0;
}
.welcomescreen .swiper-slide img {
  height: 400px;
  width: auto;
  background-position: right;
  min-width: 100%;
}
.welcomescreen .welcomescreen__slider-next,
.welcomescreen .welcomescreen__slider-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  outline: none;
}
.welcomescreen .welcomescreen__slider-next.swiper-button-disabled,
.welcomescreen .welcomescreen__slider-prev.swiper-button-disabled {
  opacity: 0.5;
}
.welcomescreen .welcomescreen__slider-next.swiper-button-disabled:hover,
.welcomescreen .welcomescreen__slider-prev.swiper-button-disabled:hover {
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.welcomescreen .welcomescreen__slider-prev {
  left: 4%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.welcomescreen .welcomescreen__slider-prev:hover {
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}
.welcomescreen .welcomescreen__slider-next {
  right: 4%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.welcomescreen .welcomescreen__slider-next:hover {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.info {
  padding: 150px 0;
  background-color: #fff;
}

.info__title h2 {
  font-weight: 400;
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 110%;
  color: #333333;
}
.info__title h2 span {
  display: block;
}

.info__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__title-line i {
  display: block;
  width: 0;
  height: 4px;
  background: #c08465;
  margin-left: 30px;
}

.info__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 19px;
  color: #4f4f4f;
}

.info__text p {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 150%;
  color: #4f4f4f;
}

.info__img {
  margin-left: 60px;
  max-width: 1079px;
  overflow: hidden;
}
.info__img img {
  max-width: 1079px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.info__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.transform {
  background-attachment: fixed, fixed;
  background-size: cover;
  padding: 124px 0;
  width: 100%;
  position: relative;
}

.transform__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 108px;
  max-width: 479px;
}
.transform__img img {
  -webkit-box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.15);
}

.transform__content {
  padding-left: 60px;
}
.transform__content h2 {
  font-size: 72px;
  line-height: 110%;
  color: #ffffff;
  margin-bottom: 20px;
}
.transform__content p {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 37px;
}

.transform__btn a {
  display: block;
  width: 254px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #c08465;
  border: 1px solid #c08465;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.transform__btn a:hover {
  background: #c08465;
  border: 1px solid #fff;
  color: #fff;
}

.atmarble {
  padding: 200px 0 145px;
  background-color: #fff;
}

.atmarble__title h2 {
  font-weight: 400;
  font-size: 72px;
  margin-bottom: 20px;
  line-height: 110%;
  color: #333333;
}
.atmarble__title h2 span {
  display: block;
}

.atmarble__title-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.atmarble__title-line i {
  display: block;
  width: 0;
  height: 4px;
  background: #c08465;
  margin-left: 30px;
}

.atmarble__content {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.atmarble__text {
  max-width: 577px;
  width: 100%;
  margin-right: 105px;
  font-size: 18px;
  line-height: 150%;
  color: #4f4f4f;
}

.atmarble__btn {
  margin-bottom: 10px;
}

@media (max-width: 1800px) {
  .welcomescreen__title h1,
  .atmarble__title h2,
  .info__title h2,
  .transform__content h2 {
    font-size: 64px;
  }
}
@media (max-width: 1600px) {
  .atmarble {
    padding: 160px 0 120px;
  }
  .atmarble__text {
    font-size: 16px;
  }
  .transform__img {
    max-width: 25%;
  }
  .info {
    padding: 120px 0;
  }
  .welcomescreen__title h1,
  .atmarble__title h2,
  .transform__content h2,
  .info__title h2 {
    font-size: 58px;
  }
  .welcomescreen__box {
    padding-left: 55px;
  }
  .welcomescreen__box-content p,
  .info__text p {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .atmarble__content {
    padding-left: 0;
  }
  .atmarble__text {
    margin-right: 40px;
  }
  .transform {
    padding: 100px 0;
  }
  .info__img {
    margin-left: 20px;
  }
  .main {
    padding-top: 104px;
  }
  .welcomescreen__title h1,
  .transform__content h2,
  .atmarble__title h2,
  .info__title h2 {
    font-size: 46px;
  }
  .info__img img {
    width: initial;
    height: 420px;
  }
  .header {
    padding: 25px 0 20px;
  }
  .welcomescreen__box {
    padding-left: 25px;
  }
  .welcomescreen__box-btn a {
    margin-left: 50px;
  }
}
@media (max-width: 1199.8px) {
  .transform {
    padding: 60px 0;
  }
  .welcomescreen__box {
    padding-left: 0;
    padding-top: 30px;
  }
  .main {
    padding-top: 98px;
  }
  .welcomescreen {
    padding: 80px 0 70px;
  }
  .welcomescreen .swiper-slide img {
    height: 350px;
  }
}
@media (max-width: 991.8px) {
  .main {
    padding-top: 79px;
  }
  .atmarble__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .atmarble__text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .atmarble {
    padding: 110px 0 80px;
  }
  .transform__btn a {
    height: 60px;
    font-size: 16px;
  }
  .transform__content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .transform {
    padding: 50px 0;
  }
  .transform__img {
    left: 60px;
  }
  .info {
    padding: 80px 0;
  }
  .info__img {
    margin-left: 0;
    margin-top: 25px;
  }
  .info__img img {
    width: 100%;
    height: auto;
  }
  .welcomescreen {
    padding: 60px 0 60px;
  }
  .welcomescreen__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .welcomescreen__box-btn a {
    margin-left: 0px;
    margin-top: 35px;
  }
  .welcomescreen__top {
    margin-bottom: 55px;
  }
  .brownbtn a {
    height: 60px;
    font-size: 16px;
  }
  .welcomescreen__box-content {
    max-width: 100%;
  }
  .welcomescreen__title h1,
  .transform__content h2,
  .atmarble__title h2,
  .info__title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.8px) {
  .info__text p,
  .atmarble__text,
  .welcomescreen__box-content p,
  .info__subtitle {
    font-size: 15px;
  }
  .welcomescreen__slider,
  .info__img {
    -webkit-transform: scaleX(1.1);
            transform: scaleX(1.1);
  }
  .atmarble {
    padding: 50px 0 30px;
  }
  .transform__btn a {
    width: 100%;
  }
  .transform__img {
    display: none;
  }
  .transform__content {
    padding-left: 0;
  }
  .info {
    padding: 50px 0;
  }
  .welcomescreen__title h1,
  .transform__content h2,
  .atmarble__title h2,
  .info__title h2 {
    font-size: 30px;
  }
  .welcomescreen__title-line i,
  .atmarble__title-line i,
  .info__title-line i {
    width: 70px !important;
    margin-left: 15px;
  }
  .welcomescreen .welcomescreen__slider-prev svg,
  .welcomescreen .welcomescreen__slider-next svg {
    width: 55px;
  }
  .welcomescreen .swiper-slide img {
    height: 200px;
    width: auto;
    background-position: right;
    min-width: 100%;
  }
}
.contacts {
  padding: 150px 0 100px;
  background-color: #fff;
}

.contacts__box {
  max-width: 705px;
  width: 100%;
  padding: 99px 82px;
  background: #ebebeb;
}

.contacts__info {
  margin-bottom: 76px;
}

.contacts__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__info-item p {
  font-weight: 200;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4f4f4f;
  width: 117px;
}
.contacts__info-item a {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0.05em;
  color: #4f4f4f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__info-item a:hover {
  color: #c08465;
}

.contacts__info-social {
  margin-top: 34px;
}
.contacts__info-social a svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__info-social a:hover svg path {
  fill: #c08465;
}
.contacts__info-social a + a {
  margin-left: 25px;
}

.contacts__frame {
  height: 113px;
}

.contacts__frame-img {
  width: 659px;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts__form-title {
  margin-bottom: 32px;
}
.contacts__form-title h1 {
  font-size: 72px;
  line-height: 110%;
  color: #333333;
  margin-bottom: 17px;
}
.contacts__form-title p {
  font-size: 18px;
  line-height: 150%;
  color: #4f4f4f;
}

.contacts__form {
  padding-left: 20px;
}
.contacts__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__form input {
  width: 346px;
  margin-top: 28px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 120%;
  color: #5e5e5e;
  border: none;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 16px;
}
.contacts__form input::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #a0a0a0;
}
.contacts__form input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #a0a0a0;
}
.contacts__form input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #a0a0a0;
}
.contacts__form input::-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #a0a0a0;
}
.contacts__form input::placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #a0a0a0;
}
.contacts__form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contacts__form input:focus::-moz-placeholder {
  opacity: 0;
}
.contacts__form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.contacts__form input:focus::-ms-input-placeholder {
  opacity: 0;
}
.contacts__form input:focus::placeholder {
  opacity: 0;
}

.jq-selectbox__select {
  width: 346px;
  margin-right: 30px;
  margin-top: 28px;
  font-size: 16px;
  line-height: 120%;
  color: #a0a0a0;
  border: none;
  border-bottom: 1px solid #a0a0a0;
  padding: 0 0 16px 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-family: "Mulish", sans-serif;
}
.jq-selectbox__select:hover {
  background: transparent;
}
.jq-selectbox__select:focus-visible {
  outline: none;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: none;
  border-bottom: 1px solid #a0a0a0;
}

.jq-selectbox__select-text {
  width: 100% !important;
}

.jq-selectbox__trigger {
  border-left: none;
  top: -4px;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  width: 13px;
  background-image: url(../img/svg/select_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 6px;
  right: 8px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.jq-selectbox__dropdown {
  width: 346px;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 16px/20px "Mulish", sans-serif;
  bottom: initial !important;
  top: 100% !important;
  left: 0;
}

.jq-selectbox__select:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jq-selectbox li:hover {
  background-color: transparent;
  color: #c08465;
}

.jq-selectbox li.selected {
  background-color: #ebccbd;
  color: #fff;
}

.jq-selectbox.jqselect.dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.contacts__btn {
  margin-top: 52px;
  display: block;
  width: 254px;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c08465;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
.contacts__btn:hover {
  background: #e29a75;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.map {
  padding-bottom: 150px;
  background-color: #fff;
}

.map__image {
  display: block;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.map__image img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  height: 100%;
}
.map__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

@media (max-width: 1800px) {
  .contacts__form input,
  .jq-selectbox__select,
  .jq-selectbox__dropdown {
    width: 310px;
  }
  .contacts__form-title h1 {
    font-size: 64px;
  }
}
@media (max-width: 1600px) {
  .contacts {
    padding: 100px 0 80px;
  }
  .contacts__form input,
  .jq-selectbox__select {
    width: 270px;
    margin-right: 20px;
  }
  .jq-selectbox__dropdown {
    width: 270px;
  }
  .contacts__box {
    max-width: 580px;
    padding: 65px 70px;
  }
  .contacts__frame {
    height: 80px;
  }
  .contacts__frame-img {
    width: 550px;
  }
  .map {
    padding-bottom: 100px;
  }
  .contacts__form-title h1 {
    font-size: 58px;
  }
  .contacts__form {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .contacts {
    padding: 80px 0 60px;
  }
  .contacts__info {
    margin-bottom: 60px;
  }
  .contacts__frame {
    height: 50px;
  }
  .contacts__frame-img {
    width: 430px;
  }
  .contacts__info-item {
    margin-bottom: 20px;
  }
  .contacts__info-item a {
    width: 60%;
  }
  .contacts__box {
    max-width: 430px;
    padding: 50px 30px;
  }
  .contacts__form-title h1 {
    font-size: 46px;
  }
}
@media (max-width: 1199.8px) {
  .contacts {
    padding: 60px 0 50px;
  }
  .contacts__info-item p {
    width: 140px;
  }
  .contacts__info-item a {
    width: 100%;
  }
  .contacts__box {
    max-width: 60%;
    padding: 65px 40px;
  }
  .contacts__info {
    margin-bottom: 0;
  }
  .contacts__frame {
    display: none;
  }
  .contacts__form {
    padding-left: 0;
  }
  .contacts__form form {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts__form input {
    width: 47%;
    margin-right: 0;
  }
  .jq-selectbox__select {
    width: 100%;
  }
  .jq-selectbox {
    width: 47%;
  }
  .jq-selectbox__dropdown {
    width: 100%;
  }
  .contacts__form-title {
    margin-bottom: 40px;
  }
  .contacts__btn {
    margin-top: 40px;
  }
  .contacts__form {
    margin-bottom: 40px;
  }
  .map {
    padding-bottom: 70px;
  }
  .map__image {
    height: 300px;
  }
  .contacts__form-title p {
    font-size: 16px;
  }
}
@media (max-width: 991.8px) {
  .contacts__form-title h1 {
    font-size: 38px;
  }
  .contacts__btn {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767.8px) {
  .contacts__form-title {
    margin-bottom: 30px;
  }
  .contacts__form input {
    margin-top: 25px;
  }
  .contacts {
    padding: 40px 0 40px;
  }
  .contacts__btn {
    width: 100%;
  }
  .contacts__box {
    max-width: 100%;
    padding: 55px 30px;
  }
  .contacts__form-title h1 {
    font-size: 30px;
  }
  .map {
    padding-bottom: 50px;
  }
  .map__image {
    height: 250px;
  }
  .map__image img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
  .contacts__form input {
    padding-bottom: 16px;
    width: 100%;
  }
  .jq-selectbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .contacts__btn {
    margin-top: 25px;
  }
}
@media (max-width: 576.8px) {
  .contacts__box {
    padding: 30px 25px;
  }
  .contacts__info-item p {
    width: 100%;
    margin-bottom: 5px;
  }
  .contacts__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 112px);
  min-height: 400px;
  width: 100%;
}

.thankyou__left {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.thankyou__right {
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.thankyou__left-img {
  width: 275px;
}

.thankyou__right-content {
  background-color: #fff;
  width: 786px;
  height: 397px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thankyou__right-content h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 110%;
  color: #333333;
  margin-bottom: 7px;
}
.thankyou__right-content p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 29px;
  color: #4f4f4f;
  text-align: center;
}

@media (max-width: 1800px) {
  .thankyou__right-content h1 {
    font-size: 64px;
  }
}
@media (max-width: 1600px) {
  .thankyou__right-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 1400px) {
  .thankyou__right-content h1 {
    font-size: 46px;
  }
  .thankyou__right-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .thankyou__right-content {
    width: 700px;
  }
  .thankyou {
    height: calc(100vh - 104px);
  }
}
@media (max-width: 1199.8px) {
  .thankyou__right-content {
    width: 500px;
  }
  .thankyou {
    height: calc(100vh - 98px);
  }
}
@media (max-width: 991.8px) {
  .thankyou {
    height: calc(100vh - 79px);
  }
  .thankyou__left-img {
    width: auto;
  }
  .thankyou__left-img img {
    width: 220px;
    height: 318px;
  }
  .thankyou__right-content {
    width: 430px;
    height: 318px;
  }
}
@media (max-width: 767.8px) {
  .thankyou__right-content h1 {
    font-size: 30px;
  }
  .thankyou__left-img img {
    width: 150px;
    height: 217px;
  }
  .thankyou__right-content {
    width: 360px;
    height: 217px;
  }
  .thankyou__btn.brownbtn a {
    width: 150px;
    height: 50px;
    font-size: 15px;
    margin: 0 auto;
  }
  .thankyou__left {
    width: 35%;
  }
  .thankyou__right {
    width: 65%;
  }
}
@media (max-width: 576.8px) {
  .thankyou__right-content h1 {
    font-size: 22px;
  }
  .thankyou__right-content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .thankyou__left-img img {
    width: 80px;
    height: 150px;
  }
  .thankyou__left {
    width: 25%;
  }
  .thankyou__right {
    width: 75%;
  }
  .thankyou__right-content {
    width: 300px;
    height: 150px;
  }
  .thankyou__btn.brownbtn a {
    width: 150px;
    height: 40px;
    font-size: 15px;
  }
}
.marbleinfo {
  padding: 150px 0;
  background-color: #fff;
}

.marbleinfo__title h2 {
  margin-bottom: 22px;
  color: #212121;
}

.marbleinfo__top {
  margin-bottom: 130px;
}

.consultinfo .marbleinfo__top {
  margin-bottom: 100px;
}

.marbleinfo__content {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.consultinfo .marbleinfo__top {
  margin-bottom: 100px;
}

.consultinfo .marbleinfo__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

.marbleinfo.consultinfo {
  padding-bottom: 103px;
}

.marbleinfo.consulttext {
  padding-bottom: 0px;
}

.marbleinfo__text {
  max-width: 577px;
  width: 100%;
  margin-right: 105px;
  color: #212121;
}
.marbleinfo__text p {
  font-size: 18px;
  line-height: 150%;
}
.marbleinfo__text h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 19px;
}

.marbleinfo__bottom {
  overflow: hidden;
}
.marbleinfo__bottom img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.marbleinfo__bottom:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.marblefeatures {
  padding: 123px 0 100px;
  position: relative;
}
.marblefeatures:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
  background: #212121;
}

.marblefeatures.consultfeatures .marblefeatures__top {
  margin-bottom: 0;
}
.marblefeatures.consultfeatures .marblefeatures__title {
  max-width: 670px;
  margin-right: 0px;
}
.marblefeatures.consultfeatures .antietchfeatures__item h2,
.marblefeatures.consultfeatures .antietchfeatures__item h3,
.marblefeatures.consultfeatures .antietchfeatures__item h4,
.marblefeatures.consultfeatures .antietchfeatures__item h5,
.marblefeatures.consultfeatures .antietchfeatures__item p,
.marblefeatures.consultfeatures .antietchfeatures__item li {
  color: #fff;
}
.marblefeatures.consultfeatures .antietchfeatures__item h3 {
  font-size: 53px;
  max-width: 670px;
}

.marblefeatures__top {
  margin-bottom: 130px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marblefeatures__title {
  max-width: 480px;
  width: 100%;
  margin-right: 40px;
}
.marblefeatures__title h2 {
  color: #ffffff;
  margin-bottom: 22px;
}

.marblefeatures__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.marblefeatures__content p {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  max-width: 570px;
  width: 100%;
}
.marblefeatures__content p + p {
  margin-left: 80px;
}

.marblefeatures__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 130px;
}

.marblefeatures__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 550px;
}
.marblefeatures__bottom img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.marblefeatures__img {
  width: 62%;
}

.marblefeatures__frame {
  width: 33%;
}

.marbletext {
  background-color: #fff;
  padding: 80px 0;
}

.marbletext__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.marbletext__title {
  max-width: 500px;
  width: 100%;
  margin-right: 40px;
}
.marbletext__title h2 {
  color: #212121;
  margin-bottom: 22px;
}

.marbletext__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.marbletext__content p {
  font-size: 18px;
  line-height: 150%;
  color: #212121;
  max-width: 570px;
  width: 100%;
}
.marbletext__content p + p {
  margin-left: 80px;
}

.marblecontacts {
  background-color: #fff;
  padding: 100px 0 150px;
}

.marblecontacts__img {
  max-width: 789px;
  overflow: hidden;
}
.marblecontacts__img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.marblecontacts__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

@media (max-width: 1800px) {
  .marblefeatures__bottom {
    height: 470px;
  }
  .marblefeatures {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1600px) {
  .marblefeatures__content-btn {
    padding-right: 0;
    padding-left: 70px;
  }
  .marbleinfo__text p,
  .marbleinfo__text h3 {
    font-size: 16px;
  }
  .marbleinfo__text h3 {
    margin-bottom: 10px;
  }
  .marbleinfo {
    padding: 100px 0;
  }
  .marblefeatures__top,
  .marbleinfo__top {
    margin-bottom: 80px;
  }
  .marblefeatures {
    padding: 80px 0 40px;
  }
  .marblefeatures__bottom {
    height: 400px;
  }
  .marbletext__content p,
  .marblefeatures__content p {
    font-size: 16px;
  }
  .marbletext__content p + p,
  .marblefeatures__content p + p {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .marbleinfo.consultinfo .section-title h1,
  .marbleinfo.consultinfo .section-title h2,
  .marbleinfo.consultinfo .section-title h3,
  .marbleinfo.consulttext .section-title h1,
  .marbleinfo.consulttext .section-title h2,
  .marbleinfo.consulttext .section-title h3 {
    font-size: 36px;
  }
  .marblefeatures.consultfeatures .antietchfeatures__item h3 {
    font-size: 30px;
  }
  .marbleinfo.consultinfo .marbleinfo__content,
  .marbleinfo.consulttext .marbleinfo__content {
    padding-left: 0px;
  }
  .marblefeatures__title {
    max-width: 330px;
  }
  .marbleinfo {
    padding: 70px 0;
  }
  .marbleinfo__text {
    margin-right: 50px;
  }
  .marblefeatures__bottom {
    height: 350px;
  }
  .marbletext__title {
    max-width: 320px;
  }
  .marbletext {
    padding: 60px 0 30px;
  }
  .marblecontacts {
    padding: 60px 0 90px;
  }
}
@media (max-width: 1199.8px) {
  .marblefeatures__content-btn {
    padding-left: 0;
    padding-top: 30px;
  }
  .marbleinfo__content {
    padding-left: 0;
    padding-top: 25px;
  }
  .marblefeatures__top {
    margin-bottom: 50px;
  }
  .marbletext__content,
  .marblefeatures__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .marbletext__content p + p,
  .marblefeatures__content p + p {
    margin-left: 0;
    margin-top: 10px;
  }
  .marblecontacts__img {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .marblecontacts .contacts__form {
    margin-bottom: 0px;
  }
}
@media (max-width: 991.8px) {
  .marblefeatures.consultfeatures .marblefeatures__title {
    margin-bottom: 40px;
  }
  .marbleinfo__content {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .marbleinfo__btn a {
    margin-top: 35px;
  }
  .marbleinfo__top {
    margin-bottom: 60px;
  }
  .marbleinfo__text {
    margin-right: 0;
    max-width: 100%;
  }
  .marblefeatures__frame {
    display: none;
  }
  .marblefeatures__img {
    width: 100%;
  }
  .marblefeatures__bottom {
    height: 300px;
  }
  .marbletext__content,
  .marblefeatures__content {
    width: 100%;
  }
  .marbletext__content p,
  .marblefeatures__content p {
    max-width: 100%;
  }
  .marbletext__inner,
  .marblefeatures__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .marbletext__title,
  .marblefeatures__title {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .marbletext {
    padding: 50px 0 40px;
  }
}
@media (max-width: 767.8px) {
  .marbleinfo.consulttext .marbleinfo__top {
    margin-bottom: 30px;
  }
  .marblefeatures.consultfeatures {
    padding-bottom: 60px;
  }
  .marblefeatures.consultfeatures:after {
    height: 100%;
  }
  .marbleinfo.consultinfo {
    padding-bottom: 60px;
  }
  .consultinfo .marbleinfo__top {
    margin-bottom: 70px;
  }
  .marbleinfo {
    padding: 50px 0;
  }
  .marbleinfo__top {
    margin-bottom: 50px;
  }
  .marbleinfo__bottom,
  .marblecontacts__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    height: 180px;
  }
  .marbleinfo__bottom img,
  .marblecontacts__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .marblecontacts {
    padding: 50px 0 50px;
  }
  .marblefeatures__bottom {
    height: 200px;
  }
  .marblefeatures__bottom img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .marblefeatures {
    padding: 50px 0 10px;
  }
}
.antietchfeatures {
  background-color: #fff;
  padding: 100px 0 50px;
}

.antietchfeatures__item {
  margin-bottom: 100px;
  padding-left: 26px;
  position: relative;
}
.antietchfeatures__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #C08465;
  height: 125px;
  width: 4px;
}
.antietchfeatures__item h3 {
  margin-bottom: 27px;
  color: #212121;
}
.antietchfeatures__item p {
  font-size: 18px;
  line-height: 150%;
  color: #212121;
  max-width: 670px;
}

.antietchinfo {
  background: #212121;
  padding: 100px 0;
  margin-bottom: 100px;
  position: relative;
}

.antietchinfo__title h2 {
  color: #FFFFFF;
  margin-bottom: 38px;
}

.antietchinfo__content {
  margin-left: 90px;
  max-width: 491px;
  width: 100%;
}

.antietchinfo__btn-mobile {
  display: none;
}

.antietchinfo__box {
  margin: 50px 0;
}
.antietchinfo__box p {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

.antietchinfo__content p {
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.antietchinfo__content ul {
  padding-left: 20px;
}
.antietchinfo__content ul > li {
  list-style: disc;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
.antietchinfo__content ul > li + li {
  margin-top: 6px;
}

.antietchinfo__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.antietchinfo__img img {
  max-width: 420px;
  width: 100%;
  -webkit-box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1600px) {
  .antietchinfo__box p {
    font-size: 16px;
  }
  .antietchinfo__content {
    margin-left: 15px;
    max-width: 450px;
  }
  .antietchinfo__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .antietchinfo__content ul > li {
    font-size: 16px;
  }
  .antietchfeatures__item p {
    font-size: 16px;
  }
  .antietchvideo {
    padding: 100px 0;
  }
  .antietchvideo__content > p {
    font-size: 16px;
  }
  .antietchvideo__content > p + p {
    margin-top: 15px;
  }
}
@media (max-width: 1400px) {
  .antietchinfo__box {
    margin: 25px 0;
  }
  .antietchinfo__content {
    margin-left: 30px;
    max-width: 100%;
  }
  .antietchinfo__img img {
    max-width: 330px;
  }
  .antietchinfo {
    padding: 70px 0;
    margin-bottom: 0;
  }
  .antietchfeatures {
    padding: 70px 0 0px;
  }
  .antietchfeatures__item {
    margin-bottom: 80px;
  }
  .antietchfeatures__item:before {
    width: 3px;
    height: 100px;
  }
  .antietchvideo__box .plyr__control--overlaid {
    width: 70px !important;
    height: 69px;
  }
  .antietchvideo__box .plyr--video {
    margin-left: 0;
  }
  .antietchvideo {
    padding: 70px 0;
  }
  .antietchinfo__img {
    display: none;
  }
}
@media (max-width: 991.8px) {
  .antietchinfo__btn {
    display: none;
  }
  .antietchinfo__btn-mobile {
    display: block;
    margin-top: 20px;
  }
  .antietchinfo__content {
    margin-left: 0;
    max-width: 100%;
  }
  .antietchinfo__box {
    margin: 25px 0 10px;
  }
  .antietchfeatures__item {
    margin-bottom: 60px;
  }
  .antietchvideo__content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.8px) {
  .antietchinfo {
    padding: 50px 0;
  }
  .antietchfeatures__item {
    margin-bottom: 50px;
  }
  .antietchfeatures {
    padding: 55px 0 0px;
  }
  .antietchvideo {
    padding: 50px 0;
  }
  .antietchvideo__title {
    margin-bottom: 35px;
  }
  .antietchvideo__content-btn {
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .antietchvideo__content-btn p {
    font-size: 16px;
  }
  .antietchvideo__content-btn:after {
    height: 32px;
    width: 33px;
  }
}
.weprovideinfo {
  padding: 150px 0 0;
  background-color: #fff;
}
.weprovideinfo .marbleinfo__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  padding-top: 30px;
}
.weprovideinfo .marbleinfo__btn a {
  margin-top: 45px;
}
.weprovideinfo .plyr--video {
  background: #fff;
  background: var(--plyr-video-background, var(--plyr-video-background, #fff));
  width: 100%;
  max-width: 1085px;
}
.weprovideinfo .plyr audio,
.weprovideinfo .plyr iframe,
.weprovideinfo .plyr video {
  max-height: 450px;
}
.weprovideinfo .plyr__poster {
  background-color: #fff;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #fff));
}
.weprovideinfo .plyr--video .plyr__control:hover,
.weprovideinfo .plyr__controls__item.plyr__control:hover,
.weprovideinfo .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #816F7F)));
  cursor: pointer;
}
.weprovideinfo .plyr--full-ui input[type=range] {
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #816F7F)));
  cursor: pointer;
}
.weprovideinfo .plyr__control--overlaid {
  background: transparent;
  width: 136px !important;
  height: 135px;
  background-image: url(../img/new/play.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.weprovideinfo .plyr__control--overlaid svg {
  opacity: 0;
}
.weprovideinfo .plyr__control--overlaid:hover {
  background-color: transparent !important;
  background-image: url(../img/new/play.svg) !important;
  background-size: 100% !important;
  opacity: 0.8;
}
.weprovideinfo .plyr.plyr--stopped .plyr__controls {
  display: none !important;
}

.weprovide {
  background-color: #fff;
  padding-bottom: 130px;
}

.weprovide__card {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
.weprovide__card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.2;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.weprovide__card img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  height: 350px;
  background-size: cover;
}
.weprovide__card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.weprovide__card:hover:after {
  opacity: 0.6;
}
.weprovide__card-name {
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  z-index: 3;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1800px) {
  .weprovide__card img {
    height: 320px;
  }
}
@media (max-width: 1600px) {
  .weprovide__card img {
    height: 280px;
  }
  .weprovide__card-name {
    font-size: 26px;
  }
  .weprovide {
    padding-bottom: 100px;
  }
  .weprovideinfo {
    padding: 100px 0 0;
  }
}
@media (max-width: 1400px) {
  .weprovide__card img {
    height: 250px;
  }
  .weprovideinfo .plyr audio,
  .weprovideinfo .plyr iframe,
  .weprovideinfo .plyr video {
    max-height: 350px;
  }
  .weprovideinfo {
    padding: 70px 0 0;
  }
  .weprovide__card-name {
    font-size: 22px;
  }
  .weprovide {
    padding-bottom: 70px;
  }
}
@media (max-width: 1200px) {
  .weprovide__card img {
    height: 200px;
  }
  .weprovideinfo__video {
    margin-top: 30px;
  }
}
@media (max-width: 991.8px) {
  .weprovide {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.8px) {
  .weprovide__card img {
    height: auto;
  }
  .weprovideinfo .plyr audio,
  .weprovideinfo .plyr iframe,
  .weprovideinfo .plyr video {
    max-height: 300px;
  }
  .weprovideinfo {
    padding: 50px 0 0;
  }
  .weprovide {
    padding-bottom: 30px;
  }
  .weprovide__card {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .weprovideinfo .plyr audio,
  .weprovideinfo .plyr iframe,
  .weprovideinfo .plyr video {
    max-height: 230px;
  }
}
.weprovideslider {
  padding: 50px 0;
  background-color: #fff;
}
.weprovideslider .swiper-slide a {
  display: block;
  height: 290px;
  overflow: hidden;
}

.weprovideslider__wrapper {
  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;
  max-height: 292px;
  overflow: hidden;
}

.weprovideslider__inner {
  width: 90%;
}

.weprovideslider-next.swiper-button-disabled,
.weprovideslider-prev.swiper-button-disabled {
  opacity: 0.4;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, rgba(229, 177, 151, 0.96));
}

.servtitle h2 {
  font-size: 56px;
}

.marbletext__content.servinfobox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.marbletext__content.servinfobox div {
  max-width: 45%;
  width: 100%;
}
.marbletext__content.servinfobox div p {
  max-width: 100%;
  margin: 0 !important;
}
.marbletext__content.servinfobox div ul {
  padding-left: 20px;
  margin-bottom: 22px;
}
.marbletext__content.servinfobox div ul li {
  font-size: 18px;
  color: #212121;
  list-style: disc;
}

@media (max-width: 1800px) {
  .weprovideslider .swiper-slide a {
    height: 272px;
  }
}
@media (max-width: 1600px) {
  .weprovideslider .swiper-slide a {
    height: 236px;
  }
  .weprovideslider {
    padding: 50px 0 20px;
  }
  .marbletext__content.servinfobox div ul li {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .weprovideslider .swiper-slide a {
    height: 205px;
  }
  .weprovideslider-prev svg,
  .weprovideslider-next svg {
    width: 35px;
    background-size: cover;
  }
  .servtitle h2 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .weprovideslider {
    padding: 30px 0 0;
  }
  .weprovideslider .swiper-slide a {
    height: 172px;
  }
  .marbletext__content.servinfobox div {
    max-width: 100%;
  }
  .marbletext__content.servinfobox div p {
    margin-bottom: 22px !important;
  }
  .marbletext__content.servinfobox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 991.8px) {
  .weprovideslider .swiper-slide a {
    height: 122px;
  }
  .weprovideslider__inner {
    width: 90%;
    margin: 0 10px;
  }
  .servtitle h2 {
    max-width: 100%;
  }
  .servtitle h2 br {
    display: none;
  }
  .marbletext__title {
    max-width: 100%;
  }
}
@media (max-width: 767.8px) {
  .weprovideslider .swiper-slide a {
    height: auto;
  }
  .weprovideslider {
    padding: 0;
  }
  .weprovideslider-next svg,
  .weprovideslider-prev svg {
    width: 24px;
    background-size: cover;
  }
  .servtitle h2 {
    font-size: 30px;
  }
}
.header {
  background-color: #212121;
  padding: 40px 0 25px;
  border-bottom: 1px solid #3f3f3f;
  width: 100%;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  height: 112px;
}
.header.active {
  opacity: 0;
  position: fixed;
}
.header.visible {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.header__logo {
  max-width: 266px;
  display: block;
  position: relative;
  z-index: 99;
}

.burgerbtn,
.mobile__menu {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 140px;
}
.header__menu ul > li {
  display: inline-block;
}
.header__menu ul > li + li {
  margin-left: 45px;
}
.header__menu ul > li a {
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 5px;
  position: relative;
}
.header__menu ul > li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #c08465;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul > li a:hover:after {
  width: 100%;
}
.header__menu ul > li a.active:after {
  width: 100%;
  background: #ffffff;
}

.header__social a {
  width: 19px;
  display: inline-block;
}
.header__social a + a {
  margin-left: 25px;
}
.header__social a svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__social a:hover svg path {
  fill: #c08465;
}

@media (max-width: 1800px) {
  .header__menu {
    padding-right: 80px;
  }
}
@media (max-width: 1600px) {
  .header__menu {
    padding-right: 20px;
  }
  .header__menu ul > li + li {
    margin-left: 30px;
  }
  .header__menu ul > li a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .header {
    height: 104px;
  }
  .header__social a + a {
    margin-left: 15px;
  }
  .header__menu ul > li + li {
    margin-left: 25px;
  }
  .header__menu ul > li a {
    font-size: 14px;
  }
  .header__logo {
    max-width: 220px;
  }
}
@media (max-width: 1200px) {
  .header__menu ul > li + li {
    margin-left: 12px;
  }
  .header__menu ul > li a {
    font-size: 13px;
  }
  .header__logo {
    max-width: 190px;
  }
  .header {
    height: 98px;
  }
}
@media (max-width: 991.8px) {
  .header {
    padding: 25px 0 20px;
    height: auto;
  }
  .header__menu,
  .header__social {
    display: none;
  }
  .mobile__menu {
    display: block;
    position: fixed;
    z-index: 88;
    left: 0;
    right: 0;
    top: 79px;
    background-color: #212121;
    width: 100%;
    min-height: calc(100vh - 79px);
    height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
    overflow-y: scroll;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mobile__menu.active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mobile__menu ul {
    display: inline-block;
  }
  .mobile__menu ul > li {
    margin-bottom: 20px;
    display: block;
  }
  .mobile__menu ul > li a {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 110%;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
  .mobile__menu-inner {
    min-height: 420px;
    height: calc(100vh - 79px);
  }
  .mobile__social {
    margin-top: 30px;
  }
  .mobile__social a + a {
    margin-left: 25px;
  }
  .burgerbtn {
    display: block;
    width: 21px;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 99;
  }
  .burgerbtn span {
    display: block;
    width: 21px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .burgerbtn span + span {
    margin-top: 4px;
  }
  .burgerbtn.active span:nth-child(1) {
    -webkit-transform: rotate(44deg) translate(0px, 4px);
            transform: rotate(44deg) translate(0px, 4px);
  }
  .burgerbtn.active span:nth-child(3) {
    -webkit-transform: rotate(-44deg) translate(4px, -9px);
            transform: rotate(-44deg) translate(4px, -9px);
  }
  .burgerbtn.active span:nth-child(2) {
    opacity: 0;
  }
}
.footer {
  padding-top: 78px;
  background-color: #212121;
}

.footer__logo a {
  max-width: 266px;
  display: block;
  margin-bottom: 17px;
}
.footer__logo p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.7;
  max-width: 243px;
}

.footer__menu li {
  display: block;
}
.footer__menu li + li {
  margin-top: 25px;
}
.footer__menu li > a {
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 4px;
  position: relative;
}
.footer__menu li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #c08465;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu li > a:hover:after {
  width: 100%;
}

.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__info-item + .footer__info-item {
  margin-top: 30px;
}
.footer__info-item p {
  font-weight: 200;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  width: 102px;
}
.footer__info-item a {
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__info-item a:hover {
  color: #c08465;
}

.footer__social a svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__social a:hover svg path {
  fill: #c08465;
}
.footer__social a + a {
  margin-left: 25px;
}

.footer__top {
  padding-bottom: 45px;
  border-bottom: 1px solid #3f3f3f;
}

.footer__bottom {
  padding: 50px 0 60px;
}
.footer__bottom p {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0.2;
}
.footer__bottom p + p {
  margin-left: 35px;
}

@media (max-width: 1600px) {
  .footer__info-item p {
    font-size: 15px;
    width: 100px;
  }
  .footer__info-item a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .footer {
    padding-top: 60px;
  }
  .footer__bottom {
    padding: 35px 0 40px;
  }
  .footer__info-item a {
    width: 200px;
  }
  .footer__logo a {
    max-width: 220px;
  }
  .footer__menu li > a {
    font-size: 15px;
  }
  .footer__logo p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .footer__logo a {
    max-width: 190px;
  }
  .footer__menu {
    margin-bottom: 50px;
  }
  .footer__info-item a {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767.8px) {
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__menu li + li {
    margin-top: 15px;
  }
  .footer__menu {
    margin-bottom: 15px;
  }
  .footer__info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer__info-item + .footer__info-item {
    margin-top: 20px;
  }
  .footer__top {
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__bottom {
    padding: 25px 0 30px;
  }
  .footer__bottom p {
    font-size: 13px;
  }
}
@media (max-width: 575.8px) {
  .footer__info-item p {
    width: 90px;
  }
  .footer__info-item a {
    width: 60%;
  }
}
@media (min-width: 1600.8px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1560px;
  }
}
@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1750px;
  }
}
@media (min-width: 991px) {
  .header__logo {
    max-width: 126px;
    display: inline-block;
  }
  .header {
    padding: 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo a {
    margin-bottom: 22px;
    max-width: 163px;
  }
}
.footer__bottom p {
  opacity: 0.6;
}

.header,
.welcomescreen,
.footer,
.mobile__menu,
.toppage,
.marblefeatures:after,
.antietchinfo,
.thankyou__right {
  background: #3C3038;
}

.brownbtn a,
.welcomescreen .swiper-scrollbar-drag,
.welcomescreen__title-line i,
.info__title-line i,
.atmarble__title-line i,
.header__menu ul > li a:after,
.footer__menu li > a:after,
.contacts__btn,
.section-title i,
.antietchfeatures__item:before {
  background: #816F7F;
}

.brownbtn a:hover,
.transform__btn a:hover,
.contacts__btn:hover {
  background: #958293;
  color: #fff;
}

.transform__btn a,
.footer__info-item a:hover,
.jq-selectbox li:hover {
  color: #816F7F;
}

.transform__btn a {
  border-color: #816F7F;
}

.jq-selectbox li.selected:hover {
  color: #fff;
}

.jq-selectbox li.selected {
  background-color: rgba(129, 111, 127, 0.5);
}

.header__social a:hover svg path,
.mobile__social svg path,
.footer__social a:hover svg path,
.contacts__info-social a:hover svg path {
  fill: #816F7F;
}

@media (max-width: 991.8px) {
  .header {
    padding: 15px 0;
  }
  .header__logo {
    max-width: 118px;
  }
  .footer__logo a {
    max-width: 120px;
  }
}
@media (max-width: 575.8px) {
  .header__logo {
    max-width: 100px;
  }
  .header {
    padding: 12px 0;
  }
  .footer__logo a {
    max-width: 100px;
  }
}