html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* COMMON */

.mobile-menu__mask {
    padding: 1em 1.5em;
}

.sep {
    margin: 0 auto;
    max-width: 50%;
}

.dscr__txt {
    line-height: 1.5em;
    padding: 0.5em;
}

.pdg {
    padding: 0.5em;
}

.main-link {
    text-decoration: none;
    color: inherit;
}

.menu-link {
    text-decoration: none;
    color: inherit;
}

.btn-lang-link {
    text-decoration: none;
    color: inherit;
}

/* END OF COMMON */

.navbar {
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 9999;
    transition: top 0.3s ease-in-out;
}

.mobile-menu__hamburger {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    background: transparent;
    padding: 0.5em;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.hamburger__bar {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.first-bar {
    top: 0;
}

.second-bar {
    top: 50%;
}

.third-bar {
    top: 100%;
}

.first-bar--clicked {
    top: 50%;
    transform: rotate(225deg);
    background-color: white;
}

.second-bar--clicked {
    display: none;
}

.third-bar--clicked {
    top: 50%;
    transform: rotate(-225deg);
    background-color: white;
}

/* END OF HAMBURGER */

/* MOBILE-MENU */

.mobile-menu__elements {
    transform: translateX(-100%);
    position: fixed;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    background-color: black;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    color: whitesmoke;
    z-index: 100;
}

.mobile-menu__list {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 20%, 0);
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    line-height: 4.2em;
    text-align: center;
    cursor: pointer;
}

.mobile-menu__list-item {
    font-size: 19px;
}

.mobile-menu--show {
    transform: translateX(0);
}

.menu__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

.menu__btn--frt {
    top: 70%;
}

.menu__btn--scd {
    top: 80%;
}

.btn-lang {
    width: 100px;
    height: 40px;
    border-radius: 25px;
    border: none;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
}

.desktop-menu {
    display: none;
}

/* HERO */

.main {
    margin-top: 50px;
}

.hero {
    padding: 1em 1.5em;
    padding-bottom: 5vh;
}

.hero__img-cont {
    text-align: center;
    margin-top: 6vh;
}

.hero__header {
    margin-top: 8vh;
}

.hero__header-name--wht {
    margin: 28px 0 7px 0;
}

.hero__header__name--blk {
    background-color: #000;
    width: 235px;
    height: 90px;
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.header-name__text {
    text-align: center;
    font-size: 34px;
}

.hero__ftr {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.hero__ftr-txt {
    border-radius: 2px;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__ftr-txt--wht {
    color: #000;
}

.hero__ftr-txt--blk {
    color: #fff;
    background-color: #000;
}

/* END OF HERO */

/* OFFER */

.offer {
    margin-top: 9vh;
    padding: 1em 1.5em;
}

.hdr__undln {
    width: 42px;
    height: 6px;
    background-color: #000;
    border-radius: 5px;
}

.btn__company {
    width: 235px;
    height: 60px;
    border-radius: 25px;
    background: transparent;
    margin: 10px 0;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.offer__btn {
    text-align: center;
}

.offer__btn--lft {
    margin-top: 50px;
}

.btn__company--wht {
    border: 2px solid #000;
    background-color: #fff;
    font-size: 22px;
    outline: none;
}

.btn__company--blk {
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 16px;
}

/* END OF OFFER */

/* ABOUT */

.about {
    margin-top: 9vh;
    padding: 1em 1.5em;
}

.dscr__cntr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dscr__cntr-icn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
}

.dscr__cntr-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    margin-left: 25px;
}

.dscr__hdr {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.about__hdr {
    margin-top: 50px;
}

/* END OF ABOUT */

/* FAQ */

.faq {
    margin-top: 9vh;
    padding: 1em 1.5em;
}

.faq__svg {
    text-align: center;
}

.cntr-ptn {
    margin: 0 auto;
}

.faq__cntr {
    margin: 10px auto;
    padding: 0.5em;
}

.ask__hdr {
    border: 2px solid #000;
    border-radius: 25px;
    ;
    display: flex;
    align-items: center;
    flex-basis: 80%;
    padding: 0 1em;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.ask__txt {
    flex-basis: 80%;
}

.faq-icn {
    position: absolute;
    right: 2em;
}

.ask__icn {
    flex-basis: 20%;
    text-align: center;
}

.answ__txt {
    padding: 0 1em;
    line-height: 1.8em;
}

.answ__cntr {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.answ__cntt {
    transition: max-height 0.3s ease-out;
}

.ask__hdr--active {
    background-color: #000;
    color: #fff;
}

.faq-icn--opn {
    transform: rotate( 180deg);
}

.answ__txt-link {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.faq__ctc {
    margin-top: 100px;
    text-align: center;
}

.ctc__hdr {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}

.ctc__txt {
    text-transform: uppercase;
    font-size: 1.125em;
}

.ctc__btn {
    width: 200px;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
}

/* END OF FAQ */

/* FOOTER */

.footer {
    margin-top: 9vh;
    padding: 1em 1.5em;
    background-color: #000;
}

.ftr__cmp-name {
    margin-top: 7.5vh;
}

.wht-cntr {
    color: #fff;
}

.cmp-name__hdr {
    font-size: 1.3em;
    font-weight: bold;
}

.cmp-name__txt--bold {
    font-weight: bold;
}

.ftr__wrk-hrs {
    margin-top: 7.5vh;
}

.ftr__spr {
    margin-top: 7.5vh;
    width: 100%;
    height: 3px;
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 5px;
}

.ftr__policy {
    margin-top: 7.5vh;
}

.policy__list-items {
    color: #fff;
    display: block;
    list-style: none;
    padding: 0;
    cursor: pointer;
    line-height: 2em;
}

.policy-icn {
    display: none;
}

.privacy-policy, .cookies-policy {
    font-size: 0.9em;
}

.ftr__cookies-info {
    color: #fff;
    padding: 0.5em;
    margin: 50px auto;
}

.cookies-info__txt {
    font-size: 0.785em;
}

/* END OF FOOTER */

/* other */

.back-home {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.back-home__icn {
    color: #fff;
}

.ctc__head {
    font-size: 1.3em;
    font-weight: bold;
}

.ctc__svg {
    margin-left: 15px;
}

.ctc__dscr--mrg-tp {
    margin-top: 60px;
}

.ctc__dscr-link {
    text-decoration: none;
    color: inherit;
}

.policy-link {
    text-decoration: none;
    color: #fff;
}

.cookies-alert {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    text-align: justify;
    padding: .8em;
    font-size: 14px;
    line-height: 19px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    z-index: 3;
    transition: transform 0.3s ease-in-out;
}

.cookies-container {
    justify-content: center;
    align-items: center;
}

.cookies-button {
    background: #fff;
    color: #000;
    padding: 10px 35px;
    outline: 0;
    border: none;
    border-radius: 5px;
    font-weight: 700;
}

.cookies-btn-link {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 2px 5px;
    text-decoration: none;
    cursor: pointer;
}

.cookies-paragraph {
    line-height: 2em;
}

.black-quote__tekst {
    font-weight: 700;
}

@media(min-width: 768px) {
    .policy__list-items {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .policy-icn {
        display: block;
    }
    .cookies-info__txt {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .offer__btn--lft {
        margin-left: 0;
        margin-top: 0;
    }
    .offer__btn--rght {
        margin-left: 0;
    }
    .offer__btn-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .mobile-menu__list {
        top: 25%;
        transform: translate3d(-50%, -20%, 0);
        line-height: 6em;
    }
    .mobile-menu__list-item {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .mobile-menu {
        display: none;
    }
    .desktop-menu {
        display: block;
    }
    .desktop-menu__list {
        display: flex;
        justify-content: flex-start;
        height: 100%;
        list-style: none;
        position: relative;
    }
    .desktop-menu__list-item {
        color: white;
        padding: 0 30px;
        display: flex;
        align-items: center;
        letter-spacing: .3px;
        font-weight: 500;
        font-size: 16px;
        flex-wrap: wrap;
        cursor: pointer;
    }
    .desktop-menu__link {
        text-decoration: none;
        color: #fff;
    }
    .menu-offer__icon {
        font-size: 0.8em;
        padding: 0;
    }
    .list-offer__menu {
        list-style: none;
    }
    .list-offer__menu-item {
        font-size: 0.875em;
    }
    .btn__link {
        border-radius: 8px;
        padding: 5px 10px;
        font-size: 10px;
        margin-right: 10px;
        position: absolute;
        right: 10%;
        top: 10%;
        text-transform: uppercase;
    }
    .btn__link--uk, .btn__link--pl, .btn__link--en {
        padding: 0 5px;
    }
    .btn__company:hover {
        width: 400px;
    }
    .hero-container {
        display: flex;
    }
    .wht-cntr {
        display: flex;
    }
    .ftr__ctc, .ftr__cmp-name, .ftr__wrk-hrs {
        flex-basis: 33.33333%;
    }
    .cnt-ctr {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .svg-new-size {
        width: 250px;
        height: 150px;
    }
    .svg-big-size {
        width: 250px;
        height: 100%;
    }
    .btn-lft-mve {
        transform: translateX(-8em);
    }
    .btn-rght-mve {
        transform: translateX(6.5em);
    }
    .btn-to-rght {
        margin-left: 60%;
    }
    .reverse {
        flex-direction: row-reverse;
    }
    .ctr-mrg {
        margin: 30px auto;
    }
}