body {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga' off;
    font-size: 16px;
    line-height: 26px;
    color: #040505;
    font-family: 'Montserrat', sans-serif;
}

body.loaded {
    opacity: 1 !important
}

body.no-scroll {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden
}

body.no-scroll .header {
    position: fixed
}

body * {
    margin: 0;
    padding: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input {
    border-radius: 0
}

input::-ms-clear, input::-ms-reveal {
    display: none
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

img {
    border: none;
    -webkit-user-drag: none
}

::selection {
    background: #ffd400
}

::-moz-selection {
    background: #ffd400
}

.page {
    position: relative;
    width: 100%;
    overflow: hidden;
    counter-reset: numbering
}

.page.-visible {
    overflow: visible
}

.container {
    width: 1200px;
    margin: auto
}

.default-text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.5px
}

.header-container {
    height: 68px;
    pointer-events: none
}

.header-container__inner {
    position: absolute;
    left: 0;
    right: 0
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 250;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.header_black {
    background-color: #040505;
    border-bottom: 1px solid #191919
}

.header_dynamic {
    border: none
}

.header .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 68px;
    pointer-events: auto
}

.header__logo {
    position: relative
}

.header__logo img {
    display: block;
    width: 122px;
    height: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__logo-white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header_black .header__logo-blue {
    opacity: 0
}

.header_black .header__logo-white {
    opacity: 1
}

.header-mob-footer {
    display: none
}

.menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.menu__item {
    margin-right: 40px
}

.menu__item:last-of-type {
    margin: 0
}

.menu__item-link {
    display: block;
    font-size: 15px;
    color: #040505;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.header_black .menu__item-link {
    color: #fff
}

.menu__item-dropdown.small {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    position: relative
}

.menu__item-dropdown .menu__item-link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.menu__item-dropdown .menu__item-link:after {
    content: '';
    display: block;
    right: 0;
    width: 10px;
    height: 6px;
    margin: 2px 0 0 7px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjQwMDAyNCAxLjc5OTk1TDEuNjAwMDIgMC4xOTk5NTFMNS4wMDAwMiAyLjc0OTk1TDguNDAwMDIgMC4xOTk5NTFMOS42MDAwMyAxLjc5OTk1TDUuMDAwMDIgNS4yNDk5NUwwLjQwMDAyNCAxLjc5OTk1WiIgZmlsbD0iIzA0MDUwNSIvPjwvc3ZnPg==);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header_black .menu__item-link:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjQwMDAyNCAxLjc5OTk1TDEuNjAwMDIgMC4xOTk5NTFMNS4wMDAwMiAyLjc0OTk1TDguNDAwMDIgMC4xOTk5NTFMOS42MDAwMyAxLjc5OTk1TDUuMDAwMDIgNS4yNDk5NUwwLjQwMDAyNCAxLjc5OTk1WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.dropdown-menu {
    position: absolute;
    right: 0;
    padding-top: 15px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.menu__item-dropdown.small .dropdown-menu {
    top: 100%;
    right: auto
}

.dropdown-menu__inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 1124px;
    padding: 0 0 40px 30px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 8px 16px rgba(46, 47, 77, .05);
    border-radius: 8px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.menu__item-dropdown.small .dropdown-menu__inner {
    display: block;
    width: auto;
    padding: 0
}

.header_black .dropdown-menu__inner {
    background-color: #0b0c0d;
    border: 1px solid #1a1a1a
}

.dropdown-menu__arrow-top {
    content: '';
    display: block;
    position: absolute;
    top: -26px;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: #f5f5f5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.dropdown-menu__arrow-top:after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: -11px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__arrow-top {
    content: '';
    display: block;
    position: absolute;
    top: -26px;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: #1a1a1a
}

.header_black .dropdown-menu__arrow-top:after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: -11px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #0b0c0d
}

.menu__item-dropdown.small .dropdown-menu__arrow-top {
    right: 50% !important;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.dropdown-menu__col {
    width: 33.3%
}

.dropdown-menu__category {
    width: 100%;
    margin-top: 32px;
    padding: 0 30px 0 18px
}

.dropdown-menu__category-title {
    margin: 0 0 20px 3px
}

.header_black .dropdown-menu__category-title {
    color: #fff
}

.dropdown-menu__link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px
}

.dropdown-menu__link .fill-hover, .dropdown-menu__link .stroke-hover {
    -webkit-transition: .4s;
    transition: .4s
}

.dropdown-menu__link:last-of-type {
    margin-bottom: 0
}

.dropdown-menu__external-links {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__external-links {
    border-top: solid 1px #191919
}

.dropdown-menu__link.external .external-icon {
    margin-left: 8px
}

.header_black .external-icon:before {
    border-color: #fff
}

.header_black .external-icon:after {
    background-color: #191919
}

.header_black .external-icon svg path {
    fill: #fff
}

.header_black .external-icon span:nth-child(2) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMDAwMDYuMjVoNC43NVY1aC0xLjVWMi44MTA2NkwxLjUzMDM5IDYuNTMwMzMuNDY5NzI3IDUuNDY5NjcgNC4xODk0IDEuNzVIMi4wMDAwNlYuMjV6IiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==)
}

.dropdown-menu__link-icons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #1f1f1f;
    -webkit-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__link-icons {
    background-color: #1f1f1f
}

.dropdown-menu__link-icons img {
    display: block;
    -webkit-transition: .4s;
    transition: .4s
}

.dropdown-menu__link-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #040505;
    margin-top: -1px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__link-title {
    color: #fff
}

.dropdown-menu__link p {
    font-size: 12px;
    margin-top: 2px;
    line-height: 15px;
    color: #999
}

.dropdown-menu__link.active .dropdown-menu__link-icons {
    background-color: #0006ff !important
}

.dropdown-menu__link.active span {
    color: #0006ff
}

.header_black .dropdown-menu__link.active span {
    color: #1463ff
}

.header_black .dropdown-menu__link.active .dropdown-menu__link-icons {
    background-color: #1463ff !important
}

.dropdown-menu__list {
    padding: 33px 39px 36px 38px
}

.dropdown-menu__list a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
    color: #040505;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.dropdown-menu__list a + a {
    margin-top: 12px
}

