.header_site {
    padding: 40px 0;
}

.header_container {
    align-items: flex-start;
}

.header_nav {
    margin: 1px 0 0 12.5%;
}

.header_nav .header_menu {
    margin: 0;
}

.header_nav li:not(:nth-last-child(1)) {
    margin-right: 18px;
}

.header_nav ul.menu {
    display: flex;
    grid-column-gap: 18px;
}

.header_nav ul.menu > li > a {
    position: relative;
    padding: 0;
    text-transform: unset;
    color: #fff;
}

.header_nav ul.menu > li > a:hover,
.footer_navs li a:hover {
    color: #fff;
}

.header_nav ul.menu > li > a::before,
.footer_navs li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all ease 0.5s;
}

.header_nav ul.menu > li > a:hover::before,
.footer_navs li a:hover::before {
    width: 100%;
}

.header_site.sticky .header_nav ul.menu > li > a {
    padding: 0;
}

.description_anim:not(.load) {
    opacity: 0;
}

.location-times {
    position: relative;
    margin-top: -5px;
    cursor: pointer;
}

.location-time {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #fff;
}

.location-time.current {
    font-weight: 700;
}

.location-times--list {
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.location-times:hover .location-times--list {
    opacity: 1;
    visibility: visible;
}

.banner_location_landing {
    position: relative;
    padding: 96px 0 49px;
    overflow: hidden;
    z-index: 1;
}

.banner_location_landing--overlay {
    position: absolute;
    top: calc(100% - 103px);
    left: -100vw;
    width: 300vw;
    height: 100vh;
    z-index: -1;
}

.banner_location_landing--img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.banner_location_landing--title-wrap {
    position: relative;
    margin-bottom: 56px;
}

.banner_location_landing--title {
    font-weight: 200;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
}

.banner_location_landing--title strong {
    font-weight: 500;
}

.banner_location_landing--title strong,
.location_landing_about_headline .title_min,
.capabilities_sc .title_min,
.connect_with_us .title_min.caption {
    color: rgba(255, 190, 0, 1);
}

.location_landing_about_headline .title_min {
    white-space: nowrap;
}

.banner_location_landing--description {
    max-width: 390px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.location_landing_about_col:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.location_landing_about_col {

}

.title_min {
    text-transform: none;
}

.headline_title {
    margin: 1px 0 17px;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

.headline_txt {
    max-width: 444px;
    line-height: 24px;
}

.title_min {
    color: #6E6E6E;
}

.location-landing_about {
    padding: 40px 0 64px;
    overflow: hidden;
}

.location-landing_about .container {
    /*clip-path: polygon(-100vw 0, 100% 0, 100% 100%, -100vw 100%);*/
}

.location_landing_about--img-map img {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    max-height: 240px;
}


.llas .swiper-slide img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /*transition: width 0.5s ease-in-out;*/
    transition: all 3s ease-in-out;
}

.capabilities_sc {
    padding: 19px 0 64px;
    color: #fff;
}

.accordion_txt {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 19px;
    overflow: hidden;
}

.accordion_row {
    position: relative;
    z-index: 1;
}

.accordion_row:not(:nth-last-child(1)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion_row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: visible;
    transition: 0.3s all;
    z-index: -1;
}

.accordion_row.active::before {
    opacity: 1;
    visibility: visible;
}

.accordion_row_txt {
    padding-bottom: 32px;
}

.accordion_row_btn {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: none;
    border: 0;
}

.accordion_row_btn__icon {
    border: 0;
    background: transparent;
}

.accordion_row_txt p {
    max-width: 696px;
    margin: 0 auto;
    padding: 0 15px 24px;
    font-size: 16px;
    line-height: 24px;
}

.accordion_row_txt .btn {
    padding: 0;
    text-decoration: underline;
    border: 0;
}

.accordion_row_txt .btn:hover {
    color: rgba(255, 190, 0, 1);
}

.accordion_row_txt .btn:hover::before {
    display: none;
}

.accordion_row_txt .btn:hover,
.accordion_row_txt .btn:hover::before,
.accordion_row.active .accordion_row_btn__icon,
.accordion_row:hover .accordion_row_btn__icon {
    background: transparent;
}

.accordion_row .accordion_row_btn__icon svg {
    width: 18px;
    height: auto;
}

.accordion_row.active .accordion_row_btn__icon path,
.accordion_row_btn:hover .accordion_row_btn__icon path {
    stroke: #fff;
}

.accordion_images {
    border-radius: 20px;
}


.connect_with_us {
    padding: 38px 0 29px;
}

.title_min.caption_form {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.form_wrap {
    border-radius: 20px;
    border: 1px solid #CCC;
}

.form_wrap .gform_wrapper.gravity-theme .gform_body .gfield_label {
    color: #000;
}

.form_wrap .gform_wrapper.gravity-theme .gfield input {
    padding: 16px 26px 14px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #E6E6E6;
}

.form_wrap .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 106px;
    margin-bottom: -3px;
    padding: 14px 21px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arial', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: #E6E6E6;
}

.form_wrap .gform_wrapper.gravity-theme .gfield textarea:active,
.form_wrap .gform_wrapper.gravity-theme .gfield textarea:focus,
.form_wrap .gform_wrapper.gravity-theme .gfield select:active,
.form_wrap .gform_wrapper.gravity-theme .gfield select:focus,
.form_wrap .gform_wrapper.gravity-theme .gfield input:active,
.form_wrap .gform_wrapper.gravity-theme .gfield input:focus {
    color: #000;
    border-color: #000;
    background: #fff;
    outline: none;
}


.form_wrap .gform_wrapper.gravity-theme .gform_footer input {
    min-width: 166px;
    margin-top: 4px;
    padding: 8px 10px 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    background: #000;
    cursor: pointer;
    transition: all 200ms ease-in;
}

.form_wrap .gform_wrapper.gravity-theme .gform_footer input:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}

.form_wrap .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.form_wrap .gform_wrapper.gravity-theme .gfield.gfield_error input {
    border-color: #EB1C1B;
}

.form_wrap .gform_wrapper.gravity-theme .gfield_description {
    margin:  13px 0 -3px;
    padding: 0;
    font-size: 14px;
    border: 0;
    background: transparent;
}

body .form_wrap .gform_wrapper .gfield .iti--show-selected-dial-code .iti__selected-flag,
body .form_wrap .gform_wrapper .gfield .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}

