.bg-title-black{
    background-color: #171717;
    padding:16px 16px 8px 16px;
}

.bg-title-white{
    background-color: #fff;
    padding:16px 16px 8px 16px;
}

.bg-title-hint{
    background-color: #fff;
    border-radius:24px;
    padding:8px 8px 8px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header-menu-item  > * {
    position: relative;
    color:#FFD700 !important;
    transition: 200ms linear;
}

.header-menu-item:before > * {
    padding-top: 16px;
    padding-bottom: 16px;
}

.header-menu-item:hover > * {
    color:#ffffff !important;
}

/* Окно об успешности заявки */
.t-form-success-popup__text{
 visibility: hidden;  
}

.t-form-success-popup__text:after{
  visibility: visible;
  text-align: center !important;
  display: block;
  content: 'Спасибо за Вашу заявку! Мы свяжемся с вами в ближайшее время' !important;  
}

/* Изменение ширины контейнера для стандартных блоков */
.t-container {
    max-width: 1360px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media screen and (max-width: 1400px) {
    .t-container,
    .t-width {
        max-width: calc(100% - 20px) !important;
    }
}

@media screen and (max-width: 960px) {
    .t-container,
    .t-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 10px !important;
    }
}