.header_black .dropdown-menu__list a {
    color: #fff
}

.dropdown-menu__list a div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 13px;
    width: 18px;
    height: 20px
}

.dropdown-menu__list a div img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.dropdown-menu__list a div img:nth-child(2) {
    opacity: 0
}

.header_black .dropdown-menu__list a div img:nth-child(1) {
    opacity: 0
}

.header_black .dropdown-menu__list a div img:nth-child(2) {
    opacity: 1
}

.dropdown-menu__double-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 33px 46px 32px 46px
}

.dropdown-menu__double-list div + div {
    margin-left: 48px
}

.dropdown-menu__double-list div a {
    display: table;
    white-space: nowrap;
    color: #040505;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.dropdown-menu__double-list div a + a {
    margin-top: 12px
}

.header_black .dropdown-menu__double-list div a {
    color: #fff
}

.dropdown-menu__double-list div a.active, .dropdown-menu__list a.active {
    color: #0006ff
}

.header_black .dropdown-menu__double-list div a.active, .header_black .dropdown-menu__list a.active {
    color: #1463ff
}

.dropdown-menu .socials {
    padding: 0 23px 16px 23px
}

.header .socials {
    width: 100%;
    max-width: none
}

.header .socials li {
    margin: 4px 4px 0 0
}

.header .socials li a {
    border-radius: 4px
}

.dropdown-menu__block-link {
    max-width: 256px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin: 0 23px 23px 23px;
    padding: 6px 10px 6px 21px;
    -webkit-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__block-link {
    background-color: #1c1d1f
}

.dropdown-menu__block-link div {
    width: 153px;
    padding-right: 15px
}

.dropdown-menu__block-link div span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.2px;
    color: #999;
    margin-bottom: 4px
}

.dropdown-menu__block-link div p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #040505;
    -webkit-transition: .4s;
    transition: .4s
}

.header_black .dropdown-menu__block-link div p {
    color: #fff
}

.dropdown-menu__block-link img {
    width: 72px
}

.header__right {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.header .button {
    padding: 0 18px;
    height: 44px;
    font-size: 14px
}

.header_black .button {
    border-color: #fff !important;
    color: #fff !important
}

.header__open-menu {
    display: none
}

.external-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 11px;
    height: 11px;
    -webkit-transition: .4s;
    transition: .4s
}

.external-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #040505;
    -webkit-transition: .4s;
    transition: .4s
}

.external-icon.blue:before {
    border: 2px solid #0006ff
}

.external-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.external-icon span, .external-icon svg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 7px;
    height: 7px;
    -webkit-transition: .4s;
    transition: .4s
}

.external-icon svg path {
    -webkit-transition: .4s;
    transition: .4s
}

.external-icon span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMDAwMDYuMjVoNC43NVY1aC0xLjVWMi44MTA2NkwxLjUzMDM5IDYuNTMwMzMuNDY5NzI3IDUuNDY5NjcgNC4xODk0IDEuNzVIMi4wMDAwNlYuMjV6IiBmaWxsPSIjMTQ2M0ZGIi8+DQo8L3N2Zz4NCg==)
}

.external-icon span:nth-child(2) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMDAwMDYuMjVoNC43NVY1aC0xLjVWMi44MTA2NkwxLjUzMDM5IDYuNTMwMzMuNDY5NzI3IDUuNDY5NjcgNC4xODk0IDEuNzVIMi4wMDAwNlYuMjV6IiBmaWxsPSIjMDQwNTA1Ii8+DQo8L3N2Zz4NCg==)
}

.external-icon.blue span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMDAwMDYuMjVoNC43NVY1aC0xLjVWMi44MTA2NkwxLjUzMDM5IDYuNTMwMzMuNDY5NzI3IDUuNDY5NjcgNC4xODk0IDEuNzVIMi4wMDAwNlYuMjV6IiBmaWxsPSIjMDQwNTA1Ii8+DQo8L3N2Zz4NCg==)
}

.external-icon.blue span:nth-child(2) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNyA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuMDAwMDYuMjVoNC43NVY1aC0xLjVWMi44MTA2NkwxLjUzMDM5IDYuNTMwMzMuNDY5NzI3IDUuNDY5NjcgNC4xODk0IDEuNzVIMi4wMDAwNlYuMjV6IiBmaWxsPSIjMDAwNkZGIi8+DQo8L3N2Zz4NCg==)
}

.external-icon span:first-child, .external-icon svg:first-child {
    left: 0;
    bottom: 0;
    opacity: 0
}

.external-icon span:last-child {
    top: 0;
    right: 0
}

.external-icon.blue span:last-child {
    top: 0
}

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

.caption_big {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -2px
}

.caption_large {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px
}

.caption_middle {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.5px
}

.caption_small {
    display: block;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -.5px
}

.caption em {
    display: inline-block;
    position: relative
}

.caption em:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 6px solid #ffd400
}

.caption strong {
    color: #ffd400
}

.caption-description {
    text-align: center
}

.dark-bg .caption-description {
    color: #999
}

.button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.button_border {
    border-radius: 6px;
    border: 2px solid #fff;
    color: #fff
}

.button_border-gray {
    border: 2px solid #f0f0f0
}

.button_border-blue {
    border-color: #0006ff;
    color: #0006ff
}

.button_border path {
    -webkit-transition: .4s;
    transition: .4s
}

.button_blue {
    background-color: #0006ff;
    color: #fff
}

.button_light-blue {
    background-color: #1463ff;
    color: #fff
}

.button_in {
    background-color: #1282be;
    color: #fff
}

.button_facebook {
    background-color: #4265ab;
    color: #fff
}

.button_social div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    margin-right: 16px
}

.button_social div img {
    display: block;
    max-width: 100%
}

