/* 400px */
/* 640px */
/* 768px */
/* 990px */
/* 1200px */
/* 1600 */
/* 1920 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd58jDOjw.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_qE6GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_v86GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v21/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf) format('truetype');
}
@font-face {
  font-family: 'Anek Kannada';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anekkannada/v15/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQuk.ttf) format('truetype');
}
@font-face {
  font-family: 'Anek Kannada';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anekkannada/v15/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQuk.ttf) format('truetype');
}
@font-face {
  font-family: 'Anek Kannada';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anekkannada/v15/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQuk.ttf) format('truetype');
}
@font-face {
  font-family: 'Anek Kannada';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anekkannada/v15/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFguk.ttf) format('truetype');
}
@font-face {
  font-family: 'Anek Kannada';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/anekkannada/v15/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFguk.ttf) format('truetype');
}
.btn {
  background-color: #F7CC0E;
  border: 1px solid #F7CC0E;
  color: #242424;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding: 19px 32px 19px 34px;
  align-items: center;
  text-align: center;
  gap: 20px;
  display: inline-flex;
  white-space: nowrap;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .btn {
    font-size: 17px;
    padding: 15px 25px 15px 27px;
    gap: 15px;
  }
}
.btn span {
  position: relative;
  top: 2px;
}
.btn svg {
  color: #242424;
}
.btn:hover {
  background-color: transparent;
  border: 1px solid #F7CC0E;
  color: #ffffff;
}
.btn:hover svg {
  color: #ffffff;
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #F7CC0E;
  color: #ffffff;
}
.btn.outline svg {
  color: #F7CC0E;
}
.btn.outline:hover {
  background-color: #F7CC0E;
  color: #242424;
}
.btn.outline:hover svg {
  color: #242424;
}
.btn.yellow-text {
  color: #F7CC0E;
}
.btn.yellow-text svg {
  color: #F7CC0E;
}
.btn.white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.white svg {
  color: #ffffff;
}
.btn.white:hover {
  background-color: #F7CC0E;
  border: 1px solid #F7CC0E;
}
.btn.medium {
  padding: 17px 21px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .btn.medium {
    font-size: 15px;
    padding: 15px 19px;
  }
}
.btn.small {
  padding: 17px 19px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .btn.small {
    font-size: 13px;
    padding: 15px 17px;
  }
}
.btn.tiny {
  padding: 10px 45px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .btn.tiny {
    font-size: 14px;
    padding: 10px 35px;
  }
}
button.btn {
  cursor: pointer;
}
button.btn span {
  top: 0;
}
input,
textarea {
  border: 1px solid #525252;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 5%;
  color: #DBDBDB;
  padding: 12px 18px;
  background: #000000;
  border-radius: 5px;
}
.component-subscribes {
  margin-top: 85px;
}
@media (max-width: 990px) {
  .component-subscribes {
    overflow: hidden;
  }
}
.component-subscribes-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4%;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #363636;
  padding-bottom: 12px;
}
.component-subscribes-title span {
  cursor: pointer;
}
.component-subscribes-title span.active {
  color: #F7CC0E;
}
@media (max-width: 768px) {
  .component-subscribes-title {
    font-size: 18px;
  }
}
.component-subscribes .slider-dots {
  text-align: center;
  margin-top: 20px;
}
.component-subscribes .slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #525252;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 2px;
}
.component-subscribes .slider-dots .dot.active {
  background-color: #F7CC0E;
}
.component-subscribes-item {
  padding: 33px 28px;
  position: relative;
  min-height: 392px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .component-subscribes-item {
    min-width: 270px;
    /* Должна совпадать с max-width окна */
    transition: all 0.4s ease;
    opacity: 0.5;
    transform: scale(0.9);
  }
}
@media (max-width: 768px) {
  .component-subscribes-item {
    padding: 23px 18px;
    min-width: 270px;
  }
}
@media (max-width: 990px) {
  .component-subscribes-item.active-slide {
    opacity: 1;
    transform: scale(1.05);
  }
}
.component-subscribes-item .btn {
  margin-top: 40px;
}
.component-subscribes-item-image {
  border-radius: 5px;
  background-color: #242424;
  position: absolute;
  top: 33px;
  right: 28px;
  height: 78px;
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .component-subscribes-item-image {
    height: 52px;
    width: 52px;
  }
}
@media (max-width: 990px) {
  .component-subscribes-item-image {
    top: 23px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  .component-subscribes-item-image {
    height: 52px;
    width: 52px;
  }
}
.component-subscribes-item-image img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1200px) {
  .component-subscribes-item-image img {
    height: 36px;
    width: 36px;
  }
}
.component-subscribes-item-info {
  max-width: 191px;
}
.component-subscribes-item-tag {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
  padding: 8px 19px 5px;
  border: 1px solid #8E8149;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  .component-subscribes-item-tag {
    font-size: 12px;
  }
}
.component-subscribes-item-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .component-subscribes-item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.component-subscribes-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 5%;
}
@media (max-width: 768px) {
  .component-subscribes-item-text {
    font-size: 14px;
  }
}
.component-subscribes-item-price {
  margin-top: 20px;
  color: #F7CC0E;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .component-subscribes-item-price {
    font-size: 34px;
  }
}
.component-subscribes-item-price span {
  font-size: 17px;
}
.component-subscribes-item-toggler {
  margin-top: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  .component-subscribes-item-toggler {
    margin-top: 30px;
    font-size: 12px;
  }
}
.component-subscribes-item-toggler span {
  margin-right: 20px;
}
.component-subscribes-item-toggler svg {
  transition: all ease-in 0.3s;
}
.component-subscribes-item-toggler.open svg {
  transform: rotate(180deg);
}
.component-subscribes-item-details {
  border-top: 1px solid #363636;
  margin-top: 10px;
  padding-top: 30px;
  flex-direction: column;
  gap: 15px;
  display: none;
}
.component-subscribes-item-details.open {
  display: flex;
}
.component-subscribes-item-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component-subscribes-item-detail-wrap {
  display: flex;
  align-items: center;
}
.component-subscribes-item-detail-params {
  margin-left: 14px;
  position: relative;
  top: 5px;
}
@media (max-width: 768px) {
  .component-subscribes-item-detail-params {
    margin-left: 5px;
  }
}
.component-subscribes-item-detail-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
}
@media (max-width: 768px) {
  .component-subscribes-item-detail-name {
    font-size: 14px;
  }
}
.component-subscribes-item-detail-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 5%;
  color: #DCDCDC;
}
.component-subscribes-item-detail-value {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
  text-align: right;
}
@media (max-width: 768px) {
  .component-subscribes-item-detail-value {
    font-size: 14px;
  }
}
.component-subscribes-item.popular {
  box-shadow: 0 4px 20px 0 #F7CC0E29;
  border: 1px solid #F7CC0E;
}
.component-subscribes-item.popular .home-subscribes-item-tag {
  color: #171717;
  background-color: #F7CC0E;
  border: 1px solid #F7CC0E;
}
.component-subscribes-items {
  margin-top: 56px;
  display: grid;
  gap: 31px;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}
