*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    overscroll-behavior: none
}

body {
    font-family: "Poppins", sans-serif;
    color: #8a8a8a;
    background-color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease, background-color .3s ease
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

ul {
    list-style: none
}

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

@media(min-width: 768px) {
    .container {
        padding: 0 32px
    }
}

.row {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

[class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1024px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1440px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

p,
li {
    font-size: 16px
}

@media(min-width: 768px) {

    p,
    li {
        font-size: 18px
    }
}

@media(min-width: 1024px) {

    p,
    li {
        font-size: 20px
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #1d1d1b;
    font-weight: 700
}

h2,
.h2 {
    font-size: 32px
}

@media(min-width: 768px) {

    h2,
    .h2 {
        font-size: 40px
    }
}

@media(min-width: 1024px) {

    h2,
    .h2 {
        font-size: 48px
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 18px 42px;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    font-size: 16px
}

@media(min-width: 768px) {
    .btn {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .btn {
        font-size: 18px
    }
}

.btn-primary {
    background-color: #0cddff;
    color: #1d1d1b
}

.btn-primary:hover {
    background-color: rgb(10.8, 198.9, 229.5)
}

.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #0cddff;
    padding: 6px;
    color: #1d1d1b;
    border-radius: 10px;
    text-decoration: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgb(10.8, 198.9, 229.5);
    color: #1d1d1b;
}

.align-items-center {
    align-items: center
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap
}

@media(min-width: 1260px) {
    .header__container {
        flex-wrap: nowrap;
        gap: 24px
    }
}

.header__logo {
    flex: 0 0 auto
}

@media(min-width: 1260px) {
    .header__logo {
        margin-right: 24px
    }
}

.header__logo img {
    max-height: 60px;
    width: auto
}

.header__socials {
    display: none
}

@media(min-width: 1520px) {
    .header__socials {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 12px
    }

    .header__socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0)
    }

    .header__socials a img {
        filter: invert(0%) sepia(0%) saturate(7467%) hue-rotate(180deg) brightness(84%) contrast(92%)
    }

    .header__socials a:hover {
        opacity: .7
    }
}

.header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    padding: 80px 24px 24px;
    transition: right .4s ease;
    box-shadow: -4px 0 12px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column
}

.header__nav.is-open {
    right: 0
}

@media(min-width: 1260px) {
    .header__nav {
        position: static;
        flex-direction: row;
        width: auto;
        max-width: none;
        height: auto;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        box-shadow: none;
        flex: 1 1 auto;
        margin: 0 24px;
        align-items: center;
        justify-content: space-between
    }
}

.header__menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px
}

@media(min-width: 1260px) {
    .header__menu {
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 0;
        flex: 1;
        gap: 24px
    }
}

.header__menu li {
    position: relative
}

.header__menu a {
    font-weight: 300;
    color: #1d1d1b;
    display: inline-flex;
    align-items: center;
    font-size: 16px
}

@media(min-width: 768px) {
    .header__menu a {
        font-size: 16px
    }
}

@media(min-width: 1024px) {
    .header__menu a {
        font-size: 16px
    }
}

.header__menu a:hover,
.header__menu a.active {
    color: #0cddff
}

.header__menu .dropdown-arrow {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: transform .3s ease
}

.header__menu .menu-item-has-children.is-active>a .dropdown-arrow {
    transform: rotate(180deg)
}

@media(min-width: 1260px) {
    .header__menu .menu-item-has-children:hover>a .dropdown-arrow {
        transform: rotate(180deg)
    }

    .header__menu .menu-item-has-children .sub-menu .menu-item-has-children>a .dropdown-arrow {
        transform: rotate(-90deg)
    }

    .header__menu .menu-item-has-children .sub-menu .menu-item-has-children:hover>a .dropdown-arrow {
        transform: rotate(-90deg)
    }
}

.header__menu .sub-menu {
    display: none;
    padding-left: 16px;
    margin-top: 12px;
    flex-direction: column;
    gap: 12px
}

@media(min-width: 1260px) {
    .header__menu .sub-menu {
        display: block;
        position: absolute;
        top: calc(100% + 16px);
        left: -16px;
        width: max-content;
        min-width: 220px;
        background-color: #fff;
        padding: 16px;
        margin-top: 0;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
        border: 1px solid #eaeaeb;
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease;
        z-index: 100
    }

    .header__menu .sub-menu::before {
        content: "";
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        height: 16px
    }

    .header__menu .sub-menu a {
        padding: 8px;
        display: flex;
        justify-content: space-between;
        border-radius: 4px;
        transition: background-color .3s ease, color .3s ease
    }

    .header__menu .sub-menu a:hover {
        background-color: #f8f9fa
    }

    .header__menu .sub-menu .sub-menu {
        top: -17px;
        left: 100%;
        transform: translateX(10px)
    }

    .header__menu .sub-menu .sub-menu::before {
        left: -16px;
        width: 16px;
        height: 100%;
        top: 0;
        bottom: 0
    }
}

@media(min-width: 1260px) {
    .header__menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate(0)
    }
}