.button_arrow {
    overflow: hidden;
    height: 64px;
    padding: 0 24px;
    border-radius: 6px;
    background-color: #0006ff;
    color: #fff;
    letter-spacing: .2px
}

.button_arrow .button__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative
}

.button_arrow .button__inner:after {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-left: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA3MTEgMC4yOTI4NDdMMTMuNDE0MiA2Ljk5OTk1TDYuNzA3MTEgMTMuNzA3MUw1LjI5Mjg5IDEyLjI5MjhMOS41ODU3OSA3Ljk5OTk1SDBWNS45OTk5NUg5LjU4NTc5TDUuMjkyODkgMS43MDcwNkw2LjcwNzExIDAuMjkyODQ3WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center
}

.button_arrow .button__inner div {
    z-index: 1
}

.button_arrow .button__inner span {
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #0309d0;
    border-radius: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .6s;
    transition: .6s
}

.button_download .button__inner:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43MDcxIDYuNzA3MTFMNi45OTk5OSAxMy40MTQyTDAuMjkyODc5IDYuNzA3MTFMMS43MDcwOSA1LjI5Mjg5TDUuOTk5OTkgOS41ODU3OUw1Ljk5OTk5IC0zLjM2ODg4ZS0wN0w3Ljk5OTk5IC0yLjQ5NDY2ZS0wN0w3Ljk5OTk5IDkuNTg1NzlMMTIuMjkyOSA1LjI5Mjg5TDEzLjcwNzEgNi43MDcxMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMiAxN1YxNUgwVjE5SDE0VjE1SDEyVjE3SDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.button_wave {
    position: relative;
    overflow: hidden;
    background-color: #0006ff;
    color: #fff
}

.button_wave span {
    display: block;
    position: absolute;
    -webkit-transition: transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #0309d0
}

.button_wave div {
    position: relative;
    z-index: 1
}

.button_wave:after {
    z-index: 1
}

