/* ==================== COMPANY PAGE ================= */
.company {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .company {
      overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .company {
    margin-top: 32px;
  }
}
@media screen and (max-width: 744px) {
  .company {
    margin-top: 24px;
  }
}
.company__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .company__info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 744px) {
  .company__info {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 72px;
  }
}
.company__info-text-block {
  position: relative;
}
.company__info-back-title {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: -25px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .company__info-back-title {
    display: none;
  }
}
.company__title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 56px;
  font-weight: 700;
  line-height: 61.6px;
  text-align: left;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .company__title {
    color: rgba(0, 10, 8, 1);
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 744px) {
  .company__title {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.company__subtitle {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .company__subtitle {
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 744px) {
  .company__subtitle {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20.8px;
  }
}
.company__heading {
  color: rgba(0, 50, 41, 1);
  margin-bottom: 16px;
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .company__heading {
    font-size: 24px;
    line-height: 28.8px;
  }
}
@media screen and (max-width: 744px) {
  .company__heading {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
}
.company__subheading {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .company__subheading {
    font-size: 14px;
    line-height: 18.2px;
  }
}
@media screen and (max-width: 744px) {
  .company__subheading {
    font-size: 16px;
    line-height: 20.8px;
  }
}
.company__subheading:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .company__subheading:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.company__info-img-block {
  width: 540px;
  aspect-ratio: 540 / 267;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .company__info-img-block {
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .company__info-img-block {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .company__info-img-block {
    display: block;
    width: calc(100% - 20px);
    margin-left: -22px;
    aspect-ratio: 296 / 147;
  }
}
.company__info-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.company__info-img_first {
  z-index: 3;
  top: 0;
  left: 0;
}
.company__info-img_second {
  z-index: 2;
  bottom: -24px;
  right: -24px;
}
.company__info-img_third {
  z-index: 1;
  bottom: -48px;
  right: -48px;
}
.company__first-text-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
}
.company__info-img-block-2 {
  display: none;
  width: 295px;
  aspect-ratio: 295 / 147;
  position: relative;
  flex-shrink: 0;
  margin-right: 65px;
}
@media screen and (max-width: 1024px) {
  .company__info-img-block-2 {
    display: block;
  }
  .company__info-img_second {
    bottom: -16px;
    right: -16px;
  }
  .company__info-img_third {
    bottom: -32px;
    right: -32px;
  }
}
@media screen and (max-width: 744px) {
  .company__info-img-block-2 {
    display: none;
  }
}
.company__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr; */
  gap: 24px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .company__cards {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .company__cards {
    margin-bottom: 64px;
    grid-template-columns: 1fr;
  }
}
.company__card {
  box-sizing: border-box;
  padding: 40px 32px 40px 79px;
  border: 1px solid rgba(204, 214, 212, 1)
}
@media screen and (max-width: 1024px) {
  .company__card {
    padding: 24px;
  }
}
@media screen and (max-width: 744px) {
  .company__card {
    padding: 32px 24px;
  }
}
.company__card-title-wrapper {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .company__card-title-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
  }
}
.company__card-img {
  display: block;
  position: absolute;
  left: -57px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .company__card-img {
    position: relative;
    top: auto;
    left: auto;
  }
}
.company__card-title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .company__card-title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .company__card-title {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.company__card-subtitle {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .company__card-subtitle {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.company__card-subtitle:not(:last-of-type) {
  margin-bottom: 8px;
}
.company__card-subtitle-bold {
  font-family: "Exo2";
  font-weight: 600;
}

/* ==================== INFO CHEAPER PAGE ================= */
.info-cheaper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 140px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .info-cheaper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .info-cheaper {
    margin-bottom: 64px;
  }
}
.info-cheaper__left-bar {
  width: 282px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .info-cheaper__left-bar {
    width: 125px;
  }
}
@media screen and (max-width: 744px) {
  .info-cheaper__left-bar {
    display: none;
  }
}
.info-cheaper__left-link {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 0 16px 32px;
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2";
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  letter-spacing: 0.01em;
  text-align: left;
  border: 1px solid rgba(204, 214, 212, 1);
  transition: background .24s linear, border .24s linear;
}
.info-cheaper__left-link:hover {
  background: #ccd6d4;
  border-right: 4px solid #003229;
}
@media screen and (max-width: 1024px) {
  .info-cheaper__left-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    letter-spacing: 0.01em;
    text-align: left;
    padding-left: 30px;
  }
}
.info-cheaper__left-link_active {
  font-family: "Exo2Bold";
  color: rgba(0, 50, 41, 1);
  font-weight: 700;
  background-color: rgba(204, 214, 212, 1);
  border-right: 4px solid rgba(0, 50, 41, 1);
}
.info-cheaper__title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .info-cheaper__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .info-cheaper__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 10, 8, 1);
  }
}
.info-cheaper__subtitle {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
} 
.info-cheaper__subtitle:not(:last-of-type) {
  margin-bottom: 16px;
}
.info-cheaper__subtitle:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .info-cheaper__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
  }
  .info-cheaper__subtitle:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .info-cheaper__subtitle:last-of-type {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 744px) {
  .info-cheaper__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
  }
}
.info-cheaper__warning-block {
  display: none;
}
@media screen and (max-width: 744px) {
  .info-cheaper__warning-block {
    display: block;
    margin-bottom: 16px;
  }
}
.info-cheaper__warning-title {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}
.info-cheaper__warning-subtitle {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.info-cheaper__inputs-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .info-cheaper__inputs-block {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }
}
.info-cheaper__inputs-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 40%;
}
@media screen and (max-width: 744px) {
  .info-cheaper__inputs-left {
    width: 100%;
  }
}
.info-cheaper__input-wrapper {
  position: relative;
  width: 100%;
}
.info-cheaper__input {
  border: 1px solid rgba(248, 248, 254, 1);
  box-sizing: border-box;
  padding: 24px 20px 8px 20px;
  outline: none;
  border-radius: 4px;
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background-color: rgba(248, 248, 254, 1);
  width: 100%;
}
.info-cheaper__input:focus {
  background-color: transparent;
  border: 1px solid rgba(153, 173, 169, 1);
}
.info-cheaper__input-label {
  position: absolute;
  top: 8px;
  left: 20px;
  color: rgba(194, 195, 202, 1);
  font-family: "Exo2";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  pointer-events: none;
}
.info-cheaper__inputs_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 60%;
  /* min-width: 383px; */
}
@media screen and (max-width: 744px) {
  .info-cheaper__inputs_right {
    width: 100%;
    gap: 8px;
  }
}
.info-cheaper__pers-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 744px) {
  .info-cheaper__pers-block {
    margin-top: 16px;
  }
}
.info-cheaper__pers-block:hover {
  cursor: pointer;
}
.info-cheaper__pers-img-wrapper {
  position: relative;
  flex-shrink: 0;
}
.info-cheaper__pers-border {
  width: 24px;
  height: 24px;
}
.info-cheaper__pers-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 20px;
  height: 20px;
}
.info-cheaper__text {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
.info-cheaper__text-link {
  color: rgba(51, 91, 84, 1);
  text-decoration: underline;
}
.info-cheaper__form-btn {
  width: 100%;
  color: rgba(253, 253, 255, 1);
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(0, 50, 41, 1);
  border-radius: 4px;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  transition: transform .24s ease;
}
.info-cheaper__form-btn:hover {
  cursor: pointer;
  transform: translateY(-3px);
}
@media screen and (max-width: 1024px) {
  .info-cheaper__form-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .info-cheaper__form-btn {
    margin-top: 8px;
    font-size: 16px;
    line-height: 14px;
  }
}
.info-cheaper__form-btn:hover {
  cursor: pointer;
}

/* ================== INFO PAYMENT PAGE =============== */
.info-payment {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 120px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .info-payment {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .info-payment {
    margin-bottom: 64px;
  }
}
.info-payment__title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .info-payment__title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 744px) {
  .info-payment__title {
    margin-bottom: 16px;
    color: rgba(0, 10, 8, 1);
  }
}
.info-payment__items-wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .info-payment__items-wrapper {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 744px) {
  .info-payment__items-wrapper {
    gap: 8px;
  }
}
.info-payment__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 32px 24px;
  width: 100%;
  background-color: rgba(248, 248, 254, 1);
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .info-payment__item {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 744px) {
  .info-payment__item {
    padding: 32px 8px;
  }
}
.info-payment__item-img {
  display: block;
  width: 56px;
  margin-bottom: 16px;
}
.info-payment__item-title {
  color: rgba(0, 10, 8, 1);
  margin-bottom: 8px;
  font-family: "Exo2Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .info-payment__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
  }
}
.info-payment__item-subtitle {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  max-width: 234px;
}
@media screen and (max-width: 1024px) {
  .info-payment__item-subtitle {
    line-height: 20.8px;
    max-width: 179px;
  }
}
@media screen and (max-width: 744px) {
  .info-payment__item-subtitle {
    font-size: 14px;
    line-height: 18.2px;
    max-width: 144px;
    text-align: center;
  }
}
.info-payment__text {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .info-payment__text {
    font-size: 16px;
    line-height: 20.8px;
  }
}

