body {
    position: relative;
    overflow-x: hidden;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #141727
}

ul,ol,li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.25
}

p {
    margin: 0
}

b,strong {
    font-weight: 500
}

a {
    display: inline-block;
    color: #0c4a97;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #0c4a97
}

a:active {
    color: #0c4a97
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

picture {
    display: block
}

img {
    max-width: 100%
}

svg {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.container {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1324px;
    width: 100%
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .container {
        padding:0 24px
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding:0 16px
    }
}

.c-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-language:focus {
    outline: none
}

@media screen and (hover: hover) {
    .c-language:hover {
        color:#faba3d
    }
}

.c-socnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-socnav__item+.c-socnav__item {
    margin-left: 16px
}

.c-socnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 36px;
    width: 36px;
    height: 36px
}

@media screen and (hover: hover) {
    .c-socnav__link:hover {
        -webkit-transform:scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .9
    }
}

.c-socnav__icon {
    min-width: 36px;
    width: 36px;
    height: 36px
}

.c-accordeon__item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.c-accordeon__item--dark .c-accordeon__trigger {
    color: #fff;
    background: #103b52
}

.c-accordeon__item--dark .c-accordeon__trigger:active {
    background: #165b7e
}

.c-accordeon__item--dark .c-accordeon__trigger:active .c-accordeon__trigger-icon {
    background: #fff
}

@media screen and (hover: hover) {
    .c-accordeon__item--dark .c-accordeon__trigger:hover {
        background:#134b68
    }

    .c-accordeon__item--dark .c-accordeon__trigger:hover .c-accordeon__trigger-icon {
        background: #fff
    }

    .c-accordeon__item--dark .c-accordeon__trigger:active {
        background: #165b7e
    }

    .c-accordeon__item--dark .c-accordeon__trigger:active .c-accordeon__trigger-icon {
        background: #fff
    }
}

.c-accordeon__item--dark .c-accordeon__trigger-icon {
    background: #fff
}

.c-accordeon__item--dark .c-accordeon__trigger-icon::before {
    background-image: url(../img/sprite.svg#icon-accordeon-blue)
}

.c-accordeon__item.is--open .c-accordeon__trigger {
    border-radius: 8px 8px 0 0;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.c-accordeon__item.is--open .c-accordeon__trigger-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.c-accordeon__item+.c-accordeon__item {
    margin-top: 16px
}

.c-accordeon__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #141727;
    background: #faba3d;
    border: none;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .2s linear .25s,background .2s linear;
    transition: all .2s linear .25s,background .2s linear
}

.c-accordeon__trigger:focus {
    outline: none
}

.c-accordeon__trigger:active {
    background: #eba51a
}

.c-accordeon__trigger:active .c-accordeon__trigger-icon {
    background: #1c75e4
}

@media screen and (hover: hover) {
    .c-accordeon__trigger:hover {
        background:#f5aa16
    }

    .c-accordeon__trigger:hover .c-accordeon__trigger-icon {
        background: #135ab2
    }

    .c-accordeon__trigger:active {
        background: #eba51a
    }

    .c-accordeon__trigger:active .c-accordeon__trigger-icon {
        background: #1c75e4
    }
}

.c-accordeon__trigger-icon {
    position: relative;
    display: block;
    margin-left: 10px;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: #0c4a97;
    border-radius: 8px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.c-accordeon__trigger-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.svg#icon-accordeon-white);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.c-accordeon__wrapper {
    position: relative;
    z-index: 1;
    display: none;
    overflow: hidden;
    padding: 24px;
    background: #eaf7fb
}

.c-share__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-share__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #0c4a97
}

.c-share__title+.c-share__list,.c-share__list+.c-share__title {
    margin-left: 24px
}

.c-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.c-share__item {
    margin-right: 24px;
    margin-bottom: 24px
}

.c-share__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 36px;
    width: 36px;
    height: 36px;
    font-size: 0;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.c-share__link:focus {
    outline: none
}

.c-share__link:active .c-share__icon {
    color: #c28100
}

@media screen and (hover: hover) {
    .c-share__link:hover .c-share__icon {
        color:#d48c00
    }

    .c-share__link:active .c-share__icon {
        color: #c28100
    }
}

.c-share__icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
    color: #ea9c03
}

.breadcrumb {
    position: relative;
    z-index: 1
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb__item:not(:last-child)::after {
    content: "";
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../img/sprite.svg#icon-arrow-breadcrumb);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.breadcrumb__link {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    text-transform: uppercase
}

.breadcrumb__link:active {
    color: #1b81ff
}

@media screen and (hover: hover) {
    .breadcrumb__link:hover {
        color:#116ddf
    }

    .breadcrumb__link:active {
        color: #1b81ff
    }
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.pagination__item:first-child {
    margin-right: 8px
}

.pagination__item:last-child {
    margin-left: 8px
}

.pagination__item.is--active .pagination__btn {
    background: #faba3d
}

@media screen and (max-width: 767px) {
    .pagination__item.is--mobile-hidden {
        display:none
    }
}

.pagination__item+.pagination__item {
    margin-left: 4px
}

.pagination__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #141727;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pagination__btn:focus {
    outline: none
}

.pagination__btn:active {
    background: #faedd4
}

.pagination__btn--plug {
    pointer-events: none
}

@media screen and (hover: hover) {
    .pagination__btn:hover {
        color:#141727;
        background: rgba(250,186,61,.2)
    }

    .pagination__btn:hover>svg {
        color: #e29d17
    }

    .pagination__btn:active {
        background: #faedd4
    }
}

@media screen and (max-width: 767px) {
    .pagination__btn {
        min-width:32.5px;
        width: 32.5px
    }
}

.pagination__icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #faba3d
}

.simplebar-track.simplebar-vertical {
    top: 0;
    right: 34px;
    z-index: 201;
    width: 8px;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0);
    background-clip: content-box;
    -webkit-transition: opacity .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
    transition: opacity .25s ease-in-out,right .25s ease-in-out,width .25s ease-in-out;
    border-radius: 0
}

.simplebar-scrollbar {
    height: 100%
}