@media screen and (min-width: 1000px) {
    .menu__item:hover .menu__item-link {
        opacity: .5
    }

    .header_black .menu__item:hover .menu__item-link {
        opacity: .65
    }

    .menu__item-dropdown:hover .menu__item-link:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .menu__item-dropdown:hover .dropdown-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    .dropdown-menu__link:hover .stroke-hover {
        stroke: #fff
    }

    .dropdown-menu__link:hover .fill-hover {
        fill: #fff
    }

    .dropdown-menu__link:hover .dropdown-menu__link-icons {
        background-color: #1463ff !important
    }

    .dropdown-menu__link:hover span {
        color: #1463ff
    }

    .header_black .dropdown-menu__link:hover span {
        color: #1463ff
    }

    .header_black .dropdown-menu__link:hover .dropdown-menu__link-icons {
        background-color: #1463ff !important
    }

    .header_black .button:hover {
        border-color: #fff !important;
        background-color: #fff !important;
        color: #040505 !important
    }

    .dropdown-menu__double-list div a:hover, .dropdown-menu__list a:hover {
        color: #0006ff
    }

    .header_black .dropdown-menu__double-list div a:hover, .header_black .dropdown-menu__list a:hover {
        color: #1463ff
    }

    .dropdown-menu__block-link:hover div p {
        color: #0006ff
    }

    .header_black .dropdown-menu__block-link:hover div p {
        color: #1463ff
    }

    .dropdown-menu__link.external:hover .external-icon:before {
        border-color: #1463ff
    }

    .dropdown-menu__link.external:hover .external-icon path {
        fill: #1463ff
    }

    .caption_big {
        font-size: 49px;
        line-height: 49px
    }

    .caption-description br {
        display: none
    }

    .button_border:hover {
        background-color: #fff;
        color: #040505
    }

    .button_border-gray:hover {
        background-color: #f0f0f0
    }

    .button_border-blue:hover {
        border-color: #0006ff;
        background-color: #0006ff;
        color: #fff
    }

    .button_blue:hover {
        background-color: #0309d0
    }

    .button_border:hover path {
        fill: #040505
    }

    .button_light-blue:hover {
        background-color: #0c3782
    }

    .button_in:hover {
        background-color: #0d5074
    }

    .button_facebook:hover {
        background-color: #2a3f69
    }

    .button_arrow-container:hover .button_arrow .button__inner span, .button_arrow:hover .button__inner span {
        -webkit-transform: scale(13);
        -ms-transform: scale(13);
        transform: scale(13)
    }

    .button_arrow-container:hover .button_arrow.button_big .button__inner span, .button_arrow.button_big:hover .button__inner span {
        -webkit-transform: scale(19);
        -ms-transform: scale(19);
        transform: scale(19)
    }

    .button_wave:hover .wave-block__bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .external:hover .external-icon.blue::before {
        border-color: #006
    }

    .external:hover .external-icon span:first-child, .external:hover .external-icon svg:first-child {
        opacity: 1;
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    .external:hover .external-icon span:last-child, .external:hover .external-icon svg:last-child {
        opacity: 0;
        -webkit-transform: translate(6px, -6px);
        transform: translate(6px, -6px)
    }
}

@media screen and (max-width: 1250px) {
    body {
        overflow: auto
    }

    .container {
        width: 700px
    }

    .header {
        border-bottom: 1px solid transparent
    }

    .header_border {
        border-bottom: 1px solid #f0f0f0
    }

    .header_black.header_border {
        border-color: transparent
    }

    .header__logo {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    .dropdown-menu__block-link {
        width: auto;
        max-width: inherit;
    }

    .header__open-menu {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 28px;
        height: 19px;
        margin-left: 20px
    }

    .header__open-menu div {
        width: 100%;
        height: 3px;
        background-color: #040505;
        -webkit-transition: .4s;
        transition: .4s
    }

    .header_black .header__open-menu div {
        background-color: #fff
    }

    .header__open-menu div:nth-child(1) {
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .header__open-menu_active div:nth-child(1) {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translate(4px, -1.5px) rotate(45deg);
        transform: translate(4px, -1.5px) rotate(45deg)
    }

    .header__open-menu_active div:nth-child(2) {
        opacity: 0
    }

    .header__open-menu div:nth-child(3) {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }

    .header__open-menu_active div:nth-child(3) {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate(4px, 1.5px) rotate(-45deg);
        transform: translate(4px, 1.5px) rotate(-45deg)
    }

    .menu-container {
        position: fixed;
        top: 68px;
        right: 0;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        justify-content: space-between;
        width: 375px;
        height: calc(100vh - 68px);
        height: calc(var(--vh, 1vh) * 100 - 68px);
        background-color: #fff;
        border-left: 1px solid #f0f0f0;
        padding-bottom: 24px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        -webkit-transition: .6s;
        transition: .6s
    }

    .header_black .menu-container {
        background-color: #0b0c0d;
        border-color: #1a1a1a
    }

    .menu-container_active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .menu {
        display: block
    }

    .menu__item {
        margin: 0
    }

    .menu__item-link {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-top: 1px solid #fff;
        padding: 0 38px 0 24px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: -.5px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .menu__item:first-child .menu__item-link {
        border: none
    }

    .menu__item.menu__item-dropdown .menu__item-link {
        background-color: #f5f5f5
    }

    .header_black .menu__item.menu__item-dropdown .menu__item-link {
        background-color: #1f1f1f
    }

    .header_black .menu__item-link {
        border-color: #0b0c0d
    }

    .menu__item-dropdown.small {
        display: block
    }

    .menu__item-dropdown .menu__item-link:after {
        position: relative;
        top: -1px;
        width: 20px;
        height: 10px;
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjE2Nzk2OSAzLjI0ODFMMS44MzIwNyAwLjc1MTk1M0wxMCA2LjE5NzI1TDE4LjE2OCAwLjc1MTk1M0wxOS44MzIxIDMuMjQ4MUwxMCA5LjgwMjhMMC4xNjc5NjkgMy4yNDgxWiIgZmlsbD0iIzA0MDUwNSIvPgo8L3N2Zz4K)
    }

    .header_black .menu__item-link:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjE2Nzk2OSAzLjI0ODFMMS44MzIwNyAwLjc1MTk1M0wxMCA2LjE5NzI1TDE4LjE2OCAwLjc1MTk1M0wxOS44MzIxIDMuMjQ4MUwxMCA5LjgwMjhMMC4xNjc5NjkgMy4yNDgxWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K)
    }

    .menu__item-dropdown.active .menu__item-link:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dropdown-menu {
        position: static;
        right: auto;
        padding: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: none;
        transition: none;
        overflow: hidden;
        display: none
    }

    .dropdown-menu__inner {
        position: static;
        display: block;
        width: auto;
        height: auto;
        padding: 0;
        border: none !important;
        box-shadow: none;
        border-radius: 0
    }

    .dropdown-menu__col {
        width: auto
    }

    .dropdown-menu__category {
        width: auto;
        margin: 0;
        padding: 0
    }

    .dropdown-menu__arrow-top {
        position: static;
        top: auto;
        width: auto;
        height: 1px;
        background-color: #f0f0f0;
        border: none
    }

    .header_black .dropdown-menu__arrow-top {
        border-color: #1a1a1a
    }

    .dropdown-menu__arrow-top:after {
        display: none
    }

    .dropdown-menu__category-title {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.5px;
        color: #040505;
        padding: 0;
        margin: 0 0 0 36px;
        border-top: 1px solid #f0f0f0;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    .dropdown-menu__col:nth-child(2) .dropdown-menu__category:first-child .dropdown-menu__category-title {
        border: none
    }

    .header_black .dropdown-menu__category-title {
        color: #fff;
        border-color: #1a1a1a
    }

    .dropdown-menu__category-title:after {
        content: '';
        display: block;
        width: 12px;
        height: 7px;
        position: relative;
        top: 1px;
        margin-left: 8px;
        -webkit-transition: .4s;
        transition: .4s;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4zNzUyNDQgMS43ODA4NUwxLjYyNDYzIDAuMjE5MTE2TDUuOTk5OTQgMy43MTkzNkwxMC4zNzUyIDAuMjE5MTE2TDExLjYyNDYgMS43ODA4NUw1Ljk5OTk0IDYuMjgwNjFMMC4zNzUyNDQgMS43ODA4NVoiIGZpbGw9IiMwNDA1MDUiLz4KPC9zdmc+Cg==)
    }

    .header_black .dropdown-menu__category-title:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjM3NSAxLjc4MDg1TDEuNjI0MzkgMC4yMTkxMTZMNS45OTk2OSAzLjcxOTM2TDEwLjM3NSAwLjIxOTExNkwxMS42MjQ0IDEuNzgwODVMNS45OTk2OSA2LjI4MDYxTDAuMzc1IDEuNzgwODVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+)
    }

    .dropdown-menu__category-title.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .dropdown-menu__category-links {
        position: relative;
        margin-left: 36px;
        display: none
    }

    .dropdown-menu__link {
        margin-bottom: 16px !important
    }

    .dropdown-menu__link.external {
        margin-top: 0
    }

    .dropdown-menu__arrow-top {
        display: none !important
    }

    .dropdown-menu__list {
        padding: 16px 32px 20px 32px
    }

    .dropdown-menu__double-list {
        padding: 16px 32px 23px 32px
    }

    .dropdown-menu__block-link {
        margin: 0 32px 23px 32px
    }

    .menu__item-dropdown.active + .menu__item:not(.menu__item-dropdown) .menu__item-link {
        border-color: #f5f5f5
    }

    .header_black .menu__item-dropdown.active + .menu__item:not(.menu__item-dropdown) .menu__item-link {
        border-color: #1f1f1f
    }

    .dropdown-menu .socials {
        display: none
    }

    .header-mob-footer {
        display: block;
        margin: 0 20px;
        padding-top: 50px
    }

    .header-mob-footer .languages {
        margin-top: 24px
    }

    .header-mob-footer .languages .languages__value {
        border-radius: 4px
    }
}

