.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.form__field {
  position: relative;
}
.t-field__error {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: red;
  font-size: 12px;
}
.is-invalid {
  border: 1px solid red;
}
.crumbs__item.active .crumbs__link {
  font-weight: bold;
  color: #000;
}
.navbar__link.active {
  background-color: #0a0f18;
}
.drawer__link.active,
.footer-menu__link.active,
.footer-menu__sublink.active {
  color: #5d6270;
}
.navbar__subnav {
  border: 1px solid #19263c;
}
.spacer {
  margin-bottom: 60px;
}
.error-page {
  padding-bottom: 40px;
  text-align: center;
}
.error-page__img {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 400px;
}
.simplebar-scrollbar:before {
  background-color: #19263c;
}
.products-slide__price {
  margin-top: auto;
}
.drawer__link {
  padding: 5px 0;
}
.fscreen__service::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(31, 31, 31, 0.6);
}
@media (max-width: 991px) {
  .questions {
    margin-bottom: 40px;
  }
  .spacer {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .modal__plate {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .t-field__error {
    font-size: 11px;
  }
  /*.error-page {*/
  /*    height: calc(100vh - 560px);*/
  /*}*/
}
.scroll-top {
  right: inherit;
  left: 30px;
}

:root {
  --font-family: "Gilroy", sans-serif;
  --second-family: "Days One", sans-serif;
  --third-family: "Oswald", sans-serif;
  --font3: "Montserrat", sans-serif;
}

html {
  font-size: calc(1vw / 19.2);
}

@media only screen and (max-width: 992px) {
  html {
    font-size: calc(1vw / 9.92);
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: calc(1vw / 5.76);
  }
}

.paylater {
  display: flex;
  margin-bottom: 60px;
}

.paylater__left {
  width: 684rem;
  box-sizing: border-box;
  padding: 62rem 56rem;
  background: #394e6c;
  flex-shrink: 0;
  border-radius: 20rem;
  position: relative;
  z-index: 1;
}

.paylater__title1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22rem;
  color: #fff;
}

.paylater__title2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 60rem;
  text-transform: uppercase;
  color: #5d6270;
  padding-bottom: 7rem;
  line-height: 1.2em;
}

.paylater__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 20rem;
}

.paylater__text p {
  margin: 0;
  padding-bottom: 25rem;
}

.paylater__text ul {
  margin: 0 0 25rem 25rem;
}

.paylater__text ul li {
  padding-bottom: 10rem;
  list-style: disc;
}

.paylater__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.paylater__bottom .btn {
  font-size: 16rem !important;
}

.paylater__bottom img {
  height: 33rem;
}

.paylater__bottom img:nth-child(2) {
  height: 33rem;
}

.paylater__bottom img:nth-child(3) {
  height: 20rem;
}

.paylater__right {
  width: 100%;
  margin-left: -20rem;
  border-radius: 0 20rem 20rem 0;
  overflow: hidden;
  line-height: 0;
}

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

@media only screen and (max-width: 992px) {
  .paylater {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .paylater__left {
    width: 100%;
    padding: 62rem 56rem;
  }
  .paylater__right {
    margin-left: 0;
    margin-top: -20rem;
    border-radius: 0 0 20rem 20rem;
  }
}

@media only screen and (max-width: 576px) {
  .paylater__left {
    padding: 43rem 35rem;
  }

  .paylater__title2 {
    font-size: 49rem;
  }

  .paylater__text {
    font-size: 20rem;
  }
}