.simplebar-scrollbar::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    background: #c3c7df;
    border-radius: 0
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0;
    bottom: 0
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1
}

.simplebar-track.simplebar-vertical.simplebar-hover {
    width: 10px;
    cursor: pointer
}

.simplebar-content {
    padding: 0
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    text-align: center;
    color: #fff;
    background: #103b52;
    border: 1px solid #103b52;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.btn:focus {
    outline: none
}

.btn:hover {
    color: #fff
}

.btn:active {
    color: #fff;
    background: #165b7e;
    border-color: #165b7e
}

@media screen and (hover: hover) {
    .btn:hover {
        color:#fff;
        background: #134b68;
        border-color: #134b68
    }

    .btn:active {
        color: #fff;
        background: #165b7e;
        border-color: #165b7e
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    background: rgba(12,60,75,.8);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.modal.is--active {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.modal.is--active .modal__wrap {
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1
}

.modal__wrap {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(0.9) translate(0, 10%);
    -ms-transform: scale(0.9) translate(0, 10%);
    transform: scale(0.9) translate(0, 10%);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    padding: 0 20px;
    min-height: calc(100dvh - 40px);
    max-width: 866px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

@media screen and (max-width: 1023px) {
    .modal__wrap {
        margin:92px auto 24px;
        min-height: calc(100dvh - 116px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .modal__wrap {
        max-width:728px
    }
}

@media screen and (max-width: 767px) {
    .modal__wrap {
        padding:0 16px;
        max-width: none
    }
}

.modal__wrapper {
    position: relative;
    padding: 24px;
    width: 100%;
    background: #fff;
    border: 2px solid #dedede;
    border-radius: 8px
}

@media screen and (max-width: 767px) {
    .modal__wrapper {
        padding:24px 16px
    }
}

.modal__close-btn {
    position: absolute;
    top: -2px;
    right: -16px;
    z-index: 10;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 56px;
    width: 56px;
    height: 56px;
    font-size: 0;
    background: #faba3d;
    border: none;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.modal__close-btn>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #fff
}

.modal__close-btn:focus {
    outline: none
}

.modal__close-btn:active {
    background: #eba41a
}

@media screen and (hover: hover) {
    .modal__close-btn:hover {
        background:#f5aa16
    }

    .modal__close-btn:active {
        background: #eba41a
    }
}

@media screen and (max-width: 1023px) {
    .modal__close-btn {
        top:-16px;
        right: 0;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%)
    }
}

.menu {
    position: fixed;
    top: 127px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 710;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: calc(100dvh - 127px);
    max-height: calc(100dvh - 127px);
    background: rgba(12,60,75,.8);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.menu.is--active {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.menu.is--active .menu__wrap {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width: 767px) {
    .menu {
        top:105px;
        height: calc(100dvh - 105px);
        max-height: calc(100dvh - 105px)
    }
}

.menu__wrap {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(104%, 0);
    -ms-transform: translate(104%, 0);
    transform: translate(104%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    padding: 16px;
    max-width: 375px;
    min-height: calc(100dvh - 127px);
    width: 100%;
    background: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (max-width: 767px) {
    .menu__wrap {
        max-width:none;
        min-height: calc(100dvh - 105px)
    }
}

.menu__sublist {
    display: none;
    margin-top: 12px
}

.menu__item+.menu__item {
    margin-top: 16px
}

.menu__subitem+.menu__subitem {
    margin-top: 12px
}

.menu__elem.is--open .menu__link--trigger {
    color: #ce8f29
}

.menu__elem.is--open .menu__link--trigger>svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ce8f29
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #0c3c4b
}

.menu__link>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #0c3c4b
}

.menu__link>*+* {
    margin-left: 24px
}

.menu__link--uppercase {
    font-weight: bold;
    text-transform: uppercase
}

.menu__link--trigger {
    font-weight: bold;
    text-transform: uppercase
}

.menu__link:hover {
    color: #0c3c4b
}

@media screen and (hover: hover) {
    .menu__link:hover {
        color:#ce8f29
    }

    .menu__link:hover>svg {
        color: #ce8f29
    }
}

.menu__bottom {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dadada
}

.menu__logotype {
    display: block;
    overflow: hidden;
    margin-top: 16px;
    min-width: 220px;
    width: 220px;
    height: 95px
}

.menu__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .menu__logotype {
        min-width:170px;
        width: 170px;
        height: 73px
    }
}

.menu__copyright {
    display: block;
    margin-top: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57143;
    color: #0c3c4b
}

.header {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    color: #fff;
    background: #113c52
}

.header::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 100%;
    height: 1018px;
    background-image: url(../img/bg-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.header__wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    min-height: 127px
}

@media screen and (max-width: 1199px) {
    .header__wrapper {
        min-height:auto
    }
}

.header__logotype {
    display: block;
    overflow: hidden;
    min-width: 220px;
    width: 220px;
    height: 95px
}

.header__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 1200px) {
    .header__logotype--mobile {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .header__logotype {
        min-width:170px;
        width: 170px;
        height: 73px
    }
}

.header__nav {
    position: absolute;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 1199px) {
    .header__nav {
        display:none
    }
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 1199px) {
    .header__controls {
        margin-left:16px
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.nav__item+.nav__item {
    margin-left: 20px
}

.nav__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff
}

.nav__link:hover {
    color: #fff
}

.nav__link:active {
    color: #7edbff
}

@media screen and (hover: hover) {
    .nav__link:hover {
        color:#ddf3fb
    }

    .nav__link:active {
        color: #7edbff
    }
}

.hamburger {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: 16px;
    padding: 0;
    min-width: 32px;
    width: 32px;
    height: 32px;
    font-size: 0;
    background: rgba(0,0,0,0);
    border: none;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.hamburger:focus {
    outline: none
}

@media screen and (hover: hover) {
    .hamburger:hover {
        background:#176d87
    }
}

.hamburger.is--active {
    background: #176d87
}

.hamburger.is--active .hamburger__inner:first-child {
    top: 14.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.is--active .hamburger__inner:nth-child(2) {
    opacity: 0
}

.hamburger.is--active .hamburger__inner:last-child {
    top: 14.5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger__inner {
    position: absolute;
    left: 4px;
    z-index: 1;
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.hamburger__inner:first-child {
    top: 8px
}

.hamburger__inner:nth-child(2) {
    top: 14.5px
}

.hamburger__inner:last-child {
    top: 21px
}

.footer {
    position: relative;
    z-index: 50;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    margin-top: 56px;
    padding: 24px 0;
    color: #fff;
    background: #113c52
}

.footer::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 100%;
    height: 1358px;
    background-image: url(../img/bg-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .footer {
        margin-top:64px
    }
}

@media screen and (max-width: 767px) {
    .footer {
        margin-top:52px
    }
}

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

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

.footer__wrapper+.footer__wrapper {
    margin-top: 16px
}

.footer__logotype {
    display: block;
    overflow: hidden;
    min-width: 220px;
    width: 220px;
    height: 95px
}

.footer__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__socnav {
    margin-left: 16px
}

@media screen and (max-width: 374px) {
    .footer__socnav {
        margin-top:24px;
        margin-left: 0
    }
}

.footer__bottom {
    margin-top: 16px
}

.footer__copyright {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375
}

.footer__copyright a {
    font-weight: 600;
    color: #fff
}

.footer__copyright a:hover {
    color: #fff
}

@media screen and (hover: hover) {
    .footer__copyright a:hover {
        color:#faba3d
    }
}

.footer__copyright--sm {
    font-size: 14px;
    line-height: 1.3577
}

.footer__copyright+.footer__copyright {
    margin-top: 16px
}

.scroll-disabled {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh
}

.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.section-indent-first {
    margin-top: 48px
}

.section-indent {
    margin-top: 48px
}

.section-indent-sm {
    margin-top: 24px
}

.section-top {
    position: relative;
    z-index: 20;
    margin-bottom: 24px
}

.section-top__heading {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0c4a97
}

.section-top__heading+.section-top__breadcrumb {
    margin-top: 8px
}

.section-top__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-right: -16px;
    margin-bottom: -16px
}

@media screen and (max-width: 767px) {
    .section-top__tabs--desktop {
        display:none
    }
}

.section-top__tabs-item {
    margin-right: 16px;
    margin-bottom: 16px
}

.section-top__tabs-item.is--active .section-top__tabs-link {
    font-weight: 600;
    background: #faba3d;
    border-color: #faba3d
}

.section-top__tabs-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    color: #141727;
    background: rgba(0,0,0,0);
    border: 1px solid #ce8f29;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.section-top__tabs-link>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #141727
}

.section-top__tabs-link>img {
    display: block;
    overflow: hidden;
    min-width: 24px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.section-top__tabs-link>*+* {
    margin-left: 8px
}

.section-top__tabs-link:hover {
    color: #141727
}

.section-top__tabs-link:focus {
    outline: none
}

.section-top__tabs-link:active {
    background: rgba(250,186,61,.2)
}

@media screen and (hover: hover) {
    .section-top__tabs-link:hover {
        background:rgba(250,186,61,.1)
    }

    .section-top__tabs-link:active {
        background: rgba(250,186,61,.2)
    }
}

.section-top__select {
    margin-top: 16px
}

@media screen and (min-width: 768px) {
    .section-top__select {
        display:none
    }
}

.section-heading {
    margin-bottom: 24px
}

.section-heading__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
    color: #0c4a97
}

.section-bottom {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dadada
}

.section-bottom__pagination {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.content {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4375
}

.content>* {
    margin-bottom: 24px
}

.content>*:last-child {
    margin-bottom: 0
}

.content>*>*[class],.content>*>*[class]>* {
    margin-bottom: 0
}

.content hr {
    margin: 24px 0;
    opacity: 1;
    border-top: 1px solid #dadada
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #0c4a97
}

.content h1 {
    font-size: 32px
}

.content h2 {
    font-size: 24px;
    line-height: 1.3333333
}

.content h3 {
    font-size: 16px;
    line-height: 1.3333333
}

.content h4 {
    font-size: 16px;
    line-height: 1.3333333
}

.content h5 {
    font-size: 16px;
    line-height: 1.3333333
}

.content h6 {
    font-size: 16px;
    line-height: 1.3333333
}

.content b,.content strong {
    font-weight: 500
}

.content a:not([class]) {
    display: inline;
    color: #0c4a97
}

.content a:not([class]):hover {
    text-decoration: none;
    color: #0c4a97
}

@media screen and (hover: hover) {
    .content a:not([class]):hover {
        color:#faba3d
    }
}

.content picture {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.content picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content ul:not([class]) {
    display: block
}

.content ul:not([class]) li {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 24px
}

.content ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    display: inline-block;
    min-width: 3px;
    width: 3px;
    height: 3px;
    background: #141727;
    border-radius: 50%
}

.content ul:not([class])>li:not([class])+li:not([class]) {
    margin-top: 8px
}

.content ul:not([class]) ol,.content ul:not([class]) ul {
    margin-top: 16px;
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .content ul:not([class]) ol,.content ul:not([class]) ul {
        margin-left:20px
    }
}

.content ul:not([class]) ul+li,.content ul:not([class]) ol+li {
    margin-top: 16px
}

.content ol:not([class]) {
    counter-reset: content-ol
}

.content ol:not([class])>li {
    position: relative;
    z-index: 1;
    padding-left: 24px
}

.content ol:not([class])>li::before {
    counter-increment: content-ol;
    content: counter(content-ol) ".";
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
    display: inline-block
}

.content ol:not([class])>li:not([class])+li:not([class]) {
    margin-top: 8px
}

.content ol:not([class]) ol,.content ol:not([class]) ul {
    margin-top: 16px;
    margin-left: 30px
}

@media screen and (max-width: 767px) {
    .content ol:not([class]) ol,.content ol:not([class]) ul {
        margin-left:20px
    }
}

.content ol:not([class]) ul+li,.content ol:not([class]) ol+li {
    margin-top: 16px
}

.content .blue {
    color: #0c4a97
}

.content .black {
    color: #141727
}

.content .block-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -24px;
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .content .block-buttons {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.content .block-buttons>* {
    margin-right: 24px;
    margin-bottom: 24px
}

@media screen and (max-width: 767px) {
    .content .block-buttons>* {
        width:100%
    }
}

.content .block-accent {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 24px;
    background: #eaf7fb;
    border: 1px solid #eaf7fb;
    border-radius: 8px
}

.content .block-accent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1018px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.content .block-accent--border {
    background: rgba(0,0,0,0);
    border-color: rgba(12,74,151,.3)
}

.content .block-accent--dark {
    color: #fff;
    background: #103b52;
    border-color: #103b52
}

.content .block-accent--dark::before {
    opacity: .6;
    background-image: url(../img/bg-decor.svg)
}

.content .block-accent--dark h1,.content .block-accent--dark h2,.content .block-accent--dark h3,.content .block-accent--dark h4,.content .block-accent--dark h5,.content .block-accent--dark h6 {
    color: #fff
}

.content .block-accent--dark a {
    color: #fff
}

.content .block-accent--dark a:hover {
    color: #fff
}

.content .block-accent>* {
    margin-bottom: 24px
}

.content .block-accent>*:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    .content .float-left {
        width:640px;
        height: 360px
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .content .float-left {
        width:410px;
        height: 228px
    }
}

@media screen and (min-width: 768px) {
    .content .float-left {
        float:left;
        margin-right: 24px;
        margin-bottom: 24px
    }
}

.content .btn {
    min-width: 290px
}

@media screen and (max-width: 767px) {
    .content .btn {
        min-width:auto;
        width: 100%
    }
}

.content-table {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dadada;
    border-radius: 8px
}

.content-table table {
    min-width: 100%;
    table-layout: fixed
}

.content-table thead td {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #0c4a97;
    border-bottom: 1px solid #dadada
}

.content-table tbody:nth-child(odd) {
    background: #eaf7fb
}

.content-table tbody tr:nth-child(even) {
    background: #eaf7fb
}

.content-table tbody+tbody {
    border-top: 1px solid #dadada
}

.content-table tr+tr {
    border-top: 1px solid #dadada
}

.content-table td {
    padding: 8px;
    width: 20%;
    min-width: 251px;
    vertical-align: baseline
}

@media screen and (max-width: 1279px) {
    .content-table td {
        padding:8px
    }
}

.content-table td+td {
    border-left: 1px solid #dadada
}

.main__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -32px;
    margin-bottom: -16px
}

@media screen and (max-width: 767px) {
    .main__partners {
        margin-right:-16px
    }
}

.main__partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 32px;
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 58px
}

.main__partner img {
    display: block;
    max-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .main__partner {
        height:53px
    }
}

@media screen and (max-width: 767px) {
    .main__partner {
        margin-right:16px;
        height: 36px
    }
}

.main__partners+.main__wrapper,.main__wrapper+.main__partners {
    margin-top: 32px
}

.main__wrapper {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 72px 52px;
    width: 100%;
    min-height: 579px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px
}

.main__wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    max-width: calc(100% - 100px);
    width: 100%;
    height: 459px;
    background-image: url(../img/main-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .main__wrapper::after {
        height:351px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .main__wrapper {
        padding:56px 52px;
        min-height: 732px
    }

    .main__wrapper::after {
        right: -25px;
        max-width: none;
        width: 919px;
        height: 381px
    }
}

@media screen and (max-width: 767px) {
    .main__wrapper {
        padding:34px 16px;
        min-height: 721px
    }

    .main__wrapper::after {
        right: -15px;
        bottom: -25px;
        max-width: none;
        width: 775px;
        height: 322px
    }
}

.main__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main__head {
        max-width:500px
    }
}

.main__logotype {
    display: block;
    overflow: hidden;
    min-width: 246px;
    width: 246px;
    height: 246px
}

.main__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main__logotype {
        min-width:201px;
        width: 201px;
        height: 201px
    }
}

@media screen and (min-width: 375px)and (max-width: 767px) {
    .main__logotype {
        min-width:128px;
        width: 128px;
        height: 128px
    }
}

@media screen and (max-width: 374px) {
    .main__logotype {
        min-width:108px;
        width: 108px;
        height: 108px
    }
}

.main__logotype+.main__heading {
    margin-left: 44px
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main__logotype+.main__heading {
        margin-left:36px
    }
}

@media screen and (min-width: 375px)and (max-width: 767px) {
    .main__logotype+.main__heading {
        margin-left:20px
    }
}

@media screen and (max-width: 374px) {
    .main__logotype+.main__heading {
        margin-left:16px
    }
}

.main__heading {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 62px;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main__heading {
        font-size:52px
    }
}

@media screen and (min-width: 375px)and (max-width: 767px) {
    .main__heading {
        font-size:32px
    }
}

@media screen and (max-width: 374px) {
    .main__heading {
        font-size:26px
    }
}

.main__title {
    display: block;
    margin-top: 24px;
    max-width: 552px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 32px;
    font-weight: normal
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main__title {
        margin-top:22px;
        max-width: 422px;
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .main__title {
        margin-top:36px;
        font-size: 24px
    }
}

.main__date {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin-top: 32px;
    padding: 10px 20px;
    max-width: 268px;
    min-width: 268px;
    width: 268px;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #141727
}

.main__date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/date-mask.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center
}

@media screen and (max-width: 767px) {
    .main__date {
        margin-top:36px
    }
}

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

@media screen and (max-width: 1023px) {
    .main-news__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-news__left {
    max-width: calc(100% - 498px - 24px);
    width: 100%
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .main-news__left {
        max-width:calc(100% - 436px - 24px)
    }
}

@media screen and (max-width: 1023px) {
    .main-news__left {
        max-width:none
    }
}

.main-news__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 24px;
    max-width: 498px;
    min-width: 498px
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .main-news__right {
        max-width:436px;
        min-width: 436px
    }
}

@media screen and (max-width: 1023px) {
    .main-news__right {
        margin-top:16px;
        margin-left: 0;
        max-width: none;
        min-width: auto;
        width: 100%
    }
}

.main-news__big {
    height: 100%;
    background: #fff
}

.main-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media screen and (min-width: 768px) {
    .main-news__item {
        width:calc(50% - 12px)
    }

    .main-news__item:nth-child(2n) {
        margin-left: 24px
    }

    .main-news__item:nth-child(n+3) {
        margin-top: 24px
    }
}

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

    .main-news__item:nth-child(n+2) {
        margin-top: 24px
    }
}

.main-news__bottom {
    margin-top: 16px;
    padding-top: 12px;
    width: 100%;
    border-top: 2px solid #faba3d
}

.main-news__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b
}

.main-news__more>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #92c027
}

.main-news__more>*+* {
    margin-left: 8px
}

.main-news__more:hover {
    color: #1b1b1b
}

@media screen and (hover: hover) {
    .main-news__more:hover {
        color:#faba3d
    }

    .main-news__more:hover>svg {
        color: #faba3d
    }
}

@media screen and (hover: hover) {
    .main-news-big:hover .main-news-big__img::after {
        background:rgba(0,174,239,.3)
    }
}

.main-news-big__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.main-news-big__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.main-news-big__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.main-news-big__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-news-big__img+.main-news-big__body {
    margin-top: 16px
}

.main-news-big__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3333333;
    text-transform: uppercase;
    color: #113c52
}

.main-news-big__description {
    display: block;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375;
    color: #141727
}

@media screen and (hover: hover) {
    .main-news-sm:hover .main-news-sm__img::after {
        background:rgba(0,174,239,.3)
    }

    .main-news-sm:hover .main-news-sm__title {
        text-decoration: underline
    }
}

.main-news-sm__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.main-news-sm__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.main-news-sm__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.main-news-sm__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-news-sm__img+.main-news-sm__body {
    margin-top: 8px
}

.main-news-sm__date {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    color: #113c52
}

.main-news-sm__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #141727
}

.main-partners__slider {
    padding: 0 72px
}

@media screen and (max-width: 575px) {
    .main-partners__slider {
        padding:0 64px
    }
}

.main-partners__slider .swiper-slide {
    height: auto
}

.main-partners__slider .swiper-button-prev,.main-partners__slider .swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-width: 48px;
    width: 48px;
    height: 48px;
    font-size: 0;
    background: #3f91af;
    border: none;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main-partners__slider .swiper-button-prev:focus,.main-partners__slider .swiper-button-next:focus {
    outline: none
}

@media screen and (hover: hover) {
    .main-partners__slider .swiper-button-prev:hover,.main-partners__slider .swiper-button-next:hover {
        background:#faba3d
    }
}

.main-partners__slider .swiper-button-prev {
    left: 0
}

.main-partners__slider .swiper-button-next {
    right: 0
}

.main-partners__slider .swiper-button-icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #fff
}

.main-partners__slider .main-partners__item {
    height: 100%
}

.main-partners__item {
    display: block
}

.main-partners__img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 167px
}

.main-partners__img img {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 575px) {
    .main-partners__img {
        height:135px
    }
}

.main-partners__img+.main-partners__title {
    padding: 16px 0
}

.main-partners__title {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #0c4a97
}

.main-partners__title:hover {
    color: #0c4a97
}

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

.main-media__wrapper+.main-media__wrapper {
    margin-top: 24px
}

@media screen and (hover: hover) {
    .main-media__item:hover .main-media__img::after {
        background:rgba(0,174,239,.47)
    }

    .main-media__item:hover .main-media__title {
        text-decoration: underline
    }

    .main-media__item:active .main-media__img::after {
        background: rgba(0,174,239,.54)
    }
}

@media screen and (min-width: 768px) {
    .main-media__item {
        -webkit-box-flex:1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: calc(33.333333333% - 16px)
    }

    .main-media__item:nth-child(3n),.main-media__item:nth-child(3n-1) {
        margin-left: 24px
    }

    .main-media__item:nth-child(n+4) {
        margin-top: 24px
    }
}

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

    .main-media__item:nth-child(n+2) {
        margin-top: 16px
    }
}

