@charset "UTF-8";
@-webkit-keyframes load {
    to {
        background-position: -100% 0
    }
}

@keyframes load {
    to {
        background-position: -100% 0
    }
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body, html {
    height: 100%;
    font-size: 16px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.c-wrap, .footer__wrap, .header__wrap, .nav__wrap {
    max-width: 1124px;
    padding: 0 20px;
    margin: 0 auto
}

.inp, .inp-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 12px;
    height: 3rem
}

.inp-search {
    background-color: transparent
}

.btn, .employer__btn, .inp-search__btn {
    background: 0 0;
    border: 0;
    cursor: pointer;
    text-decoration: none
}

.employer__btn {
    padding: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    line-height: 1.2;
    font-family: "Montserrat", sans-serif
}

body.no-scroll {
    overflow: hidden;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    body.no-scroll {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%
    }
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

img {
    max-width: 100%
}

.page-wrap {
    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%;
    background-color: #f5f8f9
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.section {
    padding: 60px 0
}

@media only screen and (max-width: 979px) {
    .section {
        padding: 30px 0
    }
}

.section_first {
    padding-top: 60px
}

@media only screen and (max-width: 979px) {
    .section_first {
        padding-top: 20px
    }
}

.section_m-pad {
    padding-top: 40px
}

@media only screen and (max-width: 979px) {
    .section_m-pad {
        padding-top: 30px
    }
}

.section_no-pad {
    padding: 0
}

.section_no-pad-bot {
    padding-bottom: 0
}

.section_no-pad-top {
    padding-top: 0
}

.section_white {
    background-color: #fff
}

.section_l-blue {
    background-color: #e8eff2
}

.section_mid {
    padding: 40px 0
}

.section_brd-bot {
    border-bottom: 1px solid #e8eff2
}

.section-events {
    background-color: #16b9a9;
    padding: 40px 0
}

@media only screen and (max-width: 979px) {
    .section-events {
        padding: 30px 0 10px
    }
}

.section-events .link-more, .section-events .section-title {
    color: #fff
}

.section-events .title-block {
    margin-bottom: 40px
}

.section-employer {
    padding: 60px 0;
    background: #000000 url(../img/bg-employer.jpg) no-repeat 50% 0;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .section-employer {
        padding: 30px 0;
        background: #6b7174
    }
}

.title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .title-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.inp, .inp-wrap {
    position: relative
}

.inp-wrap {
    width: 100%
}

.inp {
    border: 2px solid #e8eff2;
    border-radius: 5px;
    font-size: .875rem;
    font-weight: 500;
    color: #464e51;
    outline-color: #a8b7bc;
    z-index: 10;
    background-color: transparent;
    font-family: "Montserrat", sans-serif
}

.inp:focus {
    border-color: #00a594;
    outline: 0
}

.inp.not-empty + label, .inp:focus + label {
    font-size: 10px;
    background-color: #fff;
    padding: .3em;
    margin-left: -.3em;
    -webkit-transform: translateY(-1.5rem);
    -ms-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
    z-index: 11
}

.inp_pay {
    padding-right: 80px
}

.inp_hidden {
    border: 0;
    z-index: 0
}

.inp:invalid {
    border-color: red
}

.lbl {
    position: absolute;
    top: 1rem;
    left: .75rem;
    -webkit-transition: all ease-in-out .33s;
    -o-transition: all ease-in-out .33s;
    transition: all ease-in-out .33s;
    color: #464e51;
    font-size: .875rem;
    cursor: pointer;
    z-index: 1;
    font-weight: 500
}

@media screen and (max-width: 374px) {
    .lbl_sm {
        top: .5rem
    }
}

.inp-search, .inp-textarea {
    font-family: "Montserrat", sans-serif
}

.inp-textarea {
    resize: none;
    min-height: 96px;
    font-size: .875rem
}

.inp-search {
    border: 2px solid #e8eff2;
    height: 40px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding-right: 30px;
    color: #030303;
    outline-color: #a8b7bc
}

.footer .inp-search {
    color: #fff
}

.inp-search:focus {
    border-color: #00a594;
    outline: 0
}

.inp-search::-webkit-input-placeholder {
    color: #a8b7bc
}

.inp-search:-ms-input-placeholder, .inp-search::-ms-input-placeholder {
    color: #a8b7bc
}

.inp-search::placeholder {
    color: #a8b7bc
}

.inp-search__btn {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    padding: 8px;
    outline-color: rgba(255, 102, 0, .6);
    fill: #a8b7bc
}

.result {
    margin-bottom: 1.75rem;
    position: relative;
    padding-left: 1.25em
}

.result:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f60
}

.content p:last-of-type, .result:last-of-type {
    margin-bottom: 0
}

.result__link {
    text-decoration: none;
    line-height: 1.3;
    color: #464e51;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s
}

.result__link:hover {
    color: #f60;
    text-decoration: underline
}

.inp-notes, .inp-unit {
    font-weight: 500;
    color: #a8b7bc
}

.inp-notes {
    margin-top: .5rem;
    font-size: .75rem
}

.inp-unit {
    position: absolute;
    font-size: .875rem;
    right: 12px;
    top: 16px;
    z-index: 1
}

.inp-unit_date {
    top: 12px;
    width: 23px;
    height: 22px;
    background: url(../img/ico-datepicker.svg) no-repeat 50% 50%/contain
}

.check {
    padding-left: 2.25rem;
    font-size: .75rem;
    color: #a8b7bc;
    font-weight: 500;
    display: inline-block
}

.check_custom {
    padding-left: 0;
    margin-bottom: 20px;
    display: block
}

.check .link {
    color: #00a594;
    text-decoration: none
}

.check .link:hover {
    text-decoration: underline
}

.check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.check__input:checked + .check__box {
    background-image: url(../img/ico-checkbox.svg)
}

.check__input:focus + .check__box {
    -webkit-box-shadow: 0 0 0 2px #00a594;
    box-shadow: 0 0 0 2px #00a594
}

.check__input:disabled + .check__box {
    -webkit-box-shadow: 0 0 0 .1em #9b9b9b;
    box-shadow: 0 0 0 .1em #9b9b9b
}

.check__input:checked:disabled + .check__box {
    background-color: #9b9b9b
}

.check__input:checked + .check__block {
    -webkit-box-shadow: inset 0 0 0 2px #00a594;
    box-shadow: inset 0 0 0 2px #00a594
}

.check__input:checked + .check__block:before {
    visibility: visible;
    opacity: 1
}

.check__input:checked + .check__block .check__txt {
    color: #464e51
}

.check__box {
    position: absolute;
    margin-top: -3px;
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    border-radius: 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-shadow: 0 0 0 2px #e8eff2;
    box-shadow: 0 0 0 2px #e8eff2;
    left: 0;
    cursor: pointer
}

.check__block, .check__block:before {
    -webkit-transition: all ease .33s;
    -o-transition: all ease .33s;
    transition: all ease .33s
}

.check__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 1px #c7d6dc;
    box-shadow: inset 0 0 0 1px #c7d6dc;
    border-radius: 10px;
    position: relative
}

@media screen and (max-width: 360px) {
    .check__block {
        padding: 20px 10px
    }
}

.check__block:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 1.125rem;
    height: 1.125rem;
    background: #00a594 url(../img/ico-check_sm.svg) no-repeat 50% 50%/8px 8px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0
}

.check__block:hover {
    -webkit-box-shadow: inset 0 0 0 1px #c7d6dc, 0 4px 20px rgba(10, 65, 61, .08);
    box-shadow: inset 0 0 0 1px #c7d6dc, 0 4px 20px rgba(10, 65, 61, .08)
}

.check__block:hover .check__txt {
    color: #464e51
}

.check__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.check__icon_build {
    background-color: #eb7c1d
}

.check__icon_med {
    background-color: #f13012
}

.check__icon_ped {
    background-color: #3fbfb2
}

.check__icon_guide {
    background-color: #c1337e
}

.check__icon_farm {
    background-color: #2559b2
}

.check__icon_service {
    background-color: #ab5555
}

.check__txt {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #a8b7bc;
    margin-left: 1em;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s
}