.header__nav-actions {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

@media(min-width: 1260px) {
    .header__nav-actions {
        margin-top: 0;
        flex: 0 0 auto;
        margin-left: 24px;
        margin-right: 24px
    }
}

.header__eu-logo {
    flex: 0 0 auto;
    margin-left: auto
}

@media(min-width: 1260px) {
    .header__eu-logo {
        flex: 0 0 auto;
        margin-left: 0;
        display: flex;
        justify-content: flex-end
    }
}

.header__eu-logo img {
    max-height: 71px;
    width: auto
}

.header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 16px;
    z-index: 1002
}

.header__hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #1d1d1b;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    transform-origin: center
}

.header__hamburger.is-active span:first-child {
    transform: translateY(10.5px) rotate(45deg)
}

.header__hamburger.is-active span:nth-child(2) {
    opacity: 0
}

.header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-10.5px) rotate(-45deg)
}

@media(min-width: 1260px) {
    .header__hamburger {
        display: none
    }
}

.hero {
    background-image:  url('/assets/img/hero-tlo.jpg');
    background-position: 100% 22%;
}

.hero__content {
    margin-bottom: 40px;
    padding: 32px 0
}

@media(min-width: 1024px) {
    .hero__content {
        padding: 64px 0;
        margin-bottom: 0
    }
}

.hero__content h1 {
    color: white;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 40px
}

@media(min-width: 768px) {
    .hero__content h1 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .hero__content h1 {
        font-size: 64px
    }
}

@media(min-width: 1024px) {
    .hero__content h1 {
        margin-bottom: 48px
    }
}

.hero__content p {
    color: white;
    font-weight: 300;
    font-size: 18px
}

@media(min-width: 768px) {
    .hero__content p {
        font-size: 20px
    }
}

@media(min-width: 1024px) {
    .hero__content p {
        font-size: 24px
    }
}

.hero__image {
    position: relative;
    left: 8%;
}

.hero__image img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: -24%
}

.about-us {
    padding: 32px 0;
    overflow-x: hidden
}

@media(min-width: 1260px) {
    .about-us {
        padding: 86px 0
    }
}

.about-us__image-col {
    position: relative;
    min-height: 300px;
    margin-bottom: 32px
}

@media(min-width: 1260px) {
    .about-us__image-col {
        margin-bottom: 0
    }
}

.about-us__image-wrapper {
    width: 100%;
    height: 100%
}

.about-us__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px
}

@media(min-width: 1260px) {
    .about-us__image-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        width: 100vw;
        border-radius: 0
    }

    .about-us__image-wrapper img {
        border-radius: 0;
        object-position: right center
    }
}

.about-us__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0
}

@media(min-width: 1260px) {
    .about-us__content {
        padding: 64px 0
    }
}

.about-us__content h2 {
    margin-bottom: 24px
}

.about-us__content p {
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 24px;
    font-size: 16px
}

@media(min-width: 768px) {
    .about-us__content p {
        font-size: 16px
    }
}

@media(min-width: 1024px) {
    .about-us__content p {
        font-size: 16px
    }
}

.about-us__content p:last-child {
    margin-bottom: 0
}

.products-slider {
    padding: 32px 0;
    overflow-x: hidden;
    position: relative;
    text-align: center;
}

.products-slider::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    background-color: #fff;
    z-index: 10
}

@media(min-width: 768px) {
    .products-slider::before {
        width: 32px
    }
}

@media(min-width: 1520px) {
    .products-slider::before {
        width: calc(50% - 760px + 32px)
    }
}

