@font-face {
    font-family: "Golos";
    src:
            url('../fonts/Golos-Text_Regular.woff2') format('woff2'),
            url('../fonts/Golos-Text_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Golos-Medium";
    src:
            url('../fonts/Golos-Text_Medium.woff2') format('woff2'),
            url('../fonts/Golos-Text_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    overflow-x: hidden;
}
html > * {
    padding: 0;
    margin: 0;
}
.section_marge_b_72 {
    margin-bottom: 72px;
}
.content table, .content table td {
    border: 1px solid #225F67;
    border-collapse: collapse;
    font-size: 14px;
    padding: 4px;
}
.content strong, .content b {
    color: black;
}
.content ul, .content ol {
    max-width: 672px;
}
/*Color*/
.page {
    background-color: #C0E9D9;
    color: #333;
    font-family: Golos, sans-serif;
    overflow-x: hidden;
}
.header {
    color: #fff;
}
.header__top {
    background-color: #225F67;
}
.footer {
    background-color: #1D2124;
    color: #f3f3f3;
}
H1, h2, h3, h4 {
    color: #000;
}
.layout {
    max-width: 1088px;
    margin: 0px auto;
    padding: 0 32px 0 32px;
}
.text {
    margin:0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}
.text_title_h2 {
    padding: 0;
    margin-bottom: 52px;
    line-height: 34px;
}
.text_title_h1 {
    padding: 0;
    margin-bottom: 52px;
    margin-top: 60px;
    line-height: 42px;
}
/*flex*/
.type-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    height: 100%;
}
/*gird*/
.type-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 32px;
    grid-row-gap: 32px;
}
.type-grid_fr_3_3 {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 32px;
    grid-row-gap: 32px;
}
.header__top-inner {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 32px;
}
.bar-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
}
.logo_header {
    --grid-max-width: 415px;
}
.logo__link {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #fff;
}
.logo__img {
    width: 84px;
    height: 88px;
}
.logo__img {
    position: relative;
    left: -10px;
}
.logo__title {
    max-width: 320px;
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
}
.header__top .layout {
    padding-top: 8px;
}
.vision {
    /*cursor: pointer;*/
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    max-width: 229px;
}
.vision > * {
    flex: 1 1 auto;
}
.link_vision {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}
.link_vision:hover {
    text-decoration: underline;
}
.search-form {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
}
.search-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.search-form .form > * {
    flex: 1 1 auto;
}
.button-type-submit {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.button-type-submit .icon img {
    width: 24px;
}
.form__input-search {
    font: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
}
.phone {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    justify-content: flex-start;
}
.phone_right {
    justify-content: flex-end;
}
.phone_right > * {
    padding-right: 32px;
}
.phone__content {
    line-height: 20px;
}
.phone__link {
    display: block;
    color: #fff;
    text-decoration: none;
}

/*nav header*/
.nav__text {
    cursor: pointer;
}
.header__nav ul {
    padding: 0;
    margin: 0;
}
.header__nav ul.nav__list {
    padding: 0;
    margin: 0;
}
.header__nav {
    background-color: #fff;
    color: #333;
    border: 1px solid #307459;
}
.header__nav .nav__item .link {
    color: #333;
}
.header__nav {
    padding: 14px 0;
}
.nav__list {
    display: flex;
    list-style-type: none;
    align-self: center;
    justify-content: flex-start;
}
.nav__item {
    font-size: 16px;
    flex: 1 1 auto;
    padding-right: 20px;
}
.link {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}
.link:hover {
    text-decoration: underline;
}
/*dropdown*/
.header__top, .header__nav{
    position: relative;
    z-index: 2;
}
body.scroll-lock_active {
    overflow: hidden
}
.header__dropdown {
    background-color: #fff;
    opacity: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-flow: column nowrap;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header__dropdown.header_dropdown_open {
    display: flex;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    padding-top: 150px;
    z-index: 1;
}
.nav_dropdown * {
    display: block;
}
.nav_dropdown .nav__level {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    margin: 0;
    padding: 0;
}
.nav__item_heading {
    color: #333;
    font-size: 24px;
}
.nav_dropdown .link.link_heading {
    font-size: 24px;
}
.nav__list_dropdown .nav__item_dropdown {
    padding: 10px 0 0 10px;
}
.nav_dropdown .nav__list {
    padding: 0;
    margin: 0;
    align-self: start;
}
.nav_dropdown .nav__item {
    padding: 10px 0 0 20px;
    margin: 0;
}
.nav_dropdown .nav__item_heading {
    padding: 54px 0 20px 0;
    margin: 0;
}
.nav_dropdown .link {
    color:#333;
    font-size: 18px;
}

/*breadcrumbs*/
.breadcrumbs {
    font-size: 14px;
    color: #225F67;
}
.breadcrumbs__link {
    color: #225F67;
}
.breadcrumbs__item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #225F67;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: 9px;
}
.breadcrumbs__list {
    padding: 44px 0 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    align-self: center;
    justify-content: flex-start;
}
/*content*/
h1,h2,h3,h4 {
    font-weight: 500;
}
h1 {
    padding-top: 24px;
    font-size: 44px;
    line-height: 54px;
}
h2 {
    padding-top: 30px;
    font-size: 30px;
    line-height: 34px;
}
h3 {
    padding-top: 22px;
    font-size: 22px;
    line-height: 28px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
.text_size_h1 {
    font-size: 44px;
}
.text_size_h2 {
    font-size: 30px;
}
.text_size_h3 {
    font-size: 22px;
}
.text_size_h4 {
    font-size: 18px;
}
p {
    font-size: 18px;
    line-height: 24px;
    max-width: 672px;
}
/*footer*/
.footer-banner {
    grid-template-columns: 4fr 2fr;
    height: 114px;
}
.img_gosuslugi {
    width: 100%;
}
.layout__fraction_social {
    justify-self: end;
    align-self: end;
    grid-area: social;
}
.layout__fraction_legal {
    grid-area: legal;
}
.layout__fraction_contacts {
    grid-area: contacts;
}
.layout__fraction_nav {
    grid-area: nav;
}
.layout__fraction_logo {
    grid-area: logo;
}
.footer__inner {
    display: grid;
    grid-column-gap: 32px;
    grid-template-areas:
        'logo nav nav contacts contacts'
        'legal . . social social';
    padding: 32px 0;
}
.logo__img-footer {
    width: 268px;
    height: 280px;
    left: -32px;
    top: -14px;
}
.nav_list-footer > .nav__item{
    font-size: 18px;
    padding-top: 8px;
}
.nav_list-footer a {
    color: #f3f3f3;
}
.nav_list-footer {
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.contacts__item-label, .contacts_item-addr, .contacts__item-link {
    display: block;
}
.contacts_item-addr, .contacts__item-link {
    font-size: 14px;
    text-decoration: none;
}
.contacts__item {
    padding-bottom: 12px;
}
.contacts__item > * {
    padding-top: 8px;
    color: #f3f3f3;
}
.layout__fraction_legal-link {
    display: block;
    padding-bottom: 14px;
    color: #f3f3f3;
    text-decoration: none;
}
.layout__fraction_legal-link:hover {
    text-decoration: underline;
}
.layout__fraction_social a {
    color: #f3f3f3;
    text-decoration: none;
    flex: 1 1 auto;
}
.section_banner {
    margin-top: 72px;
}

.nav .nav__item_active a.link {
    color: #D84C53;
    text-decoration: underline;
}
/*main page*/
.section_first-display {
    position: relative;
}
.content__first-display {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    grid-gap: 32px;
}
.content li:before {
    content: "—";
    position: absolute;
    left: 0;
}
.content ul {
    position: relative;
    list-style: none;
}
.content li {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
}
/*.layout_first-display:before {*/
/*  transform: translate(-37%,0);*/
/*  background-image: url("/img/logo.svg");*/
/*  !*background-size: cover;*!*/
/*  background-position-y: 0;*/
/*  background-position-x: 100%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 608px 635px;*/
/*  width: 100%;*/
/*}*/
.layout_first-display {
    position: relative;
}
.layout__background .img {
    position: absolute;
    width: 708px;
    height: 648px;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translate(12%,0);
    opacity: 0.75;
}
/*control structure*/
.control-struct__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    align-self: center;
    align-items: center;
    min-width: 320px;
    padding: 7px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.img_control-struct {
    width: 56px;
    height: 56px;
    padding: 0 16px 0 22px;
}
.title_control-struct {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 0 22px 0 0;
}
/*news*/
.section_news-main {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.text_title-news {
    padding-bottom: 56px;
}
.news__item {
    flex-direction: column;
}
.img_news {
    width: 100%;
}
.link_news {
    color: #0088ff;
    padding-top: 16px;
}
.text_date {
    color: #ccc;
    padding-top: 24px;
}
/*info-banners*/
.info-banners {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.info-banners__item {
    width: 100%;
    height: 144px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*.img_info-banners {*/
/*  width: 144px;*/
/*}*/
.info-banners__item:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    height: 100%;
}
/*.info-banners__item:first-of-type .img_info-banners {*/
/*  width: 320px;*/
/*  height: 218px;*/
/*}*/
/*Contacts page*/
.contacts-page__item {
    grid-template-columns: 3fr 3fr;
}
/*Form*/
.layout__background .img_form-background {
    position: absolute;
    z-index: -1;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(28%,0);
}

.section_form {
    position: relative;
}
.form_feedback {
    flex-direction: column;
}
.form-field {
    width: 100%;
}
.input__control {
    width: 94%;
    height: 40px;
    padding: 4px 14px;
    border: 1px solid #225F67;
    border-radius: 5px;
    font-family: Golos, sans-serif;
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 32px;
}
.form-field__label {
    display: block;
    color: #000;
    font-size: 18px;
}
.textarea {
    width: 94%;
    height: 140px;
    padding: 10px 14px;
    border: 1px solid #225F67;
    border-radius: 5px;
    font-family: Golos, sans-serif;
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 32px;
}
.form__legal p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}
.button {
    width: 24%;
    height: 40px;
    padding: 4px 14px;
    border: 1px solid #225F67;
    border-radius: 5px;
    font-family: Golos, sans-serif;
    font-size: 18px;
    color: #4f4f4f;
    margin-bottom: 56px;
    cursor: pointer;
    background-color: #fff;
}
/*modal*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow-y: auto;
}

.modal__block {
    position: relative;
    background: #FFF;
    width: 420px;
    left: 50%;
    margin-left: -200px;
    top: 15%;
    border-radius: 4px;
}

@media only screen and (max-width: 440px) {
    .modal__block {
        left: auto;
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

.modal__block.--done {
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    width: auto;
    left: 0;
    margin-left: 0;
    top: 25%;
    border: none;
    text-align: center;
    padding: 0;
}

@media only screen and (max-width: 440px) {
    .modal__block.--done {
        background-color: rgba(0, 0, 0, 0.1);
        left: auto;
        width: calc(100% - 40px);
        margin: 0 auto;
        top: 25%;
    }
}

.modal__block.--done .h4,
.modal__block.--done p {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 26px;
    color: #fff;
}

.modal__close {
    position: absolute;
    cursor: pointer;
    top: 100px;
    right: 50px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 300;
}

@media only screen and (max-width: 440px) {
    .modal__close {
        right: 20px;
        top: 36px;
    }
}

.modal__close img {
    width: 100%;
}
.form-field__message {
    opacity: 0;
    color: red;
}
.form-field_required > .form-field__message {
    opacity: 1;
}


/**/
.form__input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.form__input-search::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.form__input-search:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.form__input-search:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.page, html {
    width: 100%;
    height: 100%;
}
.page__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}
.footer-after {
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.burger {
    display: none;
}

/*mobile*/
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .content__first-display {
        display: block;
    }
    .header__top-inner {
        display: block;
    }
    .logo__title {
        max-width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
    .bar-top {
        padding: 14px 0;
        font-size: 18px;
        grid-template-areas: 'search phone phone .';
        grid-template-columns: 1fr 1fr 1fr;
    }
    .vision {
        display: none;
    }
    .search_form, .phone__content {
        /*padding-bottom: 10px;*/
    }
    .form__input-search {
        font-size: 1.2rem;
    }
    .search-form {
        align-self: center;
    }
    .phone__content {
        font-size: 1.6rem;
        padding-bottom: 10px;
        line-height: 34px;
    }
    .nav_dropdown .nav__level {
        display: block;
    }
    .header__dropdown.header_dropdown_open {
        padding-top: 25%;
    }
    .footer__inner {
        font-size: 0.8rem;
        grid-template-areas:
        'logo nav'
        'contacts legal'
        ' . social';
        align-items: self-end;
    }
    .nav_list-footer .nav__item .link__text {
        font-size: 2rem;
        line-height: 3rem;
    }
    .contacts_item-addr, .contacts__item-link {
        font-size: 0.8rem;
    }
    .type-grid {
        grid-template-columns: 1fr;
    }
    .info-banners {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .link_news {
        font-size: 2rem;
        padding-bottom: 2rem;
    }
    .text_date {
        font-size: 2rem;
        color: #585858;
    }
    .section_news-main {
        background: none;
        box-shadow: none;
    }
    .title_control-struct {
        font-size: 2rem;
    }
    .footer-banner {
        height: 100%;
    }
    .contacts-page .content table, .contacts-page .content table td {
        font-size: 2rem;
    }
    .form-field__label {
        font-size: 2rem;
    }
    .breadcrumbs__link, .breadcrumbs__text {
        font-size: 1.5rem;
    }
    .burger .burger__button .burger__line {
        display: block;
        position: absolute;
        width: 100%;
        height: 6px;
        top: 0;
        right: 0;
        background: #333;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    .burger .burger__button .burger__line:nth-of-type(2), .burger .burger__button .burger__line:nth-of-type(3) {
        top: 15px;
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    .burger .burger__button .burger__line:nth-of-type(3) {
        top: 30px;
    }
    .burger__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        background: 0 0;
        cursor: pointer;
        outline: 0;
        border: 0;
        margin: 0;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: #333;
        width: 56px;
        height: 52px;
        right: -94%;
        top: 6px;
    }
    .header__nav .nav {
        display: none;
    }
    .burger {
        display: block;
    }
}

.form .form-field.required-fix {
    display: none;
}