

.head-h3{
    margin: 20px 0 10px;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.block_how_work .block_how_work__header{
    color: #636363;
    font-size: 18px;
    margin: 34px 0 20px;
    min-width: 130px;
}
.block_reviews .name{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.page_subsection_first-h3{
    font-family: 'RobotoRegular', sans-serif;
    font-size: 24px;
    margin: 24px 0 10px;
}
.section-head{
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-size: 20px;
    color: #495677;
    display: inline-block;
    line-height: 1.3;
}
.polit-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.polit-item input[type="checkbox"]{
    margin: 0 5px 0 0;
}
.polit-item label{
    font-weight: 500;
}
.messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e9e9e9;
    z-index: 1000;
    padding: 15px 0;
    display: none;
}
.messages_cookies a:not(.messages_cookies-btn){
    color: #495677;
}
.messages_cookies.active {
    display: block;
}

.messages_cookies-btn {
    display: inline-block;
    border-radius: 5px;
    background-color: #495677;
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    cursor: pointer;
}
.messages_cookies-btn:hover {
    background-color: #3e4965;
    color: #fff;
}

.top-menu-mobile{
    display: none;
}

.sticky-header.scrolled{
    position: fixed;
    top: 0;
    width: 100%;
    background: #f0f0f0;
    z-index: 99;
}
.main-header.sticky-header.scrolled .navbar-header{
    display: none;
}
.main-header.sticky-header.scrolled .fixed_menu{
    position: unset;
    display: block;
    opacity: unset;
}
.main-header.sticky-header .fixed_menu{
    display: none;
}
.close-mobile-menu{
    display: none;
}
.main-header.sticky-header.scrolled .list-inline.navbar-button{
    display: none;
}
/* media */
@media(max-width: 992px){
    .section-head{
        font-size:16px;
    }
}
@media(max-width: 768px){
    .top-menu-desktop{
        display: none;
    }
    .top-menu-mobile{
        display: block;
    }
    .close-mobile-menu{
        display: block;
    }
}
@media(max-width: 550px){
    .block_how_work .block_how_work__header{
        margin: 20px 0;
    }
}
/* end media */