.products-slider .productsSwiper {
    overflow: hidden
}

.products-slider__nav {
    display: flex;
    position: relative;
    z-index: 11;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px
}

.products-slider .swiper-button-prev,
.products-slider .swiper-button-next {
    position: static;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    transition: all .3s ease
}

.products-slider .swiper-button-prev::after,
.products-slider .swiper-button-next::after {
    font-size: 16px;
    color: #1d1d1b
}

.products-slider .swiper-button-prev:hover,
.products-slider .swiper-button-next:hover {
    border-color: #0cddff;
    background-color: #0cddff
}

.products-slider .swiper-button-prev:hover::after,
.products-slider .swiper-button-next:hover::after {
    color: #fff
}

.products-slider h2 {
    color: #1d1d1b;
    margin-bottom: 16px;
    font-size: 40px
}

@media(min-width: 768px) {
    .products-slider h2 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .products-slider h2 {
        font-size: 64px
    }
}

.product-card {
    display: block;
    background-color: #fff;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%
}

.product-card__image {
    padding: 40px;
    border: 1px solid #eaeaeb;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.product-card__image img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    transition: transform .3s ease;
    aspect-ratio: 1 / 1;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05)
}

.product-card__title {
    padding: 24px 16px;
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

@media(min-width: 768px) {
    .product-card__title {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .product-card__title {
        font-size: 18px
    }
}

.product-card__title {
    color: #1d1d1b;
    background-color: #fff
}

.why-us {
    padding: 32px 0;
    overflow-x: hidden;
    background-color: #f8f9fa
}

/* .before__why-us,
.after__why-us {
    background-color: #0cddff;
    background-image: linear-gradient(to right, #1d1d1b, #0cddff);
    height: 1px;
}

.before__why-us {
    background-image: linear-gradient(to left, #1d1d1b, #0cddff);
} */

@media(min-width: 1260px) {
    .why-us {
        padding: 86px 0
    }
}

.why-us__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 0
}

@media(min-width: 1260px) {
    .why-us__content {
        padding: 64px 0
    }
}

.why-us__content h2 {
    margin-bottom: 24px
}

.why-us__content p {
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 16px
}

.why-us__content h3 {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 24px;
}

@media(min-width: 768px) {
    .why-us__content p {
        font-size: 16px
    }
    .why-us__content h3 {
    font-weight: 800;
    font-size: 40px
    }
}

@media(min-width: 1024px) {
    .why-us__content p {
        font-size: 16px
    }
    .why-us__content h3 {
    font-weight: 800;
    font-size: 32px
    }
}

.why-us__content p:last-child {
    margin-bottom: 0
}

.why-us__image-col {
    position: relative;
    min-height: 300px;
    margin-top: 32px
}

@media(min-width: 1260px) {
    .why-us__image-col {
        margin-top: 0
    }
}

.why-us__image-wrapper {
    width: 100%;
    height: 100%
}

.why-us__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px
}

@media(min-width: 1260px) {
    .why-us__image-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 8px;
        width: calc(100% + 16px);
        border-radius: 0
    }
}

@media(min-width: 1260px)and (min-width: 1520px) {
    .why-us__image-wrapper {
        width: calc(100% + 50vw - 744px)
    }
}

@media(min-width: 1260px) {
    .why-us__image-wrapper img {
        border-radius: 0;
        object-position: left center
    }
}

.news {
    padding: 60px 0;
    background-color: #fff
}

@media(min-width: 1260px) {
    .news {
        padding: 120px 0
    }
}

.news__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px
}

@media(min-width: 1260px) {
    .news__header {
        margin-bottom: 54px
    }
}

.news__header h2 {
    color: #1d1d1b;
    margin-bottom: 16px;
    font-size: 40px
}

@media(min-width: 768px) {
    .news__header h2 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .news__header h2 {
        font-size: 64px
    }
}

.news__header p {
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    max-width: 100%;
    width: 620px;
    margin: 0 auto
}

.news__col {
    margin-bottom: 32px
}

@media(min-width: 1024px) {
    .news__col {
        margin-bottom: 0
    }
}

.news .row {
    gap: 24px 0
}

.news-card {
    display: block;
    border: 1px solid #eaeaeb;
    background-color: #fff;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    height: 100%;
    margin-top: 32px
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .1)
}

