

/* Start:/prof/artdom.css?178523851111948*/
@font-face {
  font-family: 'Cera Pro';
  src:
    url('/local/templates/hiberg/src/fonts/CeraPro-Regular.woff2') format('woff2'),
    url('/local/templates/hiberg/src/fonts/CeraPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src:
    url('/local/templates/hiberg/src/fonts/CeraPro-Medium.woff2') format('woff2'),
    url('/local/templates/hiberg/src/fonts/CeraPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cera Pro';
  src:
    url('/local/templates/hiberg/src/fonts/CeraPro-Bold.woff2') format('woff2'),
    url('/local/templates/hiberg/src/fonts/CeraPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.artdom-banner *,
.artdom-catalog *,
.artdom-gift *,
.artdom-referal * {
  font-family: 'Cera Pro', 'Magistral';
}

.artdom-banner {
  position: relative;
  width: 100%;
  height: calc(100dvh - 90px);
  overflow: hidden;
}

.artdom-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.artdom-banner_video {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: (100dvh - 100px);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 3/4; */
}

.artdom-banner_container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-btn {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 27px !important;
  background: linear-gradient(270deg, #26252a 0%, #049346 100%);
  border-radius: 20px;
  width: 245px;
  height: 96px;
  border: none;
  color: #fff;
  font-size: 20px !important;
  font-weight: 500;
  cursor: pointer;
}

.banner-btn span {
  text-align: left;
  font-size: 18px;
  padding-left: 12px;
  width: 65%;
}

.artdom-catalog {
  padding-top: 12dvh;
  padding-bottom: 10dvh;
  background: url(/artdom/test/src/catalog-bg%20.webp) no-repeat;
}

.artdom-catalog_title,
.artdom-gift_title,
.artdom-referal_title {
  font-size: 48px;
  font-weight: 700;
  /* margin-bottom: 20px; */
}

.artdom-catalog_wrap {
  display: flex;
  gap: 80px;
}

.artdom-catalog_left {
  width: 47%;
}

.artdom-catalog_subtitle,
.artdom-gift_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
}

.artdom-catalog_ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 70px;
}
.usloviya{
  margin-top: 20px;
  display: block;
}
.tab-btn {
  display: flex;
  align-items: center;
  padding-left: 37px;
  padding-right: 110px;
  width: 428px;
  height: 124px;
  border-radius: 20px;
  background: #302a28;
  box-shadow: 0px 4px 6.9px 0px #00000040;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}

.tab-btn.active {
  background: linear-gradient(270deg, #26252a 0%, #049346 100%);
}

.tab-content {
  display: none;
  /* margin-top: 10px; */
}

.tab-content.active {
  padding-left: 100px;
  display: flex;
  min-height: 700px;
  position: relative;
  z-index: 10;
}

.artdom-catalog_right {
  /* position: relative; */
  width: 40%;
}

.tab-content img {
  /* width: 350px; */
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 700px;
  height: auto;
  margin-top: auto;
}

.artdom-catalog_product-descr {
  position: absolute;
  font-size: 24px;
  bottom: 50px;
  left: -130px;
  max-width: 332px;
}

.tab-content svg {
  position: absolute;
  bottom: 30%;
  left: 210px;

  /* right: 50%; */
}

.artdom-gift {
  position: relative;
}

.artdom-gift_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 15dvh;
}

.artdom-gift_subtitle {
  max-width: 51%;
  font-weight: 400;
}

.artdom-gift_subtitle b {
  font-weight: 500;
}

.artdom-gift_btn {
  margin: 0;
  margin-top: 30px;
  width: 245px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #049346, #26252a, #049346);
  background-size: 200% 100%;
  transition: background-position 0.3s;
  box-shadow: 0px 4px 6.9px 0px #00000040;
}
.artdom-gift_btn:hover {
  background-position: 100% 0;
}

.artdom-referal {
  position: relative;
}

#formLanding {
  scroll-margin-top: 150px;
}

.artdom-referal_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 15dvh;
  bottom: 16dvh;
}

.artdom-referal_img {
  filter: grayscale(0.3);
}

.artdom-referal_wrap {
  display: flex;
  gap: 50px;
  height: 100%;
}

.artdom-referal_text {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.artdom-referal_text p {
  font-size: 24px;
}

.artdom-referal_left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.artdom-referal_form-wrap,
.artdom-gift_form-wrap {
  max-width: 460px;
  padding: 55px;
}

div.btnSubmitForm {
  max-width: 100%;
  box-shadow: 0px 4px 6.9px 0px #00000040;
  opacity: 1;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(90deg, #049346, #26252a, #049346);
  background-size: 200% 100%;
  transition: background-position 0.3s;
}

.btnSubmitForm:hover {
  background-position: 100% 0;
}

.modal {
  display: none;
  position: fixed;
  backdrop-filter: blur(3px);
  height: 100dvh;
  inset: 0;
  overflow-y: hidden !important;
}

.modal-referal {
  display: block;
  position: static;
  height: auto;
}

.modal.active {
  display: block;
  z-index: 110000;
}

#modalGift {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  z-index: 110000;
}

#modalGift.active {
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: #302a28a6;
}

.modal-gift_overlay,
.modal-referal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal-referal_overlay {
  display: none;
}

.modal-gift_content {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 8dvh auto 0;
  /* padding: 50px; */
  /* background: #fff; */
  border-radius: 8px;
}

.modal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  width: 15px;
  height: 14px;
  cursor: pointer;
}

.modal .modal-close-btn {
  display: none;
}

.modal-gift_content .modal-close-btn {
  display: block;
}

.modal-close-btn path {
  stroke: grey;
}
#closeBtnReferal {
  display: none;
}
div.pageServiceFormWrap {
  background-color: #151515;
  margin-top: 0px;
}