.main-media__media {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.main-media__media::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.main-media__media.is--active .main-media__media-img {
    display: none
}

.main-media__media.is--active .main-media__media-iframe {
    display: block
}

.main-media__media-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.main-media__media-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,174,239,.3);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main-media__media-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-media__media-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    color: #fff
}

@media screen and (hover: hover) {
    .main-media__media-img:hover::before {
        background:rgba(0,174,239,.47)
    }

    .main-media__media-img:hover>svg {
        color: #fcdc9e
    }

    .main-media__media-img:active::before {
        background: rgba(0,174,239,.54)
    }

    .main-media__media-img:active>svg {
        color: #faba3d
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .main-media__media-img svg {
        width:44px;
        height: 44px
    }
}

@media screen and (max-width: 767px) {
    .main-media__media-img svg {
        width:54px;
        height: 54px
    }
}

.main-media__media-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%
}

.main-media__media-iframe iframe {
    display: block;
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.main-media__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-media__loader.is--hidden {
    display: none
}

.main-media__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.main-media__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.main-media__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.main-media__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-media__media+.main-media__body,.main-media__img+.main-media__body {
    margin-top: 16px
}

.main-media__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3333333;
    color: #141727
}

.main-media__bottom {
    margin-top: 16px;
    padding-top: 12px;
    width: 100%;
    border-top: 2px solid #faba3d
}

