.zero_form .t-checkbox__control {
    display: flex;
    align-items: center;
}
.zero_form .t-checkbox__labeltext,
.zero_form .t-checkbox__labeltext div {
    display: block;
}
span.t-input-phonemask__select-flag {
    display: none;
}
span.t-input-phonemask__select-triangle {
    margin-left: 0px;
}

.t396__elem.tn-elem.zeroservise .tn-atom {
    padding-left: 20px;
}

html {
    /* укажи цвет фона html */
    background: #fcfcfc;
}

/*Стилизация стандартной формы*/
@media screen and (min-width: 640px) {
.t702 .t-submit {
    height: 60px !important;
}
}
.t-contact-method__type:has( > .t-radio:checked) {
    background-color: #fcfcfc !important;
    border-color: #fcfcfc !important;
}
.t-contact-method__type {
    border-radius: 10px !important;
}

/*Стилизация чекбокса*/
.t-checkbox__indicator {
    border: 1px solid #111;
    border-radius: 4px !important;
}

/*Стилизация стандартной формы*/
@media screen and (max-width: 480px) {
.uc-form .t702 .t-popup_show .t-popup__container {
    width: calc(100vw - 28px) !important;
    margin: 0 auto;
    min-height: fit-content !important;
    padding: 0 !important;
    translate: 0 calc(50vh - 50%);
}
.t-popup__close.t-popup__block-close {
    background-color: transparent;
}
}

.t-slds__arrow.t-slds__arrow-right {
    border-radius: 6px !important;
}
.t-slds__arrow.t-slds__arrow-left {
    border-radius: 6px !important;
}

/*Стилизация стандартного меню*/
@media screen and (min-width: 480px) {
div#nav949912136 {
    max-width: 50% !important;
}
}
.t450__right_social_links {
    margin-top: 7px;
}
img.t-sociallinks__customimg {
    width: 45px !important;
    height: 45px !important;
}
.t450__right_descr span:nth-of-type(1n) {
    font-size: 12px !important;
}
/*Стилизация кнопки в стандартном меню*/
.t450__right_buttons_but a.t-btn.t-btn_sm {
    width: 260px;
}
.t450__right_buttons {
    order: 1;
}
.t450__rightcontainer {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 480px) {
.t450__right_buttons_but {
    width: 100%;
}
.t450__right_buttons_but a.t-btn.t-btn_sm {
    width: 100% !important;
}
}

.t450__list_item:nth-child(1) .t450__link-item_submenu.t-menusub__target-link {
    color: #089746 !important;
}

/*Отступ в стандартном попапе между полями*/
.t702 .t-input-group {
    margin-bottom: 15px;
}

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #089746;
        /* Укажи радиус скругления скроллбара */
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 10px;
        /* Укажи высоту горизонтального скроллбара */
        height: 10px;
        /* Укажи цвет фона под скроллбаром */
        background: #E4E4E4;
    }
}
.t966__menu-item-icon.t-bgimg.loaded {
    border-radius: 8px;
}
/*Скрываем зеленую плашку спасибо*/
.js-successbox.t-form__successbox {
    display: none !important;
}