
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.how-it-was {
    margin-top: 80px;
    padding: 0 20px 50px 20px;
    text-align: center;
}
  
.how-it-was h2 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.iframe-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.travel-dates-section {
    padding: 14rem 0 0;
    background: #fff;
    font-family: 'Arial', sans-serif;
}
  
.travel-dates-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
  
.travel-dates-left {
    flex: 1 1 60%;
}
  
.travel-dates-left .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
  
.badge {
    background: #FFC856;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 18px;
    vertical-align: middle;
}
  
.travel-dates-section .date-columns {
    display: flex;
    gap: 30px;
}
  
.travel-dates-section .date-columns ul {
    list-style: none;
    padding: 0;
}

.travel-dates-section .date-columns li {
    margin-bottom: 6px;
    font-size: 18px;
}

.travel-dates-section .note {
    margin-top: 15px;
    font-size: 14px;
    color: #777;
}

.calendar-container {
    background: white;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.calendar-container h2 {
    color: #187bff;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.calendar-container .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
}

.calendar-container .day-name {
    font-weight: bold;
    color: #777;
    font-size: 0.9rem;
}

.calendar-container .day {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.calendar-container .day:hover {
    transform: scale(1.1);
}

.calendar-container .tour-first { background: #4D9AFF; color: white; }
.calendar-container .tour-second { background: #a23e89; color: white; }
.calendar-container .tour-third { background: #779c1a; color: white; }
.calendar-container .tour-fourth { background: #f5a623; color: white; }
.calendar-container .tour-fifth { background: #FF4FD6; color: white; }

.travel-dates-left .info-box {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
    min-height: 151px;
}

.calendar-container .info-box.visible {
    opacity: 1;
}

.travel-dates-form {
    flex: 1 1 35%;
}
  
.travel-dates-section .form-box {
    background: #f5f7fc;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
  
.travel-dates-section  .form-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
  
.travel-dates-section  .form-subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
  
.travel-dates-section  .form-box input{
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border: none;
    border-radius: 12px;
    background: #f1f6fc;
    font-size: 15px;
}

.travel-dates-section  .form-box select {
    appearance: none;
    @supports (appearance: base-select) {
        @media (hover: hover) {
            &,
            &::picker(select) {
            appearance: base-select;
            }
        }
    }
}
  
.travel-dates-section  .form-box select {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 380px;
    align-items: center;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: slategray;
    background: #f1f6fc
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFF' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A")
      right 10px center / 20px no-repeat;
    @media (hover: hover) {
      @supports (appearance: base-select) {
        padding-inline: 14px;
        background-image: none;
        &::picker-icon {
          content: "";
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFF' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
          transition: rotate 0.2s ease-out;
        }
        &:open::picker-icon {
          rotate: 180deg;
        }
        &::picker(select) {
          padding: 0;
          margin-top: 5px;
          border: none;
          background: #f1f6fc;
          border-radius: 20px;
          font-weight: 400;
  
          opacity: 0;
          height: 0;
          overflow: clip;
          transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
            display 0.5s;
  
          transition-behavior: allow-discrete;
        }
        &:open::picker(select) {
          opacity: 1;
          height: calc-size(auto, size);
          overflow: auto;
          @starting-style {
            opacity: 0;
            height: 0;
          }
        }
        option {
          padding: 15px 20px;
          border-top: 1px solid #f1f6fc;
          cursor: pointer;
          transition-property: color, background;
          transition-duration: 0.2s;
          transition-timing-function: ease-out;
          &:where(:hover, :focus, :active) {
            background: #e0eaf7;
          }
          &:checked {
            background: #f1f6fc;
          }
          &::checkmark {
            display: none;
          }
          &:first-child {
            border: 0;
          }
        }
      }
    }
  }
  
*,
*::before,
*::after {
    box-sizing: border-box;
}
  
.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.travel-dates-form .bonus {
    padding: 2rem 2rem;
}

.travel-dates-form .bonus {
    padding: 2rem 2rem;
}

.travel-dates-form .contacts {
    margin-top: 80px;
    text-align: center;
    padding: 0;
}

.travel-dates-form .contacts .contacts__title, 
.travel-dates-form .contacts .contacts__link{
    font-size: 3rem;
}

.travel-dates-form .contacts span{
    font-size: 2rem;
}

.travel-dates-form .contacts__whatsapp {
    justify-content: center;
}

.travel-dates-form .contacts__link,
.travel-dates-form .contacts__whatsapp {
    color: #1E3048;
}

.travel-dates-form .bonus .bonus__text .text {
    font-size: 1.7rem;
}
  
.travel-dates-section  .form-box .t-btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
  
.travel-dates-section  .privacy-text {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
    line-height: 1.4;
}
  
.travel-dates-section  .privacy-text a {
    color: #0077cc;
    text-decoration: underline;
}

.travel-dates-section  .privacy-text input {
    width: 20px;
}
  
.travel-dates-section .contact-info {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #555;
}
  
.travel-dates-section .contact-info .phone {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 5px 0;
}

@media (max-width: 1500px) {
    .travel-dates-section {
        padding: 100px 180px 0 180px;
    }
}

@media (max-width: 1300px) {
    .travel-dates-section {
        padding: 50px 140px 0 140px;
    }
}

@media (max-width: 768px) {

    .how-it-was {
        margin-top: 60px;
        padding: 0 0 40px 0;
    }

    .travel-dates-section {
        padding: 10rem 14rem;
    }

    .travel-dates-container {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
  
    .travel-dates-left .title {
        font-size: 26px;
        text-align: center;
    }
  
    .badge {
        font-size: 16px;
        padding: 3px 8px;
    }
  
    .date-columns {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
  
    .date-columns ul {
        text-align: center;
    }
  
    .form-box {
        padding: 20px 15px;
    }
  
    .form-box h3 {
        font-size: 18px;
    }
  
    .form-subtitle {
        font-size: 13px;
    }
  
    .form-box input,
    .form-box select,
    .form-box button {
        font-size: 14px;
        padding: 12px;
    }
  
    .privacy-text {
        font-size: 11px;
    }
  
    .contact-info {
        font-size: 13px;
    }
  
    .contact-info .phone {
        font-size: 16px;
    }
  
    .contact-info a {
        font-size: 12px;
    }

    .travel-dates-form .contacts {
        margin-top: 30px;
    }
}

@media (max-width: 580px) {
    .travel-dates-section {
        padding: 34px 3px 34px 3px;
        margin: 0 33px;
    }

    .how-it-was {
        margin-top: 45px;
        text-align: center;
    }

    .how-it-was h2 {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .travel-dates-section  .form-box select {
        min-width: 250px;
    }

    .travel-dates-form .bonus .bonus__text .text {
        font-size: 1.2rem;
    }

    .travel-dates-form .contacts {
        margin-top: 40px;
    }
        
    .travel-dates-form .contacts .contacts__title, 
    .travel-dates-form .contacts .contacts__link{
        font-size: 1.5rem;
    }
    
    .travel-dates-form .contacts span{
        font-size: 1rem;
    }
    
}

@media (max-width: 405px) {

    .travel-dates-section {
        margin: 0px 25px;
    }

    .calendar-container {
        max-width: 340px;
        padding: 20px 15px;
    }
}

.header__nav {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .header__nav-list {
    display: flex;
    gap: 100px;
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.header__nav-list li a {
    color: #233971;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

@media (max-width: 1440px){
    .header__nav-list {
        gap: 50px;
    }
}

@media (max-width: 840px){
    .header__nav-list {
        gap: 25px;
    }
}

@media (max-width: 700px){
    .header__nav-list {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .header__nav {
        display: none;
    }
}

.mobile__nav-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .mobile__nav-list ul {
    padding: 0;
  }

  .mobile__nav-list li {
    list-style: none;
    text-align: center;
    padding: 20px;
  }
  
  .mobile__nav-list li a {
    display: block;
    padding: 12px 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}

.mobile__menu .header__phone {
    margin: 1rem 0 2rem;
}

.main-form-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
  
.main-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 20px 25px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
  
.form-field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(203, 203, 203);
    padding: 10px 12px;
    flex: 1 1 220px;
    min-width: 220px;
    gap: 10px;
}
  
.form-field img {
    width: 20px;
    height: 20px;
}
  
.form-field input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.form-field input::placeholder {
    color: #fff;
}
  
.submit-btn {
    background: #0094e0;
    color: white;
    padding: 14px 24px;
    margin-left: 30px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    flex: 1 1 180px;
    min-width: 180px;
    text-transform: none;
    height: auto;
}
  
.submit-btn:hover {
    background: #007cc0;
}
  
.form-note {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    flex-basis: 100%;
    text-align: left;
}

.form-field select {
    border: none;
    background: transparent;
    outline: none;
    color: white;
    font-size: 14px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
  
.form-field  select option {
    background: #fff;
    color: #000;
}
  

.form-field select {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    padding-right: 30px; /* чтобы не накладываться на стрелку */
}

@media (max-width: 1070px) {
    .main-form-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 840px) {

    .main-form-wrapper {
        margin-top: 30px;
    }

    .submit-btn, .form-field input, .form-note, .form-field select {
        font-size: 10px;
    }

    .intro-section .intro__title {
        font-size: 10.4rem;
    }

    .intro__subtitle {
        font-size: 3.5rem;
    }

}

@media screen and (max-width: 575px) {

    .intro-section .intro__title {
        font-size: 4rem;
    }

    .intro__subtitle {
        font-size: 2rem;
    }

    .intro__description {
        font-size: 1.3rem;
    }

    .submit-btn {
        margin: 0 auto;
    }
}

.intro-section {
    text-align: center;
    height: 107rem;
    background-color: unset;
}

.gallery-section h3.t-title  {
    font-size: 5.4rem;
}

@media screen and (max-width: 575px) {

    .section__bg {
        background-size: 120rem auto;
    }

    .how-it-was {
        padding: 0 20px 10px 0;
    }

    .how-it-was h2 {
        margin-top: 0;
    }

    .gallery-section > .section__bg,
    .program-section > .section__bg {
        background-size: 37.5rem !important;
    }

    .intro-section {
        height: 78rem;
    }

    .gallery-section h3.t-title {
        font-size: 3.4rem;
    }
}
  
.reviews-block {
    padding: 60px 20px;
    text-align: center;
    background: #fff;
}

.reviews-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #1c3d94;
}

.reviews-title span {
    color: #2a8dff;
}

.yandex-rating {
    display: flex;
    justify-content: center;
    height: 50px;
}

.video-reviews {
    display: grid;
    margin: 8rem 0 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.video-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 10px;
}

.video-card video {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.tariff__left__first  > li {
    background-image: url("../img/tariff/icon.svg") !important;
    background-repeat: no-repeat;
    background-size: 3.5rem auto;
    background-position: 0 center;
}

.tariff__left__second  > li {
    background-image: url("../img/tariff/excluded.svg") !important;
    background-repeat: no-repeat;
    background-size: 3.5rem auto;
    background-position: 0 center;
}


.tariff__left .tariff__left__included,
.tariff__left .tariff__left__excluded{
    background-image: none !important;
    font-weight: bold;
    font-size: 2.3rem;
    padding-left: 0;
    margin: 2rem 0;
}

.program__item-text ul .strong-li{
    margin-top: 10px;
    margin-bottom: 10px;
}

.program__item-text ul .simple-li{
    margin-top: 10px;
}

#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0a1727;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;  /* Круглая форма */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Легкая тень */
    transition: opacity 0.3s, transform 0.3s; /* Плавное изменение прозрачности и масштабирования */
}

#toTopBtn:hover {
    background-color: #364963;
    transform: scale(1.1);
}

#toTopBtn:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* privacy modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}


.modal-content {
    background: #fff;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    position: relative;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    animation: slideUp 0.3s ease;
    max-height: 90%;
    overflow-y: auto;
}


.modal-content .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: #555;
    transition: 0.2s;
}

.modal-content .close:hover {
    color: #000;
}

.modal-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.politic-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.agreement-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.submit-button {
    width: 100%;
    margin-top: 20px;
    padding: 12px 0;
    border: none;
    border-radius: 6px;
    background: #2b73ff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.submit-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.submit-button:not(:disabled) {
    opacity: 1;
}

.submit-button:hover:not(:disabled) {
    background: #1e5ad6;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); }
    to   { transform: translateY(0); }
}

@media(max-width: 480px) {
    .modal-content {
        padding: 15px;
    }
    .modal-content h2 {
        font-size: 18px;
    }
}

.header__callback {
    padding: 14px 14px;
    color: #302108;
    cursor: pointer;
    height: auto;
}

.modal__form {
   margin-top: 220px;
}

.modal__form__callback {
    width: 65rem;
    margin-top: 200px;
    border-radius: 5px;
}

.modal__form__callback > .modal__content{
    padding: 60px 80px;
    text-align: center;
}

.modal__form__callback .subtitle{
    font-size: 1.6rem;
}

.modal__form__callback .subtitle p {
    margin: 0;
    padding: 0;
}

.footer__callback {
    padding: 20px 20px;
    color: #302108;
    cursor: pointer;
    height: auto;
    margin-bottom: 20px;
}

.footer__contacts {
    display: block;
}

.tariff__right .tariff__price {
    height: 42rem;
}

@media screen and (max-width: 575px) {
    .modal__form__callback {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    .header__callback {
        display: none;
    }

    .footer__callback {
        padding: 14px 14px;
        color: #302108;
        cursor: pointer;
        height: auto;
    }
    
    .footer__contacts {
        padding: 0 40px;
    }

    .tariff__box__first {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .tariff__box__first .tariff__price{
        padding: 14px 10px;
    }

    .mobile__menu .t-btn
    {
      margin: 0 auto;  
    }
}

/* ============================== */
/*      BASE STYLES              */
/* ============================== */

.tariff-section {
  height: auto;
}

.pricing__item__standart .t-btn {
    margin-top: 90px;
}

@media screen and (min-width: 1240px) {
    .tariff-section {
        height: auto;
    }

    .pricing__item__standart > .pricing__list__exclude {
        margin-top: 5px;
    }

    .pricing__item__included .t-btn {
        margin-top: 95px;
    }

}

@media screen and (min-width: 1440px) {
    .tariff-section {
        height: auto;
    }

    .pricing__item__standart > .pricing__list__exclude {
        margin-top: 5px;
    }

    .pricing__item__standart .t-btn {
        margin-top: 90px;
    }

    .pricing__item__standart .pricing__list .exclude{
        margin-top: 32px;
    }

    .pricing__item__included .t-btn {
        margin-top: 115px;
    }
}

@media screen and (min-width: 1500px) {
    .pricing__item__standart > .pricing__list__exclude{
        margin-top: 253px;
    }

    .pricing__item__standart .pricing__list .exclude{
        margin-top: 32px;
    }

    .pricing__item__standart > .pricing__list__exclude {
        margin-top: 5px;
    }

    .pricing__item__included .t-btn {
        margin-top: 115px;
    }
}

@media screen and (max-width: 1090px){
    .pricing__item__standart > .pricing__list__exclude{
        margin-top: 5;
    }
}

@media screen and (max-width: 440px){
    .pricing__item__standart .t-btn {
        margin-top: 25px;
    }
}



@media screen and (max-width: 1090px) {
  .tariff-section {
        height: auto; 
    }
}
.pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 15px 0;
}

.pricing__item {
    color: #ffffff;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    height: auto;
    margin-top: 30px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
}

.pricing__item .pricing__lists{
    background: #f0f6fd;
    padding: 0 0 28px 0;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.pricing__item__standart {
    margin-top: 0px;
}

.pricing__item__first .pricing__list .exclude{
    margin-top: 48px;
}

.pricing__item:hover {
    transform: translateY(-5px);
}

.pricing__item .t-btn {
    margin-left: 35px;
    margin-right: 35px;
}

/* TITLE */
.pricing__title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 15px;
    background-color: #1E3048;
    border-top-right-radius: 3rem;
    border-top-left-radius: 3rem;
}

.pricing__title__standart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Нужно для правильного позиционирования подсказки */
}

.price-info-box {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: black;
    background: #ffb744;
    border-radius: 100%;
    margin-left: 15px;
}

.tooltip {
    visibility: hidden;
    position: absolute;
    top: 90px;
    right: 3px;
    background: #1E3048;
    padding: 10px;
    border-radius: 5px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    z-index: 10;
    text-align: start;
}

.price-info-box:hover + .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; /* Показываем подсказку */
}

.tooltip ul {
    margin: 0;
    padding-left: 20px;
}

.tooltip li {
    margin-bottom: 5px;
    font-size: 14px;
}

.pricing__title > p {
    margin: 0;
}

.pricing__title > p > span {
    display: flex;
    justify-content: center;
    font-size: 17px;
    color: rgb(194, 246, 65);
}


/* LISTS */
.pricing__list {
    list-style: none;
    padding: 0;
    margin-bottom: 18px;
    padding: 0 28px;
}

.gallery-section .t-title {
    margin-bottom: 0rem;
}

.pricing__list-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}


/* LIST ITEMS WITH SVG ICONS */
.pricing__list .include ~ li,
.pricing__list .exclude ~ li {
    position: relative;
    padding-left: 40px; /* место под иконку */
    margin-bottom: 6px;
    font-size: 14px;
    color: #000;
}

/* Входит */
.pricing__list .include ~ li::before {
    content: "✔"; /* unicode галочка */
    color: #9ecc2c; /* зелёная */
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.pricing__list .exclude {
    border-top: 1px solid grey;
}

/* Не входит */
.pricing__list .exclude ~ li::before {
    content: "✘"; /* unicode крестик */
    color: #999; /* серый */
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

/* PRICE */
.pricing__price {
    margin-top: auto;
    background: #BFBFBF;
    color: #1b2d4a;
    font-size: 26px;
    font-weight: bold;
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
}

/* BUTTON */
.pricing__btn {
    margin-top: 15px;
    background: #ffdd55;
    color: #1b2d4a;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: 0.2s;
}

.pricing__btn:hover {
    background: #ffe788;
}

/* ============================== */
/*           RESPONSIVE           */
/* ============================== */

@media (max-width: 1100px) {
    .pricing {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pricing {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing__item__included .t-btn {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .pricing__item {
        padding: 0 0 20px 0;
    }

    .pricing__item .t-btn
    {
        margin-left: 42px;
        margin-right: 44px;
    }

    .pricing__title {
        font-size: 20px;
    }

    .pricing__price {
        font-size: 22px;
    }

    .include ~ li,
    .exclude ~ li {
        padding-left: 3.2rem;
        background-size: 2rem auto;
    }

    .reviews-block {
        padding: 20px 10px;
    }
}

@media (max-width: 380px) {
    .pricing__item .t-btn {
        margin-left: 35px;
        margin-right: 35px;
    }
}

.telegram__block {
    text-align: center;
}

.telegram-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    width: 100%;
    background-color: #0088cc; /* Голубой цвет */
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.telegram-btn:hover {
    background-color: #007ab8; /* Темнее при наведении */
    transform: translateY(-3px);
}

.telegram-btn i {
    margin-right: 8px; /* Отступ между иконкой и текстом */
    font-size: 20px;
}

.telegram-btn:active {
    transform: translateY(0); /* Эффект нажатия */
}

.how-section {
    padding: 0;
}

.components-section
{
    padding: 14rem 0 14rem;
}


@media screen and (max-width: 575px) {
    .components-section{
        padding: 5rem 0;
    }

    .how-section {
        padding: 5rem 0 1rem;
    }

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    transition: background-color 0.3s, padding 0.3s;
    background: transparent; 
}

.header.scrolled {
    background: #f0f6fdeb;
    padding: 20px 10px;
    z-index: 99;
}

@media (max-width: 768px) {
    .header {
        position: absolute;
        padding: 10px;
    }

    .header.scrolled {
        background: transparent; 
        padding: 10px;
        z-index: none;
    }
}
  

#priceBox {
    display: none;
    padding: 26px 12px;
    background-color: #1E3048;
    color: white;
}

#priceBox button {
    height: 47px;
    color: white;
    border-radius: 10px;
    width: 100%;
    max-width: 174px;
    padding: 0 10px;
    margin: 0;
}

#selectedDateMob {
    font-size: 12px;
    color: #ccc;
}

@media (max-width: 575px) {
    #priceBox {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        left: 0;
        z-index: 1000;
        background-color: #1E3048;

        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    #priceBox.active {
        display: flex;
        justify-content: space-between;
        transform: translateY(0);
    }

    #priceBox.active .telegram-btn{
        font-size: 12px;
    }

    #toTopBtn{
        bottom: 112px;
    }

    .modal__form {
        margin-top: 0;
    }

    .footer {
        padding-bottom: 80px;
    }
}

/* отзывы  */

.popular-reviews {
    margin-top: 80px;
}

.popular-reviews h2{
    font-size: 40px;
    padding: 0 25px;
    margin-bottom: 70px;
}

.reviews-container {
    display: flex;
}

/* Контейнер одного отзыва */
.reviews-item {
    width: 500px;
    max-width: 850px;
    margin: 0 auto 50px;
    padding: 15px 10px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    position: relative;
    margin: 6px;
}

/* Фото пользователя сверху */
.reviews-item .reviews-user-img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

/* Дата и звёзды */
.reviews-item .reviews-user-date {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 8px;
}

.reviews-item .reviews-stars {
    text-align: center;
    margin-bottom: 15px;
}

.reviews-item > .flex{
    display: flex;
    text-align: initial;
}

.reviews-item > .flex > div{
    margin-left: 25px;
}

.reviews-item .review-date{
    font-size: 12px;
    color: #9f9d9d;
}

.reviews-item__avatar {
    width: 65px;
    height: 65px;
}

/* Сокращённый текст */
.collapseText {
    font-size: 12px;
    line-height: 1.7;
    color: #333;
    max-height: 170px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

/* Открытый текст — разворачивается */
.collapseText.open {
    max-height: 2000px;
    transition: max-height 0.6s ease;
}

/* Полупрозрачный градиент при скрытом тексте */
.collapseText:not(.open)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Кнопка под текстом */
.toggle-btn {
    margin-top: 12px;
    display: inline-block;
    padding: 8px 20px;
    background: #f1f3f5;
    color: #333;
    border-radius: 30px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    cursor: pointer;
}

.toggle-btn:hover {
    background: #e3e6e8;
}

/* Иконки лайка, репоста — выравнивание */
.reviews-actions {
    margin-top: 20px;
    text-align: center;
}

.reviews-actions svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 0 8px;
    opacity: 0.7;
    transition: 0.3s ease;
}

.reviews-actions svg:hover {
    opacity: 1;
}

.popular-reviews .collapseText .moreText {
    display: none;
}
.popular-reviews .collapseText.open .moreText {
    display: inline;
}

.reviews-yandex {
    width: 100%;
    text-align: initial;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.reviews-yandex a {
    font-size: 15px;
    text-decoration-line: underline;
    color: #1E3048;
}

@media (max-width: 840px) {
    .reviews-container {
        display: block;
    }

    .reviews-item {
        width: auto;
    }

    .reviews-item > .flex {
        justify-content: start;
    }

    .reviews-item > .flex > div{
        margin-left: 20px;
    }

}

@media screen and (max-width: 575px) {
    .popular-reviews h2 {
        font-size: 3rem;
    }

    .reviews-yandex {
        width: 100%;
        text-align: center;
    }
}

.overlay
{
    z-index: 9999 !important;
}

/* Общая модалка */
.modal.captcha-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

.captcha-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.captcha-content {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    z-index: 1;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Заголовок */
.captcha-content h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

/* Контейнер капчи */
#captcha-container {
    margin: 0 auto;
}

/* Показывать модалку при добавлении класса active */
.modal.captcha-modal.active {
    display: flex;
}

/* Адаптив для мобильных */
@media screen and (max-width: 575px) {
    .captcha-content {
        width: 95%;
        padding: 20px;
        border-radius: 8px;
    }
}

.header .socials {
    display: flex;
    gap: 10px;
}

.header .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
}

.header .socials a img {
    width: 24px;
    max-width: 24px;
    height: 24px;
    border-radius: 4px;
}

.header .wa {background: #25d366; }
.header .tg {background: #229ed9; }

/* Новыи екран */
.hero {
    min-height: 790px;
    background: url('../img/hero/first_bg.webp') center/cover no-repeat;
    padding: 140px 0 0;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

/* .hero-content .telegram__block{
    max-width: 425px;
}

.hero-content .telegram__block .telegram__note,
.hero-content .amocrm-form .form__note{
    margin-bottom: 12px;
    text-align: start;
}

.hero-content .amocrm-form h3{
    margin-top: 8px;
    margin-bottom: 12px;
    text-decoration: underline;
}

.hero-content form {
    max-width: 425px;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}

.hero-content form input {
    width: 100%;
    padding: 10px 18px;
    border-radius: 30px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #464D5B;
    font-family: 'Manrope';
}

.hero-content form input:focus {
  outline: none;
  border: none;
} */

.hero-content .telegram__block {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 22px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 420px;
}

.hero-content .telegram__note {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    text-align: start;
}

.hero-content .telegram-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background: linear-gradient(135deg, #2AABEE, #229ED9);
    color: #fff;
    font-size: 16px;
    font-weight: 600;

    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-content .telegram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 171, 238, 0.35);
}

.hero .amocrm-form {
    border-radius: 18px;
    max-width: 420px;
}

.form__note {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.amocrm-form h3 {
    font-size: 18px;
}

.form-fields h4 {
    margin: 0 0 4px;
    font-size: 14px;
}

.form-fields .form-titles {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5px auto;
}

.form-fields p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.form-fields {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
}

.phone-field {
    display: flex;
    align-items: center;
    gap: 10px;

    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 18px;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-field:focus-within {
    border-color: #2AABEE;
    box-shadow: 0 0 0 3px rgba(42, 171, 238, 0.15);
}

.phone-field img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.phone-field input {
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
    background: transparent;
}

.hero-content .t-btn {
    width: 100%;
    padding: 16px;

    font-size: 16px;
    font-weight: 700;
    color: #333;

    background: linear-gradient(135deg, #FFD25A, #FFC233);
    border: none;
    border-radius: 14px;
    cursor: pointer;

    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.t-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 194, 51, 0.4);
}

/* енд gpt */

.hero h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 12px;
    color: #464D5B;
    font-family: 'Manrope';
}

.hero .t-btn {
    padding: 16px 16px;
    font-size: 16px;
    color: #302108;
    cursor: pointer;
    height: auto;
    margin-bottom: 20px;
}

.hero h1 span {
    font-family: 'Manrope';
    background: linear-gradient(to right, #00A0E3 0%, #233971 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero .subtitle {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    color: #464D5B;
    line-height: 100%;
    font-family: 'Manrope';
}

.phone {
    background: rgba(255,255,255,0.7);
    padding: 15px 32px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}

.hero .t-btn {
    width: 100%;
}

.note {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 14px;
    color: #1E3048;
    font-family: 'Manrope';
}

/* ===== SLIDER ===== */
.chips-wrapper {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}

.chips-track {
    display: flex;
    gap: 20px;
    cursor: grab;
    user-select: none;
    will-change: transform;
}

.chip {
    white-space: nowrap;
    padding: 22px 20px;
    border-radius: 30px;
    background: #eef4ff;
   
}

.chip p{
    background: linear-gradient(to right, #00A0E3 0%, #233971 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Manrope';
    margin: 0;
}

/* gpt */

.contact-box {
    max-width: 400px;
    background: #21547321;
    padding: 20px;
    border-radius: 16px;
    min-height: 426px;
}

.contact-tabs {
    display: flex;
    background: #eef2f7;
    border-radius: 12px;
    margin-bottom: 16px;
}

.tab {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.tab.active {
    background: #fff;
    border-radius: 12px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h3{
    font-size: 14px;
}

.telegram-card {
    border-radius: 18px;
    color: #fff;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Верх */
.telegram-head {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: linear-gradient(180deg, #5ba7f7 0%, #3f8fe8 100%);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 24px 20px;
}

.telegram-head h4 {
    margin: 0 0 4px;
    font-size: 14px;
    color: #ffffff;
}

.telegram-head p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    color: #ffffff;
}

/* Иконка */
.telegram-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 0 20px;
    color: #ffffff;
}

/* Кнопка */
.hero .telegram-card .telegram-main-btn {
    background: #f5c542;
    color: #222;
    text-align: center;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 24px 18px 0 18px;
    width: 90%;
}

/* Низ */
.telegram-footer {
    font-size: 14px;
    opacity: 0.9;
    padding: 12px 20px 14px 20px;
    color: grey;
    text-align: center;
}

.telegram-footer p{
    display: flex;
    justify-content: center;
    align-items: center;
}

.telegram-footer p img{
    width: 20px;
    height: 20px;
}


.checkbox {
    display: flex;
    gap: 8px;
    font-size: 16px;
    margin-bottom: 14px;
}

.main-btn {
    width: 100%;
    background: #f5c542;
    border: none;
    padding: 17px;
    border-radius: 12px;
    font-weight: 600;
}

.header .container > .header__logo__mobile {
    display: none;
}

@media (max-width: 900px) {
    .nav { display: none; }
    .hero h1 { font-size: 32px; }
}

@media (max-width: 768px) {
    .hero {
        padding: 70px 16px 90px;
    }

    .hero-content {
        max-width: 100%;
        text-align: left;
    }

  /* 🔥 Заголовок */
    .hero h1 {
        font-size: 34px;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .subtitle {
        font-size: 14px;
        opacity: .9;
        margin-bottom: 24px;
    }

  /* 🚀 Telegram кнопка */
    .hero-content .telegram-btn {
        box-shadow: 0 20px 40px rgba(0,122,255,.45);
        transform: scale(1);
        transition: .25s;
    }

    .hero-content .telegram-btn:active {
        transform: scale(.97);
    }

    .hero-content .telegram-btn i {
        font-size: 26px;
    }

    .hero-content .telegram-btn p {
        font-size: 15px;
        line-height: 1.2;
    }

    .hero-content .telegram-btn span {
        font-size: 12px;
        opacity: .9;
    }

    .header .socials a {
        padding: 6px 12px;
    }

  
}

@media screen and (max-width: 575px) {

    .header .mobile__menu-open
    {
        margin-left: 80%;
    }

    .header .socials {
        display: flex;
        gap: 10px;
        margin-left: 75%;
    }
}

@media screen and (max-width: 500px) {
    .chips-wrapper {
        display: none;
    }

    .hero {
        padding: 76px 0 0;
        background: url('../img/hero/first_bg_mobile.webp') center/cover no-repeat;
        position: relative;
    }

    .header .container > .header__logo {
        display: none;
    }

    .header .container > .header__logo__mobile {
        display: block;
    }

    .header .socials a {
        padding: 9px 12px;
    }

    .header__logo img {
        width: 70px;
    }

    .header .socials {
        margin-left: 140px;
    }

    .header .socials a img {
        max-width: 20px;
        height: 20px;
    }

    .chips-wrapper {
        margin-bottom: 60px;
    }

    .chip {
        padding: 16px;
    }

    .chip p{
        font-size: 14px;
        font-weight: 500;
    }

    .hero .t-btn {
        max-width: 390px;
        max-height: 70px;
        margin-bottom: 0;
    }

    .hero .subtitle {
        font-size: 18px;
        line-height: 30px;
        max-width: 250px;
        margin: 10px 0;
    }

    .note{
        font-size: 10px;
        text-align: center; 
    }

    .tab-content .contact-note,
    .tab-content h3 {
        display: none;
    }

    .mobile__menu-header .header__logo img{
        width: 3.2rem;
    }

    .header {
        margin-top: 5px;
    }

    .header .socials {
        display: none;
    }

    .form-fields, .telegram-card {
        background: rgba(255, 255, 255, 50%);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        display: flex;
        gap: 12px;
        padding: 20px 25px;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1100px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .contact-tabs {
        background: rgba(255, 255, 255, 50%);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .hero .tab{
       border: 1px solid #80808000;
       border-radius: 12px;
    }

    .contact-tabs .tab.active{
        background: #1E3048;
        border: 1px solid #1E3048;
        color: white;
    }

    .telegram-head {
        background: unset;
        width: 100%;
        padding: 10px 0px 16px 0px;
    }

    .telegram-card {
        color: #1E3048; 
    }

    .form-fields .form-titles p{
        display: none;
    }

    .hero .telegram-card .telegram-main-btn {
        width: 100%;
        margin: 0;
        background: #0088cc;
        color: #ffffff;
    }

    .telegram-footer {
        padding: 4px 20px 0 20px;
    }

    .phone-field {
        width: 100%;
        border-bottom: 1px solid grey;
        border-radius: 0;
    }

    .contact-box {
        background: rgba(255, 255, 255, 30%);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        min-height: unset;
        max-width: unset;
    }

    .telegram-icon {
        background: rgba(255, 255, 255, 1);
        color: #1E3048;
    }

    .telegram-head h4,
    .telegram-head p {
        color: #1E3048;
    }

    .hero h1 {
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0;
        margin-bottom: 12px;
        margin-top: 10px;
    }

}


@media (min-height: 800px) and (max-height: 940px){
  .contact-box {
    margin-top: 120px;
  }

  .hero {
    min-height: 800px;
  }
}

@media (min-height: 800px) and (max-height: 829px) {
  .contact-box {
    margin-top: 120px;
  }
  
}

@media (min-height: 760px) and (max-height: 799px) {
  .contact-box {
    margin-top: 98px;
  }

  .hero {
    min-height: 760px;
  }
}

@media (min-height: 720px) and (max-height: 755px) {
  .contact-box {
    margin-top: 60px;
  }

  .hero {
    min-height: 720px;
  }
}

@media (min-height: 700px) and (max-height: 719px) {
  .contact-box {
    margin-top: 20px;
  }

  .hero {
    min-height: 700px;
  }
}

@media (max-height: 669px) {
  .contact-box {
    margin-top: 20px;
  }
  .hero {
    min-height: 670px;
  }
}

@media (min-height: 950px){
    .contact-box {
        margin-top: 0;
    }
}






