/*@font-face {*/
/*    font-family: "Roboto";*/
/*    font-weight: 400;*/
/*    src: url("./fonts/Roboto-Regular.eot");*/
/*    !* IE9 Compat Modes *!*/
/*    src: url("./fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto-Regular.woff") format("woff"), url("./fonts/Roboto-Regular.ttf") format("truetype");*/
/*    !* Safari, Android, iOS *!*/
/*}*/
/*@font-face {*/
/*    font-family: "Roboto";*/
/*    font-weight: 500;*/
/*    src: url("./fonts/Roboto-Medium.eot");*/
/*    !* IE9 Compat Modes *!*/
/*    src: url("./fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto-Medium.woff") format("woff"), url("./fonts/Roboto-Medium.ttf") format("truetype");*/
/*    !* Safari, Android, iOS *!*/
/*}*/
/*@font-face {*/
/*    font-family: "Roboto";*/
/*    font-weight: 700;*/
/*    src: url("./fonts/Roboto-Bold.eot");*/
/*    !* IE9 Compat Modes *!*/
/*    src: url("./fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto-Bold.woff") format("woff"), url("./fonts/Roboto-Bold.ttf") format("truetype");*/
/*    !* Safari, Android, iOS *!*/
/*}*/
/*@font-face {*/
/*    font-family: "Material Icons";*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local("Material Icons"), local("MaterialIcons-Regular"), url("./fonts/MaterialIcons-Regular.ttf") format("truetype");*/
/*}*/
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