.main-media__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b
}

.main-media__more>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #92c027
}

.main-media__more>*+* {
    margin-left: 8px
}

.main-media__more:hover {
    color: #1b1b1b
}

@media screen and (hover: hover) {
    .main-media__more:hover {
        color:#faba3d
    }

    .main-media__more:hover>svg {
        color: #faba3d
    }
}

.news__filter {
    margin-bottom: 24px
}

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

@media screen and (min-width: 1200px) {
    .news__item {
        width:calc(25% - 12px)
    }

    .news__item:nth-child(4n),.news__item:nth-child(4n-1),.news__item:nth-child(4n-2) {
        margin-left: 16px
    }

    .news__item:nth-child(n+5) {
        margin-top: 24px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .news__item {
        width:calc(33.333333333% - 10.6666666667px)
    }

    .news__item:nth-child(3n),.news__item:nth-child(3n-1) {
        margin-left: 16px
    }

    .news__item:nth-child(n+4) {
        margin-top: 24px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .news__item {
        width:calc(50% - 8px)
    }

    .news__item:nth-child(2n) {
        margin-left: 16px
    }

    .news__item:nth-child(n+3) {
        margin-top: 24px
    }
}

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

    .news__item:nth-child(n+2) {
        margin-top: 24px
    }
}

@media screen and (hover: hover) {
    .news-card:hover .news-card__img::after {
        background:rgba(0,174,239,.3)
    }

    .news-card:hover .news-card__title {
        text-decoration: underline
    }
}

.news-card__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #faba3d;
    border-radius: 8px
}

