.t728 .t728__witharrows .t-slds__arrow .t-slds_arrow-right .t-slds__arrow-withbg {
    height: 100vh;
}

.t728__imgcell .t728__bgimg .t-bgimg loaded {
    border-radius: 24px;
}

.t728__wrapper {
    border-radius; 24px
}


/*——— Скругление поп-ап ———*/

@media (max-width: 1440px) {
.t-popup__container {
  border-radius: 24px;
}
}
@media (min-width: 1440px) {
.t-popup__container {
  border-radius: 40px;
}
}




/*——— Падинги кнопок ———*/

@media (min-width: 1440px) {
    .primary_btn a.tn-atom {
        padding: 19px 40px 24px 40px;
    }
}

@media (max-width: 1439px) {
    .primary_btn a.tn-atom {
        padding: 14px 24px 18px 24px;
    }
}

.btn_header-mob a.tn-atom {
    padding-bottom: 3px;
}


/*——— Марджин полей в поп-ап ———*/

.t702 .t-input-group {
    margin-bottom: 12px;
}


/*——— Марджин email текст в поп-ап ———*/

.t-input-group .t-input-group_tx  {
    margin-top: 20px;
    margin-bottom: 16px;
}


/*——— Кнопка в поп-ап ———*/

.t702 .t-submit {
    height: 60px;
    padding-bottom: 5px;
}


/*——— Прелоадер ———*/

/* Планшет и более */
#preloader-desk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #preloader-desk {
    display: none;
  }
}

/* Мобильная версия */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F9FB;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 8px solid #E9E8FB;
  border-top: 8px solid #746DFF;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  animation: spin 0.6s linear infinite;
  will-change: transform;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 767px) {
  #preloader {
    display: none;
  }
}



/*Фикс контейнера FAQ*/

/*Заголовок*/

.t849 > div:nth-child(1) {
    max-width: 1360px;
}

.t849 > div:nth-child(1) > div:nth-child(1) {
    margin:0;
}

.t849 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 60px !important;
}


/*Вопросы*/

div.t-container:nth-child(4) {
    max-width: 1360px;
}

div.t-item:nth-child(-n+5) {
    max-width: 1360px;
    margin:0;
    box-sizing: border-box;
    background-color: #F6F8FE;
    border-radius: 24px;
    padding: 0px 42px 5px 42px;
    margin-bottom: 12px;
}


@media (max-width: 767px) {
    
    /*Заголовок*/
    
    .t849 > div:nth-child(1) {
        max-width: 328px;
    }
    
    .t849 > div:nth-child(1) > div:nth-child(1) {
        padding:0 !important;
    }
    
    .t849 > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        margin-bottom: 36px !important;
    }
    
    /*Вопросы*/
    
    div.t-container:nth-child(4) {
        max-width: 328px;
    }

    div.t-item:nth-child(-n+5) {
        box-sizing: border-box;
        max-width: 328px;
        border-radius: 24px;
        padding: 0px 24px 5px 24px;
    }
}