body,
html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0 auto;
    min-width: 1260px;
    position: relative;
    font: normal 16px roboto, Arial, serif;
    line-height: 1.6;
    color: #142642;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 780px) {
    body {
        padding: 100px 0 0 0;
        min-width: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
ol,
output,
q,
ruby,
s,
samp,
section,
span,
strong,
summary,
time,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
.h1,
h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 40px;
    text-align: left;
    font-weight: 900;
    color: #142642;
    line-height: 1.3;
}
.h2,
h2 {
    margin: 0 0 29px 0;
    padding: 0;
    font-size: 54px;
    font-weight: 900;
    color: #142642;
    line-height: 1.3;
}
.h3,
h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    color: #142642;
}
h4,
h5,
h6 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    color: #142642;
}
@media only screen and (max-width: 780px) {
    .h2,
    h2 {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 42px;
    }
    .mob-hide {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .h3,
    h3 {
        font-size: 24px;
        line-height: 1.3;
    }
    .form-appeal__h3 {
        font-size: 24px;
    }
}
p {
    margin: 0 0 20px 0;
    padding: 0;
}
.t-small,
small {
    font-size: 80%;
}
.t-bigger {
    font-size: 125%;
    line-height: 1.3;
}
svg {
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
    -o-transition: fill 0.3s ease, stroke 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
a {
    color: #142642;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #cc193d;
}
.link_dashed {
    text-decoration: none;
    border-bottom: 1px dashed #142642;
}
.bx-no-touch .link_dashed:hover {
    text-decoration: none;
}
a:not([class]) {
    text-decoration: underline;
}
.bx-no-touch a:not([class]):hover {
    text-decoration: none;
}
b,
strong {
    font-weight: 700;
}
img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: middle;
    border: none;
}
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    margin: 0;
    padding: 0;
}
table tr td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-main ul:not([class]),
ul.list {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.section-main ul:not([class]) li,
ul.list li {
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.section-main ul:not([class]) li:after,
ul.list li:after {
    content: "\2014";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.section-main ul:not([class]) li ul,
ul.list li ul {
    margin: 16px 0 0 0;
    padding: 0;
}
.section-main ul:not([class]) li ul li,
ul.list li ul li {
    margin: 0 0 8px 0;
    padding: 0 0 0 16px;
}
.section-main ol:not([class]),
ol.list {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    counter-reset: list;
}
.section-main ol:not([class]) li,
ol.list li {
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.section-main ol:not([class]) li ol,
ol.list li ol {
    margin: 16px 0 0 0;
    padding: 0;
}
.section-main ol:not([class]) li ol li,
ol.list li ol li {
    margin: 0 0 8px 0;
    padding: 0 0 0 36px;
}
.section-main ol:not([class]) li:before,
ol.list li:before {
    content: counters(list, ".");
    counter-increment: list;
    width: 18px;
    position: absolute;
    font-size: 14px;
    top: 2px;
    left: 0;
    font-weight: 700;
    color: #142642;
    background: 0 0;
}
.blockquote,
blockquote {
    margin: 30px -40px;
    padding: 30px 80px 45px 80px;
    width: auto;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
}
.blockquote:before,
blockquote:before {
    content: "";
    width: 90px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 40px;
    background: #cc193d;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
q:after,
q:before {
    content: "";
    content: none;
}
@media only screen and (max-width: 780px) {
    .blockquote,
    blockquote {
        margin: 30px -20px;
        padding: 30px 40px 45px 40px;
    }
}
.text-incut {
    padding: 7px 30px 0 30px;
    margin-bottom: 33px;
    position: relative;
    font-size: 15px;
}
.text-incut:after {
    content: "";
    width: 5px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    background: #b58e46;
}
.text-incut__h {
    margin-bottom: 20px;
    font-weight: 700;
}
.section-main img[align="left"] {
    margin: 0 15px 5px 0;
    float: left;
}
.section-main img[align="right"] {
    margin: 0 15px 5px 0;
    float: right;
}
.img_left {
    margin: 0 15px 5px 0;
    float: left;
}
.img_right {
    margin: 0 0 5px 15px;
    float: right;
}
.holder-picture {
    margin: 0 auto 18px auto;
    width: 1%;
    display: table;
}
.holder-picture-img {
    margin: 0 0 14px 0;
    display: inline-block;
}
.holder-picture-img img {
    max-width: 500px;
}
.holder-picture .holder-picture-descr {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 1.3;
}
.holder-picture_left {
    margin: 0 20px 20px 0;
    float: left;
}
.holder-picture_right {
    margin: 0 20px 20px 0;
    float: right;
}
.phone-number,
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.bx-no-touch .phone-number:hover,
.bx-no-touch a[href^="tel:"]:hover {
    text-decoration: none;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.f-none {
    float: none;
}
.req {
    color: #cc193d;
}
.is-show {
    display: block;
}
.is-hidden {
    display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.wrap-about-employee-photos {
    padding: 65px 0 80px 0;
    margin-bottom: 90px;
    background: #142642;
}
.wrap-about-employee-photos {
    margin-bottom: 0;
}
.wrap-about-employee-photos .wrap-media-list-pane,
.wrap-about-employee-photos .wrap-news-pane_pres {
    margin-bottom: 0;
}
.about-employee-photos {
    margin: 0 auto;
}
.about-employee-photos-h {
    padding-bottom: 25px;
    margin: 0 auto;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.about-employee-photos-h h3 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tabs-pane-header.about-employee-photos-h-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.about-employee-photos-h-toolbar-item {
    margin-left: 15px;
}
.about-employee-photos-h-toolbar-item_act .btn_border-red {
    color: #fff;
    background: #cc193d;
}
.about-employee-photos-sliders {
    padding-top: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap-about-employee-photos-slider {
    width: auto;
    min-width: 550px;
    max-width: 950px;
    position: relative;
}
.about-employee-photos-slider__next,
.about-employee-photos-slider__prev {
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about-employee-photos-slider__next svg,
.about-employee-photos-slider__prev svg {
    fill: #cc193d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-no-touch .about-employee-photos-slider__next:hover svg,
.bx-no-touch .about-employee-photos-slider__prev:hover svg {
    opacity: 0.7;
}
.about-employee-photos-slider__next {
    left: auto;
    right: 60px;
}
.about-employee-photos-slider__next svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.about-employee-photos-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-employee-photos-slider-item {
    width: 100%;
    position: relative;
}
.about-employee-photos-slider-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(20, 38, 66, 0.6)), color-stop(50%, rgba(238, 238, 238, 0)), color-stop(50%, rgba(237, 237, 237, 0)), to(rgba(20, 38, 66, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(20, 38, 66, 0.6) 0, rgba(238, 238, 238, 0) 50%, rgba(237, 237, 237, 0) 50%, rgba(20, 38, 66, 0.6) 100%);
    background-image: -o-linear-gradient(left, rgba(20, 38, 66, 0.6) 0, rgba(238, 238, 238, 0) 50%, rgba(237, 237, 237, 0) 50%, rgba(20, 38, 66, 0.6) 100%);
    background-image: linear-gradient(90deg, rgba(20, 38, 66, 0.6) 0, rgba(238, 238, 238, 0) 50%, rgba(237, 237, 237, 0) 50%, rgba(20, 38, 66, 0.6) 100%);
    z-index: 3;
}
.about-employee-photos-slider-item:after {
    content: "";
    padding: 65.3% 0 0 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.35;
    background: #000;
    z-index: 1;
}
.about-employee-photos-slider-item img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.wrap-about-employee-photos-slider-vartical {
    width: 100%;
    min-width: 500px;
    margin-left: 20px;
    margin-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-employee-photos-slider-vartical {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-employee-photos-slider-vartical:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #142642;
}
.about-employee-photos-slider-vartical-item {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-employee-photos-slider-vartical-item span {
    margin: 0 10px;
    width: calc(50% - 20px);
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}
.about-employee-photos-slider-vartical-item img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.about-employee-photos-slider-count {
    padding: 12px 20px;
    position: absolute;
    top: 40px;
    left: 60px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    background: #b58e46;
    color: #e0c596;
}
.about-employee-photos-slider-count__current {
    color: #fff;
}
.about-employee-photos-slider-vartical__next,
.about-employee-photos-slider-vartical__prev {
    height: 40px;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
}
.about-employee-photos-slider-vartical__next svg,
.about-employee-photos-slider-vartical__prev svg {
    fill: #cc193d;
}
.bx-no-touch .about-employee-photos-slider-vartical__next:hover svg,
.bx-no-touch .about-employee-photos-slider-vartical__prev:hover svg {
    opacity: 0.7;
}
.about-employee-photos-slider-vartical__prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: -16px;
}
.about-employee-photos-slider-vartical__next {
    top: auto;
    bottom: -7px;
}
.about-employee-photos-slider-vartical__next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: -16px;
}
.about-employee-photos-slider-vartical-item span {
    padding: 33.3% 0 0 0;
}
@media only screen and (max-width: 780px) {
    .wrap-about-employee-photos {
        margin-bottom: 0;
    }
    .about-employee-photos-slider-vartical:after {
        display: none;
    }
    .wrap-about-employee-photos-slider,
    .wrap-about-employee-photos-slider-vartical {
        min-width: 0;
    }
    .wrap-about-employee-photos-slider {
        margin-bottom: 35px;
    }
    .about-employee-photos-slider__prev {
        left: -15px;
    }
    .about-employee-photos-slider__next {
        right: -15px;
    }
    .wrap-about-employee-photos-slider-vartical {
        margin: 0;
    }
    .about-employee-photos-slider-vartical {
        width: 100%;
        max-height: 480px;
        max-width: none;
    }
    .about-employee-photos-slider-item {
        width: 100%;
        height: auto;
    }
    .about-employee-photos-slider-item:before {
        content: "";
        padding: 66% 0 0 0;
        width: 100%;
        height: 0;
        display: block;
    }
    .wrap-about-employee-photos {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-employee-photos-slider-count {
        left: 0;
    }
    .about-employee-photos-sliders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-employee-photos-h {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-employee-photos-slider {
        width: auto;
        height: auto;
        max-height: 480px;
    }
    .about-employee-photos-slider-vartical-item span {
        padding: 32.5% 0 0 0;
        margin: 0;
        width: calc(50% - 10px);
        height: 0;
    }
    .about-employee-photos-slider-vartical-item {
        margin: 0;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about-employee-photos-slider-count {
        top: 0;
    }
    .about-employee-photos-h-toolbar-item {
        margin-right: 15px;
        margin-left: 0;
    }
    .about-employee-photos-h {
        padding-bottom: 14px;
    }
    .about-employee-photos-h h3 {
        margin-bottom: 31px;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.3;
    }
    .wrap-about-employee-photos {
        padding: 20px 20px 40px 20px;
    }
    .about-employee-photos-slider-vartical-item {
        margin-bottom: 20px;
    }
    .about-employee-photos-slider-vartical-item span {
        padding: 31.5% 0 0 0;
    }
    .about-employee-photos-slider-vartical__next,
    .about-employee-photos-slider-vartical__prev {
        top: -30px;
    }
    .about-employee-photos-slider-vartical__next {
        top: auto;
        bottom: -30px;
    }
}
@media only screen and (max-width: 640px) {
    .about-employee-photos-slider-vartical {
        max-height: 265px;
    }
    .about-employee-photos-slider {
        max-height: 238px;
    }
    .about-employee-photos-slider-item {
        height: 100%;
    }
}
.wrap-accordion-pane {
    margin-bottom: 90px;
}
.accordion-pane-item {
    margin-bottom: 20px;
    display: block;
}
.accordion-pane-item__act .accordion-pane-item__head .ico-arrow-accordion {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
.accordion-pane-item__head {
    display: block;
}
.accordion-pane-item__head .ico-arrow-accordion {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.accordion-pane-item__body {
    margin: 20px 0 0 0;
    display: none;
}
.accordion-pane_vacancy-list .accordion-pane-item__head {
    padding: 30px 50px 34px 100px;
    position: relative;
    color: #fff;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 900;
    background: #b58e46;
}
.bx-no-touch .accordion-pane_vacancy-list .accordion-pane-item__head:hover {
    background: #a07f41;
}
.accordion-pane_vacancy-list .accordion-pane-item__head .ico-arrow-accordion {
    left: 35px;
}
.accordion-pane_vacancy-page {
    background: #fff;
}
.accordion-pane_vacancy-page .accordion-pane-item__head {
    padding: 30px 50px 34px 45px;
    position: relative;
    color: #142642;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 900;
    background: #fff;
}
.bx-no-touch .accordion-pane_vacancy-page .accordion-pane-item__head:hover {
    color: #b58e46;
}
.accordion-pane_vacancy-page .accordion-pane-item__head .ico-arrow-accordion {
    width: 23px;
    height: 15px;
    left: 0;
}
.accordion-pane_vacancy-page .accordion-pane-item__body {
    margin-top: 0;
}
.accordion-pane_vacancy-page .accordion-pane-item {
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
}
.accordion-pane_vacancy-page .accordion-pane-item:last-child {
    border-bottom: 1px solid #eaeaea;
}
.wrap-vacansy-list-grid {
    margin: 0 20px;
}
.vacansy-list-grid {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vacansy-list-grid-col {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.vacansy-list-grid-item {
    padding: 18px 15px 15px 20px;
    height: 100%;
    display: block;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
}
.bx-no-touch .vacansy-list-grid-item:hover {
    background: #efefef;
}
.vacansy-list-grid-date {
    margin-bottom: 18px;
    display: block;
    color: #999;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.vacansy-list-grid-position {
    margin-bottom: 15px;
    display: block;
    color: #142642;
    font-weight: 900;
    font-size: 18px;
}
.vacansy-list-grid-department {
    margin-bottom: 12px;
    display: block;
    color: #142642;
    font-size: 15px;
}
.vacansy-list-grid-doc {
    display: block;
    color: #cc193d;
    font-size: 15px;
}
@media only screen and (max-width: 780px) {
    .vacansy-list-grid-col {
        width: 50%;
    }
    .vacansy-list-grid-item {
        padding: 20px;
    }
    .vacansy-list-grid-date,
    .vacansy-list-grid-department,
    .vacansy-list-grid-position {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 780px) {
    .accordion-pane_vacancy-list .accordion-pane-item__head {
        padding: 20px 20px 20px 65px;
        color: #fff;
        line-height: 1.3;
        font-size: 20px;
        font-weight: 700;
    }
    .accordion-pane_vacancy-list .accordion-pane-item__head .ico-arrow-accordion {
        left: 20px;
    }
    .vacansy-list-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vacansy-list-grid-col {
        width: 100%;
    }
    .vacansy-list-grid-item {
        padding: 20px;
    }
    .vacansy-list-grid-date,
    .vacansy-list-grid-department,
    .vacansy-list-grid-position {
        margin-bottom: 10px;
    }
}
.contacts-pane {
    margin: 0 auto;
    max-width: 1228px;
}
.contacts-pane-map {
    margin-bottom: 60px;
    height: 610px;
    position: relative;
}
.contacts-pane-map-summary__btns {
    margin-bottom: 20px;
    display: none;
    text-align: center;
}
.contacts-pane-map-summary__btns .btn {
    margin-bottom: 10px;
    width: auto;
}
.contacts-pane-map-summary__btns .btn-cont-tab {
    color: #142642;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.contacts-pane-map-summary__btns .btn-cont-tab__act {
    color: #fff;
    background: #cc193d;
}
.contacts-pane-map-office-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts-pane-map-office-list__label {
    padding-right: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.contacts-pane-map-office-list__btns .btn {
    margin-right: 10px;
}
.contacts-pane-map-summary {
    padding: 30px 35px;
    width: 360px;
    position: absolute;
    right: 25px;
    bottom: 50px;
    font-weight: 400;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
}
.contacts-pane-map-summary .btn {
    width: 100%;
}
.contacts-pane-map-summary__btns .btn {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
}
.contacts-pane__body {
    overflow: hidden;
}
.contacts-pane-map-summary_h {
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 700;
}
.contacts-pane-map-summary_h:after {
    content: "";
    width: 103px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #142642;
}
.contacts-pane-map-summary-addres {
    margin-bottom: 20px;
}
.contacts-pane-map-summary-addres-item {
    padding: 10px 0 10px 45px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    line-height: 1.3;
    font-size: 15px;
}
.contacts-pane-map-summary-addres-item .ico-contacts-addres {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.contacts-pane-map-summary-addres-item__act {
    color: #cc193d;
}
.contacts-pane-map-summary-addres-item__act .ico-contacts-addres {
    background: #cc193d;
}
.contacts-pane-map-summary-addres-item__act .ico-contacts-addres svg {
    fill: #fff;
}
.contacts-pane-contact-item {
    margin-bottom: 18px;
}
.contacts-pane-contact-item_h,
.contacts-pane-map-summary-addres_h {
    margin-bottom: 6px;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
.contacts-pane-contact-item_footer {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e1e1e1;
}
.contacts-pane-incut {
    margin: 0 -20px 65px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts-pane-incut_col {
    padding: 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-pane-incut-info {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.contacts-pane-incut-note {
    padding-left: 25px;
    color: #999;
    font-style: italic;
    line-height: 1.5;
    -webkit-box-shadow: -8px 0 0 0 #b58e46;
    box-shadow: -8px 0 0 0 #b58e46;
}
.contacts-pane-footer {
    margin: 0 -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contacts-pane-footer-col {
    padding: 0 30px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-pane-footer_h {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}
.contacts-pane-footer-contact {
    padding: 30px 40px 10px 40px;
    height: 100%;
    font-weight: 400;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-pane-footer-info {
    padding: 30px 20px 0 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts-pane-footer-addition {
    padding: 30px 40px;
    height: 100%;
    color: #fff;
    background: #142642;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
    .contacts-pane-map-office-list {
        display: none;
    }
    .contacts-pane-map-summary__btns {
        display: block;
        text-align: left;
    }
    .contacts-pane-footer-col {
        margin-bottom: 20px;
        width: 100%;
    }
    .contacts-pane-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-pane-map-summary .btn {
        width: auto;
    }
    .contacts-pane-incut {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-pane-incut_col {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .contacts-pane-incut {
        margin: 0 0 40px 0;
    }
    .contacts-pane-incut-info {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .contacts-pane-incut-note {
        padding-left: 33px;
        -webkit-box-shadow: inset 8px 0 0 0 #b58e46;
        box-shadow: inset 8px 0 0 0 #b58e46;
    }
    .contacts-pane-map {
        padding-top: 200px;
        height: auto;
    }
    .contacts-pane-map-summary {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
        position: static;
    }
}
@media only screen and (max-width: 640px) {
    .contacts-pane-map-summary__btns {
        text-align: center;
    }
    .contacts-pane-map-summary .btn {
        width: 100%;
    }
}
.content_devision .division-index-incut-h {
    display: none;
}
.content_devision .wrap-division-index-incut {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.content_devision .division-index-incut {
    padding: 0 0 30px 0;
}
.content_devision .editable {
    margin-bottom: 0;
}
.content_devision .section-main {
    margin-bottom: 0;
}
.wrap-division-index-incut {
    padding-top: 80px;
    margin-bottom: 80px;
    -webkit-background-size: cover;
    background-size: cover;
}
.division-index-incut-h {
    max-width: 1350px;
    margin: 0 auto 64px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.division-index-incut-h .search-pane {
    padding-bottom: 10px;
    max-width: 260px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.division-index-incut__h2 {
    margin-bottom: 0;
    font-size: 55px;
}
.division-index-incut {
    padding: 0 0 50px 0;
    margin: 0 auto;
    max-width: 1350px;
}
@media only screen and (max-width: 780px) {
    .division-index-incut__h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .division-index-incut {
        padding: 0 0 30px 0;
    }
    .wrap-division-index-incut {
        padding: 38px 20px 0 20px;
        margin-bottom: 35px;
        background: transparent url(../images/division-bg-mobile.jpg) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .division-index-incut-h {
        margin-bottom: 32px;
    }
    .division-index-incut-h .search-pane {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
@media only screen and (max-width: 640px) {
    .division-index-incut-h {
        padding: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .division-index-incut-h .search-pane {
        max-width: none;
    }
}
.division-pane {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.division-pane__master .division-pane-item {
    margin-left: auto;
    margin-right: auto;
    width: 66.6%;
}
.division-pane__master .division-pane-item__text {
    min-height: 460px;
    height: 460px;
}
.division-pane-item {
    padding: 0 10px;
    width: 33.3%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.division-pane-item__text {
    padding: 30px;
    width: 100%;
    position: relative;
    min-height: 260px;
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #fff;
    background-image: url(/local/templates/sebekon/images/noPhoto.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.division-pane-item__text:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        color-stop(3%, rgba(0, 0, 0, 0)),
        color-stop(44%, rgba(0, 0, 0, 0.04)),
        color-stop(56%, rgba(0, 0, 0, 0.13)),
        color-stop(64%, rgba(0, 0, 0, 0.25)),
        color-stop(81%, rgba(0, 0, 0, 0.55)),
        color-stop(93%, rgba(0, 0, 0, 0.72)),
        to(rgba(0, 0, 0, 0.73))
    );
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
}
.division-pane-item__text span {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media only screen and (max-width: 780px) {
    .division-pane {
        padding: 0;
    }
    .division-pane-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .division-pane__master .division-pane-item {
        width: 100%;
    }
}
@media only screen and (max-width: 780px) {
    .content_devision .wrap-division-index-incut {
        margin-left: -20px;
        margin-right: -20px;
        background: 0 0;
    }
}
@media only screen and (max-width: 640px) {
    .division-pane-item__text {
        padding: 20px 10px;
        max-width: none;
        min-height: 160px;
        height: 160px;
    }
    .division-pane-item {
        margin-bottom: 10px;
        width: 100%;
        font-size: 15px;
    }
    .division-pane__master .division-pane-item__text {
        min-height: 260px;
        height: 260px;
    }
}
.document-list-pane-item {
    margin-bottom: 18px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
}
.document-list-pane-item-ico {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    display: block;
    background: #b58e46;
}
.document-list-pane-item-ico span {
    padding: 22px;
    display: block;
    width: 90px;
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.document-list-pane-item-ico span svg {
    width: 100%;
    height: 100%;
}
.document-list-pane-item-ico__pdf {
    display: block;
    background: #cc193d;
}
.document-list-pane-item-body {
    padding: 30px 25px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.document-list-pane-item__text {
    display: block;
    font-size: 15px;
}
.wrap-eco-map {
    margin: 0 auto;
    min-height: 650px;
}
.eco-map {
    padding-right: 405px;
    margin-bottom: 80px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wrap-eco-map-activity {
    margin-left: 20px;
    width: 450px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 450px;
    -ms-flex: 1 0 450px;
    flex: 1 0 450px;
    position: relative;
}
.eco-map-activity {
    margin: 0 0 50px 0;
}
.eco-map-activity-item {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eco-map-activity-item__body {
    padding: 15px 0 15px 40px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .eco-map-activity-item__body:hover {
    color: #fff;
    background: #cc193d;
}
.eco-map-activity-item__body_act {
    color: #fff;
    background: #cc193d;
}
.eco-map-activity-mobile {
    display: none;
}
.eco-map-country {
    padding: 0 0 0 23px;
    width: 320px;
    position: absolute;
    top: 0;
    right: 55px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 2px 0 0 0 #eee;
    box-shadow: inset 2px 0 0 0 #eee;
    z-index: 11;
}
.eco-map-country a {
    padding-left: 53px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.bx-no-touch .eco-map-country a:hover {
    color: #cc193d;
}
.eco-map-country li {
    margin-bottom: 15px;
}
.eco-map-country li:last-child {
    margin-bottom: 0;
    line-height: 1.2;
}
.eco-map-country .ico-flag {
    position: absolute;
    top: 0;
    left: 0;
}
.eco-map-country-item_act {
    color: #cc193d;
}
.bx-no-touch .eco-map-country-section:hover > path,
.bx-no-touch .eco-map-country-section:hover > polygon {
    fill: #b58e46;
    cursor: pointer;
}
.eco-map-section-point {
    cursor: pointer;
}
.eco-map-country-section_act > path,
.eco-map-country-section_act > polygon {
    fill: #b58e46;
    cursor: pointer;
}
.eco-map-area {
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
}
.eco-map-area__map {
    margin-left: 40px;
    margin-bottom: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eco-map-area__map > svg {
    width: 100%;
}
.eco-map-footer {
    margin-top: -60px;
}
.eco-map-area-points {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.eco-map-area-points-item {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: opacity 0.7s ease 0s;
    -o-transition: opacity 0.7s ease 0s;
    transition: opacity 0.7s ease 0s;
}
.eco-map-area-points-item_act {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    height: 100%;
}
span.eco-map-area-points-point {
    width: 61px;
    height: 70px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjYxcHgiIGhlaWdodD0iNzBweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDIwNCwgMjUsIDYxKSIgZD0iTTQyLjM4Nyw1Ny44MTMgTDMxLjAwMCw2OS4yMDAgTDIwLjI3NSw1OC40NzYgQzguNzQxLDU0LjI5NCAwLjUwMCw0My4yNDMgMC41MDAsMzAuMjY2IEMwLjUwMCwxMy42OTcgMTMuOTMxLDAuMjY2IDMwLjUwMCwwLjI2NiBDNDcuMDY5LDAuMjY2IDYwLjUwMCwxMy42OTcgNjAuNTAwLDMwLjI2NiBDNjAuNTAwLDQyLjYxMCA1My4wNDIsNTMuMjA5IDQyLjM4Nyw1Ny44MTMgWiIvPjwvc3ZnPg==);
}
span.eco-map-area-points-point span {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
span.eco-map-area-points-point span svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.eco-map-text {
    margin-left: 40px;
}
.eco-map-text-item svg {
    width: 100%;
    height: 100%;
    display: block;
}
.eco-map-text-item path {
    width: 100%;
    height: 100%;
    display: block;
}
.eco-map-text-item__map {
    margin-bottom: 30px;
    display: none;
}
.eco-map-text-item__map svg {
    width: 100%;
}
.eco-map-footer-item {
    display: none;
}
.eco-map-footer-item__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.eco-map-footer-metrics {
    padding: 0 20px 0 15px;
}
.eco-map-footer-metrics__place {
    padding: 0 0 0 90px;
    margin-bottom: 35px;
    position: relative;
    font-size: 18px;
    color: #adadad;
}
.eco-map-footer-metrics__place b {
    display: block;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    color: #142642;
}
.eco-map-footer-metrics__place span {
    width: 160px;
    display: block;
    line-height: 1.1;
}
.eco-map-footer-metrics__percent {
    padding: 0 0 0 90px;
    margin-bottom: 35px;
    position: relative;
    font-size: 18px;
    color: #adadad;
}
.eco-map-footer-metrics__percent b {
    display: block;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    color: #142642;
}
.eco-map-footer-metrics__percent span {
    width: 160px;
    display: block;
    line-height: 1.1;
}
.ico-eco-map-kubok {
    position: absolute;
    top: 0;
    left: 45px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ico-eco-map-chart {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.eco-map-footer-chart {
    padding: 25px 35px 20px 35px;
    width: 100%;
    height: 345px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.eco-map-footer-chart_img {
    padding-bottom: 0;
    height: auto;
}
.eco-map-footer-chart_img .eco-map-footer-chart_h {
    padding-bottom: 20px;
}
.eco-map-footer-chart_h {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}
.eco-map-footer-chart__body_img {
    position: relative;
}
.eco-map-footer-chart__body-img {
    height: 0;
    margin: 0 -36px;
    padding-bottom: 46%;
    position: relative;
}
.eco-map-footer-chart__body-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.eco-map-text-item {
    display: none;
}
.eco-map-footer-chart-rail-label,
.eco-map-footer-chart-road-label {
    padding: 0 0 0 70px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.eco-map-footer-chart-rail-label__descr,
.eco-map-footer-chart-road-label__descr {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.eco-map-footer-chart-rail-label__km,
.eco-map-footer-chart-road-label__km {
    margin-bottom: 8px;
    font-size: 56px;
    font-weight: 900;
    line-height: 50px;
}
.eco-map-footer-chart-rail-label__km span,
.eco-map-footer-chart-road-label__km span {
    display: block;
    font-size: 40px;
    line-height: 44px;
}
.ico-chart-road {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.ico-chart-road svg {
    width: 50px;
    height: 75px;
}
.ico-chart-train {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.ico-chart-train svg {
    width: 60px;
    height: 95px;
}
@media only screen and (max-width: 780px) {
    .eco-map-footer-chart-rail-label__descr,
    .eco-map-footer-chart-road-label__descr {
        font-size: 18px;
    }
    .eco-map-footer-chart-rail-label__km,
    .eco-map-footer-chart-road-label__km {
        font-size: 67px;
        line-height: 64px;
    }
    .eco-map-footer-chart-rail-label__km span,
    .eco-map-footer-chart-road-label__km span {
        display: block;
        font-size: 50px;
        line-height: 48px;
    }
    span.eco-map-area-points-point {
        width: 25px;
        height: 29px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    span.eco-map-area-points-point span {
        width: 10px;
        height: 10px;
        top: 0;
    }
    .ico-eco-map-footer {
        margin-right: 0;
    }
    .eco-map-text {
        margin-left: 0;
        font-size: 14px;
    }
    .wrap-eco-map {
        min-height: 0;
    }
    .eco-map {
        padding-right: 0;
        display: block;
    }
    .eco-map-country {
        display: none;
    }
    .eco-map-area__map {
        margin-left: 0;
        margin-bottom: 30px;
        height: auto;
    }
    .eco-map-footer-item__body {
        display: block;
    }
    .wrap-eco-map-activity {
        display: none;
    }
    .eco-map-activity-mobile {
        display: block;
        width: 50%;
    }
    .eco-map-footer-metrics__percent {
        width: auto;
        font-size: 16px;
    }
    .eco-map-footer-metrics__place b {
        font-size: 28px;
    }
    .eco-map-text-item__map {
        display: block;
    }
}
@media only screen and (max-width: 640px) {
    .eco-map-footer-chart {
        padding: 15px 15px 10px 15px;
    }
    .eco-map-footer-chart-rail-label,
    .eco-map-footer-chart-road-label {
        padding: 0 0 0 70px;
        top: 20px;
    }
    .eco-map-footer-chart-rail-label__descr,
    .eco-map-footer-chart-road-label__descr {
        font-size: 14px;
    }
    .eco-map-footer-chart-rail-label__km,
    .eco-map-footer-chart-road-label__km {
        font-size: 36px;
        line-height: 30px;
    }
    .eco-map-footer-chart-rail-label__km span,
    .eco-map-footer-chart-road-label__km span {
        display: block;
        font-size: 20px;
        line-height: 18px;
    }
    .eco-map-footer-chart_h {
        font-size: 16px;
    }
    .eco-map-footer-chart_img .eco-map-footer-chart_h {
        padding-bottom: 20px;
    }
    .eco-map-activity-mobile {
        width: 100%;
    }
}
.employee-deail-page {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.employee-deail-page__h2 {
    margin-bottom: 15px;
    font-size: 30px;
}
.employee-deail-page-img {
    max-width: 950px;
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.employee-deail-page-img img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.employee-deail-page__body {
    padding-left: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.employee-deail-page-text {
    padding: 20px 50px 50px 50px;
}
@media only screen and (max-width: 780px) {
    .employee-deail-page-img {
        margin-bottom: 25px;
    }
    .employee-deail-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .employee-deail-page__body {
        padding-left: 0;
    }
}
@media only screen and (max-width: 640px) {
    .employee-deail-page-img {
        height: 345px;
    }
}
.wrap-events-list-pane {
    margin-bottom: 90px;
}
.events-list-pane {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.events-list-pane-item {
    margin-bottom: 40px;
    width: calc(50% - 10px);
    min-height: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.events-list-pane-item__link {
    text-decoration: none;
}
.events-list-pane-item_important {
    height: 620px;
}
.events-list-pane-item_important .events-list-pane-item__name {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
}
.events-list-pane-item_important .events-list-pane-item__text {
    font-size: 18px;
    line-height: 1.6;
}
.events-list-pane-item_past .events-list-pane-item__date {
    background: #b58e46;
}
.events-list-pane-item_dis .events-list-pane-item__body {
    background: #f6f6f6;
}
.events-list-pane-item_dis .events-list-pane-item__name,
.events-list-pane-item_dis .events-list-pane-item__text {
    color: #c4c9cf;
}
.events-list-pane-item_dis .events-list-pane-item__date {
    background: #e2e4e7;
    opacity: 0.8;
}
.events-list-pane-item_calendar {
    color: #fff;
}
.events-list-pane-item__body {
    padding: 70px 60px 18px 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background: #ececec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.events-list-pane-item_to-calendar {
    padding-top: 14px;
    margin-top: auto;
}
.events-list-pane-item_to-calendar .btn {
    margin-bottom: 12px;
    margin-right: 14px;
    padding: 12px 16px;
    font-size: 12px;
}
.events-list-pane-item__date {
    padding: 3px 0 0 0;
    width: 75px;
    height: 70px;
    position: absolute;
    top: -20px;
    left: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #cc193d;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.events-list-pane-item__date span {
    display: block;
    line-height: 42px;
    font-size: 42px;
    font-weight: 900;
}
.events-list-pane-item__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.events-list-pane-item__name {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.events-list-pane-item__text {
    font-size: 14px;
    font-weight: 300;
    display: block;
    line-height: 1.4;
}
.events-calendar {
    margin-left: auto;
    max-width: 665px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #142642;
}
.events-calendar-body {
    padding: 10px 0 0 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.events-calendar-count {
    min-width: 265px;
    max-width: 265px;
    padding: 45px 13px 0 13px;
    background: #32425a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.events-calendar-count__date {
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.events-calendar-count-date__val {
    margin-bottom: 10px;
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
.events-calendar-count-date__text {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
}
.events-calendar-count-date__events {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #bcbcbc;
}
.events-calendar-count__btn {
    display: block;
}
.events-calendar-badge {
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 112px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #b58e46;
}
.events-calendar-badge:last-child {
    margin-bottom: 0;
}
.events-calendar-badge_past {
    background: #b58e46;
}
.events-calendar-badge_future {
    background: #cc193d;
}
.events-list-pane-more {
    margin-top: 28px;
    text-align: center;
}
.events-list-pane-more .btn {
    margin: 0 20px;
}
@media only screen and (max-width: 780px) {
    .events-list-pane-item__body {
        padding: 70px 40px 18px 40px;
    }
    .wrap-events-list-pane {
        margin-bottom: 70px;
    }
    .events-list-pane-more {
        margin-top: 0;
    }
    .events-list-pane-more .btn {
        margin-bottom: 15px;
    }
    .events-list-pane-item {
        margin-bottom: 40px;
        padding: 0;
        width: 100%;
    }
    .events-calendar {
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .events-list-pane-item_calendar {
        height: auto;
    }
    .events-calendar-count {
        max-width: none;
        min-width: 0;
    }
    .events-calendar-body .datepicker-inline {
        margin: 0 auto;
        width: 310px;
    }
    .events-calendar-body {
        padding: 10px 0 0 0;
    }
    .events-calendar-count__date,
    .events-calendar-count__summ {
        margin: 0;
        height: 47px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
    }
    .events-calendar-count-date__val,
    .events-calendar-count-summ__val {
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 60px;
        line-height: 60px;
        display: inline-block;
    }
    .events-calendar-count-date__text,
    .events-calendar-count-summ__text {
        margin-bottom: 0;
        margin-right: 10px;
        max-width: 180px;
        text-align: left;
        font-size: 18px;
    }
    .events-calendar-count-date__events {
        text-align: center;
        font-size: 14px;
        color: #bcbcbc;
    }
    .events-calendar-count {
        padding: 22px 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .events-calendar-badge {
        padding: 0 10px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .events-list-pane-item_to-calendar .btn {
        width: 100%;
    }
}
.fancy-popup {
    margin: 0 20px;
    padding: 30px 60px 30px 60px;
    max-width: 900px;
    display: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancy-popup__h {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.fancy-popup__h-sub {
    margin: 10px auto -5px auto;
    max-width: 490px;
    display: block;
    font-weight: 300;
    font-size: 16px;
}
.fancy-popup_wg {
    width: 100%;
    max-width: 800px;
    padding: 0;
}
.fancy-popup_wg .fancy-popup__h {
    padding: 35px 0 35px 0;
    margin-bottom: 0;
}
.fancy-popup_wg .btn {
    letter-spacing: 2px;
}
.fancy-popup-content_wg {
    padding: 25px 55px 25px 55px;
    background: #f4f4f4;
}
.fancy-popup-content-hr {
    margin-bottom: 25px;
    display: block;
    border-bottom: 2px solid #c5c8ce;
}
.fancy-popup-footer {
    padding: 30px 0;
}
.fancy-popup-footer_wg {
    padding: 30px 55px;
    text-align: right;
}
.fancy-popup_auth,
.fancy-popup_subsc {
    width: 395px;
    text-align: center;
}
.auth-form-popup__btn,
.subsc-form-popup__btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: none;
}
.subsc-form-popup__btn {
    margin-bottom: 0;
}
.auth-form-popup__forgot {
    font-size: 18px;
    font-weight: 300;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 6px 10px 10px 6px;
    width: 58px;
    height: 54px;
    color: #152741;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}
.wg-file-upload-list {
    margin: 10px 0 0 25px;
    color: #999;
    font-weight: 300;
    font-size: 16px;
}
.wg-file-upload-list li {
    margin-bottom: 5px;
    line-height: 1.2;
}
@media only screen and (max-width: 780px) {
    .fancy-popup__h-sub {
        padding-left: 20px;
        padding-right: 20px;
    }
    .fancy-popup-content_wg {
        padding: 25px;
    }
    .fancy-popup-footer_wg {
        padding: 30px 25px;
    }
}
@media only screen and (max-width: 400px) {
    .fancy-popup_auth,
    .fancy-popup_subsc,
    .fancy-popup_wg {
        width: 330px;
        text-align: center;
    }
}
.forum-post {
    margin: 0 0 23px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f4f4f4;
}
.forum-post_add {
    margin-top: 40px;
}
.forum-post_add .forum-post-main {
    padding: 40px 45px;
}
.forum-post_add .field-input-textarea {
    max-height: 145px;
}
.forum-post-add-form__field {
    margin-bottom: 20px;
}
.forum-post-add-form__field .field {
    margin-bottom: 0;
}
.forum-post-add-form__toolbar {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}
.forum-post-add-form__toolbar a {
    padding-left: 30px;
    margin-left: 20px;
    position: relative;
    text-decoration: none;
}
.forum-post-add-form__toolbar a span {
    border-bottom: 1px dashed #142642;
}
.bx-no-touch .forum-post-add-form__toolbar a:hover {
    text-decoration: none;
}
.bx-no-touch .forum-post-add-form__toolbar a:hover span {
    border-bottom-color: transparent;
}
.bx-no-touch .forum-post-add-form__toolbar a:hover .ico-add-doc svg,
.bx-no-touch .forum-post-add-form__toolbar a:hover .ico-add-photo svg {
    fill: #cc193d;
}
.forum-post-add-form__footer {
    text-align: right;
}
.forum-post-add-form__footer .btn {
    margin-right: 7px;
}
.forum-post-aside {
    padding: 30px 30px 25px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    border-right: 3px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.forum-post-avatar {
    margin: 0 auto 14px auto;
    width: 120px;
    height: 120px;
    display: block;
    position: relative;
    overflow: hidden;
}
.forum-post-avatar img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.forum-post-avatar__noimg {
    background: #b58e46;
}
.forum-post-avatar__noimg .ico-noavatar {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.forum-post-name {
    font-size: 16px;
    font-weight: 100;
}
.forum-post-main {
    padding: 60px 45px 40px 45px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.forum-post-main-toolbar {
    width: calc(100% - 65px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.forum-pane-main-date {
    font-size: 13px;
    color: #999;
    font-weight: 700;
}
.forum-pane-main-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.forum-pane-main-btn svg {
    fill: #142642;
}
.forum-pane-main-btn a:hover svg {
    fill: #cc193d;
}
.forum-post-main-body {
    line-height: 1.5;
}
.forum-post-title {
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.forum-post-main-quote {
    margin-top: 25px;
    padding: 25px 35px;
    position: relative;
    color: #838383;
    font-size: 15px;
    font-weight: 100;
    background: #fff;
}
.forum-post-main-quote__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.forum-post-main-quote__close svg {
    fill: #838383;
}
.bx-no-touch .forum-post-main-quote__close:hover svg {
    fill: #cc193d;
}
.forum-post-main-quote__from {
    margin-bottom: 25px;
}
.forum-post-main-quote__text p:last-child {
    margin-bottom: 0;
}
.forum-post-attechment-files {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    position: relative;
    border-top: 1px solid #aaaeb5;
}
.forum-post-attechment-files a {
    padding-left: 20px;
    position: relative;
}
.forum-post-attechment-files .ico-add-doc {
    margin-top: 2px;
    width: 13px;
    height: 13px;
}
.forum-post-attechment-files .ico-add-doc svg {
    vertical-align: top;
}
@media only screen and (max-width: 640px) {
    .forum-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .forum-post-aside {
        padding: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        border-bottom: 3px solid #fff;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .forum-post-main {
        padding: 45px 20px 20px 20px;
    }
    .forum-post-avatar {
        margin: 0 20px 0 0;
        width: 60px;
        height: 60px;
    }
    .forum-post_add .forum-post-main {
        padding: 20px;
    }
    .forum-post-main-toolbar {
        width: calc(100% - 40px);
        top: 20px;
        left: 20px;
    }
    .file-uploader .btn {
        font-size: 12px;
    }
}
.gallery-detail-page__teaser {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px 50px 25px;
}
.gallery-detail-page {
    margin-bottom: 90px;
}
.gallery-detail-page__h2 {
    margin: 0 0 29px 0;
    font-size: 34px;
}
.gallery-detail-page-direct {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
}
.gallery-detail-page-direct li {
    margin-bottom: 10px;
    margin-right: 10px;
}
.gallery-detail-page__date {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gallery-detail-page-direct-item {
    padding: 6px 10px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f3f3f3;
}
.gallery-detail-page__slider .fotorama__thumb-border {
    border-color: #cc193d;
}
.gallery-detail-page__slider .fotorama__wrap--slide .fotorama__stage__frame {
    background: #f3f3f3;
}
.gallery-detail-page-slider {
    position: relative;
}
.gallery-detail-page-slider-count {
    padding: 12px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    background: #b58e46;
    color: #e0c596;
}
.gallery-detail-page-slider-count__current {
    color: #fff;
}
.wrap-gallery-detail-page__slider {
    position: relative;
}
.gallery-detail-page-slider__next,
.gallery-detail-page-slider__prev {
    position: absolute;
    top: calc(50% - 70px);
    left: -20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery-detail-page-slider__next svg,
.gallery-detail-page-slider__prev svg {
    fill: #cc193d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-no-touch .gallery-detail-page-slider__next:hover svg,
.bx-no-touch .gallery-detail-page-slider__prev:hover svg {
    opacity: 0.7;
}
.gallery-detail-page-slider__next {
    left: auto;
    right: -20px;
}
.gallery-detail-page-slider__next svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media only screen and (max-width: 780px) {
    .gallery-detail-page-slider__next,
    .gallery-detail-page-slider__prev {
        top: calc(50% - 70px);
    }
    .gallery-detail-page__teaser {
        padding: 0 0 30px 0;
    }
}
@media only screen and (max-width: 640px) {
    .gallery-detail-page-slider__next,
    .gallery-detail-page-slider__prev {
        top: calc(50% - 70px);
    }
}
.wrap-media-list-pane {
    margin-bottom: 100px;
}
.media-list-pane {
    margin: 0 -20px 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.media-list-pane-item {
    padding: 0 20px;
    margin-bottom: 40px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.media-list-pane-item__cont {
    position: relative;
}
.bx-no-touch .media-list-pane-item:hover .media-list-pane-item-img:after {
    opacity: 0.6;
}
.media-list-pane-item-img {
    padding-bottom: 57%;
    height: 0;
    display: block;
    position: relative;
}
.media-list-pane-item-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #142642;
    opacity: 0.7;
}
.media-list-pane-item-img img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.media-list-pane-item-body {
    padding: 30px 40px 45px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .media-list-pane-item-body:hover {
    color: #fff;
}
.media-list-pane-item-body-label {
    margin-bottom: 25px;
    min-height: 30px;
    max-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-list-pane-item-body-label-item {
    padding: 5px 12px;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #cc193d;
    background: #fff;
}
.media-list-pane-item-body__date {
    display: block;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.media-list-pane-item-body__name {
    max-height: 115px;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    overflow: hidden;
}
.media-list-pane-more {
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .media-list-pane-item-body-label {
        display: none;
    }
    .media-list-pane-item-body__name {
        max-height: 109px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .media-list-pane-item {
        margin-bottom: 20px;
        width: 100%;
    }
    .media-list-pane-item-body {
        padding: 25px 20px 16px 20px;
    }
}
.news-detail {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px 50px 25px;
    margin-bottom: 100px;
}
.news-detail-teaser {
    max-height: 385px;
    margin: 0 -40px 55px -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f4f4f4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-detail-teaser__text {
    padding: 30px 40px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-detail-teaser__img {
    width: 50%;
}
.news-detail-teaser__img .news-detail-photos-slider {
    max-height: 385px;
    overflow: hidden;
}
.news-detail-teaser_full .news-detail-teaser__text {
    width: 100%;
}
.news-detail-teaser-img-preload {
    width: 100%;
    height: 385px;
    opacity: 0.55;
    background: #142642;
}
.news-detail__date {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 20px;
    color: #142642;
}
.news-detail__h2 {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    margin-bottom: 50px;
    font-size: 33px;
    color: #142642;
}
.news-detail__body {
    margin-bottom: 55px;
    padding: 0;
    font-weight: 300;
}
.news-detail-summary {
    margin-bottom: 100px;
}
.news-detail-summary__h2 {
    margin-bottom: 30px;
    font-size: 20px;
}
.news-detail_to-calendar {
    padding-top: 24px;
    margin-top: auto;
}
.news-detail_to-calendar .btn {
    margin-bottom: 12px;
    margin-right: 14px;
    padding: 12px 16px;
    font-size: 12px;
}
@media only screen and (max-width: 640px) {
    .news-detail_to-calendar .btn {
        width: 100%;
    }
}
@media only screen and (max-width: 780px) {
    .news-detail__body {
        padding: 0;
    }
    .news-detail-teaser {
        max-height: none;
        padding: 30px 0;
        margin: 0 -20px 55px -20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-detail-teaser__text {
        padding: 0 20px 20px 20px;
        width: 100%;
    }
    .news-detail__date {
        padding: 0;
    }
    .news-detail__h2 {
        padding: 0;
        margin-bottom: 30px;
        font-size: 32px;
    }
    .wrap-news-detail-photos-slider {
        padding: 0 20px;
    }
    .news-detail-teaser__img {
        width: 100%;
    }
    .news-detail-teaser__img .news-detail-photos-slider-item {
        height: 540px;
    }
    .news-detail-teaser__img .news-detail-photos-slider {
        max-height: none;
    }
    .news-detail-teaser-img-preload {
        height: 540px;
    }
}
@media only screen and (max-width: 640px) {
    .news-detail-teaser__img .news-detail-photos-slider-item {
        height: 235px;
    }
    .news-detail-teaser-img-preload {
        height: 235px;
    }
}
.wrap-news-detail-photos-slider {
    position: relative;
}
.news-detail-photos-slider__next,
.news-detail-photos-slider__prev {
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.news-detail-photos-slider__next svg,
.news-detail-photos-slider__prev svg {
    fill: #cc193d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-no-touch .news-detail-photos-slider__next:hover svg,
.bx-no-touch .news-detail-photos-slider__prev:hover svg {
    opacity: 0.7;
}
.news-detail-photos-slider__next {
    left: auto;
    right: -20px;
}
.news-detail-photos-slider__next svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news-detail-photos-slider {
    width: 100%;
}
.news-detail-photos-slider-item {
    width: 580px;
    height: 385px;
    position: relative;
}
.news-detail-photos-slider-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.55;
    background: #142642;
}
.news-detail-photos-slider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.news-detail-photos-slider-count {
    padding: 12px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    background: #b58e46;
    color: #e0c596;
}
.news-detail-photos-slider-count__current {
    color: #fff;
}
@media only screen and (max-width: 780px) {
    .news-detail-photos-slider-item {
        height: 222px;
    }
    .news-detail-photos-slider__next {
        right: 0;
    }
    .news-detail-photos-slider__prev {
        left: 0;
    }
    .news-detail-photos-slider-count {
        left: 0;
    }
}
.news-detail-gallery {
    padding: 55px 60px 55px 85px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
}
.news-detail-gallery-thumb {
    margin-left: 45px;
    width: 435px;
}
.news-detail-gallery-thumb__img {
    overflow: hidden;
    margin-top: 18px;
    height: 214px;
    position: relative;
    background: #7b8291;
}
.news-detail-gallery-thumb__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news-detail-gallery-thumb__img:first-child {
    margin-top: 0;
}
.wrap-news-gallery-slider {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.news-gallery__img {
    width: 100%;
}
.news-gallery-slider__next,
.news-gallery-slider__prev {
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.news-gallery-slider__next svg,
.news-gallery-slider__prev svg {
    fill: #cc193d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-no-touch .news-gallery-slider__next:hover svg,
.bx-no-touch .news-gallery-slider__prev:hover svg {
    opacity: 0.7;
}
.news-gallery-slider__next {
    left: auto;
    right: -20px;
}
.news-gallery-slider__next svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news-gallery-slider {
    width: 100%;
}
.news-gallery-slider-item {
    width: 580px;
    height: 909px;
    position: relative;
}
.news-gallery-slider-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.55;
    background: #142642;
}
.news-gallery-slider-item img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.news-gallery-slider-count {
    padding: 12px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    background: #b58e46;
    color: #e0c596;
}
.news-gallery-slider-count__current {
    color: #fff;
}
@media only screen and (max-width: 780px) {
    .news-detail-gallery {
        margin: 0 -20px 30px -20px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-detail-gallery-thumb {
        display: none;
    }
    .news-gallery-slider-item {
        height: 222px;
    }
    .news-gallery-slider__next {
        right: 0;
    }
    .news-gallery-slider__prev {
        left: 0;
    }
    .news-gallery-slider-count {
        left: 0;
    }
}
.wrap-page-filter-pane {
    max-width: 1350px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.page-filter-pane {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.page-filter-pane .field-input {
    padding: 0;
    height: 50px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 5px solid #b58e46;
    font-weight: 700;
    text-transform: uppercase;
}
.page-filter-pane .field-input::-webkit-input-placeholder {
    color: inherit;
}
.page-filter-pane .field-input::-ms-input-placeholder {
    color: inherit;
}
.page-filter-pane .field-input::placeholder {
    color: inherit;
}
.page-filter-pane-col {
    padding: 0 20px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-filter-pane-col_btn .btn {
    margin-right: 30px;
    margin-bottom: 10px;
}
.page-filter-pane-col_btn .btn:last-child {
    margin-right: 0;
}
.page-filter-pane-col_field .form-row {
    margin-bottom: 0;
}
.page-filter-pane-col .field {
    margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
    .page-filter-pane-col_btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .page-filter-pane-col_btn .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .page-filter-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-filter-pane .field-input,
    .page-filter-pane .field-input-select,
    .page-filter-pane .selectize-input .item {
        color: #000;
    }
    .page-filter-pane .wrap-field-input-select:before {
        border-color: #000 transparent transparent transparent;
    }
    .page-filter-pane-col {
        width: 100%;
    }
    .wrap-page-filter-pane {
        margin-bottom: 25px;
    }
    .page-filter-pane-col .ico-field-date svg {
        fill: #000;
    }
}
@media only screen and (max-width: 640px) {
    .page-filter-pane-col .field {
        margin-bottom: 10px;
    }
}
.wrap-pagination {
    margin-top: 35px;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pagination-item {
    margin-right: 6px;
    width: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-item:last-child {
    margin-right: none;
}
.pagination-item a,
.pagination-item span {
    width: 32px;
    line-height: 32px;
    display: inline-block;
    color: #142642;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
}
.pagination-item a:hover {
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
    color: #cc193d;
}
.pagination-item_devider {
    color: #142642;
    text-align: center;
}
.pagination-item_devider a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #142642;
}
.pagination-item_act {
    border: none;
}
.pagination-item_act + li {
    border: none;
}
.pagination-item_act a,
.pagination-item_act span {
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
    color: #cc193d;
}
.pagination-item-prev {
    margin-right: 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-item-prev + li {
    border: none;
}
.pagination-item-prev a {
    color: #142642;
    text-decoration: none;
    text-transform: uppercase;
}
.bx-no-touch .pagination-item-prev a:hover {
    color: #cc193d;
}
.pagination-item-next {
    margin-left: 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-item-next a {
    color: #142642;
    text-decoration: none;
    text-transform: uppercase;
}
.bx-no-touch .pagination-item-next a:hover {
    color: #cc193d;
}
.wrap-photo-gallery-pane {
    margin-bottom: 100px;
}
.photo-gallery-group-pane {
    margin-top: 30px;
}
.photo-gallery-pane {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo-gallery-pane-item {
    padding: 0;
    margin-bottom: 20px;
    width: calc(50% - 10px);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.photo-gallery-pane-item-main {
    position: relative;
}
.bx-no-touch .photo-gallery-pane-item:hover .photo-gallery-pane-item-img:after {
    opacity: 0.6;
}
.photo-gallery-pane-item-img {
    padding-bottom: 66%;
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.photo-gallery-pane-item-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #142642;
    opacity: 0.7;
}
.photo-gallery-pane-item-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.photo-gallery-pane-item-body {
    padding: 30px 40px 45px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .photo-gallery-pane-item-body:hover {
    color: #fff;
}
.photo-gallery-pane-item-body-label {
    margin-bottom: 25px;
    min-height: 30px;
    max-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}
.photo-gallery-pane-item-body-label-item {
    padding: 5px 12px;
    margin-bottom: 6px;
    max-height: 100px;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    color: #cc193d;
    background: #fff;
}
.photo-gallery-pane-item-body__date {
    display: block;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.photo-gallery-pane-item-body__name {
    max-height: 250px;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3;
    overflow: hidden;
}
.photo-gallery-pane-item-grid {
    margin: 0 -20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.photo-gallery-pane-item-grid__item {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.photo-gallery-pane-item-grid__item > span {
    padding: 66.7% 0 0 0;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.photo-gallery-pane-item-grid__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
}
.photo-gallery-pane-item-grid__item:nth-child(3),
.photo-gallery-pane-item-grid__item:nth-child(4) {
    margin-bottom: 0;
}
.photo-gallery-group-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.photo-gallery-pane-item-more__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 38, 66, 0.7);
}
.photo-gallery-group-pane-item {
    margin: 0 0 20px 0;
    padding: 35px 145px 35px 60px;
    min-height: 138px;
    width: calc(50% - 10px);
    display: block;
    position: relative;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .photo-gallery-group-pane-item:hover .photo-gallery-group-pane__name {
    color: #cc193d;
}

.bx-no-touch .photo-gallery-group-pane-item.iblock:hover .photo-gallery-group-pane__name {
    color: inherit;
}

.bx-touch a.photo-gallery-group-pane-item:hover .photo-gallery-group-pane__name {
    color: #142642;
}
.photo-gallery-group-pane__date {
    margin-bottom: 5px;
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}
.photo-gallery-group-pane__name {
    display: block;
    font-weight: 700;
    color: #142642;
}
.photo-gallery-group-pane__count {
    color: #cc193d;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.photo-gallery-group-pane-more {
    margin-top: 50px;
    text-align: center;
}
.photo-gallery-pane-more {
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .photo-gallery-pane-item-body-label {
        display: none;
    }
    .photo-gallery-pane-item-body__name {
        line-height: 1.3;
        font-size: 20px;
    }
    .photo-gallery-group-pane__count {
        position: static;
    }
    .photo-gallery-group-pane-item {
        padding: 25px 20px;
        width: 100%;
    }
    .photo-gallery-group-pane__name {
        margin-bottom: 15px;
    }
    .photo-gallery-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .photo-gallery-pane-item {
        margin-bottom: 10px;
        width: 100%;
    }
    .photo-gallery-pane-item-body {
        padding: 30px 40px 25px 40px;
    }
    .photo-gallery-pane-item-grid {
        margin: 0 -5px;
    }
    .photo-gallery-pane-item-grid .photo-gallery-pane-item-grid__item {
        margin-bottom: 20px;
        padding: 0 5px;
        width: 33.3%;
    }
    .photo-gallery-pane-item-grid .photo-gallery-pane-item-grid__item:nth-child(4) {
        display: none;
    }
}
@media only screen and (min-width: 1980px) {
    .photo-gallery-pane-item-grid__item > span {
        padding: 66.6% 0 0 0;
    }
    .photo-gallery-pane-item-grid__item img {
        width: 100%;
    }
}
.wrap-presedent-personal-pane {
    margin-bottom: 83px;
}
.presedent-personal-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.presedent-personal-pane__img {
    max-width: 950px;
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}
.presedent-personal-pane__img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.presedent-personal-pane-overlay {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(3%, rgba(0, 0, 0, 0)),
        color-stop(44%, rgba(0, 0, 0, 0.04)),
        color-stop(56%, rgba(0, 0, 0, 0.13)),
        color-stop(64%, rgba(0, 0, 0, 0.25)),
        color-stop(81%, rgba(0, 0, 0, 0.55)),
        color-stop(93%, rgba(0, 0, 0, 0.72)),
        to(rgba(0, 0, 0, 0.73))
    );
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
}
.presedent-personal-pane-post {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 17px;
    display: block;
}
.presedent-personal-pane-name {
    max-width: 617px;
    width: 100%;
    padding: 0 25px 45px 25px;
    display: block;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
}
.presedent-personal-pane__body {
    margin-left: 20px;
    padding: 55px 0 50px 45px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f4f4f4;
}
.presedent-personal-pane__body a {
    text-decoration: none;
}
.presedent-personal-pane__dep {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.2;
}
.presedent-personal-pane__dep li {
    margin-right: 20px;
    margin-bottom: 16px;
}
.presedent-personal-pane__dep .ico-more {
    font-weight: 400;
    display: inline;
}
.presedent-personal-pane__media {
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 900;
    font-size: 18px;
}
.presedent-personal-pane__media li {
    margin-left: 30px;
}
.presedent-personal-pane__media li:first-child {
    margin-left: 0;
}
.lang-hy .presedent-personal-pane__media {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lang-hy .presedent-personal-pane__media li {
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
}
.presedent-personal-pane-phones {
    font-size: 17px;
    font-weight: 300;
}
.presedent-personal-pane-phones__h {
    margin-bottom: 15px;
    display: block;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media only screen and (max-width: 780px) {
    .presedent-personal-pane {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .presedent-personal-pane__img {
        padding-top: 0;
        max-width: none;
    }
    .presedent-personal-pane-name {
        padding-right: 20px;
        padding-left: 20px;
        max-width: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .presedent-personal-pane__body {
        padding: 30px 0 30px 20px;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 640px) {
    .presedent-personal-pane__img {
        height: 320px;
    }
    .presedent-personal-pane__media {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .presedent-personal-pane__media li {
        width: 50%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 340px) {
    .presedent-personal-pane__media li {
        width: 100%;
    }
}
.search-result-list-item {
    padding-left: 33px;
    margin-bottom: 27px;
    position: relative;
}
.search-result-list-item:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #cc193d;
}
.search-result-list-item__name {
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}
.search-result-list-item__text {
    display: block;
    font-weight: 300;
    font-size: 18px;
}
.search-result-list-more {
    text-align: center;
}
.search-mark {
    padding: 0 3px;
    background: #cc193d;
    color: #fff;
    display: inline-block;
    font-weight: 400;
}
.search-result-list-noresult {
    margin: 46px 0 0 0;
    font-size: 21px;
    font-weight: 400;
}
.search-noresult-mark {
    color: #cc193d;
}
.wrap-section-head-departament {
    padding: 80px 0;
    margin-bottom: 60px;
    background: #f4f4f4;
}
.section-head-departament {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section-head-departament-leader {
    position: relative;
}
.wrap-section-head-departament-leader__img {
    position: relative;
}
.wrap-section-head-departament-leader__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(0, 0, 0, 0)),
        color-stop(3%, rgba(0, 0, 0, 0)),
        color-stop(44%, rgba(0, 0, 0, 0.04)),
        color-stop(56%, rgba(0, 0, 0, 0.13)),
        color-stop(64%, rgba(0, 0, 0, 0.25)),
        color-stop(81%, rgba(0, 0, 0, 0.55)),
        color-stop(93%, rgba(0, 0, 0, 0.72)),
        to(rgba(0, 0, 0, 0.73))
    );
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.13) 56%, rgba(0, 0, 0, 0.25) 64%, rgba(0, 0, 0, 0.55) 81%, rgba(0, 0, 0, 0.72) 93%, rgba(0, 0, 0, 0.73) 100%);
}
.section-head-departament-leader__img {
    margin: 0;
    width: 722px;
    height: 530px;
    position: relative;
    background: #cbced2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.section-head-departament-leader__img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.section-head-departament-leader__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 60px;
    z-index: 3;
}
.section-head-departament-leader__name {
    margin: 0 10px 25px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
}
.section-head-departament-leader__name a {
    color: #fff;
    text-decoration: none;
}
.section-head-departament-leader__name a:hover {
    color: #fff;
}
.section-head-departament-leader__position {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
}
.section-head-departament-sub {
    margin-left: 20px;
    padding: 50px 35px 35px 60px;
    width: 100%;
    min-height: 530px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-head-departament-sub__h {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.section-head-departament-sub__person {
    margin-bottom: 0;
}
.section-head-departament-sub__person li {
    margin-bottom: 12px;
}
.section-head-departament-sub__deps {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}
.section-head-departament-sub__deps li {
    margin-bottom: 20px;
}
.section-head-departament-nav {
    padding: 35px 40px 0 60px;
    max-width: 390px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-head-departament-nav__list {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-head-departament-nav__list li {
    margin-bottom: 24px;
}
.section-head-departament-nav__list a {
    text-decoration: none;
}
@media only screen and (max-width: 780px) {
    .section-head-departament {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-head-departament-sub {
        margin-left: 0;
        min-height: 0;
        padding: 34px 20px 13px 20px;
    }
    .section-head-departament-sub__h {
        margin-bottom: 9px;
    }
    .section-head-departament-sub__person {
        margin-bottom: 20px;
    }
    .section-head-departament-nav {
        padding: 30px 0 15px 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
    }
    .wrap-section-head-departament {
        margin-bottom: 35px;
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px 20px 0 20px;
    }
    .section-head-departament-leader__img {
        width: auto;
        height: auto;
    }
    .section-head-departament-leader__img img {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .section-head-departament-leader {
        width: 100%;
    }
    .section-head-departament-leader__body {
        padding-left: 13px;
        bottom: 20px;
        left: 20px;
    }
    .section-head-departament-leader__name {
        margin-bottom: 0;
    }
    .section-head-departament-leader__position {
        font-size: 16px;
    }
    .section-head-departament-sub__deps {
        font-size: 16px;
    }
}
@media only screen and (max-width: 400px) {
    .section-head-departament-leader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-head-departament-leader {
        margin-bottom: 30px;
    }
}
.wrap-section-main-header {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 25px 50px 25px;
    color: #fff;
}
.wrap-section-main-header__search-page {
    margin-bottom: 20px;
    color: #142642;
}
.wrap-section-main-header__search-page .search-pane-btn {
    color: #142642;
}
.wrap-contact-page .section-main-header {
    color: #fff;
}
.section-main-header {
    margin: 0 0 15px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #142642;
}
.section-main-header h1 {
    margin: 0;
    padding: 0 30px 0 0;
    color: inherit;
    line-height: 1;
}
.section-main-header .section-main-header__toolbar {
    color: inherit;
    font-weight: 700;
    font-size: 20px;
}
.section-main-header .section-main-header__toolbar li {
    margin-bottom: 5px;
}
.section-main-header .section-main-header__toolbar a {
    color: inherit;
    text-decoration: none;
}
.bx-no-touch .section-main-header .section-main-header__toolbar a:hover {
    color: #cc193d;
}
.section-main-header-subtitle {
    color: inherit;
    font-size: 18px;
    font-weight: 300;
}
.section-main-header_search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-main-header_search h1 {
    max-width: 870px;
    padding-right: 30px;
}
.section-main-header_search .search-pane {
    padding-top: 7px;
    width: 100%;
    max-width: 400px;
}
.section-main-header_search .search-pane-btn,
.section-main-header_search .search-pane-input {
    color: inherit;
}
.section-main-header_search .search-pane-btn .ico-search svg {
    fill: currentColor;
}
.section-main-header_search-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-main-header_search-page h1 {
    max-width: 260px;
    width: 260px;
}
.section-main-header_search-page .search-pane {
    width: 100%;
    max-width: 400px;
}
.section-main-header_search-page .search-pane-input {
    color: inherit;
}
.section-main-header_search-page .search-pane-btn .ico-search svg {
    fill: currentColor;
}
.section-main-header_toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-main-header_toolbar h1 {
    max-width: 870px;
}
.section-main-header_toolbar .section-main-header__toolbar {
    position: absolute;
    top: 10px;
    right: 0;
}
@media only screen and (max-width: 780px) {
    .wrap-section-main-header {
        padding: 0 20px;
        margin-bottom: 0;
    }
    .wrap-section-main-header h1 {
        font-size: 42px;
        max-width: none;
        width: auto;
    }
    .section-main-header {
        padding: 20px 0;
        margin: 0;
    }
}
@media only screen and (max-width: 780px) {
    .section-main-header .section-main-header__toolbar {
        font-size: 18px;
    }
    .section-main-header_search,
    .section-main-header_search-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-main-header_search h1,
    .section-main-header_search-page h1 {
        margin-bottom: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}
.shedule-grid-pane {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.shedule-grid-pane-item {
    padding: 0 20px;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shedule-grid-pane-item__body {
    padding: 20px 20px 20px 120px;
    position: relative;
    display: block;
    background: #f3f3f3;
}
.bx-no-touch .shedule-grid-pane-item__body:hover {
    -webkit-box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
}
.shedule-grid-pane-item__date {
    display: block;
    position: absolute;
    top: 21px;
    left: 33px;
    color: #142642;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.shedule-grid-pane-item__date b {
    font-size: 42px;
    line-height: 1;
    display: block;
}
.shedule-grid-pane-item__date span {
    display: block;
    font-size: 18px;
    color: #b58e46;
}
.shedule-grid-pane-item__text {
    height: 125px;
    display: block;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
}
@media only screen and (max-width: 780px) {
    .shedule-grid-pane {
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .shedule-grid-pane-item {
        margin-bottom: 25px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
.wrap-square-grid-pane {
    margin-bottom: 75px;
}
.square-grid-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.square-grid-pane-col {
    -webkit-flex-basis: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.square-grid-pane-item {
    margin-bottom: 20px;
    width: calc(50% - 10px);
    line-height: 1.4;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
}
.square-grid-pane-item__text {
    display: block;
    overflow: hidden;
    height: 100%;
}
.bx-no-touch .square-grid-pane-item:hover .ico-square-grid-arrow {
    opacity: 1;
}
.square-grid-pane-item_filled {
    max-width: none;
    width: 100%;
    font-size: 22px;
}
.square-grid-pane-item_filled .ico-square-grid-arrow svg {
    fill: #fff;
}
.square-grid-pane-item_darkblue .square-grid-pane-item__link {
    background: #142642;
    color: #fff;
}
.bx-no-touch .square-grid-pane-item_darkblue .square-grid-pane-item__link:hover {
    color: #fff;
}
.square-grid-pane-item_red .square-grid-pane-item__link {
    background: #cc193d;
    color: #fff;
}
.bx-no-touch .square-grid-pane-item_red .square-grid-pane-item__link:hover {
    color: #fff;
}
.square-grid-pane-item_gold .square-grid-pane-item__link {
    background: #b58e46;
    color: #fff;
}
.bx-no-touch .square-grid-pane-item_gold .square-grid-pane-item__link:hover {
    color: #fff;
}
.square-grid-pane-item__link {
    padding: 40px 25px;
    width: 100%;
    height: 230px;
    display: block;
    position: relative;
    color: #142642;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .square-grid-pane-item__link:hover {
    color: #142642;
    -webkit-box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
}
.ico-square-grid-arrow {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 25px;
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.ico-square-grid-arrow svg {
    width: 100%;
    vertical-align: top;
    fill: #cc193d;
}
@media only screen and (max-width: 780px) {
    .square-grid-pane {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .square-grid-pane-item__link {
        padding: 40px 70px 40px 25px;
        min-height: 140px;
        height: auto;
    }
    .square-grid-pane-item_filled .square-grid-pane-item__link {
        height: 195px;
    }
    .square-grid-pane-col {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .square-grid-pane-item {
        max-width: none;
        width: 100%;
    }
}
.wrap-trade-list-pane {
    margin-bottom: 100px;
}
.wrap-trade-list-pane .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.trade-list-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.trade-list-pane-item {
    padding: 60px 30px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
}
.trade-list-pane-item_attach .trade-list-pane-item__count {
    padding: 20px 15px 0 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.trade-list-pane-item__count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    height: 150px;
    max-width: 150px;
    padding: 10px 0 0 0;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    background: #b58e46;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.trade-list-pane-item__body {
    padding: 20px 40px 20px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.trade-list-pane-item__body a {
    text-decoration: none;
}
span.trade-list-pane-item__date {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}
span.trade-list-pane-item__text {
    display: block;
    font-size: 15px;
}
.trade-list-pane-item-links {
    margin-top: 10px;
}
.trade-list-pane-item-links_h {
    margin-bottom: 7px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #999;
}
.trade-list-pane-item-links_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.trade-list-pane-item-links_list li {
    max-width: 190px;
    margin-right: 16px;
    margin-bottom: 10px;
    padding-left: 43px;
    position: relative;
}
.trade-list-pane-item-links_list li .ico-pdf-mini {
    position: absolute;
    top: -2px;
    left: 0;
}
.trade-list-pane-item-links_list a {
    color: #cc193d;
}
.bx-no-touch .trade-list-pane-item-links_list a:hover span {
    text-decoration: underline;
}
.trade-list-pane-more {
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .trade-list-pane-item {
        padding: 20px 10px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .trade-list-pane-item__body {
        padding: 20px;
    }
    .trade-list-pane-item__count {
        padding: 13px 20px;
        height: 65px;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        max-width: none;
    }
    .trade-list-pane-item_attach .trade-list-pane-item__count {
        padding: 20px;
        font-size: 18px;
    }
}
.structure-main-pane {
    margin-bottom: 60px;
    height: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.structure-main-pane a {
    text-decoration: none;
}
.structure-main-pane__img {
    max-width: 950px;
    width: 100%;
    height: 620px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.structure-main-pane__img img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.structure-main-pane__body {
    padding-left: 20px;
    width: 100%;
    height: 620px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.structure-main-pane-title {
    padding: 45px 0 65px 70px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.structure-main-pane-title__h {
    font-size: 30px;
    font-weight: 700;
}
.structure-main-pane-title__position {
    font-size: 16px;
    font-weight: 300;
}
.structure-main-pane-deps {
    margin-left: 0;
    padding: 80px 30px 45px 70px;
    height: 100%;
    line-height: 1.3;
    background: #142642;
    color: #fff;
}
.structure-main-pane-deps a {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
.bx-no-touch .structure-main-pane-deps a:hover {
    color: #cc193d;
}
.structure-main-pane-deps li {
    padding: 0 0 0 55px;
    margin-bottom: 30px;
    position: relative;
}
.structure-main-pane-deps li:last-child {
    margin-bottom: 0;
}
.structure-main-pane-deps li:after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0;
    background: #fff;
}
@media only screen and (max-width: 780px) {
    .structure-main-pane__body {
        padding-left: 0;
    }
    .structure-main-pane-deps a {
        font-weight: 400;
    }
    .structure-main-pane__img {
        margin: 0 auto -2px auto;
        padding-bottom: 61.3%;
        overflow: hidden;
    }
    .structure-main-pane-title {
        margin-bottom: -2px;
        padding: 20px;
        color: #fff;
        background: #142642;
        min-height: 0;
    }
    .structure-main-pane-title a {
        color: #fff;
    }
    .bx-no-touch .structure-main-pane-title a:hover {
        color: #fff;
    }
    .structure-main-pane-title__h {
        font-size: 24px;
    }
    .structure-main-pane {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .structure-main-pane-deps {
        margin-left: 0;
        padding: 30px 20px 30px 20px;
    }
    .structure-main-pane__img {
        height: 540px;
        padding: 0;
    }
    .structure-main-pane__body {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 640px) {
    .structure-main-pane__img {
        height: 320px;
    }
}
.photo-slider .fotorama__thumb-border {
    border-color: #cc193d;
}
.photo-slider .fotorama__wrap--slide .fotorama__stage__frame {
    background: #f3f3f3;
}
.photo-slider {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.photo-slider-footer {
    margin-top: 25px;
    text-align: center;
}
.photo-slider-item {
    position: relative;
    height: 100%;
    text-align: center;
}
.photo-slider-item__desct {
    padding: 20px 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(20, 38, 66, 0.7);
}
.photo-slider-count {
    padding: 12px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    background: #b58e46;
    color: #e0c596;
}
.photo-slider-count__current {
    color: #fff;
}
.wrap-photo-slider__slider {
    position: relative;
}
.photo-slider__next,
.photo-slider__prev {
    position: absolute;
    top: calc(50% - 110px);
    left: -20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.photo-slider__next svg,
.photo-slider__prev svg {
    fill: #cc193d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx-no-touch .photo-slider__next:hover svg,
.bx-no-touch .photo-slider__prev:hover svg {
    opacity: 0.7;
}
.photo-slider__next {
    left: auto;
    right: -20px;
}
.photo-slider__next svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media only screen and (max-width: 780px) {
    .photo-slider__next,
    .photo-slider__prev {
        top: calc(50% - 110px);
    }
}
@media only screen and (max-width: 640px) {
    .photo-slider__next,
    .photo-slider__prev {
        top: calc(50% - 90px);
    }
}
.wrap-work-group-section {
    margin-bottom: 0;
    width: 100%;
    padding: 80px 0 0 0;
    background: #fff;
}
.wrap-work-group-section_forum {
    margin-bottom: 90px;
}
.work-group-section {
    margin: 0 auto;
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section__aside {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section__h {
    margin-top: -15px;
    font-size: 30px;
}
.work-group-section__main {
    width: calc(100% - 245px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 780px) {
    .work-group-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .work-group-section__aside {
        margin-bottom: 25px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .work-group-section__h {
        margin-top: 0;
        margin-bottom: 0;
    }
    .work-group-section__main {
        width: 100%;
    }
    .wrap-work-group-section {
        padding: 30px 0 0 0;
    }
}
.vacansy-conditions {
    max-width: 1350px;
    margin: 0 auto 70px auto;
    position: relative;
}
.vacansy-conditions-h {
    margin-bottom: 24px;
    max-width: 640px;
    font-weight: 700;
    font-size: 20px;
}
.vacansy-conditions-list {
    max-width: 560px;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 300;
}
.vacansy-conditions-list li {
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
    -webkit-box-shadow: inset 5px 0 0 0 #b58e46;
    box-shadow: inset 5px 0 0 0 #b58e46;
}
.vacansy-conditions-archive {
    padding: 10px 0 0 0;
    width: 100%;
    max-width: 260px;
    position: absolute;
    right: 100px;
    bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
    border-top: 10px solid #cc193d;
}
.vacansy-conditions-archive a {
    text-decoration: none;
}
.vacansy-conditions-archive li {
    margin-top: 20px;
}
.vacansy-list-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.vacansy-list-pane__col {
    width: calc(50% - 10px);
}
.vacansy-list-pane-body {
    padding-right: 60px;
    display: none;
}
.vacansy-list-pane-body .vacansy-list-grid {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vacansy-list-pane-body .vacansy-list-grid-col {
    padding: 0 10px;
    width: calc(50% - 10px);
}
.vacansy-list-pane-item {
    margin-bottom: 10px;
    padding: 15px 60px 15px 90px;
    display: block;
    position: relative;
    color: #142642;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 900;
    background: #eee;
}
.bx-no-touch .vacansy-list-pane-item:hover,
.vacansy-list-pane-item_act {
    background: #b58e46;
    color: #fff;
}
.vacansy-list-pane-item .ico-arrow-accordion {
    width: 30px;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
.vacansy-list-pane-item .ico-arrow-accordion svg {
    fill: #142642;
}
.vacansy-list-pane-item_act .ico-arrow-accordion {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.vacansy-list-pane-item_act .ico-arrow-accordion svg {
    fill: #fff;
}
.vacansy-list-pane-mobile-body {
    display: none;
    overflow: hidden;
}
.vacansy-list-pane-mobile-body_open {
    display: none;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.vacansy-list-pane-mobile-body {
    display: block;
    max-height: 0;
}
.vacansy-list-pane-mobile-body_open {
    max-height: 10000px;
}
@media only screen and (max-width: 780px) {
    .wrap-vacansy-list-grid {
        margin: 0;
    }
    .vacansy-conditions-archive {
        margin-bottom: 30px;
        position: static;
        text-align: left;
    }
    .vacansy-list-pane__col_items {
        display: none;
    }
    .vacansy-list-pane-item {
        padding: 15px 45px 15px 15px;
    }
    .bx-touch .vacansy-list-pane-item:hover {
        color: #142642;
    }
    .bx-touch .vacansy-list-pane-item.vacansy-list-pane-item_act:hover {
        color: #fff;
    }
    .vacansy-conditions-list li {
        padding: 10px 10px 10px 30px;
    }
    .vacansy-list-pane {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .vacansy-list-pane-item .ico-arrow-accordion {
        right: 15px;
        width: 23px;
        height: 18px;
        -webkit-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .vacansy-list-pane-item_act .ico-arrow-accordion {
        -webkit-transform: translate(0, -50%) rotate(-90deg);
        -ms-transform: translate(0, -50%) rotate(-90deg);
        transform: translate(0, -50%) rotate(-90deg);
    }
    .vacansy-list-pane__col {
        width: 100%;
        margin-bottom: 30px;
    }
    .vacansy-list-pane-body {
        padding-right: 0;
    }
    .vacansy-list-pane-body .vacansy-list-grid-col {
        padding: 0;
        width: 100%;
    }
    .vacansy-conditions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vacansy-conditions-h {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .vacansy-conditions-list {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .vacansy-conditions-archive {
        font-size: 15px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.wrap-work-group-section-shedule {
    margin-bottom: 0;
    padding: 80px 20px;
    width: 100%;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section-shedule {
    margin: 0 auto;
    max-width: 1260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section-shedule__aside {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
    -ms-flex: 0 0 245px;
    flex: 0 0 245px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section-shedule__h {
    margin-top: -15px;
    margin-bottom: 16px;
    font-size: 30px;
}
.work-group-section-shedule__main {
    width: calc(100% - 245px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.work-group-section-shedule-slider {
    width: 100%;
}
.work-group-section-shedule-events {
    max-width: 370px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 370px;
    -ms-flex: 1 0 370px;
    flex: 1 0 370px;
}
.work-group-section-shedule-calendar {
    max-width: 560px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 560px;
    -ms-flex: 1 0 560px;
    flex: 1 0 560px;
    color: #fff;
}
.work-group-section-shedule-calendar .events-calendar {
    height: 290px;
}
.work-group-section-shedule-events-item {
    margin-bottom: 10px;
    min-height: 120px;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}
.bx-no-touch .work-group-section-shedule-events-item:hover .work-group-section-shedule-events-item__body {
    color: #cc193d;
}
.work-group-section-shedule-events-item__date {
    padding-top: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    background: #cc193d;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-section-shedule-events-item__date span {
    display: block;
    line-height: 42px;
    font-size: 42px;
    font-weight: 900;
}
.work-group-section-shedule-events-item__body {
    padding: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
@media only screen and (max-width: 780px) {
    .wrap-work-group-section-shedule {
        padding: 30px 20px;
        margin: 0 -20px;
    }
    .work-group-section-shedule-calendar .events-calendar {
        height: 390px;
    }
    .work-group-section {
        padding: 0;
    }
    .work-group-section-shedule {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .work-group-section-shedule__aside {
        margin-bottom: 25px;
        padding-left: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .work-group-section-shedule__h {
        margin-top: 0;
        margin-bottom: 0;
    }
    .work-group-section-shedule__main {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .work-group-section-shedule-events {
        max-width: none;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .work-group-section-shedule-calendar {
        max-width: none;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 640px) {
    .work-group-section-shedule__h {
        font-size: 26px;
    }
}
.work-group-entity {
    width: 100%;
}
.wrap-work-group-entity-item {
    position: relative;
}
.wrap-work-group-entity-item_is--delete .work-group-entity-ico {
    background: #cbced3;
}
.wrap-work-group-entity-item_is--delete .work-group-entity-body {
    color: #999;
}
.wrap-work-group-entity-item_is--delete .work-group-entity-doc__del .ico-doc-preloader {
    display: block;
}
.wrap-work-group-entity-item_is--delete .work-group-entity-doc__del svg {
    display: none;
}
.work-group-entity-item {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}
.work-group-entity-ico {
    min-height: 85px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    display: block;
    background: #b58e46;
    text-align: center;
}
.work-group-entity-ico svg {
    fill: #fff;
}
.ico-work-group-entity {
    margin-top: 25px;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.ico-work-group-entity svg {
    width: 100%;
    height: 100%;
}
.work-group-entity-body {
    padding: 23px 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-group-entity-body__text {
    display: block;
    font-size: 16px;
}
.work-group-entity-item_disabled .work-group-entity-ico {
    background: #cbced3;
}
.work-group-entity-item_disabled .work-group-entity-body {
    color: #999;
    font-style: italic;
}
.work-group-entity-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.work-group-entity-user__name {
    width: 50%;
    font-size: 18px;
    font-weight: 700;
}
.work-group-entity-user__post {
    width: 50%;
    font-weight: 100;
}
.work-group-entity-doc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.work-group-entity-doc b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
.work-group-entity-doc__name {
    padding-right: 15px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.work-group-entity-doc__name span {
    display: block;
    line-height: 1.2;
}
.work-group-entity-doc__user {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.work-group-entity-doc__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.work-group-entity-doc__del {
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.work-group-entity-doc__del svg {
    width: 20px;
    height: 20px;
}
.bx-no-touch .work-group-entity-doc__del:hover svg {
    fill: #cc193d;
}
.work-group-entity-doc__del .ico-doc-preloader {
    display: none;
}
.work-group-add-user-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.work-group-add-user-list__remove {
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyI+ICA8cGF0aCBmaWxsPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMTcgNi41bDQuNjUgNC42NS0xLjE3IDEuMTdMNiA3LjY3bC00LjY1IDQuNjUtMS4xNy0xLjE3TDQuODMgNi41LjE4IDEuODUgMS4zNS42OCA2IDUuMzMgMTAuNjUuNjhsMS4xNyAxLjE3TDcuMTcgNi41eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    text-indent: -999999px;
    z-index: 1;
}
.work-group-add-user-list li {
    padding: 5px 27px 5px 11px;
    margin: 0 3px 3px 0;
    position: relative;
    font-size: 14px;
    background: #152741;
    color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 780px) {
    .work-group-entity-doc__name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
    .work-group-entity-doc__date {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}
@media only screen and (max-width: 640px) {
    .work-group-entity-user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .work-group-entity-user__name,
    .work-group-entity-user__post {
        width: 100%;
        font-size: 17px;
        line-height: 1.3;
    }
    .work-group-entity-doc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .work-group-entity-doc__date,
    .work-group-entity-doc__name,
    .work-group-entity-doc__user {
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .work-group-entity-doc__date {
        margin-bottom: 0;
    }
}
.work-group-slider-slider {
    width: 100%;
}
.work-group-slider-slider .slick-dots {
    bottom: -35px;
}
.wrap-section-work-groups-link {
    margin-bottom: 90px;
    padding: 70px 0 60px 0;
    background: #f4f4f4;
}
.section-work-groups-link {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-work-groups-link__h {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 235px;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    font-size: 30px;
}
.section-work-groups-link__body {
    width: 100%;
}
.work-groups-link-pane-item {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}
.work-groups-link-pane-ico {
    min-height: 70px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    display: block;
    background: #b58e46;
}
.work-groups-link-pane-ico svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
}
.work-groups-link-pane-ico__pdf {
    display: block;
    background: #000;
}
.work-groups-link-pane-item-body {
    padding: 23px 20px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.work-groups-link-pane-item__text {
    display: block;
    font-size: 16px;
}
@media only screen and (max-width: 780px) {
    .section-work-groups-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-work-groups-link__h {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 640px) {
    .work-groups-link-pane-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .work-groups-link-pane-ico {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.wrap-nofound-pane {
    text-align: center;
    position: relative;
    z-index: 2;
}
.nofound-pane {
    margin: 0 auto;
    width: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.nofound-pane__h {
    margin: 0 0 12px 0;
    display: block;
    font-weight: 700;
    font-size: 200px;
    line-height: 200px;
    color: #cc193d;
}
.nofound-pane__text {
    margin: 0 0 14px 0;
    display: block;
}
.nofound-pane_link {
    display: block;
    color: #cc193d;
}
.nofound-pane_link a {
    color: #cc193d;
    text-decoration: none;
    border-bottom: 1px solid #cc193d;
}
.bx-no-touch .nofound-pane_link a:hover {
    border-color: transparent;
}
@media only screen and (max-width: 780px) {
    .wrap-nofound-pane {
        padding-top: 40px;
        margin: 0;
    }
    .nofound-pane {
        margin: 0 auto;
        width: 320px;
        height: 320px;
        font-size: 16px;
        font-weight: 400;
        -webkit-box-shadow: 0 0 0 1px #cc193d;
        box-shadow: 0 0 0 1px #cc193d;
    }
    .nofound-pane:after {
        width: 340px;
        height: 340px;
    }
    .nofound-pane__h {
        display: block;
        font-weight: 700;
        font-size: 100px;
        line-height: 100px;
        color: #cc193d;
    }
}
.btn,
input[type="reset"]:not([class]),
input[type="submit"]:not([class]) {
    margin: 0;
    padding: 18px 25px;
    height: auto;
    display: inline-block;
    font-size: 14px;
    font-family: roboto, Arial, serif;
    font-weight: 900;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    background: #b58e46;
    border-radius: 50px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, -webkit-box-shadow 0.2s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out, -webkit-box-shadow 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, background 0.3s ease-out, color 0.3s ease-out;
    transition: box-shadow 0.2s ease-out, background 0.3s ease-out, color 0.3s ease-out;
    transition: box-shadow 0.2s ease-out, background 0.3s ease-out, color 0.3s ease-out, -webkit-box-shadow 0.2s ease-out;
    border: none;
}
.bx-no-touch .btn:hover,
.bx-no-touch input[type="reset"]:not([class]):hover,
.bx-no-touch input[type="submit"]:not([class]):hover {
    text-decoration: none;
    color: #fff;
    background: #967332;
    -webkit-box-shadow: inset 0 0 0 2px #967332;
    box-shadow: inset 0 0 0 2px #967332;
}
.btn-cont-tab {
    color: #142642;
    background: #fff;
}
.btn-cont-tab__act {
    color: #fff;
    background: #cc193d;
}
.bx-no-touch .btn-cont-tab__act:hover {
    color: #cc193d;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.bx-no-touch .btn-cont-tab:hover {
    color: #cc193d;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_mini {
    padding: 14px 25px;
}
.btn_reset {
    padding: 7px 14px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_reset:hover {
    color: #fff;
}
.bx-no-touch .btn_reset:hover {
    color: #fff;
    background: #cc193d;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_ico {
    padding-left: 50px;
}
.btn_ico svg {
    fill: #fff;
}
.bx-no-touch .btn_ico:hover svg {
    fill: #fff;
}
.btn .ico-btn-play {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn_border {
    color: #b58e46;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #b58e46;
    box-shadow: inset 0 0 0 2px #b58e46;
}
.btn_border:hover {
    color: #fff;
}
.bx-no-touch .btn_border:hover {
    background: #b58e46;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #b58e46;
    box-shadow: inset 0 0 0 2px #b58e46;
}
.btn_border_bg {
    background: #b58e46;
}
.btn_red {
    color: #fff;
    background: #cc193d;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_red:hover {
    color: #fff;
}
.bx-no-touch .btn_red:hover {
    color: #fff;
    background: #b58e46;
    -webkit-box-shadow: inset 0 0 0 2px #b58e46;
    box-shadow: inset 0 0 0 2px #b58e46;
}
.btn_border-red {
    color: #cc193d;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_border-red:hover {
    color: #fff;
}
.bx-no-touch .btn_border-red:hover {
    background: #cc193d;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_border-red_bg {
    background: #cc193d;
}
.btn_border-white {
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.btn_border-white:hover {
    color: #fff;
}
.bx-no-touch .btn_border-white:hover {
    background: #cc193d;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #cc193d;
    box-shadow: inset 0 0 0 2px #cc193d;
}
.btn_border-white_bg {
    background: #cc193d;
}
.btn_border-darkgray {
    color: #787d86;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 2px #787d86;
    box-shadow: inset 0 0 0 2px #787d86;
}
.btn_border-darkgray:hover {
    color: #fff;
}
.bx-no-touch .btn_border-darkgray:hover {
    background: #787d86;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #787d86;
    box-shadow: inset 0 0 0 2px #787d86;
}
.btn_border-darkgray_bg {
    background: #787d86;
}
.btn_gray {
    color: #142642;
    background: #f3f3f3;
}
.bx-no-touch .btn_gray:hover {
    background: #fff;
    color: #142642;
    -webkit-box-shadow: inset 0 0 0 2px #f3f3f3;
    box-shadow: inset 0 0 0 2px #f3f3f3;
}
.btn[disabled] {
    background: #e6e9ed;
    color: #aab2bd;
    cursor: default;
    -webkit-box-shadow: inset 0 0 0 2px #e6e9ed;
    box-shadow: inset 0 0 0 2px #e6e9ed;
}
.btn[disabled] .btn__icon svg {
    fill: #aab2bd;
}
.btn__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.btn__icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
@media only screen and (max-width: 780px) {
    .btn,
    input[type="reset"]:not([class]),
    input[type="submit"]:not([class]) {
        padding: 18px 15px;
    }
    .btn_ico {
        padding-left: 40px;
    }
    .btn .ico-btn-play {
        left: 20px;
    }
}
.table {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-weight: 300;
    background: #fff;
    border-collapse: separate;
    border-bottom: none;
}
.table tr:nth-child(even) {
    background: #f4f4f4;
}
.table th {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    border-collapse: collapse;
    border: none;
}
.table td {
    margin: 0;
    padding: 20px;
    border-collapse: collapse;
    vertical-align: middle;
    border: none;
}
.table td:first-child {
    border-left: none;
}
.table_vacancy th {
    width: 300px;
}
.wrap-tabs-pane_search .tabs-pane-header {
    margin-bottom: 33px;
}
.table-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-styled {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border-collapse: separate;
    border-bottom: none;
}
.table-styled__mark {
    color: #cc193d;
}
.table-styled tr:first-child th {
    background: #132742;
    border-top: none;
    border-left: 4px solid #707d8d;
}
.table-styled tr:first-child th:first-child {
    border-left: none;
}
.table-styled th {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    border-top: 4px solid #fff;
    background: #b58f46;
}
.table-styled td {
    margin: 0;
    padding: 20px;
    vertical-align: middle;
    background: #f4f4f4;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}
.table-styled td:first-child {
    border-left: none;
}
.table-doc-download {
    margin-right: -20px;
    padding-right: 55px;
    height: 100%;
    position: relative;
}
.table-doc-download__link {
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.table-doc-download__link:hover {
    opacity: 0.8;
}
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-right {
    width: 6px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTRweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjQzLCAxMTcsIDEzOCkiIHN0cm9rZS13aWR0aD0iMnB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIgZD0iTTUuNjQxLDEyLjAwNyBMMC45OTUsNi41MDAgTDUuNjQxLDAuOTkzICIvPjwvc3ZnPg==);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left {
    width: 6px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTRweCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgc3Ryb2tlPSJyZ2IoMjQzLCAxMTcsIDEzOCkiIHN0cm9rZS13aWR0aD0iMnB4IiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgZmlsbD0ibm9uZSIgZD0iTTUuNjQxLDEyLjAwNyBMMC45OTUsNi41MDAgTDUuNjQxLDAuOTkzICIvPjwvc3ZnPg==);
}
.bootstrap-datetimepicker-widget .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 15px 36px;
    width: 209px;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #b58e46;
    border-bottom-color: #b58e46;
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b58e46;
    border-top-color: #b58e46;
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .next {
    padding-bottom: 8px;
}
.bootstrap-datetimepicker-widget .prev {
    padding-bottom: 8px;
}
.bootstrap-datetimepicker-widget .picker-switch {
    padding-bottom: 16px;
    text-align: center;
    font-style: 16px;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 20px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #b58e46;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:nth-child(2) th {
    padding-bottom: 10px;
    color: #b58e46;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    color: #b58e46;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 29px;
    line-height: 29px;
    width: 29px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #cc193d;
    cursor: pointer;
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #b58e46;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #b58e46;
    border-top-color: #b58e46;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #b58e46;
    color: #142642;
    text-shadow: 6.5px 11.258px 19px 0 rgba(150, 150, 150, 0.28);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #b58e46;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 20px;
}
.bx-no-touch .bootstrap-datetimepicker-widget table td span:hover {
    background: #cc193d;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #b58e46;
    color: #142642;
    text-shadow: 6.5px 11.258px 19px 0 rgba(150, 150, 150, 0.28);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #b58e46;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #b58e46;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.wrap-breadcrumbs {
    position: relative;
}
ul.breadcrumbs {
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.1;
}
ul.breadcrumbs li {
    margin: 0;
    padding: 0 30px 10px 0;
    position: relative;
    list-style: none;
    color: #142642;
    white-space: nowrap;
}
ul.breadcrumbs li a {
    padding: 0;
    display: inline-block;
    color: #142642;
    line-height: 1.1;
    text-decoration: none;
}
.bx-no-touch ul.breadcrumbs li a:hover {
    color: #cc193d;
    text-decoration: none;
}
ul.breadcrumbs li span {
    display: inline-block;
}
ul.breadcrumbs li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 9px;
    background: transparent url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2210px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23142642%22%20d%3D%22M7.324,4.176%20L4.125,0.949%20L4.945,0.129%20L9.566,4.750%20L4.945,9.371%20L4.125,8.551%20L7.324,5.324%20L0.324,5.324%20L0.324,4.176%20L7.324,4.176%20Z%22/%3E%3C/svg%3E) no-repeat 0 0;
}
ul.breadcrumbs li:last-child {
    white-space: normal;
}
ul.breadcrumbs li:last-child:after {
    display: none;
}
ul.breadcrumbs li:last-child span {
    position: relative;
}
ul.breadcrumbs li:first-child {
    padding-left: 0;
    border: none;
}
.wrap-contact-page ul.breadcrumbs li {
    color: #fff;
}
.wrap-contact-page ul.breadcrumbs li a {
    color: #fff;
}
.bx-no-touch .wrap-contact-page ul.breadcrumbs li a:hover {
    color: #cc193d;
}
.wrap-contact-page ul.breadcrumbs li:after {
    content:'';
    background: transparent url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2210px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22rgb%28255,%20255,%20255%29%22%20d%3D%22M7.324,4.176%20L4.125,0.949%20L4.945,0.129%20L9.566,4.750%20L4.945,9.371%20L4.125,8.551%20L7.324,5.324%20L0.324,5.324%20L0.324,4.176%20L7.324,4.176%20Z%22/%3E%3C/svg%3E) no-repeat 0 0;
}
@media only screen and (max-width: 780px) {
    .wrap-breadcrumbs {
        display: none;
    }
}
.wrap-footer {
    padding: 80px 55px 0 55px;
    color: #fff;
    background: #152642;
}
.wrap-footer a,
.wrap-footer a:not([class]) {
    color: #fff;
    text-decoration: none;
}
.wrap-footer a:hover,
.wrap-footer a:not([class]):hover {
    color: #fff;
    text-decoration: underline;
}
.footer {
    margin: 0 auto;
    overflow: hidden;
}
.footer a[href^="mailto:"],
.footer a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
.bx-no-touch .footer a[href^="mailto:"]:hover,
.bx-no-touch .footer a[href^="tel:"]:hover {
    color: #cc193d;
}
@media only screen and (max-width: 780px) {
    .wrap-footer {
        padding: 0 20px 20px 20px;
    }
}
@media only screen and (max-width: 780px) {
    .footer-visually {
        display: none;
    }
}
.footer-bottom {
    /*min-height: 135px;*/
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #182d4c;
}
@media only screen and (max-width: 780px) {
    .footer-bottom {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bottom__col {
        margin-bottom: 16px;
    }
}
.wrap-footer-nav {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-nav {
    padding-right: 50px;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 16px;
}
.footer-nav_only-h {
    margin-bottom: 30px;
}
.footer-nav__item {
    margin-bottom: 15px;
    max-width: 330px;
}
.footer-nav__item_h {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
    .wrap-footer-nav {
        /*display: none;*/
        padding: 30px 0;
    }
}
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*select {
    border: none;
    background: 0 0;
    line-height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.adm-detail-content-table select {
    line-height: 1.5;
}
.form .field {
    margin-bottom: 15px;
}
.field {
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}
.field .field-label,
.field > label {
    margin: 0 0 12px 0;
    padding: 0;
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #142642;
}
.field_inline {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.field_inline-textarea {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.field_inline-textarea .field-label,
.field_inline-textarea > label {
    margin-top: 10px;
    padding: 0 15px 0 40px;
}
.field_inline .field-label,
.field_inline > label {
    margin: 0;
    padding: 0 15px 0 40px;
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}
.form-appeal-footer {
    padding-left: 40px;
}
.form-appeal-footer .field {
    margin-bottom: 40px;
}
@media only screen and (max-width: 780px) {
    .form-appeal-footer {
        padding-left: 0;
    }
    .field-file-upload-label {
        width: 140px;
        padding-left: 0;
    }
    .field_inline .field-label,
    .field_inline label {
        width: 140px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 640px) {
    .field-file-upload-label {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .field_inline {
        display: block;
    }
    .field_inline .field-label,
    .field_inline label {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
.field_success .field-input,
.has-success .field-input {
    border: 2px solid green;
}
.bx-no-touch .field_success .field-input:hover,
.bx-no-touch .has-success .field-input:hover,
.field_success .field-input:focus,
.has-success .field-input:focus {
    border: 2px solid green;
}
.field_success .field__req,
.has-success .field__req {
    display: none;
}
.field_success .field__status_succes,
.has-success .field__status_succes {
    display: inline-block;
}
.field_error .field-input,
.form-appeal .field_error .field-input,
.has-error .field-input {
    border-color: #cc193d;
    color: #cc193d;
}
.field_error .field-tips_error,
.form-appeal .field_error .field-tips_error,
.has-error .field-tips_error {
    display: block;
}
.field_error .field__status_succes,
.form-appeal .field_error .field__status_succes,
.has-error .field__status_succes {
    display: none;
}
.field_confirm .field__status_succes {
    display: inline-block;
}
.field_confirm.field_error .field__status_succes {
    display: none;
}
.field_confirm .field__req {
    display: none;
}
.field-input.parsley-error,
.form-appeal .field-input.parsley-error {
    border-color: #cc193d;
    color: #cc193d;
}
.field-tips {
    margin: 5px 0 0;
    line-height: normal;
    font-size: 13px;
    text-align: left;
}
.field-tips_error,
i.field-tips_error {
    margin-top: 5px;
    color: #cc193d;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
}
.wrap-field-input__textarea .field-tips_error {
    top: auto;
    bottom: calc(100% + 10px);
}
.wrap-field-input__textarea .field-tips_error:after {
    top: auto;
    bottom: 0;
}
.wrap-field-input__textarea .field-tips_error:before {
    top: auto;
    bottom: -6px;
}
.form-appeal .field-tips_error {
    position: absolute;
    left: 0;
    bottom: -21px;
}
.field-input-radio .field-tips_error {
    top: 30px;
    left: 0;
}
.field-input-radio .field-tips_error:after,
.field-input-radio .field-tips_error:before {
    margin-left: 0;
    left: 5px;
    z-index: -1;
}
.field-input-radio .field-tips_error:after {
    z-index: 0;
}
.h--tooltip-top .field-tips_error {
    top: auto;
    bottom: 48px;
    left: 0;
}
.h--tooltip-top .field-tips_error:after,
.h--tooltip-top .field-tips_error:before {
    margin-left: 0;
    left: 7px;
    bottom: -6px;
    top: auto;
    z-index: -1;
}
.h--tooltip-top .field-tips_error:after {
    z-index: 0;
    bottom: 0;
    left: 3px;
}
.field_error .field-input-radio input[type="checkbox"] + i + span:before,
.field_error .field-input-radio input[type="checkbox"] + span:before {
    border-color: #cc193d;
}
.wrap-field-input {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.wrap-field-input_date .ico-field-date {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 8;
}
.field-input {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 45px;
    position: relative;
    line-height: 1;
    background: #fff;
    border: 2px solid #c5c8ce;
    font-family: roboto, Arial, serif;
    font-size: 14px;
    font-weight: 700;
    
    border-radius: 0;
    color: #142642;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.field-input::-webkit-input-placeholder {
    color: #b7b7b7;
}
.field-input::-ms-input-placeholder {
    color: #b7b7b7;
}
.field-input::placeholder {
    color: #b7b7b7;
}
.field-input:focus {
    border-color: #b58e46;
}
.field-input[disabled] {
    background: #f5f7fa;
    border-color: #ccd1d9;
    color: #aab2bd;
    -webkit-text-fill-color: #aab2bd;
    -webkit-opacity: 1;
}
.bx-no-touch .field-input[disabled]:hover {
    border-color: #ccd1d9;
    color: #aab2bd;
    -webkit-text-fill-color: #aab2bd;
}
.bx-no-touch .field-input[disabled]:hover ~ .wrap-field-input__icon:before {
    background-color: #ccd1d9;
}
.bx-no-touch .field-input[disabled]:hover ~ .wrap-field-input__icon svg {
    fill: #ccd1d9;
}
.field-input[disabled]:focus {
    border-color: #ccd1d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aab2bd;
    -webkit-text-fill-color: #aab2bd;
}
.field-input[disabled] ~ .wrap-field-input__icon {
    cursor: default;
}
.parsley-error .field-input {
    background: #fff4f4;
}
.js--datetimepicker ~ .wrap-field-input__icon {
    cursor: pointer;
}
.field-input-textarea {
    margin: 0;
    padding: 12px 0 0 12px;
    width: 100%;
    height: 140px;
    max-height: 120px;
    position: relative;
    overflow-x: hidden;
    font-family: roboto, Arial, serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #142642;
    vertical-align: top;
    background: #fff;
    border: 2px solid #c5c8ce;
    text-align: left;
    text-transform: normal;
    border-radius: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.field-input-textarea::-webkit-input-placeholder {
    color: #b7b7b7;
}
.field-input-textarea::-ms-input-placeholder {
    color: #b7b7b7;
}
.field-input-textarea::placeholder {
    color: #b7b7b7;
}
.field-input-textarea:focus {
    border-color: #b58e46;
}
.wrap-field-input-select {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50px;
    display: inline-block;
    font-family: roboto, Arial, serif;
    position: relative;
    line-height: 1;
    border: 2px solid #c5c8ce;
    background: 0 0;
    border-radius: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.wrap-field-input-select .field-input-select {
    margin: 0;
    padding: 0 15px 0 15px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    position: relative;
    font-family: roboto, Arial, serif;
    font-weight: 300;
    color: #142642;
    font-size: 14px;
    border: none;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap-field-input-select .field-input-select:focus {
    outline: 0;
}
.wrap-field-input-select .field-input-select::-ms-expand {
    display: none;
}
.field .field-input-radio {
    margin: 0 15px 0 0;
    font-size: 16px;
    display: inline-block;
    position: relative;
    text-align: left;
}
.field .field-input-radio:last-child {
    margin-right: 0;
}
.field_check .field-input-radio {
    min-height: 28px;
    display: inline-block;
}
.field_radio .field-group {
    padding: 0;
    width: 100%;
    display: inline-block;
}
.field_check .field-label,
.field_radio .field-label {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 14px;
}
.field_check,
.field_radio {
    margin-bottom: 9px;
}
.field_radio .field-input-radio {
    display: inline-block;
}
.field-from-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.field-from-to .field {
    margin-bottom: 0;
}
.field-from-to .field-input {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    max-width: 95px;
    height: 28px;
    font-size: 13px;
}
.field-from-to__devider {
    margin: 0 7px;
}
.field-input-radio {
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.field-input-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.field-input-radio input[type="radio"] + span {
    padding: 0 0 0 30px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
}
.field-input-radio input[type="radio"] + span:before {
    content: "";
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b58e46;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field-input-radio input[type="radio"]:checked + span:before {
    border-color: #b58e46;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 35px #b58e46;
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 35px #b58e46;
}
.bx-no-touch .field-input-radio input[type="radio"]:hover + span:before {
    border-color: #b58e46;
}
.field-input-radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.field-input-radio input[type="checkbox"] + i + span,
.field-input-radio input[type="checkbox"] + span {
    padding: 0 0 0 30px;
    min-height: 20px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
}
.field-input-radio input[type="checkbox"] + i + span:before,
.field-input-radio input[type="checkbox"] + span:before {
    content: "";
    margin: 0;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    border: 2px solid #c5c8ce;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
.field-input-radio input[type="checkbox"]:checked + i + span:before,
.field-input-radio input[type="checkbox"]:checked + span:before {
    border-color: #c5c8ce;
    background-color: #c5c8ce;
    background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2278.369px%22%20height%3D%2278.369px%22%20viewBox%3D%220%200%2078.369%2078.369%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23434a54%22%20d%3D%22M78.04919.015L29.45867.606c-0.428,0.428-1.121,0.428-1.548,0L0.3240.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704c0.428-0.427,1.121-0.427,1.5480l20.11320.112l41.113-41.113c0.429-0.427,1.12-0.427,1.5480l6.7036.704C78.47717.89478.47718.58678.04919.015z%22/%3E%3C/svg%3E);
    -webkit-background-size: 11px 9px;
    background-size: 11px 9px;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-no-touch .field-input-radio input[type="checkbox"]:hover + i + span:before,
.bx-no-touch .field-input-radio input[type="checkbox"]:hover + span:before {
    border-color: #b58e46;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"] + span {
    padding: 0 0 0 23px;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"] + span:before {
    width: 23px;
    height: 23px;
    top: 0;
    border: 1px solid #fff;
    background: 0 0;
    border-radius: 1px;
    border-radius: 100%;
}
.field_checkbox-grid .field-input-radio input[type="checkbox"]:checked + span:before {
    border-color: #fff;
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2078.37%2078.37%22%3E%3Cpath%20d%3D%22M78.05%2019.02L29.45%2067.6a1.1%201.1%200%200%201-1.54%200L.32%2040a1.1%201.1%200%200%201%200-1.54l6.7-6.7a1.1%201.1%200%200%201%201.55%200l20.11%2020.1%2041.12-41.1a1.1%201.1%200%200%201%201.55%200l6.7%206.7a1.1%201.1%200%200%201%200%201.55z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E);
    -webkit-background-size: 12px 10px;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-no-touch .field_checkbox-grid .field-input-radio input[type="checkbox"]:hover + span:before {
    border-color: #fff;
}
.field-file-upload {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.field-file-upload-label {
    margin-bottom: 0;
    padding: 0 15px 0 40px;
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.field-file-upload {
    position: relative;
    overflow: hidden;
}
.wrap-field-file-upload-list {
    margin-left: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #b38e47;
}
.field-file-upload-list {
    margin-top: 10px;
    margin-left: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #b38e47;
}
.field-file-upload-list li {
    margin-bottom: 10px;
}
.form-appeal-capcha {
    margin-left: 40px;
}
@media only screen and (max-width: 640px) {
    .form-appeal-capcha {
        margin-left: 0;
    }
    .wrap-field-file-upload-list {
        margin-left: 0;
        font-size: 14px;
    }
    .field-file-upload {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .field-file-upload-list {
        margin-top: 0;
        margin-left: 0;
    }
    .field-file-upload-label {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}
.form-appeal .field-input {
    border-color: #b58e46;
    font-weight: 700;
}
.label-tips {
    display: block;
    color: #d1cdc3;
}
.placeholder {
    color: #b7b7b7;
    font-style: italic;
}
.wrap-field-input-select-selectize,
.wrap-select-selectize {
    width: 100%;
    display: block;
    position: relative;
}
.wrap-field-input-select-selectize select,
.wrap-select-selectize select {
    width: 100%;
    opacity: 0;
}
.field__req {
    color: red;
}
.grid {
    padding-right: 0;
    padding-left: 0;
}
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
[class*=" col-xs"],
[class*=" col-xs-offset"],
[class^="col-xs-offset"],
[class^="col-xs"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -webkit-flex-basis: 8.33333333%;
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-xs-2 {
    -webkit-flex-basis: 16.66666667%;
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-xs-5 {
    -webkit-flex-basis: 41.66666667%;
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -webkit-flex-basis: 58.33333333%;
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-xs-8 {
    -webkit-flex-basis: 66.66666667%;
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -webkit-flex-basis: 83.33333333%;
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-xs-11 {
    -webkit-flex-basis: 91.66666667%;
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
@media only screen and (max-width: 780px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-xs-4 {
        width: 100%;
        max-width: 100%;
    }
}
.form-row {
    margin: 0 -20px 20px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form-col-100,
.form-col-25,
.form-col-33,
.form-col-50,
.form-col-66 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-col_btns .btn {
    margin-left: 20px;
}
.form-col-100 {
    width: 100%;
}
.form-col-66 {
    width: 66.6%;
}
.form-col-50 {
    width: 50%;
}
.form-col-33 {
    width: 33.3%;
}
.form-col-25 {
    width: 25%;
}
@media only screen and (max-width: 1024px) {
    .form-col-lg-100 {
        width: 100%;
    }
}
@media only screen and (max-width: 780px) {
    .form-col-50 {
        width: 50%;
    }
    .form-col-50:first-child {
        margin-bottom: 20px;
    }
    .form-row {
        margin: 0 -15px 20px -15px;
    }
    .form-col-100,
    .form-col-25,
    .form-col-33,
    .form-col-50,
    .form-col-66 {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 640px) {
    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-col-100,
    .form-col-25,
    .form-col-33,
    .form-col-50,
    .form-col-66 {
        width: 100%;
    }
}
.wrap-header {
    padding: 30px 55px 30px 55px;
    margin: 0 auto 0 auto;
    position: relative;
}
.wrap-header-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position-y: center;
}
.header .search-pane-btn .ico-search svg {
    fill: #fff;
}
.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-search {
    width: 300px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.header-search .search-pane-input {
    color: #fff;
}
.header-top-toolbar {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top-toolbar > li {
    margin-left: 10px;
    text-align: right;
}
.header-top-toolbar__search {
    margin-right: 28px;
    width: 215px;
}
.header-top-toolbar__search .search-pane-input {
    color: #fff;
}
.header-login-pane {
    display: inline-block;
}
.bx-no-touch .header-login-pane:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 780px) {
    .wrap-header {
        display: none;
    }
}
.wrap-header-mobile {
    width: 100%;
    height: 100px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.header-mobile {
    padding: 0 12px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-mobile-logo {
    padding: 0;
    width: 280px;
    position: relative;
    z-index: 1;
}
.header-mobile-menu-btn {
    padding: 10px;
    position: absolute;
    top: 11px;
    right: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap-header-mobile-nav {
    width: 100%;
    height: calc(100% - 100px);
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    background: #142642;
    overflow: overlay;
    z-index: 12;
}
.wrap-header-mobile-nav .search-pane-input {
    color: #fff;
}
.wrap-header-mobile-nav .search-pane {
    margin-top: 30px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
.wrap-header-mobile-nav .search-pane-btn .ico-search svg {
    fill: #fff;
}
.header-mobile-nav {
    background: #142642;
}
.header-mobile-nav-list {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-mobile-nav-list > li {
    position: relative;
}
.header-mobile-nav-list-item {
    padding: 20px 10px 20px 0;
    display: block;
    color: #fff;
    border-bottom: 1px solid #37465e;
}
.bx-no-touch .header-mobile-nav-list-item:hover {
    color: #fff;
}
.header-mobile-nav-list-item:after {
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    top: 27px;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIj4gIDxwYXRoIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS45OCAxMmw2LTYtNi02LTEuNCAxLjRMNS4xOCA2bC00LjYgNC42IDEuNCAxLjR6Ii8+PC9zdmc+);
}
.header-mobile-nav-list-item_act:after {
    width: 12px;
    height: 18px;
    top: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxOCI+ICA8cGF0aCBmaWxsPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMDIgMThWMy44NEwxLjQgNy40MSAwIDZsNi02IDYgNi0xLjQgMS40LTMuNjItMy41NlYxOEg1LjAyeiIvPjwvc3ZnPg==);
}
.header-mobile-nav-sub {
    margin: 0 -20px;
    display: none;
    background: #fff;
    font-size: 17px;
    font-weight: 300;
    text-transform: none;
}
.header-mobile-nav-sub li {
    padding: 0 20px;
    padding: 15px 20px;
    display: block;
}
.header-mobile-nav-sub a {
    display: block;
    text-decoration: none;
    color: #142642;
}
.bx-no-touch .header-mobile-nav-sub a:hover {
    color: #142642;
}
.header-mobile-login-btn {
    padding: 6px 10px;
    position: absolute;
    top: 11px;
    right: 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-mobile-login-btn svg {
    fill: #b58e46;
    vertical-align: top;
}
.header-mobile-lang {
    position: absolute;
    top: 15px;
    left: 215px;
    z-index: 5;
}
.header-mobile-lang .lang-choose-pane {
    color: #000;
}
.header-mobile-lang .lang-choose-pane a {
    text-decoration: none;
}
@media only screen and (max-width: 780px) {
    .wrap-header-mobile {
        margin-bottom: 20px;
        display: block;
    }
}
.wrap-header-nav {
    margin: 30px 0 0 30px;
    padding-bottom: 32px;
    position: relative;
    width: 100%;
}
.header-nav {
    padding-right: 330px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-nav__item {
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.bx-no-touch .header-nav__item:hover .header-nav-dropdown {
    opacity: 1;
    visibility: visible;
}
.bx-no-touch .header-nav__item:hover:after {
    width: calc(100% - 28px);
}
.header-nav__item > a {
    padding: 0 14px 16px 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.bx-no-touch .header-nav__item > a:hover {
    color: #fff;
}
.header-nav__item:after {
    content: "";
    width: 0;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #d83959;
    overflow: hidden;
}
.header-nav__item.is--active:after {
    width: calc(100% - 28px);
}
.header-nav__item.is--active > a {
    color: #fff;
}
.header-nav__toolbar {
    position: absolute;
    top: -15px;
    right: 0;
    margin-left: auto;
}
.header-nav-dropdown {
    padding: 15px 25px;
    position: absolute;
    top: 100%;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 15;
}
.header-nav-dropdown__item {
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.header-nav-dropdown__item_act a {
    color: #d83959;
}
.header-nav-dropdown__item a {
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.bx-no-touch .header-nav-dropdown__item a:hover {
    color: #d83959;
}
.wrap-header-nav-sub {
    width: calc(100% - 11px);
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
}
.header-nav-sub-tab {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 15;
    -webkit-box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
}
.header-nav-sub-tab__cont {
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-nav-sub-tab_act {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.header-nav-sub__col {
    padding: 0 25px;
    margin: 0;
}
.header-nav-sub__col:first-child {
    padding-top: 15px;
}
.header-nav-sub__col:last-child {
    padding-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
    .header-nav__item a {
        padding: 0 11px 16px 11px;
    }
}
.ico-eye {
    margin-right: 10px;
    width: 23px;
    height: 16px;
    display: inline-block;
    vertical-align: -4px;
}
.ico-eye svg {
    fill: currentcolor;
    vertical-align: top;
}
.ico-btn-arrow {
    font-size: 22px;
    line-height: 10px;
    font-weight: 900;
}
.ico-social {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}
.ico-social svg {
    width: 100%;
    fill: #9ca7b7;
}
.ico-post-reply {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.ico-add-doc,
.ico-add-photo {
    width: 20px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ico-add-doc svg,
.ico-add-photo svg {
    width: 100%;
    height: 100%;
    fill: #142642;
}
.ico-more {
    margin-left: 9px;
    display: inline-block;
}
.ico-more:after {
    content: "⟶";
    display: inline-block;
    vertical-align: 0;
}
.ico-photo {
    width: 32px;
    height: 24px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: -4px;
}
.ico-photo svg {
    fill: #cc193d;
}
.ico-video {
    width: 30px;
    height: 30px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: -8px;
}
.ico-video svg {
    fill: #cc193d;
}
.ico-user {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: 0;
}
.ico-user svg {
    width: 100%;
}
.ico-cal-filled,
.ico-doc-filled,
.ico-photo-filled,
.ico-video-filled {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.ico-cal-filled svg,
.ico-doc-filled svg,
.ico-photo-filled svg,
.ico-video-filled svg {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.ico-pdf-mini {
    margin-right: 13px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #cc193d;
}
.ico-pdf-mini svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ico-arrow-accordion {
    width: 30px;
    height: 40px;
    display: inline-block;
}
.ico-arrow-accordion svg {
    fill: #fff;
    vertical-align: top;
}
.ico-flag {
    margin-right: 15px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.ico-eco-map-footer {
    margin-right: 30px;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: 3px;
}
.ico-eco-map-footer svg {
    width: 100%;
    height: 100%;
    fill: #b58e46;
    vertical-align: middle;
}
.ico-eco-map-kubok {
    width: 45px;
    height: 60px;
    display: inline-block;
}
.ico-eco-map-kubok svg {
    width: 100%;
    height: 100%;
}
.ico-eco-map-chart {
    width: 70px;
    height: 70px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ico-eco-map-chart svg {
    width: 75px;
    height: 75px;
}
.ico-contacts-addres {
    width: 34px;
    height: 34px;
    position: relative;
    display: inline-block;
    border: 2px solid #cc193d;
    border-radius: 100%;
    text-align: center;
}
.ico-contacts-addres svg {
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #cc193d;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ico-hamburger {
    width: 18px;
    height: 12px;
    display: block;
    position: relative;
}
.ico-hamburger:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #b58e46;
    border-radius: 2px;
}
.ico-hamburger:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b58e46;
    border-radius: 2px;
}
.ico-hamburger span {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 2px;
    background: #b58e46;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.ico-doc-preloader {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.ico-doc-preloader:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #cc193d;
    border-color: #cc193d transparent #cc193d transparent;
    -webkit-animation: ico-doc-preloader 1.2s linear infinite;
    animation: ico-doc-preloader 1.2s linear infinite;
}
.ico-circle-download {
    width: 36px;
    height: 36px;
    display: inline-block;
}
.ico-circle-download svg {
    width: 100%;
    height: 100%;
}
@-webkit-keyframes ico-doc-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ico-doc-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 780px) {
    .ico-social {
        margin-right: 10px;
    }
    .ico-eco-map-footer {
        margin-right: 0;
    }
}
.ico-field-date {
    width: 16px;
    height: 18px;
    display: inline-block;
}
.ico-field-date svg {
    width: 100%;
    height: 100%;
    fill: #142642;
}
.lang-choose-pane {
    margin-top: -1px;
    position: relative;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}
.lang-choose-pane__select {
    position: relative;
    z-index: 9;
}
.lang-choose-pane__select > a {
    cursor: pointer;
    padding-right: 13px;
    padding-left: 1px;
    display: inline-block;
    position: relative;
    color: inherit;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.bx-no-touch .lang-choose-pane__select > a:hover {
    color: #cc193d;
}
.lang-choose-pane__select > a:after {
    content: "";
    position: absolute;
    top: calc(44%);
    right: 0;
    border-width: 4px;
    border-color: currentColor transparent transparent transparent;
    border-style: solid;
}
.lang-choose-pane__select_act > a {
    color: #212e41;
}
.lang-choose-pane__select_act:after {
    content: "";
    padding: 2px 6px 0 7px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: -6px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.lang-choose-pane-dropdown {
    width: calc(100% + 13px);
    display: none;
    position: absolute;
    top: 100%;
    left: -6px;
    text-transform: uppercase;
    padding-top: 3px;
    text-align: left;
    z-index: 8;
}
.lang-choose-pane-dropdown:before {
    content: "";
    width: 31px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 7px;
    background: #ebebeb;
    z-index: 2;
}
.lang-choose-pane-dropdown li {
    position: relative;
    z-index: 3;
}
.lang-choose-pane-dropdown a {
    padding: 1px 0 1px 8px;
    width: 100%;
    display: inline-block;
    color: #212e41;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-no-touch .lang-choose-pane-dropdown a:hover {
    color: #fff;
    background: #cc193d;
}
.lang-choose-pane-dropdown:after {
    content: "";
    padding: 0 0 5px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 9px 16px 5px rgba(0, 0, 0, 0.1);
}
.wrap {
    background-position: center 0;
    background-repeat: repeat-x;
}
.search-error {
    text-align: center;
}
.wrap-search-result-list .search-error {
    text-align: left;
}
.content {
    padding-top: 60px;
}
#form-appeal {
    padding-left: 25px;
    padding-right: 25px;
}
.form-appeal {
    max-width: 1350px;
    margin: 0 auto 0 auto;
}
.section-main {
    max-width: 1350px;
    margin: 0 auto 90px auto;
    font-weight: 300;
}
.section-main_full {
    max-width: none;
}
.editable {
    margin-bottom: 70px;
}
.wrap-contact-page {
    position: relative;
}
.wrap-contact-page .content {
    padding-top: 0;
}
.contact-page__addr1 {
    background-image: url(/local/templates/sebekon/images/map-bg.jpg);
}
.contact-page__addr2 {
    background-image: url(/local/templates/sebekon/images/map-bg_2.jpg);
}
.body-lock {
    overflow: hidden;
}
.tooltip {
    margin-left: 7px;
    width: 14px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    z-index: 1;
}
.tooltip svg {
    width: 100%;
    height: 100%;
}
.tooltip-dropdown {
    padding: 20px 20px 20px 50px;
    max-width: 250px;
    font-size: 12px;
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    font-weight: 400;
    color: #142642;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill%3D%22%23142642%22%20fill-rule%3D%22nonzero%22%20d%3D%22M0%209a9%209%200%20009%209h9V9A9%209%200%20000%209zm1%200a8%208%200%201116%200v8H9a8%208%200%2001-8-8zm8.6%205H8.4V7.398h1.2V14zm0-8.296H8.4V4h1.2v1.704z%22/%3E%3C/svg%3E);
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 20px center;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.13);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.13);
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: normal;
    text-transform: none;
}
.tooltip-dropdown[data-show] {
    display: block;
}
.tooltip-dropdown[data-popper-placement^="top"] > .dpd-arrow {
    top: auto;
    bottom: -6px;
}
.tooltip-dropdown[data-popper-placement^="bottom"] > .dpd-arrow {
    top: -6px;
}
.dpd-arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}
@media only screen and (max-width: 780px) {
    #form-appeal {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap-crooslink-pane .wrap-resource-index-incut {
        padding: 40px 20px 80px 20px;
    }
    .content {
        padding-top: 0;
    }
    .section-main {
        padding: 0 20px;
        margin: 0 auto 70px auto;
        max-width: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section-main > .section-main {
        padding: 0;
    }
    .section-main_full .section-main_dep-page {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap {
        background-position: center -195px;
    }
    .contact-page__addr1 {
        background-image: url(../images/map-bg-pad.jpg) !important;
        background-position: center 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .contact-page__addr2 {
        background-image: url(../images/map-bg-pad_2.jpg) !important;
        background-position: center 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}
@media only screen and (max-width: 640px) {
    .contact-page__addr1 {
        background-image: url(../images/map-bg-mob.jpg) !important;
        background-position: center 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .contact-page__addr2 {
        background-image: url(../images/map-bg-mob_2.jpg) !important;
        background-position: center 0;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}
.header-logo {
    min-width: 300px;
}
.header-logo span {
    display: inline-block;
}
.wrap-resource-index-incut {
    padding: 70px 0;
    margin-bottom: 90px;
    background: #f3f3f3;
}
.resource-index-incut__h2 {
    margin-bottom: 50px;
    font-size: 55px;
}
.wrap-crooslink-pane .resource-index-incut__h2 {
    margin-bottom: 25px;
    font-size: 30px;
}
.resource-index-incut {
    max-width: 1350px;
    margin: 0 auto;
}
@media only screen and (max-width: 780px) {
    .resource-index-incut {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .wrap-crooslink-pane .resource-index-incut {
        padding: 0;
    }
    .resource-index-incut__h2 {
        font-size: 39px;
    }
    .wrap-crooslink-pane .resource-index-incut__h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .wrap-resource-index-incut {
        padding-top: 40px;
        margin-bottom: 24px;
    }
}
.resource-pane {
    margin: 0 -9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.resource-pane__slider {
    overflow: visible;
}
.resource-pane__slider .slick-dots {
    width: 100%;
    left: 0;
    bottom: -40px;
    text-align: center;
    color: #142642;
}
.resource-pane-item {
    padding: 0 9px;
    max-width: 342px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.resource-pane-item__body,
a.resource-pane-item__body {
    display: block;
    font-weight: 700;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}
.resource-pane-item__body:hover .resource-pane-item__img img,
a.resource-pane-item__body:hover .resource-pane-item__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
.resource-pane-item__img {
    height: 0;
    padding-bottom: 53%;
    position: relative;
    display: block;
}
.resource-pane-item__img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.resource-pane-item__text {
    padding: 24px 24px 26px 24px;
    height: 75px;
    display: block;
    overflow: hidden;
}
@media only screen and (max-width: 780px) {
    .resource-pane {
        margin: 0 -10px;
        padding: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .resource-pane-item {
        padding: 0 10px;
        max-width: none;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
}
@media only screen and (max-width: 640px) {
    .resource-pane {
        padding: 0;
        margin: 0;
    }
    .resource-pane-item {
        padding: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
.search-pane {
    width: 100%;
}
.search-pane_inline {
    margin-bottom: 18px;
}
.search-pane_search-page {
    margin-bottom: 30px;
}
.search-pane__header .search-pane-input {
    color: #fff;
}
.search-pane__header .ico-search svg {
    fill: #fff;
}
.wrap-search-pane-input {
    position: relative;
}
.search-pane-input {
    margin: 0;
    padding: 0 20px 0 0;
    width: 100%;
    height: 50px;
    position: relative;
    background: 0 0;
    border: none;
    border-bottom: 5px solid #b58e46;
    font-family: roboto, Arial, serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    color: #142642;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-pane-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-input::placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.search-pane-controls {
    width: 30px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.search-pane-btn {
    padding: 0 5px 0 0;
    margin: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: 0 0;
    color: #fff;
    text-align: left;
    font-size: 14px;
    text-align: right;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.search-pane-btn .ico-search {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.search-pane-btn .ico-search svg {
    width: 100%;
    fill: #142642;
}
.index-mobile-search-toolbar {
    padding: 0 20px;
    margin-bottom: 50px;
    display: none;
}
.index-mobile-search-toolbar__search {
    margin-bottom: 30px;
}
.index-mobile-search-toolbar__search .search-pane-input {
    color: #fff;
}
.index-mobile-search-toolbar__search .ico-search svg {
    fill: #fff;
}
.index-mobile-search-toolbar__link {
    font-size: 18px;
    font-weight: 700;
}
.index-mobile-search-toolbar__link a {
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 780px) {
    .index-mobile-search-toolbar {
        display: block;
    }
}
.wrap-social-pane {
    margin-bottom: 90px;
}
.social-pane {
    max-width: 1350px;
    margin: 0 auto;
}
.social-pane__h3 {
    margin-bottom: 25px;
}
ul.social-pane-list {
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
ul.social-pane-list li {
    padding: 0 15px;
    max-width: 210px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-weight: 700;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.social-pane-list a {
    padding: 20px 17px;
    display: block;
    background: #f3f3f3;
    text-decoration: none;
}
.bx-no-touch ul.social-pane-list a:hover {
    color: inherit;
    -webkit-box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 5px 5px 13px 0 rgba(0, 0, 0, 0.11);
}
.bx-no-touch ul.social-pane-list a:hover svg {
    fill: #cc193d;
}
.bx-no-touch ul.social-pane-list a:hover .ico-social_fb svg {
    fill: #1877f2;
}
.bx-no-touch ul.social-pane-list a:hover .ico-social_vk svg {
    fill: #4a76a8;
}
.bx-no-touch ul.social-pane-list a:hover .ico-social_rw svg {
    fill: #1da1f2;
}
.bx-no-touch ul.social-pane-list a:hover .ico-social_inst svg {
    fill: #c32aa3;
}
.bx-no-touch ul.social-pane-list a:hover .ico-social_yt svg {
    fill: red;
}

.bx-no-touch ul.social-pane-list a:hover .ico-social_tg svg {
    fill: #37aee2;
}

.social-pane-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-pane-inline .ico-social {
    margin-right: 25px;
}
.social-pane-inline .ico-social:last-child {
    margin-right: 0;
}
.bx-no-touch .social-pane-inline .ico-social:hover {
    color: inherit;
}
.social-pane-inline .ico-social_fb:hover svg {
    fill: #1877f2;
}
.social-pane-inline .ico-social_vk:hover svg {
    fill: #4a76a8;
}
.social-pane-inline .ico-social_rw:hover svg {
    fill: #1da1f2;
}
.social-pane-inline .ico-social_inst:hover svg {
    fill: #c32aa3;
}
.social-pane-inline .ico-social_yt:hover svg {
    fill: red;
}

.social-pane-inline .ico-social_tg:hover svg {
    fill: #37aee2;
}


.ico-social_yt, .ico-social_tg {
    height: 23px;
}
@media only screen and (max-width: 780px) {
    .wrap-social-pane {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    ul.social-pane-list li {
        width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}
@media only screen and (max-width: 780px) {
    .social-pane__h3 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 700;
    }
    ul.social-pane-list {
        margin: 0 -10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.social-pane-list li {
        max-width: none;
        padding: 0 10px;
        margin-bottom: 20px;
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    ul.social-pane-list a {
        padding: 20px 10px 20px 10px;
    }
}
.solution-pane-item {
    margin-bottom: 25px;
    min-height: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
}
.solution-pane-item__count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    min-height: 125px;
    padding-top: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    background: #b58e46;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.solution-pane-item__body {
    padding: 25px 70px 20px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span.solution-pane-item__date {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}
span.solution-pane-item__text {
    display: block;
    font-size: 15px;
}
.solution-pane-more {
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .solution-pane-item__count {
        max-width: 85px;
        font-size: 40px;
    }
    .solution-pane-item__body {
        padding: 25px;
    }
}
.wrap-tabs-pane_deps,
.wrap-tabs-pane_search {
    margin-bottom: 90px;
}
.tabs-pane-header {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.tabs-pane-header__item {
    margin-right: 15px;
}
.tabs-pane-header__item_act .btn_border-red {
    color: #fff;
    background: #cc193d;
}
.tabs-pane-content-item {
    display: none;
}
.tabs-pane-content-item_act {
    display: block;
}
@media only screen and (max-width: 780px) {
    .tabs-pane-header {
        overflow: overlay;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .tabs-pane-header::-webkit-scrollbar {
        display: none;
    }
    .tabs-pane-content-item h3 {
        line-height: 1.3;
    }
}
.wrap-college-index-incut {
    margin-bottom: 40px;
}
.college-index-incut-h {
    max-width: 1350px;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.college-index-incut__h2 {
    margin-bottom: 0;
    font-size: 55px;
}
.college-index-tabs {
    width: 100%;
}
.college-index-tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.college-index-tabs-head__item {
    padding: 0 45px 0 0;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
}
.college-index-tabs-head__item_act .college-index-tabs-head__link {
    color: #162741;
}
.college-index-tabs-head__item_act .college-index-tabs-head__link:after {
    width: 100%;
}
.college-index-tabs-head__item:last-child {
    padding-right: 0;
}
.college-index-tabs-head__link {
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
    color: #c7c7c7;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.college-index-tabs-head__link:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #162741;
}
.college-index-tabs-head__link:hover {
    color: #162741;
}
.college-index-tabs-head__link:hover:after {
    width: calc(100%);
}
.college-index-tab-item {
    display: none;
}
.college-index-incut__cont {
    max-width: 1350px;
    margin: 0 auto;
}
.college-index-incut-toolbar {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.college-index-incut-toolbar li {
    margin-left: 45px;
    white-space: nowrap;
}
.college-index-incut-toolbar li:last-child {
    margin-left: 84px;
    white-space: normal;
}
.college-index-incut-toolbar li a {
    text-decoration: none;
}
@media only screen and (max-width: 780px) {
    .college-index-tabs-head {
        margin-bottom: 15px;
        width: 100%;
        overflow: scroll;
    }
    .college-index-tabs-head__link {
        font-size: 36px;
        white-space: nowrap;
    }
    .college-index-incut {
        padding-top: 30px;
    }
    .college-index-incut__h2 {
        margin-bottom: 20px;
        font-size: 39px;
    }
    .college-index-incut-h {
        margin: 0;
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .college-index-incut__h {
        font-size: 40px;
        line-height: 1.1;
    }
    .college-index-incut-toolbar {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .college-index-incut-toolbar li {
        margin-left: 0;
        margin-right: 20px;
    }
    .college-index-incut-toolbar li:last-child {
        margin-top: 0;
        margin-left: 0;
    }
    .wrap-college-index-incut {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 640px) {
    .college-index-incut-toolbar li:last-child {
        margin-top: 15px;
    }
}
.wrap-news-index-incut {
    margin-bottom: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-index-incut {
    margin: 0;
}
.news-index-incut__row {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-index-incut__col {
    padding: 0;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news-index-incut__col:last-child {
    padding-left: 40px;
}
.news-index-incut-h {
    max-width: 1350px;
    margin: 0 auto 40px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-index-incut-h .btn {
    padding: 17px 25px;
}
.news-index-incut__h {
    margin-bottom: 0;
}
.news-index-incut-media {
    margin-top: 15px;
    margin-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-index-incut-media__item {
    margin-left: 30px;
}
.news-index-incut-media__item:first-child {
    margin-left: 0;
}
.news-index-incut-media__item a {
    display: inline-block;
    text-decoration: none;
}
.news-index-incut-media__item a:hover {
    color: #b58e46;
}
.news-index-incut-media__item a:hover svg {
    fill: #b58e46;
}
.news-index-incut-h__toolbar {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-index-incut-h__toolbar li {
    margin-left: 45px;
}
.news-index-incut-h__toolbar li .search-pane {
    width: 260px;
}
.news-index-incut__more {
    padding-top: 20px;
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .news-index-incut__h {
        margin-bottom: 25px;
    }
    .wrap-news-index-incut {
        padding: 0 20px;
        margin-bottom: 45px;
    }
    .news-index-incut-media {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news-index-incut-h {
        margin-bottom: 15px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-index-incut__h {
        font-size: 39px;
    }
    .news-index-incut__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-index-incut-h__toolbar {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news-index-incut-h__toolbar li {
        margin-left: 0;
    }
    .news-index-incut-h__toolbar li:first-child {
        position: absolute;
        top: 0;
        right: 0;
    }
    .news-index-incut-h__toolbar li:last-child {
        margin-top: 0;
    }
    .news-index-incut-h__toolbar li .search-pane {
        width: 100%;
    }
    .news-index-incut__col {
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .news-index-incut__col:last-child {
        margin-bottom: 0;
        padding-left: 0;
    }
    .news-index-incut__h {
        width: 100%;
    }
}
@media only screen and (max-width: 400px) {
    .news-index-incut__h {
        margin-bottom: 25px;
        width: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .news-index-incut-h__toolbar {
        text-align: right;
    }
}
.wrap-news-pane {
    margin-bottom: 75px;
}
.wrap-news-pane_pres {
    margin-bottom: 75px;
}
.wrap-news-pane_pres .news-pane-item:nth-child(odd) .news-pane-item__body {
    padding-left: 0;
}
.wrap-news-pane_pres .news-pane-item:nth-child(even) .news-pane-item__body {
    padding-right: 0;
}
.news-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-pane_small {
    padding: 0;
    margin: 0;
    display: block;
}
.news-pane_small .news-pane-item {
    padding: 0;
    margin: 0 0 22px 0;
    width: 100%;
}
.news-pane_small .news-pane-item:nth-child(odd) .news-pane-item__body {
    padding-left: 0;
}
.news-pane_small .news-pane-item:nth-child(even) .news-pane-item__body {
    padding-right: 0;
}
.news-pane_small .news-pane-item:last-child {
    margin-bottom: 0;
}
.news-pane_small .news-pane-item__body {
    height: 160px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-pane_small .news-pane-item__img {
    padding-bottom: 0;
    max-width: 245px;
    min-width: 245px;
    height: 160px;
}
.news-pane_small .news-pane-item__date {
    margin-bottom: 6px;
    font-size: 14px;
}
.news-pane_small .news-pane-item__h {
    margin-bottom: 0;
    font-size: 18px;
}
.news-pane_small .news-pane-item__cont {
    max-width: 440px;
    max-height: 160px;
    min-height: 0;
    margin: 15px 25px 15px 20px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news-pane_small .news-pane-item__cont:after {
    height: 24px;
    bottom: -10px;
}
.news-pane_video .news-pane-item:nth-child(odd) .news-pane-item__body {
    padding-left: 60px;
}
.news-pane_video .news-pane-item:nth-child(even) .news-pane-item__body {
    padding-right: 60px;
}
.news-pane_video .news-pane-item__img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #142642;
    z-index: 4;
}
.news-pane_video .news-pane-item__img:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2239.5%22%20stroke%3D%22%23FFFFFF%22%20fill%3D%22none%22/%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M31%2029l18.857%2011L31%2051z%22/%3E%3C/svg%3E);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}
.news-pane_video .news-pane-item__body:hover .news-pane-item__img:after {
    background-image: url(data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2080%2080%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2239.5%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23FFFFFF%22/%3E%3Cpath%20fill%3D%22%23B58E46%22%20fill-rule%3D%22nonzero%22%20d%3D%22M31%2029l18.857%2011L31%2051z%22/%3E%3C/svg%3E);
    -webkit-background-size: cover;
    background-size: cover;
}
.news-pane-item {
    padding: 0 0 20px;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.news-pane-item:nth-child(odd) .news-pane-item__body {
    padding-left: 60px;
}
.news-pane-item:nth-child(even) .news-pane-item__body {
    padding-right: 60px;
}
.news-pane-item__body {
    max-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
    line-height: 1.4;
}
.news-pane-item__body:hover .news-pane-item__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.news-pane-item__img {
    max-width: 315px;
    min-width: 315px;
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}
.news-pane-item__img img {
    width: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1;
}
.news-pane-item__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.55;
    background: #142642;
}
.news-index-incut__row_preload .news-pane-item__img:after {
    background: 0 0;
}
.news-pane-item__cont {
    min-height: 200px;
    padding: 22px 25px 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.news-pane-item__text {
    max-height: 80px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #142642;
    overflow: hidden;
}
.news-pane-item__h {
    margin-bottom: 13px;
    display: block;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 700;
}
.news-pane-item__date {
    margin-bottom: 13px;
    display: block;
    color: #142642;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news-pane-more {
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .news-pane-item__img,
    .news-pane_small .news-pane-item__img {
        padding-bottom: 0;
        max-width: 150px;
        min-width: 150px;
        height: 110px;
    }
    .news-pane .news-pane-item:nth-child(odd) .news-pane-item__body,
    .news-pane_small .news-pane-item:nth-child(odd) .news-pane-item__body,
    .news-pane_video .news-pane-item:nth-child(odd) .news-pane-item__body {
        padding-left: 0;
    }
    .news-pane .news-pane-item:nth-child(even) .news-pane-item__body,
    .news-pane_small .news-pane-item:nth-child(even) .news-pane-item__body,
    .news-pane_video .news-pane-item:nth-child(even) .news-pane-item__body {
        padding-right: 0;
    }
    .news-pane .news-pane-item:last-child,
    .news-pane_small .news-pane-item:last-child,
    .news-pane_video .news-pane-item:last-child {
        margin-bottom: 0;
    }
    .news-pane_small .news-pane-item__date {
        font-size: 11px;
    }
    .news-pane_small .news-pane-item__h {
        font-size: 16px;
    }
    .news-pane-item {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .news-pane-item__body,
    .news-pane-item__cont,
    .news-pane_small .news-pane-item__cont {
        max-height: 110px;
        min-height: 0;
    }
    .news-pane_small .news-pane-item__cont {
        padding: 15px 20px 15px 20px;
        margin: 0;
    }
    .news-pane-item__cont {
        padding: 15px 20px 15px 20px;
    }
    .news-pane-item__date {
        margin-bottom: 8px;
    }
    .news-pane-item__cont:after {
        bottom: -10px;
    }
    .news-pane {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news-pane-item {
        padding-bottom: 10px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
.news-slider-pane {
    overflow: hidden;
}
.news-slider-pane .slick-dots {
    width: 100%;
    max-width: 675px;
    right: 0;
    bottom: 26px;
    text-align: left;
    color: #fff;
}
.news-slider-pane-item {
    position: relative;
}
.news-slider-pane-item__body {
    height: 706px;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
}
.news-slider-pane-item__body img {
    min-width: 953px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news-slider-pane-item__body:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(20, 38, 66, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(20, 38, 66, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(20, 38, 66, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(20, 38, 66, 0.8) 100%);
    z-index: 1;
}
.news-slider-pane-item__body:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}
.news-slider-pane-item__cont {
    padding: 33px 20px 82px 0;
    max-width: 678px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.news-slider-pane-item__text {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    z-index: 1;
}
.news-slider-pane-item__text a {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}
.bx-no-touch .news-slider-pane-item__text a:hover {
    color: #cc193d;
}
span.news-slider-pane-item__date {
    margin-bottom: 19px;
    display: block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
@media only screen and (max-width: 780px) {
    .news-slider-pane-item__text a {
        font-size: 20px;
    }
    .news-slider-pane-item__body {
        height: 300px;
    }
    .news-slider-pane .slick-dots {
        text-align: center;
    }
    .news-slider-pane-item__cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.wrap-person-pane {
    max-width: 1350px;
    margin: 0 auto;
}
.person-pane {
    margin: 0 -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.person-pane a {
    text-decoration: none;
}
.person-pane-header {
    margin-bottom: 40px;
}
.person-pane_index {
    margin: 0 -15px;
}
.person-pane_index .person-pane-item {
    padding: 0 15px;
    width: 20%;
}
.person-pane_index .person-pane-item__img {
    padding-bottom: 97.3%;
}
.person-pane_index .person-pane-item__name {
    font-size: 17px;
}
.person-pane_index .person-pane-item__text {
    padding: 17px 0 20px 0;
    height: auto !important;
    background: #fff;
}
.person-pane-item {
    margin-bottom: 45px;
    padding: 0 20px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.person-pane-item.chairman {
    width: 25%;
}

.person-pane-item__body:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.person-pane-item__img {
    overflow: hidden;
    height: 0;
    padding-bottom: 72.3%;
    position: relative;
    display: block;
}
.person-pane-item__img img {
    max-width: none;
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.person-pane-item__text {
    padding: 25px 26px 20px 26px;
    display: block;
    line-height: 1.5;
    background: #f3f3f3;
}

.person-pane-item__director {
    padding: 25px 26px 20px 26px;
    display: block;
    line-height: 1.5;
    background: #f3f3f3;
    font-size: 18px;
    font-weight: 700;
}

.person-pane-item__name {
    font-weight: 700;
    font-size: 20px;
}
.person-pane-item__descr {
    margin-top: 12px;
    font-weight: 300;
    display: block;
    font-size: 16px;
}
.person-pane-item__deps {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}
.person-pane-item__deps li {
    padding-left: 23px;
    margin-bottom: 13px;
    position: relative;
}
.person-pane-item__deps li:after {
    content: "\2014";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1;
    color: #000;
}
@media only screen and (max-width: 780px) {
    .person-pane_index {
        margin: 0;
    }
    .person-pane-item {
        width: 33.3%;
    }
    .person-pane_index .person-pane-item {
        padding: 0 10px;
        width: 25%;
    }
}
@media only screen and (max-width: 780px) {
    .person-pane-item, .person-pane-item.chairman {
        width: 50%;
    }
    .person-pane_index .person-pane-item {
        width: 33.3%;
    }
    .person-pane {
        padding: 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .person-pane_index {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 640px) {
    .person-pane-item, .person-pane-item.chairman {
        width: 100%;
    }
    .person-pane_index .person-pane-item {
        width: 50%;
    }
}
.tab-index-slider .slick-list,
.tab-index-slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: visible;
}
.tabs-index {
    overflow: hidden;
}
.tab-index-slider-item {
    padding: 0 10px;
    float: none;
    overflow: hidden;
}
.tab-index-slider-toolbar {
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab-index-slider-arrow {
    width: 30px;
    display: inline-block;
}
.tab-index-slider-arrow svg {
    vertical-align: middle;
    fill: #142642;
}
.tab-index-slider-arrow:hover svg {
    fill: #cc193d;
}
.tab-index-slider-toolbar__dot {
    margin: 0 10px;
}
.tab-index-slider-toolbar__dot .slick-dots {
    height: 20px;
    position: static;
}
.wrap-tabs-index-incut {
    margin-bottom: 85px;
    padding: 90px 0;
    background: #f3f3f3;
}
.tabs-index-incut__more {
    padding-top: 38px;
    text-align: center;
}
.tabs-index-head {
    max-width: 1350px;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.tabs-index-head__item {
    padding: 0 45px 0 0;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
}
.tabs-index-head__item:hover .tabs-index-head__link,
.tabs-index-head__item_act .tabs-index-head__link {
    color: #162741;
}
.tabs-index-head__item:hover .tabs-index-head__link:after,
.tabs-index-head__item_act .tabs-index-head__link:after {
    width: 100%;
}
.tabs-index-head__item:last-child {
    padding-right: 0;
}
.tabs-index-head__link {
    padding-bottom: 18px;
    display: inline-block;
    position: relative;
    color: #c7c7c7;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.tabs-index-head__link:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #162741;
}
.tabs-index-head__link:hover {
    color: #162741;
}
.tabs-index-head__link:hover:after {
    width: calc(100%);
}
.tabs-index-item {
    display: none;
}
.tabs-index-item-event {
    padding: 40px 45px;
    height: 100%;
    display: block;
    background: #fff;
}
.tabs-index-item-event__date {
    margin-bottom: 23px;
    padding: 18px 24px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    background: #b58e46;
}
.tabs-index-item-event__date_future {
    background: #cc193d;
}
.tabs-index-item-event__title {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}
.tabs-index-item-event__text {
    display: block;
}
.tabs-index-item-project {
    padding: 40px 45px;
    height: 100%;
    display: block;
    background: #fff;
}
.tabs-index-item-project__title {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
}
.tabs-index-item-project__text {
    display: block;
}
.tabs-index-item-akt {
    padding: 30px 28px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}
.tabs-index-item-akt__count {
    padding: 18px 0 0 0;
    width: 115px;
    height: 115px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    background: #b58e46;
}
.tabs-index-item-akt__body {
    margin-left: 22px;
}
.tabs-index-item-akt__date {
    display: block;
    font-weight: 700;
    color: #969696;
}
.tabs-index-item-akt__text {
    display: block;
}
.bx-no-touch .tab-index-slider-item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.bx-no-touch .tab-index-slider-item:hover {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.tabs-index-item-service {
    height: 100%;
    background: #b58e46;
    display: block;
    color: #fff;
}
.tabs-index-item-service__title {
    padding: 36px 0 36px 105px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #be964e;
}
.tabs-index-item-service__link {
    color: #fff;
    text-decoration: none;
}
.tabs-index-item-service__link:hover {
    color: #fff;
    text-decoration: underline;
}
.tabs-index-item-service__list {
    padding: 25px 30px 15px 30px;
}
.tabs-index-item-service__list li {
    margin-bottom: 10px;
}
.ico-tabs-index-item-service {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
    .tabs-index-head {
        margin-bottom: 20px;
        padding-left: 20px;
        margin-right: 20px;
        overflow: scroll;
    }
    .tabs-index-head__link {
        font-size: 36px;
    }
    .tabs-index-head__item {
        margin-bottom: 16px;
        width: 100%;
        border-bottom: 0;
        padding: 0 15px 0 0;
    }
    .wrap-tabs-index-incut {
        margin-bottom: 42.5px;
        padding: 45px 0;
    }
}

.wrap-banner-style {
    width: 1380px;
    margin: auto;    
}

.wrap-banner-style img {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1380px) {
    .wrap-banner-style {
        width: auto;
    }
}



.tabs-index-stat {
    padding: 40px 45px;
    height: 100%;
    display: block;
    background: #fff;
    width: 50%; 
    margin: auto;
}

.tabs-index-stat a {
    text-decoration: none;
}

@media only screen and (max-width: 780px) {
    .tabs-index-stat {
    padding: 20px;
    width: 90%; 

}
}


@media (min-width: 2000px) {
    .news-pane_small .news-pane-item__body {
        height: 185px;
    }
    .news-pane_small .news-pane-item__img {
        height: 185px;
    }
    
    .news-slider-pane-item__body {
        height: 806px;
    }

}