/* Скругление кнопок на сайте */
.rounded-button {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 24px !important;
}

button.t-submit {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 24px !important;
}

.tn-atom .t-input-error {
    font-size: 10px !important;
    padding: 5px !important;
}


@media only screen and (min-width: 769px) and (max-width: 4000px) {
    /* Скругление у ФОС*/
.t-popup__container.t-width.t-width_6.t-popup__container-animated.t-popup__container-static {
    border-radius: 24px !important;
}

/* Стили для карты */
    .t117 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
    /* Стили для карты */
    .t117 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
    /* Отступы в адаптиве для селектора карт */
    .t395__col.t-width.t-width_12 {
    padding: 0 10px !important;
}
}