/* Banner */

.banner {
    background-color: var(--green);
}

.banner .container {
    position: relative;
}

.banner__bg {
    position: absolute;
    max-height: 94%;
    top: 3%;
    object-fit: contain;
    object-position: center left;
    z-index: 0;
}

.banner__bgLeft {
    left: 0;
}

.banner__bgRight {
    right: 0;
}

.banner__wrapper {
    padding: 170px 0 190px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__preTitle {
    color: #767d7b;
    font-size: 14px;
    margin-bottom: 24px;
}

.banner__title {
    font-size: 96px;
    margin-bottom: 48px;
    color: #FFFFFF;
    line-height: 1em;
}

.banner__inner {
    display: flex;
    width: 100%;
    max-width: 840px;
    justify-content: space-between;
}

.banner__descriptionWrapper {
    max-width: 540px;
}

.banner__icon {
    position: relative;
    border-radius: 50%;
    border: 5px solid #D9D9D9;
    display: flex;
    width: 66px;
    height: 66px;
    box-shadow: 0 0 20px -7px #E0E0D3;
}

.banner__icon:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: -8px;
}

.banner__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__icon-left {
    transform: translate(-30px, 100px);
    animation: moveUpRight 4s ease-in-out infinite;
}

.banner__icon-left:before {
    background-image: url("../images/icons/arrow_right.svg");
    right: -29px;
}

.banner__icon-right {
    transform: translate(30px, 100px);
    animation: moveUpLeft 3s ease-in-out infinite;
}

.banner__icon-right:before {
    background-image: url("../images/icons/arrow_left.svg");
    left: -32px;
}

.banner__description {
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
}

.banner__btns {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    justify-content: center;
}

/* Numbers */

.numbers {
    padding: 80px 0;
}

.numbers__inner {
    display: flex;
    flex-direction: column;
    gap: 88px;
}

.numbers__wrapper {
    display: flex;
    gap: 32px;
}

