@charset "UTF-8";
/**
 * Миксины для разных экранов
 */
/** Настройки */
/** Миксины точного совпадения */
/** Миксины для стратегии первичный-мобильный */
/** Миксины для стратегии первичный-десктоп */
/** Прочие миксины */
html {
    font-size: 14px;
}

body {
    font-family: "Open Sans";
    width: 100%;
    overflow-x: hidden;
}

a {
    transition: all 0.2s ease-out;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
}

.ttu {
    text-transform: uppercase;
}

.cRed {
    color: #e01032;
}

.cYellow {
    color: #f6d400;
}

.cBlue {
    color: #436eb3;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: 0;
}

.main_title {
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 2.57143rem;
    font-weight: 700;
    line-height: 3.21429rem;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .main_title {
        font-size: 1.71429rem;
        line-height: 2rem;
    }
}

.main_title .small {
    display: block;
    font-size: 1.28571rem;
    right: 0;
    text-transform: none;
    bottom: 0;
    line-height: 2.42857rem;
}

@media (min-width: 1200px) {
    .main_title .small {
        position: absolute;
    }
}

.main_title.main_title--block {
    font-size: 2.14286rem;
    text-align: left;
}

@media (max-width: 767px) {
    .main_title.main_title--block {
        font-size: 1.42857rem;
        line-height: 2rem;
    }
}

.main_title.main_title--blue {
    position: relative;
}

.main_title.main_title--blue:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 6px;
    background-color: #436eb3;
    display: block;
    left: 0;
    bottom: -20px;
}

.main_title.main_title--yellow {
    position: relative;
}

.main_title.main_title--yellow:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 6px;
    background-color: #f6d400;
    display: block;
    left: 0;
    bottom: -20px;
}

.inner_title, h1 {
    color: #000000;
    font-size: 2.14286rem;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .inner_title, h1 {
        font-size: 1.71429rem;
        line-height: 2rem;
    }
}

.inner_sub_title, h2 {
    color: #000000;
    font-size: 1.85714rem;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .inner_sub_title, h2 {
        font-size: 1.42857rem;
        line-height: 2rem;
    }
}

.center {
    text-align: center;
}

