@charset "UTF-8";
* {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
}

header {
    position: relative;
    min-height: 50px;
}

nav {
    height: 50px;
    background: #212121;
    position: fixed;
    z-index: 2;
    width: 100%;
}

.hamburger {
    display: none;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding: 13px 70px;
    margin: 0;
    list-style: none;
}

.menu_link {
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_item {
    border-right: 2px dotted black;
    padding-right: 28px;
}

.menu_item:last-child {
    border-right: none;
}

.subheader {
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0.6);
    height: 84px;
    width: 100%;
}

.subheader_logo {
    display: block;
    margin-top: 16px;
    max-width: 100%;
}

.subheader_official {
    margin-top: 6px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5px;
}

.subheader_call {
    margin-top: 19px;
    font-weight: 300;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
}

.subheader_phone {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 12px;
    text-decoration: none;
}

.subheader_btn {
    margin-top: 20px;
    width: 172px;
    height: 46px;
    background-image: linear-gradient(0deg, #1eacc7 0%, #4CE2FF 100%);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}

.subheader_btn:hover {
    background-image: none;
    background-color: #1eacc7;
}

.promo {
    min-height: 800px;
    padding: 150px 0 135px 0;
    background: url("../img/backgraund/uber_bg.png") center center/cover no-repeat;
}

.promo_header {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.promo_subheader {
    margin-top: 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-top: 22px;
}

.promo_desc {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.promo_btn {
    display: block;
    margin: 118px auto 0 auto;
    width: 259px;
    height: 63px;
    background: linear-gradient(0deg, #1eacc7 0%, #4CE2FF 100%);
    box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}

.promo_btn:hover {
    background-image: none;
    background-color: #1eacc7;
}

.reasons {
    padding: 71px 0 65px 0;
}

.reasons_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.reasons_round {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
    width: 113px;
    height: 113px;
    background-color: #1eacc7;
    border-radius: 100%;
}

.reasons_descr {
    width: 343px;
}

.reasons_subtitle {
    line-height: 21px;
    color: #1eacc7;
    font-size: 17px;
    font-weight: 400;
}

.reasons_text {
    color: #202020;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.label {
    position: relative;
    margin: 0 auto;
    height: 24px;
    width: 112px;
    padding: 5px 12px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.label_white {
    background-color: #fff;
    color: #000;
}

.label_min {
    width: 76px;
}

.title {
    position: relative;
    margin-bottom: 0;
    margin-top: 38px;
    color: #222222;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.title_white {
    color: #fff;
}

.subtitle {
    position: relative;
    margin-top: 19px;
    color: #222222;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    z-index: 2;
}

.subtitle_white {
    color: #fff;
}

.mobile {
    background-image: url("../img/backgraund/mobile_bg.png") center center/cover no-repeat;
    min-height: 864px;
    padding: 48px 0 80px 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    padding: 13px 70px;
    margin: 0;
    list-style: none;
}

.menu_link {
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_item {
    border-right: 2px dotted black;
    padding-right: 28px;
}

.subheader {
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0.6);
    height: 84px;
    width: 100%;
}

.subheader_logo {
    display: block;
    margin-top: 16px;
    max-width: 100%;
}

.subheader_official {
    margin-top: 6px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.5px;
}

.subheader_call {
    margin-top: 19px;
    font-weight: 300;
    font-size: 12px;
    text-align: right;
    color: #FFFFFF;
}

.subheader_phone {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 12px;
    text-decoration: none;
}

.subheader_btn {
    margin-top: 20px;
    width: 172px;
    height: 46px;
    background-image: linear-gradient(0deg, #1eacc7 0%, #4CE2FF 100%);
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}

.promo {
    min-height: 800px;
    padding: 150px 0 135px 0;
    background: url("../img/backgraund/uber_bg.png") center center/cover no-repeat;
}

.promo_header {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.promo_subheader {
    margin-top: 22px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-top: 22px;
}

.promo_desc {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.promo_btn {
    display: block;
    margin: 118px auto 0 auto;
    width: 259px;
    height: 63px;
    background: linear-gradient(0deg, #1eacc7 0%, #4CE2FF 100%);
    box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.21);
}

.causes {
    padding: 71px 0 65px 0;
}

.label {
    position: relative;
    margin: 0 auto;
    height: 24px;
    width: 112px;
    padding: 5px 12px;
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.label_white {
    background-color: #fff;
    color: #000;
}

.label_white_world {
    padding: 46px 0;
}

.title {
    position: relative;
    margin-bottom: 0;
    margin-top: 38px;
    color: #222222;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
}

.title_white {
    color: #fff;
}

.title_white_world {
    margin: 26px 0 1px 0;
}

.subtitle {
    position: relative;
    margin-top: 19px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #222222;
    z-index: 2;
}

.subtitle_white {
    color: #fff;
}

.subtitle_white_world {
    margin: 1px auto;
}

.causes .causes_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.causes .causes_block .causes_round {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
    width: 116px;
    height: 116px;
    background-color: #1eacc7;
    border-radius: 100%;
}

.causes .causes_block .causes_descr {
    width: 343px;
}

.causes .causes_block .causes_descr .causes_subtitle {
    line-height: 21px;
    color: #1eacc7;
    font-size: 17px;
    font-weight: 400;
}

.causes .causes_block .causes_descr .causes_text {
    color: #202020;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

.mobile {
    background: url("../img/backgraund/mobile_bg.png") center center/cover no-repeat;
    min-height: 864px;
    padding: 48px 0 80px 0;
}

.mobile .row {
    margin-top: 32px;
}

.mobile_item {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.mobile_item_1 {
    background: url("../img/Карточка 1.png") center center/cover no-repeat;
}

.mobile_item_2 {
    background: url("../img/Карточка 2.png") center center/cover no-repeat;
}

.mobile_item_3 {
    background: url("../img/Карточка 3.png") center center/cover no-repeat;
}

.mobile_item_4 {
    background: url("../img/Карточка 4.png") center center/cover no-repeat;
}

.mobile_item_5 {
    background: url("../img/Карточка 5.png") center center/cover no-repeat;
}

.mobile_item_6 {
    background: url("../img/Карточка 6.png") center center/cover no-repeat;
}

.mobile_item_subtitle {
    padding-top: 83px;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mobile_item_plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    width: 29px;
    height: 29px;
    background: #000000;
    border-radius: 100%;
}

.mobile_item_plus:before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #1eacc7;
    transition: 0.3s all;
}

.mobile_item_plus:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: block;
    height: 14px;
    width: 2px;
    background-color: #1eacc7;
    transition: 0.3s all;
}

.mobile_item_plus:hover:before,
.mobile_item_plus:hover:after {
    background-color: #ff5656;
}

.choice {
    background: url("../img/backgraund/mobile_bg.png") center center/cover no-repeat;
    min-height: 896px;
    padding: 57px 0 137px 0;
    position: relative;
}

.choice_img {
    position: relative;
    display: block;
    margin: 56px auto 0 auto;
    z-index: 2;
}

.choice_descr {
    text-align: center;
    color: #222222;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.choice .black {
    position: absolute;
    top: 0;
    left: 0;
    height: 499px;
    width: 100%;
    background-color: #070716;
    z-index: 1;
}

.require {
    padding: 67px 0 84px 0;
}

.require_block {
    margin: 33px 0;
}

.require_block_nmb {
    margin-bottom: 0px;
}

.require_title {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #1CA8C3;
}

.require_list {
    padding-left: 50px;
    list-style-type: none;
    margin-top: 22px;
}

.require_list li {
    position: relative;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.require_list li:before {
    content: '';
    display: block;
    position: absolute;
    left: -32px;
    top: 3px;
    width: 20px;
    height: 21px;
    background: url("../img/icons/check_blue 1.png") center center/cover no-repeat;
}

.require_descr {
    font-weight: 300;
    font-size: 17px;
    color: #1CA8C3;
}

.require .warning .require_title {
    color: #ff5656;
}

.require .warning .require_list li:before {
    background: url("../img/icons/Layer 31 copy 7.png") center center/cover no-repeat;
}

.world {
    position: relative;
    min-height: 717px;
    padding: 49px 0;
    background: url("../img/backgraund/world_bg.png") center center/cover no-repeat;
}

.world_towns {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 49px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 68px;
    text-transform: uppercase;
    color: #1fbad6;
}

.world_towns:hover {
    text-decoration: none;
    color: #fff;
}

footer {
    padding: 14px 23px 39px 23px;
}

footer a:hover {
    text-decoration: none;
}

.footer_divider {
    width: 299px;
    height: 4px;
    background-color: #1fbad6;
    margin: 0 auto;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 32px;
}

.footer_wrapper>div {
    width: 33%;
}

.footer_wrapper>div:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

.footer_social {
    width: 160px;
    display: flex;
    justify-content: space-between;
}

.footer_social_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    width: 32px;
    height: 32px;
    background-color: #070716;
    border-radius: 100%;
    text-decoration: none;
}

.footer_social_item i {
    color: #fff;
}

.footer_links {
    width: 390px;
    margin: 0 auto;
}

.footer_links_main {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.footer_links_main a {
    color: #070716;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer_links_sub {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.footer_links_sub a {
    color: #999999;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer_links_lang {
    display: block;
    margin: 0 auto;
    color: #1fbad6;
    font-size: 11px;
    font-weight: 400;
    margin-top: 19px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.xs-disible {
    display: none;
}

@media (max-width: 1200px) {
    .menu_item {
        padding-right: 20px;
    }
    .menu_link {
        font-size: 13px;
    }
    .promo_header {
        font-size: 50px;
    }
    .reasons_block {
        align-items: flex-start;
    }
    .reasons_descr {
        width: 300px;
    }
    .mobile_item {
        width: 290px;
    }
    .mobile_item_subtitle {
        font-size: 22px;
    }
    .choice {
        padding: 55px 0;
        min-height: 840px;
    }
    .require br {
        display: none;
    }
    .footer_wrapper>div {
        width: 50%;
    }
    .footer_wrapper>div:nth-child(1) {
        width: 25%;
    }
    .footer_wrapper>div:nth-child(3) {
        width: 25%;
        display: flex;
        justify-content: flex-end;
    }
    .footer_mobile {
        display: flex;
    }
    .footer_mobile a {
        margin: 0 3px;
    }
    .footer_mobile a img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .title {
        font-size: 28px;
    }
    .menu_item {
        padding-right: 8px;
    }
    .menu_link {
        font-size: 10px;
    }
    .subheader_logo img {
        width: 100%;
    }
    .subheader_official {
        font-size: 11px;
    }
    .subheader_phone {
        font-size: 18px;
    }
    .subheader_btn {
        margin-top: 22px;
        width: 100%;
        height: 40px;
    }
    .promo_header {
        font-size: 40px;
    }
    .promo_subheader {
        font-size: 30px;
    }
    .reasons_block {
        flex-direction: column;
        align-items: center;
    }
    .reasons_round {
        margin-right: 0;
    }
    .reasons_descr {
        margin-top: 20px;
        width: 300px;
    }
    .mobile_item {
        width: 225px;
        height: 245px;
    }
    .mobile_item_subtitle {
        padding-top: 80px;
        padding-inline: 30px;
        font-size: 18px;
    }
    .choice {
        min-height: 800px;
    }
    .choice_img {
        width: 100%;
    }
    .world {
        min-height: 650px;
    }
    .footer_wrapper {
        flex-wrap: wrap;
    }
    .footer_wrapper>div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer_wrapper>div:nth-child(1) {
        width: 100%;
    }
    .footer_wrapper>div:nth-child(3) {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .menu {
        position: fixed;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 0;
        /** right: 0 **/
        left: -100%;
        width: 50%;
        height: 100vh;
        padding: 20px 15px;
        background-color: rgba(0, 0, 0, 0.8);
        transition: 0.6s all;
    }
    .menu_active {
        left: 0;
    }
    .menu_item {
        padding-right: 0;
        border: none;
        margin: 10px 0;
    }
    .menu_link {
        font-size: 20px;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 12px;
    }
    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 2px;
        transition: 0.5s all;
    }
    .hamburger_active span {
        margin-bottom: -2px;
    }
    .hamburger_active span:nth-child(1) {
        transform: translate(3px) rotate(-45deg);
    }
    .hamburger_active span:nth-child(2) {
        display: none;
    }
    .hamburger_active span:nth-child(3) {
        transform: translate(3px) rotate(45deg);
    }
    .xs-hidden {
        display: none;
    }
    .xs-disible {
        display: block;
    }
    .subheader_phone {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
    }
    .subheader_btn {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 200px;
        height: 40px;
    }
    .promo_header {
        line-height: 45px;
    }
    .subheader_phone {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
    }
    .subheader_btn {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 200px;
        height: 40px;
    }
    .promo_header {
        line-height: 45px;
    }
    .reasons {
        padding: 40px 0;
    }
    .reasons_descr {
        width: 350px;
    }
    .reasons_subtitle {
        text-align: center;
    }
    .reasons_text {
        margin-top: 10px;
    }
    .mobile {
        padding: 40px 0;
    }
    .choice {
        min-height: 600px;
        padding: 40px 0;
    }
    .require {
        padding: 40px 0;
    }
    .world {
        min-height: 450px;
    }
}

@media (max-width: 576px) {
    nav {
        height: 30px;
    }
    header {
        min-height: 30px;
    }
    .title {
        font-size: 16px;
        margin-top: 15px;
        line-height: 16px;
    }
    .subtitle {
        font-size: 14px;
        line-height: 21px;
        margin-top: 11px;
    }
    .subheader {
        height: 60px;
        top: 30px;
    }
    .subheader_official {
        display: none;
    }
    .subheader_logo {
        margin-top: 16px;
    }
    .subheader_phone {
        margin-top: 11px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .subheader_btn {
        width: 110px;
        height: 22px;
        font-size: 9px;
        margin-top: 6px;
    }
    .subheader_btn:hover {
        background-image: linear-gradient(to top, #1eacc7 0%, #4ce2ff 100%);
    }
    .promo {
        min-height: 400px;
        padding: 93px 0 35px 0;
    }
    .promo_header {
        padding: 0 24px;
        font-size: 30px;
        line-height: 35px;
    }
    .promo_subheader {
        margin-top: 33px;
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
    }
    .promo_desc {
        display: none;
    }
    .promo_btn {
        margin-top: 72px;
        width: 210px;
        height: 50px;
        font-size: 16px;
    }
    .promo_btn:hover {
        background-image: linear-gradient(to top, #1eacc7 0%, #4ce2ff 100%);
    }
    .menu {
        width: 85%;
    }
    .menu_item {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    .menu_link {
        display: block;
    }
    .hamburger_active span:nth-child(1) {
        transform: translateY(5px) rotate(-45deg);
    }
    .hamburger_active span:nth-child(3) {
        transform: translateY(5px) rotate(45deg);
    }
    .reasons {
        padding: 22px 0 36px 0;
    }
    .reasons_block {
        margin-top: 26px;
    }
    .reasons_round {
        width: 100px;
        height: 100px;
    }
    .reasons_descr {
        width: 100%;
        margin-top: 27px;
    }
    .reasons_subtitle {
        font-size: 16px;
        text-align: left;
    }
    .reasons_text {
        font-size: 15px;
        margin-top: 0px;
    }
    .mobile .row {
        margin-top: 30px;
    }
    .mobile_item {
        width: 290px;
        height: 254px;
    }
    .mobile_item_subtitle {
        font-size: 18px;
        line-height: 31px;
    }
    .mobile_item_plus {
        bottom: 28px;
    }
    .mobile_item_plus:hover:before,
    .mobile_item_plus:hover:after {
        background-color: #1eacc7;
    }
    .choice {
        padding: 25px 0 33px 0;
        min-height: 390px;
        background: #000;
    }
    .choice_img {
        margin-top: 35px;
    }
    .choice_descr {
        margin-top: 23px;
        color: #ffffff;
        font-size: 17px;
        font-weight: 300;
        line-height: 24px;
    }
    .choice .black {
        display: none;
    }
    .hidden-320 {
        display: none;
    }
    .require {
        padding: 25px;
    }
    .require_block {
        margin: 30px 0 0 0;
    }
    .require_title {
        font-size: 16px;
    }
    .require_list {
        padding-left: 30px;
        margin-top: 5px;
    }
    .require_list li {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .require_descr {
        font-size: 14px;
        margin-top: 15px;
    }
    .world {
        min-height: 360px;
        padding: 25px 0 30px 0;
    }
    .world_link {
        width: 200px;
        display: block;
        bottom: 30px;
        line-height: 15px;
    }
    footer {
        padding: 25px 0 20px 0;
    }
    .footer_divider {
        width: 253px;
        margin: 0 auto;
    }
    .footer_wrapper {
        padding-top: 22px;
    }
    .footer_wrapper>div {
        margin-bottom: 20px;
    }
    .footer_wrapper>div:nth-child(1) {
        order: 2;
    }
    .footer_wrapper>div:nth-child(2) {
        order: 1;
    }
    .footer_wrapper>div:nth-child(3) {
        order: 3;
    }
    .footer_links {
        width: 290px;
    }
    .footer_links_main {
        padding: 0;
        font-size: 14px;
    }
    .footer_links_sub {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_links_sub a {
        margin: 0 7px;
    }
    .footer_links_lang {
        margin-top: 10px;
    }
}