.artdom-referal_btn {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.hiberg-logo {
  max-width: 205px;
}

.hiberg-logo img {
  width: 100%;
}

.successFormWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-title b {
  font-weight: 700;
}

.code-row {
  margin-top: 20px;
}

.pageGaranty .formLoader {
  display: block;
  position: fixed;
}
@media (max-width: 1920px) {
  .artdom-referal_container {
    top: 0;
  }

  .artdom-referal_left {
    margin-top: 75px;
  }

  .artdom-referal_img {
    min-height: 980px;
    object-fit: cover;
  }

  .artdom-referal_form-wrap {
    min-width: 400px;
  }
}

@media (max-width: 1200px) {
  .tab-content.active {
    padding-left: 0;
  }

  .artdom-catalog_product-descr {
    bottom: -15px;
  }

  .tab-btn {
    padding: 0 10px;
    width: 360px;
  }

  .artdom-gift_container {
    top: 7dvh;
  }
}

@media (max-width: 1024px) {
  .artdom-catalog_product-descr {
    bottom: -100px;
    left: -60px;
  }

  .tab-content svg {
    bottom: 15%;
  }
}

@media (max-width: 880px) {
  .artdom-banner {
    height: auto;
  }
  .artdom-banner_video {
    height: auto;
  }
  .artdom-catalog_left {
    width: 100%;
  }

  .artdom-catalog_right {
    display: none;
  }

  .artdom-catalog_ul {
    align-items: center;
    margin-top: 20px;
  }

  .artdom-catalog {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .banner-btn {
    width: 200px;
    height: 80px;
    font-size: 18px;
  }

  

  .artdom-gift_container {
    top: 50px;
  }

  .artdom-gift_subtitle {
    max-width: 100%;
  }
  .banner-btn span {
    font-size: 14px;
  }
  .artdom-gift_btn {
    width: 220px;
    height: 80px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-referal {
    display: none;
    position: fixed;
    height: 100dvh;
  }

  #modalReferal {
    inset: 0;
    width: 100vw;
    max-width: none;
  }

  #modalReferal.active {
    display: block;
    position: fixed;
    margin: 0;
    border-radius: 0;
  }

  .artdom-referal_wrap {
    gap: 0;
  }

  .artdom-referal_left {
    width: 100%;
    margin-top: 25px;
  }

  .artdom-referal_img {
    min-height: 450px;
  }

  .artdom-referal_btn {
    width: 260px;
    display: block;
  }

  .artdom-referal_form-wrap,
  .artdom-gift_form-wrap {
    padding: 20px;
  }

  .artdom-referal_form-wrap {
    min-width: 280px;
  }

  .modal-gift_content,
  .modal-referal_content {
    margin-top: 20px;
  }
  .modal-referal_content {
    overflow: auto;
    height: 96dvh;
  }

  .modal-referal_overlay {
    display: block;
  }

  .modal-gift_content {
    overflow-y: auto;
    overscroll-behavior: contain;
    height: 96dvh;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  #closeBtnReferal {
    display: block;
  }

  .modal .modal-close-btn {
    display: block;
  }

  .modal-gift_content .modal-close-btn {
    display: none;
  }
}

@media (max-width: 460px) {
  .artdom-catalog_title,
  .artdom-gift_title,
  .artdom-referal_title {
    font-size: 32px;
    text-align: center;
  }

  .artdom-catalog_subtitle,
  .artdom-gift_subtitle {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
  }

  .tab-btn {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    height: 100px;
    text-wrap: balance;
  }

  .artdom-catalog_ul li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .artdom-catalog_subtitle,
  .artdom-gift_subtitle {
    margin-top: 10px;
  }

  .artdom-referal_text p {
    font-size: 20px;
    text-align: center;
  }

  .artdom-referal_container {
    bottom: 20px;
  }

  .modal-close-btn {
    right: 10px;
    top: 6px;
  }
}

@media (max-width: 340px) {
  .artdom-gift_container {
    top: 20px;
  }

  .artdom-catalog_title,
  .artdom-gift_title,
  .artdom-referal_title {
    font-size: 26px;
  }
}

.artdom-program-terms {
  padding: 80px 0 40px;
  background: linear-gradient(115deg, #26252a 0%, #049346 52%, #049346 100%);
  color: #fff;
}

.artdom-program-terms * {
  font-family: 'Cera Pro', 'Magistral';
}

.artdom-program-terms_scroll {
  overflow-x: auto;
}

.artdom-program-terms_table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  line-height: 1.2;
}

.artdom-program-terms_table th,
.artdom-program-terms_table td {
  padding: 16px 32px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  vertical-align: top;
  font-weight: 400;
  text-align: left;
}

.artdom-program-terms_table th:first-child {
  width: 16%;
}

.artdom-program-terms_table th:nth-child(2),
.artdom-program-terms_table td:nth-child(2) {
  width: 44%;
}

.artdom-program-terms_table p {
  margin: 0 0 12px;
}

.artdom-program-terms_table p:last-child {
  margin-bottom: 0;
}

.artdom-program-terms_note {
  margin: 24px 0 0 16%;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .artdom-program-terms {
    padding: 48px 0 32px;
  }

  .artdom-program-terms_container {
    padding-right: 0;
  }

  .artdom-program-terms_scroll {
    padding-right: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .artdom-program-terms_table {
    font-size: 14px;
  }

  .artdom-program-terms_table th,
  .artdom-program-terms_table td {
    padding: 12px 16px;
  }

  .artdom-program-terms_note {
    margin-left: 0;
    padding-right: 16px;
  }
}

/* End */
/* /prof/artdom.css?178523851111948 */
