:root {
    --color-blue: #1f3684;
    --color-grey: #F3F3F3;
    --font-golos: 'Golos Text', sans-serif;
}

body {
    font-family: var(--font-golos);
    font-size: 16px;
}

h2 {
    margin-bottom: 30px
}

#panel {

}

@media (max-width: 1199.98px) {

    body {
        font-size: 14px;
    }

}


#top-line {
    background: var(--color-blue);
    color: #fff;
    padding: 7px 0;
    font-weight: 500;
    font-size: 15px;
}
#top-line .top-line__address,
#top-line .top-line__phone {
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
}
#top-line .top-line__address:hover,
#top-line .top-line__phone:hover,
#top-line .top-line__send-mail:hover,
#top-line .top-line__vk:hover {
    color: #bddff5;
}
#top-line .top-line__vk {
    color: #fff;
    font-size: 25px;
}
#top-line .top-line__send-mail {
    cursor: pointer;
}
#top-line .top-line__blind-version {
    background: rgba(2, 2, 1, 0.3) url(img/blind.svg) no-repeat left 10px center / 35px;
    border-radius: 4px;
    margin-left: 20px;
    padding: 8px 10px 8px 54px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1199.98px) {

    #top-line .top-line__phone {
        font-size: 0;
    }
    #top-line .top-line__phone:after {
        content: "\f095";
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 19px;
    }
    #top-line .top-line__blind-version {
        background: rgba(2, 2, 1, 0.3) url(img/blind.svg) no-repeat center / 30px;
        padding: 18px 10px;
        font-size: 0;
        width: 66px;
    }

}


header {
    border-bottom: 1px solid #e7e7e7;
}
header .header__logo {
    background: url(img/logo_m.png) no-repeat left center / contain;
    display: block;
    height: 60px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    padding-left: 65px;
    max-width: 245px;
}
header .header__menu {

}
header .header__menu > ul {
    list-style: none;
    margin: 0;
}
header .header__menu > ul > li {
    margin: 0 12px;
    position: relative;
}
header .header__menu__item {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    height: 90px;
    display: block;
    line-height: 90px;
    position: relative;
}
header .header__menu > ul > li:hover .header__menu__item,
header .header__menu > ul > li .header__menu__item_a {
    color: #0b75ba;
}
header .header__menu > ul > li:hover .header__menu__item:after,
header .header__menu > ul > li .header__menu__item_a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #0b75ba;
}
header .header__menu > ul > li ul {
    position: absolute;
    left: -20px;
    top: 87px;
    z-index: 7;
    background-color: #ffff;
    list-style: none;
    padding: 20px 20px 13px;
    white-space: nowrap;
    border-top: 3px solid #0b75ba;
    border-left: 1px solid #f0f4fa;
    border-bottom: 1px solid #f0f4fa;
    border-right: 1px solid #f0f4fa;
    display: none;
}
header .header__menu > ul > li:hover ul {
    display: block;
}
header .header__menu > ul > li ul li {
    margin-bottom: 7px;
}
header .header__menu__sub-item {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 15px;
}
header .header__menu__sub-item:hover {
    color: #0b75ba;
}
header .header__search {
    background: url(img/search.svg) no-repeat center / contain;
    display: block;
    width: 26px;
    height: 26px;
}
header .header__i-menu {
    right: 0;
    top: 10px;
    font-size: 27px;
}

@media (max-width: 1199.98px) {

    header .header__menu {
        display: none;
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }
    header .header__menu > ul > li {
        margin: 5px 0;
        text-align: center;
    }
    header .header__menu > ul > li ul {
        position: relative;
        left: auto;
        top: auto;
        padding: 12px 0;
        border: none;
        display: none;
    }
    header .header__menu > ul > li ul a {
        font-size: 14px;
        font-weight: 400;
    }
    header .header__menu > ul > li:hover .header__menu__item:after,
    header .header__menu > ul > li .header__menu__item_a:after {
        display: none;
    }
    header .header__menu__item {
        font-weight: 500;
        height: auto;
        display: inline-block;
        line-height: normal;
    }
    header .header__logo {
        height: 40px;
        font-size: 12px;
        line-height: 14px;
        padding-left: 46px;
        max-width: 220px;
        margin: 10px 0;
    }

}


#hero {
    background: #F0F4FA;
    padding: 50px 0;
}
#hero .hero__slider {
    border-radius: 7px;
    overflow: hidden;
}
#hero .hero__slider__title {
    color: #fff;
    z-index: 2;
    background: #0e74ba;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    top: 20px;
    left: 20px;
    letter-spacing: .04em;
}
#hero .hero__slider__item {
    height: 300px;
    background-size: cover;
    background-position: center;
}
#hero .hero__slider__item:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
#hero .hero__slider__item__desc {
    padding: 0 0 20px 20px;
    z-index: 1;
}
#hero .hero__slider__item__name {
    text-decoration: none;
    max-width: 500px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
#hero .hero__slider__item__date {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
#hero .hero__slider__dots {
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
#hero .hero__slider__dots .owl-dot {
    background-color: #fff;
    width: 17px;
    height: 7px;
    border-radius: 3px;
    margin-left: 7px;
    opacity: .8;
}
#hero .hero__slider__dots .owl-dot.active {
    background: #0e74ba;
    opacity: 1;
}
#hero .hero__schedule {
    background-color: #fff;
    height: 300px;
    padding: 20px;
    border-radius: 7px;
}
#hero .hero__schedule h3 {
    font-size: 22px;
}
#hero .hero__schedule p {

}