@media screen and (max-width: 760px) {
    body {
        font-size: 18px;
        line-height: 28px
    }

    .container {
        width: auto;
        padding: 0 20px
    }

    .header__open-menu {
        margin-left: 24px
    }

    .header .button {
        width: 123px;
        height: 38px;
        font-size: 12px;
        padding: 0;
    }

    .menu-container {
        width: 100vw;
        border-left: none
    }

    .menu__item-link {
        padding: 0 24px 0 20px
    }

    .caption {
        word-break: break-word
    }

    .caption_big {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1px
    }

    .caption_large {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -1px
    }

    .caption_middle {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -1px
    }

    .caption_small {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px
    }

    .caption em:before {
        bottom: -2px;
        border-bottom: 4px solid #ffd400
    }

    .button_arrow {
        height: 56px;
        line-height: 20px;
        padding: 0 24px;
        font-size: 16px
    }

    .button_arrow:after, .button_arrow:before {
        width: 40px;
        height: 40px
    }

    .button_arrow:before {
        right: 24px;
        display: none
    }

    .button_arrow:after {
        margin-left: 16px;
        background-color: #0309d0;
        border-radius: 50%
    }

    .button_arrow .button__inner:after {
        margin-left: 10px
    }
}

@media screen and (max-width: 370px) {
    .header .container {
        padding: 0 20px
    }

    .header__open-menu {
        margin-left: 20px
    }

    .show-on-scroll-mobile {
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: opacity .7s, transform .7s;
        transition: opacity .7s, transform .7s
    }

    .show-on-scroll-mobile.show {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.dark-bg {
    background-color: #040505;
    color: #fff
}

.pointer {
    cursor: pointer;
    user-select: none
}

.events-none {
    pointer-events: none
}

.inline-block {
    display: inline-block
}

.inline-block br {
    display: none
}

.center-container {
    display: flex;
    justify-content: center
}

.mobile-text {
    display: none
}

.hidden-text {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.blue-color {
    color: #09f
}

.pink-color {
    color: #f6b
}

.green-color {
    color: #9e6
}

.layer {
    position: relative
}

.parallax-viewport {
    position: relative;
    overflow: hidden
}

.parallax-layer {
    position: absolute
}

.animation.animation_scale {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.animation_scale.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s;
    transition: .6s
}

.animation.animation_swim-right {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px)
}

.animation.animation_swim-left {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px)
}

.animation.animation_swim-top {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
}

.animation_swim-left.animated, .animation_swim-right.animated, .animation_swim-top.animated {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: .7s;
    transition: .7s
}

@media screen and (max-width: 1250px) {
    .nicescroll-rails {
        max-width: calc(100% - 40px)
    }

    .animation.adaptive-animation_swim-top {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    .adaptive-animation_swim-top.animated {
        -webkit-transition: .7s;
        transition: .7s
    }

    .animation_swim-left.animated, .animation_swim-right.animated, .animation_swim-top.animated {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media screen and (max-width: 760px) {
    .pc-text {
        display: none
    }

    .mobile-text {
        display: block
    }

    .animation.animation_swim-top-mobile-small {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    .animation.animation_swim-left, .animation.animation_swim-right {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }

    .animation_swim-left.animated, .animation_swim-right.animated, .animation_swim-top.animated {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition: .7s;
        transition: .7s
    }
}

.dark-link {
    color: #222;
    -webkit-transition: .4s;
    transition: .4s
}

.link, .links-container a {
    color: #0006ff
}

.dark-bg .link {
    color: #1463ff
}

.link path {
    -webkit-transition: .4s;
    transition: .4s
}

.link_arrow, .link_arrow-left {
    display: inline-block;
    position: relative
}

.link_arrow-left {
    padding-left: 20px
}

.link_arrow-left div:before, .link_arrow div:before, .link_arrow span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 11px;
    background-color: #0006ff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: .4s;
    transition: .4s
}

.dark-bg .link_arrow-left div:before, .dark-bg .link_arrow div:before, .dark-bg .link_arrow span:before {
    background-color: #1463ff
}

.link_arrow-left div:before {
    left: 4px;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.link_arrow div, .link_arrow span {
    position: relative;
    top: 2px;
    left: 6px;
    display: inline-block;
    width: 14px;
    height: 14px
}

.link_arrow svg {
    right: 0
}

.link_arrow-left svg, .link_arrow svg {
    display: block;
    position: absolute;
    top: 50%;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    -webkit-transition: .4s;
    transition: .4s
}

.link_arrow-left svg {
    left: 0
}

.link_arrow-left svg path, .link_arrow svg path {
    -webkit-transition: .4s;
    transition: .4s
}

.dark-bg .link_arrow svg path {
    fill: #1463ff
}

.link_bold {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.link_bold.link_arrow {
    padding-right: 2px
}

.link_bold.link_arrow-left {
    padding: 0 0 0 26px
}

.arrow-link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -.5px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s
}

.arrow-link:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    margin: 8px 0 0 -19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwyNi42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMTkuNTkzIDEySDBWOGgxOS41OTN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-position: 100%;
    -webkit-transition: .38s;
    transition: .38s
}

.arrow-link_blue {
    color: #0006ff
}

.dark-bg .arrow-link_blue {
    color: #146aff
}

.arrow-link_blue:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+)
}

.dark-bg .arrow-link_blue:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMTQ2QUZGIi8+PC9zdmc+)
}

.arrow-link_arrow-blue:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+)
}

.arrow-link .inline-block {
    padding-right: 31px
}

.link-cubic-arrow {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center
}

.link-cubic-arrow div {
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    margin-left: 9px;
    -webkit-transition: .4s;
    transition: .4s
}

.link-cubic-arrow div:after, .link-cubic-arrow div:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transition: .4s;
    transition: .4s
}

.link-cubic-arrow div:before {
    bottom: 0;
    left: 0;
    opacity: 0
}

.link-cubic-arrow div:after {
    top: 0;
    right: 0
}

.link-cubic-arrow_white {
    color: #fff
}