.news-card__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.news-card__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.news-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-card__img+.news-card__body {
    margin-top: 8px
}

.news-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.news-card__date {
    display: block;
    margin-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    color: #0c4a97
}

.news-card__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #141727
}

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

@media screen and (max-width: 1199px) {
    .news-inner__wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news-inner__left {
    max-width: calc(100% - 450px - 16px);
    width: 100%
}

@media screen and (max-width: 1199px) {
    .news-inner__left {
        max-width:none
    }
}

.news-inner__right {
    margin-left: 16px;
    max-width: 450px;
    min-width: 450px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .news-inner__right {
        margin-left:0;
        max-width: none;
        min-width: auto
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .news-inner__right {
        margin-top:24px
    }
}

@media screen and (max-width: 767px) {
    .news-inner__right {
        margin-top:16px
    }
}

.news-inner__img {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px
}

.news-inner__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.news-inner__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.news-inner__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-inner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.news-inner__date {
    display: block;
    margin-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    color: #113c52
}

.news-inner__heading {
    display: block;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3333333;
    text-transform: uppercase;
    color: #113c52
}

.news-inner__content {
    margin-top: 20px
}

.news-inner__share {
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid #dadada
}

.similar-news__title {
    display: block;
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
    color: #0c4a97
}

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

@media screen and (min-width: 1200px) {
    .similar-news__item {
        width:100%
    }

    .similar-news__item:nth-child(n+2) {
        margin-top: 24px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .similar-news__item {
        width:calc(33.333333333% - 10.6666666667px)
    }

    .similar-news__item:nth-child(3n),.similar-news__item:nth-child(3n-1) {
        margin-left: 16px
    }

    .similar-news__item:nth-child(n+4) {
        margin-top: 24px
    }

    .similar-news__item:nth-child(n+7) {
        display: none
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .similar-news__item {
        width:calc(50% - 8px)
    }

    .similar-news__item:nth-child(2n) {
        margin-left: 16px
    }

    .similar-news__item:nth-child(n+3) {
        margin-top: 24px
    }

    .similar-news__item:nth-child(n+5) {
        display: none
    }
}

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

    .similar-news__item:nth-child(n+2) {
        margin-top: 24px
    }

    .similar-news__item:nth-child(n+5) {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .similar-news-card {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (hover: hover) {
    .similar-news-card:hover .similar-news-card__img::after {
        background:rgba(250,186,61,.35)
    }

    .similar-news-card:hover .similar-news-card__title {
        text-decoration: underline
    }
}

.similar-news-card__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #faba3d;
    border-radius: 8px
}

.similar-news-card__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.similar-news-card__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.similar-news-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1200px) {
    .similar-news-card__img {
        max-width:185px;
        min-width: 185px
    }
}

@media screen and (min-width: 1200px) {
    .similar-news-card__img+.similar-news-card__body {
        margin-left:16px
    }
}

@media screen and (max-width: 1199px) {
    .similar-news-card__img+.similar-news-card__body {
        margin-top:16px
    }
}

.similar-news-card__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width: 1199px) {
    .similar-news-card__inner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.similar-news-card__date {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    color: #113c52
}

@media screen and (max-width: 1199px) {
    .similar-news-card__date {
        margin-right:16px
    }
}

.similar-news-card__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #19184f
}

.similar-news-card__type>img {
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain
}

.similar-news-card__type>*+* {
    margin-left: 10px
}

.similar-news-card__inner+.similar-news-card__title,.similar-news-card__title+.similar-news-card__inner {
    margin-top: 4px
}

.similar-news-card__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375;
    color: #141727
}

.all-partners__wrap+.all-partners__wrap {
    margin-top: 24px
}

.all-partners__top {
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #faba3d
}

@media screen and (max-width: 1599px) {
    .all-partners__top {
        margin-bottom:16px;
        padding-bottom: 16px
    }
}

.all-partners__heading {
    font-size: 24px;
    font-weight: bold;
    color: #113c52
}

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

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .all-partners__wrapper {
        max-width:617px
    }
}

.all-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .all-partners__item {
        width:33.333333333%
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .all-partners__item {
        width:50%
    }
}

@media screen and (max-width: 767px) {
    .all-partners__item {
        width:50%
    }
}

.all-partners__img {
    display: block;
    overflow: hidden;
    padding: 24px;
    width: 100%;
    height: 235px
}

.all-partners__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (hover: hover) {
    .all-partners__img:hover {
        background:rgba(85,195,237,.15)
    }

    .all-partners__img:active {
        background: rgba(85,195,237,.3)
    }
}

@media screen and (max-width: 767px) {
    .all-partners__img {
        padding:8px;
        height: 128px
    }
}

.partners-info__wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.partners-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 24px;
    border-top: 1px solid rgba(12,74,151,.2)
}

