:root {
    --primary-color: #FA2B4B;
}

li {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}


html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

a {
    cursor: pointer;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #E5DED9;
    background-image: url(images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    background-color: var(--primary-color);
    padding: 0 10px;
    height: 128px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

nav .logo {
    display: flex;
    height: 87px;
    text-decoration: none;
    max-width: 240px;
}

nav .logo img {
    object-fit: cover;
    ;
}

nav .logo h2 {
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    display: flex;
}

#menu a.active {
    border-bottom: 5px solid #FFF;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}


#menu-toggle {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;

    visibility: hidden;

}

#menu {
    list-style: none;
}

#menu.hidden {
    display: none;
}

#menu li {
    margin: 0 40px;
}

#menu a {
    text-decoration: none;
}

main {
    margin-top: 170px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-section h1 {
    color: #FA2B4B;
    font-size: 42px;
    font-weight: 600;
    margin-top: 21px;
    line-height: 120%;
}

#main-section h2 {
    color: #FA2B4B;
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    margin: 0 15px;
    text-align: center;
    margin-bottom: 40px;
}

#main-section .subtitle {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    margin: 0 25px;
    margin-top: 10px;
    text-align: center;
    line-height: 109%;
    max-width: 354px;
    font-family: "Afacad", sans-serif;
}

#main-section button {
    background-color: #FA2B4B;
    padding: 8px 22px;
    font-size: 34px;
    font-weight: 600;
    border-radius: 88px;
    border: none;
    color: #FFF;
    height: 68px;
    margin-bottom: 26px;
}

#main-section span {
    color: #000;
    font-size: 18px;
    margin-top: 23px;
}

#main-section .row {
    display: flex;
    gap: 18px;
}

#main-section .row a {
    text-decoration: none;
    color: #FA2B4B;
    font-size: 14px;
    margin-top: 21px;
}

#main-section .description {
    color: #0b0b0b;
    opacity: 80%;
    font-size: 12px;
    margin: 0 30px;
    margin-top: 62px;

    margin-bottom: 42px;
    text-align: center;
}

.h-100 {
    height: 100%;
}

.no-relative {
    position: unset;
}

.column-space-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.z-10 {
    z-index: 10;
}


section {
    /* margin-bottom: 2rem; */
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

a:focus {
    outline: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}


header nav ul li a {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.5);
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal.hidden {
    display: none;
}

.modal-content {
    padding: 30px;
    margin: 0 40px;
    position: relative;
    background-image: url(./images/popup-fold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;

}

.modal-content .modal-first-row {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 0px;
}

.modal-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    /* margin-top: 20px; */
}


.modal-content a {
    height: 50px;
    margin-left: 10px;
}

.modal-content a img {
    height: 100%;
}

.modal-content p {
    max-width: 85%;
    margin-left: 20px;
    font-size: 12px;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


#main-section {
    /* height: 800px; */
}



.language-switcher {
    margin-left: auto;
    padding-left: 1rem;
}

#language-select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.lang-btn {
    background: none;
    border: none;
    cursor: pointer;

}

.lang-btn img {
    height: 37px;
    width: 37px;
}

.lang-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lang-modal.hidden {
    display: none;
}

.lang-modal-content {
    padding: 30px;
    margin: 0 10px;
    position: relative;
    background-image: url(./images/popup-fold.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.lang-modal-content h3 {
    text-align: center;
    font-size: 20px;
    color: #FA2B4B;
    /* margin-top: 25px; */
}

.lang-modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 200px;
}

.lang-modal-content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    height: 45px;
}

.lang-modal-content li:not(:last-child) {
    border-bottom: 1px solid rgba(64, 64, 64, 0.10);
}

.lang-modal-content li .check {
    background-image: url(./images/disable_radio.png);
    height: 20px;
    width: 25px;
    background-size: cover;
}

.lang-modal-content li.active .check {
    background-image: url(./images/active_radio.png);
}

.lang-modal-content li img {
    height: 25px;
    width: 25px;
}

.lang-modal-content li span {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 768px) {
    header {
        height: 113px;
    }

    nav .logo {
        height: 100px;
        max-width: fit-content;
    }

    main {
        margin-top: 130px;
    }

    #main-section {
        position: relative;
        min-height: 730px;
    }


    header nav #menu.hidden {
        display: flex;
    }

    .modal-content {
        height: 475px;
        width: 540px;
    }

    .modal-content h3 {
        color: var(--primary-color);
        font-size: 40px;
        /* margin-top: 40px; */
    }


    .modal-content a {
        height: 100px;
        width: auto;

    }

    .btn-ios-back {
        margin-top: 10px;
    }

    .modal-content p {
        font-size: 18px;
        font-weight: 500;
    }

    .lang-modal-content {
        height: 320px;
        width: 400px;
    }

    .lang-btn img {
        height: auto;
        width: auto;
    }

    .lang-modal-content h3 {
        font-size: 40px;
    }

    .lang-modal-content li {
        height: 84px;
    }

    .lang-modal-content li img {
        height: 57px;
        width: 57px;
    }

    .lang-modal-content ul {
        width: 350px;
    }

    .lang-modal-content li span {
        font-size: 23px;
    }

    .lang-modal-content li .check {
        height: 44px;
        width: 55px;
    }

    nav .logo h2 {
        font-size: 32px;
    }

    main {
        margin-top: 150px;
    }
    #main-section h1 {
        font-size: 65px;
    }

    #main-section h2 {
        font-size: 55px;
        max-width: 1200px;
        margin-bottom: 20px;
    }

    #main-section .subtitle {
        color: #000;
        font-size: 27px;
        max-width: 680px;
        line-height: 119%;
    }

    #main-section button {
        background-color: #FA2B4B;
        font-size: 38px;
        height: 73px;
        margin-bottom: 20px;
    }

    #main-section span {
        color: #000;
        font-size: 14px;
        margin-top: 27px;
    }

    #main-section .row {
        display: flex;
        gap: 18px;
    }

    #main-section .row a {
        text-decoration: none;
        color: #FA2B4B;
        font-size: 14px;
        margin-top: 15px;
    }

    #main-section .description {
        color: #0b0b0b;
        opacity: 80%;
        font-size: 20px;
        line-height: 130%;
    }
    #main-section .container img {
        height: 145px;
        width: 343px;
    }
}