@media (max-width: 1199.98px) {

    #hero {
        padding: 25px 0;
    }
    #hero .hero__schedule {
        height: auto;
        padding: 20px 20px 5px;
        margin-top: 15px;
    }
    #hero .hero__schedule h3 {
        font-size: 18px;
    }

}


#important {
    background: #F0F4FA;
    padding: 13px 0 50px;
    border-bottom: 1px solid #cbd5e4;
}
#important .important__title {
    border-top: 1px solid #cbd5e4;
    position: relative;
}
#important .important__title span {
    color: #fff;
    z-index: 2;
    background: #0e74ba;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    display: inline-block;
    letter-spacing: .04em;
    top: -14px;
}
#important .important__title span:after {
    content: '';
    background: #F0F4FA;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
}
#important .important__item__name {
    margin-bottom: 10px;
    font-weight: 500;
}
#important .important__item:hover .important__item__name {
    color: #1073ba;
}
#important .important__item__more {
    color: #1073ba;
    text-decoration: none;
    font-size: 15px;
}
#important .important__item__more i {
    font-size: 12px;
    margin-left: 2px;
}

@media (max-width: 1199.98px) {

    #important {
        padding: 25px 0 25px;
    }
    #important .important__item {
        margin-bottom: 15px;
    }

}


#complaint {
    margin: 50px 0;
}
#complaint .complaint__block {
    background-color: #385bab;
    padding: 20px;
    height: 300px;
    border-radius: 7px;
    position: relative;
}
#complaint .complaint__block:after {
    content: "\f658";
    font-family: 'FontAwesome';
    right: 35px;
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 200px;
    opacity: .2;
}
#complaint .complaint__block__title {
    color: #fff;
    font-size: 29px;
    font-weight: 500;
    max-width: 770px;
    margin-bottom: 30px;
}
#complaint .complaint__block__btn {
    background-color: #fff;
    color: #395bab;
    border: 1px solid #fff;
    padding: 11px 19px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
#complaint .complaint__block__btn:hover {
    background-color: #395bab;
    color: #fff;
}

@media (max-width: 1199.98px) {

    #complaint .complaint__block__title {
        font-size: 18px;
    }

}


#main-materials {
    margin: 50px 0;
    /*background: #E5E5EB;*/
    /*padding: 40px 0;*/
}
#main-materials .main-materials__item {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
}
#main-materials .main-materials__item:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.702140231092437) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
#main-materials .main-materials__item__name {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    z-index: 1;
}
#main-materials .main-materials__item:hover .main-materials__item__name {
    color: #bddff5;
}
#main-materials .main-materials__item_vk {
    border-radius: 7px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {

    #main-materials .main-materials__item {
        margin-bottom: 15px;
    }

}


#right-share {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px
}
#right-share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
    background-color: #e7e7e7;
}
#right-share .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge:hover {
    background-color: #0e74ba;
}
#right-share .right-share__title {
    color: #767676;
    font-size: 15px;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {



}


#right-menu {
    border-left: 1px solid #e5e5e5;
    list-style: none;
    padding: 0;
}
#right-menu .right-menu__item {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    padding: 14px 0 14px 28px;
    position: relative;
    color: #333;
    text-decoration: none;
}
#right-menu li {
    position: relative;
}
#right-menu li:hover:after,
#right-menu li.right-menu__li_active:after {
    background-color: #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
#right-menu li:hover .right-menu__item,
#right-menu .right-menu__item_active {
    color: #0b75ba;
}

@media (max-width: 1199.98px) {



}


#content {
    padding: 50px 0;
}
#content a {
    color: #0b75ba;
}
#content h1.main-title {
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 25px;
}

@media (max-width: 1199.98px) {

    #content h1.main-title {
        font-size: 20px;
    }
    #content img {
        max-width: 100%;
        height: auto;
    }

}


.family-club__news {
    margin-bottom: 40px;
    border-left: 1px solid #e5e5e5;
    padding: 10px 0 10px 28px;
}
.family-club__news-title {
    font-weight: 500;
    margin-bottom: 15px;
}
.family-club__news-list {

}
.family-club__news-item {
    margin-bottom: 10px;
}
.family-club__news-item-date {
    opacity: .5;
    font-size: 12px;
}
.family-club__news-item-name {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    color: #333;
    text-decoration: none;
}


footer {
    background-color: #f3f3f3;
    padding: 60px 0 40px;
    color: #000;
}
footer h4 {
    color: #767676;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px;
}
footer .footer__logo {
    background: url(img/logo_m.png) no-repeat left center / contain;
    display: block;
    height: 60px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    padding-left: 65px;
    max-width: 245px;
    margin-bottom: 50px
}
footer .footer__address,
footer .footer__mail,
footer .footer__phone {
    margin-bottom: 10px;
}
footer .footer__address {
    color: #000;
}
footer .footer__phone a,
footer .footer__mail a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 500;
}
footer .footer__vk {
    font-size: 40px;
}
footer .footer__vk i {
    color: #b4b4b4;
}
footer .footer__menu > ul {
    list-style: none;
    margin: 0;
}
footer .footer__menu > ul > li {
    margin: 0 0 19px;
}
footer .footer__menu__item {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}
footer .footer__menu__item:hover {
    color: #337ab7;
}

@media (max-width: 1199.98px) {



}

@media (max-width: 991.98px) {



}