.t450__close-button {
    margin-top: 34px; /* Сдвигаем кнопку на 15px ниже */
        margin-right: 30px;
}


@media (min-width: 1200px) {
  .t972__banner {
        position: fixed;
        top: 52%;
        bottom: -4%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
  }
}


@media (min-width: 640px) and (max-width: 1200px) {
  .t972__banner {
    position: fixed;
    top: 50%;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 640px) {
    .t972__banner {
        padding-bottom: 10%;
    }
}
.sm-window-subtitle, 
.sm-window-title, 
.sm-field-wrapper  {
  font-family: 'Poppins', serif !important;
}

.sm-button-tab.left {
        left: -8px !important; 
}

.sm-red-dot {
  display: none !important;
}

.sm-window-subtitle, .sm-form, .sm-quiz-question-range-labels {
  color: #fff;
}

.sm-shake {
    background: linear-gradient(to top right, #FEE40B, #06E5A8);
}

@media (max-width: 768px) {
.sm-button-tab.left {
                transform: translateY(-50%) translateX(-50%) rotate(-90deg) scale(0.8) !important;
}
}
