.menu__item a:hover {
    color: #2E81CC !important;
}

.menu__item_white a:hover {
    opacity: 0.7; !important;
}

.uc-shift-bg-img .t396__carrier  {
    background-position-y: 100px !important;
}

.most-of-lists ul {
    margin: 0 !important;
    padding-left: 20px !important;
}

.most-of-lists li {
    margin-bottom: 9px;
}

.most-of-lists_notdot li {
    list-style-type: "— " !important;
    margin-bottom: 6px;
}

.most-of-lists_big-margin li:first-child {
    margin-bottom: 20px;
}

.link-in-button a {
    text-decoration: underline !important;
}

.link-in-button a:hover {
    text-decoration-color: #2e81cc !important;
}

.btn_hovered a:hover {
    color: #fff !important;
    background-color: #2E81CC !important;
}

.footer__btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.footer__btn_black a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.social-links {
    display: flex !important;
    justify-content: space-between;
}

.partners__social-links {
    align-items: center;
}

.social-link:hover path {
    fill-opacity: 0.7;
}

.footer__line {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.uc-header-mobile {
    display: none;
}

.t450__top {
    margin-top: 40px;
    padding-left: 40px;
}

.t450__list_item a {
    margin: 0 !important;
    letter-spacing: 0.03em;
}

.flex-container div {
    display: flex !important;
    justify-content: center
}

.my-button {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    min-width: 120px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    padding: 15px 50px;
    background-color: #FFFFFF;
    border: 1px solid rgba(34, 34, 34, 0.5);
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}

.my-button:hover {
    color: #fff;
    background-color: #6E6F71;
    border-color: #6E6F71;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}

@media (max-width: 833px) {
    .t450__top {
       padding-left: 30px;
    }
    
    .t450__list_item a {
        font-size: 14px !important;
    }
    
    .t450__list_item {
        padding: 0 !important;    
    }
    
    .t450__list_item {
        margin-bottom: 30px;
    }
    
    .most-of-lists_big-margin li:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 1365px) {
    .uc-header-desktop {
        display: none;
    }
    
    .uc-header-mobile {
        display: block;
    }
    
    .uc-shift-bg-img .t396__carrier  {
        background-position-y: top !important; 
    }
    
    .most-of-lists ul {
        padding-left: 10px !important;
    }
    
    .img_mirror {
        transform: scaleX(-1);
    }
}

@media (max-width: 833px) {
    .img-not-show-in-mob {
        display: none;
    }
    
    .most-of-lists li {
        margin-bottom: 5px;
    }
    
    .most-of-lists_notdot {
        margin-bottom: 5px;
    }
    
    .footer__social-links {
        justify-content: space-around;
    }
    
    .my-button {
        width: inherit;
    }
}