.news-card:hover .news-card__arrow {
    background-color: #0cddff;
    border-color: #0cddff;
    color: #fff
}

.news-card:hover .news-card__image img {
    transform: scale(1.05)
}

.news-card__image {
    aspect-ratio: 16/10;
    width: calc(100% - 48px);
    margin: 0 auto;
    margin-top: -32px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaeb
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.news-card__body {
    padding: 24px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

@media(min-width: 1260px) {
    .news-card__body {
        padding: 32px 24px;
        gap: 24px
    }
}

.news-card__main-text {
    flex: 1
}

.news-card__title {
    color: #1d1d1b;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    font-size: 16px
}

@media(min-width: 768px) {
    .news-card__title {
        font-size: 18px
    }
}

@media(min-width: 1024px) {
    .news-card__title {
        font-size: 20px
    }
}

.news-card__excerpt {
    color: #8a8a8a;
    font-weight: 300;
    margin: 0;
    font-size: 14px
}

@media(min-width: 768px) {
    .news-card__excerpt {
        font-size: 14px
    }
}

@media(min-width: 1024px) {
    .news-card__excerpt {
        font-size: 14px
    }
}

.news-card__excerpt {
    line-height: 1.6
}

.news-card__action {
    flex: 0 0 auto
}

.news-card__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #8a8a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1b;
    transition: all .3s ease
}

.news-card__arrow svg {
    width: 20px;
    height: 20px
}

.map {
    width: 100%
}

.map iframe {
    width: 100%;
    height: 350px;
    border: 0;
    display: block
}

@media(min-width: 768px) {
    .map iframe {
        height: 450px
    }
}

@media(min-width: 1024px) {
    .map iframe {
        height: 500px
    }
}

.contact-section {
    padding: 60px 0
}

@media(min-width: 1260px) {
    .contact-section {
        padding: 120px 0
    }
}

.contact-section__header {
    text-align: center;
    margin-bottom: 40px
}

@media(min-width: 1260px) {
    .contact-section__header {
        margin-bottom: 64px
    }
}

.contact-section__header h1,
.contact-section__header h2 {
    font-size: 40px
}

@media(min-width: 768px) {

    .contact-section__header h1,
    .contact-section__header h2 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {

    .contact-section__header h1,
    .contact-section__header h2 {
        font-size: 64px
    }
}

.contact-section__header h1,
.contact-section__header h2 {
    margin-bottom: 16px;
    color: #1d1d1b
}

.contact-section__header p {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 300
}

.contact-form-wrapper {
    max-width: 615px;
    margin: 0 auto
}

.contact-form {
    text-align: left
}

.contact-form .form-group {
    margin-bottom: 24px
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400
}

.contact-form .form-group .form-control {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #eaeaeb;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    color: #1d1d1b;
    transition: border-color .3s ease, box-shadow .3s ease
}

.contact-form .form-group .form-control::placeholder {
    color: #8a8a8a;
    font-weight: 300
}

.contact-form .form-group .form-control:hover {
    border-color: rgba(29, 29, 27, .4)
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #0cddff;
    box-shadow: 0 0 0 4px rgba(12, 221, 255, .1)
}

.contact-form .form-group .form-control.is-invalid {
    border-color: #ff3b30
}

.contact-form .form-group .form-control.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(255, 59, 48, .1)
}

.contact-form .form-group textarea.form-control {
    resize: vertical;
    min-height: 120px
}

.contact-form .form-group .invalid-feedback {
    color: #ff3b30;
    font-size: 14px;
    margin-top: 8px;
    display: block
}

.contact-form .form-check {
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 40px
}

.contact-form .form-check .form-check-input {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    border: 1px solid #eaeaeb;
    border-radius: 4px;
    margin: 0;
    margin-right: 12px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

.contact-form .form-check .form-check-input:hover {
    border-color: rgba(29, 29, 27, .4)
}

.contact-form .form-check .form-check-input:checked {
    background-color: #0cddff;
    border-color: #0cddff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.contact-form .form-check label {
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    cursor: pointer
}

.contact-form__submit {
    text-align: center;
    margin-top: 32px
}

.footer {
    border-top: 1px solid #eaeaeb;
    padding: 32px 0
}

.footer__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center
}

@media(min-width: 1024px) {
    .footer__inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left
    }
}

.footer__logo img {
    max-width: 140px
}