@media (max-width: 990px) {
  .component-subscribes-items {
    display: flex !important;
    gap: 20px;
    position: relative;
    left: 0;
    width: max-content;
  }
}
.component-subscribes-items.subscribes .component-subscribes-item-info {
  max-width: 221px;
  justify-self: flex-end;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .component-subscribes-items.subscribes .component-subscribes-item-info {
    max-width: 191px;
  }
}
@media (max-width: 990px) {
  .component-subscribes-items.subscribes .component-subscribes-item-info {
    justify-self: flex-start;
  }
}
.component-subscribes-items.subscribes .component-subscribes-item-image {
  right: auto;
  left: 28px;
}
@media (max-width: 990px) {
  .component-subscribes-items.subscribes .component-subscribes-item-image {
    top: 23px;
    right: 18px;
    left: auto;
  }
}
.component-subscribes-items.subscribes .component-subscribes-item-price {
  color: #ffffff;
  white-space: nowrap;
}
.component-subscribes-items.subscribes .component-subscribes-item-price span {
  color: #F7CC0E;
  font-weight: 600;
  text-transform: none;
}
.component-subscribes-items.subscribes .component-subscribes-item-detail-value {
  position: relative;
  padding-left: 25px;
}
.component-subscribes-items.subscribes .component-subscribes-item-detail-value::before {
  content: "";
  background-image: url(../../../assets/img/design/check.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .component-subscribes-items.subscribes .component-subscribes-item-detail-value::before {
    top: 2px;
  }
}
.component-subscribes-billing {
  margin-top: 63px;
  position: relative;
  padding: 41px 57px 45px 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  .component-subscribes-billing {
    padding: 21px 25px 35px 122px;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .component-subscribes-billing {
    padding: 22px 22px 34px 29px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
}
.component-subscribes-billing-img {
  border-radius: 5px;
  background-color: #242424;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 28px;
  height: 78px;
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .component-subscribes-billing-img {
    height: 69px;
    width: 69px;
  }
}
@media (max-width: 768px) {
  .component-subscribes-billing-img {
    height: 66px;
    width: 66px;
    top: auto;
    left: auto;
    position: relative;
    transform: none;
  }
}
.component-subscribes-billing-img img {
  height: 52px;
  width: 52px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 990px) {
  .component-subscribes-billing-img img {
    height: 42px;
    width: 42px;
  }
}
.component-subscribes-billing-info-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .component-subscribes-billing-info-title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .component-subscribes-billing-info-title {
    font-size: 22px;
  }
}
.component-subscribes-billing-info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 5%;
}
.component-subscribes-billing-info-text span {
  color: #F7CC0E;
}
@media (max-width: 990px) {
  .component-subscribes-billing-info-text {
    font-size: 15px;
  }
}
.component-subscribes-billing-check {
  padding: 30px 20px 29px 51px;
  border: 1px solid #525252;
  background: #1B1B1B;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  grid-column: 1 / -1;
}
@media (max-width: 990px) {
  .component-subscribes-billing-check {
    padding: 16px 20px;
  }
}
.component-subscribes-billing-check-month {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 5%;
  color: #F7CC0E;
}
@media (max-width: 990px) {
  .component-subscribes-billing-check-month {
    font-size: 15px;
  }
}
.component-subscribes-billing-check-year {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 5%;
}
.component-subscribes-billing-check-year span {
  color: #38A643;
}
@media (max-width: 990px) {
  .component-subscribes-billing-check-year {
    font-size: 15px;
  }
}
.component-subscribes-billing-check-chekbox input {
  display: none;
}
.component-subscribes-billing-check-chekbox div {
  width: 64px;
  height: 32px;
  background: #000000;
  border: 1px solid #525252;
  border-radius: 90px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 990px) {
  .component-subscribes-billing-check-chekbox div {
    width: 55px;
    height: 28px;
  }
}
.component-subscribes-billing-check-chekbox div::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #F7CC0E;
  top: -1px;
  left: 0;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 990px) {
  .component-subscribes-billing-check-chekbox div::before {
    width: 28px;
    height: 28px;
  }
}
.component-subscribes-billing-check-chekbox input:checked + div::before {
  transform: translateX(32px);
}
@media (max-width: 990px) {
  .component-subscribes-billing-check-chekbox input:checked + div::before {
    transform: translateX(28px);
  }
}
@media (max-width: 990px) {
  .slider-window-wrapper {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }
}
.component-banner {
  margin-top: 84px;
}
@media (max-width: 990px) {
  .component-banner {
    margin-top: 63px;
  }
}
.component-banner-wrap {
  padding: 48px 70px 48px 265px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 23px 0;
}
@media (max-width: 990px) {
  .component-banner-wrap {
    flex-wrap: wrap;
    gap: 29px;
    background-size: 173px 171px;
    background-position: 23px center;
    padding-left: 220px;
  }
}
@media (max-width: 768px) {
  .component-banner-wrap {
    gap: 15px;
    text-align: center;
    padding: 150px 15px 30px;
    justify-content: center;
    background-size: 130px 130px;
    background-position: center 10px;
  }
}
.component-banner-wrap.with-svg {
  padding-left: 139px;
  position: relative;
}
@media (max-width: 768px) {
  .component-banner-wrap.with-svg {
    padding-left: 15px;
  }
}
.component-banner-info {
  max-width: 600px;
}
@media (max-width: 768px) {
  .component-banner-info {
    max-width: none;
  }
}
.component-banner-title {
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .component-banner-title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.component-banner-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 5%;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .component-banner-text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.component-banner-svg {
  position: absolute;
  left: 29px;
  top: 40px;
  color: #000000;
  width: 78px;
  height: 78px;
  background-color: #F7CC0E;
  border: 1px solid #525252;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .component-banner-svg {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .component-banner .btn {
    margin-top: 20px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.open {
  display: flex;
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-content {
  position: relative;
  background: #090909;
  border: 1px solid #242424;
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  padding: 45px 40px;
  z-index: 10;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
}
@media (max-width: 576px) {
  .modal-content {
    margin: 0 15px;
    padding: 35px 20px;
  }
}
.modal-content .close-modal-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #525252;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.modal-content .close-modal-btn:hover {
  color: #F7CC0E;
  transform: scale(1.1);
}
.modal-content .form-group {
  margin-bottom: 16px;
  text-align: center;
}
.modal-content .form-group:last-of-type {
  margin-bottom: 24px;
}
.modal-content .form-group input,
.modal-content .form-group textarea {
  width: 100%;
}
.modal-content .form-group textarea {
  height: 100px;
}
.modal-content .form-group .btn {
  width: 150px;
  margin: auto;
}
.modal-title {
  color: #F7CC0E;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-align: center;
}
.modal-subtitle {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.home-welcome {
  padding: 73px 0 105px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1200px) {
  .home-welcome {
    padding: 53px 0 75px;
    background-size: cover;
  }
}
@media (max-width: 990px) {
  .home-welcome {
    padding: 33px 0 73px;
    background-image: url(../../img/design/home/bg-1-stars.png) !important;
    overflow-x: clip;
  }
}
@media (max-width: 768px) {
  .home-welcome {
    background-size: auto;
    background-position: top;
    padding-bottom: 62px;
  }
}
@media (max-width: 990px) {
  .home-welcome::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../../img/design/home/bg-1-girl.png);
    width: 564px;
    height: 549px;
    right: -73px;
    bottom: -50px;
    z-index: 1;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .home-welcome::after {
    right: auto;
    bottom: auto;
    top: 200px;
    left: calc(50% - 38px);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  .home-welcome-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home-welcome-subtitle {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-welcome-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 990px) {
  .home-welcome-subtitle {
    font-size: 26px;
  }
}
.home-welcome-title {
  margin-top: 7px;
  line-height: 100%;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #F7CC0E;
}
@media (max-width: 1200px) {
  .home-welcome-title {
    font-size: 42px;
  }
}
@media (max-width: 990px) {
  .home-welcome-title {
    font-size: 39px;
  }
}
.home-welcome-types {
  margin-top: 18px;
  display: flex;
  gap: 17px;
}
@media (max-width: 1200px) {
  .home-welcome-types {
    gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .home-welcome-types {
    gap: 5px;
  }
}
.home-welcome-type {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-welcome-type {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .home-welcome-type {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-welcome-type {
    font-size: 13px;
  }
}
.home-welcome-type:not(:first-child):before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  background-color: #F7CC0E;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .home-welcome-type:not(:first-child):before {
    top: -2px;
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .home-welcome-type:not(:first-child):before {
    top: -1px;
  }
}
@media (max-width: 768px) {
  .home-welcome-type:not(:first-child):before {
    margin-right: 5px;
  }
}
.home-welcome-text {
  margin-top: 53px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 10%;
  text-transform: uppercase;
  max-width: 389px;
}
@media (max-width: 1200px) {
  .home-welcome-text {
    margin-top: 43px;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 990px) {
  .home-welcome-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-welcome-text {
    margin-top: 530px;
  }
}
.home-welcome-description {
  margin-top: 17px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 10%;
  max-width: 464px;
}
@media (max-width: 1200px) {
  .home-welcome-description {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .home-welcome-description {
    font-size: 15px;
    max-width: 390px;
  }
}
.home-welcome-buttons {
  margin-top: 64px;
  display: flex;
  gap: 26px;
  align-items: center;
  max-width: 588px;
}
@media (max-width: 1200px) {
  .home-welcome-buttons {
    gap: 20px;
    margin-top: 45px;
  }
}
@media (max-width: 990px) {
  .home-welcome-buttons {
    max-width: 335px;
    flex-wrap: wrap;
  }
}
.home-welcome-buttons .btn {
  height: 66px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .home-welcome-buttons .btn {
    height: 56px;
  }
}
@media (max-width: 990px) {
  .home-welcome-buttons .btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-advantages {
    margin-top: 63px;
  }
}
.home-advantages-head {
  display: none;
}
@media (max-width: 768px) {
  .home-advantages-head {
    display: inline-block;
  }
}
.home-advantages-title {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
.home-advantages-subtitle {
  color: #F7CC0E;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 7%;
  text-transform: uppercase;
  margin-top: 5px;
}
.home-advantages-wrap {
  display: flex;
  gap: 16px;
  padding: 55px 45px;
}
@media (max-width: 1200px) {
  .home-advantages-wrap {
    gap: 15px;
    padding: 35px 25px;
  }
}
@media (max-width: 990px) {
  .home-advantages-wrap {
    padding: 25px 15px 20px;
  }
}
@media (max-width: 768px) {
  .home-advantages-wrap {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.home-advantages-item {
  text-align: center;
  max-width: calc(100% / 6);
}
@media (max-width: 768px) {
  .home-advantages-item {
    text-align: initial;
    display: flex;
    gap: 20px;
    max-width: none;
  }
}
.home-advantages-item img {
  height: 79px;
  width: 79px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .home-advantages-item img {
    height: 65px;
    width: 65px;
  }
}
.home-advantages-item-title {
  margin-top: 15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-advantages-item-title {
    font-size: 16px;
  }
}
.home-advantages-item-text {
  margin-top: 5px;
  color: #BDBDBD;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 5%;
  text-align: center;
}
@media (max-width: 1200px) {
  .home-advantages-item-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-advantages-item-text {
    text-align: initial;
  }
}
.home-mixed {
  margin-top: 35px;
}
@media (max-width: 990px) {
  .home-mixed {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .home-mixed {
    margin-top: 70px;
  }
}
.home-mixed-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 35px;
}
@media (max-width: 1200px) {
  .home-mixed-wrap {
    gap: 25px;
  }
}
@media (max-width: 990px) {
  .home-mixed-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-mixed-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-mixed-wrap > div {
  padding: 31px 30px;
}
@media (max-width: 1200px) {
  .home-mixed-wrap > div {
    padding: 25px 20px;
  }
}
.home-mixed-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .home-mixed-title {
    font-size: 22px;
  }
}
.home-mixed-subtitle {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
  color: #F7CC0E;
}
@media (max-width: 1200px) {
  .home-mixed-subtitle {
    font-size: 15px;
  }
}
.home-mixed-title:not(:first-child),
.home-mixed-subtitle:not(:first-child) {
  margin-top: 7px;
}
@media (max-width: 1200px) {
  .home-mixed-title:not(:first-child),
  .home-mixed-subtitle:not(:first-child) {
    margin-top: 4px;
  }
}
.home-services-items {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 21px;
}
@media (max-width: 1200px) {
  .home-services-items {
    gap: 18px;
  }
}
.home-services-item {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
}
.home-services-item span {
  line-height: 1;
}
.home-services-item img {
  margin-right: 19px;
  height: 27px;
  width: 27px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1200px) {
  .home-services-item img {
    margin-right: 15px;
  }
}
.home-how_works-items {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.home-how_works-item {
  position: relative;
  padding-bottom: 25px;
}
.home-how_works-item::before {
  content: attr(data-count);
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 5%;
  color: #F7CC0E;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 1px solid #F7CC0E;
  vertical-align: middle;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  left: -50px;
}
.home-how_works-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -33px;
  top: 40px;
  height: calc(100% - 45px);
  width: 1px;
  background-color: #F7CC0E;
}
.home-how_works-item:last-child::after {
  content: none;
}
.home-how_works-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.home-how_works-text {
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 5%;
  color: #BDBDBD;
}
.home-portfolio .btn {
  margin-top: 19px;
  width: 100%;
}
.home-portfolio-items {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.home-portfolio-item {
  position: relative;
}
.home-portfolio-item video {
  display: none;
  width: 100%;
  min-width: 170px;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}
.home-portfolio-preview {
  border: 1px solid #F7CC0E;
  border-radius: 10px;
  position: relative;
  width: 100%;
  min-width: 170px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.home-portfolio-preview-play {
  display: none;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../assets/img/design/play.png);
}
.home-portfolio-preview-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.home-portfolio-preview-left {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}
.home-portfolio-preview-number {
  font-weight: 400;
  font-size: 37px;
  line-height: 0.5;
  letter-spacing: 7%;
  text-transform: uppercase;
  margin-right: 10px;
}
.home-portfolio-preview-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.home-portfolio-preview-desc {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #E2E2E2;
  margin-top: 2px;
}
.home-portfolio-preview-time {
  color: #E2E2E2;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.home-guide-info {
  margin-top: 30px;
  display: flex;
  gap: 22px;
  align-items: center;
}
@media (max-width: 1200px) {
  .home-guide-info {
    gap: 18px;
  }
}
.home-guide-info img {
  width: 175px;
  height: 245px;
  object-fit: cover;
  box-shadow: 0 8px 25px 0 #00000040;
  border: 3px solid #393939;
}
@media (max-width: 1200px) {
  .home-guide-info img {
    width: 145px;
    height: 225px;
  }
}
@media (max-width: 768px) {
  .home-guide-info img {
    width: 125px;
    height: 185px;
  }
}
.home-guide-list {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1200px) {
  .home-guide-list {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .home-guide-list {
    gap: 10px;
  }
}
.home-guide-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
  position: relative;
  top: -15px;
  color: #DCDCDC;
}
@media (max-width: 1200px) {
  .home-guide-item {
    top: 0;
    font-size: 14px;
  }
}
.home-guide-item::before {
  content: "";
  background-image: url(../../../assets/img/design/check.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  display: inline-block;
  left: -25px;
  top: 0;
}
@media (max-width: 1200px) {
  .home-guide-item::before {
    left: -22px;
    top: 2px;
  }
}
.home-guide-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .home-guide-form {
    gap: 13px;
    grid-template-columns: 1fr;
  }
}
.home-guide-form input {
  width: 183px;
}
@media (max-width: 1200px) {
  .home-guide-form input {
    width: auto;
  }
}
.home-faq {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .home-faq {
    grid-column: span 1;
  }
}
.home-faq-items {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.home-faq-item-question {
  background: #000000;
  border: 1px solid #525252;
  border-radius: 5px;
  padding: 17px 26px 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-faq-item-question {
    padding: 12px 12px 7px;
  }
}
.home-faq-item-text {
  color: #DBDBDB;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 5%;
}
@media (max-width: 768px) {
  .home-faq-item-text {
    font-size: 14px;
  }
}
.home-faq-item-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 5%;
  color: #ffffff;
  padding: 0 26px;
  position: relative;
  top: -5px;
  background-color: #2C2C2C;
}
@media (max-width: 768px) {
  .home-faq-item-answer {
    padding: 0 20px;
  }
}
.home-faq-item-answer span {
  overflow: hidden;
  padding: 0 26px;
  transition: padding 0.3s ease;
}
@media (max-width: 768px) {
  .home-faq-item-answer span {
    padding: 0;
  }
}
.home-faq-item-arrow {
  background-image: url(../../../assets/img/design/arrow-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-color: #F7CC0E;
  border-radius: 50%;
  transition: all ease-in 0.3s;
}
@media (max-width: 768px) {
  .home-faq-item-arrow {
    min-width: 30px;
  }
}
.home-faq-item.active .home-faq-item-answer {
  grid-template-rows: 1fr;
  padding: 31px 26px;
}
@media (max-width: 768px) {
  .home-faq-item.active .home-faq-item-answer {
    padding: 21px 20px 15px;
  }
}
.home-faq-item.active .home-faq-item-arrow {
  transform: rotate(-180deg);
}
.home-about {
  margin-top: 88px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 85% 0;
}
@media (max-width: 1200px) {
  .home-about {
    background-position: 95% 0;
  }
}
@media (max-width: 990px) {
  .home-about {
    background-size: 390px 455px;
  }
}
@media (max-width: 768px) {
  .home-about {
    padding-top: 220px;
    background-position: calc(100% - 15px) 0;
    background-size: 280px 330px;
  }
}
.home-about-wrap {
  max-width: 700px;
  padding: 51px 0;
}
@media (max-width: 990px) {
  .home-about-wrap {
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .home-about-wrap {
    max-width: max-content;
  }
}
.home-about-subtitle {
  color: #F7CC0E;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home-about-subtitle {
    font-size: 17px;
  }
}
.home-about-title {
  margin-top: 17px;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home-about-title {
    margin-top: 7px;
    font-size: 26px;
  }
}
.home-about-text {
  margin-top: 35px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 5%;
}
@media (max-width: 990px) {
  .home-about-text {
    font-size: 15px;
  }
}
.home-about-items {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 19px;
}
@media (max-width: 990px) {
  .home-about-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home-about-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-about-item span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 5%;
  position: relative;
  top: 2px;
}
.home-packages {
  margin-top: 67px;
  text-align: center;
}
.home-packages-subtitle {
  color: #F7CC0E;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home-packages-subtitle {
    font-size: 17px;
  }
}
.home-packages-title {
  margin-top: 30px;
  font-weight: 400;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home-packages-title {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .home-packages-title {
    font-size: 26px;
  }
}
.home-packages-items {
  margin-top: 80px;
  display: grid;
  gap: 80px;
  grid-template-columns: repeat(2, 1fr);
  text-align: initial;
}
@media (max-width: 1200px) {
  .home-packages-items {
    margin-top: 50px;
    gap: 30px;
  }
}
@media (max-width: 990px) {
  .home-packages-items {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
@media (max-width: 768px) {
  .home-packages-items {
    place-items: normal;
  }
}
.home-packages-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.home-packages-item.p1 {
  background-image: url(../../img/design/home/packages/bg1.png);
}
@media (max-width: 768px) {
  .home-packages-item.p1 {
    background-image: url(../../img/design/home/packages/bg1-mobile.png);
  }
}
.home-packages-item.p2 {
  background-image: url(../../img/design/home/packages/bg2.png);
}
@media (max-width: 768px) {
  .home-packages-item.p2 {
    background-image: url(../../img/design/home/packages/bg2-mobile.png);
  }
}
@media (max-width: 990px) {
  .home-packages-item {
    max-width: 650px;
    min-width: 650px;
  }
}
@media (max-width: 768px) {
  .home-packages-item {
    max-width: none;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .home-packages-item {
    background-size: auto 70%;
    background-position: 100% 100%;
  }
}
@media (max-width: 768px) {
  .home-packages-item:nth-child(2) {
    background-size: auto 40%;
  }
}
.home-packages-item-wrap {
  max-width: 60%;
  padding: 33px 38px 40px;
}
@media (max-width: 768px) {
  .home-packages-item-wrap {
    padding: 23px 28px 30px;
    max-width: none;
  }
}
.home-packages-item-title {
  color: #F7CC0E;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 7%;
  margin-top: 10px;
}
.home-packages-item-subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
.home-packages-item .btn {
  margin-top: 30px;
}
.home-footer {
  background: #0F0F0F;
  width: 100%;
  margin-top: 222px;
  padding: 83px 0 138px;
}
@media (max-width: 1200px) {
  .home-footer {
    margin-top: 132px;
    padding: 63px 0 98px;
  }
}
@media (max-width: 990px) {
  .home-footer {
    margin-top: 112px;
    padding: 55px 0 78px;
  }
}
.home-talk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 91px;
  border-bottom: 1px solid #484848;
}
@media (max-width: 990px) {
  .home-talk {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-talk {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.home-talk-left {
  max-width: 630px;
}
@media (max-width: 768px) {
  .home-talk-left {
    max-width: none;
    order: 2;
  }
}
.home-talk-left-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .home-talk-left-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
  }
}
.home-talk-left-text {
  margin-top: 22px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 5%;
}
@media (max-width: 990px) {
  .home-talk-left-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.home-talk-left .btn {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .home-talk-left .btn {
    margin-top: 40px;
  }
}
.home-talk-right {
  border: 1px solid #ffffff;
  padding: 19px 72px 23px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .home-talk-right {
    padding: 19px 45px 23px;
    margin-left: 20px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .home-talk-right {
    margin-left: 0;
    padding: 17px 20px;
    gap: 10px;
  }
}
.home-talk-right svg {
  color: #F7CC0E;
  height: 54px;
  width: 54px;
}
.home-talk-right-wrap {
  position: relative;
  top: 7px;
}
.home-talk-right-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home-talk-right-title {
    font-size: 15px;
  }
}
.home-talk-right-subtitle {
  margin-top: 4px;
  color: #F7CC0E;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .home-talk-right-subtitle {
    min-width: 210px;
  }
}
@media (max-width: 768px) {
  .home-talk-right-subtitle {
    font-size: 22px;
    min-width: auto;
  }
}
.home-contacts {
  margin-top: 45px;
}
.home-contacts-title {
  font-weight: 400;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 7%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home-contacts-title {
    font-size: 18px;
  }
}
.home-contacts-buttons {
  margin-top: 35px;
  display: flex;
  gap: 25px;
}
@media (max-width: 768px) {
  .home-contacts-buttons {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .home-contacts-buttons .btn {
    width: 48%;
    padding: 10px 15px;
  }
}
/*# sourceMappingURL=home.css.map */