.remodal-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.remodal_modal-success {
    max-width: 460px;
    width: 79%;
    padding: 49px 20px 48px;
    border-radius: 20px;
}

.remodal_modal-success .remodal-close {
    top: 12px;
    left: auto;
    right: 10px;
}

.remodal_msg__description {
    max-width: 344px;
    margin: 0 auto 20px;
    font-size: 22px;
    line-height: 32px;
}

.remodal_modal-success .remodal-close:before,
.remodal_msg__description br {
    display: none;
}

.btn_remodal_success {
    min-width: 200px;
    padding: 16px 10px 14px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.dummy-positioning {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}

.success-icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 20px;
    border-radius: 50%;
    border: 4px solid #BEFFDA;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    animation: showSuccess 180ms ease-in-out;
    transform: scale(1);
}

.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 4px;
    background-color: #1BB65D;
    border-radius: 10px;
    visibility: hidden;
}

.success-icon__tip {
    width: 20px;
    top: 78px;
    left: 34px;
    transform: rotate(45deg);
    animation: tipInPlace 300ms ease-in-out 180ms forwards;
}

.success-icon__long {
    width: 63px;
    top: 64px;
    left: 40px;
    transform: rotate(-45deg);
    animation: longInPlace 140ms ease-in-out 440ms forwards;
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes tipInPlace {
    from {
        width: 0;
        top: 35px;
        left: 3px
    }
    to {
        width: 20px;
        top: 78px;
        left: 34px;
        visibility: visible;
    }
}

@keyframes longInPlace {
    from {
        width: 0;
        top: 84px;
        left: 48px;
    }
    to {
        width: 63px;
        top: 64px;
        left: 40px;
        visibility: visible;
    }
}

.connect_with_us .link_email {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    font-size: 18px;
    color: #000;
}

.connect_with_us .link_email::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 190, 0, 1);
}

.location--links {
    display: flex;
    grid-column-gap: 23px;
    margin: -2px 0 48px;
}

.location--links li {
    position: relative;
    display: flex;
    align-items: center;
    grid-column-gap: 11px;
}

.location--links li:not(:nth-last-child(1))::before {
    content: "|";
    position: absolute;
    top: 0;
    right: -14px;
    font-size: 18px;
}

.location--links li a {
    font-size: 18px;
    font-weight: 600;
}