.footer__copyright {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400
}

.footer__copyright p {
    margin: 0;
    font-size: 14px
}

@media(min-width: 1024px) {
    .footer__copyright {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
        text-align: center
    }
}

.footer__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

@media(min-width: 1024px) {
    .footer__right {
        flex-direction: row;
        gap: 48px
    }
}

.footer__eu {
    max-width: 180px
}

.footer__socials {
    display: flex;
    gap: 16px;
    align-items: center
}

.footer__socials a {
    color: #1d1d1b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s ease
}

.footer__socials a:hover {
    color: #0cddff
}

.footer__socials a svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

.page-header {
    text-align: center;
    margin-bottom: 48px;
    padding-top: 40px
}

@media(min-width: 1260px) {
    .page-header {
        margin-bottom: 64px;
        padding-top: 60px
    }
}

.page-header h1 {
    color: #1d1d1b;
    margin-bottom: 16px;
    font-size: 40px
}

@media(min-width: 768px) {
    .page-header h1 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .page-header h1 {
        font-size: 64px
    }
}

.page-header .lead {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 800px
}

.gallery-section {
    padding-bottom: 60px
}

@media(min-width: 1260px) {
    .gallery-section {
        padding-bottom: 120px
    }
}

.gallery-section .gallery-col {
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .gallery-section .gallery-col {
        margin-bottom: 32px
    }
}

.gallery-item {
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    border: 1px solid #eaeaeb;
    background-color: #f8f9fa;
    transition: box-shadow .3s ease, border-color .3s ease
}

.gallery-item:hover {
    box-shadow: 0 16px 32px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .1)
}

.gallery-item:hover img {
    transform: scale(1.05)
}

.gallery-item:hover::after {
    opacity: 1
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(29, 29, 27, .3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3Cline x1='11' y1='8' x2='11' y2='14'%3E%3C/line%3E%3Cline x1='8' y1='11' x2='14' y2='11'%3E%3C/line%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px;
    opacity: 0;
    transition: opacity .3s ease
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.policy-section {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width: 1260px) {
    .policy-section {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.policy-content {
    max-width: 750px;
    margin: 0 auto;
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.8
}

.policy-content h1 {
    color: #1d1d1b;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px
}

@media(min-width: 768px) {
    .policy-content h1 {
        font-size: 48px
    }
}

@media(min-width: 1024px) {
    .policy-content h1 {
        font-size: 56px
    }
}

.policy-content h2 {
    color: #1d1d1b;
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 24px
}

@media(min-width: 768px) {
    .policy-content h2 {
        font-size: 28px
    }
}

@media(min-width: 1024px) {
    .policy-content h2 {
        font-size: 32px
    }
}

.policy-content h3 {
    color: #1d1d1b;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px
}

@media(min-width: 768px) {
    .policy-content h3 {
        font-size: 22px
    }
}

@media(min-width: 1024px) {
    .policy-content h3 {
        font-size: 24px
    }
}

.policy-content h4,
.policy-content h5,
.policy-content h6 {
    color: #1d1d1b;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px
}

.policy-content p {
    margin-bottom: 24px
}

.policy-content p:last-child {
    margin-bottom: 0
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 24px;
    padding-left: 24px
}

.policy-content ul li,
.policy-content ol li {
    margin-bottom: 12px
}

.policy-content ul li:last-child,
.policy-content ol li:last-child {
    margin-bottom: 0
}

.policy-content ul {
    list-style-type: disc
}

.policy-content ul li::marker {
    color: #0cddff
}

.policy-content ol {
    list-style-type: decimal
}

.policy-content ol li::marker {
    color: #0cddff;
    font-weight: 500
}

.policy-content a {
    color: #0cddff;
    text-decoration: underline;
    text-decoration-color: rgba(12, 221, 255, .4);
    text-underline-offset: 4px;
    transition: all .3s ease
}

.policy-content a:hover {
    color: #1d1d1b;
    text-decoration-color: #1d1d1b
}

.policy-content strong,
.policy-content b {
    font-weight: 600;
    color: #1d1d1b
}

.flags {
    position: relative; 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
    gap: 8px;
}

@media(min-width: 1600px) {
    .flags {
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(1, 1fr); 
    gap: 8px; width: 200%; 
    right: 50%;
    }
}


/*# sourceMappingURL=style.min.css.map */