.link-cubic-arrow_white div {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBoNXYySDJ2MTBoMTBWOWgydjVIMFYweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.link-cubic-arrow_white div:after, .link-cubic-arrow_white div:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMiAwaDZ2Nkg2VjMuNDE0TDEuNzA3IDcuNzA3LjI5MyA2LjI5MyA0LjU4NiAySDJWMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

@media screen and (min-width: 1000px) {
    .link:hover, .links-container a:hover {
        color: #006
    }

    .link:hover .external-icon.blue path, .link:hover path {
        fill: #006
    }

    .link:hover .external-icon.blue:before {
        border-color: #006
    }

    .dark-bg .link:hover {
        color: #0c3782
    }

    .container-link_arrow:hover .link_arrow {
        color: #006 !important
    }

    .container-link_arrow:hover .link_arrow-left div:before, .container-link_arrow:hover .link_arrow div:before, .container-link_arrow:hover .link_arrow span:before, .link_arrow-left:hover div:before, .link_arrow:hover div:before, .link_arrow:hover span:before {
        -webkit-transform: scaleX(1.5);
        transform: scaleX(1.5);
        background-color: #006
    }

    .dark-bg .link_arrow:hover div:before {
        background-color: #0c3782
    }

    .container-link_arrow:hover .link_arrow div svg:first-of-type, .container-link_arrow:hover .link_arrow span svg:first-of-type, .link_arrow:hover div svg:first-of-type, .link_arrow:hover span svg:first-of-type {
        -webkit-transform: translateX(4px) !important;
        transform: translateX(4px) !important
    }

    .container-link_arrow:hover .link_arrow-left div svg, .link_arrow-left:hover div svg {
        -webkit-transform: translateX(-4px) !important;
        transform: translateX(-4px) !important
    }

    .container-link_arrow:hover .link_arrow svg path, .link_arrow:hover svg path {
        fill: #006
    }

    .dark-bg .link_arrow:hover svg path {
        fill: #0c3782
    }

    .arrow-link:hover:after {
        width: 27px
    }

    .arrow-link_blue:hover {
        color: #021b9b
    }

    .dark-bg .arrow-link_blue:hover {
        color: #0c3782
    }

    .arrow-link_blue:hover:after {
        width: 35px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMDIxQjlCIi8+PC9zdmc+)
    }

    .dark-bg .arrow-link_blue:hover:after {
        width: 35px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMEMzNzgyIi8+PC9zdmc+)
    }

    .link-cubic-arrow_white:hover {
        color: hsla(0, 0%, 100%, .7)
    }

    .link-cubic-arrow:hover div {
        opacity: .7
    }

    .link-cubic-arrow:hover div:before {
        opacity: 1;
        -webkit-transform: translate(6px, -6px);
        transform: translate(6px, -6px)
    }

    .link-cubic-arrow:hover div:after {
        opacity: 0;
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px)
    }

    .dark-link:hover {
        color: #0006ff
    }
}

@media screen and (max-width: 760px) {
    .arrow-link {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px;
        padding-right: 0
    }

    .arrow-link:after {
        position: relative;
        top: 2px;
        margin-top: -6px
    }

    .arrow-link .inline-block {
        padding-right: 27px
    }

    .link_arrow {
        padding-right: 14px;
        line-height: 20px
    }

    .link_arrow div, .link_arrow span {
        position: absolute;
        top: auto;
        left: auto;
        margin: 4px -14px 0 8px
    }

    .link_arrow-left {
        padding-right: 0
    }

    .link_arrow-left div, .link_arrow-left span {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0
    }
}

.scroll-top {
    position: fixed;
    right: 120px;
    bottom: 32px;
    z-index: 10
}

.scroll-top.fixed {
    position: absolute
}

.scroll-top__button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43MDcgNy4yOTNMNyAuNTg2LjI5MyA3LjI5M2wxLjQxNCAxLjQxNEw2IDQuNDE0VjE0aDJWNC40MTRsNC4yOTMgNC4yOTMgMS40MTQtMS40MTR6IiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+)
}

.scroll-top.active .scroll-top__button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 1880px) {
    .scroll-top {
        right: 32px
    }
}

@media screen and (max-width: 760px) {
    .scroll-top {
        right: 15px;
        bottom: 15px
    }
}

.languages {
    position: relative;
    z-index: 3
}

.languages + .languages, .languages_region {
    z-index: 2
}

.languages.light .languages__value {
    background-color: #f5f5f5;
    color: #040505
}

.header_black .languages .languages__value, .languages__value {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    height: 48px;
    background-color: #19191a;
    border-radius: 6px;
    padding: 0 24px 0 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.languages_active .languages__value {
    border-radius: 6px 6px 0 0
}

.languages_active.vertical .languages__value {
    border-radius: 0 0 4px 4px
}

.languages.light .languages__value:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSA1TDUgMiAxIDUiIHN0cm9rZT0iIzA0MDUwNSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+)
}

.header_black .languages .languages__value:after, .languages__value:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 10px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS40IDQuMmwxLjIgMS42TDUgMy4yNSA4LjQgNS44bDEuMi0xLjZMNSAuNzUuNCA0LjJ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    margin-top: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s;
    transition: .4s
}

.header_black .languages_active .languages__value:after, .languages_active .languages__value:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.languages__value-icon {
    width: 51px
}

.languages__value img {
    display: block;
    width: 25px;
    margin: auto;
    border-radius: 2px
}

.languages_region .languages__value img {
    width: 25px;
    height: 20px
}

.header .languages__value img:first-child {
    display: none
}

.header_black .languages__value img:first-child {
    display: block
}

.header_black .languages__value img:nth-child(2) {
    display: none
}

.languages__value span {
    position: relative;
    top: -1px
}

.languages.light .languages__list {
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid #e6e6e6
}

.header_black .languages .languages__list, .languages__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0f0f0f;
    border-radius: 0 0 6px 6px;
    padding: 9px 0 8px;
    border-top: 1px solid #252626;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header_black .languages .languages__list {
    background-color: #1f1f1f;
    border: none;
    border-bottom: 1px solid #252626
}