.location_images {
    position: relative;
    padding-top: 107%;
    z-index: 1;
}

.location_images--item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    opacity: 0;
    z-index: -2;
}

.location_images--item.first_active {
    opacity: 1;
    z-index: -1;
}

.location_images--item.active {
    opacity: 1;
    z-index: 1;
}

.location_images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
    border-radius: 20px;
}

.footer_site__top .container {
    display: flex;
    justify-content: space-between;
}

.footer_navs {
    display: flex;
    grid-column-gap: 106px;
}

.footer_navs ul {
    display: flex;
    flex-direction: column;
}

.footer_navs .footer_menu li {
    margin: 0;
    text-align: left;
}

.footer_navs li a {
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.footer_navs li a::before {
    bottom: -1px;
}

.footer_navs > .footer_menu li a {
    padding-right: 20px;
}

.footer_navs > .footer_menu li a::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url("../../images/arrow-menu.svg") center no-repeat;
    background-size: contain;
    transition: 0.3s all;
}

.footer_navs > .footer_menu li a:hover::after {
    transform: rotate(45deg)
}

.copyright_site {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.menu_open .remodal-wrapper {
    background: transparent;
}

body .gform_wrapper .gfield .iti--show-selected-dial-code input.iti__tel-input,
body .gform_wrapper .gfield .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
    padding-left: 70px!important;
}
@media (min-width: 992px) {
    .location_mobile_menu,
    .btn_menu_toggle {
        display: none;
    }

    .btn {
        padding: 16px 10px 14px;
    }

    .banner_location_landing {
        padding: 128px 0 64px;
    }

    .banner_location_landing--icon_banner {
        position: absolute;
        right: 0;
        bottom: 102px;
        width: 24%;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }

    .banner_location_landing__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner_location_landing__col:nth-child(1) {
        width: 43.8%;
    }

    .banner_location_landing__col:nth-child(2) {
        width: 51.5%;
    }

    .banner_location_landing--title-wrap {
        margin-bottom: 60px;
    }

    .banner_location_landing--title {
        width: 82%;
        font-size: 90px;
        line-height: 95px;
        letter-spacing: 0;
    }

    .banner_location_landing--txt {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .title_min {
        font-size: 20px;
        line-height: normal;
    }

    .location-landing_about {
        padding: 70px 0;
    }

    .location_landing_about_row {
        display: flex;
        justify-content: space-between;
    }

    .location_landing_about_headline {
        position: relative;
        width: 43%;
        display: flex;
        grid-column-gap: 10px;
        z-index: 2;
    }

    .location_landing_about_headline .headline {
        width: 80%;
        margin-left: auto;
    }

    .location_landing_about_headline .headline .headline_title {
        padding-right: 0;
    }

    .location_landing_about--img-map {
        padding: 13px 44px 30px 0;
        text-align: center;
    }

    .llas {
        width: 100%;
        min-height: 744px;
        margin-right: auto;
        display: flex;
        align-items: flex-end;
        overflow: visible;
    }

    .llas:not(.show) {
        opacity: 0;
    }

    .llas .swiper-wrapper {
        overflow: visible;
        display: flex;
        align-items: flex-end;
    }

    .llas:not(.swiper-initialized) .swiper-wrapper {
        grid-column-gap: 20px;
    }

    .llas .swiper-slide {
        width: 24%;
        max-height: 210px;
        height: 14vw;

        /*transition: all 1.5s cubic-bezier(1, 0.44, 0.89, 1.00) 0s;*/
        border-radius: 20px;
        overflow: hidden;
    }

    .llas:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(3) ~ .swiper-slide {
        display: none;
    }

    .llas:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1) {
        max-height: 740px;
        height: 49.4vw;
    }

    .llas .swiper-slide-active {
        width: 49%;
        max-height: 740px;
        height: 49.4vw;
    }

    .llas.swiper-initialized .swiper-slide {
        transition: all 1.5s ease-in-out 1.5s;
    }

    .llas .swiper-slide div {
        width: 100%;
        height: 100%;
        /*padding-top: 67.1%;*/
    }


    .llas .swiper-slide-prev div {
        /*padding-top: 116.3%;*/
        /*padding-top: 32.4%;*/
    }

    /*.slideHeightUp {*/
    /*    animation: slideHeightUp .5s cubic-bezier(0.98, 0.25, 1, 1.01) 0s forwards;*/
    /*}*/

    /*@keyframes slideHeightUp {*/
    /*    0%  {*/
    /*        height: 14vw;*/
    /*        width: auto;*/
    /*    }*/
    /*    100% {*/
    /*        max-height: 740px;*/
    /*        height: 49.4vw;*/
    /*        width: 100%;*/
    /*    }*/
    /*}*/

    .slideHeightDown div {
        animation: slideHeightDown .5s cubic-bezier(0.98, 0.25, 1, 1.01) 0s forwards;
    }


    @keyframes slideHeightDown {
        0%  {
            padding-top: 116.3%;
        }
        100% {
            padding-top: 67.1%;
        }
    }

    .capabilities_sc {
        padding: 60px 0 72px;
    }

    .capabilities_sc .title_min {
        margin-bottom: 21px;
    }

    .capabilities_sc .headline_txt {
        width: 86%;
        padding-bottom: 26px;
    }

    .capabilities_sc .col {
        width: 32.5%;
        display: flex;
        flex-direction: column;
    }

    .accordion .headline {
        display: block;
    }

    .accordion_txt {
        width: 66.1%;
        margin: 0 0 auto;
        padding: 0;
    }

    .accordion_row_btn {
        padding: 30px 68px 28px 68px;
        font-size: 42px;
        font-weight: 400;
        line-height: 40px
    }

    .accordion_row_btn__icon {
        right: 33px;
    }

    .accordion_images {
        width: 100%;
        margin: auto 0 0;
    }

    .accordion_image {
        min-height: 264px;
    }

    .connect_with_us {
        padding: 70px 0;
    }

    .connect_with_us .row {
        display: flex;
        justify-content: space-between;
    }

    .connect_with_us .col:nth-child(1) {
        width: 32.4%;
    }

    .connect_with_us .col:nth-child(2) {
        width: 57.7%;
    }

    .location_images {
        margin-top: -12px;
    }

    .form_wrap {
        margin-top: 36px;
        padding: 43px 45px 5px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 26px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_body .gfield_label {
        margin-bottom: 17px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_footer input {
        min-width: 200px;
        margin-top: 4px;
        padding: 11px 10px 10px;
        font-size: 16px;
    }

    .connect_with_us .headline_txt {
        max-width: 380px;
        padding: 21px 0 38px;
        font-size: 22px;
        line-height: 32px;
    }

    .connect_with_us .link_email {
        margin-bottom: 46px;
    }

    .footer_site {
        padding: 43px 0 0;
    }
    .footer_headline__title {
        max-width: 381px;
        font-size: 42px;
        line-height: 52px;
    }

    .footer_navs {
        width: auto;
    }

    .copyright_row {
        margin-top: 47px;
        padding-top: 22px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media (max-width: 991px) {
    .header_site .location-times,
    .banner_location_landing--icon_banner {
        display: none;
    }

    .header_site {
        padding: 33px 0;
    }

    .header_container {
        justify-content: space-between;
    }
    
    .btn_menu_toggle {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        border: 0;
        background: transparent;
    }

    .banner_location_landing--img {
        margin-bottom: 22px;
    }

    .banner_location_landing--img img {
       width: 100%;
    }

    .banner_location_landing--overlay {
        top: calc(100% - 66px);
    }

    .banner_location_landing--description {
        max-width: 100%;
        margin-bottom: 48px;
    }

    .btn {
        min-width: 200px;
        padding: 16px 10px 14px;
        font-size: 16px;
    }

    .title_min {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 26px;
    }

    .headline_title {
        margin-bottom: 22px;
    }

    .headline_txt {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .location_landing_about--img-map {
        padding: 21px 0 40px;
        text-align: center;
    }

    .llas .swiper-slide div {
        padding-top: 85%;
    }

    .location_landing_about_headline {
        margin-bottom: 0 !important;
    }

    .accordion_txt {
        margin-top: 43px;
    }

    .accordion_row_btn {
        padding: 22px 36px 20px;
        font-size: 28px;
        line-height: 32px;
    }

    .accordion_row_btn__icon {
        top: 40px;
        right: 11px;
        width: 16px;
        height: 19px;
    }

    .accordion_row_txt p {
        padding-bottom: 28px;
    }

    .connect_with_us .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .form_wrap {
        margin: 22px auto 48px;
        padding: 39px 22px 1px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_body .gfield_label {
        margin-bottom: 17px;
    }

    .form_wrap .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: unset;
        padding: 19px 28px 17px;
        line-height: normal;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 22px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 160px;
        margin-bottom: -7px;
    }

    .form_wrap .gform_wrapper.gravity-theme .gform_footer input {
        min-width: 200px;
        padding: 11px 20px 10px !important;
        font-size: 16px !important;
    }

    body .form_wrap .gform_wrapper .gfield .iti--show-selected-dial-code input.iti__tel-input,
    body .form_wrap .gform_wrapper .gfield .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
        padding-left: 70px !important;
    }

    .location_images {
        display: none;
    }

    .connect_with_us .headline_txt {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 32px;
    }

    .connect_with_us .link_email {
        margin-bottom: 37px;
    }

    .location--links {
        margin: 15px 0 33px;
        grid-column-gap: 19px;
    }

    .footer_site {
        padding: 37px 0 27px;
    }

    .footer_site__top .container {
        flex-direction: column;
    }

    .footer_headline__title {
        max-width: 300px;
        margin: 0 auto 31px;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }

    .footer_navs {
        position: relative;
        justify-content: center;
        grid-column-gap: 0;
        padding: 20px 0 19px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer_navs::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    .footer_navs > div {
        width: 50%;
    }

    .footer_navs > div:nth-child(1) {
        padding-right: 35px;
        display: flex;
        justify-content: flex-end;
    }

    .footer_navs > div:nth-child(1) .footer_menu {
        width: auto;
    }

    .footer_navs > div:nth-child(2) {
        padding-left: 41px;
    }

    .copyright_row {
        flex-direction: column;
        padding-top: 0;
    }

    .copyright_site {
        padding: 18px 0 12px;
    }

    .btn_menu_toggle {
        position: relative;
        padding: 0;
    }

    .btn_menu_toggle::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: 0.3s all;
    }

    .btn_menu_toggle:hover::before {
        width: 100%;
    }

    .menu_mobile ul.menu > li:not(:nth-last-child(1)) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .menu_mobile ul.menu > li:not(:nth-last-child(1)) > a::before {
        display: none;
    }

    .location-time {
        text-align: left;
    }

    .location-times--list {
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .location_mobile_menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        transition: 0.5s all;
        z-index: 10;
    }

    .location_mobile_menu.show {
        transform: none;
    }

    .location_mobile_menu_wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 32px 35px 52px;
        overflow-y: auto;
    }

    .location_mobile_menu_wrap__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 76px;
    }

    .location_mobile_menu_wrap__header img {
        max-width: 104px;
    }

    .location_mobile_menu-close {
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        color: #000;
        border: 0;
        background: transparent;
    }

    .location_mobile_menu_wrap__menu {
        margin-bottom: 40px;
    }

    .menu_mobile ul.menu > li > .menu_mobile--link {
        font-size: 60px;
        font-weight: 300;
        line-height: 72px;
        /*letter-spacing: -1.2px;*/
        color: #000;
    }

    .menu_mobile--link > span {
        position: relative;
        display: inline-block;
        clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0% 100%);
    }

    .menu_mobile--link span span {
        display: inline-block;
        transform: translate(30px, 100%);
    }

    .menu_mobile--link.slide_up span span {
        animation: slideUp .5s cubic-bezier(0, 0, 0.31, 0.98) 0.4s forwards;
    }

    .menu_mobile--link.slide_down span span {
        animation: slideDown .5s cubic-bezier(0.98, 0.25, 1, 1.01) 0s forwards;
    }

    @keyframes slideUp {
        0%  {
            transform: translate(30px, 100%);
        }
        100% {
            transform: translateY(0);
        }
    }

    @keyframes slideDown {
        0%  {
            transform: translateY(0);

        }
        100% {
            transform: translate(30px, 100%);
        }
    }


    .location_mobile_menu_wrap .link_email {
        margin-top: auto;
        font-size: 18px;
    }
}

@media (max-width: 420px) {
    .location--links li {
        grid-column-gap: 11px;
    }

    .location--links li a {
        font-size: 10px;
    }

    .location--links li:not(:nth-last-child(1))::before {
        right: -10px;
    }

    .footer_navs > div:nth-child(1) {
        padding-right: 15px;
    }


    .footer_navs > div:nth-child(2) {
        padding-left: 21px;
    }
}

