.about-slide-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 6px
}

.about-slide-body {
    padding: 10px 0 0 0
}

.about-slide-desc {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000
}

.about-slide-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #999;
    align-items: center;
    text-decoration: none
}

.about-slide-link[href]:not(span) {
    transition: color .3s
}

.about-slide-link[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.about-slide-img {
    width: 100%
}

@media (min-width:1024px) {
    .about-slide-link[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .about-slide-link[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .about-slide:not(.swiper-slide-active) .about-slide-body {
        opacity: 0
    }
    .about-slide:not(.swiper-slide-active) .about-slide-img {
        -webkit-transform: translateY(65px);
        transform: translateY(65px)
    }
    .about-slide.swiper-slide-active:hover .about-slide-body {
        opacity: 1
    }
    .about-slide-img-wrap {
        overflow: hidden;
        display: block
    }
    .about-slide-img {
        display: block;
        font-size: 0
    }
    .about-slide-body {
        transition: opacity .3s;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 40px 50px 0 0;
        background-color: #fff;
        max-width: 1047px;
        width: 100%
    }
    .about-slide-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 140%;
        margin: 0 0 20px
    }
    .about-slide-desc {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%
    }
    .about-slide-link {
        display: none
    }
}

.about-slider-section {
    margin: 0 0 85px
}

.about-slider {
    max-width: 1313px;
    min-height: 620px;
    margin: 0 auto
}

.about-slider .swiper-button {
    display: none
}

@media (min-width:1024px) {
    .about-slider-section {
        margin: 0 0 147px
    }
    .about-slider {
        margin: 0 auto
    }
    .about-slider .swiper-pagination {
        display: none
    }
}

@media screen and (max-width:1609px) {
    .about-slider {
        min-height: 557px
    }
}

@media screen and (max-width:1199px) {
    .about-slider {
        min-height: 474px
    }
}

@media screen and (max-width:1023px) {
    .about-slider {
        min-height: 424px
    }
}

@media screen and (max-width:575px) {
    .about-slider {
        min-height: initial
    }
}

.accordion {
    margin: 0 0 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.accordion--with-pic .accordion-toggle {
    padding: 30px 115px 30px 172px
}

.accordion-toggle {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding: 25px 115px 25px 30px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='11' viewBox='0 0 26 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.0068 0.993164L13.0068 9.42999L1.00684 0.993163' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.accordion-toggle:not(.collapsed):before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.accordion-toggle-img-wrap {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center
}

.accordion-toggle-img {
    display: inline!important;
    max-width: 100%;
    max-height: 100%;
    width: 100%
}

.accordion-content {
    border-top: 1px solid #e0e0e0;
    padding: 30px;
    font-size: 16px
}

.accordion-toggle-desc {
    font-weight: 400
}

.accordion-toggle-pic {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 82px
}

.accordion-toggle-pic .lazy-img-wrap {
    display: block
}

.accordion-toggle-pic img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:1023px) {
    .accordion--with-pic .accordion-toggle {
        padding: 25px 90px 25px 90px
    }
    .accordion-toggle-pic {
        width: 60px;
        left: 15px
    }
}

@media screen and (max-width:767px) {
    .accordion--with-pic .accordion-toggle {
        padding: 20px 60px 20px 20px
    }
    .accordion-content {
        padding: 20px 15px
    }
    .accordion-toggle-pic {
        display: none
    }
}

.advantages-card {
    margin: 0 0 20px
}

.advantages-card-container {
    position: relative;
    border: 1px solid;
    border-color: transparent;
    max-height: 100%;
    min-height: 100%
}

.advantages-card-body {
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    width: 100%
}

.advantages-card-body>.statistics-card:last-child {
    margin: 0
}

.advantages-card-text {
    font-size: 16px;
    line-height: 140%
}

.advantages-card-text h3:last-child {
    margin: 0
}

.advantages-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.advantages-card-img {
    opacity: .3
}

.advantages-card.advantages-card--no-bg .advantages-card-img {
    opacity: 1
}

.advantages-card.advantages-card--left .advantages-card-container {
    border: none
}

.advantages-card.advantages-card--white {
    border: 1px solid #00a9e5
}

.advantages-card.advantages-card--white .advantages-card-text {
    color: #00a9e5
}

@media (min-width:768px) {
    .advantages-card-statistics-list {
        justify-content: center
    }
    .advantages-card {
        height: calc(100% - 20px);
        min-height: 250px
    }
    .advantages-card-container {
        display: flex;
        align-items: center
    }
}

@media (min-width:1024px) {
    .advantages-card-text {
        font-size: 18px
    }
    .advantages-card {
        min-height: 280px
    }
    .advantages-card-container {
        display: flex;
        align-items: center
    }
    .advantages-card-body {
        width: 100%
    }
    .advantages-card-text-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media (min-width:1200px) {
    .advantages-card {
        height: 380px
    }
    .advantages-card-body {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .advantages-card.advantages-card--big .advantages-card-body {
        padding: 20px calc((100vw - 1200px)/ 2)
    }
}

@media (min-width:1610px) {
    .advantages-card-body {
        padding: 0 35px
    }
    .advantages-card.advantages-card--big .advantages-card-body {
        padding: 20px calc((100vw - 1610px)/ 2)
    }
    .advantages-card.advantages-card--left {
        margin-top: 400px
    }
}

.nav-tabs-wrap--advantages .nav-tabs .nav-link.active {
    color: #00a9e5
}

.advantages-list {
    margin-top: 14px
}

.advantages-list .tab-content {
    margin: 0
}

.advantages-nav {
    padding: 16px 0 8px
}

@media (min-width:1610px) {
    .advantages-nav {
        height: 0;
        padding: 0
    }
    .nav-tabs-wrap--advantages {
        position: relative;
        height: 380px;
        margin: 0 0 -380px!important;
        z-index: 1;
        padding: 50px 0
    }
    .nav-tabs-wrap--advantages .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 0
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-item {
        padding: 0
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-item:not(:last-child) {
        margin: 0 0 21px
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link {
        font-weight: 300;
        font-size: 24px;
        line-height: 29px;
        display: flex;
        align-items: center
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.51953 0L8.51953 9L2.51953 18' stroke='%2300A9E5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10' height='18' fill='white' transform='translate(0.519531)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 0;
        height: 18px;
        margin: 0;
        display: block;
        background-repeat: no-repeat;
        transition: margin .3s, width .3s
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link:after {
        display: none
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link:hover:not(.active) {
        color: #00a9e5
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link:focus:not(.active) {
        color: #00a9e5
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link.active {
        color: #00a9e5
    }
    .nav-tabs-wrap--advantages .nav-tabs .nav-link.active:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.51953 0L8.51953 9L2.51953 18' stroke='%2300A9E5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10' height='18' fill='white' transform='translate(0.519531)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        width: 10px;
        height: 18px;
        margin: 0 10px 0 0;
        display: block;
        background-repeat: no-repeat
    }
}

@media (max-width:1199px) {
    .nav-tabs-wrap--advantages .nav-link:after {
        display: none
    }
}

.awards-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px
}

.awards-item {
    margin-bottom: 20px
}

.awards-item:not(:last-child) {
    margin-right: 16px
}

.awards.awards--footer {
    margin: 30px 0 40px
}

@media (max-width:1023px) {
    .awards.awards--footer {
        margin: 20px 0 0
    }
    .awards.awards--footer .awards-list {
        margin-bottom: -16px
    }
}

.badge {
    border-radius: 16px 0;
    padding: 0 13px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.become-resident-item-col {
    position: relative
}

.become-resident-item-col:not(:last-child) {
    margin: 0 0 80px
}

.become-resident-item-col:not(:last-child):after {
    content: '';
    position: absolute;
    top: calc(100% + 20px);
    left: 35px;
    width: 2px;
    height: 40px;
    background-color: #fff;
    display: block
}

.become-resident-section {
    padding: 40px 0 140px;
    color: #fff;
    background-position: top center;
    margin: 0 0 40px
}

.become-resident-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.become-resident-item-body {
    flex-grow: 1
}

.become-resident-item-body .file {
    max-width: 355px
}

.become-resident-item-useful {
    border: 1px solid #fff;
    width: 100%;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.become-resident-item-useful .file:last-child {
    margin: 0
}

.become-resident-item-header {
    margin: 0 0 20px
}

.become-resident-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.become-resident-title {
    margin: 0 0 12px
}

.become-resident-item-body-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 11px
}

.become-resident-title {
    display: flex;
    align-items: center
}

.become-resident-title-index {
    font-weight: 700;
    font-size: 66px;
    width: 52px;
    min-width: 52px;
    line-height: 52px;
    font-family: Montserrat, Arial, Verdana, sans-serif
}

.become-resident-title-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%
}

.become-resident-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.become-resident-item-useful-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    margin: 0 0 20px
}

.become-resident-item-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #005eb8;
    height: 60px;
    text-decoration: none;
    margin: 40px 0 0 0;
    text-decoration: none
}

.become-resident-item-btn[href]:not(span) {
    transition: color .3s
}

.become-resident-item-btn[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.become-resident-item-btn--desktop {
    display: none
}

.become-resident-section.become-resident-section--vertical {
    padding: 80px 70px;
    background-color: #005eb8
}

.become-resident-section.become-resident-section--vertical .title {
    margin-bottom: 52px
}

.become-resident-section.become-resident-section--vertical .title-value {
    font-size: 66px
}

.become-resident-section.become-resident-section--vertical .title-value.title-value--small {
    font-size: 56px
}

.become-resident-section.become-resident-section--vertical .become-resident-item {
    padding: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-header {
    min-height: initial
}

.become-resident-section.become-resident-section--vertical .become-resident-item-body .file {
    max-width: initial;
    margin: 0 0 18px
}

.become-resident-section.become-resident-section--vertical .become-resident-title {
    margin-bottom: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-header {
    margin: 0 0 11px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col {
    padding: 0
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col:not(:last-child) {
    margin-bottom: 50px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-col:not(:last-child):after {
    display: block!important;
    width: 2px;
    height: calc(100% - 90px);
    left: 18px;
    top: 110px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-body {
    padding-left: 73px
}

.become-resident-section.become-resident-section--vertical .become-resident-subtitle {
    margin: 12px 0 0;
    padding: 0 0 0 80px
}

.become-resident-section.become-resident-section--vertical .become-resident-item-useful {
    padding: 30px 40px
}

.become-resident-section.become-resident-section--vertical .become-resident-action {
    margin-top: 35px
}

.become-resident-section.become-resident-section--vertical .become-resident-action .btn {
    padding: 0 70px;
    line-height: 52px
}

.become-resident-section.become-resident-section--stage {
    padding: 40px 0 84px
}

.become-resident-section.become-resident-section--stage .become-resident-container {
    max-width: 780px;
    margin: 0 auto
}

.become-resident-section.become-resident-section--stage .become-resident-item-col:after {
    height: calc(100% - 60px)!important;
    top: 83px!important
}

.become-resident-section.become-resident-section--stage .become-resident-item-header {
    margin-bottom: 30px
}

.become-resident-section.become-resident-section--stage .become-resident-item-body li {
    color: #fff
}

.become-resident-section.become-resident-section--stage .become-resident-title-index {
    font-size: 66px
}

.become-resident-section.become-resident-section--stage .become-resident-title-value {
    font-size: 18px
}

.become-resident-section.become-resident-section--stage .become-resident-item-col:not(:last-child) {
    margin-bottom: 35px
}

.become-resident-section.become-resident-section--stage .title {
    margin-bottom: 40px
}

.become-resident-section.become-resident-section--stage .title-head {
    justify-content: center
}

.become-resident-footer {
    padding-top: 20px;
    border-top: 1px solid #fff
}

.become-resident-footer h4 {
    color: #fff;
    font-size: 18px
}

.become-resident-footer li {
    color: #fff;
    font-size: 18px!important
}

@media (min-width:768px) {
    .become-resident-item-btn {
        height: 70px
    }
}

@media (min-width:1024px) {
    .become-resident-item-btn[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .become-resident-item-btn[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .become-resident-item-btn--desktop {
        display: flex
    }
    .become-resident-item-btn--mobile {
        display: none
    }
    .become-resident-item-useful {
        padding: 35px
    }
    .become-resident-section {
        padding: 100px 0;
        margin: 0 0 100px
    }
    .become-resident-item-header {
        min-height: 185px
    }
    .become-resident-item-body-title {
        font-size: 24px;
        line-height: 140%;
        margin: 0 0 16px
    }
    .become-resident-item--nopading {
        padding: 0!important
    }
    .become-resident-item-text {
        font-size: 18px
    }
    .become-resident-item-col {
        padding-top: 40px
    }
    .become-resident-title-index {
        font-size: 72px;
        line-height: 1;
        width: 80px;
        min-width: 80px
    }
    .become-resident-title-value {
        font-size: 24px;
        line-height: 140%
    }
    .become-resident-subtitle {
        font-size: 18px;
        line-height: 140%;
        width: 100%;
        margin: 21px 0 0 0;
        padding: 0 0 0 80px
    }
    .become-resident-item-useful-files .file {
        margin: 0 0 15px
    }
}

@media (min-width:1610px) {
    .become-resident-item {
        padding: 0 25% 0 0;
        height: 100%
    }
    .become-resident-item-col:not(:last-child) {
        margin: 0
    }
    .become-resident-item-col:not(:last-child):after {
        width: 60px;
        height: 2px;
        top: 78px;
        left: calc(100% - 90px)
    }
    .become-resident-section .title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1609px) {
    .become-resident-section.become-resident-section--vertical {
        padding: 50px 30px
    }
}

@media screen and (max-width:1199px) {
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 56px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 46px
    }
}

@media screen and (max-width:1023px) {
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 40px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 30px
    }
    .become-resident-section.become-resident-section--stage .become-resident-item-col:after {
        top: 73px!important
    }
}

@media (max-width:1023px) {
    .become-resident-section {
        padding: 40px 0
    }
    .become-resident-item-body {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .become-resident-section.become-resident-section--vertical .become-resident-subtitle {
        padding: 0 0 0 72px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-item-useful {
        padding: 20px 15px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-action {
        text-align: center
    }
    .become-resident-section.become-resident-section--vertical .become-resident-action .btn {
        padding: 0 20px;
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .become-resident-section.become-resident-section--vertical {
        padding: 20px 15px
    }
    .become-resident-section.become-resident-section--vertical .title-value {
        font-size: 30px
    }
    .become-resident-section.become-resident-section--vertical .title-value.title-value--small {
        font-size: 22px
    }
    .become-resident-section.become-resident-section--vertical .become-resident-item-useful-title {
        font-size: 20px
    }
}

@media (min-width:1024px) and (max-width:1609px) {
    .become-resident-item-col:not(:last-child) {
        margin: 0
    }
    .become-resident-item-col:not(:last-child):after {
        display: none
    }
}

.form-control.sidebar-filter__input {
    height: 28px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #9e9e9e;
    padding: 0 26px;
    background-position: 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4997 15.9995C13.9849 15.9995 15.9995 13.9849 15.9995 11.4997C15.9995 9.0146 13.9849 7 11.4997 7C9.0146 7 7 9.0146 7 11.4997C7 13.9849 9.0146 15.9995 11.4997 15.9995Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 15L19 19' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 26px 26px;
    background-repeat: no-repeat;
    transition: none!important
}

.catalog {
    margin-bottom: 80px
}

.catalog-section {
    display: flex
}

.catalog-section .filter {
    padding-right: 50px;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 50px
}

.shadow .catalog-section .filter {
    z-index: 99
}

.catalog-section .filter-more.more.active .more__btn:after {
    content: none!important
}

.catalog-section .more {
    display: flex;
    align-items: center;
    margin-top: 5px;
    cursor: pointer;
    border-bottom: none!important;
    margin-bottom: 20px
}

.catalog-section .more:hover span {
    color: #000
}

.catalog-section .more span {
    transition: color .5s;
    color: #080808
}

.catalog-section .more__btn {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #000
}

.catalog-section .more__btn:after {
    position: absolute;
    content: '';
    opacity: .8;
    top: 4px;
    left: 7px;
    width: 2px;
    height: 8px;
    background-color: #fff
}

.catalog-section .more__btn:before {
    position: absolute;
    content: '';
    opacity: .8;
    background-color: #fff;
    top: 7px;
    left: 4px;
    width: 8px;
    height: 2px
}

.catalog-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%
}

.catalog .form-group .help-block {
    font-size: 14px;
    color: #f66;
    line-height: 30px
}

.catalog .form-group.has-success .form-group__input {
    color: #ccc;
    border-color: #85e592;
    background: #fff
}

.catalog .form-group.has-success:before {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 18px;
    height: 15px
}

body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    z-index: -1;
    opacity: 0;
    transition: .3s
}

body.filter-opened,
body.shadow {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed
}

body.filter-opened:before,
body.shadow:before {
    opacity: .9;
    z-index: 99
}

.ajaxfilter-disabled {
    display: block!important
}

[value=code_1]~label,
[value=code_2]~label,
[value=code_3]~label,
[value=code_4]~label {
    width: 100px;
    display: flex!important;
    align-items: center;
    justify-content: space-between
}

[value=code_1]~label:after,
[value=code_2]~label:after,
[value=code_3]~label:after,
[value=code_4]~label:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 0 0 9px;
    background: #adb8b9;
    display: inline-block
}

[value=code_1]~label:after {
    background: #adb8b9
}

[value=code_2]~label:after {
    background: #f1c62b
}

[value=code_3]~label:after {
    background: #f87683
}

[value=code_4]~label:after {
    background: #96c955
}

.sidebar-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 60px
}

.sidebar-filter .ajaxfilter-num-from,
.sidebar-filter .form-control.updateFrom {
    border-right: none
}

.sidebar-filter input.range-slider {
    opacity: 0;
    visibility: hidden
}

.sidebar-filter .form {
    background: #fff
}

.sidebar-filter img {
    max-width: 100%;
    margin: auto
}

.sidebar-filter .submit-filter {
    padding: 15px 0
}

.sidebar-filter .submit-filter .btn {
    padding: 0 16px;
    width: 100%;
    text-align: center
}

.sidebar-filter .submit-filter .btn--reset {
    width: 100%;
    margin-top: 5px;
    padding: 10px 0
}

.sidebar-filter>.btn {
    min-width: 290px;
    max-width: 100%;
    margin-bottom: 30px
}

.filter-opened .sidebar-filter>.btn {
    pointer-events: none
}

.filter-opened .sidebar-filter>.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    z-index: 1;
    opacity: .9
}

.sidebar-filter__input-block {
    display: flex;
    margin-bottom: 5px
}

.sidebar-filter__input-block .form-control {
    width: 50%
}

.sidebar-filter__content .irs-from,
.sidebar-filter__content .irs-max,
.sidebar-filter__content .irs-min,
.sidebar-filter__content .irs-single,
.sidebar-filter__content .irs-slider:after,
.sidebar-filter__content .irs-slider:before,
.sidebar-filter__content .irs-to {
    display: none
}

.sidebar-filter__header-reset {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    order: 10;
    cursor: pointer
}

.sidebar-filter__header {
    display: flex;
    align-items: center;
    padding: 0 16px 0 0;
    background: #f9f9f9
}

.sidebar-filter__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    color: #000;
    flex-grow: 1;
    text-transform: uppercase
}

.sidebar-filter__close {
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 20H12' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0002 19.9998L19.2002 12.7998' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 20L19 27' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.sidebar-filter__close.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 130
}

.sidebar-filter-brand .sidebar-filter__content {
    display: flex;
    flex-direction: column
}

.sidebar-filter-brand .search_brand {
    order: -1
}

.sidebar-filter__block {
    width: 100%
}

.filter-more {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #83af40
}

.sidebar-filter__item {
    margin: 0!important;
    padding: 15px 0 0 0;
    border: 1px solid;
    border-color: #d9d9de transparent transparent transparent
}

.sidebar-filter__item:last-child {
    border-color: #d9d9de transparent transparent #d9d9de
}

.sidebar-filter__content {
    padding: 0 0 5px
}

.sidebar-filter__content.colors {
    padding-bottom: 10px
}

.sidebar-filter__content .form-group {
    margin-bottom: 10px
}

.filter-reset {
    font-size: 10px;
    line-height: 16px;
    color: #9e9e9e;
    margin: 0 auto;
    display: inline-block
}

.catalog-tag-list .filter-reset {
    margin: 0 12px 12px 0
}

.catalog-product-list__header {
    margin-bottom: 24px
}

.catalog-product-list__header .catalog-tag-list {
    display: none
}

.sidebar-filter__head {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #171714;
    padding: 0 0 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    transition: padding .3s
}

.sidebar-filter__item.closed .sidebar-filter__head {
    padding: 0 0 15px
}

.sidebar-filter__head .filter-reset {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #3450f2;
    float: right
}

.sidebar-filter__head:not(.reset-hover):hover {
    color: #00a9e5
}

.sidebar-filter__head .tooltip {
    margin-left: 10px
}

.sidebar-filter__head.checkbox input:checked+label {
    font-weight: 700
}

.sidebar-filter__head.checkbox label {
    padding-left: 0!important;
    padding-right: 30px;
    margin-bottom: 0!important;
    font-size: 13px!important
}

.sidebar-filter__head.checkbox label:before {
    content: none!important
}

.sidebar-filter__head.checkbox label:after {
    left: auto!important;
    right: 9px;
    top: 0!important
}

.filter-reset:hover {
    color: #d15645
}

.catalog-product-list {
    margin: 0 0 0
}

.catalog-product-list .filter-reset {
    font-size: 10px;
    line-height: 16px;
    color: #9e9e9e;
    margin: 0 12px 12px 0;
    width: auto
}

.sidebar-filter__head.static {
    pointer-events: none;
    padding: 10px 20px
}

.sidebar-filter__head:not(.static):after {
    content: '';
    width: 10px;
    min-width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 6L6 1L11 6' stroke='%2383AF40' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat!important;
    background-size: 100%;
    background-position: center!important;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.closed .sidebar-filter__head:not(.static):after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-filter__content .ajaxfilter-num {
    display: flex;
    flex-direction: column
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-inputs {
    display: flex!important;
    justify-content: space-between;
    order: -1;
    margin: 0 0 10px;
    position: relative;
    background-color: #fff
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-inputs__pref {
    font-size: 10px;
    color: #9e9e9e;
    position: absolute;
    line-height: 28px;
    top: calc(50% - 13px);
    left: 7px
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-inputs__pref:nth-of-type(2) {
    left: calc(50% + 10px)
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:nth-of-type(1):focus~.ajaxfilter-inputs__pref:nth-of-type(1) {
    color: #19214f
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:nth-of-type(2):focus~.ajaxfilter-inputs__pref:nth-of-type(2) {
    color: #19214f
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    padding: 0 8px 0 21px;
    width: calc(50% - 4px);
    outline: 0;
    position: relative;
    z-index: 1;
    background-color: transparent;
    color: #9e9e9e
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input::-webkit-input-placeholder {
    color: #9e9e9e
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input::-moz-placeholder {
    color: #9e9e9e
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:-ms-input-placeholder {
    color: #9e9e9e
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:-moz-placeholder {
    color: #9e9e9e
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:hover {
    box-shadow: 0 2px 4px rgba(209, 86, 69, .1)
}

.sidebar-filter__content .ajaxfilter-num .ajaxfilter-input:focus {
    color: #000;
    border: 1px solid rgba(209, 86, 69, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05), inset 0 0 0 1px rgba(209, 86, 69, .2)
}

body .irs {
    height: 20px;
    margin-bottom: 0
}

body .irs-bar {
    height: 3px;
    background: #3450f2;
    border: none;
    top: 8px
}

body .irs-line {
    background: #e5e5ea;
    border: none;
    height: 3px;
    top: 8px
}

body .irs .irs-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #83af40;
    border: none;
    transition: background-color .3s;
    top: 0;
    display: block;
    border-radius: 50%;
    cursor: pointer
}

body .irs .irs-handle:after {
    content: '';
    width: 30px!important;
    height: 30px!important;
    position: absolute!important;
    top: calc(50% - 15px)!important;
    left: calc(50% - 15px)!important;
    display: block!important;
    -webkit-transform: none!important;
    transform: none!important;
    background: 0 0!important
}

body .irs-slider {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #3450f2;
    transition: background-color .3s;
    top: 2px;
    margin: 0 -1px
}

body .irs-slider:before {
    content: '';
    width: 8px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ccc;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .21);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px
}

body .irs-slider:after {
    content: '';
    width: 13px;
    height: 8px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    margin: auto;
    top: -21px
}

body .irs-slider.to {
    margin-right: 1px
}

body .irs-slider.to:after {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
}

body .irs-slider:hover {
    background: #3450f2
}

body .irs-from,
body .irs-single,
body .irs-to {
    background: #ccc;
    padding: 5px;
    color: #080808;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .21);
    margin-top: -15px
}

body .irs-from span,
body .irs-single span,
body .irs-to span {
    font-size: 10px;
    margin-left: 5px
}

body .irs-max,
body .irs-min {
    top: 100%;
    visibility: visible!important;
    color: #00a9e5;
    background: 0 0
}

body .irs-max span,
body .irs-min span {
    font-size: 10px;
    margin-left: 5px
}

body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    z-index: -1;
    opacity: 0;
    transition: .3s
}

body.filter-opened,
body.shadow {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed
}

body.filter-opened:before,
body.shadow:before {
    opacity: .9;
    z-index: 99
}

.filter-btn {
    margin-bottom: 1.875rem;
    text-align: center
}

.filter-btn .btn {
    min-width: 18.125rem;
    color: #fff!important
}

.sidebar-filter__head-counter {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 0 7px;
    margin: 0 0 0 5px;
    background: #d9d9de
}

.btn-filter-submit {
    position: static;
    left: auto;
    right: auto;
    transition: background .3s, box-shadow .3s!important
}

.ajaxfilter-combo .form-group {
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.ajaxfilter-combo .form-group:not(:last-child).deactivate {
    -webkit-transform: translateY(65px);
    transform: translateY(65px);
    opacity: 0
}

.ajaxfilter-combo .form-group:not(:first-child).activate {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    opacity: 0
}

.colors .filter-more {
    padding: 0;
    display: block
}

.catalog-view {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    height: 32px;
    margin: 0 0 0 -1px
}

.catalog-view-item:first-child {
    border-right: 1px solid #d8d8d8
}

.catalog-view-item.active svg,
.catalog-view-item:hover svg {
    fill: #83af40
}

.pagination {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #9e9e9e;
    width: 100%;
    margin: 16px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination:after {
    margin-left: 12px
}

.pagination:before {
    margin-right: 12px
}

.pagination:after,
.pagination:before {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #dadada
}

.catalog-btn-more a {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000;
    background: #f9f9f9;
    height: 32px;
    line-height: 32px;
    text-align: center
}

@media screen and (min-width:1024px) {
    .filter-btn {
        display: none
    }
}

@media screen and (min-width:1025px) {
    .sidebar-filter>.btn {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .sidebar-right {
        padding-left: 60px
    }
    .sidebar-left {
        padding-right: 60px
    }
}

@media (min-width:1200px) {
    .sidebar-filter__header {
        display: none
    }
    .catalog-product-list__header {
        margin: 0 0 20px;
        display: flex;
        flex-direction: column
    }
    .catalog-product-list__header .catalog-tag-list {
        display: block
    }
    .catalog-product-list__control-list {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .catalog-product-list__control-list .form-group-select {
        margin: 0!important;
        min-width: 180px
    }
    .catalog-product-list__control-list .jq-selectbox__select {
        height: 32px
    }
    .catalog-product-list__control-list .jq-selectbox__trigger {
        width: 30px;
        height: 30px
    }
    .catalog-product-list__control-list .custom-select {
        width: 100%;
        height: 32px!important;
        border-radius: 0
    }
    .catalog-product-list__control-list .custom-select.opened {
        z-index: 100!important
    }
    .catalog-product-list__control-list .jq-select-multiple,
    .catalog-product-list__control-list .jq-selectbox__dropdown {
        top: 31px!important
    }
    .catalog-product-list__control-list .jq-selectbox__select-text {
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }
    .btn-catalog-filter-toggle {
        display: none
    }
    .sidebar-filter__close {
        display: none
    }
    .sidebar-filter__header-reset {
        display: none
    }
    .sidebar-filter .submit-filter {
        display: flex;
        align-items: center;
        flex-direction: column
    }
    .sidebar-filter .submit-filter.submit-filter--fixed .btn-filter-submit {
        position: fixed;
        bottom: 0;
        width: 245px;
        z-index: 1000
    }
    .sidebar-filter__title {
        font-weight: 500;
        font-size: 12px;
        line-height: 40px;
        color: #000
    }
    .catalog-btn-more a {
        transition: background .3s
    }
    .catalog-btn-more a:hover {
        background: #d15645;
        color: #fff;
        text-decoration: none
    }
    .pagination {
        margin: 40px 0 40px
    }
}

@media screen and (max-width:1199px) {
    .sidebar-filter .form {
        max-height: 100%;
        overflow: auto;
        margin: 10px 0;
        padding-bottom: 40px
    }
}

@media (max-width:1199px) {
    .sidebar-filter {
        margin: 0 0 0
    }
    .sidebar-filter .form {
        margin: 0;
        max-height: 100%
    }
    .btn.btn-catalog-filter-toggle {
        background-color: #fff!important;
        width: 50%;
        height: 47px;
        line-height: 48px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .1em;
        text-transform: uppercase;
        text-align: left;
        padding: 0 16px;
        color: #171714;
        border-left: 1px solid #d8d8d8
    }
    .sidebar-filter__block {
        position: fixed;
        visibility: visible;
        transition: left .3s;
        left: -375px;
        width: 100vw;
        max-width: 375px;
        height: 100%;
        top: 0;
        opacity: 1;
        z-index: 130
    }
    .sidebar-filter__block:not(.is-touchmove) {
        transition: left .3s, -webkit-transform .3s;
        transition: left .3s, transform .3s;
        transition: left .3s, transform .3s, -webkit-transform .3s
    }
    .sidebar-filter__block.active {
        visibility: visible;
        left: 0;
        opacity: 1;
        background: #fff;
        padding: 0
    }
    .sidebar-filter__item {
        margin: 0!important;
        padding: 15px 16px 0;
        border: 1px solid;
        border-color: #e7e7e7 transparent transparent
    }
    .sidebar-filter__item:first-child:not(.lvl1) {
        border: none;
        padding: 0 16px 0
    }
    .sidebar-filter__item:first-child:not(.lvl1) .js-wrap-mob-tag .tag {
        margin: 8px 8px 0 0!important
    }
    .sidebar-filter__item:first-child:not(.lvl1) .js-wrap-mob-tag .tag:last-child {
        margin: 8px 8px 8px 0!important
    }
    .sidebar-filter .submit-filter {
        padding: 25px 16px 30px;
        border: 1px solid;
        border-color: #e7e7e7 transparent transparent
    }
    .sidebar-filter .submit-filter a {
        display: block
    }
    .btn-filter-submit {
        width: 100%
    }
    .catalog-product-list__control-list {
        width: 50%
    }
    .catalog-product-list__header {
        display: flex;
        align-items: center;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        margin: 0 0 24px
    }
    .catalog-product-list__header .form-group-select {
        margin-bottom: 0
    }
    .catalog-product-list__header .form-group-select .form-control,
    .catalog-product-list__header .form-group-select .jq-selectbox__select {
        border: none
    }
    .catalog-product-list__header .form-group-select .jq-selectbox__trigger {
        display: none
    }
    .catalog-product-list__header .form-group-select .jq-selectbox__select {
        height: 47px;
        padding: 0 0 0 16px
    }
    .catalog-product-list__header .form-group-select .custom-select {
        width: 100%;
        height: 47px!important;
        border-radius: 0
    }
    .catalog-product-list__header .form-group-select .custom-select.opened {
        z-index: 100!important
    }
    .catalog-product-list__header .form-group-select .jq-select-multiple,
    .catalog-product-list__header .form-group-select .jq-selectbox__dropdown {
        top: 100%!important
    }
    .catalog-product-list__header .form-group-select .jq-select-multiple li,
    .catalog-product-list__header .form-group-select .jq-selectbox__dropdown li {
        min-height: 25px!important;
        line-height: 25px!important;
        font-weight: 500!important;
        font-size: 10px!important;
        letter-spacing: .1em!important;
        text-transform: uppercase!important;
        color: #171714!important
    }
    .catalog-product-list__header .form-group-select .jq-selectbox__select-text {
        font-weight: 500;
        font-size: 14px;
        line-height: 47px;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #171714
    }
    .ajaxfilter-remove-all-link {
        display: none
    }
    .btn-catalog-filter-toggle {
        order: 10;
        width: 100%
    }
    .catalog-view {
        display: none
    }
}

@media screen and (max-width:1024px) {
    .catalog-section {
        flex-wrap: wrap
    }
    .catalog-section .filter {
        padding: 0;
        width: 100%;
        z-index: 100
    }
    .sidebar-wrap {
        display: none
    }
    .sidebar-filter {
        width: 100%;
        background: 0 0
    }
    .sidebar-filter .js-toggle-filter {
        color: #fff!important;
        text-transform: uppercase
    }
    .sidebar-filter img {
        display: none
    }
    .sidebar-filter .submit-filter {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .catalog-info {
        flex-wrap: wrap
    }
    .catalog-info__count {
        margin-bottom: 15px
    }
}

@media (max-width:575px) {
    .catalog-product-list__header {
        margin: 0 -16px 24px
    }
}

@media (max-width:476px) {
    .ajax-nav-item-row {
        margin-right: -7px!important;
        margin-left: -7px!important
    }
    .ajax-nav-item-row .col-6 {
        padding-right: 7px;
        padding-left: 7px
    }
}

@media screen and (max-width:475px) {
    .catalog-info {
        justify-content: center;
        margin-bottom: 25px
    }
    .catalog-info__count {
        width: 100%;
        text-align: center
    }
}

.contact-nav .nav-item:not(:last-child) {
    margin: 0 0 25px
}

.contact-nav .nav-lvl2-item:not(:last-child) {
    margin: 0 0 10px
}

.contact-nav .nav-link,
.contact-nav .nav-lvl2-link {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.contact-nav .nav-link .icon,
.contact-nav .nav-lvl2-link .icon {
    fill: #fff;
    margin: 0 10px 0 0;
    min-width: 20px
}

.contact-nav .nav-toggle {
    width: 20px;
    height: 20px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' id='i-arrow2'%3E%3Cpath d='M.714 4.412L5 .126l4.286 4.286L8.28 5.416 5 2.135 1.718 5.416.714 4.412z'%3E%3C/path%3E%3C/svg%3E");
    transition: background-image .3s, -webkit-transform .3s;
    transition: background-image .3s, transform .3s;
    transition: background-image .3s, transform .3s, -webkit-transform .3s;
    cursor: pointer
}

.contact-nav .nav-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.contact-nav .nav-toggle:not(.active) {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.contact-nav .nav-lvl2 {
    padding: 10px 0 0 30px;
    display: none
}

.contact-nav .nav-lvl2.active {
    display: block
}

@media (min-width:1024px) {
    .contact-nav .nav-link,
    .contact-nav .nav-lvl2-link {
        text-decoration: none
    }
    .contact-nav .nav-link[href]:not(span),
    .contact-nav .nav-lvl2-link[href]:not(span) {
        transition: color .3s
    }
    .contact-nav .nav-link[href]:not(span) .icon,
    .contact-nav .nav-lvl2-link[href]:not(span) .icon {
        transition: fill .3s, stroke .3s
    }
    .contact-nav .nav-toggle:hover {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23f38611' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' id='i-arrow2'%3E%3Cpath d='M.714 4.412L5 .126l4.286 4.286L8.28 5.416 5 2.135 1.718 5.416.714 4.412z'%3E%3C/path%3E%3C/svg%3E")
    }
}

@media (min-width:1024px) and (min-width:1024px) {
    .contact-nav .nav-link[href]:not(span):hover:not(:active),
    .contact-nav .nav-lvl2-link[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .contact-nav .nav-link[href]:not(span):hover:not(:active) .icon,
    .contact-nav .nav-lvl2-link[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

.content .ntable {
    overflow-x: auto
}

.content .ntable::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.content .ntable::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px
}

.content li:not(:last-child) table {
    margin-bottom: 30px
}

.content .table {
    overflow-x: auto
}

.content table {
    min-width: 600px;
    margin: 0 0 20px
}

.content table td,
.content table th {
    border: 1px solid #000;
    padding: 5px
}

.content table th {
    text-align: left
}

.content .accordion--type1 .accordion__item {
    padding: 0 0 25px
}

.content .accordion--type1 .accordion__content {
    font-size: 14px;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif
}

.content .accordion--type1 .accordion__content-inner {
    padding-top: 30px;
    padding-bottom: 10px
}

.content .accordion--type1 .accordion__title {
    position: relative;
    width: 100%;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
    color: #080808;
    cursor: pointer;
    transition: all .3s;
    z-index: 1
}

.content .accordion--type1 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    top: 16px;
    left: 0;
    background-color: #ccc;
    z-index: 5
}

.content .accordion--type1 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 3px;
    background-color: transparent;
    border-bottom: 2px solid #00a9e5;
    border-right: 2px solid #00a9e5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .3s;
    z-index: 10
}

.content .accordion--type1 .accordion__title:hover {
    color: #000
}

.content .accordion--type1 .accordion__title:hover:before {
    border-color: #000!important
}

.content .accordion--type1 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10
}

.content .accordion--type1 .accordion__title.collapsed:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .accordion--type2 .accordion__item {
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.content .accordion--type2 .accordion__content {
    font-size: 14px;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif
}

.content .accordion--type2 .accordion__content-inner {
    padding: 30px 40px 25px;
    border-top: 1px solid #ccc
}

.content .accordion--type2 .accordion__title {
    position: relative;
    width: 100%;
    padding: 13px 30px 14px 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Proxima Nova", Arial, Verdana, sans-serif;
    color: #00a9e5;
    cursor: pointer;
    transition: all .3s;
    z-index: 1
}

.content .accordion--type2 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    transition: all .3s;
    background-color: #f9f9f9;
    z-index: 5
}

.content .accordion--type2 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 26px;
    background-color: transparent;
    border-bottom: 2px solid #00a9e5;
    border-right: 2px solid #00a9e5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .3s;
    z-index: 10
}

.content .accordion--type2 .accordion__title:hover {
    color: #000
}

.content .accordion--type2 .accordion__title:hover:after {
    background-color: #000
}

.content .accordion--type2 .accordion__title:hover:before {
    border-color: #fff!important
}

.content .accordion--type2 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10
}

.content .accordion--type2 .accordion__title.collapsed:before {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .yout-wrap {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 5
}

.content .yout-wrap .video-youtube,
.content .yout-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.content .yout-wrap .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.content .yout-wrap .video-youtube:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 10
}

.content .yout-wrap .video-youtube:hover .icon {
    fill: #000;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.content .yout-wrap .video-youtube .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    z-index: 20;
    transition: all .3s
}

.content .article-slider img {
    max-width: 100%;
    margin: 0
}

.content .article-slider .swiper-pagination {
    bottom: 20px
}

.content .article-slider .swiper-button-prev {
    left: 10px;
    background-color: #fff;
    opacity: .8
}

.content .article-slider .swiper-button-next {
    right: 10px;
    background-color: #fff;
    opacity: .8
}

.content .article-slider .swiper-button-next,
.content .article-slider .swiper-button-prev {
    top: 50%
}

.content .article-slider .swiper-container {
    overflow: hidden
}

.content .article-slider .swiper-wrapper {
    height: 100%!important
}

.content .video {
    width: 100%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto 20px;
    display: block
}

.content img {
    display: block
}

.content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic
}

.content .content-img--left {
    float: left;
    margin: 0 40px 40px 0
}

.content .content-img--left img {
    display: block;
    margin: 0 auto
}

.content .content-img--right {
    float: right;
    margin: 0 0 20px 20px
}

.content .content-img--right img {
    display: block;
    margin: 0 auto
}

.content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px
}

.content .content-img--center img {
    margin: 0 auto
}

.content img[align=left] {
    max-width: 40%;
    margin: 0 40px 20px 0
}

.content img[align=right] {
    max-width: 40%;
    margin: 0 0 20px 20px
}

.content img[align=center] {
    margin: 0 auto 20px
}

.content img {
    margin-bottom: 20px
}

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
    margin: 0 0 25px
}

.content ol:not(.list-reset) li,
.content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 29px;
    font-style: normal;
    font-weight: 400
}

.content ol:not(.list-reset) li:not(:last-child),
.content ul:not(.list-reset) li:not(:last-child) {
    margin: 0 0 15px
}

.content ol:not(.list-reset) li>ol,
.content ol:not(.list-reset) li>ul,
.content ul:not(.list-reset) li>ol,
.content ul:not(.list-reset) li>ul {
    padding: 12px 0 0 0
}

.content ul:not(.list-reset)>li:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00a9e5;
    position: absolute;
    top: 6px;
    left: 2px;
    box-sizing: border-box
}

.content ol:not(.list-reset) {
    counter-reset: list;
    list-style: none
}

.content ol:not(.list-reset)>li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #00a9e5;
    position: absolute;
    top: 0;
    left: 0
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li {
    padding: 0 0 0 45px
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li>ol:not(.list-reset) li {
    padding: 0 0 0 60px
}

.content ul.list--light li:before {
    background-color: transparent
}

.content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.content a:not([class]) {
    color: #005eb8;
    text-decoration: none;
    text-decoration: none
}

.content a:not([class])[href]:not(span) {
    transition: color .3s
}

.content a:not([class])[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.content hr {
    position: relative;
    height: 1px;
    border: 0;
    margin: 20px 0
}

.content hr:after,
.content hr:before {
    content: '';
    display: table;
    clear: both
}

.content p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px
}

.content mark {
    background: #000;
    color: #fff;
    padding: 0 5px
}

.content s {
    text-decoration: line-through
}

.content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    font-size: 14px;
    color: #080808;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: .03em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.content .c-gray {
    color: #777
}

@media (min-width:1024px) {
    .content img {
        margin-bottom: 20px
    }
    .content .video {
        height: 500px
    }
    .content a:not([class])[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .content a:not([class])[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .content {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:1024px) {
    .content img[align=center],
    .content img[align=left],
    .content img[align=right] {
        max-width: 100%;
        float: none!important;
        margin: 0 auto 20px
    }
}

@media screen and (max-width:1023px) {
    .content .accordion--type1 .accordion__content-inner {
        padding-top: 15px
    }
    .content .accordion--type2 .accordion__content-inner {
        padding-top: 15px
    }
}

@media (max-width:768px) {
    .content li .ntable {
        margin: 0 5px 0 -15px
    }
}

@media screen and (max-width:767px) {
    .content .accordion--type1 .accordion__title:before {
        top: auto;
        bottom: 9px
    }
    .content .accordion--type1 .accordion__title.collapsed:before {
        top: auto;
        bottom: 14px
    }
    .content .accordion--type2 .accordion__title:before {
        top: auto;
        bottom: 16px
    }
    .content .accordion--type2 .accordion__title.collapsed:before {
        top: auto;
        bottom: 21px
    }
    .content .yout-wrap .video-youtube .icon {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width:575px) {
    .content .content-img {
        max-width: 100%
    }
    .content .content-img--left {
        float: none;
        margin: 0 auto 40px
    }
    .content .content-img--right {
        float: none;
        margin: 0 auto 20px
    }
    .content .content-img .img-inner {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 20px 0
    }
    .content .content-img .img-inner img {
        float: none;
        margin: 0
    }
}

.counter {
    display: flex;
    align-items: stretch;
    position: relative
}

.counter-btn {
    position: relative;
    width: 36px;
    height: 36px;
    border: solid 1px #e5e5ea;
    background-color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 0
}

.counter-btn:after,
.counter-btn:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    width: 10px;
    height: 2px;
    background: #292d33;
    display: block
}

.counter-btn:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.counter-btn[disabled] {
    border: solid 1px #eee;
    pointer-events: none
}

.counter-btn[disabled]:after,
.counter-btn[disabled]:before {
    background: #eee
}

.counter-minus {
    order: -1
}

.counter-minus:before {
    display: none
}

.counter-input {
    width: 70px;
    height: 36px;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #292d33;
    border-top: 1px solid #e5e5ea;
    border-bottom: 1px solid #e5e5ea;
    background-color: #fff;
    position: relative;
    text-align: center
}

.counter-input:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

@media (min-width:1200px) {
    .counter-btn:hover {
        border: solid 1px #83af40;
        background-color: #83af40
    }
    .counter-btn:hover:after,
    .counter-btn:hover:before {
        background: #fff
    }
}

.etalon-nav-tabs {
    margin-top: 40px!important
}

body.compensate-for-scrollbar {
    overflow: hidden;
    padding-right: 15px!important;
    margin-right: 0!important
}

body.compensate-for-scrollbar .header-fixed {
    width: calc(100% - 15px)
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-toolbar .fancybox-button {
    display: none!important
}

.fancybox-toolbar .fancybox-button.fancybox-button--close {
    display: block!important
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.file {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    margin: 0 0 25px;
    color: #fff;
    text-decoration: none
}

.file[href]:not(span) {
    transition: color .3s
}

.file[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.file:hover .file-name {
    border-bottom: 1px solid #0090e5
}

.file-name {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    transition: border .3s
}

.file-img {
    width: 13px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0
}

@media (min-width:1024px) {
    .file[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .file[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .file {
        margin: 0 0 27px
    }
    .file-name {
        font-size: 18px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        transition: border .3s
    }
}

.footer {
    border-top: 1px solid #dedede
}

.footer-main {
    padding: 25px 0;
    background-color: #fff
}

.footer-col:not(:last-child) {
    margin: 0 0 30px
}

.footer-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000
}

.footer-title--toggle {
    display: flex;
    align-items: center;
    cursor: pointer
}

.footer-title--toggle:not(.active):after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.footer-title--toggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-title--toggle:after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 3.81081L1 1' stroke='%23999999'/%3E%3C/svg%3E%0A");
    display: block;
    cursor: pointer;
    transition: transition .3s
}

.footer-text {
    font-size: 12px;
    line-height: 1.7;
    color: #fff
}

.footer-text:not(:last-child) {
    margin: 0 0 25px
}

.footer-nav:not(.active) {
    display: none
}

.footer-nav .nav-item:not(:last-child) {
    margin: 0 0 5px
}

.footer-nav .nav-link {
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #777;
    text-decoration: none
}

.footer-nav .nav-link[href]:not(span) {
    transition: color .3s
}

.footer-nav .nav-link[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.footer-bottom {
    background-color: #fff;
    padding: 21px 0 23px;
    border-top: 1px solid #dedede
}

.footer-bottom-text {
    font-size: 10px;
    line-height: 1.3;
    color: #fff
}

.footer-bottom-col:not(:last-child) {
    margin: 0 0 20px
}

.footer-bottom-nav .nav-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer-bottom-nav .nav-item:not(:last-child) {
    margin: 0 20px 0 0
}

.footer-bottom-nav .nav-link {
    display: block;
    font-weight: 500;
    color: #fff
}

@media (min-width:768px) {
    .footer-title {
        margin-bottom: 20px
    }
}

@media (min-width:1024px) {
    .footer-nav .nav-link[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .footer-nav .nav-link[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .footer-bottom-col {
        display: flex;
        align-items: center
    }
    .footer-bottom-col:not(:last-child) {
        margin: 0
    }
    .footer-bottom-text {
        font-size: 12px
    }
    .footer-main {
        padding: 60px 0 65px
    }
    .footer-col:not(:last-child) {
        margin: 0
    }
    .footer-title--toggle {
        cursor: default
    }
    .footer-title--toggle:after {
        display: none
    }
    .footer-nav:not(.active) {
        display: block
    }
    .footer-title {
        margin: 0 0 20px
    }
    .footer-bottom .slam {
        margin-left: 30px
    }
}

.header-nav-sale {
    width: 690px
}

.header-nav-sale-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000
}

.header-nav-sale-slide {
    width: 214px;
    height: 121px;
    position: relative
}

.header-nav-sale-slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.header-nav-sale-slider .swiper-container {
    overflow: hidden
}

.history-slide {
    position: relative;
    width: 100%
}

.history-slide:not(:last-child):before {
    content: '';
    width: calc(100% + 20px);
    height: 1px;
    background: #005eb8;
    position: absolute;
    top: 105px
}

.history-slide-date {
    display: inline-block;
    margin: 0 0 45px
}

.history-slide-date:after {
    content: '';
    width: 1px;
    height: 16px;
    background: #005eb8;
    position: absolute;
    top: 90px;
    left: 0
}

.history-slide-year {
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 62px;
    color: #0090e5
}

.history-slide-month {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #0090e5;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.history-slide-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #777
}

@media (min-width:768px) {
    .history-slide {
        width: 742px;
        padding: 0 0 35px
    }
    .history-slide:not(:last-child):before {
        width: calc(100% + 170px);
        left: 110px;
        top: 100%
    }
    .history-slide-date {
        margin: 0 40px 0 0
    }
    .history-slide-date:after {
        left: 110px;
        bottom: -1px;
        height: 30px;
        top: auto
    }
    .history-slide-container {
        display: flex;
        align-items: flex-start
    }
    .history-slide-year {
        font-size: 96px;
        margin: 0 0 7px;
        letter-spacing: 3px
    }
    .history-slide-month {
        font-size: 26px
    }
    .history-slide-desc {
        font-weight: 300;
        font-size: 24px;
        line-height: 29px
    }
}

.history-slider-section {
    position: relative;
    margin: 0 0 40px;
    padding: 10px 0 0
}

.history-slider .swiper-wrapper {
    transition-timing-function: linear
}

.history-slider .swiper-button-next,
.history-slider .swiper-button-prev {
    z-index: 4
}

.history-slider .swiper-button-next:hover,
.history-slider .swiper-button-prev:hover {
    box-shadow: none
}

.history-slider-section-static {
    margin-bottom: 40px!important;
    padding: 10px 0 1px;
    overflow: hidden
}

.history-slider.history-slider-static .history-slide-container {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.history-slider.history-slider-static .history-slide {
    width: 100%
}

.history-slider.history-slider-static .history-slide:first-child:before {
    left: 50%
}

.history-slider.history-slider-static .history-slide:last-child:before {
    left: 50%
}

.history-slider.history-slider-static .history-slide:not(:last-child):before {
    left: 50%
}

.history-slider.history-slider-static .history-slide-date {
    position: relative;
    margin: 0
}

.history-slider.history-slider-static .history-slide-date:after {
    left: 50%;
    bottom: -36px
}

@media (min-width:768px) {
    .history-slider-section {
        margin: 0 0 40px;
        position: relative
    }
    .history-slider-section:after,
    .history-slider-section:before {
        content: '';
        position: absolute;
        top: -20px;
        width: 100px;
        max-width: 30%;
        height: calc(100% + 40px);
        background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
        z-index: 3
    }
    .history-slider-section:before {
        left: 0
    }
    .history-slider-section:after {
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .history-slider .swiper-wrapper {
        align-items: stretch
    }
    .history-slider .swiper-slide {
        height: auto
    }
}

@media (min-width:1024px) {
    .history-slider-section {
        margin: 0 0 100px
    }
}

@media screen and (max-width:767px) {
    .history-slider-section-static {
        overflow: visible
    }
}

.page-error {
    padding: 40px 0
}

.page-error-num {
    margin: 0 0 40px;
    font-size: 152px;
    line-height: 1;
    font-weight: 700;
    color: #0090e5;
    width: 100%;
    text-align: center
}

.page-error-action {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.page-error-btn {
    width: 100%
}

.page-error-btn:not(:last-child) {
    margin: 0 0 10px
}

.page-error-title {
    font-size: 24px;
    margin: 0 auto 16px;
    max-width: 515px;
    text-align: center;
    font-weight: 700
}

.page-error-desc {
    margin: 0 auto 40px;
    max-width: 515px;
    text-align: center;
    line-height: 24px;
    font-size: 16px
}

.page-error-action {
    margin: 0 auto 80px;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sitemap {
    padding: 0 0 40px
}

.sitemap .nav-link,
.sitemap .nav-lvl2-link,
.sitemap .nav-lvl3-link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    text-decoration: none
}

.sitemap .nav-link[href]:not(span),
.sitemap .nav-lvl2-link[href]:not(span),
.sitemap .nav-lvl3-link[href]:not(span) {
    transition: color .3s
}

.sitemap .nav-link[href]:not(span) .icon,
.sitemap .nav-lvl2-link[href]:not(span) .icon,
.sitemap .nav-lvl3-link[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.sitemap .nav-lvl2-list,
.sitemap .nav-lvl3-list {
    padding: 0 0 0 20px
}

@media (min-width:768px) {
    .page-error {
        padding: 150px 0
    }
    .page-error-btn {
        width: auto
    }
    .page-error-btn:not(:last-child) {
        margin: 0 10px 0 0
    }
}

@media (min-width:1024px) {
    .sitemap .nav-link[href]:not(span):hover:not(:active),
    .sitemap .nav-lvl2-link[href]:not(span):hover:not(:active),
    .sitemap .nav-lvl3-link[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .sitemap .nav-link[href]:not(span):hover:not(:active) .icon,
    .sitemap .nav-lvl2-link[href]:not(span):hover:not(:active) .icon,
    .sitemap .nav-lvl3-link[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

@media screen and (max-width:1023px) {
    .page-error-num {
        font-size: 100px
    }
}

.mob-menu {
    position: fixed;
    max-width: 320px;
    left: 0;
    width: 100%;
    background-color: #fff;
    min-height: 100%;
    max-height: 100%;
    z-index: 130;
    transition: left .3s;
    overflow-y: auto;
    overflow-x: hidden
}

.mob-menu:not(.active) {
    left: -400px
}

.mob-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 0 10px;
    background-color: #00a9e5
}

.mob-menu-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.mob-menu-close .icon {
    fill: #fff
}

.mob-menu-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #fff
}

.mob-menu-body {
    padding: 0 15px 30px
}

.mob-menu-contact {
    padding: 20px 0
}

.mob-menu-contact-nav {
    margin: 0 0 20px
}

.mob-menu-social-nav {
    margin: 0 0 20px
}

.mob-menu-social-item:not(:last-child) {
    margin: 0 0 20px
}

.mob-menu-nav {
    padding: 0 0 10px;
    border-bottom: 1px solid #c8c9c7
}

.mob-menu-nav .nav-item.active .nav-link {
    color: #00a9e5
}

.mob-menu-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    height: 50px;
    white-space: nowrap;
    text-decoration: none
}

.mob-menu-nav .nav-lvl2-item.active .nav-lvl2-link {
    color: #00a9e5
}

.mob-menu-nav .nav-lvl2-item:not(:last-child),
.mob-menu-nav .nav-lvl3-item:not(:last-child) {
    margin: 0 0 16px
}

.mob-menu-nav .nav-lvl2-link {
    padding: 3px 0 3px 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-decoration: none
}

.mob-menu-nav .nav-lvl3-link {
    padding: 0 0 0 20px;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    text-decoration: none
}

.mob-menu-nav .nav-lvl3 {
    margin: 11px 0 0 0
}

.mob-menu-nav .nav-lvl2:not(.active),
.mob-menu-nav .nav-lvl3:not(.active) {
    display: none
}

.mob-menu-nav .nav-lvl2-toggle,
.mob-menu-nav .nav-toggle {
    width: 30px;
    height: 30px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 3.81081L1 1' stroke='%2300A9E5'/%3E%3C/svg%3E%0A");
    transition: background-image .3s, -webkit-transform .3s;
    transition: background-image .3s, transform .3s;
    transition: background-image .3s, transform .3s, -webkit-transform .3s;
    cursor: pointer
}

.mob-menu-nav .nav-lvl2-toggle:before,
.mob-menu-nav .nav-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mob-menu-nav .nav-lvl2-toggle.active,
.mob-menu-nav .nav-toggle.active {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:1024px) {
    .mob-menu {
        display: none
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-feedback-form {
    max-width: 515px;
    width: 100%;
    margin: 0 auto
}

.order-registration-content {
    max-width: 515px;
    width: 100%;
    margin: 0 auto
}

.modal {
    background-color: #fff
}

.modal .modal-dialog {
    margin: 0 auto
}

.modal .modal-content {
    border-radius: 0;
    border: none;
    background-clip: unset
}

.modal .modal-footer>* {
    margin: unset
}

.modal .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.modal .modal-close {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.modal .modal-body {
    padding: 20px 16px 24px
}

.modal .modal-header {
    border-radius: 0;
    padding: 80px 16px 20px;
    border-bottom: none
}

.modal .modal-title {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    width: 100%
}

.modal.modal-resident .modal-dialog {
    max-width: 960px
}

.modal.modal-resident .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-resident .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-resident .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-resident .modal-body {
    padding: 30px
}

.modal.modal-resident .modal-resident__top {
    display: flex;
    align-items: center;
    padding: 0 0 30px
}

.modal.modal-resident .modal-resident__logo {
    flex: 0 0 135px;
    max-width: 135px;
    height: 135px;
    margin-right: 30px
}

.modal.modal-resident .modal-resident__name {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #bdbdbd;
    color: #000;
    text-decoration: none;
    transition: color .3s ease, border-color .3s ease
}

.modal.modal-resident .modal-resident__name:hover {
    border-color: #00a9e5
}

.modal.modal-resident .modal-resident__descr {
    font-size: 16px
}

.modal.modal-resident .modal-resident__body {
    padding-top: 30px;
    border-top: 1px solid #bdbdbd
}

.modal.modal-tours .modal-dialog {
    max-width: 960px
}

.modal.modal-tours .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-tours .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-tours .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-tours .modal-body {
    padding: 30px
}

.modal.modal-tours .form-control-label {
    color: #000
}

.modal.modal-tours .modal-tours__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal.modal-tours .modal-tours__footer .form-group {
    margin: 0 0 0 60px!important
}

.modal.modal-send-resume .modal-dialog {
    max-width: 960px
}

.modal.modal-send-resume .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-send-resume .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-send-resume .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-send-resume .modal-body {
    padding: 30px
}

.modal.modal-send-resume .form-control-label {
    color: #000
}

.modal.modal-send-resume .modal-send-resume__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal.modal-send-resume .modal-send-resume__footer .form-group {
    margin: 0 0 0 60px!important
}

.modal.modal-send-resume .link-icon {
    margin-top: 40px
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
    .modal-sm {
        max-width: 300px
    }
    .modal {
        background-color: transparent
    }
}

@media (min-width:768px) {
    .modal .modal-header {
        padding: 40px 40px 20px
    }
    .modal .modal-body {
        padding: 20px 40px 70px
    }
    .modal .modal-dialog {
        max-width: 595px
    }
    .modal .modal-dialog--lg {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1024px) {
    .modal body.modal-open .header-fixed {
        width: calc(100% - 15px)
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
    .modal .modal-close:hover {
        opacity: .8
    }
}

@media screen and (max-width:1023px) {
    .modal.modal-send-resume .link-icon {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .modal.modal-tours .modal-tours__footer {
        flex-direction: column;
        align-items: center
    }
    .modal.modal-tours .modal-tours__footer .form-group {
        display: flex;
        justify-content: center;
        margin: 30px 0!important
    }
    .modal.modal-tours .modal-tours__footer .checkbox {
        display: inline-block
    }
    .modal.modal-send-resume .modal-send-resume__footer {
        flex-direction: column;
        align-items: center
    }
    .modal.modal-send-resume .modal-send-resume__footer .form-group {
        display: flex;
        justify-content: center;
        margin: 30px 0!important
    }
    .modal.modal-send-resume .modal-send-resume__footer .checkbox {
        display: inline-block
    }
}

@media screen and (max-width:575px) {
    .modal.modal-resident .modal-body {
        padding: 20px
    }
    .modal.modal-resident .modal-resident__top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 20px
    }
    .modal.modal-resident .modal-resident__logo {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px
    }
    .modal.modal-resident .modal-resident__body {
        padding-top: 20px
    }
    .modal.modal-tours .modal-body {
        padding: 20px
    }
    .modal.modal-send-resume .modal-body {
        padding: 20px
    }
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.news-card-name:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.news-card {
    margin: 0 0 20px
}

.news-card--wide .news-card-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row
}

.news-card--wide .news-card-img-wrap {
    flex: 0 0 auto;
    width: auto;
    border-bottom: none
}

.news-card-container {
    border: 1px solid #00a9e5;
    display: flex;
    flex-wrap: wrap
}

.news-card-img-wrap {
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-card-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-card-img {
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
    display: block
}

.news-card-body {
    position: relative;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.news-card-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin: 0 0 25px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-card-name[href]:not(span) {
    transition: color .3s
}

.news-card-name[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.news-card-name:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.news-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-card-date {
    font-weight: 300;
    font-size: 16px;
    color: #777
}

.news-card-category {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #005eb8;
    text-align: right;
    text-decoration: none
}

.news-card-category[href]:not(span) {
    transition: color .3s
}

.news-card-category[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

@media (min-width:1024px) {
    .news-card-name[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .news-card-name[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .news-card-category[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .news-card-category[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .news-card-container {
        height: 100%
    }
    .news-card {
        height: calc(100% - 20px);
        transition: box-shadow .3s;
        box-shadow: 0 0 30px transparent
    }
    .news-card:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, .1)
    }
    .news-card-body {
        padding: 38px 25px 29px
    }
    .news-card-name {
        font-size: 20px
    }
    .news-card-category,
    .news-card-date {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .news-card-body {
        min-height: 261px
    }
    .news-card-img-wrap {
        width: 100%;
        border-bottom: 1px solid #00a9e5;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .news-card-container {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .news-card--wide .news-card-container {
        flex-direction: column
    }
    .news-card-name {
        -webkit-line-clamp: initial
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .news-card-img-wrap {
        width: calc(50% - 10px)
    }
    .news-card-img-wrap+.news-card-body {
        width: calc(50% + 10px)
    }
}

.no-critical {
    visibility: visible
}

.no-critical.no-critical--preloader:after,
.no-critical.no-critical--preloader:before {
    content: unset;
    display: none!important
}

.no-critical:after,
.no-critical:before {
    content: unset;
    display: none!important
}

.page-header-section {
    margin: 0 0 20px
}

.page-header-title {
    margin: 0!important;
    font-family: Montserrat, Arial, Verdana, sans-serif;
    line-height: 1.2
}

.page-header-desc {
    margin-top: 42px
}

@media (min-width:768px) {
    .page-header-section {
        margin: 20px 0 20px
    }
}

@media (min-width:1024px) {
    .page-header-title {
        font-size: 66px!important
    }
}

@media (min-width:1200px) {
    .page-header-section {
        margin: 43px 0 43px
    }
}

@media screen and (max-width:1023px) {
    .page-header-desc {
        margin-top: 25px
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 100px
}

.pagination-list {
    display: flex;
    align-items: center
}

.pagination-item {
    margin: 0 4px
}

.pagination-item:not(.pagination-item--main) {
    display: none
}

.pagination-link {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    text-decoration: none
}

.active>.pagination-link {
    background: #00a9e5;
    color: #fff
}

.pagination-item--prev .pagination-link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAMxJREFUSA1jYBgFNAmBpLVKDLFra4gxm5EYRShqQIb/+refgYGRj4Gd0YBhbvBDFHk0DhMaHz8X2XBGBldChoMMI94H6IYvDjmD3zUQWeIsINNw4nxAgeGELaDQcPwWUMFw3BYkrFdg+PPnIDgpglILkREKMhAdkJZM0XUTwcduwYLABwxsTI4MDP8/Mfxn2M0Qu8aECLOwKsGfTKkQD/gtALmJQksIW0ChJcRZQIElxFtApiWkWYBuCRHFNUgL6QAU8URWOKQbPuJ0AAAVIWCSlSwdZAAAAABJRU5ErkJggg==);
    background-size: 18px 22px;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-item--next .pagination-link {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAALpJREFUSA1jYBgFVAmB2LU1DElrlcgxi5GgpuS18gw//19g+M/wmYGd0YFhXvA9gnqQFDAhsbEz5wY/ZGBkcAViXqBFB0j1CWEfwKyNXWMC9MVuUn1CvAUgi8iwhDQLyLCEdAtItIQ8C0iwhHwL0C1hZbZjWBD4ACSMDAgnU2TVZLDJtwA9RWFxPcg95AURuuF4cjfpFpBgOOk+INFw0iwgw3DiLSDTcOIsoLC4BllCGFBQ4RA2fMSrAAC2n2+SPtawkwAAAABJRU5ErkJggg==);
    background-size: 18px 22px;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width:768px) {
    .pagination-item {
        position: relative;
        margin: 0 6px
    }
    .pagination-item:not(.pagination-item--main) {
        display: block
    }
}

@media (min-width:1024px) {
    .pagination-link:hover {
        text-decoration: none
    }
    .pagination-link:hover:not(:active) {
        background-color: #f4f7f2
    }
    .active>.pagination-link:hover {
        background: #6ba533;
        color: #fff
    }
}

.partner-slider-section {
    margin: 0 0 40px
}

.partner-slider {
    margin-top: 67px
}

.partner-slider .swiper-button-next,
.partner-slider .swiper-button-prev {
    display: none
}

.partner-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-slide-img {
    max-width: 100%;
    max-height: 100%
}

@media (min-width:576px) {
    .partner-slide {
        width: 50%
    }
}

@media (min-width:768px) {
    .partner-slide {
        width: 33.33%
    }
}

@media (min-width:1024px) {
    .partner-slide {
        width: 25%
    }
    .partner-slider-section {
        margin: 0 0 100px
    }
    .partner-slider .swiper-container {
        overflow: hidden
    }
    .partner-slider .swiper-button-next,
    .partner-slider .swiper-button-prev {
        display: block
    }
}

@media (min-width:1200px) {
    .partner-slide {
        width: 20%
    }
}

.payment-system-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.payment-system {
    display: flex;
    align-items: center;
    margin: 8px 13px 8px 0;
    max-height: 62px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.payment-system-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #6d6d6d
}

@media (min-width:1024px) {
    .payment-system-wrap {
        display: flex;
        align-items: center
    }
    .payment-system-list {
        flex-shrink: 0;
        margin: 0 40px 0 0
    }
    .payment-system-text {
        margin: 0 0 16px
    }
}

.promo-news-section {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .promo-news-section {
        margin: 0 0 80px
    }
}

@charset "UTF-8";
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0!important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs--flat {
    height: 0;
    margin: -20px 0 0 0
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: -2px;
    height: 3px;
    background-color: #f4f7f2;
    border-radius: 4px;
    z-index: 1
}

.irs--flat .irs-bar {
    top: -2px;
    height: 3px;
    background-color: #6ba533;
    z-index: 1
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: -11px;
    width: 20px;
    height: 20px;
    background-color: #6ba533;
    border-radius: 50%;
    cursor: pointer
}

.irs--flat .irs-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    opacity: 0
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    display: none
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    display: none
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--big .irs-max,
.irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern {
    height: 55px
}

.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-max,
.irs--modern .irs-min {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-max,
.irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-max,
.irs--square .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.rating-container {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

.rating__icon {
    margin: -2px 4px 0 0
}

.resident-section {
    margin: 0 0 40px
}

.resident-slider {
    margin: 70px 0 0;
    overflow: hidden
}

.resident-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin: 0 0 20px
}

.resident-review-slider-wrap {
    border-bottom: 1px solid #00a9e5;
    border-top: 1px solid #00a9e5;
    width: 100%;
    padding: 40px 0;
    position: relative
}

.resident-slide-img {
    max-width: 100%;
    max-height: 100%
}

.resident-review-slider {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 80px
}

.resident-review-slider .swiper-container {
    overflow: hidden
}

.resident-review-slider .swiper-button {
    display: none;
    background-size: 16px 39px;
    box-shadow: none;
    top: auto;
    bottom: 50px;
    -webkit-transform: none;
    transform: none
}

.resident-review-slider .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 37.9404L2 19.4702L15 1.00001' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    left: 0
}

.resident-review-slider .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L14 19.4702L0.999997 37.9404' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    right: 0
}

.resident-review-slider .swiper-pagination {
    bottom: 76px
}

@media (min-width:1024px) {
    .resident-section {
        margin: 0 0 70px
    }
    .resident-slider .swiper-pagination {
        display: none
    }
    .resident-slider .swiper-wrapper {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap
    }
    .resident-slider {
        height: 420px
    }
    .resident-slide {
        width: 50%;
        margin: 0 0 20px;
        opacity: 1;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .resident-slide:not(.active) {
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        margin: 0
    }
    .resident-slide[data-stack-index="0"] {
        transition-delay: 0s
    }
    .resident-slide[data-stack-index="1"] {
        transition-delay: .1s
    }
    .resident-slide[data-stack-index="2"] {
        transition-delay: .2s
    }
    .resident-slide[data-stack-index="3"] {
        transition-delay: .3s
    }
    .resident-slide[data-stack-index="4"] {
        transition-delay: .4s
    }
    .resident-slide[data-stack-index="5"] {
        transition-delay: .5s
    }
    .resident-slide[data-stack-index="6"] {
        transition-delay: .6s
    }
    .resident-slide[data-stack-index="7"] {
        transition-delay: .7s
    }
    .resident-slide[data-stack-index="8"] {
        transition-delay: .8s
    }
    .resident-review-slider {
        width: calc(100% - 30px);
        max-width: 520px;
        margin: 0 auto
    }
    .resident-review-slider .swiper-container {
        overflow: hidden
    }
    .resident-review-slider .swiper-button {
        display: block
    }
    .resident-review-slider .swiper-button:not(:hover) {
        opacity: .8
    }
}

@media (min-width:1200px) {
    .resident-slide {
        width: 33.33%;
        margin: 0 0 20px
    }
    .resident-review-slider-wrap {
        border-right: 1px solid #00a9e5;
        border-left: 1px solid #00a9e5;
        height: 100%
    }
}

@media (min-width:1610px) {
    .resident-section .title-more {
        margin-right: 60px
    }
    .resident-review-slider:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='63' height='50' viewBox='0 0 63 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.056 23.8306C23.456 24.8866 25.328 26.4706 26.672 28.5826C28.016 30.6946 28.688 33.1906 28.688 36.0706C28.688 40.1986 27.392 43.5586 24.8 46.1506C22.208 48.6466 18.896 49.8946 14.864 49.8946C10.832 49.8946 7.472 48.5986 4.784 46.0066C2.192 43.4146 0.895996 40.1026 0.895996 36.0706C0.895996 34.1506 1.136 32.2306 1.616 30.3106C2.096 28.3906 3.152 25.5106 4.784 21.6706L13.136 0.934601H27.392L21.056 23.8306ZM55.04 23.8306C57.44 24.8866 59.312 26.4706 60.656 28.5826C62 30.6946 62.672 33.1906 62.672 36.0706C62.672 40.1986 61.376 43.5586 58.784 46.1506C56.192 48.6466 52.88 49.8946 48.848 49.8946C44.816 49.8946 41.456 48.5986 38.768 46.0066C36.176 43.4146 34.88 40.1026 34.88 36.0706C34.88 34.1506 35.12 32.2306 35.6 30.3106C36.08 28.3906 37.136 25.5106 38.768 21.6706L47.12 0.934601H61.376L55.04 23.8306Z' fill='%23005EB8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
        width: 61px;
        height: 48px;
        position: absolute;
        top: 140px;
        left: -80px;
        display: block;
        background-size: 100%
    }
    .resident-review-slider:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='63' height='50' viewBox='0 0 63 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.056 23.8306C23.456 24.8866 25.328 26.4706 26.672 28.5826C28.016 30.6946 28.688 33.1906 28.688 36.0706C28.688 40.1986 27.392 43.5586 24.8 46.1506C22.208 48.6466 18.896 49.8946 14.864 49.8946C10.832 49.8946 7.472 48.5986 4.784 46.0066C2.192 43.4146 0.895996 40.1026 0.895996 36.0706C0.895996 34.1506 1.136 32.2306 1.616 30.3106C2.096 28.3906 3.152 25.5106 4.784 21.6706L13.136 0.934601H27.392L21.056 23.8306ZM55.04 23.8306C57.44 24.8866 59.312 26.4706 60.656 28.5826C62 30.6946 62.672 33.1906 62.672 36.0706C62.672 40.1986 61.376 43.5586 58.784 46.1506C56.192 48.6466 52.88 49.8946 48.848 49.8946C44.816 49.8946 41.456 48.5986 38.768 46.0066C36.176 43.4146 34.88 40.1026 34.88 36.0706C34.88 34.1506 35.12 32.2306 35.6 30.3106C36.08 28.3906 37.136 25.5106 38.768 21.6706L47.12 0.934601H61.376L55.04 23.8306Z' fill='%23005EB8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
        width: 61px;
        height: 48px;
        position: absolute;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 327px;
        right: -60px;
        display: block;
        background-size: 100%
    }
}

@media (max-width:1199px) {
    .resident-review-slider .swiper-button {
        bottom: 0
    }
    .resident-review-slider .swiper-pagination {
        bottom: 21px
    }
    .resident-slide:not(.active) {
        height: auto!important;
        opacity: 1!important
    }
}

.rating-container {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

.rating__icon {
    margin: -2px 4px 0 0
}

.review-card-ava {
    display: block;
    width: 112px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 0 8px
}

.review-card-header-info {
    margin: 0 0 20px
}

.review-card-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 9px
}

.review-card-position {
    font-size: 16px;
    line-height: 140%
}

.review-card-value {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%
}

.review-card-more {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #777;
    margin: 20px 0 0 0;
    text-decoration: none
}

.review-card-more[href]:not(span) {
    transition: color .3s
}

.review-card-more[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

@media (min-width:1024px) {
    .review-card-more[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .review-card-more[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .review-card-name {
        font-size: 24px;
        line-height: 140%;
        margin: 0 0 10px;
        max-width: 230px
    }
    .review-card-header-info {
        margin: 0
    }
    .review-card-position {
        font-size: 18px;
        line-height: 140%
    }
    .review-card-header {
        display: flex;
        align-items: flex-start;
        margin: 0 0 30px
    }
    .review-card-ava {
        margin: 0 20px 0 0
    }
    .review-card-value {
        font-size: 18px;
        line-height: 140%;
        margin: 0 0 15px
    }
}

@media (min-width:1610px) {
    .review-card-container {
        padding-top: 35px
    }
}

.search-section {
    margin: 0 0 40px
}

.search {
    position: relative;
    margin: 0 0 40px
}

.search .form-control {
    padding-right: 50px
}

.search button {
    padding: 0;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    cursor: pointer
}

.search button[href]:not(span) {
    transition: color .3s
}

.search button[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.search button .icon {
    fill: #0090e5
}

.search-result {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    margin: 0 0 20px
}

.search-result .notetext {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    margin: 0 0 20px;
    display: block
}

.search-list {
    margin-bottom: 30px;
    padding: 0 0 0 20px
}

.search-list li {
    list-style-type: unset
}

.search-list .item {
    margin: 0 0 20px
}

.search-list .title {
    margin: 0 0 10px
}

.search-list .title a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    text-decoration: none
}

.search-list .title a[href]:not(span) {
    transition: color .3s
}

.search-list .title a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.search-list .text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    margin: 0 0 10px
}

.search-list .link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #9b9b9b
}

.search-list .link a {
    margin: 0 0 0 5px;
    color: inherit;
    display: inline-block;
    text-decoration: underline;
    text-decoration: none
}

.search-list .link a[href]:not(span) {
    transition: color .3s
}

.search-list .link a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.sr-only {
    display: none
}

.page-count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px
}

.page-count ul {
    display: flex;
    align-items: center
}

.page-count li {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-count li.disabled .icon {
    fill: #d5d5d5
}

.page-count li.active a {
    border: 1px solid #0090e5
}

.page-count li a {
    width: 100%;
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #6d6d6d;
    text-decoration: none;
    border-radius: 5px
}

.page-count li a[href]:not(span) {
    transition: color .3s
}

.page-count li a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.page-count .icon {
    fill: #38ac36;
    margin: auto
}

@media (min-width:1024px) {
    .search button[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search button[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .search-list .title a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search-list .title a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .search-list .link a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .search-list .link a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .page-count li a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .page-count li a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

@media (min-width:1200px) {
    .search-section {
        margin: 0 0 80px
    }
}

.slam {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #777;
    text-decoration: none
}

.slam[href]:not(span) {
    transition: color .3s
}

.slam[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.slam .icon {
    fill: #777;
    margin: 0 7px 0 0
}

@media (min-width:1024px) {
    .slam[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .slam[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

.modal-auth .form-group-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 24px
}

.modal-auth .control-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block
}

.modal-auth .action-groups {
    display: flex;
    align-items: center
}

.modal-auth .modal-footer {
    margin: 0 16px;
    padding: 25px 0 25px
}

.modal-auth .modal-footer-top {
    width: 100%;
    margin: 0 0 40px
}

.modal-auth p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000
}

.modal-auth .modal-content {
    flex-grow: 1
}

.modal-auth .modal-content>div {
    flex-grow: 1;
    opacity: 1;
    display: flex;
    flex-direction: column;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.modal-auth .modal-content>div.hide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.modal-auth .modal-header {
    border-bottom: none
}

.modal-auth .modal-body {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background-color: #fff
}

.modal-auth .hide-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.modal-auth .header-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: -30px -40px 30px -40px
}

.modal-auth .header-tabs__item {
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    padding: 1.875rem 2.5rem;
    text-transform: uppercase;
    cursor: pointer;
    background: #ccc;
    box-shadow: inset 0 0 3px 0 rgba(101, 114, 141, .31)
}

.modal-auth .header-tabs__item:hover {
    opacity: .8
}

.modal-auth .header-tabs__item--active {
    background: #fff;
    color: #080808;
    pointer-events: none;
    box-shadow: none
}

.modal-auth .header-tabs__item:last-child {
    flex: 1
}

.modal-auth .page-tabs {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.modal-auth .page-tabs__item {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.modal-auth .page-tabs__item--active {
    max-height: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-auth .hide-body .page-tabs__item--active {
    max-height: 0;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.modal-auth .auth-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #080808;
    line-height: 1.4;
    text-align: center
}

.modal-auth .action-group {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin: 0 0 8px
}

.modal-auth .action-group a:not(:hover) {
    color: #83af40
}

.modal-auth .auth-descr {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    text-align: center
}

.modal-auth .social {
    justify-content: center
}

.modal-auth .social__item .icon {
    fill: #00a9e5
}

.modal-auth .close-popup {
    top: 23px
}

@media (min-width:768px) {
    .modal-auth .modal-footer {
        margin: 0 40px
    }
}

@media screen and (max-width:767px) {
    .modal-auth .header-tabs {
        margin: -30px -15px 30px -15px
    }
    .modal-auth .header-tabs__item {
        padding: 20px;
        font-size: 16px
    }
    .modal-auth .close-popup {
        top: 11px;
        right: 5px
    }
}

.social-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.social-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #777;
    margin: 0 0 8px
}

.social-item {
    fill: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #4d8ecd
}

.social-item:not(:last-child) {
    margin-right: 10px
}

.social-item.active,
.social-item:hover {
    fill: #fff
}

.social-item:hover {
    background-color: #0090e5
}

.social--footer:not(:last-child) {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .social:not(:last-child) {
        margin: 0 20px 0 0
    }
}

@media (min-width:1200px) {
    .social-title {
        margin: 0 0 8px 0
    }
}

@media (min-width:1610px) {
    .social {
        display: flex;
        align-items: center
    }
    .social-title {
        margin: 0 12px 0 0
    }
}

.social-auth-list {
    display: flex;
    align-items: center;
    margin: 0 -4px
}

.social-auth-col {
    width: 33.333333333%;
    padding: 0 4px
}

.social-auth-title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin: 0 0 24px
}

.social-auth__icon {
    fill: #83af40
}

.social-list {
    display: flex;
    align-items: center
}

.social {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(171, 171, 171, .3);
    cursor: pointer
}

.social:not(:last-child) {
    margin-right: 16px
}

@media (min-width:1024px) {
    .social {
        transition: border .3s
    }
    .social svg {
        transition: fill .3s
    }
    .social:hover {
        border: 1px solid #d15645
    }
    .social:hover svg {
        fill: #d15645
    }
}

.statistics-section {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .statistics-section {
        margin: 0 0 90px
    }
}

.statistics-card {
    border: 1px solid;
    border-color: transparent;
    height: calc(100% - 20px);
    margin: 0 0 10px;
    padding: 20px 20px 30px;
    display: flex;
    align-items: center
}

.statistics-card.statistics-card--aligntop .statistics-card-container {
    align-items: flex-start!important
}

.statistics-card.statistics-card--aligntop .statistics-card-name {
    padding-top: 15px
}

.statistics-card-value {
    font-weight: 700;
    font-size: 72px;
    line-height: 88px;
    display: flex;
    align-items: flex-start
}

.statistics-card-value:after {
    content: attr(data-unit);
    font-size: 22px;
    line-height: 39px
}

.statistics-card-name {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px
}

.statistics-card.statistics-card--small {
    height: auto;
    padding: 0
}

.statistics-card.statistics-card--small .statistics-card-value {
    font-weight: 700;
    font-size: 52px;
    line-height: 63px
}

.statistics-card.statistics-card--small .statistics-card-name {
    font-size: 16px;
    line-height: 140%
}

.statistics-card.statistics-card--horizontal .statistics-card-container {
    display: flex;
    align-items: center
}

.statistics-card.statistics-card--horizontal .statistics-card-name {
    margin: 0 0 0 10px
}

.statistics-card.statistics-card--position-center {
    align-self: center
}

.statistics-card.statistics-card--position-right {
    align-self: flex-end
}

.statistics-card.statistics-card--position-left {
    align-self: flex-start
}

@media (min-width:1024px) {
    .statistics-card {
        padding-left: 85px;
        height: 380px
    }
    .statistics-card.statistics-card--small {
        height: auto
    }
    .statistics-card.statistics-card--small .statistics-card-value {
        font-weight: 700;
        font-size: 72px;
        line-height: 88px
    }
    .statistics-card.statistics-card--small .statistics-card-name {
        font-size: 20px;
        line-height: 24px
    }
}

.subscribe-section {
    background-color: #f9f9f9;
    padding: 16px 0
}

.subscribe-section .help-block {
    display: none
}

.subscribe-section .form-group {
    margin: 0
}

.subscribe-section .has-error .form-control,
.subscribe-section .has-error label {
    color: #ffaec1
}

.subscribe-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.subscribe-form .help-block {
    display: none!important
}

.subscribe-form .form-control {
    border: none!important;
    background-color: transparent!important
}

.subscribe-title {
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #8d5b8f;
    width: 100%;
    text-align: center
}

.subscribe-title .icon {
    display: none;
    fill: #8d5b8f;
    margin: 0 20px 0 0
}

.subscribe-field-wrap {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    width: 100%
}

.subscribe-form-group .form-control-label {
    position: absolute;
    font-size: 0;
    visibility: hidden
}

.subscribe-form-group .form-control {
    border: none;
    box-shadow: none!important;
    text-align: center
}

@media (min-width:1024px) {
    .subscribe-section {
        padding: 40px 0 30px
    }
    .subscribe-title {
        margin: 7px 30px 0 0;
        width: auto;
        display: flex;
        align-items: center
    }
    .subscribe-title .icon {
        display: block
    }
    .subscribe-form {
        flex-grow: 1;
        max-width: 435px
    }
    .subscribe-form .form-control {
        text-align: left
    }
    .subscribe-container {
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
    .subscribe-form-group {
        flex-grow: 1
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

[src='data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='] {
    max-width: 1px;
    max-height: 1px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: calc(50% - 26px);
    width: 56px;
    height: 56px;
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 13px 37px;
    cursor: pointer;
    border: none;
    opacity: 1;
    transition: .3s
}

.swiper-button-next:active,
.swiper-button-prev:active {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}

.swiper-button-next--nav,
.swiper-button-prev--nav {
    opacity: 1;
    background-size: 12px 12px;
    box-shadow: none;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0!important;
    cursor: default
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 37.9404L2 19.4702L15 1.00001' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    left: -29px
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L14 19.4702L0.999997 37.9404' stroke='%23005EB8' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    right: -29px
}

.swiper-button-prev--nav,
.swiper-container-rtl .swiper-button-next--nav {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 8.24579L5.25673 6L7.5 3.75421L6.74663 3L3.75 6L6.74663 9L7.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
    left: 0
}

.swiper-button-next--nav,
.swiper-container-rtl .swiper-button-prev--nav {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 8.24579L6.74327 6L4.5 3.75421L5.25337 3L8.25 6L5.25337 9L4.5 8.24579Z' fill='%23D9D9DE'/%3E%3C/svg%3E%0A");
    right: 0
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    left: 50%;
    bottom: -28px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: flex
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    background: rgba(0, 94, 184, .5);
    display: inline-block;
    outline: 0;
    opacity: 1;
    transition: background .3s;
    margin: 0 5px;
    overflow: hidden
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #0090e5
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet {
    width: 79px;
    height: 4px;
    border-radius: 2px;
    background-color: #005bab;
    margin: 0 6px
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: .8
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #005eb8
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none!important
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-button-next,
.swiper-button-prev {
    visibility: hidden
}

.swiper-container-initialized .swiper-button-next,
.swiper-container-initialized .swiper-button-prev,
.swiper-container-initialized~.swiper-button-next,
.swiper-container-initialized~.swiper-button-prev {
    visibility: visible
}

.swiper {
    position: relative
}

@media (min-width:1024px) {
    .swiper-pagination {
        bottom: -32px
    }
}

.tab-content {
    width: 100%;
    margin: 0 0 30px
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs-wrap {
    display: inline-flex;
    position: relative;
    max-width: 100%;
    background-color: #fff;
    margin: 0 0 24px
}

.nav-tabs {
    border: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -16px;
    padding: 0 0 5px
}

.nav-tabs::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

.nav-tabs::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px
}

.nav-tabs .nav-item {
    padding: 0 15px
}

.nav-tabs .nav-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    transition: color .3s
}

.nav-tabs .nav-link:after {
    content: '';
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    height: 1px;
    transition: height .3s, background-color .3s;
    background-color: #c8c9c7
}

.nav-tabs .nav-link:hover:not(.active) {
    color: #00a9e5
}

.nav-tabs .nav-link:hover:not(.active):after {
    background-color: #00a9e5
}

.nav-tabs .nav-link:focus:not(.active) {
    color: #00a9e5
}

.nav-tabs .nav-link:focus:not(.active):after {
    background-color: #00a9e5
}

.nav-tabs .nav-link.active:after {
    height: 2px;
    background-color: #00a9e5
}

@media (max-width:1609px) {
    .nav-tabs .nav-item {
        padding: 0 10px
    }
}

.tag {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 10px;
    min-height: 25px;
    line-height: 25px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    background-color: #eee;
    text-decoration: none
}

.tag:hover {
    background-color: #e7e7ec;
    text-decoration: none
}

.tag.active:hover .tag-name {
    text-decoration: line-through
}

.tag.tag--hidden {
    display: none
}

.tag--active {
    background-color: #3450f2
}

.tag--active .tag-name {
    color: #fff
}

.tag--active:hover {
    background-color: rgba(52, 80, 242, .8)
}

.tag-toggle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3450f2;
    width: 100%
}

.tag-toggle--inline {
    width: auto;
    min-height: 30px;
    margin: 0 12px 12px 0;
    display: inline-flex;
    align-items: center
}

.tag-name {
    font-size: 11px;
    line-height: 16px;
    color: #000
}

.tag-count {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #d8d8d8;
    margin: 0 0 0 5px
}

.tag-close {
    margin: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 10.9688L18.7969 18.8906' stroke='%239E9E9E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7031 10.9688L10.7813 18.8906' stroke='%239E9E9E' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}

.tag-close__icon {
    fill: #d9d9de
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px
}

.title-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.title-desc {
    font-size: 16px;
    line-height: 140%;
    color: #777;
    margin: 20px 0 0 0
}

.title-value {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #282828;
    font-family: Montserrat, Arial, Verdana, sans-serif
}

.title-more-wrap {
    flex-grow: 1
}

.title-more {
    font-weight: 300;
    font-size: 16px;
    color: #999;
    margin: 7px 0 0;
    text-decoration: none
}

.title-more[href]:not(span) {
    transition: color .3s
}

.title-more[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.title-more-icon {
    fill: #289628;
    margin: 0 10px 0 0
}

.title-filter {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 40px
}

.title.title--light .title-value {
    color: #fff
}

.title.title--light .btn--more:not(:hover) {
    color: #fff
}

.title.title--light .btn--more:not(:hover) svg {
    fill: #fff
}

@media (min-width:576px) {
    .title-head {
        flex-direction: row
    }
    .title-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width:768px) {
    .title-value {
        font-size: 40px
    }
}

@media (min-width:1024px) {
    .title-more[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .title-more[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .title--center {
        justify-content: center
    }
    .title--center .title-value {
        margin-right: 0
    }
    .title-desc {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0 0
    }
    .title-value {
        font-size: 56px
    }
    .title-more {
        margin: 40px 0 0 0;
        font-size: 16px;
        line-height: 24px
    }
    .title-filter {
        width: auto
    }
}

@media (min-width:1200px) {
    .title-value {
        font-size: 66px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.tt-trigger {
    display: inline-block
}

.tt-content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #fff
}

.tooltip.show {
    opacity: 1;
    padding-bottom: 4px!important
}

.tooltip .tooltip-inner {
    background: #c7cfd0;
    padding: 4px;
    z-index: 1;
    position: relative;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    text-align: center
}

.tooltip .tooltip-title {
    display: block;
    width: 100%;
    font-weight: 500;
    text-align: center
}

.tooltip .arrow {
    width: 10px;
    height: 10px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #c7cfd0
}

.tooltip .arrow:before {
    content: unset!important
}

.tooltip.tooltip--hover-off {
    pointer-events: none
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 4px!important
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 3px!important
}

@media (min-width:1024px) {
    .tooltip .arrow {
        display: block
    }
    .tooltip.show {
        opacity: 1;
        padding-bottom: 20px
    }
}

.advatages-list__box {
    margin: 24px 0 0
}

.advatages-list__section-title {
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.4
}

.advatages-list__section-subtitle {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .03em
}

.advatages-list__section:not(:last-child) {
    margin-bottom: 100px
}

.advatages-list .map-tab {
    position: relative
}

.advatages-list .map-tab__nav {
    padding: 0 30px
}

.advatages-list .map-tab__link {
    min-width: initial;
    padding: 0;
    background-color: transparent;
    font-size: 24px;
    text-transform: initial;
    border-bottom: 1px solid #c8c9c7
}

.advatages-list .map-tab__link:not(:last-child) {
    margin-right: 30px
}

.advatages-list .map-tab__link.active {
    border-color: #00a9e5
}

.advatages-list .map-tab__pic {
    width: 1350px
}

.advatages-list .advantages-card {
    display: flex
}

.advatages-list .advantages-card .advantages-card-container {
    flex: 1 0 100%;
    max-width: 100%
}

.advatages-list .advantages-card.advantages-card--big .advantages-card-body {
    align-items: flex-start;
    padding: 20px 68px
}

.transport__item {
    margin-bottom: 50px
}

.transport__head {
    display: flex;
    align-items: center
}

.transport__title {
    font-size: 24px;
    font-weight: 700;
    color: #005eb8
}

.transport__icon {
    flex: 0 0 58px;
    max-width: 58px;
    height: 58px;
    margin-right: 20px
}

.transport__icon .icon {
    display: block;
    max-width: 100%;
    height: 100%
}

.transport__body {
    margin-top: 20px;
    font-weight: 400;
    color: #005eb8
}

.transport__path:not(:last-child) {
    margin-bottom: 15px
}

.transport__path-name {
    font-size: 28px;
    font-weight: 700
}

.transport .statistics-card {
    color: #005eb8
}

.transport .statistics-card .statistics-card-name {
    font-size: 24px;
    font-weight: 700
}

@media screen and (min-width:1200px) {
    .advatages-list .advantages-card {
        height: calc(100% - 20px);
        min-height: 380px
    }
}

@media screen and (max-width:1023px) {
    .advatages-list__section-title {
        font-size: 32px;
        line-height: 1.2
    }
    .advatages-list__section-subtitle {
        font-size: 20px
    }
    .advatages-list__section:not(:last-child) {
        margin-bottom: 50px
    }
    .advatages-list .map-tab__pic {
        width: auto
    }
}

@media screen and (max-width:767px) {
    .advatages-list .advantages-card.advantages-card--big .advantages-card-body {
        padding: 20px 30px
    }
}

.aside {
    padding-top: 38px;
    padding-bottom: 50px
}

.aside__title {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: #005eb8
}

.aside__list {
    display: flex;
    flex-direction: column
}

.aside__link {
    display: block;
    padding: 14px 20px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease;
    color: #000;
    font-weight: 400;
    line-height: 1.25
}

.aside__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00a9e5
}

.aside__link.active {
    color: #fff;
    background-color: #00a9e5
}

.aside span.aside__link {
    cursor: default
}

@media screen and (max-width:1199px) {
    .aside {
        padding-bottom: 0
    }
    .aside__list {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .aside {
        padding-top: 15px
    }
}

.cir {
    margin-bottom: 100px
}

.cir__item {
    position: relative;
    height: 100%;
    min-height: 380px;
    padding-top: 60px;
    padding-bottom: 33px;
    z-index: 10
}

.cir__item-text {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4
}

.cir__item-title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5
}

.cir__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 683px;
    height: 100%;
    z-index: -5
}

.cir__item-bg .lazy-img-wrap {
    display: block;
    width: 100%;
    height: 100%
}

.cir__item-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cir__item--left {
    padding-right: 80px
}

.cir__item--right {
    padding-left: 130px;
    background-color: #fff
}

.cir__item--right:after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e0e0e0
}

.cir__item .statistics-card {
    margin-bottom: 32px;
    color: #fff
}

.cir .title {
    margin-bottom: 34px
}

@media screen and (max-width:1199px) {
    .cir__item {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .cir__item--left {
        padding-right: 50px
    }
    .cir__item--right {
        padding-left: 50px
    }
}

@media screen and (max-width:1023px) {
    .cir {
        margin-bottom: 50px
    }
    .cir__item {
        min-height: initial
    }
    .cir__item-title {
        font-size: 20px;
        line-height: 1.3
    }
    .cir__item-bg {
        width: 100%
    }
    .cir__item--left {
        padding: 60px 40px
    }
    .cir__item--right {
        padding: 30px 40px
    }
    .cir__item--right:after {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .cir__item--left {
        padding: 30px 15px
    }
    .cir__item--right {
        padding: 30px 15px
    }
}

.contact-box {
    margin-bottom: 100px;
    padding: 28px 30px;
    background: #f2f2f2
}

.contact-box__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700
}

.contact-box__item {
    font-size: 16px;
    color: #777
}

.contact-box__item:not(:last-child) {
    margin-bottom: 10px
}

.contact-box__item a {
    font-size: 18px;
    font-weight: 400;
    color: #000!important;
    text-decoration: underline!important;
    -webkit-text-decoration-color: #777!important;
    text-decoration-color: #777!important
}

.contact-box__item a:hover {
    text-decoration: none!important
}

.contact-box--center {
    text-align: center
}

@media screen and (max-width:1023px) {
    .contact-box {
        margin-bottom: 50px
    }
}

.contact-tabs__nav .nav-tabs .nav-link {
    font-size: 24px
}

.contact-tabs__body {
    margin-top: 13px
}

.contact-tabs__tab-descr {
    margin-bottom: 40px
}

@media screen and (max-width:1199px) {
    .contact-tabs__nav .nav-tabs {
        margin: 0
    }
}

@media screen and (max-width:1023px) {
    .contact-tabs__nav .nav-tabs .nav-link {
        font-size: 20px
    }
    .contact-tabs__tab-descr {
        margin-bottom: 20px
    }
}

.contacts-route {
    margin-bottom: 30px
}

.contacts-route__top {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.contacts-route__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 30px;
    background-color: #005eb8
}

.contacts-route__header-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.contacts-route__transport {
    width: 60px;
    height: 60px;
    flex-shrink: 0
}

.contacts-route__transport .lazy-img-wrap {
    display: block
}

.contacts-route__transport img {
    display: block;
    max-width: 100%
}

.contacts-route__row {
    padding: 23px 30px
}

.contacts-route__row:nth-child(even) {
    background-color: #fbfbfb
}

.contacts-route__title {
    margin-bottom: 25px;
    font-weight: 700
}

.contacts-route__item:not(:last-child) {
    margin-bottom: 20px
}

.contacts-route__item p {
    margin: 0;
    font-size: 16px
}

.contacts-route__item p:not(:last-child) {
    margin-bottom: 5px
}

@media screen and (max-width:767px) {
    .contacts-route__top {
        font-size: 20px
    }
}

@media screen and (max-width:575px) {
    .contacts-route__header {
        padding: 3px 15px
    }
    .contacts-route__row {
        padding: 15px 15px
    }
    .contacts-route__title {
        margin-bottom: 20px
    }
}

.contacts-table {
    margin-bottom: 100px
}

.contacts-table__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background-color: #005eb8
}

.contacts-table__header .file {
    margin-bottom: 0
}

.contacts-table__header-title {
    margin-right: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.contacts-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 16px 30px
}

.contacts-table__row:nth-child(even) {
    background-color: #fbfbfb
}

.contacts-table__row--big {
    min-height: 65px;
    margin-top: 39px;
    background: #f2f2f2!important
}

.contacts-table__row--big .contacts-table__title {
    font-size: 20px
}

.contacts-table__colname {
    padding: 4px 0
}

.contacts-table__colvalue {
    display: flex;
    flex-direction: column;
    flex: 0 0 290px;
    max-width: 290px
}

.contacts-table__colvalue a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #000!important;
    text-decoration: underline!important;
    -webkit-text-decoration-color: #777!important;
    text-decoration-color: #777!important;
    font-size: 16px
}

.contacts-table__colvalue a:hover {
    text-decoration: none!important
}

.contacts-table__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

.contacts-table__subtitle {
    font-size: 16px
}

.contacts-table__descr {
    display: inline-block;
    margin-left: 5px;
    color: #777;
    font-weight: 300
}

@media screen and (max-width:1023px) {
    .contacts-table {
        margin-bottom: 50px
    }
    .contacts-table__header {
        flex-direction: column;
        align-items: flex-start
    }
    .contacts-table__header .file {
        margin-top: 10px
    }
    .contacts-table__header-title {
        margin-right: 0
    }
    .contacts-table__row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }
    .contacts-table__colname {
        padding: 0
    }
    .contacts-table__colvalue {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px
    }
}

@media screen and (max-width:575px) {
    .contacts-table__header {
        padding: 15px 15px
    }
    .contacts-table__row {
        padding: 15px 15px
    }
}

.doc-accordions {
    padding: 100px 0
}

.doc-accordions__title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700
}

.doc-accordions__docs {
    margin-top: 20px;
    margin-bottom: -40px
}

.doc-accordions .link-icon {
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .doc-accordions {
        padding: 50px 0
    }
}

.erip-banner {
    display: flex;
    align-items: center;
    padding: 17px 70px;
    background-color: rgba(255, 255, 255, .1)
}

.erip-banner__icon {
    flex: 0 0 63px;
    max-width: 63px;
    margin-right: 30px
}

.erip-banner__text {
    font-size: 16px;
    color: #fff
}

@media screen and (max-width:1023px) {
    .erip-banner {
        padding: 15px 25px
    }
}

.faq-form {
    margin-bottom: 100px
}

.faq-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq-form__footer .form-group {
    margin: 0 0 0 60px!important
}

@media screen and (max-width:1023px) {
    .faq-form {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .faq-form__footer {
        flex-direction: column;
        align-items: center
    }
    .faq-form__footer .form-group {
        display: flex;
        justify-content: center;
        margin: 30px 0!important
    }
    .faq-form__footer .checkbox {
        display: inline-block
    }
}

.func-directions {
    margin-bottom: 142px
}

.func-directions__inner {
    display: flex;
    width: 100%
}

.func-directions__nav {
    flex: 1 0 380px;
    max-width: 380px;
    margin-right: 20px
}

.func-directions__nav-item {
    height: 100%;
    padding: 24px 10px 20px 35px;
    border: 1px solid #e0e0e0;
    transition: border-color .3s ease
}

.func-directions__nav-num {
    margin-bottom: 9px;
    color: #777;
    font-size: 34px;
    font-weight: 700;
    transition: color .3s ease
}

.func-directions__nav-title {
    color: #777;
    font-size: 16px;
    font-weight: 700;
    transition: color .3s ease;
    line-height: 1.3
}

.func-directions__nav .nav-tabs-wrap {
    margin: 0
}

.func-directions__nav .nav-tabs {
    display: block;
    margin: 0;
    padding: 0;
    overflow: initial
}

.func-directions__nav .nav-tabs .nav-item {
    margin-bottom: -1px;
    padding: 0
}

.func-directions__nav .nav-tabs .nav-link {
    white-space: normal
}

.func-directions__nav .nav-tabs .nav-link:after {
    display: none
}

.func-directions__nav .nav-tabs .nav-link.active {
    position: relative;
    z-index: 4564
}

.func-directions__nav .nav-tabs .nav-link.active .func-directions__nav-item {
    border-color: #00a9e5
}

.func-directions__nav .nav-tabs .nav-link.active .func-directions__nav-num {
    color: #00a9e5
}

.func-directions__nav .nav-tabs .nav-link.active .func-directions__nav-title {
    color: #00a9e5
}

.func-directions__content {
    max-width: 915px
}

.func-directions__content p {
    font-size: 16px!important;
    line-height: 1.4!important
}

.func-directions img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:1199px) {
    .func-directions__nav {
        flex: 1 0 300px;
        max-width: 300px
    }
}

@media screen and (max-width:1023px) {
    .func-directions {
        margin-bottom: 50px
    }
    .func-directions__inner {
        flex-direction: column
    }
    .func-directions__nav {
        flex: 1 0 100%;
        max-width: 100%;
        margin-right: 0
    }
    .func-directions__nav .nav-tabs {
        display: flex;
        flex-wrap: wrap
    }
    .func-directions__nav .nav-tabs .nav-item {
        flex: 1 0 50%;
        max-width: 50%
    }
    .func-directions__nav .nav-tabs .nav-link {
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .func-directions__nav-item {
        padding: 20px 15px
    }
    .func-directions__nav .nav-tabs .nav-item {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.gallery-simple__slide {
    min-height: 179px
}

.gallery-simple .lazy-img-wrap {
    display: block;
    margin-bottom: 20px
}

.gallery-simple img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:1023px) {
    .gallery-simple img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.general-plan__picplan-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.general-plan {
    margin-bottom: 100px
}

.general-plan__nav .nav-tabs {
    margin: 0
}

.general-plan__nav .nav-tabs .nav-link {
    font-size: 24px
}

.general-plan__box {
    display: flex;
    justify-content: space-between
}

.general-plan__picnav {
    flex: 0 0 380px;
    max-width: 380px;
    margin-top: 11px
}

.general-plan__picnav-list {
    display: flex;
    flex-wrap: wrap
}

.general-plan__picplan {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 50px;
    margin-left: 50px
}

.general-plan__picplan-main {
    position: relative;
    z-index: 10
}

.general-plan__picplan-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20
}

.general-plan__picplan .lazy-img-wrap {
    display: block
}

.general-plan__picplan img {
    display: block;
    max-width: 100%
}

.general-plan__picaction {
    margin-top: 80px
}

.general-plan__picaction .btn-3d {
    width: 100%;
    max-width: 340px
}

.general-plan__legend {
    margin-top: 100px;
    padding-top: 30px;
    border-top: 1px solid #bdbdbd
}

.general-plan__legend-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.picnav-item {
    position: relative;
    padding: 6px 10px 6px 48px;
    border: 1px solid transparent;
    transition: border-color .3s ease;
    cursor: pointer
}

.picnav-item:hover {
    border-color: #0090e5
}

.picnav-item:hover .picnav-item__text {
    color: #0090e5
}

.picnav-item:before {
    content: '';
    position: absolute;
    display: block;
    top: 7px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #005eb8;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0
}

.picnav-item.active:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.picnav-item.active .picnav-item__text {
    color: #0090e5
}

.picnav-item.disabled {
    pointer-events: none
}

.picnav-item__marker {
    position: absolute;
    top: 4px;
    left: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #eaeaea
}

.picnav-item__text {
    font-size: 15px;
    line-height: 1.3;
    transition: color .3s ease
}

.legend-item {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    padding-left: 36px
}

.legend-item__pic {
    position: absolute;
    top: 2px;
    left: 0;
    flex: 0 0 26px;
    max-width: 26px
}

.legend-item__pic .lazy-img-wrap {
    display: flex;
    align-items: center;
    width: 26px;
    height: 14px
}

.legend-item__pic img {
    display: block;
    max-width: 100%
}

.legend-item__text {
    font-size: 15px;
    font-style: italic;
    line-height: 1.3
}

@media screen and (max-width:1609px) {
    .general-plan__picnav {
        flex: 0 0 320px;
        max-width: 320px;
        margin-top: 0
    }
    .general-plan__picplan {
        width: 100%!important;
        max-width: 478px;
        margin-left: 20px
    }
}

@media screen and (max-width:1023px) {
    .general-plan {
        margin-bottom: 50px
    }
    .general-plan__nav .nav-tabs .nav-link {
        font-size: 20px
    }
    .general-plan__box {
        flex-direction: column
    }
    .general-plan__picnav {
        flex: 1 0 100%;
        max-width: 100%
    }
    .general-plan__picplan {
        margin: 20px auto 30px
    }
    .general-plan__picaction {
        display: flex;
        justify-content: center;
        margin-top: 30px
    }
    .general-plan__legend {
        margin-top: 50px;
        padding-top: 20px
    }
    .picnav-item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width:767px) {
    .picnav-item {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.hero-simple-slider {
    max-width: 1356px;
    margin: 0 auto 160px
}

.hero-simple-slider .swiper-container {
    width: 100%;
    max-width: 1356px;
    margin: 0 auto
}

.hero-simple-slider .swiper-slide {
    position: relative
}

.hero-simple-slider .swiper-slide:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 94, 184, .5);
    transition: opacity .3s ease;
    z-index: 10;
    opacity: 1
}

.hero-simple-slider .swiper-slide img {
    display: block;
    max-width: 100%
}

.hero-simple-slider .swiper-slide-active:after {
    opacity: 0
}

.hero-simple-slider .swiper-button-next {
    top: calc(50% - 55px);
    right: calc(100% / 2 - 640px);
    width: 25px;
    height: 75px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='78' viewBox='0 0 30 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36621 0.7229L28.1927 38.9407L1.36621 77.1584' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 25px 75px
}

.hero-simple-slider .swiper-button-prev {
    top: calc(50% - 55px);
    left: calc(100% / 2 - 640px);
    width: 25px;
    height: 75px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='78' viewBox='0 0 30 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.6978 77.1584L1.8713 38.9407L28.6978 0.722914' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 25px 75px
}

.hero-simple-slider .hero-slide-desc {
    position: absolute;
    top: calc(100% - 212px);
    right: 21px;
    border: 1px solid #00a9e5;
    width: 740px;
    min-height: 310px;
    background-color: #fff;
    padding: 35px 40px 65px;
    box-shadow: 0 0 0 20px #fff;
    z-index: 1;
    max-width: 100%
}

.hero-simple-slider .hero-slide-desc-title {
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4
}

.hero-simple-slider .hero-slide-desc-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%
}

.hero-simple-slider .hero-slide-desc-text a {
    font-weight: 600;
    color: #00a9e5;
    text-decoration: none
}

.hero-simple-slider .hero-slide-desc-text a[href]:not(span) {
    transition: color .3s
}

.hero-simple-slider .hero-slide-desc-text a[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

@media (min-width:1024px) {
    .hero-simple-slider .hero-slide-desc-text a[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .hero-simple-slider .hero-slide-desc-text a[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
}

@media screen and (max-width:1369px) {
    .hero-simple-slider .swiper-slide:after {
        display: none
    }
}

@media screen and (max-width:1319px) {
    .hero-simple-slider .swiper-button-next {
        right: 30px
    }
    .hero-simple-slider .swiper-button-prev {
        left: 30px
    }
}

@media screen and (max-width:1199px) {
    .hero-simple-slider {
        margin-bottom: 100px
    }
    .hero-simple-slider .hero-slide-desc {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        min-height: initial
    }
}

@media screen and (max-width:1023px) {
    .hero-simple-slider {
        margin-bottom: 50px
    }
    .hero-simple-slider .hero-slide-desc {
        padding: 20px 15px
    }
    .hero-simple-slider .hero-slide-desc-title {
        margin-bottom: 15px;
        font-size: 20px
    }
}

.investor-pay {
    padding: 100px 0 100px;
    background-color: #00a9e5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.investor-pay__inner {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 15px
}

.investor-pay__form .btn {
    font-size: 18px
}

.investor-pay .erip-banner {
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .investor-pay {
        padding: 50px 0
    }
}

.investor-service {
    margin-bottom: 108px
}

.investor-service__top {
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 1.4
}

@media screen and (max-width:1023px) {
    .investor-service {
        margin-bottom: 50px
    }
}

.investor-service-card__header-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.investor-service-card__header {
    position: relative;
    padding: 47px 60px;
    color: #fff;
    overflow: hidden;
    z-index: 10
}

.investor-service-card__header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -5
}

.investor-service-card__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700
}

.investor-service-card__descr {
    position: relative;
    font-weight: 400
}

.investor-service-card__body {
    padding: 30px 60px;
    border: 1px solid #e0e0e0;
    border-top: none
}

.investor-service-card__body--columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.investor-service-card__item {
    margin-bottom: 20px
}

.investor-service-card__item h4 {
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.4
}

.investor-service-card__item li {
    font-size: 16px;
    line-height: 1.4
}

.investor-service-card__footer {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 2
}

@media screen and (max-width:1023px) {
    .investor-service-card__header {
        padding: 30px 30px
    }
    .investor-service-card__body {
        padding: 30px 30px
    }
    .investor-service-card__footer {
        justify-content: center
    }
}

.iskra-card {
    position: relative;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 20px 30px 25px;
    border: 1px solid #e0e0e0
}

.iskra-card__pic {
    width: 235px;
    margin: 0 auto 20px
}

.iskra-card__pic .lazy-img-wrap {
    display: block
}

.iskra-card__pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.iskra-card__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4
}

@media screen and (max-width:575px) {
    .iskra-card__pic {
        width: 160px
    }
}

.iskra-list {
    margin-bottom: 65px
}

.iskra-list__list {
    margin-bottom: -20px
}

.iskra-list .title {
    margin-bottom: 18px
}

@media screen and (max-width:1023px) {
    .iskra-list {
        margin-bottom: 50px
    }
}

.iskra-title {
    margin-bottom: 74px
}

@media screen and (max-width:1023px) {
    .iskra-title {
        margin-bottom: 50px
    }
}

.map-main img {
    display: block;
    max-width: 100%
}

.map-tab {
    position: relative
}

.map-tab__nav-wrap {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%
}

.map-tab__nav {
    display: flex;
    flex-wrap: wrap
}

.map-tab__link {
    min-width: 112px;
    margin-bottom: 12px;
    padding: 8px 10px;
    background-color: #fff;
    text-transform: uppercase;
    color: #58585b;
    font-size: 16px;
    font-weight: 700;
    transition: color .3s ease;
    cursor: pointer;
    text-align: center;
    line-height: 1
}

.map-tab__link:not(:last-child) {
    margin-right: 12px
}

.map-tab__link.active,
.map-tab__link:hover {
    color: #005eb8
}

.map-tab__pic img {
    max-width: 100%
}

@media screen and (max-width:575px) {
    .map-tab__link {
        font-size: 14px
    }
}

.mini-card--alive .mini-card__title:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mini-card {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px
}

.mini-card__pic {
    flex: 1 0 135px;
    max-width: 135px;
}

.mini-card__pic img {
    max-width: 100%;
    height: 95px;
    width: 200px;
}

.mini-card__body {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px 10px 40px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: border-color .3s ease
}

.mini-card__title {
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    transition: color .3s ease
}

.mini-card--alive:hover .mini-card__body {
    border-color: #00a9e5
}

.mini-card--alive:hover .mini-card__title {
    color: #00a9e5
}

.mini-card--alive .mini-card__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 42
}

@media screen and (max-width:575px) {
    .mini-card__pic {
        flex: 1 0 100px;
        max-width: 100px;
        height: 100px
    }
    .mini-card__body {
        padding-left: 25px
    }
    .mini-card__title {
        font-size: 16px;
        -webkit-line-clamp: 3
    }
}

.nav-plain .nav-list {
    display: flex;
    flex-wrap: wrap
}

.nav-plain .nav-item {
    margin-right: 28px;
    margin-bottom: 15px
}

.nav-plain .nav-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    transition: color .3s;
    color: #000;
    text-decoration: none
}

.nav-plain .nav-link:after {
    content: '';
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    height: 1px;
    transition: height .3s, background-color .3s;
    background-color: #c8c9c7
}

.nav-plain .nav-link:hover:not(.active) {
    color: #00a9e5
}

.nav-plain .nav-link:hover:not(.active):after {
    background-color: #00a9e5
}

.nav-plain .nav-link.active:after {
    height: 2px;
    background-color: #00a9e5
}

.news-list__nav {
    margin-bottom: 42px
}

.news-list__nav-title {
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #00a9e5
}

.news-list__nav-list {
    display: flex;
    flex-wrap: wrap
}

.news-list__nav-link {
    position: relative;
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none
}

.news-list__nav-link:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -2px;
    left: 0;
    background: #c8c9c7;
    transition: background-color .3s ease, height .3s ease
}

.news-list__nav-link:not(:last-child) {
    margin-right: 30px
}

.news-list__nav-link.active,
.news-list__nav-link:hover {
    text-decoration: none
}

.news-list__nav-link.active:after,
.news-list__nav-link:hover:after {
    height: 2px;
    background-color: #00a9e5
}

.news-list .news-card-name {
    font-size: 16px;
    line-height: 1.2
}

.news-list .news-card {
    height: 301px;
    margin-bottom: 30px
}

.news-list .news-card-container {
    height: 100%
}

@media screen and (min-width:1024px) {
    .news-list__nav-title {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .news-list__nav {
        margin-bottom: 27px
    }
    .news-list__nav-list {
        margin-top: 20px
    }
    .news-list__nav-list-wrap {
        display: none
    }
    .news-list__nav-link {
        margin-bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .news-list .news-card {
        height: auto;
        margin-bottom: 15px
    }
}

.pages-viget {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: all .3s;
    will-change: transform;
    z-index: 2000
}

.pages-viget__menu {
    height: 100%;
    padding: 5px 10px;
    background-color: #000
}

.pages-viget__menu-item:not(:last-child) {
    margin-bottom: 5px
}

.pages-viget__menu-link {
    font-size: 13px;
    color: #fff
}

.pages-viget__menu-link:hover {
    text-decoration: underline
}

.pages-viget__menu-link:active,
.pages-viget__menu-link:focus {
    color: #fff
}

.pages-viget__btn {
    position: fixed;
    top: 80px;
    right: -20px;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.pages-viget__btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
    background-color: #000;
    box-shadow: 0 2px 3px #777;
    z-index: 10
}

.pages-viget__btn:hover:after {
    box-shadow: 0 3px 7px #777
}

.pages-viget__btn:hover .icon {
    fill: #fff
}

.pages-viget__btn .icon {
    position: relative;
    width: 18px;
    height: 18px;
    top: -3px;
    fill: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: all .3s;
    z-index: 20
}

.pages-viget.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.pages-viget .media-pointer {
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 30;
    line-height: 1
}

.pages-viget .media-pointer:after {
    content: "Full";
    font-size: 8px;
    color: #fff;
    line-height: 1
}

@media screen and (max-width:1199px) {
    .pages-viget .media-pointer:after {
        content: "XL"
    }
}

@media screen and (max-width:1023px) {
    .pages-viget .media-pointer:after {
        content: "LG"
    }
}

@media screen and (max-width:767px) {
    .pages-viget .media-pointer:after {
        content: "MD"
    }
}

@media screen and (max-width:575px) {
    .pages-viget .media-pointer:after {
        content: "SM"
    }
}

.paybox {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    padding: 30px 45px;
    border: 1px solid #e0e0e0
}

.paybox__content {
    padding-right: 50px
}

.paybox__title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700
}

.paybox__descr {
    color: #58585b
}

.paybox__action {
    flex: 0 0 250px;
    max-width: 250px
}

.paybox__action .btn {
    font-size: 18px;
    text-transform: uppercase
}

@media screen and (max-width:1023px) {
    .paybox {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .paybox {
        flex-direction: column;
        align-items: flex-start
    }
    .paybox__content {
        padding-right: 0;
        margin-bottom: 20px
    }
    .paybox__title {
        margin-bottom: 10px
    }
    .paybox__action {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.plan-main {
    padding: 44px 0 50px
}

.plan-main__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 689px;
    padding: 37px 36px 36px;
    border: 1px solid #00a9e5;
    z-index: 10
}

.plan-main__descr {
    max-width: 650px
}

.plan-main__descr-title {
    margin: 0 0 27px;
    font-size: 24px;
    font-weight: 700
}

.plan-main__pic {
    position: absolute;
    top: -82px;
    right: -33px;
    width: 865px;
    height: 770px;
    z-index: -5
}

.plan-main__pic .lazy-img-wrap {
    display: block
}

.plan-main__pic img {
    display: block;
    max-width: 100%
}

.plan-main__action {
    margin-top: auto
}

.plan-main .title {
    margin-bottom: 56px
}

.plan-main .nav-tabs-wrap {
    max-width: 1100px;
    background-color: transparent
}

.plan-main .nav-link {
    font-size: 24px!important
}

.plan-main .tab-content {
    margin: 94px 0 50px
}

.plan-main--inner {
    margin-bottom: 120px;
    padding: 0
}

.plan-main--inner .plan-main__inner {
    padding: 28px 0 0;
    border: none
}

.plan-main--inner .plan-main__descr-title {
    margin: 0 0 22px;
    line-height: 1.5
}

.plan-main--inner .plan-main__action {
    margin-top: 40px
}

.plan-main--inner .plan-main__pic {
    top: 100px;
    right: -8px;
    width: 683px;
    height: 608px
}

.plan-main--inner .title-value {
    font-size: 46px
}

.plan-main--inner .tab-content {
    max-width: 400px;
    margin: 30px 0 0
}

@media screen and (max-width:1609px) {
    .plan-main__inner {
        min-height: 550px
    }
    .plan-main__descr {
        max-width: 550px
    }
    .plan-main__pic {
        top: -50px;
        right: -120px;
        width: 700px;
        height: 624px
    }
    .plan-main .nav-link {
        font-size: 20px!important
    }
    .plan-main .tab-content {
        margin: 50px 0
    }
    .plan-main--inner .plan-main__pic {
        top: 130px;
        right: -100px;
        width: 530px;
        height: 472px
    }
}

@media screen and (max-width:1199px) {
    .plan-main__inner {
        min-height: initial
    }
    .plan-main__descr {
        max-width: 100%
    }
    .plan-main__pic {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 700px;
        height: auto;
        margin: 0 auto
    }
    .plan-main__action {
        margin-top: 40px;
        text-align: center
    }
    .plan-main .title {
        margin-bottom: 20px
    }
    .plan-main .nav-tabs {
        margin: 0
    }
    .plan-main .tab-content {
        margin: 30px 0
    }
    .plan-main--inner .plan-main__pic {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 700px;
        height: auto;
        margin: 0 auto
    }
    .plan-main--inner .title-value {
        font-size: 36px
    }
    .plan-main--inner .tab-content {
        max-width: 100%;
        margin: 20px 0 0
    }
}

@media screen and (max-width:1023px) {
    .plan-main--inner {
        margin-bottom: 50px
    }
}

@media screen and (max-width:767px) {
    .plan-main__inner {
        padding: 0;
        border: none
    }
    .plan-main .tab-content {
        margin: 0 0 30px
    }
}

@media screen and (max-width:575px) {
    .plan-main--inner .title-value {
        font-size: 24px
    }
}

.plane-text__title {
    max-width: 900px;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.plane-text__text {
    font-size: 16px;
    line-height: 1.4
}

@media screen and (max-width:767px) {
    .plane-text__title {
        font-size: 22px
    }
}

.question-form {
    padding: 42px 0 31px;
    background-color: #005eb8
}

.question-form__inner {
    max-width: 780px;
    margin: 0 auto
}

.question-form .title {
    margin-bottom: 38px
}

.question-form .title-head {
    justify-content: center
}

.question-form .link-icon {
    margin-bottom: 24px
}

.question-form .btn {
    height: 60px;
    line-height: 58px
}

.res-card__title:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.res-card {
    position: relative;
    display: flex;
    height: calc(100% - 20px);
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 30px 18px;
    border: 1px solid #e0e0e0;
    transition: border-color .3s ease
}

.res-card:hover {
    border-color: #00a9e5
}

.res-card:hover .res-card__title {
    color: #00a9e5
}

.res-card__logo {
    height: 135px;
    margin-bottom: 10px
}

.res-card__logo .lazy-img-wrap {
    display: block
}

.res-card__logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.res-card__title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    transition: color .3s ease;
    text-decoration: none;
    color: #000
}

.res-card__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.res-card__descr {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4
}

.res-card__unp {
    margin-top: auto;
    font-size: 16px;
    color: #777
}

.res-form {
    padding: 42px 0 31px;
    background-color: #00a9e5
}

.res-form__inner {
    max-width: 780px;
    margin: 0 auto
}

.res-form .title {
    margin-bottom: 38px
}

.res-form .title-head {
    justify-content: center
}

.res-form .link-icon {
    margin-bottom: 24px
}

.res-form .btn {
    height: 60px;
    line-height: 58px
}

.res-list__head .form-group {
    margin-bottom: 20px
}

.res-list__list {
    margin-bottom: 25px
}

.review-section {
    padding: 45px 0 155px;
    background: #fbfbfb
}

.review-section__inner {
    max-width: 775px;
    margin: 0 auto
}

.review-section .swiper-container {
    overflow: hidden
}

.review-section .swiper-pagination {
    bottom: -61px
}

.review-section .swiper-button-next,
.review-section .swiper-button-prev {
    top: auto;
    bottom: -85px
}

.review-section .swiper-button-prev {
    left: calc(100% / 2 - 280px)
}

.review-section .swiper-button-next {
    right: calc(100% / 2 - 280px)
}

.review-section .resident-review-slider:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='50' viewBox='0 0 63 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.056 23.8306C23.456 24.8866 25.328 26.4706 26.672 28.5826C28.016 30.6946 28.688 33.1906 28.688 36.0706C28.688 40.1986 27.392 43.5586 24.8 46.1506C22.208 48.6466 18.896 49.8946 14.864 49.8946C10.832 49.8946 7.472 48.5986 4.784 46.0066C2.192 43.4146 0.895996 40.1026 0.895996 36.0706C0.895996 34.1506 1.136 32.2306 1.616 30.3106C2.096 28.3906 3.152 25.5106 4.784 21.6706L13.136 0.934601H27.392L21.056 23.8306ZM55.04 23.8306C57.44 24.8866 59.312 26.4706 60.656 28.5826C62 30.6946 62.672 33.1906 62.672 36.0706C62.672 40.1986 61.376 43.5586 58.784 46.1506C56.192 48.6466 52.88 49.8946 48.848 49.8946C44.816 49.8946 41.456 48.5986 38.768 46.0066C36.176 43.4146 34.88 40.1026 34.88 36.0706C34.88 34.1506 35.12 32.2306 35.6 30.3106C36.08 28.3906 37.136 25.5106 38.768 21.6706L47.12 0.934601H61.376L55.04 23.8306Z' fill='%23005EB8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
    width: 61px;
    height: 48px;
    position: absolute;
    top: 140px;
    left: -75px;
    display: block;
    background-size: 100%
}

.review-section .resident-review-slider:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='50' viewBox='0 0 63 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.056 23.8306C23.456 24.8866 25.328 26.4706 26.672 28.5826C28.016 30.6946 28.688 33.1906 28.688 36.0706C28.688 40.1986 27.392 43.5586 24.8 46.1506C22.208 48.6466 18.896 49.8946 14.864 49.8946C10.832 49.8946 7.472 48.5986 4.784 46.0066C2.192 43.4146 0.895996 40.1026 0.895996 36.0706C0.895996 34.1506 1.136 32.2306 1.616 30.3106C2.096 28.3906 3.152 25.5106 4.784 21.6706L13.136 0.934601H27.392L21.056 23.8306ZM55.04 23.8306C57.44 24.8866 59.312 26.4706 60.656 28.5826C62 30.6946 62.672 33.1906 62.672 36.0706C62.672 40.1986 61.376 43.5586 58.784 46.1506C56.192 48.6466 52.88 49.8946 48.848 49.8946C44.816 49.8946 41.456 48.5986 38.768 46.0066C36.176 43.4146 34.88 40.1026 34.88 36.0706C34.88 34.1506 35.12 32.2306 35.6 30.3106C36.08 28.3906 37.136 25.5106 38.768 21.6706L47.12 0.934601H61.376L55.04 23.8306Z' fill='%23005EB8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
    width: 61px;
    height: 48px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 278px;
    right: -85px;
    display: block;
    background-size: 100%
}

@media screen and (max-width:767px) {
    .review-section {
        padding: 30px 0 60px
    }
    .review-section .swiper-pagination {
        bottom: -30px
    }
    .review-section .swiper-button-next,
    .review-section .swiper-button-prev {
        display: none
    }
}

.search-field__form {
    position: relative
}

.search-field .form-control {
    padding: 0 75px 0 20px
}

.search-field .btn-search {
    position: absolute;
    display: block;
    top: 1px;
    right: 1px;
    bottom: 1px;
    display: block;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background: #00a9e5;
    cursor: pointer;
    z-index: 10
}

.search-field .btn-search .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    fill: #fff
}

.section-title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width:575px) {
    .section-title {
        margin-bottom: 25px
    }
}

.services {
    margin-bottom: 100px
}

.services__list {
    margin-bottom: -20px
}

@media screen and (max-width:1023px) {
    .services {
        margin-bottom: 50px
    }
}

.sharer__name:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.structure-graph {
    margin-bottom: 70px
}

.structure-graph__title {
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.4
}

.structure-graph__box {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto
}

.structure-graph__item {
    color: #fff;
    font-weight: 700;
    text-align: center
}

.structure-graph__item-title {
    text-transform: uppercase
}

.structure-graph__item-content {
    max-width: 270px;
    margin: 0 auto
}

.structure-graph__item .icon {
    width: 100px;
    height: 75px;
    margin: 0 auto 17px;
    fill: #fff
}

.structure-graph__item--big {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 80px 0 40px;
    background-color: #005eb8;
    -webkit-clip-path: polygon(calc(50% - 38px) 0, calc(50% + 38px) 0, calc(100% - 130px) 100%, 130px 100%);
    clip-path: polygon(calc(50% - 38px) 0, calc(50% + 38px) 0, calc(100% - 130px) 100%, 130px 100%)
}

.structure-graph__item--small {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 30px 10px
}

.structure-graph__item--mod-1 {
    background: #00a9e5;
    -webkit-clip-path: polygon(130px 0, calc(100% - 70px) 0, 100% 120px, 100% 100%, 40px 100%, 0 165px);
    clip-path: polygon(130px 0, calc(100% - 70px) 0, 100% 120px, 100% 100%, 40px 100%, 0 165px)
}

.structure-graph__item--mod-2 {
    background: #0090e5;
    -webkit-clip-path: polygon(70px 0, calc(100% - 130px) 0, 100% 165px, calc(100% - 40px) 100%, 0 100%, 0 120px);
    clip-path: polygon(70px 0, calc(100% - 130px) 0, 100% 165px, calc(100% - 40px) 100%, 0 100%, 0 120px)
}

.structure-section {
    margin-bottom: 20px
}

.structure-section__header {
    padding: 19px 20px;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3
}

.structure-section__body {
    padding: 20px 0 0
}

.structure-section__body p {
    font-size: 16px!important;
    line-height: 1.4!important
}

.structure-section__body a {
    font-size: 16px;
    color: #000!important;
    text-decoration: underline!important;
    -webkit-text-decoration-color: #c8c9c7!important;
    text-decoration-color: #c8c9c7!important
}

.structure-section__body a:hover {
    text-decoration: none!important
}

.structure-section--accent .structure-section__header {
    background-color: #005eb8;
    color: #fff
}

.sharer {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 13px;
    border: 1px solid #e0e0e0
}

.sharer:not(:last-child) {
    margin-bottom: 20px
}

.sharer__pic {
    flex: 0 0 128px;
    max-width: 128px;
    margin-right: 25px
}

.sharer__pic .lazy-img-wrap {
    display: block
}

.sharer__pic img {
    margin: 0!important
}

.sharer__name {
    display: block;
    color: #777;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: color .3s ease
}

.sharer__name:hover {
    color: #000;
    text-decoration: underline
}

.sharer__name:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1023px) {
    .structure-graph {
        margin-bottom: 30px
    }
    .structure-graph__title {
        font-size: 24px
    }
    .structure-graph__box {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .structure-graph__item {
        -webkit-clip-path: none;
        clip-path: none
    }
    .structure-graph__item-title {
        font-size: 16px
    }
    .structure-graph__item-descr {
        font-size: 14px
    }
    .structure-graph__item .icon {
        width: 75px;
        height: 50px
    }
    .structure-graph__item--big {
        padding: 30px 10px
    }
    .structure-section {
        margin-bottom: 35px
    }
}

@media screen and (max-width:575px) {
    .structure-graph__item--small {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.vacancy-accordions {
    margin-bottom: 100px
}

.vacancy-accordions .accordion {
    margin-bottom: 0
}

.vacancy-accordions .accordion:not(:last-child) {
    margin-bottom: 20px
}

.vacancy-accordions .btn--large {
    font-size: 18px!important
}

@media screen and (max-width:1023px) {
    .vacancy-accordions {
        margin-bottom: 50px
    }
}

.vacancy-search {
    margin-bottom: 40px;
    padding: 30px;
    background: #f2f2f2
}

.vacancy-search__field {
    margin: 0 0 20px
}

.vacancy-search__categories .form-group {
    margin-bottom: 0
}

.vacancy-search__categories .form-control-label {
    color: #000
}

@media screen and (max-width:1023px) {
    .vacancy-search .col-lg-6:not(:last-child) {
        margin-bottom: 20px
    }
}

.veha-card {
    margin-bottom: 20px;
    padding: 22px 30px 28px;
    border: 1px solid #e0e0e0
}

.veha-card__year {
    color: #00a9e5;
    font-family: Montserrat, Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1
}

.veha-card__month {
    margin-top: 3px;
    color: #00a9e5;
    font-family: Montserrat, Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1
}

.veha-card__descr {
    display: -webkit-box;
    min-height: 50px;
    margin-top: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #777
}

@media screen and (max-width:767px) {
    .veha-card__year {
        font-size: 40px
    }
    .veha-card__month {
        font-size: 20px
    }
    .veha-card__descr {
        margin-top: 10px
    }
}

.veha-slider {
    margin-bottom: 155px
}

.veha-slider .swiper-container {
    overflow: hidden
}

.veha-slider .swiper-pagination {
    bottom: -44px
}

.veha-slider .swiper-button-next,
.veha-slider .swiper-button-prev {
    top: auto;
    bottom: -68px
}

.veha-slider .swiper-button-prev {
    left: calc(100% / 2 - 280px)
}

.veha-slider .swiper-button-next {
    right: calc(100% / 2 - 280px)
}

@media screen and (max-width:767px) {
    .veha-slider {
        margin-bottom: 60px
    }
    .veha-slider .swiper-pagination {
        bottom: -25px
    }
    .veha-slider .swiper-button-next,
    .veha-slider .swiper-button-prev {
        display: none
    }
}

.video-about {
    margin-bottom: 100px
}

.video-about__section:not(:last-child) {
    margin-bottom: 100px
}

.video-about__title {
    margin-bottom: 40px;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 700;
    background: #f2f2f2
}

@media screen and (max-width:1023px) {
    .video-about {
        margin-bottom: 50px
    }
    .video-about__section:not(:last-child) {
        margin-bottom: 50px
    }
}

.video-card {
    margin-bottom: 40px
}

.video-card__media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 5
}

.video-card__descr {
    margin-top: 20px;
    font-size: 16px;
    font-style: italic
}

.video-card .video-youtube,
.video-card iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-card .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.video-card .video-youtube:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 10
}

.video-card .video-youtube:hover .icon {
    fill: #00a9e5;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.video-card .video-youtube .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    z-index: 20;
    transition: all .3s
}

@media screen and (max-width:1023px) {
    .video-card {
        margin-bottom: 20px
    }
    .video-card__descr {
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .video-card .video-youtube .icon {
        width: 48px;
        height: 48px
    }
}

.content .video {
    width: 100%;
    max-width: 800px;
    height: 300px;
    margin: 0 auto 20px;
    display: block
}

.content img {
    display: block
}

.content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic
}

.content .content-img--left {
    float: left;
    margin: 0 40px 40px 0
}

.content .content-img--left img {
    display: block;
    margin: 0 auto
}

.content .content-img--right {
    float: right;
    margin: 0 0 20px 20px
}

.content .content-img--right img {
    display: block;
    margin: 0 auto
}

.content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 20px
}

.content .content-img--center img {
    margin: 0 auto
}

.content img[align=left] {
    max-width: 40%;
    margin: 0 40px 20px 0
}

.content img[align=right] {
    max-width: 40%;
    margin: 0 0 20px 20px
}

.content img[align=center] {
    margin: 0 auto 20px
}

.content img {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .content img {
        margin-bottom: 20px
    }
    .content .video {
        height: 500px
    }
}

@media (max-width:1024px) {
    .content img[align=center],
    .content img[align=left],
    .content img[align=right] {
        max-width: 100%;
        float: none!important;
        margin: 0 auto 20px
    }
}

@media screen and (max-width:575px) {
    .content .content-img {
        max-width: 100%
    }
    .content .content-img--left {
        float: none;
        margin: 0 auto 40px
    }
    .content .content-img--right {
        float: none;
        margin: 0 auto 20px
    }
    .content .content-img .img-inner {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 20px 0
    }
    .content .content-img .img-inner img {
        float: none;
        margin: 0
    }
}

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
    margin: 0 0 25px
}

.content ol:not(.list-reset) li,
.content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 29px;
    font-style: normal;
    font-weight: 400
}

.content ol:not(.list-reset) li:not(:last-child),
.content ul:not(.list-reset) li:not(:last-child) {
    margin: 0 0 15px
}

.content ol:not(.list-reset) li>ol,
.content ol:not(.list-reset) li>ul,
.content ul:not(.list-reset) li>ol,
.content ul:not(.list-reset) li>ul {
    padding: 12px 0 0 0
}

.content ul:not(.list-reset)>li:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00a9e5;
    position: absolute;
    top: 6px;
    left: 2px;
    box-sizing: border-box
}

.content ol:not(.list-reset) {
    counter-reset: list;
    list-style: none
}

.content ol:not(.list-reset)>li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    -webkit-transform: none;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #00a9e5;
    position: absolute;
    top: 0;
    left: 0
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li {
    padding: 0 0 0 45px
}

.content ol:not(.list-reset)>li>ol:not(.list-reset) li>ol:not(.list-reset) li {
    padding: 0 0 0 60px
}

.content ul.list--light li:before {
    background-color: transparent
}

.content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.content a:not([class]) {
    color: #005eb8;
    text-decoration: none;
    text-decoration: none
}

.content a:not([class])[href]:not(span) {
    transition: color .3s
}

.content a:not([class])[href]:not(span) .icon {
    transition: fill .3s, stroke .3s
}

.content hr {
    position: relative;
    height: 1px;
    border: 0;
    margin: 20px 0
}

.content hr:after,
.content hr:before {
    content: '';
    display: table;
    clear: both
}

.content p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px
}

.content mark {
    background: #000;
    color: #fff;
    padding: 0 5px
}

.content s {
    text-decoration: line-through
}

.content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    font-size: 14px;
    color: #080808;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: .03em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.content .c-gray {
    color: #777
}

@media (min-width:1024px) {
    .content a:not([class])[href]:not(span):hover:not(:active) {
        color: #0090e5;
        text-decoration: none
    }
    .content a:not([class])[href]:not(span):hover:not(:active) .icon {
        fill: #0090e5
    }
    .content {
        font-size: 18px;
        line-height: 25px
    }
}

.modal.modal-resident .modal-dialog {
    max-width: 960px
}

.modal.modal-resident .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-resident .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-resident .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-resident .modal-body {
    padding: 30px
}

.modal.modal-resident .modal-resident__top {
    display: flex;
    align-items: center;
    padding: 0 0 30px
}

.modal.modal-resident .modal-resident__logo {
    flex: 0 0 135px;
    max-width: 135px;
    height: 135px;
    margin-right: 30px
}

.modal.modal-resident .modal-resident__name {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #bdbdbd;
    color: #000;
    text-decoration: none;
    transition: color .3s ease, border-color .3s ease
}

.modal.modal-resident .modal-resident__name:hover {
    border-color: #00a9e5
}

.modal.modal-resident .modal-resident__descr {
    font-size: 16px
}

.modal.modal-resident .modal-resident__body {
    padding-top: 30px;
    border-top: 1px solid #bdbdbd
}

@media screen and (max-width:575px) {
    .modal.modal-resident .modal-body {
        padding: 20px
    }
    .modal.modal-resident .modal-resident__top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 20px
    }
    .modal.modal-resident .modal-resident__logo {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px
    }
    .modal.modal-resident .modal-resident__body {
        padding-top: 20px
    }
}

.modal.modal-send-resume .modal-dialog {
    max-width: 960px
}

.modal.modal-send-resume .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-send-resume .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-send-resume .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-send-resume .modal-body {
    padding: 30px
}

.modal.modal-send-resume .form-control-label {
    color: #000
}

.modal.modal-send-resume .modal-send-resume__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal.modal-send-resume .modal-send-resume__footer .form-group {
    margin: 0 0 0 60px!important
}

.modal.modal-send-resume .link-icon {
    margin-top: 40px
}

@media screen and (max-width:1023px) {
    .modal.modal-send-resume .link-icon {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .modal.modal-send-resume .modal-send-resume__footer {
        flex-direction: column;
        align-items: center
    }
    .modal.modal-send-resume .modal-send-resume__footer .form-group {
        display: flex;
        justify-content: center;
        margin: 30px 0!important
    }
    .modal.modal-send-resume .modal-send-resume__footer .checkbox {
        display: inline-block
    }
}

@media screen and (max-width:575px) {
    .modal.modal-send-resume .modal-body {
        padding: 20px
    }
}

.modal.modal-tours .modal-dialog {
    max-width: 960px
}

.modal.modal-tours .modal-header {
    padding: 21px 60px 21px 30px;
    background-color: #005eb8
}

.modal.modal-tours .modal-title {
    text-align: left;
    font-weight: 700;
    color: #fff
}

.modal.modal-tours .modal-close {
    top: 16px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3994 13.5498L26.0744 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9238 13.5498L13.2488 26.2248' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.modal.modal-tours .modal-body {
    padding: 30px
}

.modal.modal-tours .form-control-label {
    color: #000
}

.modal.modal-tours .modal-tours__footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal.modal-tours .modal-tours__footer .form-group {
    margin: 0 0 0 60px!important
}

@media screen and (max-width:767px) {
    .modal.modal-tours .modal-tours__footer {
        flex-direction: column;
        align-items: center
    }
    .modal.modal-tours .modal-tours__footer .form-group {
        display: flex;
        justify-content: center;
        margin: 30px 0!important
    }
    .modal.modal-tours .modal-tours__footer .checkbox {
        display: inline-block
    }
}

@media screen and (max-width:575px) {
    .modal.modal-tours .modal-body {
        padding: 20px
    }
}