.languages.vertical .languages__list {
    top: auto;
    bottom: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.languages_active .languages__list, .languages_active.vertical .languages__list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    max-height: 468px;
    overflow: auto
}

.languages.light .languages__list li a {
    color: #040505
}

.header_black .languages .languages__list li a, .languages__list li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 20px
}

.languages__list li img {
    display: block;
    width: 19px;
    border-radius: 2px;
    margin-right: 16px
}

.languages__list .current-lang a {
    position: relative;
    pointer-events: none
}

.languages__list .current-lang a:after {
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    width: 11px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC43NiAxLjY1TDQuMDU2IDkuNDcuMjkzIDUuNzA4bDEuNDE0LTEuNDE0IDIuMjM3IDIuMjM2TDkuMjQuMzVsMS41MTggMS4zMDJ6IiBmaWxsPSIjRkZENDAwIi8+PC9zdmc+)
}

@media screen and (min-width: 1000px) {
    .languages__value:hover {
        background-color: #0f0f0f
    }
}

@media screen and (max-width: 760px) {
    .languages {
        margin: 0
    }

    .languages__list li a {
        padding: 5px 16px
    }
}

.socials {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding-top: 6px;
    margin: 0 -6px -6px 0
}

.socials li {
    margin: 0 6px 6px 0
}

.socials a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #19191a;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.socials.light a {
    background-color: #f5f5f5
}

.header_black .socials.light a {
    background-color: #19191a
}

.socials a img, .socials a svg {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.socials a img, .socials a path, .socials a svg {
    -webkit-transition: .4s;
    transition: .4s
}

.socials.light a img, .socials.light a svg {
    opacity: 1 !important
}

.header_black .header-mob-footer .socials li a {
    background-color: #19191a
}

.header_black .socials li svg path {
    fill: #fff !important
}

@media screen and (min-width: 1000px) {
    .socials a:hover {
        background-color: #0f0f0f
    }

    .header_black .socials a:hover {
        background-color: #0f0f0f !important
    }

    .socials a:hover img, .socials a:hover svg {
        opacity: .6
    }

    .header_black .socials a:hover img, .header_black .socials a:hover svg {
        opacity: .6 !important
    }

    .socials-list__list a:hover svg path, .socials a:hover svg path {
        fill: #fff !important
    }

    .facebook-icon:hover {
        background-color: #395792 !important
    }

    .twitter-icon:hover {
        background-color: #289ee9 !important
    }

    .github-icon:hover {
        background-color: #323131 !important
    }

    .youtube-icon:hover {
        background-color: #f60016 !important
    }

    .medium-icon:hover {
        background-color: #12100e !important
    }

    .linked-in-icon:hover {
        background-color: #0073b0 !important
    }

    .instagram-icon:hover {
        background-color: #de326c !important
    }
}

@media screen and (max-width: 1250px) {
    .socials {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 180px
    }
}

@media screen and (max-width: 760px) {
    .socials {
        max-width: none
    }

    .socials li {
        margin: 0 8px 8px 0
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background-color: #040505;
    color: #999
}

.footer__header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid #1a1a1a
}

.footer__header a {
    display: block;
    width: 146px;
    margin-top: 5px
}

.footer__header a img {
    display: block;
    width: 100%
}

.footer__header p {
    width: 1000px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 20px
}

.footer__content {
    justify-content: space-between;
    padding: 32px 0 0;
    border-bottom: 1px solid #1a1a1a
}

.footer__content, .footer__menu-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

.footer__menu-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px 0 0;
    max-height: 570px;
    padding-bottom: 85px
}

.footer__menu-container .footer__item {
    margin-right: 48px
}

.footer__item {
    width: 264px;
    margin-top: 40px
}

.footer__item p {
    color: grey;
    margin-bottom: 20px
}

.footer__item p a {
    color: #fff
}

.footer__links-list + .footer__links-list {
    margin-top: 10px
}

.footer__links-list li {
    line-height: 20px;
    margin-bottom: 10px
}

.footer__links-list li:last-of-type {
    margin-bottom: 0
}

.footer__links-list li a {
    font-size: 14px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer__links-list .footer__links-large-link {
    margin-top: 40px
}

.footer__links-list .footer__links-large-link a {
    font-size: 16px;
}

.footer__links-list .footer__links-large-link a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    -webkit-transition: width .3s, opacity .5s;
    transition: width .3s, opacity .5s;
    background-position: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41ODYgNmwtNC4yOTMtNC4yOTNMMTUuNzA3LjI5MyAyMi40MTQgN2wtNi43MDcgNi43MDctMS40MTQtMS40MTRMMTguNTg2IDhIMFY2aDE4LjU4NnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.footer__aside .footer__item:first-of-type {
    margin-top: 0
}

.footer__aside-container {
    margin-top: 40px
}

.footer__aside .footer__item p {
    margin-bottom: 14px
}

.footer__item-languages .languages_region {
    margin-top: 8px
}

.footer__phone {
    line-height: 20px
}

.footer__phone a {
    font-size: 16px;
    color: #fff
}

.footer__phone span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.2px;
    margin-top: 12px
}

.footer__item-socials .socials {
    padding-top: 0
}

.footer__aside .footer__links-list {
    padding-top: 6px
}

.footer__description {
    font-size: 12px;
    line-height: 20px
}

.footer__icons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 18px 0 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #1a1a1a
}

.footer__icons-item {
    position: relative;
    max-width: 112px
}

.footer__icons-item a {
    display: block
}

.footer__icons-item img {
    display: block;
    max-width: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.footer__icons-item-description {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 274px;
    padding: 7px 11px;
    margin-bottom: 13px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #a6a6a6;
    background-color: #0c0d0d;
    border: 1px solid #141414;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: transform .4s, opacity .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s
}

.footer__icons-item-description.right {
    left: auto;
    right: 0
}

.footer__icons-item-description.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer__description p {
    font-size: 12px;
    line-height: 20px
}

.footer__bottom-info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    height: 76px
}

