a{    transition: 0.3s ease all;}
.icon_wa:hover > a {background-color:#A32525 !important;}
body::-webkit-scrollbar {
  display: none;
}
.link a:hover{opacity:.3 !important; background-color:#000;}

/* Для Firefox */
html {
  scrollbar-width: none;
}

/* Для IE и Edge (старых версий) */
body {
  -ms-overflow-style: none;
}

div#nav1040668641 .t450__right_buttons_but, div#nav1040668641 .t450__right_buttons_but a {
    display: block !important;
}

@media screen and (max-width: 1600px) {
    .t613__container.t-container {
        max-width: 1160px;
    }
}
@media screen and (max-width: 1200px) {
    .t613__container.t-container {
        max-width: 940px;
    }
}
@media screen and (max-width: 960px) {
       .t613__container.t-container {
        max-width: calc(100% - 20px);
    }
    .t613__content.t-col_12{
        width:100%;
    }
    .t613__left {
    width: 200px !important;
    min-width: 200px !important;
}
}
@media screen and (max-width: 640px) {
        .t613__container.t-container {
        max-width: 100%;
    }
    .t613__left {
        width: 100px !important;
        min-width: 100px !important;
    }
    .t613__title, .t613__buttonwrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .t-align_center .t-descr.t-descr_xs{
        white-space:nowrap;
    }
    
}

@media screen and (max-width: 480px) {
    .uc-has-abs {overflow:hidden;}
    .uc-has-abs    .t613__left {
              white-space: nowrap;
        min-width: auto !important;
        position: absolute;
        margin-top: -22px;
        width: auto !important;
        
    }
   .uc-has-abs .t613__middle .t613__col:nth-child(2) {    border: none; }

    .t613__mobile {
        padding: 40px 10px !important;
    }
}