@media (max-width: 767px) {
    .center-xs {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .center-md {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .center-sm {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .center-lg {
        text-align: center;
    }
}

.btn {
    border-radius: 26px;
    padding: 0 30px;
    font-size: 1.57143rem;
    font-weight: 700;
    height: 52px;
    line-height: 3.42857rem;
    transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
    .btn {
        padding: 0 20px;
        font-size: 1.28571rem;
        height: 42px;
        line-height: 2.71429rem;
    }
}

.img-responsive {
    width: 100%;
}

.btn-primary {
    background-color: #436eb3;
}

.btn-primary:hover {
    background-color: #35578e;
}

.bx-wrapper {
    box-shadow: none;
    width: 570px;
    align-self: center;
}

@media (max-width: 767px) {
    .bx-wrapper {
        width: 285px;
    }
}

@media (min-width: 992px) {
    .bx-wrapper {
        width: 855px;
    }
}

@media (min-width: 1400px) {
    .bx-wrapper {
        width: auto;
    }
}

.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    opacity: 1;
    background: #f7f7f7 no-repeat center;
    background-size: 14px 24px;
    z-index: 100 !important;
}

.bx-wrapper .bx-controls-direction .bx-prev:hover, .bx-wrapper .bx-controls-direction .bx-next:hover {
    background-color: #f6d400;
}

.bx-wrapper .bx-controls-direction .bx-prev {
    left: -75px;
    background-image: url("../images/chevron-left.svg");
}

.bx-wrapper .bx-controls-direction .bx-next {
    right: -85px;
    background-image: url("../images/chevron-right.svg");
}

@media (max-width: 767px) {
    .bx-wrapper .bx-controls-direction .bx-prev {
        left: -45px;
        background-color: transparent !important;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
        right: -45px;
        background-color: transparent !important;
    }
}

@media (min-width: 1200px) {
    .bx-wrapper .bx-controls-direction .bx-prev {
        left: -95px;
    }

    .bx-wrapper .bx-controls-direction .bx-next {
        right: -105px;
    }
}

.checkbox label, .radio label {
    padding-left: 0;
}

.icheckbox_square-blue {
    margin-right: 7px;
}

.carousel {
    position: relative;
}

.carousel .carousel-control {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    opacity: 1;
    background: #f7f7f7 no-repeat center;
    background-size: 14px 24px;
    position: absolute;
    z-index: 100 !important;
}

@media (max-width: 767px) {
    .carousel .carousel-control {
        width: 56px;
        height: 56px;
    }
}

.carousel .carousel-control:hover {
    background-color: #f6d400;
}

.carousel .carousel-control.left {
    background-image: url("../images/chevron-left.svg");
    background-repeat: no-repeat;
}

.carousel .carousel-control.right {
    background-image: url("../images/chevron-right.svg");
    background-repeat: no-repeat;
}

.carousel .carousel-control.left {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    margin-left: -100px;
}

.carousel .carousel-control.right {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .carousel .carousel-control.left {
        margin-left: -76px;
    }

    .carousel .carousel-control.right {
        margin-left: 20px;
    }
}

@media (min-width: 1400px) {
    .carousel .carousel-control.left {
        top: 40%;
        left: -100px;
        bottom: auto;
        right: auto;
        margin: 0;
    }

    .carousel .carousel-control.right {
        top: 40%;
        right: -100px;
        bottom: auto;
        left: auto;
        margin: 0;
    }
}

.breadcrumb {
    background-color: transparent;
    margin-top: 30px;
}

.breadcrumb > li.active {
    color: black;
}

.breadcrumb > li > a {
    text-decoration: underline;
    color: black;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: "\00bb";
    color: black;
}

.switcher .dropdown > a {
    text-decoration: none;
    color: #000000;
    opacity: 0.5;
    font-size: 1.71429rem;
    font-weight: 300;
}

.switcher .dropdown > a:hover, .switcher .dropdown > a:active, .switcher .dropdown > a:focus {
    opacity: 1;
}

.switcher .dropdown-menu {
    min-width: 0;
}

.caret {
    position: relative;
    top: -2px;
    border: none;
    width: 13px;
    height: 7px;
    margin-left: 4px;
    background: url("../images/icons/caret.svg") no-repeat center;
}

.nav-pills {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    .nav-pills {
        margin-left: 70px;
        margin-right: 70px;
        width: calc(100% - 140px);
    }
}

.nav-pills:before, .nav-pills:after {
    display: none;
}

.nav-pills > li {
    margin-bottom: 14px;
}

.nav-pills > li > a {
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background: white;
    color: black;
    padding: 15px 20px;
    white-space: nowrap;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:active,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: 1px solid #f6d400;
    background: #f6d400;
    color: black;
    position: relative;
}

.nav-pills > li.active > a:after,
.nav-pills > li.active > a:active:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li.active > a:hover:after {
    content: '';
    border: 10px solid #f6d400;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.my_scroll {
    display: block;
    background: #f7f7f7 no-repeat center;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    opacity: 1;
    background-size: 14px 24px;
}

.my_scroll:hover {
    background-color: #f6d400;
}

.my_scroll.left {
    float: left;
    background-image: url("../images/chevron-left.svg");
    background-repeat: no-repeat;
}

.my_scroll.right {
    float: right;
    background-image: url("../images/chevron-right.svg");
    background-repeat: no-repeat;
}

.gray .modal-content {
    background-color: #efefef;
    padding: 25px;
    border-radius: 3px;
}

.modal-body:after {
    content: '';
    display: block;
    clear: both;
}

.modal-body .main_title {
    margin-top: 0;
    width: 80%;
}

.modal-body .close {
    transform: scale(2);
    z-index: 10;
    position: relative;
}

#blueimp-gallery video {
    z-index: 1000000;
}

.attachment-container {
    display: flex;
    justify-content: center;
}

.attachment-container .attachments .attachment {
    padding: 15px;
}

.attachment-container .attachments .attachment-image {
    border-radius: 4px;
}

.attachment-container .attachments .attachment-date {
    color: #8a8a8a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.14214rem;
    text-transform: uppercase;
    padding-top: 30px;
}

.attachment-container .attachments .attachment-name {
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.71429rem;
    padding-top: 20px;
}

.typo {
    padding-bottom: 50px;
}

.main_header {
    height: 138px;
    background: white;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.2s ease-out;
}

.main_header + * {
    margin-top: 138px;
    transition: all 0.2s ease-out;
}

.main_header.sticky + * {
    margin-top: 90px;
}

.main_header .logo {
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
}

.main_header .logo-link a {
    display: block;
}

.main_header .logo-link a img {
    height: 102px;
    display: block;
    transition: all 0.2s ease-out;
}

.main_header .logo-text {
    color: #000000;
    font-size: 0.85714rem;
    font-weight: 300;
}

.main_header .header_menu {
    display: flex;
    justify-content: start;
    padding-top: 45px;
    transition: all 0.2s ease-out;
}

@media (min-width: 1215px) {
    .main_header .header_menu {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.main_header .header_menu .top_menu {
    position: relative;
    top: -2px;
}

.main_header .header_menu .top_menu ul {
    align-items: baseline;
    list-style: none;
    display: flex;
}

.main_header .header_menu .top_menu li {
    margin-left: 15px;
    margin-right: 15px;
}

.main_header .header_menu .top_menu li a {
    color: #000000;
    font-family: "Open Sans";
    opacity: 0.6;
}

.main_header .header_menu .top_menu li a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.main_header .header_menu .top_menu li a:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.7;
}

.main_header .header_menu .top_menu li.search a:before {
    background: url("../images/icons/search.svg");
    width: 17px;
    height: 17px;
    top: 5px;
}

.main_header .header_menu .top_menu li.menu a:before {
    background: url("../images/icons/menu.svg");
    width: 18px;
    height: 12px;
    opacity: 0.7;
    top: 1px;
}

.main_header .header_menu .social_menu ul {
    list-style: none;
    display: flex;
}

.main_header .header_menu .social_menu li {
    margin-left: 10px;
    margin-right: 10px;
}

.main_header .header_menu .social_menu li a:before {
    content: "";
    position: relative;
    display: inline-block;
    opacity: 0.5;
    background: no-repeat center;
    background-size: cover;
    transition: all 0.2s ease-out;
}

.main_header .header_menu .social_menu li a:hover:before {
    opacity: 0.8;
}

.main_header .header_menu .social_menu a.vk:before {
    background-image: url("../images/icons/vk.svg");
    width: 17px;
    height: 10px;
    top: -2px;
}

.main_header .header_menu .social_menu a.in:before {
    background-image: url("../images/icons/instagram.svg");
    width: 17px;
    height: 17px;
}

.main_header .header_menu .social_menu a.fb:before {
    background-image: url("../images/icons/facebook.svg");
    width: 9px;
    height: 17px;
}

.main_header .header_menu .social_menu a.tg:before {
    background-image: url("../images/icons/telegram.svg");
    width: 17px;
    height: 17px;
}

.main_header .header_menu .social_menu a.ok:before {
    background-image: url("../images/icons/odnoklassniki.svg");
    background-size: contain;
    width: 17px;
    height: 17px;
}

.main_header .header_menu .main_menu {
    flex-basis: 100%;
}

.main_header .header_menu .main_menu > ul {
    right: 15px;
    justify-content: flex-end;
    position: relative;
    list-style: none;
    display: flex;
}

.main_header .header_menu .main_menu > ul > li {
    position: relative;
}

.main_header .header_menu .main_menu > ul > li > a, .main_header .header_menu .main_menu > ul > li > span {
    display: block;
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    height: 40px;
    line-height: 2.42857rem;
    color: #000;
    white-space: nowrap;
    border-radius: 17px;
    opacity: .5;
}

.main_header .header_menu .main_menu > ul > li > a:hover, .main_header .header_menu .main_menu > ul > li > a:active, .main_header .header_menu .main_menu > ul > li > a:focus,
.main_header .header_menu .main_menu > ul > li > span:hover, .main_header .header_menu .main_menu > ul > li > span:active, .main_header .header_menu .main_menu > ul > li > span:focus {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main_header .header_menu .main_menu > ul > li > a, .main_header .header_menu .main_menu > ul > li > span {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.main_header .header_menu .main_menu > ul > li.dropdown-toggle > a:after, .main_header .header_menu .main_menu > ul > li.dropdown-toggle > span:after {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotateZ(45deg);
    margin: 0 0 3px 8px;
}

.main_header .header_menu .main_menu > ul > li > a:hover,
.main_header .header_menu .main_menu > ul > li.active > a, .main_header .header_menu .main_menu > ul > li > span:hover,
.main_header .header_menu .main_menu > ul > li.active > span {
    opacity: 1;
}

.main_header .header_menu .main_menu .dropdown-toggle:hover .dropdown-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.main_header .header_menu .main_menu .dropdown-menu {
    top: 35px;
    transition: all 0.2s ease-out;
    left: 50%;
    transform: translate(-50%, 6px) scale(0.94);
    opacity: 0;
    visibility: hidden;
    display: block;
    text-transform: uppercase;
    font-size: 0.85714rem;
    border: none;
    box-shadow: 0 10px 60px -4px rgba(27, 40, 54, 0.7);
}

.main_header .header_menu .main_menu .dropdown-menu:before {
    position: absolute;
    top: -8px;
    margin-left: -5px;
    left: 50%;
    height: 0;
    width: 0;
    content: '';
    border: solid white 8px;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.main_header .header_menu .main_menu .dm-container {
    display: flex;
}

.main_header .header_menu .main_menu .dm-container .dm-col {
    padding-left: 10px;
    padding-right: 10px;
}

.main_header .header_menu .main_menu .dm-container .dm-header {
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
}

.main_header .header_menu .main_menu .dm-container .dm-menu.dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
    box-shadow: none;
    border: none;
}

.main_header .header_menu .main_menu .dm-container .dm-menu.dropdown-menu li {
    white-space: nowrap;
}

.main_header .header_menu .main_menu .dm-container .dm-menu.dropdown-menu:before {
    border: none;
}

@media (max-width: 991px) {
    .main_header .header_menu .main_menu.open {
        display: block !important;
        position: fixed;
        box-shadow: 0 10px 30px -4px rgba(27, 40, 54, 0.7);
        top: 70px;
        width: 90vw;
        height: calc(100vh - 70px);
        overflow-y: scroll;
        right: 5vw;
        background: white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .main_header .header_menu .main_menu.open div, .main_header .header_menu .main_menu.open ul, .main_header .header_menu .main_menu.open li, .main_header .header_menu .main_menu.open a {
        float: none;
        padding: 5px !important;
        margin: 0 !important;
        display: block !important;
        visibility: visible !important;
        position: relative !important;
        opacity: 1 !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        box-shadow: none !important;
    }

    .main_header .header_menu .main_menu.open .dropdown-menu:before {
        display: none;
    }
}

.main_header.sticky {
    height: 90px;
}

.main_header.sticky .header_menu {
    padding-top: 15px;
}

.main_header.sticky .logo {
    padding: 5px;
}

.main_header.sticky .logo-link a img {
    height: 80px;
}

.main_header.sticky .logo-text {
    padding-left: 10px;
}

@media (max-width: 1215px) {
    div.top_menu > ul > li.menu_hotline {
        display: none;
    }

    .main_header, .main_header.sticky {
        height: 50px;
    }

    .main_header .logo, .main_header.sticky .logo {
        padding: 5px 5px 5px 15px;
    }

    .main_header .logo-link a img, .main_header.sticky .logo-link a img {
        height: 40px;
    }

    .main_header .logo-text, .main_header.sticky .logo-text {
        display: none;
    }

    .main_header .header_menu, .main_header.sticky .header_menu {
        padding-top: 15px;
    }

    .main_header .header_menu .social_menu, .main_header.sticky .header_menu .social_menu {
        width: 66%;
        order: 1;
    }

    .main_header .header_menu .social_menu ul, .main_header.sticky .header_menu .social_menu ul {
        padding: 2px 0 0;
        justify-content: center;
    }

    .main_header .header_menu .top_menu, .main_header.sticky .header_menu .top_menu {
        width: 33%;
        order: 2;
    }

    .main_header .header_menu .top_menu ul, .main_header.sticky .header_menu .top_menu ul {
        padding: 0;
        justify-content: flex-end;
    }

    .main_header .header_menu .top_menu li, .main_header.sticky .header_menu .top_menu li {
        margin: 0 0 0 10px;
    }

    .main_header .header_menu .top_menu a, .main_header.sticky .header_menu .top_menu a {
        font-size: 0;
    }

    .main_header .header_menu .main_menu, .main_header.sticky .header_menu .main_menu {
        display: none;
    }

    .main_header + *, .main_header.sticky + * {
        margin-top: 50px;
    }
}

.footer {
    background-color: #efefef;
}

.footer .footer_photo {
    background: url("../images/footer.png") center no-repeat;
    background-size: cover;
    display: none;
}

@media (min-width: 992px) {
    .footer .footer_photo {
        display: block;
    }
}

.footer .footer_form {
    padding-left: 60px;
}

@media (min-width: 992px) {
    .footer .footer_form {
        max-width: 585px;
    }
}

@media (max-width: 767px) {
    .footer .footer_form {
        padding-left: 15px;
    }

    .footer .footer_form .main_title {
        font-size: 1.71429rem;
        margin-top: 30px;
    }
}

.footer .footer_form_info--min {
    font-size: 0.85714rem;
}

.footer h3 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.footer_law_list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.footer_law_list li {
    margin-bottom: 10px;
}

.checkbox-label-footer .checkbox {
    margin-bottom: 0;
}

.checkbox-label-footer .help-block {
    margin: 0;
}

body form {
    margin-top: -40px;
}

body form .btn {
    margin-bottom: 15px;
}

body form .form-control {
    background: inherit;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

body form .form-control:focus {
    box-shadow: none;
}

body form .form-group label {
    color: #8a8a8a;
    transform: translate(0, 30px);
    transform-origin: 0 0;
    font-size: 1.14286rem;
    transition: all 0.2s ease-out;
    font-weight: normal;
}

body form .form-group label.active {
    transform: scale(0.75) translate(0, 0);
}

.content {
    position: relative;
}

.main_slider {
    position: relative;
    min-height: 500px;
}

.main_slider .banner-name {
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    top: 25%;
    left: 0;

    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 3.42857rem;
    font-weight: 700;
    line-height: 4rem;
}

@media (max-width: 1060px) {
    .main_slider .banner-name {
        top: -1px !important;
    }
}

@media (min-width: 992px) {
    .main_slider .banner-name {
        max-width: 930px;
        top: 210px;
        /*top: calc(((100vh - 138px) - 230px) / 2);*/
        left: calc((100vw - 917px) / 2);
        font-size: 4rem;
        line-height: 4.71429rem;
    }
}

@media (max-width: 777px) {
    .main_slider .banner-name {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 2.28571rem;
        line-height: 3rem;
    }

    .main_slider .banner-name .banner_video-play {
        box-shadow: 0 0 15px rgba(67, 110, 179, 0.8);
        border-radius: 50%;
    }
}

.main_slider .banner-name p {
    margin-top: 28px;
}

.main_slider .banner_video-play {
    background: url("../images/icons/play.svg");
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.main_slider .banner_video-play:hover {
    transform: scale(1.2, 1.2);
}

.main_slider .banner_video-text {
    margin-top: 15px;
    position: relative;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 1.28571rem;
    border-radius: 4px;
    padding-left: 1px;
    padding-right: 1px;
    color: #436eb3;
    display: block;
}

.main_slider .banner_video-text:before {
    content: '';
    position: absolute;
    background: white;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: blur(10px);
}

.main_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {

}

.main_slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    bottom: 0 !important;
}

#carousel-main_carousel .carousel-inner .item.next,
#carousel-main_carousel .carousel-inner .item.prev {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;

}

#carousel-main_carousel .carousel-inner .item.active {
    z-index: 1;
}

.carousel-inner > .item{
    height: 665px;
}

.main_slider .carousel-indicators li.active {
    background: #f6d400;
    border-color: #f6d400;
}

.main_statistic {
    margin-top: 50px;
}

.main_statistic .main_statistic-item {
    text-align: center;
    border-bottom: 4px solid;
    line-height: 1.71429rem;
    padding: 5px;
}

@media (max-width: 767px) {
    .main_statistic .main_statistic-item {
        width: 90%;
        margin-bottom: 10px;
        margin-left: 5%;
    }
}

.main_statistic .main_statistic-item:before {
    content: "";
    display: inline-block;
    position: relative;
    background: url("../images/icons/check.png");
    width: 21px;
    height: 17px;
    top: 2px;
    margin-right: 6px;
}

.main_statistic .main_statistic-item:nth-child(1) {
    border-color: #f6d400;
}

.main_statistic .main_statistic-item:nth-child(2) {
    border-color: #e01032;
}

.main_statistic .main_statistic-item:nth-child(3) {
    border-color: #436eb3;
}

.services .col-md-3 {
    padding-bottom: 30px;
}

.services .services-item {
    display: block;
    height: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    color: #000;
}

.services .services-item .services-item-text {
    display: block;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 400;
}

.services .services-item img {
    display: block;
    width: 100%;
}

.services .services-item:hover {
    transition: all 0.2s ease-out;
    transform: translate(0, -10px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.services .center {
    padding-top: 30px;
}

.instagramm .col-md-3 {
    margin-bottom: 30px;
}

.main_partners {
    display: flex;
    flex-direction: column;
}

.partners_list {
    display: flex;
}

.partners_list .partners_item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-out;
}

.partners_list .partners_item:hover {
    opacity: 0.5;
}

.consultants {
    position: relative;
    left: -7px;
    display: flex;
    flex-direction: column;
}

.consultants_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.consultants_list > div {
    padding: 15px;
}

.consultants_list > div:nth-child(3n) .consultants_item {
    border-color: #e01032;
}

.consultants_list > div:nth-child(3n) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(224, 16, 50, 0.3);
}

.consultants_list > div:nth-child(3n+1) .consultants_item {
    border-color: #f6d400;
}

.consultants_list > div:nth-child(3n+1) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(246, 212, 0, 0.3);
}

.consultants_list > div:nth-child(3n+2) .consultants_item {
    border-color: #436eb3;
}

.consultants_list > div:nth-child(3n+2) .consultants_item:hover {
    box-shadow: 0 10px 15px rgba(67, 110, 179, 0.3);
}

.consultants_item {
    text-align: center;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    border-bottom: 6px solid #f6d400;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    display: block;
    color: #000;
}

.consultants_item:hover, .consultants_item:focus, .consultants_item:active {
    text-decoration: none !important;
    color: black;
}

.consultants_item .consultants_item-photo {
    padding: 40px 50px 30px;
}

.consultants_item .consultants_item-photo img {
    width: 165px;
    height: 165px;
    object-fit: contain;
}

.consultants_item .consultants_item-name {
    font-size: 1.28571rem;
    padding: 0 50px 40px;
}

.consultants_item .consultants_item-name b {
    display: block;
}

.consultants_item:hover {
    transform: translate(0, -10px);
    box-shadow: 0 10px 15px rgba(246, 212, 0, 0.2);
}

.center {
    margin-top: -20px;
}

.consultant {
    padding-bottom: 50px;
}

.consultant .consultants_item:hover {
    transform: none;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.consultant:after {
    content: '';
    display: block;
    clear: both;
}

.consultant .consultant_description {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14214rem;
}

@media (max-width: 767px) {
    .consultant .consultant_description {
        padding-top: 30px;
    }
}

.consultant .center {
    clear: both;
    padding-top: 20px;
}

.faq_list {
    font-size: 1.28571rem;
    line-height: 1.71429rem;
}

.faq_list dt {
    padding-left: 36px;
    background: url("../images/icons/question.svg") no-repeat left 5px;
    background-size: 24px;
    padding-bottom: 10px;
}

.faq_list dd {
    padding-left: 36px;
    background: url("../images/icons/answer.svg") no-repeat left 5px;
    background-size: 24px;
    padding-bottom: 25px;
}

.main_news-date, .news-date {
    padding-top: 28px;
    color: #8a8a8a;
    font-size: 1rem;
    font-weight: 400;
}

.main_news-header, .news-header {
    padding-top: 20px;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    font-size: 1.71429rem;
    font-weight: bold;
}

.main_news-description, .news-description {
    padding-top: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.71429rem;
}

.main_news-detail, .news-detail {
    padding-top: 20px;
    font-size: 1.28571rem;
    font-weight: 600;
    color: #436eb3;
}

.main_news-item, .news-item {
    margin-bottom: 40px;
}

.news {
    width: 100%;
    clear: both;
}

.news_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.news_list > * {
    float: none;
}

.news_list .center {
    width: 100%;
}

.years_switcher {
    position: absolute;
    top: 25px;
    right: 15px;
}

@media (max-width: 767px) {
    .years_switcher {
        position: relative;
        top: -15px;
        left: 15px;
        margin: 0 30px 0 10px;
    }
}

.main_calendar .calendar_month {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    padding-bottom: 20px;
}

.main_calendar .calendar_month .calendar_month-left {
    background: url("../images/chevron-left.svg") no-repeat center;
}

.main_calendar .calendar_month .calendar_month-right {
    background: url("../images/chevron-right.svg") no-repeat center;
}

.main_calendar .calendar_month .calendar_month-date {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.71429rem;
    font-weight: 300;
}

.main_calendar .calendar_month .calendar_month-left, .main_calendar .calendar_month .calendar_month-right {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.main_calendar .calendar_month .calendar_month-left:hover, .main_calendar .calendar_month .calendar_month-right:hover {
    background-color: #f6d400;
}

.timeline {
    padding-bottom: 60px;
}

.timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.timeline li {
    width: 32px;
    height: 32px;
    display: block;
    margin: 2px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.28571rem;
    text-align: center;
    position: relative;
}

.timeline li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 17px;
    color: black;
}

.timeline li.current a, .timeline li a:hover {
    background-color: #f6d400;
    text-decoration: none;
}

.timeline li .badge {
    position: absolute;
    display: block;
    font-size: 0.71429rem;
    line-height: 1.14286rem;
    width: 16px;
    height: 16px;
    color: white;
    background: #436eb3;
    text-align: center;
    padding: 0;
    top: -5px;
    right: -5px;
}

.timeline--months {
    padding-bottom: 30px;
}

.timeline--months li {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.timeline--months a {
    padding-left: 15px;
    padding-right: 15px;
}

.calendar_event .carousel-indicators {
    text-align: right;
    width: 100%;
    left: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .calendar_event .carousel-indicators {
        bottom: 60px;
    }
}

.calendar_event .carousel-indicators li {
    background-color: #e6e7ea;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: none;
    margin: 0 0 0 11px;
}

.calendar_event .carousel-indicators li.active {
    background: #e01032;
}

.calendar_event .item img {
    display: block;
    box-shadow: 0 0 0 #e01032;
    margin: 0 0 100px 40px;
    transition: all 0.2s ease-out;
    transform: translate(-20px, 50px);
    float: left;
    width: 282px;
    height: 282px !important;
    object-fit: contain;
}

.calendar_event .item .carousel-caption {
    position: relative;
    margin-left: 350px;
    margin-right: 0;
    text-shadow: none;
    color: black;
    text-align: left;
    right: 0;
    left: 0;
    top: 0;
    padding-top: 0;
}

.calendar_event .item .carousel-caption time {
    color: #8a8a8a;
}

.calendar_event .item .carousel-caption h3 {
    padding-bottom: 20px;
    font-size: 2.14286rem;
    font-weight: 700;
    line-height: 3.42786rem;
}

@media (max-width: 767px) {
    .calendar_event .item .carousel-caption h3 {
        font-size: 1.57143rem;
        line-height: 2.5rem;
    }
}

.calendar_event .item .carousel-caption p {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14286rem;
    max-height: 180px;
    overflow: hidden;
}

.calendar_event .item .carousel-caption a {
    font-size: 1.28571rem;
}

@media (max-width: 767px) {
    .calendar_event .item {
        text-align: center;
    }

    .calendar_event .item img {
        margin-left: auto;
        margin-right: auto;
        float: none;
        position: relative;
        left: 20px;
    }

    .calendar_event .item .carousel-caption {
        margin-left: 0;
        padding-top: 30px;
    }

    .calendar_event .item .carousel-caption time {
        display: none;
    }
}

.events {
    clear: both;
    padding-bottom: 50px;
}

.events .calendar_event .item {
    padding-bottom: 30px;
}

.event {
    padding-bottom: 50px;
}

.event .center {
    padding-top: 50px;
    clear: both;
}

.event .event_date {
    font-size: 1.28571rem;
    font-weight: 400;
    line-height: 2.14214rem;
    color: #8a8a8a;
    text-transform: uppercase;
}

.event .event_description {
    padding-top: 20px;
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14214rem;
}

.main_about, .about {
    position: relative;
}

.main_about .about_photo, .about .about_photo {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.main_about .about_up, .about .about_up {
    position: relative;
}

.main_about .about_up:before, .about .about_up:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.main_about .about_up:after, .about .about_up:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/up.svg") center no-repeat;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.main_about .about_up:hover:before, .about .about_up:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.main_about .about_up:hover:after, .about .about_up:hover:after {
    opacity: 1;
}

.main_about .col-md-8 .about_photo, .about .col-md-8 .about_photo {
    height: 510px;
    margin-bottom: 30px;
}

.main_about .col-md-4 .about_photo, .about .col-md-4 .about_photo {
    height: 240px;
    color: black;
}

.main_about .col-md-4 .about_photo .about_description, .about .col-md-4 .about_photo .about_description {
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.2s ease-out;
}

.main_about .col-md-4 .about_photo:hover .about_description, .about .col-md-4 .about_photo:hover .about_description {
    bottom: 0;
    height: 100%;
    font-weight: bold;
}

@media (max-width: 767px) {
    .main_about .col-md-8 .about_photo, .main_about .col-md-4 .about_photo, .about .col-md-8 .about_photo, .about .col-md-4 .about_photo {
        height: 70vw;
    }
}

.main_about .col-md-12:nth-child(1), .about .col-md-12:nth-child(1) {
    margin-bottom: 30px;
}

.main_about .about_description, .about .about_description {
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 15px 5%;
    background: rgba(255, 255, 255, 0.8);
}

.main_about .about_description p, .about .about_description p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.28571rem;
    text-align: center;
    position: relative;
}

.main_about .about_description .resedent_link, .about .about_description .resedent_link {
    text-align: center;
    display: block;
    margin-top: 17px;
    font-size: 1.14286rem;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .main_about .about_description .resedent_link, .about .about_description .resedent_link {
        position: absolute;
        width: 150px;
        right: 0;
        top: 0;
    }
}

.main_about .center, .about .center {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .main_about:before {
        content: '';
        position: absolute;
        display: block;
        background: url("../images/wing-left.png");
        width: 345px;
        height: 483px;
        top: 440px;
        left: calc(50vw - 550px - 360px);
        z-index: 10;
    }

    .main_about:after {
        content: '';
        position: absolute;
        display: block;
        background: url("../images/wing-right.png");
        width: 345px;
        height: 483px;
        top: -96px;
        left: calc(50vw + 550px - 20px);
        z-index: 10;
    }
}

.about {
    padding-bottom: 50px;
}

.about:after {
    display: block;
    content: '';
    clear: both;
}

.about .about_text {
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 2.14286rem;
}

.display-none {
    display: none !important;
}

/*# sourceMappingURL=styles.css.map */