.footer__bottom-info p {
    font-size: 12px;
    line-height: 20px;
    color: #a2a4a6
}

.footer__bottom-info a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.footer__bottom-info a:hover {
    color: #999
}

.footer__bottom-info ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom-info ul li {
    margin: 0 13px;
    white-space: nowrap
}

@media screen and (min-width: 1000px) {
    .footer__bottom-info li a:hover, .footer__item a:hover {
        color: #999
    }

    .footer__icons-item:hover img {
        opacity: .6
    }

    .footer__links-list .footer__links-large-link a:hover:after {
        width: 20px;
        opacity: .5
    }
}

@media screen and (max-width: 1250px) {
    .footer .container {
        position: relative;
        padding-top: 15px
    }

    .footer__header {
        display: block;
        margin-bottom: 10px
    }

    .footer__header a {
        margin: 3px 0 35px
    }

    .footer__header p {
        width: auto;
        padding-top: 0
    }

    .footer__content {
        display: block;
        padding-bottom: 40px
    }

    .footer__menu-container {
        -ms-align-items: flex-start;
        align-items: flex-start;
        padding-bottom: 0
    }

    .footer__menu-container .footer__item {
        width: 220px;
        margin-right: 20px
    }

    .footer__aside-container {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex
    }

    .footer__aside .footer__item {
        width: 220px;
        margin: 0 20px 0 0
    }

    .footer__item-languages {
        position: absolute;
        top: 50px;
        right: -20px
    }

    .footer__item-languages p {
        display: none
    }

    .footer__aside .footer__item-languages {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        width: auto
    }

    .footer__item-languages .languages, .footer__item-languages .languages_region {
        width: 220px;
        margin: 0 0 0 20px
    }

    .footer__icons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        padding: 4px 0 0
    }

    .footer__icons-item {
        margin: 0 30px 20px 0
    }

    .footer__bottom-info {
        position: relative;
        display: block;
        height: auto;
        padding: 15px 0 10px
    }

    .footer__bottom-info ul {
        margin-bottom: 35px
    }

    .footer__bottom-info ul li {
        margin: 0 8px 0 0
    }

    .footer__bottom-info p:first-of-type {
        position: absolute;
        left: 0;
        bottom: 20px
    }

    .footer__bottom-info p:last-of-type {
        position: absolute;
        right: 0;
        bottom: 20px
    }
}

@media screen and (max-width: 760px) {
    .footer .container {
        padding-top: 32px
    }

    .footer__header {
        padding: 0 0 126px;
        margin-bottom: 0
    }

    .footer__header a {
        width: 122px;
        margin: 0 0 24px
    }

    .footer__header a img {
        width: auto;
        height: 36px
    }

    .footer__header p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.2px
    }

    .footer__content {
        position: relative;
        padding: 0
    }

    .footer__menu-container {
        display: block;
        max-height: none;
        margin: 0
    }

    .footer__menu-container .footer__item {
        width: auto;
        margin: 0;
        padding: 24px 0;
        border-bottom: 1px solid #1a1a1a
    }

    .footer__item p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .footer__links-list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__links-list + .footer__links-list {
        margin-top: 12px
    }

    .footer__links-list li {
        width: calc(50% - 12px);
        margin-bottom: 12px;
        line-height: 18px
    }

    .footer__links-list li:nth-last-child(-n+2) {
        margin-bottom: 0 !important
    }

    .footer__links-list .footer__links-large-link {
        width: 100%;
        margin: 12px 0 0;
        padding: 22px 0 20px;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a
    }

    .footer__links-list .footer__links-large-link:first-child {
        padding-top: 0;
        margin-top: 0;
        border-top: none
    }

    .footer__links-list .footer__links-large-link:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

    .footer__aside-container {
        display: block;
        width: 100%;
        margin-top: 0;
        position: relative
    }

    .footer__aside .footer__item {
        padding: 24px 0;
        border-top: 1px solid #1a1a1a
    }

    .footer__aside .footer__item-socials {
        padding-top: 0;
        border: none
    }

    .footer__aside .footer__item:first-child {
        border-top: none
    }

    .footer__aside .footer__item-languages {
        top: -101px;
        left: 0;
        right: 0;
        display: block;
        width: 100% !important;
        padding: 0
    }

    .footer__item-languages .languages, .footer__item-languages .languages_region {
        width: 100%;
        margin: 0
    }

    .footer__item-languages .languages_region {
        margin-top: 8px
    }

    .footer__item-languages .languages__value {
        height: 48px
    }

    .languages__value {
        border-radius: 4px
    }

    .footer__aside .footer__item {
        width: 100%;
        margin-right: 0
    }

    .footer__item-socials {
        width: 100% !important;
        order: 3;
        margin-top: 3px;
        padding-top: 32px
    }

    .footer__aside .footer__links-list {
        padding-top: 0
    }

    .footer__description {
        padding: 25px 0 0
    }

    .footer__description p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify
    }

    .footer__icons {
        justify-content: space-between;
        padding: 0 0 7px;
        margin: 0
    }

    .footer__icons-item {
        width: 20%;
        min-width: 20%;
        margin-right: 5%
    }

    .footer__icons-item:nth-child(4n+4) {
        margin-right: 0
    }

    .footer__icons img {
        max-height: 30px;
        margin: 0 auto
    }

    .footer__icons-item-description {
        width: calc(100vw - 40px)
    }

    .footer__bottom-info {
        position: relative;
        padding: 17px 0 10px
    }

    .footer__bottom-info a {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.2px
    }

    .footer__bottom-info ul {
        margin-bottom: 40px
    }

    .footer__bottom-info ul li {
        margin: 0 28px 0 0
    }
}

.cf-badge {
    line-height: 20px;
    text-align: center;
    padding: 4px 8px;
    background: #ffd400;
    border-radius: 24px;
    font-weight: 800;
    font-size: 10px;
    color: #040505;
}

a .cf-badge {
    margin-left: 6px
}