#rec367830087 a:hover, #rec368196754 a:hover {
    color: #008000 !important;
}

#rec214388556 a div {
    transition: 0.5s all !important;
}

#rec214388556 .t-section__container {
    display: none !important;
}

#rec214388556 a:hover .t692__title {
    color: #008000 !important;
}
#rec214388556 a:hover .t692__blockimg {
    box-shadow: 0 0 20px #f5f5f5;
}

/*Цвет фона слайдов на первом экране*/
    .t-slds__item:nth-child(2) > .t734__slds-wrapper {
       background-color: #F5F5F8 !important; 
    }
    .t-slds__item:nth-child(3) > .t734__slds-wrapper {
       background-color: #F5F5F8 !important; 
    }
    
    /*Ширина слайдера на первом экране*/
    .t734__slds-wrapper {
        max-width: 1160px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        background-color: #F5F5F8 !important;
        border-radius: 30px !important;
        height: 400px !important;
    }
    .t734__table .t-container {
        width: 100% !important;
    }
    
    /*Скругление углов у баннеров на первом экране*/
    .t734__slds-wrapper > .t-cover__carrier {
        border-radius: 30px !important;
    }
    
    /*Позиция изображнеия на первом экране*/
    .t734__slds-wrapper .t-cover__carrier {
        background-position-y: bottom !important;
        background-position-x: right !important;
        background-size: contain !important;
    }    
    
    /*Отступ от края баннера до текстового контейнера на первом экране*/
    .t734__wrapper {
        padding-left: 60px !important;
        max-width: 460px;
    }
    
    /*Отступ от заголовка до текста на первом экране*/
    .t734__descr {
        margin-top: 30px !important;
    }

    .t734__button {
        padding-top: 20px;
    }

@media screen and (max-width: 1200px) {
    
    /*Ширина слайдера на первом экране*/
    .t734__slds-wrapper {
        max-width: 940px !important;
    } 
    .t734__wrapper {
        max-width: 420px;
    }    
    
    /*Отступы от краев экрана до стрелок на первом экране*/
    .t-slds__arrow-left {
        left: 20px !important;
    }
    .t-slds__arrow-right {
        right: 20px !important;
    }
    
    /*Позиция изображнеия на первом экране*/
    .t734__slds-wrapper > .t-cover__carrier {
        position: absolute !important;
        height: 300px !important;
        bottom: 0px !important;
    } 

}   

@media screen and (min-width: 961px) and (max-width: 1060px) {

    /*Отступ от края баннера до текстового контейнера на первом экране*/
    .t734__leftaligned .t734__textwrapper {
        padding-left: 0px !important;
    }
        
}

@media screen and (max-width: 960px) {
    
    /*Кнопки со стрелками в блоке "Частозадаваемые вопросы"*/
    .t650__btn-text {
        font-size: 15px !important;
    } 
    
    /*Ширина и высота слайдера на первом экране*/
    .t734__slds-wrapper {
        max-width: 600px !important;
        height: 500px !important;
    }    
    .t734 {
        height: 500px !important;
    }
    
    /*Отступ от края баннера до текстового контейнера на первом экране*/
    .t734__leftaligned .t734__textwrapper {
        padding-left: 0px !important;
    }    
    
    /*Горизонтальное центрирование текста на первом экране*/
    .t734__wrapper {
        padding-left: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 80px !important
    }
    .t734__textwrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .t734__title, .t734__descr {
        text-align: center !important;
    }
    .t734__table > .t-cell {
        vertical-align: top !important;
    }
    
    /*Описание на первом экране*/
    .t734__descr {
        margin-top: 20px !important;
        font-size: 14px !important;
    }
    
    /*Позиция изображнеия на первом экране*/
    .t734__slds-wrapper  .t-cover__carrier {
        background-position-x: center !important;
        margin-top: 100px;
    }  
    .t734__button {
        text-align: center;
    }
    .t734__title {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 640px) {
    
    /*Ширина и высота слайдера на первом экране*/
    .t734__slds-wrapper {
        max-width: calc(100% - 40px) !important;
        height: 450px !important;
    }  
    
    .t734 {
        height: 450px !important;
    }    
    
    /*Отступы по краям у текстового контейнера на первом экране*/
    .t734__leftaligned .t734__textwrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    /*Отступ сверху у текстового контейнера на первом экране*/
    .t734__wrapper {
        padding-top: 70px !important
    }  
    
    /*Отступы от краев экрана до стрелок на первом экране*/
    .t-slds__arrow-left {
        left: 5px !important;
    }
    .t-slds__arrow-right {
        right: 5px !important;
    }    
    .t734__textwrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .t734__title {
        font-size: 28px !important;
    }

}

@media screen and (max-width: 480px) {
    
    /*Описание на первом экране*/
    .t734__descr {
        margin-top: 20px !important;        
        font-size: 12px !important;
    }
    
    /*Ширина и высота слайдера на первом экране*/
    .t734__slds-wrapper {
        max-width: calc(100% - 40px) !important;
        height: 400px !important;
    }   
    .t734 {
        height: 400px !important;
    }    
    .t734__textwrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    /*Отступ сверху у текстового контейнера на первом экране*/
    .t734__wrapper {
        padding-top: 60px !important
    }    
    .t734__title {
        font-size: 24px !important;
    }
    
}