@media screen and (max-width: 360px) {
    .check__txt {
        font-size: .75rem
    }
}

.upload {
    border: 2px dashed #c7d6dc;
    border-radius: 5px;
    height: 96px;
    text-align: center;
    padding: 36px;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .upload {
        padding: 20px;
        height: auto
    }
}

.upload__lbl {
    color: #00a594;
    font-size: .875rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-left: 40px
}

.upload__lbl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/ico-add-file.svg) no-repeat 50% 50%/contain
}

.upload__inp {
    display: none
}

.link-more, .upload__txt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.upload__txt {
    font-size: .875rem;
    position: relative;
    color: #030303
}

.upload__txt .ico-del {
    margin-left: 20px;
    cursor: pointer
}

.link-more {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.28;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.link-more:hover {
    color: #f60
}

.link-more:hover .link-more__icon {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px)
}

.link-more__icon {
    stroke-width: 2px;
    stroke: currentColor;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 10px;
    line-height: 1.3;
    -webkit-transition: -webkit-transform ease .2s;
    -o-transition: transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s
}

.link-more_back .link-more__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 4px
}

.title-block .link-more {
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .title-block .link-more {
        margin-left: 0;
        margin-top: 10px
    }
}

.link-more_back {
    color: #a8b7bc
}

.link-more_back:hover .link-more__icon {
    -webkit-transform: translateX(-2px) rotate(180deg);
    -ms-transform: translateX(-2px) rotate(180deg);
    transform: translateX(-2px) rotate(180deg)
}

.link-download {
    color: #f60;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link-download:hover {
    text-decoration: underline
}

.link-download__icon {
    stroke: #f60;
    width: 11px;
    height: 15px;
    margin-right: 1rem
}

.page-title {
    font-weight: 600;
    font-size: 42px;
    color: #030303;
    margin-bottom: 1em
}

@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 32px
    }
}

.page-title_sm {
    font-size: 2rem
}

@media only screen and (max-width: 767px) {
    .page-title_sm {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 340px) {
    .page-title_sm {
        font-size: 1.25rem
    }
}

.section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #030303;
    margin-bottom: .66em
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 24px
    }
}

.section-title_mid {
    font-size: 1.5rem;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .section-title_mid {
        font-size: 1.25rem
    }
}

.section-title_sm {
    font-size: 1rem
}

.section-title_link {
    text-decoration: underline;
    color: #00a594;
    font-weight: 600;
    font-size: 24px;
    margin-left: 25px;
    position: relative;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.section-title_link:hover {
    color: #f60
}

.section-title_link:before {
    content: '/';
    padding-right: 6px;
    position: absolute;
    left: -12px;
    top: 0
}

.title-block .section-title {
    margin-bottom: 0
}

.content-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #030303;
    margin-bottom: .83em
}

.content p, .par {
    font-size: 14px;
    line-height: 1.33;
    margin-bottom: 1em
}

.content p strong, .par b, .par_bold {
    font-weight: 600
}

.content_mid p, .par_mid {
    font-size: 1rem
}

.par:last-of-type {
    margin-bottom: 0
}

.link {
    text-decoration: none;
    color: #00a594;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.link:hover {
    color: #f60
}

.b-obh__body ul, .list, .b-history__list {
    list-style: none;
    padding: 0
}

.b-history__list li {
    font-size: .875rem;
}

.b-history__list li,
.list__item {
    position: relative;
    padding-left: 1.25em;
    line-height: 1.3;
    color: #758084;
    padding-bottom: 1.25em
}

@media only screen and (max-width: 979px) {
    .b-history__list li,
    .list__item {
        padding-bottom: 1em
    }
}

.b-history__list li:last-of-type,
.list__item:last-of-type {
    padding-bottom: 0
}

.b-history__list li:before,
.list__item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f60
}

.b-history__list li:before {
    top: 6px;
    width: 6px;
    height: 6px;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row_sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

.row_cntr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.row_betwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col {
    padding: 0 10px
}

.col_3 {
    -ms-flex-preferred-size: calc(100% / 4);
    flex-basis: calc(100% / 4);
    max-width: calc(100% / 4)
}

.col_4 {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3)
}

.col_5 {
    -ms-flex-preferred-size: calc(100% / 2.4);
    flex-basis: calc(100% / 2.4);
    max-width: calc(100% / 2.4)
}

.col_6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col_7 {
    -ms-flex-preferred-size: 58.3%;
    flex-basis: 58.3%;
    max-width: 58.3%
}

.col_8 {
    -ms-flex-preferred-size: calc(100% / 1.5);
    flex-basis: calc(100% / 1.5);
    max-width: calc(100% / 1.5)
}

@media only screen and (max-width: 1024px) {
    .col_xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col_xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media only screen and (max-width: 979px) {
    .col_md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col_md-5 {
        -ms-flex-preferred-size: calc(100% / 2.4);
        flex-basis: calc(100% / 2.4);
        max-width: calc(100% / 2.4)
    }

    .col_md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .col_sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 420px) {
    .col_xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 979px) {
    .col_md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .col_sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 420px) {
    .col_reset-small {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .col_reset-small:last-of-type {
        margin-bottom: 0
    }
}

.btn {
    height: 40px;
    padding: 0 2.3em;
    border-radius: 5px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s
}

@media only screen and (max-width: 979px) {
    .btn {
        padding: 0 1em
    }
}

.btn_primary {
    color: #fff;
    background-color: #f60;
    outline: 0
}

.btn_primary:hover {
    background-color: rgba(255, 102, 0, .7)
}

.header-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    visibility: hidden
}

.header-nav.is-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    z-index: 101;
    -webkit-transition: -webkit-transform ease .4s;
    -o-transition: transform ease .4s;
    transition: transform ease .4s;
    transition: transform ease .4s, -webkit-transform ease .4s
}

.header {
    padding: 10px 0;
    background-color: #fff
}

.header__logo, .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    overflow: hidden;
    margin-right: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 1024px) {
    .header__logo {
        margin-right: auto;
        max-width: 300px
    }
}

.header__logo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464e51;
    text-decoration: none;
    font-weight: 600
}

.header__logo-item_rso {
    position: relative;
    background: url(../img/logo-rso.png) no-repeat 50% 50%/60px 60px;
    width: 80px;
    height: 60px
}

@media only screen and (max-width: 979px) {
    .header__logo-item_rso {
        width: 70px;
        height: 45px;
        background-size: 45px 45px
    }
}

@media only screen and (max-width: 767px) {
    .header__logo-item_rso {
        width: 40px;
        height: 30px;
        background-size: 30px 30px;
        padding-left: 10px
    }
}

.header__logo-item_rso:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 40px;
    width: 1px;
    background-color: #e9e9e9
}