.material-icons.md-16 {
    font-size: 16px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-32 {
    font-size: 32px;
}

.material-icons.md-40 {
    font-size: 40px;
}

body {

    font-family: "Roboto", sans-serif;
    color: #171717;
    text-decoration: none;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}
@media (max-width: 599px) {
    body {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (min-width: 600px) {
    body {
        font-size: 16px;
        line-height: 16px;
    }
}

.body {
    margin: 0;
    padding: 0;
    background: #fff;
}

.top-navigation {
    height: 38px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all linear 0.5s;
}
@media (min-width: 900px) {
    .top-navigation {
        max-width: 1200px;
        height: 48px;
        margin: 0 auto;
    }
}
.top-navigation__link {
    display: flex;
    align-items: center;
}
@media (max-width: 599px) {
    .top-navigation__title {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (min-width: 600px) {
    .top-navigation__title {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (min-width: 900px) {
    .top-navigation__title {
        font-size: 16px;
        line-height: 16px;
    }
}
.top-navigation__item {
    display: flex;
    align-items: center;
}
@media (max-width: 599px) {
    .top-navigation__icon {
        font-size: 32px;
    }
}
@media (min-width: 600px) {
    .top-navigation__icon {
        font-size: 26px;
    }
}
@media (min-width: 900px) {
    .top-navigation__icon {
        font-size: 24px;
    }
}
@media (max-width: 599px) {
    .top-navigation_title-hide-on-mobile {
        display: none;
    }
}
.top-navigation_right-padding {
    padding-right: 8px;
}
.top-navigation_link-style {
    color: #000;
    text-decoration: none;
}

@media (max-width: 599px) {
    .logo {
        width: 184px;
        height: 80px;
    }
}
@media (min-width: 600px) {
    .logo {
        width: 184px;
        height: 80px;
    }
}
@media (min-width: 900px) {
    .logo {
        width: 19%;
        height: 98px;
    }
}
.logo_size {
    width: 100%;
    height: 100%;
}

.additional {
    padding: 16px 0;
    background: #fff;
    border-bottom: 0.5px solid #1a90d0;
}
.additional__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (min-width: 1200px) {
    .additional__wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.window-open {
    cursor: pointer;
}

.window {
    z-index: 1000;
    background-color: #f4f4f4;
    width: 680px;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -340px;
    margin-top: 25vh;
    display: none;
    position: fixed;
}

.window__close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
    color: #ccc;
    transform: scaleY(0.8);
    font-weight: 700;
    cursor: pointer;
}

.window__title {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #2b5f93;
}

.window__inputs {
    width: 100%;
    overflow: hidden;
}

.window__block {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.window__input-name {
    width: 142px;
    font-size: 16px;
    color: #464545;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
}

.window__input-star {
    font-size: 16px;
    color: #fd5555;
}

.window__input {
    width: 380px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    height: 50px;
    box-sizing: border-box;
    background-color: #fff;
    padding-left: 15px;
    float: left;
    outline: 0;
}

.window__input-recall {
    float: left;
    padding-top: 15px;
    padding-left: 16px;
}

.window__input-recall a {
    font-size: 14px;
    color: #000;
}

.window__checkform {
    width: 320px;
    height: 30px;
    position: relative;
    margin: 0 auto 20px auto;
    padding-top: 5px;
}

.window__checkbox-text {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}

.window__checkbox {
    display: none;
}

.window__checkbox-text:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    background-color: #fff;
}

.window__checkbox:checked + .window__checkbox-text:after {
    outline: 1px solid #939598;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    background-color: #63849F;
}

.window__button {
    width: 280px;
    display: block;
    padding: 16px;
    margin: 0 auto;
    background-color: #1a90d0;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    outline: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

.window__button:hover {
    background-color: #2b5f93;
}

.window__hr {
    width: 90%;
    height: 1px;
    background-color: #cacaca;
    margin: 27px auto;
}

.window__networks {
    width: 100%;
    overflow: hidden;
}

.networks__title {
    text-align: center;
    color: #464545;
    font-size: 16px;
}

.networks__items {
    margin-top: 20px;
    text-align: center;
}

.networks__items a {
    text-decoration: none;
    margin: 5px;
}

.networks__item {
    display: inline-block;
    margin: 5px;
}

.window__info {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
    text-align: center;
    margin-bottom: 30px;
}

.window__info-text {
    width: 100%;
    color: #464545;
    font-size: 16px;
    margin-bottom: 5px;
}

.window__info-link {
    color: #464545;
    font-size: 16px;
    margin-top: 10px;
}

.window__mobi-recall {
    display: none;
}

.window__input-name_pas {
    width: 220px;
    font-size: 16px;
    color: #464545;
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    box-sizing: border-box;
    float: left;
}

.window__description {
    width: 460px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}

.window__description_bold {
    font-weight: 700;
}

.window__sendbutton {
    height: 46px;
    background-color: #ffbb42;
    font-size: 16px;
    color: #2b5f93;
    display: block;
    font-weight: 700;
    cursor: pointer;
    width: 280px;
    text-align: center;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    border: none;
}

.window__text_or {
    font-size: 16px;
    color: #464545;
    float: left;
    padding-top: 12px;
    width: 112px;
    text-align: center;
}

.window__enter {
    display: block;
    padding-top: 13px;
    color: #316295;
    font-size: 16px;
    overflow: hidden;
}

.window__control {
    width: 440px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.window__checkbox-text_pc {
    display: inline;
}

.window__checkbox-text_mb {
    display: none;
}

@media screen and (max-width: 767px) {
    .window__checkbox-text_pc {
        display: none;
    }

    .window__checkbox-text_mb {
        display: inline;
        font-size: 10px;
    }

    .window {
        width: 320px;
        left: 50%;
        margin-top: 25vh;
        margin-left: -160px;
    }

    .window__close {
        font-size: 11px;
    }

    .window__hr {
        margin: 14px auto;
    }

    .window__title {
        margin-top: 14px;
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: #2b5f93;
    }

    .window__input-name {
        width: 80px;
        font-size: 11px;
        padding-top: 6px;
    }

    .window__input-star {
        font-size: 11px;
    }

    .window__input {
        width: 200px;
        border-bottom: 1px solid #e7e7e7;
        height: 24px;
        background-color: #fff;
        padding-left: 7px;
        font-size: 11px;
    }

    .window__block {
        margin-bottom: 10px;
    }

    .window__input-recall {
        display: none;
    }

    .window__checkbox-text:after {
        content: "";
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
    }

    .window__checkbox:checked + .window__checkbox-text:after {
        outline: 1px solid #939598;
        border: 2px solid #63849F;
        width: 6px;
        height: 6px;
        background-color: #63849F;
    }

    .window__checkbox-text {
        font-size: 10px;
    }

    .window__checkform {
        width: auto;
        margin: 0 auto 14px auto;
        position: relative;
        padding-top: 0;
    }

    .window__button {
        padding: 8px;
        font-size: 16px;
        width: 132px;
    }

    .networks__title {
        font-size: 11px;
    }

    .networks__items {
        margin-top: 12px;
    }

    .networks__item {
        display: inline-block;
        margin: 3px;
    }

    .networks__item-img {
        width: 22px;
        height: auto;
    }

    .window__mobi-recall {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 17px;
        margin-bottom: 20px;
    }

    .window__info {
        display: none;
    }

    .window__input-name_pas {
        width: 80px;
        font-size: 11px;
        padding-top: 6px;
    }

    .window__description {
        width: 290px;
        margin: 0 auto;
        font-size: 10px;
        margin-bottom: 14px;
        line-height: 15px;
    }

    .window__control {
        width: 220px;
        margin-bottom: 14px;
    }

    .window__sendbutton {
        height: 21px;
        font-size: 11px;
        width: 137px;
    }

    .window__text_or {
        font-size: 11px;
        padding-top: 5px;
        width: 47px;
    }

    .window__enter {
        padding-top: 5px;
        font-size: 11px;
    }
}
.hidden {
    display: none;
}

.login-window__additional-info {
    width: 80%;
    margin: 0 auto 8px auto;
    display: flex;
    justify-content: space-evenly;
}
@media (min-width: 767px) {
    .login-window__additional-info {
        display: none;
    }
}

.header {
    position: relative;
    background: #edeef0;
}

.hamburger-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
}
@media (min-width: 900px) {
    .hamburger-menu {
        position: inherit;
        height: auto;
        width: auto;
    }
}
.hamburger-menu__input {
    opacity: 0;
    padding: 0;
    margin: 0;
    height: 32px;
    width: 32px;
}
@media (min-width: 900px) {
    .hamburger-menu__input {
        display: none;
    }
}
.hamburger-menu__input:checked ~ .hamburger-menu__button > span {
    transform: rotate(45deg);
}
.hamburger-menu__input:checked ~ .hamburger-menu__button > span::before {
    top: 0;
    transform: rotate(0);
}
.hamburger-menu__input:checked ~ .hamburger-menu__button > span::after {
    top: 0;
    transform: rotate(90deg);
}
.hamburger-menu__input:checked ~ .navigation__items-list {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    display: block;
    padding-top: 24px;
}
.hamburger-menu__button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 24px;
    cursor: pointer;
    z-index: 1;
}
@media (min-width: 900px) {
    .hamburger-menu__button {
        display: none;
    }
}
.hamburger-menu__button > span, .hamburger-menu__button > span::after, .hamburger-menu__button > span::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition-duration: 0.25s;
}
.hamburger-menu__button > span::before {
    content: "";
    top: -8px;
}
.hamburger-menu__button > span::after {
    content: "";
    top: 8px;
}

.mobile-menu {
    display: block;
    padding: 8px 8px;
}
@media (min-width: 900px) {
    .mobile-menu {
        padding: 0;
    }
}
.mobile-menu__input {
    margin: 0;
    position: absolute;
    opacity: 0;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 3;
}
.mobile-menu__input:checked ~ .navigation__items-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 16px;
    width: 100vw;
    height: auto;
    background: #ededed;
    z-index: 1;
}
.mobile-menu__input:checked ~ .mobile-menu__line {
    opacity: 1;
    background: #232323;
    transform: rotate(45deg) translate(0px, 0px);
}
.mobile-menu__input:checked ~ .mobile-menu__line:nth-last-child(2) {
    transform: rotate(-45deg) translate(0px, 0px);
}
.mobile-menu__input:checked ~ .mobile-menu__line:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.mobile-menu__line {
    position: relative;
    display: block;
    width: 32px;
    height: 4px;
    margin-bottom: 5px;
    background: #000;
    z-index: 2;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.mobile-menu__line:first-child {
    transform-origin: 0 0;
}
.mobile-menu__line:nth-last-child(2) {
    transform-origin: 0 100%;
    margin-bottom: 0;
}
@media (min-width: 900px) {
    .mobile-menu_hide {
        display: none;
    }
}

.navigation {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 900px) {
    .navigation {
        position: initial;
    }
}
.navigation__items-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width: 599px) {
    .navigation__items-list {
        display: none;
        background: #edeef0;
    }
}
@media (min-width: 600px) {
    .navigation__items-list {
        display: none;
        background: #edeef0;
    }
}
@media (min-width: 600px) {
    .navigation__items-list {
        display: none;
        background: #edeef0;
    }
}
@media (min-width: 900px) {
    .navigation__items-list {
        display: flex;
        background: none;
    }
}
@media (min-width: 1200px) {
    .navigation__items-list {
        display: flex;
        background: none;
    }
}
.navigation__item {
    padding-right: 16px;
}
.navigation__item:last-child {
    padding-right: 0;
}
.navigation__submenu {
    list-style: none;
    padding: 0;
    padding-top: 8px;
}
.navigation__submenu-item {
    padding-bottom: 8px;
}
.navigation_link-style {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}
.navigation_footer-link-style {
    font-weight: 700;
    text-transform: uppercase;
}

.slider {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    .slider {
        height: 448px;
    }
}

@media (max-width: 599px) {
    .sub-navigation {
        margin: 16px 8px;
        padding: 0 8px;
    }
}
@media (min-width: 600px) {
    .sub-navigation {
        margin: 16px auto 0 auto;
    }
}
@media (min-width: 900px) {
    .sub-navigation {
        margin: 24px auto 0 auto;
        max-width: 1200px;
    }
}
.sub-navigation__items-list {
    margin: 0 auto;
    padding: 0;
    max-width: max-content;
    display: flex;
    list-style: none;
    border: 1px solid #DCDCDC;
}
@media (max-width: 599px) {
    .sub-navigation__items-list {
        height: max-content;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .sub-navigation__items-list::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 600px) {
    .sub-navigation__items-list {
        height: max-content;
    }
}
@media (min-width: 900px) {
    .sub-navigation__items-list {
        height: 152px;
    }
}
@media (max-width: 599px) {
    .sub-navigation__item {
        min-width: 35%;
    }
}
.sub-navigation__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 599px) {
    .sub-navigation__link {
        height: 104px;
        width: 100%;
    }
}
@media (min-width: 600px) {
    .sub-navigation__link {
        height: 104px;
        width: 112px;
    }
}
@media (min-width: 900px) {
    .sub-navigation__link {
        padding: 0;
        width: 216px;
        height: 152px;
    }
}
.sub-navigation__link:hover {
    background: #f7f7f7;
}
@media (max-width: 599px) {
    .sub-navigation__link:hover {
        background: none;
    }
}
@media (min-width: 900px) {
    .sub-navigation__link:hover {
        border-bottom: 2px solid #1a90d0;
    }
}
.sub-navigation__icon {
    font-size: 40px;
    transition: all linear 0.5s;
}
@media (max-width: 599px) {
    .sub-navigation__icon {
        font-size: 48px;
        margin-bottom: 8px;
    }
}
@media (min-width: 600px) {
    .sub-navigation__icon {
        margin-bottom: 8px;
    }
}
@media (min-width: 900px) {
    .sub-navigation__icon {
        margin-bottom: 16px;
    }
}
@media (min-width: 1200px) {
    .sub-navigation__icon {
        font-size: 48px;
    }
}
.sub-navigation__title {
    text-align: center;
}
@media (max-width: 599px) {
    .sub-navigation__title {
        font-size: 16px;
        line-height: 16px;
    }
}
.sub-navigation_link-style {
    color: #000;
    text-decoration: none;
}

@media (max-width: 599px) {
    .news {
        padding: 0 8px;
        margin: 16px 8px;
    }
}
@media (min-width: 600px) {
    .news {
        padding: 0 8px;
        margin: 16px 8px;
    }
}
@media (min-width: 1200px) {
    .news {
        padding: 0;
        margin: 24px auto 0 auto;
        max-width: 1200px;
    }
}
.news__title {
    margin: 0;
    font-weight: 700;
}
@media (max-width: 599px) {
    .news__title {
        font-size: 24px;
        line-height: 24px;
    }
}
.news__items {
    display: flex;
}
@media (max-width: 599px) {
    .news__items {
        border: 1px solid #DCDCDC;
        flex-direction: column;
    }
}
@media (min-width: 600px) {
    .news__items {
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .news__items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
.news__item {
    padding: 8px;
}
.news__item-link {
    color: #000;
}
@media (max-width: 599px) {
    .news__item {
        border-bottom: 1px solid #DCDCDC;
    }
    .news__item:last-child {
        border-bottom: none;
    }
}
@media (min-width: 600px) {
    .news__item {
        margin-bottom: 8px;
        border: 1px solid #DCDCDC;
    }
}
@media (min-width: 1200px) {
    .news__item {
        box-sizing: border-box;
        width: 352px;
        height: 352px;
        margin-bottom: 16px;
    }
}
@media (max-width: 599px) {
    .news__text {
        display: none;
    }
}
@media (min-width: 1200px) {
    .news_section-title {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }
}
.news_title-font-size {
    font-size: 16px;
    line-height: 16px;
}
.news_title-weight {
    font-weight: 600;
}
@media (max-width: 599px) {
    .news_title-pagination {
        margin: 0 0 8px;
    }
}
@media (min-width: 600px) {
    .news_title-pagination {
        margin: 0 0 16px;
    }
}

@media (min-width: 600px) {
    .footer-navigation {
        display: none;
    }
}
@media (min-width: 1200px) {
    .footer-navigation {
        width: 100%;
        display: flex;
        margin-right: 16px;
    }
}

@media (min-width: 900px) {
    .footer-contacts {
        width: 30%;
    }
}
.footer-contacts__title {
    font-weight: 700;
    padding-bottom: 8px;
}
.footer-contacts__item {
    padding-bottom: 8px;
}
.footer-contacts__img {
    width: 140px;
}
.footer-contacts_title-color {
    color: #515154;
}
.footer-contacts_text-color {
    color: #000;
    text-decoration: none;
}
.footer-contacts_subtitle_weight {
    font-weight: 500;
}
.footer-contacts_title-uppercase {
    text-transform: uppercase;
}

.copyright {
    margin: 0 auto;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright_text-style {
    color: #fff;
    font-weight: 500;
}
@media (max-width: 599px) {
    .copyright_text-style {
        text-align: center;
    }
}
@media (max-width: 599px) {
    .copyright {
        max-width: 90%;
    }
}

.footer {
    margin-top: 16px;
    background: #edeef0;
}
.footer__content-wrapper {
    padding: 8px 8px;
    display: flex;
}
@media (min-width: 1200px) {
    .footer__content-wrapper {
        max-width: 1200px;
        margin: 16px auto;
    }
}
.footer__copyright {
    background: #1a90d0;
}

.user-info__container {
    display: flex;
    align-items: center;
}

.user-info_link {
    display: block;
    color: #000;
    text-decoration: none;
}

@media (min-width: 900px) {
    .user-info_link {
        font-size: 14px;
        line-height: 14px;
    }
}
@media (min-width: 1200px) {
    .user-info_link {
        font-size: 16px;
        line-height: 16px;
    }
}
.header-line__top-menu {
    width: 100%;
    max-width: 1200px;
    height: 16px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0 auto;
}

.logo__img {
    width: 312px;
    height: 136px;
}

@media (max-width: 599px) {
    .logo__img {
        width: 45%;
        height: 1%;
    }
}
@media (min-width: 600px) {
    .logo__img {
        width: 256px;
        height: 112px;
    }
}
@media (min-width: 1100px) {
    .logo__img {
        width: 256px;
        height: 112px;
    }
}
.header-wrapper {
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #1a90d0;
}

@media (min-width: 600px) {
    .header-wrapper {
        height: auto;
    }
}
@media (min-width: 1200px) {
    .header-wrapper {
        height: 152px;
    }
}
.footer-copyright {
    height: 56px;
    display: flex;
    align-items: center;
    background: #1a90d0;
}

.footer-copyright__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-copyright__copyright-text {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.bottom-nav_item {
    padding-top: 8px;
}

.bottom-nav_list-style {
    list-style: none;
}

.bottom-nav_list-indents {
    margin: 0;
    padding: 0;
}

.bottom-nav_main-link {
    text-decoration: none;
    color: #1D1D1F;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-nav_link {
    text-decoration: none;
    color: #515154;
}

.contact-item__name {
    font-weight: 500;
    padding-bottom: 8px;
}

.contact-item__link {
    text-decoration: none;
    color: #515154;
}

.contacts-items__contact-item {
    padding-top: 8px;
    color: #515154;
}

.bottom-contacts__title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #1D1D1F;
}

.footer-info {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
}

.footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #1a90d0;
}

.cont-p {
    padding-left: 30px;
    padding-right: 30px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bolder;
}

.shadow {
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.overflowx_auto {
    overflow-x: auto;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.5;
    }
}
@keyframes fade {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 0.5;
    }
}
.input-checkbox input[type=checkbox] {
    display: none;
}

.input-checkbox input[type=checkbox] + label {
    cursor: pointer;
    padding-left: 30px;
    line-height: 20px;
    position: relative;
}

.input-checkbox input[type=checkbox] + label:before {
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    border: 1px solid #709dca;
    margin-right: 5px;
    border-radius: 4px;
    color: #2b5f93;
    left: 0;
}

.input-checkbox input[type=checkbox]:checked + label:before {
    content: "?";
    color: orange;
}

.errortext {
    color: red;
}

.search-page input, input.styled, textarea.styled {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2f2f2;
    padding-left: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
}

.search-page input, input.styled {
    height: 33px;
}

.search-page input[type=submit], button.styled, input.styled[type=submit] {
    padding: 7px 20px;
    border: 1px solid #709dca;
    text-decoration: none;
    color: #2b5f93;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .search-page input[type=text] {
        width: 100%;
        margin-bottom: 7px;
    }
}
header {
    width: 100%;
}

.indent_clear {
    padding-left: 0;
    padding-right: 0;
}

button, input, textarea {
    border: none;
    outline: 0;
}

.demo-icon {
    font-family: fontello;
    font-weight: 400;
    speak: none;
    color: #fff;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.visible-desktop, .visible-mobi, .visible-tablet {
    display: none !important;
}

/* header-line */
.header-line {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #e7edf3;
}

.cover-image {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 152px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
}

/*.header__video-wrapp {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 310px;
    z-index: -1;


}
.header__video-box {
   position: absolute;
   top: -200px;
   left: 50%;
   height: 100%;
}
.header__video {
    display: inline-block;
    position: absolute;
    top: -100px;
    height: 100%;
    transform: translateX(-50%);
    min-height: 1080px;
}*/
/*.cover-image-net {
    background-image: url("images/net.jpg");
    background-size: 500px;
    background-repeat: repeat-x;
    opacity: 0.2;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
/*.cover_image {
    background-image: none;
}*/
/*.white-block {
    background-color: #fff;
    opacity: 0.4;
}*/
.content {
    overflow: hidden;
}

.content .content__page {
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.content__padding {
    padding: 16px;
}

.search {
    float: left;
}

.search__form {
    overflow: hidden;
    position: relative;
    margin-top: 35px;
    width: 330px;
}

.search__button {
    height: 46px;
    width: 56px;
    background-color: #fff;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: 50%;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search__input {
    width: 280px;
    height: 46px;
    background-color: #fff;
    color: #2b5f93;
    font-size: 16px;
    outline: 0;
    position: absolute;
    left: 51px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search__input::-webkit-input-placeholder {
    color: #2b5f93;
}

.search__input::-moz-placeholder {
    color: #2b5f93;
}

.footer__payservice-text a {
    color: #fff;
    text-decoration: none;
}

.banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 81%;
    background-position-y: 50%;
    background-color: #fff;
    /*height: 310px;*/
    /*width: 100%;*/
    position: relative;
    float: right;
    width: 500px;
    height: 405px;
    margin-top: 15px;
}

.banner-block {
    width: 1140px;
    min-height: 515px;
    margin: 0 auto;
    display: block;
    padding: 0 35px 45px;
    text-align: center;
    border-top: 2px solid #c92723;
    border-bottom: 2px solid #c92723;
    margin-bottom: 70px;
}

.warning_block_left {
    width: 54%;
    float: left;
    text-align: justify;
}

.warning_block_center {
    width: 43%;
    float: left;
    text-align: justify;
    margin-left: 28px;
}

.warning_block_right {
    width: 100%;
    float: right;
    text-align: justify;
}

.banner_header {
    font-weight: 700;
}

.warning_block_left_p {
    color: #c92723;
}

.address_timet {
    width: 120px;
    text-align: center;
}

.work_timetable {
    font-size: 13px;
    border-collapse: collapse;
}

.work_timetable td {
    padding: 5px 33px;
}

.banner_phone {
    width: 50%;
    display: inline-block;
    float: left;
}

.type_choose_list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-evenly;
}

.type_choose_list li {
    text-align: center;
    margin-bottom: 10px;
}

.type_choose_link {
    text-decoration: none;
}

.type_choose_link div:hover {
    color: #2b2b2b;
    background-color: #F2F2F2;
}

/*.type_choose_link div {*/
/*    border: 2px solid #D3D3D3;*/
/*    padding: 50px 20px;*/
/*    width: 350px;*/
/*}*/

.type_choose_link span {
    display: block;
    margin-top: 11px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.type_choose_link_img {
    width: 30%;
}

.banner_contacts {
    width: 45%;
    display: inline-block;
    margin: 19px 0 0 57px;
}

.nav_buttons {
    max-width: 1200px;
    margin: 0 auto;
}

.nav_buttons_list {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav_buttons_item {
    width: 590px;
    height: 130px;
    margin-bottom: 15px;
}

.nav_buttons_item a {
    text-decoration: none;
    height: 100%;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all;
}

.nav_buttons_item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.2s all;
}

.nav_buttons_item_1 {
    background: url(/images/main_buttons/meters_values_btn.jpg) no-repeat center/cover;
}

.nav_buttons_item_2 {
    background: url(/images/main_buttons/android_app_btn2.jpg) no-repeat 37% 70%/180%;
}

@media (max-width: 1199px) {
    .banner-block {
        width: 700px;
    }

    .warning_block_left {
        width: 100%;
        float: none;
    }

    .work_timetable td {
        padding: 5px 57px;
    }

    .warning_block_center {
        width: 100%;
        margin: 15px 0 0;
    }

    .warning_block_right {
        width: 100%;
        float: none;
    }

    .banner_phone {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .banner_contacts {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    /*.type_choose_list li {*/
    /*    width: 100%;*/
    /*}*/

    /*.type_choose_link div {*/
    /*    width: 100%;*/
    /*    padding: 50px 0;*/
    /*}*/
}
.contacts_table {
    width: 760px;
}

.contacts_timetable {
    width: 720px;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
}

.contacts_table td {
    border-bottom: 1px solid #ebebeb;
}

.contacts_table span {
    color: #959595;
}

.tariff_tbl_container table {
    border-collapse: collapse;
    width: 800px;
}

@media (max-width: 767px) {
    .banner-block {
        width: 290px;
        padding: 0 15px 45px;
    }

    .warning_block_left {
        width: 100%;
    }

    .work_timetable td {
        padding: 5px;
    }

    .warning_block_right {
        width: 100%;
        text-align: center;
    }

    .warning_block_right ul {
        list-style-type: none;
        padding-left: 0;
    }

    .warning_block_right ul li {
        padding-bottom: 5px;
    }

    .contacts_table {
        width: 310px;
    }

    .table_container {
        overflow: scroll;
    }

    .contacts_table td {
        font-size: 14px;
        padding: 10px 0;
        width: 210px;
    }

    .tariff_tbl_container, .scroll_tbl {
        width: 300px;
        overflow: scroll;
    }

    .nav_buttons {
        width: 290px;
    }

    .nav_buttons_item {
        height: 100px;
    }

    .nav_buttons_item a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .visible-desktop {
        display: block !important;
    }

    .header-line__top-menu {
        width: 1200px;
    }

    .numbers {
        float: right;
    }

    .breadcrumbs {
        width: 1200px;
        margin-top: 65px;
    }

    .content__page {
        width: 1200px;
        margin: 0 auto;
    }

    .contacts__block {
        width: 1200px;
    }

    .contacts__item {
        width: 100%;
    }

    .information__block {
        width: 100%;
    }

    .information {
        width: 28%;
    }

    .search {
        width: 28%;
    }

    .footer__box {
        width: 1200px;
    }

    .footer__text {
        width: 50%;
    }

    .footer__pay {
        width: 50%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .visible-tablet {
        display: block !important;
    }

    .content__page {
        width: 100%;
    }

    .numbers__number {
        display: none;
    }

    .numbers__number_small {
        display: none;
    }

    .may9 {
        display: none;
    }

    .numbers {
        margin: 0 auto;
        width: 440px;
    }

    .breadcrumbs {
        width: 768px;
        margin-top: 165px;
    }

    .contacts__block {
        width: 100%;
        max-width: 768px;
        margin-bottom: 50px;
    }

    .contacts__item {
        width: 100%;
        height: auto;
        -moz-column-break-inside: avoid-column;
        -o-column-break-inside: avoid-column;
        -ms-column-break-inside: avoid-column;
        break-inside: avoid-column;
        height: 90px;
    }

    .contacts__item:not(:first-child) {
        /*margin-top: 35px*/
    }

    .contacts__items {
        column-count: 2;
    }

    .information__block {
        width: 100%;
    }

    .information {
        width: 100%;
    }

    .search {
        width: 50%;
    }

    .search__form {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .footer__box {
        width: 768px;
        margin-bottom: 10px;
    }

    .footer__text {
        width: 100%;
        text-align: center;
    }

    .footer__pay {
        width: 100%;
    }

    .footer__payservice {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 0;
        float: none;
    }

    .footer__payservice-text {
        float: right;
        min-width: 220px;
        width: 30%;
    }

    .nav_buttons {
        width: 700px;
    }

    .nav_buttons_item {
        width: 345px;
        height: 110px;
    }

    .nav_buttons_item a {
        font-size: 16px;
    }

    .nav_buttons_item_1 {
        background: url(/images/main_buttons/meters_values_btn.jpg) no-repeat center/200%;
    }

    .nav_buttons_item_2 {
        background: url(/images/main_buttons/android_app_btn2.jpg) no-repeat 32% 65%/250%;
    }
}
@media screen and (max-width: 767px) {
    .contacts__block {
        margin-bottom: 10px;
    }

    .header-line {
        height: 27px;
    }

    .numbers__number {
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
    }

    .contacts__block {
        width: 320px;
    }

    .contacts__item {
        width: 100%;
    }

    .information__block {
        width: 100%;
    }

    .information {
        width: 100%;
    }

    .search {
        width: 100%;
    }

    #vertical-multilevel-menu {
        display: none;
    }

    .footer__box {
        width: 320px;
    }

    .footer__text {
        width: 100%;
        line-height: 20px;
        font-size: 10px;
        margin-top: 10px;
    }

    .footer__pay {
        width: 100%;
    }

    .footer__box {
        text-align: center;
    }

    .footer__text span {
        display: block;
    }

    .footer__payservice-text {
        font-size: 10px;
        width: 54%;
        text-align: left;
        line-height: 20px;
    }

    .footer__box {
        margin-bottom: 20px;
    }

    .contacts {
        margin-top: 0;
        padding: 0;
    }

    .contacts__title {
        margin: 0 auto;
        width: 100%;
        max-width: 280px;
        margin-top: 37px;
        font-size: 16px;
    }

    .bold-hr {
        height: 3px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .information {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .contacts__item {
        height: auto;
        margin-top: 25px;
        font-size: 14px;
    }

    .search__form {
        width: 100%;
        max-width: 290px;
        margin: 0 auto;
        margin-top: 33px;
        margin-bottom: 27px;
    }

    .search__input {
        width: 209px;
        font-size: 14px;
    }

    .numbers__number {
        display: none;
    }

    .numbers__number_small {
        display: none;
    }

    .may9 {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .contacts {
        padding-bottom: 0;
    }

    .search__form {
        float: right;
    }
}
@media screen and (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}
.div-center {
    display: flex;
    width: 100%;
}

.div-center > div {
    display: inline;
    margin: 0 auto;
}

.div-flex {
    /** margin: 15px;**/
    display: flex;
}

.content__page .breadcrumbs {
    margin-top: 15px;
}

.form-theme-default input[type=submit], .link-theme-default {
    background-color: #ffbb42;
    border: 1px solid #ffbb42;
    border-radius: 4px;
    padding: 10px 33px;
    color: #fff;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
}

.display-block {
    display: block !important;
}

.color-main {
    color: #2b5f93;
}

.main-content {
    padding: 33px;
}

.subpage {
    width: 100%;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .main-content {
        padding: 20px;
    }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .content__page {
        width: 100%;
    }

    .div-flex {
        margin: 0 !important;
        display: block !important;
    }

    .main-content {
        padding: 5px;
    }

    .subpage {
        margin-top: 45px;
    }

    .visible-mobi {
        display: block !important;
    }

    .hidden-mobi {
        display: none !important;
    }
}
.select1 select::-ms-expand {
    display: none;
}

.select1 select {
    width: 100%;
    background-color: #317dd3;
    color: #fff;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.select1:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 13px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #317dd3;
    border-bottom: 0;
    pointer-events: none;
}

.select1:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    pointer-events: none;
}

.radio-switcher {
    padding-top: 5px;
}

.radio-switcher a {
    text-decoration: none;
    color: inherit;
}

.radio-switcher input[type=radio] {
    display: none;
}

.input-checkbox input[type=checkbox] + label, .radio-switcher input[type=radio] + label {
    display: inline-flex;
    margin-right: 30px;
    cursor: pointer;
}

.radio-switcher input[type=radio] + label {
    line-height: 12px;
}

.radio-switcher input[type=radio] + label:before {
    background-color: #fff;
    border-radius: 6px;
    display: inline-flex;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    content: " ";
    border: 1px solid #2b5f93;
    margin-right: 10px;
}

.radio-switcher input[type=radio]:checked + label {
    font-weight: bolder;
}

.radio-switcher input[type=radio]:checked + label:before {
    background-color: #ffc155;
}

.list-more {
    margin-bottom: 15px;
}

.page-title {
    color: #2b5f93;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content__page a {
    color: #000;
}

.left-area-title, .page-title-top {
    color: #2b5f93;
    font-size: 20px;
    font-weight: 700;
    margin-top: 45px;
    padding-left: 33px;
}

#left-area .left-area-title {
    margin-top: 0;
}

.account-info .account-info__living {
    padding: 10px 30px;
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .page-title-top {
        text-align: center;
        padding-left: 0;
    }
}
.ads {
    margin-top: 25px;
    margin-bottom: 45px;
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .ads__item-preview {
        display: none;
    }

    .div-flex {
        margin: 0 !important;
    }

    .ads {
        margin: 20px;
    }

    .div-flex {
        display: block !important;
    }
}
.table1 {
    display: table;
    border: 1px solid #2b5f93;
    border-radius: 6px;
    border-spacing: 0;
    width: 100%;
}

.table1 .table1__row, .table1 tbody > tr {
    display: table-row;
}

.table1 .table1__row:last-child .table1__cell, .table1 .table1__row:last-child td, .table1 tbody > tr:last-child .table1__cell, .table1 tbody > tr:last-child td {
    border-bottom: none;
}

.table1 .table1__cell, .table1 td {
    display: table-cell;
    height: 100%;
    border-bottom: 1px solid #2b5f93;
    text-align: center;
    vertical-align: middle;
}

.table1 .table1__cell:nth-child(n+2), .table1 td:nth-child(n+2) {
    border-left: 1px solid #2b5f93;
}

.padding-default {
    padding: 10px 5px;
}

.table1__border-bottom {
    border-bottom: 1px solid #2b5f93;
}

.border-bottom-none {
    border-bottom: none !important;
}

.padding-none {
    padding: 0 !important;
}

.liv-table .div-date-stamp > div, .liv-table .liv-table__cell-date-stamp {
    display: flex;
}

.liv-table .div-date-stamp > div .liv-table__cell-stamp, .liv-table .liv-table__cell-date-stamp .liv-table__cell-stamp {
    min-width: 75px;
}

.liv-table .div-date-stamp > div .liv-table__cell-date, .liv-table .liv-table__cell-date-stamp .liv-table__cell-date {
    width: 70%;
    min-height: 23px;
    border-left: 1px solid #2b5f93;
}

.liv-table .liv-table__fio {
    text-align: left;
    padding-left: 20px;
}

@media screen and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .liv-table .table1__row:nth-child(n+2) .table1__cell {
        border-bottom: none;
    }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .mobi-border-bottom-none {
        border-bottom: none !important;
    }

    .liv-table {
        display: block !important;
    }

    .liv-table .liv-table__cell-stamp {
        min-width: 150px !important;
    }

    .liv-table .table1__row {
        display: block;
    }

    .liv-table .table1__cell {
        display: block;
        border-left: none !important;
    }

    .liv-table .div-date-stamp {
        display: block !important;
        border-top: none !important;
    }

    .liv-table .liv-table__cell-date {
        border-left: none !important;
    }

    .liv-table .div-date-stamp > div {
        text-align: right !important;
    }

    .liv-table .liv-table__fio {
        border-bottom: none !important;
    }
}
.chart1-xy {
    clear: left;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}

.chart1-xy svg {
    width: 100%;
}

.chart1-xy__charts {
    position: relative;
    width: calc(80% - 10px);
}

.chart1-xy__axis {
    stroke: #2b5f93;
}

.chart1-xy__label-x {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.chart1-xy__label-y {
    padding-right: 10px;
}

.chart1-xy__captions {
    padding-left: 10px;
    width: 20%;
    text-align: center;
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .chart1-xy {
        display: block;
    }

    .chart1-xy .chart1-xy__captions, .chart1-xy .chart1-xy__charts {
        width: 100%;
    }

    .chart1-xy .chart1-xy__captions {
        padding-top: 20px;
    }
}
.chat {
    margin-bottom: 20px;
}

.chat__messages {
    margin-bottom: 10px;
}

.chat form {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.chat form input[type=submit] {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #2b5f93;
    border-radius: 4px;
    color: #2b5f93;
}

.chat form .input-checkbox {
    margin-bottom: 20px;
}

.chat__textarea {
    margin: 10px 0;
    border: 1px solid #2b5f93;
    width: calc(100% - 20px);
    max-width: 780px;
    height: 130px;
    border-radius: 4px;
    padding: 10px;
    display: block;
    resize: none;
}

.chat__message {
    display: flex;
    padding: 25px 5px 0 0;
}

.chat__message-time {
    width: 100px;
}

@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .chat__message {
        display: block;
    }

    .chat__message-time {
        width: 100%;
    }
}
.our {
    padding-bottom: 20px;
    width: 1200px;
    margin: 0 auto;
}

.our h1 {
    font: 24px/30px Arial, Helvetica, sans-serif;
    margin: 0 0 -5px 0;
    color: #8ba601;
}

.our p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    padding-bottom: 5px !important;
    color: #333;
    line-height: 1.45;
}

.our a {
    font-size: 14px;
}

.our-a {
    margin-top: -20px;
}

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .our {
        width: calc(100% - 20px);
        max-width: 768px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 499px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: portrait) {
    .our {
        width: 300px;
        text-align: center;
    }
}
.auth-info {
    padding-top: 100px;
    float: left;
}

.auth-info__link, .auth-info__text {
    font-size: 16px;
    color: #fff;
}

.auth-info__li {
    margin-top: 10px;
    position: relative;
    line-height: 25px;
}

.auth-info__li:before {
    content: "?";
    color: #fff;
    position: absolute;
    left: -25px;
    font-family: fontello;
    font-style: italic;
}

.auth-info__link {
    text-decoration: underline;
}

.auth-info__ul {
    padding: 0;
    list-style: none;
    margin-left: 25px;
}

@media screen and (min-width: 1200px) {
    .auth-info {
        width: 66.6666%;
    }

    .auth-info__text {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px), screen and (min-width: 500px) and (max-width: 767px) and (orientation: landscape) {
    .auth-info {
        width: 51%;
        padding-top: 90px;
        padding-left: 0;
        padding-right: 0;
    }

    .auth-info__text {
        display: none;
    }

    .auth-info__ul {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .auth-info {
        width: 100%;
        padding: 0;
    }

    .auth-info__text {
        display: none;
    }

    .auth-info__link {
        font-size: 14px;
    }

    .auth-info__ul {
        max-width: 320px;
        margin: 0 auto;
        margin-left: 25px;
    }

    .auth-info {
        margin-top: 35px;
    }
}
#left-area {
    width: 320px;
    margin-right: 30px;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #afafaf;
}

::-webkit-scrollbar {
    width: 4px;
}

/* news-section */
.news-section {
    margin-top: 24px;
}

.news-section__container {
    max-width: 1200px;
    margin: 0 auto;
}

.news-section__title {
    color: #000;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}

/*# sourceMappingURL=template_styles.css.map */

/*# sourceMappingURL=template_styles.css.map */