@media screen and (max-width: 1023px) {
    .partners-info__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.partners-info__item+.partners-info__item {
    margin-top: 24px
}

.partners-info__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 48px;
    padding: 24px;
    max-width: 348px;
    min-width: 348px;
    width: 100%;
    background: #fff
}

.partners-info__img img {
    display: block;
    max-height: 216px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 1199px) {
    .partners-info__img {
        margin-right:0;
        padding: 16px;
        max-width: 269px;
        min-width: 269px
    }

    .partners-info__img img {
        max-height: 167px
    }
}

.partners-info__body {
    max-width: calc(100% - 348px - 48px);
    width: 100%
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .partners-info__body {
        max-width:calc(100% - 195px - 48px)
    }
}

@media screen and (max-width: 1023px) {
    .partners-info__body {
        margin-top:8px;
        max-width: none
    }
}

.partners-info__title {
    font-size: 24px;
    font-weight: bold;
    color: #0c4a97
}

.partners-info__help {
    display: block;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    opacity: .8;
    color: #141727
}

.partners-info__description {
    display: block;
    margin-top: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5
}

@media screen and (max-width: 767px) {
    .partners-info__description {
        margin-top:16px;
        font-size: 14px;
        line-height: 1.42857
    }
}

.partners-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #0c4a97
}