@media only screen and (max-width: 979px) {
    .header__logo-item_rso:before {
        left: -7px;
        top: 5px;
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    .header__logo-item_rso:before {
        left: -10px;
        top: 0
    }
}

.header__logo-img {
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 979px) {
    .header__logo-img {
        width: 45px;
        height: 45px
    }
}

@media only screen and (max-width: 767px) {
    .header__logo-img {
        width: 30px;
        height: 30px
    }
}

.header__logo-txt {
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    line-height: 1rem
}

@media only screen and (max-width: 979px) {
    .header__logo-txt {
        font-size: 9px;
        padding: 0 5px;
        line-height: 1.3
    }
}

.header__logo-txt span {
    font-weight: 500
}

.header__search {
    margin-right: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    position: relative
}

@media only screen and (max-width: 1024px) {
    .header__search {
        display: none
    }
}

.header__icons {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1024px) {
    .header__icons {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.header__phone-icon, .header__search-icon {
    display: none
}

@media only screen and (max-width: 1024px) {
    .header__phone-icon, .header__search-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.header__phone-icon svg {
    width: 1rem !important;
    height: 1rem !important
}

.header__icon {
    width: 1.5rem;
    height: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none
}

@media only screen and (max-width: 1024px) {
    .header__icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        border: 2px solid #e8eff2;
        -webkit-transition: border-color ease .33s;
        -o-transition: border-color ease .33s;
        transition: border-color ease .33s;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .header__icon {
        display: none
    }
}

.header__icon svg {
    fill: #c7d6dc;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    width: 1.5rem;
    height: 1.5rem
}

.footer__soc-icon svg:hover, .header__icon svg:hover {
    fill: #a8b7bc
}

.header__phone {
    text-decoration: none;
    color: #030303;
    font-weight: 600;
    font-size: .875rem;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    outline-color: #f60;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .header__phone {
        display: none
    }
}

.header__phone span {
    font-size: 1.125rem
}

.header__phone .call {
    font-size: .85rem
}

.header__btn {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px
}

@media only screen and (max-width: 1024px) {
    .header__btn {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .header__btn {
        display: none
    }
}

.header__menu {
    display: none
}

@media only screen and (max-width: 767px) {
    .header__menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 1.875rem;
        height: 1.875rem;
        background: url(../img/ico-menu.svg) no-repeat 50% 50%
    }
}

.header__menu.is-open {
    background: url(../img/ico-menu_close.svg) no-repeat 50% 50%
}

.nav {
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .nav {
        display: none
    }
}

.nav__line {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #00a594;
    bottom: 0;
    -webkit-transition: width ease .4s, -webkit-transform ease .4s;
    -o-transition: transform ease .4s, width ease .4s;
    transition: transform ease .4s, width ease .4s;
    transition: transform ease .4s, width ease .4s, -webkit-transform ease .4s
}

.nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.nav__link {
    text-decoration: none;
    font-weight: 500;
    font-size: .875rem;
    color: #030303;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    cursor: pointer
}

.nav__link:hover, .nav__sub-link:hover {
    color: #f60
}

.nav__link span {
    padding: 2px 0 1.4em;
    display: block
}

.nav__link_sub {
    cursor: default
}

.nav__link.is-current:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #00a594
}

.nav__link.is-current:hover {
    color: inherit
}

.nav__menu {
    position: relative;
    padding-right: 1rem
}

.nav__menu:hover .nav__sub-menu, .nav__menu:hover:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav__menu:hover .nav__sub-menu {
    visibility: visible;
    opacity: 1
}

.nav__menu:before {
    content: '';
    position: absolute;
    top: .575rem;
    right: 0;
    background: url(../img/ico-sub-menu.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 4px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s
}

.nav__sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    top: 100%;
    left: 0;
    min-width: 164px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 100;
    -webkit-box-shadow: 0 10px 30px rgba(10, 65, 61, .1);
    box-shadow: 0 10px 30px rgba(10, 65, 61, .1)
}

.nav__sub-link {
    text-decoration: none;
    color: #758084;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: .875rem;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.nav__sub-link:last-of-type {
    margin-bottom: 0
}

.nav__sub-link span {
    padding: 0
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #464e51;
    padding: 40px 0 0;
    margin-top: auto
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 30px 0 0
    }
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 979px) {
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    padding: 0 10px
}

@media only screen and (max-width: 979px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
        flex: 0 0 calc(33% - 10px);
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .footer__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.footer__col:first-of-type {
    padding-left: 0;
    padding-right: 30px
}

@media only screen and (max-width: 979px) {
    .footer__col:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .footer__col:first-of-type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__col_pad {
    padding-top: 20px
}

.footer__title {
    color: #97a5a9;
    font-weight: 500
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__link {
    text-decoration: none;
    color: #fff;
    margin-top: 1em;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    font-size: .875rem
}

.footer__link:hover {
    color: rgba(255, 255, 255, .7)
}

.footer__logo {
    text-decoration: none;
    font-weight: 600;
    color: #e8eff2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo-img {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__logo-txt {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1rem;
    display: inline-block;
    padding-left: 10px
}

.footer__logo-txt span {
    font-weight: 500
}

.footer__search {
    margin-top: 40px;
    width: 100%;
    position: relative
}

@media only screen and (max-width: 979px) {
    .footer__search {
        margin-top: 1rem;
        max-width: 280px
    }
}

.footer__phone {
    margin-top: 20px;
    text-decoration: none;
    color: #c7d6dc;
    font-weight: 600;
    font-size: 1.125rem;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    outline-color: #f60;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__phone span {
    font-size: 1.5rem
}

.footer__phone .call {
    font-size: .85rem
}

.footer__social {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__soc-icon {
    width: 1.5rem;
    height: 1.5rem;
    text-decoration: none
}

.footer__soc-icon svg {
    fill: #c7d6dc;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.footer__info-line {
    background-color: #3b4042;
    padding: 22px 0;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .footer__info-line {
        padding: 1rem 0;
        margin-top: 20px
    }
}

.footer__info {
    font-size: 12px;
    color: #a8b7bc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}

.footer__info_main {
    color: #c7d6dc;
    padding-right: 1.5em
}

@media only screen and (max-width: 767px) {
    .footer__info_main {
        padding: 0 0 1.5em
    }
}

.footer__gov-logo {
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 979px) {
    .footer__c-block:not(:first-child) {
        padding-left: 2rem
    }
}

@media only screen and (max-width: 767px) {
    .footer__c-block:not(:first-child) {
        padding-left: 0
    }
}

.tab-nav, .tab-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab-nav {
    position: absolute;
    width: 532px;
    height: 135px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-box-shadow: 0 5px 30px rgba(10, 65, 61, .1);
    box-shadow: 0 5px 30px rgba(10, 65, 61, .1)
}

.tab-nav__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 13px 0 20px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.tab-nav__link:hover {
    -webkit-box-shadow: 0 0 40px rgba(10, 65, 61, .25);
    box-shadow: 0 0 40px rgba(10, 65, 61, .25)
}

.tab-nav__link:first-of-type {
    border-radius: 10px 0 0 10px
}

.tab-nav__link:last-of-type {
    border-radius: 0 10px 10px 0
}

.tab-nav__link.current {
    background-color: #00a594
}

.tab-nav__icon {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #e8eff2
}

.current .tab-nav__icon {
    background-color: #fff
}

.tab-nav__title {
    font-weight: 600;
    font-size: 18px;
    color: #758084;
    padding-top: 15px
}

.current .tab-nav__title {
    color: #fff
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 979px) {
    .news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.news__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 979px) {
    .news__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        background-color: #00a594
    }
}

@media only screen and (max-width: 767px) {
    .news__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width: 420px) {
    .news__col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .news__col:first-of-type {
        margin-bottom: 10px
    }

    .news__col:first-of-type .card_enter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.news__col_main {
    background-color: transparent
}

@media only screen and (max-width: 979px) {
    .news__col_main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .news__col_main {
        margin-top: 10px
    }
}

.news__col_main .card_news {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px
}

@media only screen and (max-width: 767px) {
    .news__col_main .card_news {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.news__col .card:not(:first-child) {
    margin-top: 20px
}

@media only screen and (max-width: 979px) {
    .news__col .card {
        border-radius: 0;
        margin-top: 0
    }
}

.b-news {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-transition: -webkit-box-shadow ease .33s;
    -o-transition: box-shadow ease .33s;
    transition: box-shadow ease .33s;
    transition: box-shadow ease .33s, -webkit-box-shadow ease .33s;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .b-news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-news:hover {
    -webkit-box-shadow: 0 4px 20px rgba(10, 65, 61, .08);
    box-shadow: 0 4px 20px rgba(10, 65, 61, .08)
}

.b-news__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.2%;
    flex: 0 0 17.2%
}

@media only screen and (max-width: 979px) {
    .b-news__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

@media only screen and (max-width: 767px) {
    .b-news__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1rem
    }
}

.b-news__body {
    padding-left: 20px
}

@media only screen and (max-width: 767px) {
    .b-news__body {
        padding-left: 0
    }
}

.b-news__date {
    font-weight: 500;
    font-size: .875rem;
    color: #a8b7bc
}

.b-news__title {
    font-weight: 600;
    font-size: 1.125rem;
    color: #030303;
    margin: 1rem 0;
    line-height: 1.33
}

@media only screen and (max-width: 979px) {
    .b-news__title {
        margin: .75rem 0
    }
}

@media only screen and (max-width: 420px) {
    .b-news__title {
        font-size: 1rem
    }
}

.b-news__txt p {
    font-size: .75rem;
    line-height: 1.33;
    font-weight: 500;
    margin-bottom: 1.33em
}

@media only screen and (max-width: 979px) {
    .b-news__txt p {
        margin-bottom: 1em
    }
}

.b-news__link {
    color: #a8b7bc;
    font-size: .875rem;
    font-weight: 500;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s
}

.b-news__link:hover {
    color: #f60
}

.b-news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-item {
    padding: 40px 0
}

@media only screen and (max-width: 979px) {
    .news-item {
        padding: 30px 0
    }
}

.news-item__data {
    color: #a8b7bc;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 1.75em;
    position: relative;
    margin-bottom: 20px
}

.news-item__data:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 17px;
    background: url(../img/ico-date.svg) no-repeat 50% 50%/contain
}

.news-item__img {
    margin: 40px 0
}

.news-item__txt p {
    color: #464e51;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1em
}

.news-item__txt p:last-child {
    margin-bottom: 0
}

.news-item__txt p strong {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375
}

.news-item__txt a {
    color: #f60;
    text-decoration: none
}

.card {
    border-radius: 10px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
}

.card, .card__body, .card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__header {
    position: relative;
    z-index: 10
}

.card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px
}

@media only screen and (max-width: 767px) {
    .card__body {
        margin-left: -10px;
        margin-right: -10px
    }
}

.card__footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 1024px) {
    .card__footer {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .card__footer {
        padding-top: 20px
    }
}

.card__footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.card__footer_list .link-more {
    cursor: default;
    padding-bottom: 5px
}

.card__footer_list .link-more:last-of-type {
    padding-bottom: 0
}

.card__footer_list .link-more:hover {
    color: #a8b7bc !important
}

.card__footer .btn {
    height: 48px;
    width: 100%;
    max-width: 176px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    -webkit-transition: -webkit-box-shadow ease .3s;
    -o-transition: box-shadow ease .3s;
    transition: box-shadow ease .3s;
    transition: box-shadow ease .3s, -webkit-box-shadow ease .3s;
    padding: 0
}

.card__footer .btn:hover {
    background-color: #f60;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .35)
}

.card__footer .link-more {
    color: #a8b7bc
}

.card__footer .link-more:hover {
    color: #f60
}

.card__title {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .5em
}

@media only screen and (max-width: 767px) {
    .card__title {
        font-size: 16px
    }
}

.card__txt {
    font-size: 12px;
    font-weight: 600
}

.card__count {
    margin-left: auto;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #a8b7bc;
    margin-top: .35em
}

.card__icon {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px
}

.card_enter {
    background: -o-linear-gradient(120deg, #00a594 41.5%, #f60 42%);
    background: linear-gradient(-30deg, #00a594 41.5%, #f60 42%);
    position: relative;
    min-height: 370px
}

@media only screen and (max-width: 767px) {
    .card_enter {
        min-height: 320px
    }
}

.card_enter:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 278px;
    width: 252px;
    background: url(../img/card-enter.png) no-repeat 100% 100%/cover;
    z-index: 1
}

.card_enter .card__title {
    font-size: 1.5rem;
    color: #fff
}

.card_enter .card__txt {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.375
}

.card_enter .card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card_sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px
}

@media only screen and (max-width: 767px) {
    .card_sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 420px) {
    .card_sm {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.card_sm .btn {
    font-weight: 500
}

.card_sm .btn, .card_sm .btn:hover {
    background-color: #fff
}

.card_green {
    background-color: #00a594
}

.card_contact .card__txt a:hover, .card_green .btn {
    color: #00a594
}

.card_green .card__title {
    color: #fff
}

.card_orange {
    background-color: #f60
}

.card-link:hover .card-link__txt, .card_orange .btn, .card_staff-link:hover .card__title, .events-card__link.link-more:hover, .form__info b {
    color: #f60
}

.card_orange .card__title {
    color: #fff
}

.card_magazine {
    background: #00a594 url(../img/card-magazine.png) no-repeat 0 0/cover
}

.card_magazine-1 {
    background: #f60 url(../img/card-magazine-1.png) no-repeat 0 0/cover
}

.card_news {
    -webkit-box-shadow: 0 4px 20px rgba(10, 65, 61, .08);
    box-shadow: 0 4px 20px rgba(10, 65, 61, .08)
}

.card_news, .card_white {
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .card_contact {
        margin-bottom: 1rem;
        height: auto
    }
}

.card_contact .card__title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1em
}

@media only screen and (max-width: 979px) {
    .card_contact .card__title {
        font-size: 1.25rem;
        margin-bottom: .75em
    }
}

.card_contact .card__txt {
    font-size: .875rem;
    color: #030303;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 1em
}

.card_contact .card__txt a {
    color: #030303;
    text-decoration: none;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.card_staff {
    background-color: #fff;
    margin: 0 .625rem 1.25rem;
    height: auto;
    width: calc(33.33% - 20px)
}

@media only screen and (max-width: 979px) {
    .card_staff {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 767px) {
    .card_staff {
        width: 100%
    }
}

.card_staff .card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .card_staff .card__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card_staff .card__icon {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.card_staff .card__footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0 0
}

.card_staff .card__title {
    margin-bottom: 0
}

.card_staff-link {
    text-decoration: none;
    padding: 0;
    height: auto;
    margin-top: 1.5rem
}

.card_staff-link .card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card_staff-link .card__icon {
    width: 80px;
    height: 80px
}

.card_staff-link .card__title {
    margin: 0;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s
}

.card-link {
    padding: 8px 20px;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s;
    background-color: #fff;
    height: 83px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.card-link:hover {
    background-color: #f5f8f9
}

.card-link__info {
    font-size: 12px;
    color: #a8b7bc
}

.card-link__txt {
    padding: 8px 0;
    color: #464e51;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.form {
    background-color: #fff;
    padding: 20px
}

.form_round {
    border-radius: 10px
}

.form_shadow {
    -webkit-box-shadow: 0 5px 30px rgba(10, 65, 61, .2);
    box-shadow: 0 5px 30px rgba(10, 65, 61, .2)
}

.form_two-col {
    margin-right: -20px;
    padding-right: 40px
}

.form_two-col .form__btn {
    width: 208px
}

.form__info {
    margin-left: auto;
    font-weight: 600;
    font-size: 16px;
    color: #a8b7bc
}

@media only screen and (max-width: 767px) {
    .form__info {
        margin-left: 0;
        padding-top: 10px
    }
}

.form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .form__body_reset-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form__row {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 979px) {
    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.form__row:last-of-type {
    margin-bottom: 0
}

.form__row_gap {
    padding: 20px 0
}

.form__row_valign-cntr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    padding: 0 10px
}

.form__col:first-of-type {
    padding-left: 0
}

.form__col:last-of-type {
    padding-right: 0
}

.form__col_4 {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3)
}

.form__col_4:not(:nth-child(3n)) {
    padding-right: 10px
}

.form__col_6 {
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2)
}

.form__col_8 {
    -ms-flex-preferred-size: calc(100% / 1.5);
    flex-basis: calc(100% / 1.5);
    max-width: calc(100% / 1.5)
}

.form__col_sm {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%
}

@media only screen and (max-width: 979px) {
    .form__col_reset-tablet {
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem
    }

    .form__col_reset-tablet:last-of-type {
        margin-bottom: 0
    }

    .form__col_reset-tablet:not(:nth-child(3n)) {
        padding-right: 0
    }

    .form__col_half-tablet {
        padding: 0 10px 0 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .form__col_half-tablet:last-child {
        padding: 0 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .form__col_reset-mobile {
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 1rem
    }

    .form__col_reset-mobile:last-of-type {
        margin-bottom: 0;
        padding-left: 0
    }

    .form__col_reset-mobile:not(:nth-child(3n)) {
        padding-right: 0
    }
}

.form__btn {
    width: 100%;
    height: 48px
}

.form__btn:disabled {
    cursor: default;
    opacity: .6;
    pointer-events: none
}

.form__title {
    color: #030303;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2
}

@media only screen and (max-width: 767px) {
    .form__title {
        font-size: 1.2rem
    }
}

.form__title_mrg-bot {
    margin-bottom: .6em
}

@media only screen and (max-width: 767px) {
    .form__title_mrg-bot {
        margin-bottom: .25em
    }
}

.form__subtitle {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: #030303
}

.form__txt {
    color: #758084;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.33
}

.events-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    margin: 0 10px;
    background: #fff url(../img/temp-events.png) no-repeat 50% 0/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.events-wrap .events-card {
    margin-bottom: 20px
}

.events-card_inverse {
    color: #464e51;
    background: #fff
}

.events-card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.events-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    padding: 10px 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.events-card__body {
    padding: 0 20px 20px
}

.events-card__data-num {
    font-size: 32px
}

.events-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    margin-left: 8px
}

.events-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.33
}

.events-card__footer {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.events-card__location {
    font-size: 12px;
    position: relative;
    padding-left: 16px;
    color: #a8b7bc;
    margin-bottom: 15px
}

.events-card__location:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 8px;
    height: 10px;
    background: url(../img/ico-event-location.svg) no-repeat
}

.events-card__link.link-more {
    color: #00a594;
    font-weight: 500;
    font-size: 14px
}

.js-Dropdown {
    font-size: 14px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%
}

.js-Dropdown-list, .js-Dropdown-title {
    border: 2px solid #e8eff2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.js-Dropdown-title {
    background: 0 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #464e51;
    font-family: "Montserrat", sans-serif;
    outline: 0;
    border-radius: 5px;
    height: 48px;
    padding: 1em;
    position: relative
}

.js-Dropdown-title:after {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 1em;
    top: calc(50% - 3px);
    width: 11px;
    background: url(../img/ico-drop-down.svg) no-repeat 50% 50%/contain
}

.js-Dropdown-list {
    background: #fff;
    border-top: none;
    display: none;
    height: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    z-index: 999;
    border-radius: 0 0 5px 5px;
    padding: .5em 20px .25em;
    top: calc(100% - 5px)
}

.js-Dropdown-list.is-open {
    display: block;
    height: auto;
    opacity: 1
}

.js-Dropdown-list li {
    border-bottom: 1px solid #e8eff2;
    cursor: pointer;
    padding: 10px 0;
    color: #a8b7bc;
    font-size: 14px
}

.js-Dropdown-list li:last-of-type {
    border-bottom: none
}

.foto-block .link-more:hover, .js-Dropdown-list li.is-selected, .js-Dropdown-list li:hover, .partner:hover .partner__title {
    color: #f60
}

.foto-block {
    padding-top: 60px
}

@media only screen and (max-width: 767px) {
    .foto-block {
        padding-top: 30px
    }
}

.foto-block .link-more {
    color: #a8b7bc
}

.foto-block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.foto-block img, .foto-block__item {
    max-width: 100%;
    border-radius: 5px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__img, .about__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%
}

.about__info {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__btn {
    margin-top: auto;
    max-width: 204px
}

.about .section-title {
    margin-bottom: 20px
}

.route {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    text-decoration: none
}

@media only screen and (max-width: 979px) {
    .route {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .route {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.route__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 72px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.route__icon_med {
    background-color: #f13012
}

.route__icon_build {
    background-color: #eb7c1d
}

.route__icon_ped {
    background-color: #3fbfb2
}

.route__icon_guide {
    background-color: #c1337e
}

.route__icon_farm {
    background-color: #2559b2
}

.route__icon_service {
    background-color: #ab5555
}

.route__icon_profile {
    background-color: #0db2c4
}

.route__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 72px);
    flex: 0 0 calc(100% - 72px);
    padding-left: 20px
}

.route__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: .55em;
    color: #030303
}

@media only screen and (max-width: 767px) {
    .route__title {
        font-size: 16px;
        line-height: 1.2
    }
}

.route__par {
    color: #464e51;
    font-size: 12px;
    line-height: 1.2
}

.partner {
    color: #5b5b5b;
    text-decoration: none
}

.partner__logo {
    height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.partner__logo img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 96px
}

.partner__title {
    color: #5b5b5b;
    font-size: .75rem;
    line-height: 1.2;
    padding-top: 10px;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s
}

#partner-block .swiper__button-next, #partner-block .swiper__button-prev {
    top: 29px
}

.employer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .employer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.employer__col {
    width: 50%
}

@media only screen and (max-width: 767px) {
    .employer__col {
        width: 100%
    }
}

.employer__title {
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 1.33em;
    line-height: 1.23
}

@media only screen and (max-width: 767px) {
    .employer__title {
        font-size: 1.5rem;
        margin-bottom: .85em
    }
}

.employer__par {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1em
}

.b-staff__body p:last-of-type, .employer__par:last-of-type {
    margin-bottom: 0
}

.employer__btn {
    height: 3rem;
    margin-top: 40px;
    padding: .5rem 2rem;
    font-size: .875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #f60;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    font-weight: 500;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s
}

@media only screen and (max-width: 767px) {
    .employer__btn {
        margin-top: 20px;
        margin-bottom: 40px
    }
}

.employer__btn:hover {
    background-color: #f0f0f0
}

.employer__form {
    width: calc(33.3% - 10px);
    margin-left: auto
}

@media only screen and (max-width: 979px) {
    .employer__form {
        width: 48%
    }
}

@media only screen and (max-width: 767px) {
    .employer__form {
        width: 100%
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media only screen and (max-width: 979px) {
    .breadcrumbs {
        overflow-y: auto
    }
}

.breadcrumbs__item {
    font-weight: 500;
    font-size: .75rem;
    color: #a8b7bc;
    position: relative;
    padding: 0 1em 0 .5rem;
    text-decoration: none;
    white-space: nowrap
}

.breadcrumbs__item:last-child {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.breadcrumbs__item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    border-radius: 50%;
    background-color: #a8b7bc
}

.breadcrumbs__item:first-child {
    padding-left: 0
}

.breadcrumbs__item:last-child {
    padding-right: 0;
    color: #c7d6dc
}

.breadcrumbs__item:last-child:after {
    display: none
}

.user-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media only screen and (max-width: 420px) {
    .user-card {
        margin-bottom: 30px
    }
}

.user-card__avatar {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 420px) {
    .user-card__avatar {
        width: 76px;
        height: 76px
    }
}

.user-card__body {
    margin-left: 16px
}

.user-card__title {
    color: #030303;
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 600
}

@media screen and (max-width: 340px) {
    .user-card__title {
        font-size: 1rem
    }
}

.user-card__desc {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    color: #a8b7bc;
    margin-top: 1rem
}

@media only screen and (max-width: 420px) {
    .user-card__desc {
        margin-top: .65rem
    }
}

.user-card__link {
    text-decoration: none;
    color: #030303;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 32px;
    position: relative;
    display: block;
    margin-top: 1rem;
    line-height: 1.5rem;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

@media only screen and (max-width: 420px) {
    .user-card__link {
        margin-top: .75rem
    }
}

@media screen and (max-width: 340px) {
    .user-card__link {
        font-size: .85rem;
    }
}

.user-card__link:hover {
    color: #00a594
}

.user-card__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem
}

.user-card__link_phone:before {
    background: url(../img/ico-phone.svg) no-repeat 50% 50%/contain
}

.user-card__link_email:before {
    background: url(../img/ico-email.svg) no-repeat 50% 50%/contain
}

.user-card_no-mrg {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .user-card_no-mrg {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .user-card_last {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .user-card_last {
        margin: 0
    }

    .b-staff__contact-wrap {
        overflow: hidden
    }
}

.b-staff__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.25rem
}

@media only screen and (max-width: 420px) {
    .b-staff__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2rem
    }
}

.b-staff__logo {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media only screen and (max-width: 767px) {
    .b-staff__logo {
        margin-right: 1rem
    }
}

@media only screen and (max-width: 420px) {
    .b-staff__logo {
        margin: 0 0 1rem
    }
}

.b-staff__logo img {
    width: 164px;
    height: 164px;
    border-radius: 50%
}

@media only screen and (max-width: 767px) {
    .b-staff__logo img {
        width: 140px;
        height: 140px
    }
}

.b-staff__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #464e51;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 767px) {
    .b-staff__contact {
        margin-bottom: 1rem
    }
}

.b-staff__contact:last-child {
    margin-bottom: 0
}

.b-staff__contact-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1.5rem
}

@media only screen and (max-width: 767px) {
    .b-staff__contact-icon {
        margin-right: 1rem
    }
}

.b-staff__title {
    color: #030303;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.22;
    margin-bottom: 1em
}

.b-staff__body {
    margin-bottom: 2.25rem
}

.b-staff__body p {
    color: #758084;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 1em
}

.b-staff__list {
    list-style: none
}

@media only screen and (max-width: 1024px) {
    .b-staff__list {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width: 767px) {
    .b-staff__list {
        margin-bottom: 0
    }
}

.b-staff__list-item {
    font-size: .875rem;
    color: #464e51;
    padding-left: 1.125rem;
    position: relative;
    margin-bottom: 1.5em
}

.b-staff__list-item:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .b-staff__list-item:last-of-type {
        margin-bottom: 1.5rem
    }
}

.b-staff__list-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.b-staff__list-item_red:before {
    background-color: #f13012
}

.b-staff__list-item_orange:before {
    background-color: #eb7c1d
}

.b-staff__list-item_green:before {
    background-color: #3fbfb2
}

.b-staff__list-item_d-red:before {
    background-color: #c1337e
}

.b-staff__list-item_d-blue:before {
    background-color: #2559b2
}

.b-staff__list-item_l-blue:before {
    background-color: #0db2c4
}

.staff-direction {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(10, 65, 61, .1);
    box-shadow: 0 10px 30px rgba(10, 65, 61, .1);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.staff-direction .route, .staff-direction__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.staff-direction__title {
    font-weight: 600;
    color: #030303;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: .8em
}

@media only screen and (max-width: 767px) {
    .staff-direction__title {
        font-size: 1.25rem
    }
}

.staff-direction .route {
    margin-bottom: 20px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .staff-direction .route {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width: 767px) {
    .staff-direction .route {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.staff-direction .route__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    height: 3rem
}

.staff-direction .route__title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    color: #758084
}

@media only screen and (max-width: 420px) {
    .staff-direction .route__title {
        font-size: .85rem
    }

    .staff-direction .route__body {
        padding-left: 1rem
    }
}

.b-about.section {
    padding-bottom: 0
}

.b-about.section_l-blue {
    padding: 3rem 0
}

@media only screen and (max-width: 979px) {
    .b-about.section_l-blue {
        padding: 30px 0
    }
}

.b-about.section_l-blue .btn {
    width: auto;
    height: 3rem;
    padding: 0 2.3em
}

.b-about.section_l-blue .par {
    font-size: 14px;
    line-height: 1.55
}

.b-about .par {
    color: #464e51;
    font-size: 1rem;
    line-height: 1.375
}

.b-about__img {
    max-width: 440px;
    float: right
}

@media only screen and (max-width: 979px) {
    .b-about__img {
        max-width: 100%
    }
}

.b-about__map {
    margin: 40px 0
}

@media only screen and (max-width: 767px) {
    .b-about__map {
        display: none
    }
}

.b-about__par {
    padding-bottom: 2em
}

@media only screen and (max-width: 979px) {
    .b-about .col_6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.icon-box__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00a594
}

.icon-box__txt {
    margin-top: 1.4em;
    color: #030303;
    font-size: .875rem
}

.col_md-6 .icon-box {
    margin-bottom: 60px
}

@media only screen and (max-width: 979px) {
    .col_md-6 .icon-box {
        margin-bottom: 20px
    }
}

.banner {
    background-color: #00a594;
    border-radius: 0 10px 10px 0;
    color: #fff;
    padding: 26px 20px;
    height: 363px;
    position: relative
}

@media only screen and (max-width: 979px) {
    .banner {
        border-radius: 0
    }
}

.banner:before {
    content: '';
    position: absolute;
    right: -1rem;
    bottom: 0;
    height: 248px;
    width: 240px;
    background: url(../img/card-enter.png) no-repeat 100% 100%/cover;
    z-index: 1
}

.banner__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    position: relative;
    z-index: 10
}

.banner__par {
    font-size: .75rem;
    position: relative;
    z-index: 10
}

.banner__soc-block, .banner__soc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner__soc-block {
    margin: 1rem 0 2.5rem;
    position: relative;
    z-index: 10
}

.banner__soc-icon {
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: background-color ease .33s;
    -o-transition: background-color ease .33s;
    transition: background-color ease .33s
}

.banner__btn, .banner__soc-icon:hover {
    background-color: #fff
}

.banner__soc-icon:hover svg, .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f60
}

.banner__soc-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px
}

.banner__btn {
    color: #00a594;
    width: 156px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    margin-top: 1rem;
    font-size: .75rem;
    font-weight: 500;
    position: relative;
    z-index: 10;
    -webkit-transition: -webkit-box-shadow ease .33s;
    -o-transition: box-shadow ease .33s;
    transition: box-shadow ease .33s;
    transition: box-shadow ease .33s, -webkit-box-shadow ease .33s;
    padding: 0
}

.banner__btn:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 979px) {
    .feedback {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.feedback__col_form {
    -ms-flex-preferred-size: calc(100% / 1.5);
    flex-basis: calc(100% / 1.5);
    max-width: calc(100% / 1.5)
}

@media only screen and (max-width: 767px) {
    .feedback__col_form {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.feedback__col_banner {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3)
}

@media only screen and (max-width: 767px) {
    .feedback__col_banner {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.feedback__col .form {
    height: 100%;
    border-radius: 10px 0 0 10px;
    padding-right: 40px
}

@media only screen and (max-width: 979px) {
    .feedback__col .form {
        border-radius: 0
    }
}

@media only screen and (max-width: 767px) {
    .feedback__col .form {
        padding-right: 20px
    }
}

.feedback__col .form .form__btn {
    width: 204px
}

@media only screen and (max-width: 420px) {
    .feedback__col .form .form__btn {
        width: 100%
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.pagination__item {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 420px) {
    .pagination__item {
        width: 32px;
        height: 32px;
        margin-right: .6rem
    }
}

.pagination__item:last-of-type {
    margin-right: 0
}

.pagination__item.disabled {
    pointer-events: none
}

.pagination__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #00a594;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    -webkit-transition: all ease .33s;
    -o-transition: all ease .33s;
    transition: all ease .33s;
    height: 100%;
    cursor: pointer;
    outline: 0
}

.pagination__item a:hover {
    color: #f60;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination__item a:hover .pagination__arrow {
    stroke: #f60
}

.pagination__item.active a, .pagination__item.disabled a {
    background-color: #00a594;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination__item.disabled a {
    cursor: default;
    background-color: #e9e9e9
}

.pagination li:first-of-type, .pagination li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    -webkit-transition: all ease .33s;
    -o-transition: all ease .33s;
    transition: all ease .33s;
    cursor: pointer;
    outline: 0;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

@media only screen and (max-width: 420px) {
    .pagination li:first-of-type, .pagination li:last-of-type {
        width: 32px;
        height: 32px;
        margin-right: .6rem
    }
}

.pagination li:first-of-type:before, .pagination li:last-of-type:before {
    content: '';
    position: absolute;
    top: calc(50% - 8.5px);
    left: calc(50% - 3.5px);
    width: 7px;
    height: 17px;
    background: url(../img/arrow.svg) no-repeat 50% 50%/contain
}

.pagination li:first-of-type.disabled, .pagination li:last-of-type.disabled {
    cursor: default;
    background-color: #e9e9e9;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination li:first-of-type.disabled:before, .pagination li:last-of-type.disabled:before {
    background-image: url(../img/arrow_disable.svg)
}

.pagination li:first-of-type.disabled a, .pagination li:last-of-type.disabled a {
    cursor: default !important
}

.pagination li:first-of-type:last-of-type, .pagination li:last-of-type:last-of-type {
    margin-right: 0
}

.pagination li:first-of-type:last-of-type:before, .pagination li:last-of-type:last-of-type:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination li:first-of-type a, .pagination li:last-of-type a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    z-index: 10
}

.popup {
    background-color: #fff;
    max-width: 532px;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .popup {
        padding: 32px 20px
    }
}

.popup .form {
    padding: 0
}

.popup .form__btn {
    width: auto;
    min-width: 160px
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    background: url(../img/ico-close.svg) no-repeat 50% 50%/contain;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform ease-in-out .33s;
    -o-transition: transform ease-in-out .33s;
    transition: transform ease-in-out .33s;
    transition: transform ease-in-out .33s, -webkit-transform ease-in-out .33s
}

.popup__close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%
}

.popup__icon {
    width: 72px;
    height: 72px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .popup__icon {
        width: 60px;
        height: 60px
    }
}

@media only screen and (max-width: 420px) {
    .popup__icon {
        width: 48px;
        height: 48px
    }
}

.popup__body {
    padding: 40px 0
}

@media only screen and (max-width: 767px) {
    .popup__body {
        padding: 20px 0 30px
    }
}

.popup__body p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    color: #758084
}

.popup__footer .btn {
    height: 3rem;
    min-width: 148px
}

@media only screen and (max-width: 420px) {
    .popup__footer .btn {
        width: 100%
    }
}

.popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(70, 78, 81, .8);
    z-index: 100
}

.tabs {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .tabs {
        overflow-y: auto
    }
}

.tabs__item {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    outline: 0;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1.2;
    color: #758084;
    padding: .5em 0 1em;
    cursor: pointer;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    position: relative;
    text-decoration: none;
    border: 0;
    background: 0 0
}

.tabs__item:not(:first-of-type) {
    margin-left: 2.5em
}

@media only screen and (max-width: 767px) {
    .tabs__item:not(:first-of-type) {
        margin-left: 1.5em
    }

    .tabs__item:last-of-type {
        margin-right: 1.5em
    }
}

.tabs__item:hover, .tabs__item_active {
    color: #030303
}

.tabs__active-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #00a594;
    -webkit-transition: width .4s ease, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, width .4s ease;
    transition: transform .4s ease, width .4s ease;
    transition: transform .4s ease, width .4s ease, -webkit-transform .4s ease
}

.tab-content {
    padding: 40px 0;
    display: none
}

.tab-content.is-show {
    display: block
}

.history-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .history-block__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.history-block__avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.history-block__data {
    padding-left: 20px
}

@media only screen and (max-width: 767px) {
    .history-block__data {
        padding-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-top: 1rem
    }
}

.history-block__title {
    color: #030303;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.3
}

.history-block__notes {
    font-weight: 500;
    color: #a8b7bc;
    font-size: .75rem;
    line-height: 2em;
    margin-top: 1.66em
}

.history-block__par {
    font-style: italic;
    font-size: .75rem;
    line-height: 1.5;
    color: #030303;
    margin-bottom: 1.5em
}

.history-block__par:last-of-type {
    margin-bottom: 0
}

.b-history {
    padding-left: 92px;
    position: relative;
    padding-bottom: 2rem;
    min-height: 72px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media only screen and (max-width: 767px) {
    .b-history {
        padding-left: 60px
    }
}

.b-history:before {
    content: '';
    position: absolute;
    left: 35px;
    width: 2px;
    height: 100%;
    background-color: #c7d6dc;
    top: 0;
    z-index: 10
}

@media only screen and (max-width: 767px) {
    .b-history:before {
        left: 23px
    }
}

.b-history_last:before {
    display: none
}

.b-history__date {
    position: absolute;
    top: -5px;
    z-index: 11;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #00a594;
    font-weight: 600;
    font-size: 1.125rem;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    left: 0;
    white-space: nowrap
}

@media only screen and (max-width: 767px) {
    .b-history__date {
        width: 48px;
        height: 48px;
        font-size: .9rem
    }
}

.b-history__par {
    color: #464e51;
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: 1.3em
}

.b-history__par:last-of-type {
    padding-bottom: 0
}

.b-history__par b {
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .b-history-img {
        margin-bottom: 20px !important
    }

    .b-history-img_top {
        margin-top: 20px !important
    }
}

.doc, .doc__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.doc__link {
    width: 100%;
    padding: 20px 20px 20px 72px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #c7d6dc;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .doc__link {
        padding: 10px 10px 10px 60px
    }
}

.doc__link:last-of-type {
    margin-bottom: 0
}

.doc__link:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    left: 20px;
    top: 25px;
    background: url(../img/ico-doc.svg) no-repeat 50% 50%/contain
}

@media only screen and (max-width: 767px) {
    .doc__link:before {
        top: 15px;
        left: 10px
    }
}

.doc__link:hover {
    background-color: #fff
}

.b-obh__body a, .doc__link:hover .doc__link-title {
    color: #f60
}

.doc__link-title {
    color: #00a594;
    font-weight: 500;
    line-height: 1.3;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

@media only screen and (max-width: 767px) {
    .doc__link-title {
        font-size: .85rem
    }
}

.doc__link_notes {
    font-weight: 500;
    font-size: .75rem;
    color: #a8b7bc;
    padding-top: 5px
}

.b-obh {
    padding: 20px 40px 0 20px;
    border-radius: 10px;
    border: 1px solid #c7d6dc;
    -webkit-transition: all ease .33s;
    -o-transition: all ease .33s;
    transition: all ease .33s;
    overflow: hidden;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .b-obh {
        padding-right: 20px
    }
}

.b-obh:last-of-type {
    margin-bottom: 0
}

.b-obh:hover {
    -webkit-box-shadow: 0 4px 20px rgba(10, 65, 61, .08);
    box-shadow: 0 4px 20px rgba(10, 65, 61, .08);
    border-color: transparent
}

.b-obh__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .b-obh__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-obh__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    height: 146px;
    overflow: hidden;
    border-radius: 10px
}

@media only screen and (max-width: 767px) {
    .b-obh__img {
        height: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.b-obh__data {
    padding-left: 40px
}

@media only screen and (max-width: 979px) {
    .b-obh__data {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .b-obh__data {
        padding: 1rem 0 0
    }
}

.b-obh__title {
    color: #464e51;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.125em
}

@media only screen and (max-width: 767px) {
    .b-obh__title {
        font-size: 1rem;
        margin-bottom: 1em
    }
}

.b-obh__body {
    max-height: 0;
    -webkit-transition: max-height ease-in-out .4s;
    -o-transition: max-height ease-in-out .4s;
    transition: max-height ease-in-out .4s
}

.is-open .b-obh__body {
    max-height: unset
}

.b-obh__body p {
    color: #464e51;
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 1.4em;
    line-height: 1.5
}

.b-obh__body blockquote {
    font-style: italic;
    padding-left: 1em;
    border-left: 1px solid #464e51
}

.b-obh__body blockquote:not(:last-child) {
    margin-bottom: 1.4em
}

.b-obh__body blockquote p:last-child {
    padding-bottom: 0
}

.b-obh__body strong {
    font-weight: 700
}

.b-obh__body ul:not(:last-child) {
    margin-bottom: 1.25em
}

.b-obh__body ul li {
    position: relative;
    padding-left: 1.25em;
    line-height: 1.3;
    color: #464e51
}

.b-obh__body ul li:not(:last-child) {
    padding-bottom: 1.25em
}

.b-obh__body ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #f60
}

.b-obh__link {
    color: #a8b7bc;
    font-size: .875rem;
    font-weight: 600;
    margin: 20px 0;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s;
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media only screen and (max-width: 979px) {
    .b-obh__link {
        margin: 10px 0
    }
}

.b-obh__link:hover, .gallery-card:hover .gallery-card__title {
    color: #f60
}

.b-obh__link:after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid transparent;
    border-left-color: inherit;
    border-bottom-color: inherit;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px;
    margin-top: 2px
}

.is-open .b-obh__link:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 7px
}

.b-obh__data .b-obh__link {
    margin-bottom: 0
}

.gallery-card {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem
}

@media only screen and (max-width: 979px) {
    .gallery-card {
        margin-bottom: 2rem
    }
}

.gallery-card:hover .gallery-card__img {
    color: #f60;
    opacity: .7
}

.gallery-card__img {
    border-radius: 10px;
    -webkit-transition: opacity ease .33s;
    -o-transition: opacity ease .33s;
    transition: opacity ease .33s;
    margin-bottom: 26px;
    position: relative;
    display: block
}

.gallery-card__img img {
    position: relative;
    z-index: 100;
    border-radius: 10px;
    width: 100%
}

.gallery-card__img:after, .gallery-card__img:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    bottom: -8px;
    border-radius: 10px;
    background-color: #c7d6dc;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-card__img:after {
    width: calc(100% - 32px);
    bottom: -16px;
    background-color: #e8eff2;
    z-index: 1
}

.gallery-card__title {
    font-weight: 600;
    font-size: .875rem;
    color: #030303;
    -webkit-transition: color ease .33s;
    -o-transition: color ease .33s;
    transition: color ease .33s;
    line-height: 1.25
}

.album-card {
    padding-bottom: 20px;
    height: 220px;
    text-decoration: none;
    display: block
}

.album-card__img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mobile-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 50px);
    position: fixed;
    right: 0;
    top: 50px;
    width: 300px;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform ease-in-out .33s;
    -o-transition: transform ease-in-out .33s;
    transition: transform ease-in-out .33s;
    transition: transform ease-in-out .33s, -webkit-transform ease-in-out .33s;
    z-index: 101;
    will-change: transform;
    overflow: auto
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.mobile-menu.is-open, .mobile-menu_sub.is-active:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mobile-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.mobile-menu__link, .mobile-menu__nav a {
    text-decoration: none
}

.mobile-menu__link {
    padding: 10px 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: .875rem;
    color: #030303;
    line-height: 1.3;
    display: block
}

.mobile-menu__link_sub {
    background-color: #f5f8f9;
    color: #758084
}

.mobile-menu__sub-wrap {
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: height ease-in-out .33s, opacity ease-out .2s;
    -o-transition: height ease-in-out .33s, opacity ease-out .2s;
    transition: height ease-in-out .33s, opacity ease-out .2s;
    will-change: height;
    opacity: 0;
    pointer-events: none
}

.mobile-menu__sub-wrap.is-open {
    height: 114px;
    opacity: 1;
    pointer-events: auto
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i, .mobile-menu_sub {
    position: relative
}

.mobile-menu_sub:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 80px;
    background: url(../img/ico-sub-menu.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 4px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s
}

.mobile-menu_sub.is-active {
    color: #f60
}

.mobile-menu__search {
    padding: 20px 30px 10px
}

.mobile-menu__search .header__search {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0
}

.mobile-menu .header__phone {
    display: block;
    margin: 0;
    padding: 10px 30px
}

.mobile-menu .header__btn, .mobile-menu__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-menu .header__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin: 10px 30px
}

.mobile-menu__icons {
    padding: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu__icons .header__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 20px 0 0
}

.skeleton-banner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto
}

@media only screen and (max-width: 420px) {
    .skeleton-banner {
        height: 200px
    }
}

.skeleton-banner__wrapper {
    position: relative;
    height: 0;
    padding-top: 36.6%
}

@media only screen and (max-width: 420px) {
    .skeleton-banner__wrapper {
        height: 100%;
        padding-top: 0
    }
}

.skeleton-banner__item {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e5e5e5
}

.skeleton-banner__item:after {
    content: '';
    display: block;
    height: 100%;
    background-image: -o-linear-gradient(330deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
    background-image: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-animation: load 2s infinite;
    animation: load 2s infinite
}

.flatpickr-calendar {
    font-family: "Montserrat", sans-serif;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus, .flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: #000;
    fill: #000;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 0;
    margin-bottom: 12px
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 14px);
    height: 28px;
    width: 28px;
    padding: 0 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.disabled, .flatpickr-months .flatpickr-prev-month.disabled, .swiper-button-next.swiper-button-disabled:after, .swiper-button-prev.swiper-button-disabled:after {
    display: none
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
    color: #f60
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
    width: 12px;
    height: 12px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    -o-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.flatpickr-current-month span.cur-month:hover, .numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: .875rem;
    font-weight: 600;
    color: inherit;
    padding: 6.16px 0 0;
    line-height: 1.25;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 12px;
    background: 0 0;
    color: #a8b7bc;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer, .flatpickr-day {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    min-width: 307.875px;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    width: 307.875px;
    max-width: 307.875px;
    -ms-flex-pack: justify;
    justify-content: space-around
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #464e51;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e8eff2;
    border-color: #e8eff2
}

.flatpickr-day.today {
    border-color: transparent;
    color: #f60
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    border-color: #00a594;
    background: #00a594;
    color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #00a594;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #00a594
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    background: 0 0;
    border-color: transparent
}

.flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    cursor: default;
    border: 0
}

.flatpickr-innerContainer, .flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-innerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    display: block
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time, .flatpickr-time input {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    outline: 0;
    display: block;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    line-height: 40px
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
    background: #f3f3f3
}

.flatpickr-input[readonly] {
    cursor: pointer
}

.swiper-button-next, .swiper-button-prev {
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #f5f8f9;
    right: 0;
    width: 30px
}

.swiper-button-prev {
    right: auto;
    left: 0
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    width: 12px;
    height: 40px;
    background: url(../img/swiper-arrow.svg) no-repeat;
    right: 0
}

.swiper-button-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper__button-prev {
    left: 5px;
    right: auto
}

.swiper__button-next, .swiper__button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    outline-color: rgba(0, 165, 148, .7)
}

.swiper__button-next:focus, .swiper__button-prev:focus {
    border-color: rgba(0, 165, 148, .7)
}

@media only screen and (max-width: 979px) {
    .swiper__button-next, .swiper__button-prev {
        opacity: .6
    }

    .swiper__button-next:hover, .swiper__button-prev:hover {
        opacity: 1
    }
}

.swiper__button-next:before, .swiper__button-prev:before {
    content: '';
    position: absolute;
    background: url(../img/icon-swiper-next.svg) no-repeat 50% 50%/5px 15px;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper__button-next.swiper-button-disabled, .swiper__button-prev.swiper-button-disabled {
    opacity: 0
}

#hero .swiper__button-prev {
    width: 64px;
    height: 64px;
    left: 20px
}

#hero .swiper__button-next {
    width: 64px;
    height: 64px
}

@media only screen and (max-width: 767px) {
    #hero .swiper__button-next, #hero .swiper__button-prev {
        width: 30px;
        height: 30px;
        left: 10px
    }
}

#hero .swiper__button-next:before, #hero .swiper__button-prev:before {
    background: url(../img/icon-swiper.svg) no-repeat 50% 50%/8px 24px
}

@media only screen and (max-width: 767px) {
    #hero .swiper__button-next:before, #hero .swiper__button-prev:before {
        background-size: 4px 12px
    }
}

.swiper__button-next {
    left: auto;
    right: 5px
}

#hero .swiper__button-next {
    right: 20px;
    left: auto
}

@media only screen and (max-width: 767px) {
    #hero .swiper__button-next {
        right: 10px
    }
}

.swiper__button-next:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.gap-t {
    margin-top: 1.25rem
}

.gap-t_mid {
    margin-top: 2rem
}

.gap-t_xl {
    margin-top: 2.5rem
}

@media only screen and (max-width: 979px) {
    .gap-t_xl {
        margin-top: 1.5rem
    }
}

#hero.swiper-container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0
}

#hero.swiper-container .swiper-slide {
    text-align: center
}

#hero.swiper-container .swiper-slide img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width: 420px) {
    #hero.swiper-container .swiper-slide img {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width: 767px) {
    .gap_mbl {
        margin-top: 20px
    }
}

.rel-block {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative
}

.wrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wp-block-image img {
    margin: 20px 0
}

@media only screen and (max-width: 767px) {
    .wp-block-image img {
        margin: 12px 0
    }
}