.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 !important;
}

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;
}
/*Сетка карточек*/
.t2823__items {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 50px !important;   /*Отступы по бокам экрана*/
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));  /*Минимальная ширина карточки*/
    gap: 16px 16px;  /*Отступ между карточками, первое значение – по оси Y, второе – по оси X*/
}
/*Убираем стандартное ограничение в 1200px*/
.t2823__container.t-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
}
/*Убираем стандартные отступы колонки*/
.t2823__container > .t-col.t-col_12 {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    float: none;
}
@media screen and (min-width: 1900px){
.t2823__items {
    padding: 0 60px !important;   /*Отступы по бокам экрана*/ 
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 18px 18px;  /*Отступ между карточками*/
    }    
}
@media screen and (max-width: 1200px){
.t2823__items {
    padding: 0 38px !important;   /*Отступы по бокам экрана*/ 
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 16px 16px;  /*Отступ между карточками*/
    }
.t2823__items:not(:last-child) {
    margin-bottom: 0px !important;
}
}
@media screen and (max-width: 768px){
.t2823__items {
    padding: 0 24px !important;    /*Отступы по бокам экрана*/
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
    gap: 16px 16px;  /*Отступ между карточками*/
    }
}
@media screen and (max-width: 480px){
.t2823__items {
    padding: 0 14px !important;    /*Отступы по бокам экрана*/
    grid-template-columns: 1fr;  /*Минимальная ширина карточки*/
    gap: 14px 14px;  /*Отступ между карточками*/
}
}