.partners-info__link>svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #0c4a97
}

.partners-info__link>*+* {
    margin-left: 8px
}

.partners-info__link:hover {
    color: #0c4a97
}

@media screen and (hover: hover) {
    .partners-info__link:hover {
        color:#d43b2c
    }

    .partners-info__link:hover>svg {
        color: #d43b2c
    }
}

.partners-info__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 24px;
    padding-top: 24px;
    width: 100%;
    border-top: 1px solid rgba(12,74,151,.2)
}

@media screen and (hover: hover) {
    .partners-info__author:hover .partners-info__author-img::before {
        background:rgba(250,186,61,.2)
    }

    .partners-info__author:hover .partners-info__author-title {
        text-decoration: underline
    }
}

@media screen and (max-width: 767px) {
    .partners-info__author {
        margin-top:16px;
        padding-top: 16px
    }
}

.partners-info__author-img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin-right: 24px;
    min-width: 88px;
    width: 88px;
    height: 120px;
    background: #faba3d;
    border-radius: 8px
}

.partners-info__author-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.partners-info__author-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite.svg#icon-person-white);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.partners-info__author-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.partners-info__author-title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #19184f
}

.partners-info__author-description {
    display: block;
    margin-top: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #141727
}

.about__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -21px;
    margin-bottom: -21px
}

@media screen and (max-width: 767px) {
    .about__partners {
        margin-right:-24px;
        margin-bottom: -24px
    }
}

.about__partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-right: 21px;
    margin-bottom: 21px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 80px
}

.about__partner img {
    display: block;
    max-height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .about__partner {
        margin-right:24px;
        margin-bottom: 24px
    }
}

.about__partners+.about__wrapper,.about__wrapper+.about__partners {
    margin-top: 48px
}

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

@media screen and (max-width: 1199px) {
    .about__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    min-width: 780px;
    width: 780px;
    border-radius: 8px
}

.about__img::before {
    content: "";
    display: block;
    padding-top: 71%
}

.about__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1200px)and (max-width: 1399px) {
    .about__img {
        min-width:700px;
        width: 700px
    }
}

@media screen and (max-width: 1199px) {
    .about__img {
        min-width:auto;
        width: 100%
    }
}

.about__body {
    padding-left: 24px;
    max-width: calc(100% - 780px);
    width: 100%
}

@media screen and (min-width: 1200px)and (max-width: 1399px) {
    .about__body {
        max-width:calc(100% - 700px)
    }
}

@media screen and (max-width: 1199px) {
    .about__body {
        margin-top:24px;
        padding-left: 0;
        max-width: none
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .about__body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.about__logotype {
    display: block;
    overflow: hidden;
    min-width: 115px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 115px
}

.about__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.about__logotype+.about__description,.about__description+.about__logotype {
    margin-top: 24px
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .about__logotype+.about__description,.about__description+.about__logotype {
        margin-top:0;
        margin-left: 24px
    }
}

.about__description {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500
}

.speaker__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 1023px) {
    .speaker__wrapper {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.speaker__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin-right: 24px;
    max-width: 336px;
    min-width: 336px;
    width: 100%;
    height: 447px;
    background: #faba3d;
    border-radius: 8px
}

.speaker__img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 677px;
    height: 680px;
    background-image: url(../img/bg-circle-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.speaker__img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 154px;
    height: 154px;
    background-image: url(../img/sprite.svg#icon-person-white);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.speaker__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .speaker__img {
        position:sticky;
        top: 20px;
        z-index: 10
    }
}

@media screen and (max-width: 1023px) {
    .speaker__img {
        margin:0 auto 24px;
        max-width: 237px;
        min-width: 237px;
        height: 320px
    }

    .speaker__img::before {
        width: 476px;
        height: 476px
    }

    .speaker__img::after {
        width: 102px;
        height: 102px
    }
}

.speaker__body {
    max-width: calc(100% - 336px - 24px);
    width: 100%
}

@media screen and (max-width: 1023px) {
    .speaker__body {
        max-width:none
    }
}

.speaker__block+.speaker__block {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dadada
}

.speaker__title {
    font-size: 24px;
    font-weight: bold;
    color: #0c4a97
}

.speaker__subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #0c4a97
}

.speaker__help {
    display: block;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375;
    opacity: .8
}

.speaker__description {
    display: block;
    margin-top: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.375
}

.gallery__filter {
    margin-bottom: 24px
}

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

@media screen and (min-width: 1200px) {
    .gallery__item {
        width:calc(33.333333333% - 10.6666666667px)
    }

    .gallery__item:nth-child(3n),.gallery__item:nth-child(3n-1) {
        margin-left: 16px
    }

    .gallery__item:nth-child(n+4) {
        margin-top: 24px
    }
}

@media screen and (min-width: 768px)and (max-width: 1199px) {
    .gallery__item {
        width:calc(50% - 8px)
    }

    .gallery__item:nth-child(2n) {
        margin-left: 16px
    }

    .gallery__item:nth-child(n+3) {
        margin-top: 24px
    }
}

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

    .gallery__item:nth-child(n+2) {
        margin-top: 16px
    }
}

@media screen and (hover: hover) {
    .gallery-card:hover .gallery-card__img::after {
        background:rgba(0,174,239,.3)
    }
}

