
	    a.up.on{
    right: 27px;
    bottom: 90px;
}

.logotype{
        max-width:150px;
    }
    div.wrapper-board-contact div.list-contacts{
        min-width: 400px;
        max-width: 400px;
    }
    div.wrapper-board-contact div.list-contacts.open .button-def{
        max-width: 250px;
    }
    div.first-slider div.first-block div.first-block-container div.head{
    margin-top:20px;
    }
    .full-block .big-advantages .advantages-table img{
    width:150px;
    }
    div.empl div.element div.section{
    line-height: 16px;
    white-space: unset;
    height: unset;
    }
    .raiting {
        display: flex;
        align-items: stretch;
    }
    .raiting a {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: 100%;
        max-width: 20%;
        padding: 50px;
    }
    .raiting a .r_pic {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 180px;
    }
    .raiting a .r_txt {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    @media(max-width: 600px){
        .raiting {
            flex-flow: column;
        }
        .raiting a {
            max-width: 100%;
            padding: 0px;
        }
    }
    header.fixed.top.tone-dark div.fix-board, div.menu-shadow {
        background: #4e9dd094;
    }
    footer.tone-dark div.shadow-tone{
    background:unset;
    }
    .empl_slider{
        margin: 0 35px;
    }
    div.empl_slider  div.wrap-element{
        padding: 10px;
    }
    div.empl_slider  div.element div.wrap-text{
        min-height: 130px;
    }
    @media all and (max-width:1180px){
        header div.wrapper-head-top div.board-info {
            display: none;
        }
    }
    @media all and (max-width:900px){
        div.empl_slider  div.element div.wrap-text{
            min-height: 170px;
        }
    div.first-slider div.first-block{
    background-position:right;
    }
    }
    @media all and (max-width:700px){
    .empl_slider{
            margin: 0 20px;
        }
    }
    @media all and (max-width:500px){
    div.empl_slider  div.element div.wrap-text{
            min-height: unset;
        }
    }
    div.first-slider div.first-block.dark div.shadow-tone {
        background: rgb(0 0 0 / 30%);
    }
    div.first-slider div.first-block div.first-block-container div.head div.subtitle.light {
        color: #ffffff;
    }
    header div.wrapper-head-top div.wrapper-item div.wrapper-contacts div.wrapper-board-contact div.visible-part.phone {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }
    header div.wrapper-head-top div.wrapper-item div.wrapper-contacts div.wrapper-board-contact div.visible-part.phone a {
    display: block;
    margin-right: 10px;
    }
    div.wrapper-board-contact div.ic-open-list-contact {
        position: relative;
        right: 0;
        top: 0;
    }

.no_shadow_img .wr-img img {
    box-shadow: unset!important;
}
@media all and (max-width: 600px) { 
    .table {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }
    .table tr tr, 
    .table tr td {
        width: 170px;
        min-width: 170px;
    }
}	    
.pdf-container {
    width: 100%;
}
.flex-pdf {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.pdf-item {
    width: 100%;
    max-width: 33%;

}
.pdf-item:hover .pdf-text-container {
    background-color: #EFF3F6;
 
}
.pdf-item-container {
 transition: background-color 500ms linear;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.pdf-picture {
    background-position: center;
    background-size: cover;
    padding-top: 70%;
    background-repeat: no-repeat;
    width: 100%;

}
.pdf-text-container {
    padding: 40px;
    display: flex;
    flex-flow: column;
    height: 315px;
    justify-content: space-between;
}
.pdf-text-container.gray-txt {

    background: #f6f8fa;
}
.pdf-name {
font-size: 20px;
    line-height: 1.4;
 color:#0049a8;
    font-weight: 500;

}
.pdf-description {
font-size:16px;
font-weight:400;
color:black;
}
@keyframes gradientTransition {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.pdf-button {
    background: #eff3f6;
    padding: 15px;
    color: #1e3876 !important;
    font-weight: 600;
    border-radius: 30px;
}
@media all and (max-width:1100px) {
    .pdf-item {
        width: 100%;
         max-width: 50%;
    }
}
@media all and (max-width:600px) {
    .pdf-item {
        width: 100%;
         max-width: 100%;
    }
}
@media all and (max-width:400px) {
    .pdf-item {
        width: 100%;
         max-width: 100%;
    }
    .pdf-name {
        font-size: 16px;
        line-height: 1.4;
        color: #0049a8;
        font-weight: 500;
    }
    .pdf-description {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }
}