.numbers__item {
    background: var(--light);
    padding: 60px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.numbers__number {
    font-size: 86px;
    line-height: 70px;
    display: flex;
}

.numbers__description {
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
}

/* Map */

.map {
    padding: 110px 0 80px;
}

.map .section__preTitle {
    color: #5D5D5D;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.map .section__title {
    font-size: 96px;
    line-height: 70%;
    max-width: 100%;
    color: #ffffff;
}

.map__inner {
    position: relative;
}

.map__inner:after {
    content: '';
    display: flex;
    background-image: url("../images/map2.webp");
    background-repeat: no-repeat;
    width: 612px;
    height: 663px;
    position: absolute;
    top: -215px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    z-index: -1;
}

.map__tabsLabels {
    max-width: 1060px;
    border-radius: 4px;
    background: #F0F0F0;
    margin: 0 auto;
    padding: 50px 40px;
}

.map__labelsWrapper {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
}

.map__tabsLabel {
    max-width: 215px;
    width: 100%;
    padding: 8px 13px;
    border-radius: 4px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
}

.map__tabsLabel.active,
.map__tabsLabel:hover {
    background: var(--light);
}

.map__tabsLabel-flag {
    border-radius: 4px;
    background: #F0F0F0;
    display: flex;
    padding: 7px;
}

.map__tabsLabel-flag img {
    width: 20px;
    height: 20px;
}

.map__tabsLabel-text {
    font-size: 12px;
    line-height: 1.8em;
}

.map__tabsWrapper {
    background-color: #FFFFFF;
}

.map__tabsSingle {
    gap: 35px;
}

.map__tabsContents {
    padding: 45px 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map__columnSingle {
    width: 335px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.map__columnLabel {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding: 8px 13px;
    display: flex;
    gap: 13px;
    font-size: 14px;
    line-height: 1.8em;
    align-items: center;
    margin-bottom: 5px;
}

.map__columnSingle .map__columnLabel:before {
    content: '';
    border: 1px solid #D9D9D9;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.map__columnSingle-pdfo .map__columnLabel:before {
    background-image: url("../images/icons/pdfo.webp");
}

.map__columnSingle-corporate .map__columnLabel:before {
    background-image: url("../images/icons/corporate.webp");
}

.map__columnItem {
    border-radius: 3px;
    background: #F0F0F0;
    padding: 8px 13px;
    font-size: 13px;
    line-height: 1.8em;
    display: flex;
    justify-content: space-between;
}

.map__mobile {
    display: none;
}

.map {
    background-color: #051914;
}

.map.scrolled {
    background-color: #FFFFFF;
}

.map.scrolled .country {
    opacity: 0;
}

#countries-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countries-container-map {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    background-image: url("../images/map_global.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 840px;
}

.map.scrolled .countries-container-map {
    background-image: url("../images/map_global-3.webp");
    background-size: 608px;
    position: absolute;
    bottom: -550px;
}

.country {
    position: absolute;
    font-size: 18px;
    padding: 5px 10px;
    background-color: white;
    border-radius: 5px;
    transform: translate(0, 0);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.country-0 {
    transform: translate(18px, -37px) rotate(-9deg);
}

.country-1 {
    transform: translate(-59px, -50px) rotate(-35deg);
}

.country-2 {
    transform: translate(62px, 50px) rotate(19deg);
}

.country-3 {
    transform: translate(-40px, -17px) rotate(-3deg);
}

.country-4 {
    transform: translate(-40px, 17px) rotate(-3deg);
}

.country-5 {
    transform: translate(-70px, -17px) rotate(7deg);
}

.country-6 {
    transform: translate(40px, -3px) rotate(-16deg);
}

.country-7 {
    transform: translate(-21px, 50px) rotate(10deg);
}

.country-8 {
    transform: translate(-73px, 22px) rotate(-3deg);
}

.country-9 {
    transform: translate(40px, 32px) rotate(3deg);
}

.country-10 {
    transform: translate(40px, -50px) rotate(16deg);
}

.country-11 {
    transform: translate(0px, 79px) rotate(0deg);
}

.country-12 {
    transform: translate(0px, -79px) rotate(0deg);
}

.country-13 {
    transform: translate(63px, 12px) rotate(-7deg);
}

.country-14 {
    transform: translate(-93px, 50px) rotate(30deg);
}

/* Advantages */

.advantages {
    padding: 105px 0;
}

.advantages__inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.advantages .section__title {
    max-width: 405px;
}

.advantages__list {
    display: flex;
    gap: 33px;
}

.advantages__item {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    display: flex;
    position: relative;
}

.advantages__item:before {
    content: '';
    background: linear-gradient(2deg, #000 -65.45%, rgba(4, 4, 4, 0.75) 43.05%, rgba(102, 102, 102, 0.00) 91.83%);
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.advantages__single {
    margin-top: auto;
    padding: 0 24px 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    z-index: 10;
}

.advantages__singleTitle {
    font-size: 24px;
    line-height: 1.5em;
    color: #FFFFFF;
}

.advantages__singleDescription {
    font-size: 16px;
    line-height: 1.8em;
    color: #FFFFFF;
    min-height: 3.6em;
}

/* Services */

.services {
    background-color: var(--green);
    padding: 80px 0 120px;
}

.services__inner {
    display: flex;
    gap: 96px;
    flex-direction: column;
}

.services__inner .section__titleWrapper {
    gap: 40px;
}

.services__inner .section__preTitle {
    color: #767d7b;
    font-size: 14px;
    line-height: 1.8em;
}

.services__inner .section__title {
    color: #FFFFFF;
    font-size: 36px;
}

.services__list {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.services__item {
    border-radius: 4px;
    background: #FFFFFF;
    padding: 40px;
    width: 100%;
}

.services__single {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.services__singleTitle {
    color: var(--black);
    font-size: 24px;
}

.services__singleDescription {
    color: var(--black);
    line-height: 1.8em;
}

.services__single .btn {
    width: 100%;
}

.services__single .btn:hover {
    width: 100%;
    color: var(--dark-green);
    border-color: var(--dark-green);
}

.services__single .btn-link {
    width: auto;
}

/* Services Slider */

.servicesSlider {
    padding: 120px 0;
}

.servicesSlider__inner {
    position: relative;
}

.servicesSlider__wrapper {
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.servicesSlider__wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.servicesSlider__descriptionBlock {
    background: #E0E0D3;
    padding: 48px 54px;
    width: 50%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.servicesSlider__pretitle {
    color: var(--dark-green);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 32px;
}

.servicesSlider__title {
    color: var(--dark-green);
    font-size: 36px;
    margin-bottom: 40px;
}

.servicesSlider__description {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.servicesSlider__description ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.servicesSlider__description ul li {
    color: var(--dark-green);
    font-size: 16px;
    line-height: 1.8em;
    max-width: 400px;
    list-style: none;
    gap: 8px;
    display: flex;
}

.servicesSlider__description ul li:before {
    content: '';
    background-image: url("../images/icons/list_bulet.svg");
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.servicesSlider__imageWrapper {
    width: 50%;
    display: flex;
    height: 520px;
}

.servicesSlider__imageWrapper img {
    width: 100%;
}

.servicesSlider__wrapper:nth-child(even) .servicesSlider__description ul li:before {
    background-image: url("../images/icons/list_bulet-light.svg");
}

.servicesSlider__wrapper:nth-child(even) .servicesSlider__descriptionBlock {
    background: var(--accent);
}

.servicesSlider__wrapper:nth-child(odd) .btn {
    background-color: var(--dark-green);
    color: #FFFFFF;
    border: 1px solid var(--dark-green);
}

.servicesSlider__wrapper:nth-child(odd) .btn:hover {
    background-color: transparent;
    color: var(--dark-green);
}

.servicesSlider__wrapper:nth-child(even) .servicesSlider__pretitle,
.servicesSlider__wrapper:nth-child(even) .servicesSlider__title,
.servicesSlider__wrapper:nth-child(even) .servicesSlider__description ul li {
    color: #FFFFFF;
}

.servicesSlider__btns {
    display: flex;
    position: absolute;
    bottom: 44px;
    right: 32px;
    z-index: 10;
}

.servicesSlider__btn {
    display: flex;
    cursor: pointer;
}

.swiper-button-disabled {
    display: none;
}

.blog {
    padding-bottom: 96px;
}

.blog_inner {
    display: flex;
    flex-direction: column;
}

.blog_inner .btn {
    align-self: center;
    margin-top: 72px;
    background-color: var(--dark-green);
    color: var(--light);
}

.blog_inner .btn:hover {
    color: var(--dark-green);
    border-color: var(--dark-green);
    background-color: transparent;
}

.blog__listWrapper {
    display: none;
}

.blog__listWrapper.active {
    display: block;
}

.blog__list {
    display: flex;
    gap: 32px;
}

.blog__listFilters {
    display: flex;
    gap: 32px;
    list-style: none;
    justify-content: center;
    margin: 40px 0 48px;
}

.blog__listFilters li {
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 16px;
    line-height: 1.8em;
    cursor: pointer;
}

.blog__listFilters li.active,
.blog__listFilters li:hover {
    background: #F0F0F0;
}

.singlePost {
    width: calc(33.33% - 32px);
    background-color: #F8F7F6;
    text-decoration: none !important;
}

.singlePost__image {
    width: 100%;
    height: 235px;
}

.singlePost__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singlePost__content {
    padding: 24px 16px 48px;
}

.singlePost__date {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 32px;
    display: flex;
}

.singlePost__title {
    color: var(--dark-green);
    line-height: 1.8em;
    margin-bottom: 16px;
}

.singlePost:hover .singlePost__title {
    color: var(--accent);
}

.singlePost__description {
    color: var(--gray);
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 28px;
}

.singlePost__link {
    color: var(--dark-green);
    font-size: 16px;
    line-height: 1.8em;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Social List */

.socialList {
    padding: 40px 0;
    background: #F0F0F0;
}

.socialList__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.socialList__inner .section__titleWrapper {
    align-items: flex-start;
}

.socialList__inner .section__title {
    text-align: left;
    max-width: 730px;
}

.section__profileName {
    color: var(--accent);
    font-size: 20px;
    line-height: 1.8em;
    padding: 12px 0;
}

.socialList__list {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.socialList__item {
    width: 100%;
    position: relative;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.socialList__item img {
    width: 100%;
    height: auto;
}

.socialList__item span {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background-size: cover;
    right: 8px;
    top: 8px;
    z-index: 10;
}

@media (max-width: 1024px) {

    .banner__bg,
    .banner__icon {
        display: none;
    }

    .banner__wrapper {
        padding: 120px 0 100px;
    }

    .banner__inner {
        justify-content: center;
    }

    .banner__preTitle {
        font-size: 12px;
        margin-bottom: 32px;
    }

    .banner__title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .banner__descriptionImage {
        width: 225px;
        margin: 48px auto;
        display: flex;
    }

    .banner__descriptionImage img {
        width: 100%;
    }

    .banner__btns .btn:not(.btn-modalForm) {
        display: none;
    }

    .numbers {
        padding: 64px 0;
    }

    .numbers__inner {
        gap: 48px;
    }

    .numbers__wrapper {
        gap: 48px;
        flex-direction: column;
        align-items: center;
    }

    .numbers__number {
        font-size: 46px;
        line-height: 50px;
    }

    .numbers__item {
        padding: 48px 48px;
        gap: 24px;
        max-width: 300px;
    }

    .map .section__titleWrapper {
        gap: 0;
        z-index: 10;
        position: relative;
    }

    .map .section__title {
        font-size: 24px;
        margin-bottom: 120px;
        color: var(--black);
    }

    .map__tabsLabels {
        padding: 44px 0 50px;
    }

    .map {
        background-color: #F8F7F6;
    }

    .map__tabsWrapper {
        display: none;
    }

    .map__inner:after {
        width: 377px;
        max-width: 100%;
        height: 370px;
        z-index: 1;
    }

    #countries-container {
        display: none;
    }


    /* Основний стиль для дропдауну */
    .dropdown {
        position: relative;
    }

    .dropdown-select {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid var(--gray, #848480);
    }

    .map__dropdownLabel-flag {
        margin-right: 8px;
        width: 40px;
        height: 40px;
        display: flex;
        background: #F0F0F0;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
    }

    .map__dropdownLabel-flag img {
        width: 24px;
        height: 24px;
    }

    .dropdown-options {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        max-height: 150px;
        overflow-y: auto;
        z-index: 10;
    }

    .dropdown-option {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

    .dropdown-option:hover {
        background-color: #f0f0f0;
    }

    .map__mobile {
        display: block;
        background-color: #FFFFFF;
        padding: 44px 10px 70px;
        position: relative;
        z-index: 5;
    }

    #selected-country {
        display: flex;
        align-items: center;
    }

    .country__single {
        margin-top: 55px;
    }

    .tab-switches {
        display: flex;
    }

    .tab-switches .tab-button {
        border-radius: 4px 4px 0 0;
        border-top: 1px solid var(--gray, #848480);
        border-right: 1px solid var(--gray, #848480);
        border-left: 1px solid var(--gray, #848480);
        background: #FFFFFF;
        color: #848480;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        padding: 10px;
        width: 50%;
        border-bottom: 0;
    }

    .tab-switches .tab-button.active {
        color: var(--black);
        scale: 1.1;
    }

    .tabs-content {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .tab-content {
        width: 100%;
        gap: 8px;
        display: flex;
        flex-direction: column;
    }

    .tax-item {
        border-radius: 4px;
        background: #F0F0F0;
        width: 100%;
        color: var(--black);
        font-size: 16px;
        line-height: 1.8em;
        padding: 10px 16px;
        display: flex;
        justify-content: space-between;
    }


    .advantages {
        padding: 64px 0;
    }

    .advantages__inner {
        gap: 54px;
    }

    .advantages__list {
        gap: 33px;
        flex-direction: column;
        max-width: 320px;
        margin: 0 auto;
    }

    .advantages__single {
        padding: 0 42px 48px;
    }

    .advantages__item {
        border-radius: 10px;
        overflow: hidden;
    }

    .services {
        padding: 32px 0 64px;
    }

    .services__inner {
        gap: 54px;
    }

    .services__inner .section__titleWrapper {
        gap: 32px;
    }

    .services__list {
        gap: 32px;
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }

    .servicesSlider {
        padding: 0 0 56px;
    }

    .servicesSlider .container {
        width: 100%;
    }

    .servicesSlider__wrapper,
    .servicesSlider__wrapper:nth-child(even) {
        flex-direction: column;
    }

    .servicesSlider__imageWrapper {
        width: 100%;
        height: 320px;
        order: 1;
    }

    .servicesSlider__imageWrapper img {
        width: 100%;
        object-fit: cover;
    }

    .servicesSlider__descriptionBlock {
        width: 100%;
        order: 2;
        padding: 32px 24px 72px;
    }

    .servicesSlider__btns {
        top: 140px;
        right: 0;
        bottom: auto;
        width: 100%;
        padding: 0 25px;
    }

    .servicesSlider__btn-next {
        margin-left: auto;
    }

    .blog__list {
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }

    .singlePost {
        width: 100%;
        max-width: 400px;
    }

    .socialList {
        background: #F8F7F6;
    }

    .socialList__list {
        flex-wrap: wrap;
    }

    .socialList__item {
        width: calc(50% - 16px);
    }
}

@media (max-width: 768px) {

    .socialList__item {
        width: 100%;
    }

}

@media (max-width: 480px) {
}

@keyframes moveUpLeft {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -100px);
    }
    100% {
        transform: translate(0, 0);
    }
}


@keyframes moveUpRight {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -60px);
    }
    100% {
        transform: translate(0, 0);
    }
}
