/*Стилизация пунктов десктопного меню*/
#rec816285113 .custom-menu-item:hover a {
    font-weight: 400 !important;
    -webkit-text-decoration: underline solid #808080;
            text-decoration: underline solid #808080;
}
#rec816285113 .custom-menu-item a {
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
}
#rec816285113 .custom-menu-item a.t-active {
    -webkit-text-decoration: underline solid #808080  !important;
            text-decoration: underline solid #808080  !important;
}
#rec824626703 .custom-menu-item:hover a {
    font-weight: 400 !important;
    -webkit-text-decoration: underline solid #808080;
            text-decoration: underline solid #808080;
}
#rec824626703 .custom-menu-item a {
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
}
#rec824626703 .custom-menu-item a.t-active {
    -webkit-text-decoration: underline solid #808080  !important;
            text-decoration: underline solid #808080  !important;
}
/*Мобильное меню*/
.t280 .t-menuburger_fourth.t-menuburger__small {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 1px solid #E6E6E6;
    background-color: #ffffff;
}
.t280 .t-menuburger__small span {
    height: 2px;
    width: 18px;
}
.t280 .t-menuburger span:nth-child(1) {
    top: 27px !important;
    left: 21px !important;
}
.t280 .t-menuburger span:nth-child(2) {
    top: 27px ;
    left: 21px;
}
.t280 .t-menuburger span:nth-child(3) {
    top: 31px;
    left: 21px;
}
.t280 .t-menuburger span:nth-child(4) {
    top: 31px !important;
    left: 21px !important;
}
.t280 .t-menuburger span:nth-child(2), .t280 .t-menuburger span:nth-child(3) {
    top: 29px !important;
    left: 21px !important;
}
.t280 .t280__menu__link {
    margin: 30px auto;
}
.t280 .t280__menu__link.t-active {
    -webkit-text-decoration: underline solid #808080  !important;
            text-decoration: underline solid #808080  !important;
}
@media screen and (max-width: 660px) {
    .t280__menu__content { 
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 480px) {
    .t280 .t280__menu__link {
        margin: 25px auto;
    }
}
@media (hover), (min-width:0\0) {
    .t-menuburger_first:hover span:nth-child(1) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }
    .t-menuburger_first:hover span:nth-child(4) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }
    .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }
}

@media (hover), (min-width:0\0) {
    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }

    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
        -webkit-transform: translateY(0px) !important;
            -ms-transform: translateY(0px) !important;
                transform: translateY(0px) !important;
    }
}