.gallery-card__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%
}

.gallery-card__img::before {
    content: "";
    display: block;
    padding-top: 56.5%
}

.gallery-card__img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out
}

.gallery-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-card__statuses {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.gallery-card__status {
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
    padding: 8px 36px 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
    text-transform: uppercase;
    color: #fff;
    background: #faba3d;
    -webkit-clip-path: polygon(0 0, calc(100% - 22px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 22px) 0%, 100% 100%, 0% 100%)
}

.gallery-card__status--blue {
    background: #113c52
}

.gallery-card__status--dark {
    background: #19184f
}

.gallery-card__status+.gallery-card__status {
    z-index: 1;
    margin-left: -22px;
    padding-left: 30px
}

.gallery-card__img+.gallery-card__body {
    margin-top: 12px
}

.gallery-card__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    color: #113c52
}

.album__sizer,.album__item {
    width: calc(33.333333333% - 5.3333333333px)
}

@media screen and (max-width: 767px) {
    .album__sizer,.album__item {
        width:calc(50% - 4px)
    }
}

.album__item {
    float: left;
    margin-bottom: 8px;
    min-height: 190px;
    background: #faba3d;
    -webkit-transition: none;
    transition: none
}

.album__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.results__wrap+.results__wrap {
    margin-top: 24px
}

.results__top {
    padding-bottom: 12px;
    margin-bottom: 24px;
    width: 100%;
    border-bottom: 2px solid #faba3d
}

.results__heading {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #113c52
}

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

@media screen and (min-width: 1024px) {
    .results__item {
        width:calc(33.333333333% - 10.6666666667px)
    }

    .results__item:nth-child(3n),.results__item:nth-child(3n-1) {
        margin-left: 16px
    }

    .results__item:nth-child(n+4) {
        margin-top: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .results__item {
        width:calc(50% - 8px)
    }

    .results__item:nth-child(2n) {
        margin-left: 16px
    }

    .results__item:nth-child(n+3) {
        margin-top: 16px
    }
}

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

    .results__item:nth-child(n+2) {
        margin-top: 16px
    }
}

.results-card {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 24px;
    color: #fff;
    background: #113c52;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.results-card::before {
    content: "";
    position: absolute;
    top: -207px;
    left: 0;
    z-index: -1;
    display: block;
    width: 1440px;
    height: 1018px;
    background-image: url(../img/bg-decor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    pointer-events: none
}

.results-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(85,195,237,.15);
    border: 2px solid #55c3ed;
    border-radius: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    pointer-events: none
}

.results-card--gold {
    background: linear-gradient(260.82deg, #A58A00 1.47%, #E6C935 100%)
}

.results-card--gold::before {
    background-image: url(../img/bg-decor-orange.svg)
}

.results-card--silver {
    background: linear-gradient(260.96deg, #5C5C5C 0.34%, #9C9797 100%)
}

.results-card--silver::before {
    background-image: url(../img/bg-decor-grey.svg)
}

.results-card--bronze {
    background: linear-gradient(260.97deg, #835101 0.34%, #D58F1E 100%)
}

.results-card--bronze::before {
    background-image: url(../img/bg-decor-brown.svg)
}

@media screen and (hover: hover) {
    .results-card[href]:hover::after {
        opacity:1
    }
}

.results-card__img {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    /*padding-top: 6px;*/
    min-width: 88px;
    width: 88px;
    height: 120px;
    background: #53c2ec;
    border-radius: 8px
}

.results-card__img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.results-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center
}

.results-card__img+.results-card__body {
    margin-left: 16px;
    max-width: calc(100% - 88px - 16px)
}

.results-card__body {
    width: 100%
}

.results-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.results-card__position {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    padding: 2px 8px;
    max-width: 92px;
    min-width: 92px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #103b52
}

.results-card__position::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/position-mask.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center
}

.results-card__position--second::before {
    background-image: url(../img/position-mask-green.svg)
}

.results-card__position--third::before {
    background-image: url(../img/position-mask-blue.svg)
}

.results-card__flag {
    display: block;
    margin-left: 10px;
    overflow: hidden;
    min-width: 22px;
    width: 22px;
    height: 16px;
    border-radius: 2px
}

.results-card__flag img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.results-card__inner+.results-card__name,.results-card__name+.results-card__inner {
    margin-top: 8px
}

.results-card__name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold
}

.results-card__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-right: -16px;
    margin-bottom: -8px
}

.results-card__elem {
    display: block;
    margin-right: 16px;
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: 500
}

.loading-spinner {
    position: relative;
    width: 80px;
    height: 80px
}

.loading-spinner::before {
    content: "";
    display: block;
    padding-top: 100%
}

.loading-spinner__circle-svg {
    -webkit-animation: loading-spinner-rotate 1.28973s linear infinite;
    animation: loading-spinner-rotate 1.28973s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.loading-spinner__circle-stroke {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: loading-spinner-dash 2s ease-in-out infinite;
    animation: loading-spinner-dash 2s ease-in-out infinite;
    stroke-linecap: round;
    stroke-width: 4px
}

@-webkit-keyframes loading-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-spinner-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes loading-spinner-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__container {
    --fancybox-bg: rgba(1, 23, 62, 0.85)
}

.fancybox__container .f-button {
    background: #fbbb3d;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__container .f-button svg {
    stroke: #103b52
}

.fancybox__container .f-button .f-icon {
    min-width: 22px;
    width: 22px;
    height: 22px;
    color: #103b52;
    -webkit-filter: none;
    filter: none;
    stroke: none;
    fill: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.fancybox__container .f-button:hover {
    background: #fbbb3d
}

.fancybox__container .f-button:active {
    background: #eba41a
}

@media screen and (hover: hover) {
    .fancybox__container .f-button:hover {
        background:#f5aa16
    }

    .fancybox__container .f-button:active {
        background: #eba41a
    }
}

.fancybox__footer {
    display: none
}

[data-fancybox=gallery] {
    outline: none
}

[data-fancybox=gallery]:focus {
    outline: none
}
