.t-feed__post-popup__close-text {
    font-size: 18px !important;
}
.ymaps-2-1-77-map {
    width: 100% !important;
}
.js-feed-btn-show-more {
    display: none !important;
}
.t450__menu {
    padding-top: 30px !important;
}
.t-feed__buttons-wrapper {
    margin-top: 0 !important;
}
.t-datepicker__icon {
    fill: #09473d;
}
.t-form__successbox {
    background: none !important;
}
.t450__list_item {
    text-align: center;
}
.t450__list_item a {
    margin-bottom: 30px !important;
}
.t-descr {
    font-family: 'izi',Arial,sans-serif;
    font-weight: 100;
    color: #ffffff;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}
.t-checkbox__indicator {
    border: 2px solid #ffffff;}

.t-checkbox__indicator:after {
    display: none;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
}

/* Показываем галочку, когда чекбокс активен */
.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    display: block;
}