.info-delivery {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 120px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .info-delivery {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .info-delivery {
    margin-bottom: 64px;
  }
}
.info-delivery__conditions-img-2 {
  display: none;
}
.info-delivery__conditions {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .info-delivery__conditions {
    flex-direction: column;
  }
  .info-delivery__conditions-img-2 {
    display: block;
  }
  .delivery-table__first-row-text_last {
    justify-self: flex-end;
  }
}
.info-delivery__conditions-wrapper {
}
.info-delivery__title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .info-delivery__title {
    color: rgba(0, 10, 8, 1);
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
.info-delivery__list {
  padding-left: 20px;
}
.info-delivery__list-item {
  color: rgba(0, 10, 8, 1);
  font-family: "Exo2";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  list-style-type: disc;
}
@media screen and (max-width: 1024px) {
  .info-delivery__list-item {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media screen and (max-width: 744px) {
  .info-delivery__list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }
}
.info-delivery__conditions-img {
  width: 384px;
}
@media screen and (max-width: 1180px) {
  .info-delivery__conditions-img {
    display: none;
  }
}
.info-delivery__services {
}
.info-delivery__second-title {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .info-delivery__second-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 744px) {
  .info-delivery__second-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
}
.delivery-table {
}
.delivery-table__firs-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  padding: 16px;
}
@media screen and (max-width: 744px) {
  .delivery-table__firs-row {
    column-gap: 10px;
  }
}
.delivery-table__first-row-text {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Medium";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .delivery-table__first-row-text_center {
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  .delivery-table__first-row-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .delivery-table__first-row-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;
  }
}
.delivery-table__second-row {
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(204, 214, 212, 1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.delivery-table__second-row_bg_white {
  background-color: transparent;
}
.delivery-table__second-row-text {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2";
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .delivery-table__second-row-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .delivery-table__second-row-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;
  }
  .delivery-table__second-row {
    column-gap: 10px;
  }
}
.delivery-table__second-row-text2 {
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .delivery-table__second-row-text2_center {
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) {
  .delivery-table__second-row-text2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .delivery-table__second-row-text2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;    
  }
}
.delivery-table__second-arrow-wrapper {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media screen and (max-width: 1180px) {
  .delivery-table__second-arrow-wrapper {
    justify-self: flex-end;
    padding: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 744px) {
  .delivery-table__second-arrow-wrapper {
      padding-right: 20px;
  }
}
.delivery-table__second-arrow-arrow {
  
}
/* =============== POLICY PAGE =============== */
.policy {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .policy {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .policy {
    margin-bottom: 64px;
  }
}
.policy h2 {
  color: rgba(0, 50, 41, 1);
  margin-bottom: 24px;
  font-family: "Exo2Bold";
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .policy h2 {
    color: rgba(0, 50, 41, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .policy h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
  }
}
.policy > ul {
  list-style: none;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .policy > ul {
    margin-bottom: 16px;
  }
}
.policy > ul li {
  color: rgba(0, 0, 0, 1);
  margin-bottom: 8px;
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .policy > ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
  }
}

.policy > ul li:first-child {
  color: rgba(0, 50, 41, 1);
  margin-bottom: 8px;
  font-family: "Exo2Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .policy > ul li:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
  }
}
.policy > ul > ul {
  margin-bottom: 0;
}
.policy > ul > li > ul {
  padding-left: 20px;
  margin-top: 8px;
  list-style: disc;
}
.policy > ul > li > ul li:first-child {
  color: rgba(0, 0, 0, 1);
  margin-bottom: 8px;
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .policy > ul > li > ul li:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
  }
}
.policy > ul li p {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .policy > ul li p {
    margin-top: 35px;
  }
}

/* ================== 404 PAGE ================ */

.error-page {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .error-page {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .error-page {
    margin-bottom: 64px;
  }
}
.error-page__img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.error-page__text {
  margin: 0 auto;
  margin-bottom: 32px;
  color: rgba(0, 50, 41, 1);
  font-family: "Exo2Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .error-page__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    max-width: 90%;
    /* text-align: left; */
  }
}
.error-page__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.error-page__link {
  width: fit-content;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  padding: 16px 24px;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .error-page__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .error-page__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center; 
  }
}
.error-page__link:hover {
  cursor: pointer;
}
.error-page__link_catalog {
  border: 1px solid rgba(0, 50, 41, 1);
  background-color: rgba(0, 50, 41, 1);
  color: #FFF;
}
.error-page__link_contacts {
  border: 1px solid rgba(0, 50, 41, 1);
  background-color: #FFF;
  color: rgba(0, 50, 41, 1);
}

/* =============== PAGE CONTACTS ================ */
.container.contacts {

}
.contacts__title {
  color: #003229;
  font-family: "Exo2Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contacts__title {
    margin-bottom: 32px;
    font-family: "Exo2Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .contacts__title {
    margin-bottom: 24px;
    color: #000A08;
    font-family: "Exo2Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
}
.contacts__flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .contacts__flex-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 744px) {
  .contacts__flex-wrapper {
    flex-direction: column;
    margin-bottom: 38px;
    gap: 16px;
  }
}
.__select {
  position: relative;
  width: fit-content;
  min-width: 230px;
  height: 40px;

  &[data-state="active"] {
    .__select__title {
      &::before {
        transform: translate(-3px, -50%) rotate(-45deg);
      }

      &::after {
        transform: translate(3px, -50%) rotate(45deg);
      }
    }
    
    .__select__content {
      opacity: 1;
      pointer-events: all;
    }
    
    .__select__label + .__select__input + .__select__label {
      max-height: 40px;
      border-top-width: 1px;
    }
  }
}
.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  padding-left: 48px;
  padding-right: 40px;
  border-radius: 4px;
  border: solid 1px #CCD6D4;
  
  cursor: pointer;

  &::before,
  &::after {
    content: "";

    position: absolute;
    top: 50%;
    right: 16px;

    display: block;
    width: 10px;
    height: 2px;

    transition: all 0.3s ease-out;

    background-color: #335B54;

    transform: translate(-3px, -50%) rotate(45deg);
  }
  &::after {
    transform: translate(3px, -50%) rotate(-45deg);
  }
}
.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  
  transition: all 0.2s ease-out;
  
  cursor: pointer;
  
  font-weight: bold;
  
  background-color: #ffffff;
  color: #333333;
  
  &:hover {
    background-color: #335B54;
    color: #ffffff;
  }
}
.__select__content {
  position: absolute;
  top: 40px;
  left: 3px;

  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);

  background-color: #ffffff;

  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
  transition: all 0.3s ease-out;

  opacity: 0;
  pointer-events: none;
  z-index: 8;
}
.__select__input {
  display: none;

  &:checked + label {
    background-color: #dedede;
  }
  &:disabled + label {
    opacity: 0.6;
    pointer-events: none;
  }
}
.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  
  transition: all 0.2s ease-out;

  cursor: pointer;
  
  overflow: hidden;

  & + input + & {
    border-top: 0 solid #C7CCD160;
  }

  &:hover {
    background-color: #335B54 !important;

    color: #ffffff;
  }
}
.__select__title {
  color: #000A08;
  font-family: "Exo2Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .__select__title {
    font-size: 12px;
    line-height: 14.4px;
  }
}
.__select__label {
  color: #000A08;
  font-family: "Exo2Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .__select__label {
    font-size: 12px;
    line-height: 14.4px;
  }
}
.__select__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
@media screen and (max-width: 1024px) {
  .__select__img {
    width: 16px;
  }
}
.contacts {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contacts {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .contacts {
    margin-bottom: 64px;
  }
}
.contacts__number-wrapper {
}
.contacts__mobile-block {
  display: none;
}
@media screen and (max-width: 744px) {
  .contacts__mobile-block {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .contacts__wrapper_display_none {
    display: none !important;
  }
}
.contacts__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  width: fit-content;
  transition: opacity .24s ease;
}
.contacts__wrapper:hover {
  opacity: .6;
}
.contacts__wrapper:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .contacts__wrapper {
    align-items: center;
    gap: 8px;
  }
}
.contacts__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contacts__img {
}
.contacts__text {
  color: #003229;
  //styleName: Button Link/Large;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .contacts__text {
    font-size: 14px;
    line-height: 16px;
  }
}
.contacts__text_time {
  color: #003229;
  font-family: "Exo2Bold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .contacts__text_time {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.contacts__text_weekend {
  color: #99ADA9;
  font-family: "Exo2Bold";
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .contacts__text_weekend {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.contacts__map {
  width: 100%;
  max-width: 894px;
}

.contacts__map iframe {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .contacts__map iframe {
    height: 162px;
  }
}
.contacts__swiper {
  overflow: visible;
}
.contacts__swiper:hover {
  cursor: grab;
}
.contacts__swiper:active {
  cursor: grabbing;
}
.contacts__swiper .swiper-slide {
  width: fit-content;
}
.contacts__swiper .swiper-slide img {
  width: 384px;
}
@media screen and (max-width: 1024px) {
  .contacts__swiper .swiper-slide img {
    width: 283px;
  }
}
@media screen and (max-width: 744px) {
  .contacts__swiper .swiper-slide img {
    width: 230px;
  }
}
.contacts__photos-title {
  margin-bottom: 40px;
  color: #003229;
  font-family: "Exo2Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .contacts__photos-title {
    margin-bottom: 32px;
    font-family: "Exo2Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .contacts__photos-title {
    margin-bottom: 24px;
    color: #000A08;
    font-family: "Exo2Bold";
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
}

/* ========================= THANKS PAGE ======================= */

.thanks {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .thanks {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 744px) {
  .thanks {
    margin-bottom: 64px;
  }
}
.thanks__info {
  position: relative;
  box-sizing: border-box;
  padding: 54px 0 51px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .thanks__info {
    padding: 18px 0 33px 0;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__info {
    padding: 20px 0 40px 0;
    margin-bottom: 56px;
  }
}
.thanks__info-img {
  position: absolute;
  top: 338px;
  right: 0;
  z-index: 0;
  width: 100vw;
  max-width: none;
  height: 350px;
}
@media screen and (max-width: 1280px) {
  .thanks__info-img {
    top: 318px;
  }
}
.thanks__info-title {
  color: #FDFDFF;
  margin-bottom: 16px;
  font-family: "Exo2Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .thanks__info-title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 38.4px;
  }
  .thanks__info-img {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .thanks__info-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
  }
  .thanks__info-img-tablet {
    display: none;
  }
}
.thanks__info-subtitle {
  color: #FDFDFF;
  font-family: "Exo2";
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  max-width: 503px;
}
@media screen and (max-width: 1024px) {
  .thanks__info-subtitle {
    margin-bottom: 24px;
    max-width: 382px;
    font-size: 14px;
    line-height: 18.2px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__info-subtitle {
    max-width: 216px;
  }
}
.thanks__info-link {
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  padding: 16px 24px;
  background-color: #F3F4FD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  z-index: 1;
  transition: transform .24s ease;
}
.thanks__info-link:hover {
  transform: translateY(-3px);
}
.thanks__info-catalog-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thanks__info-link-arrow {
}
.thanks__info-link-text {
  color: #335B54;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .thanks__info-link-arrow {
    width: 16px;
  }
  .thanks__info-link-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__info-link-arrow {
    display: none;
  }
  .thanks__info-link-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.thanks__info-img-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .thanks__info-img-tablet {
    display: block;
    position: absolute;
    top: 317px;
    right: 0;
    z-index: 0;
    width: 100vw;
    max-width: none;
    height: 241px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__info-img-tablet {
    display: none;
  }
}
.thanks__info-img-mobile {
  display: none;
}
@media screen and (max-width: 744px) {
  .thanks__info-img-mobile {
    display: block;
    position: absolute;
    top: 304px;
    right: 0;
    z-index: 0;
    width: 100vw;
    max-width: none;
    height: 256px;
  }
}
@media screen and (max-width: 640px) {
  .thanks__info-img-mobile {
    top: 240px;
  }
}

.thanks__text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .thanks__text-block {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__text-block {
    margin-bottom: 24px;
  }
}
.thanks__text-title {
  color: #003229;
  font-family: "Exo2Bold";
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .thanks__text-title {
    font-size: 32px;
    line-height: 38.4px;
  }
}
@media screen and (max-width: 744px) {
  .thanks__text-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.thanks__text-link {
  color: #66847F;
  text-decoration: none;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .thanks__text-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.article-item {
  width: 486px;
  height: 247px;
  background-image: url(../img/image/thanks-swiper-example.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .article-item {
    width: 328px;
    height: 158px;
  }
}
.article-item__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity .24s linear;
}
.article-item:hover .article-item__shadow {
  opacity: 1;
}
.article-item__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  outline: none;
  padding: 16px 24px;
  display: block;
  width: fit-content;
  color: #FDFDFF;
  font-family: "Exo2";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #FDFDFF;
  border-radius: 4px;
  opacity: 0;
  z-index: 2;
  transition: opacity .24s linear;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .article-item__button {
    font-size: 14px;
    line-height: 16px;
  }
}
.article-item__button-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-item__button:hover {
  cursor: pointer;
}
.article-item:hover .article-item__button {
  opacity: 1;
}
.article-item__text {
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 16px;
  color: #F8F8FE;
  font-family: "Exo2";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .article-item__text {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.thanks__swiper .swiper-slide {
  width: fit-content;
}
.thanks__swiper:hover {
  cursor: grab;
}
.thanks__swiper:active {
  cursor: grabbing;
}
@media screen and (max-width: 500px) {
  .thanks__swiper .swiper-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .thanks__swiper:hover {
    cursor: auto;
  }
  .thanks__swiper:active {
    cursor: auto;
  }
}
.contacts__info-select-mb-16 {
  margin-bottom: 16px;
}