html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;

    margin: 0 auto;
    font-family: "Arial", serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #0B1622;
}

* {
    box-sizing: border-box;
    font-family: inherit;
}

button {
    font-family: inherit;
    border: 0;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


.content-container {
    max-width: 1220px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
}

.modal-content {
    background-color: #D1D9E0;
    margin: 15% auto;
    padding: 40px 30px;
    width: 80%;
    max-width: 516px;
    text-align: center;
    position: relative;

    font-style: normal;
    font-size: 18px;
    line-height: 120%;
    color: #252622;
    border: none;
    border-radius: 20px;
}





main {
    width: 100%;
}




header {
    width: 100%;

    padding: 10px 0;
    background-color: #226dc8;
    height: 73px;
}


.header {
    box-sizing: border-box;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}


.desktopHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.desktopLogoContainer {
    height: 100%;
}

.desktopLogoContainer a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    color: #C5C6C7;
}

.desktopMenuContainer {
    display: flex;
    align-items: center;

    width: auto;
    gap: 45px;
}

.headerLink {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #C5C6C7;

}

.headerLink:hover {
    color: #babaf4;
    text-decoration: underline;
}

.buttonForGetStart {
    width: max-content;


    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;

    color: #226dc8;

    background: #babaf4;
    border: 1px solid #babaf4;
    border-radius: 12px;

}

.buttonForGetStart:hover {
    background-color: #babaf4;
    color: #226dc8;
}





.mobileHeader {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;

    height: 62px;
}

.mobileLogoContainer {
    height: 100%;
}

.mobileLogoContainer a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #C5C6C7;
}

.mobileMenuBurger {
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobileMenuContainer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #226dc8;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    transition: right 0.5s ease;
    z-index: 1000;
}

.mobileMenuClose {
    width: auto;
    height: 24px;
    display: flex;
    justify-content: flex-end;
}

.mobileNav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
    align-items: center;
}

.mobileNav a {
    width: 100%;
    background: none;
    text-align: center;
    text-decoration: none;
    border: none;


    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #C5C6C7;

}

.mobileNav a:last-child {
    width: max-content;


    background: #babaf4;
    color: #226dc8;
    border: 1px solid #babaf4;


}





.someSome {

    background: radial-gradient(circle, #226DC8 30%, #0D3A72 100%);
    height: 660px;
}

.someSomeContent {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.someSomeHeaders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 25px;

    width: 639px;
}

.someSomeHeader {
    width: 100%;


    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 140%;

    background: linear-gradient(112.73deg, #babaf4 1.41%, #babaf4 79.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.someSomePreHeader {

    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #C5C6C7;

}

.someSomeImg {
    height: auto;
    width: 548px;
}

.someSomeImg img {
    width: 100%;
}




.chairFloor {
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.chairFloorContent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 25px;
}

.chairFloorHeader {
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 33px;
    line-height: 120%;
    text-align: center;
    color: #babaf4;
}

.chairFloorTextImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
}

.chairFloorTextText {
    width: 638px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chairFloorTextTextHeader {
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    color: #FFFFFF;
}

.chairFloorTextTextDescription {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.chairFloorImgImg {
    width: 593px;
    height: auto;
}

.chairFloorImgImg img {
    width: 100%;
    height: auto;
}




.missWater {
    width: 100%;
    padding: 50px 0;
    background: radial-gradient(circle, #226DC8 30%, #0D3A72 100%);

}

.missWaterContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.missWaterHeaders {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 100%;
}

.missWaterHeader {

    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    line-height: 140%;
    text-align: center;
    color: #babaf4;

}

.missWaterDescription {

    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

}

.missWaterMain {
    width: 100%;
    display: flex;
    gap: 0;
}

.missWaterCards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.missWaterCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;


    box-sizing: border-box;
    padding: 20px;
    gap: 15px;
    width: 228px;
    height: 262px;
    border-radius: 25px;
    border: 1px solid #babaf4;

}

.missWaterCardHeader {

    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #babaf4;

}

.missWaterCardDescription {

    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

}

.missWaterImg {
    display: none;
}




.testBlock {
    width: 100%;
    padding: 50px 0;
    background: radial-gradient(circle, #226DC8 30%, #0D3A72 100%);

}

.testBlockContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.testBlockHeaders {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 100%;
}

.testBlockHeader {

    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    line-height: 140%;
    text-align: center;
    color: #babaf4;

}

.testBlockDescription {

    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;

}

.testBlockMain {
    width: 100%;
    display: flex;
    gap: 0;
}

.testBlockCards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.testBlockCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    box-sizing: border-box;
    padding: 20px;
    gap: 15px;
    width: 350px;
    height: 343px;
    border-radius: 25px;
    border: 1px solid #babaf4;

}

.testBlockCardImg {
    width: auto;
    height: 110px;
}

.testBlockCardImg img {
    width: auto;
    height: 110px;
}

.testBlockCardHeader {

    font-style: normal;
    font-weight: 900;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    color: #babaf4;

}

.testBlockCardDescription {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #C5C6C7;

}

.testBlockImg {
    display: none;
}




.blockContact {
    width: 100%;
    padding: 50px 0;
    background: radial-gradient(circle, #226DC8 30%, #0D3A72 100%);
}

.blockContactContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
}

.blockContactHeader {

    font-style: normal;
    font-weight: 900;
    font-size: 33px;
    line-height: 140%;
    text-align: center;
    color: #142A41;

}

.blockContactDescription {

    width: 468px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #142A41;

}

.blockContactFormContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blockContactFormDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    gap: 20px;
}

.blockContactInput, .blockContactButton {

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    width: 350px;
    border-radius: 12px;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #226dc8;

}

.blockContactInput:focus {

    border-color: #babaf4;
    color: #226dc8;


    outline: none;
}

.blockContactSubmitEmail {
    cursor: pointer;


    color: #226dc8;
    background-color: #babaf4;
    border: 1px solid #babaf4;

}

.blockContactSubmitEmail:hover {
    text-decoration: underline;
    color: #226dc8;
    background-color: #babaf4;
}

.blockContactSubmitEmail:disabled {
    background-color: #ccc;
    border: none;
    color: #000000;
    cursor: not-allowed;
}





.frequentlyBlock {
    padding: 50px 0;
}

.frequentlyBlockContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.faq-section {
    width: 100%;
}

.faq-section h2, .faq-section p {
    text-align: center;
}

.faq-section .faq-text {
    max-width: 860px;
    margin: 0 auto;
}

.faq-section h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 140%;
    color: #babaf4;

    margin-bottom: 20px;
}

.faq-section p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #C5C6C7;

    margin-bottom: 40px;
}

.faq-section .faq-item {
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-section .faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    transition: color 0.3s ease;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 140%;
    color: #babaf4;
    background-color: #226dc8;
    padding: 10px 20px;

    border-radius: 20px;
}

.faq-section .faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #C5C6C7;
}

.faq-section .faq-item.open .faq-answer {
    max-height: 500px;
    padding: 10px 20px;

}

.faq-section .faq-item .faq-icon {
    width: 30px;
    font-size: 40px;
    color: #babaf4;
    transition: color 0.3s ease;
    margin-left: 20px;
}




.footer {
    width: 100%;
    height: auto;
    background-color: #142A41;
    padding: 50px 0 20px 0;
}

.blockFooterContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;

    gap: 30px;

}

.blockFooterMainBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blockFooterLogoBlock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockFooterLogoBlockLogo {
    height: 100%;
}

.blockFooterLogoBlockLogo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 140%;
    color: #226dc8;
}

.blockFooterWithoutHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blockFooterMenu {
    display: flex;
    flex-direction: column;
    gap: 25px;


    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #226dc8;

}

.blockFooterMenuItem {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #226dc8;

}

.blockFooterMenuItem:hover {
    text-decoration: underline;
}

.companyLogos {
    height: 100%;
    width: 145px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.companyLogos img {
    border-radius: 5px;

    width: 100%;
}

.blockFooterText {
    display: flex;
    flex-direction: column;
    gap: 20px;


    width: 650px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #226dc8;

}

.blockFooterText h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 140%;
    color: #226dc8;
}

.blockFooterBottom {
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #226dc8;

}




@media (max-width: 768px) {
    .content-container {
        width: 100%;
        padding: 0 20px;
    }



    header {
        width: 100%;
        padding: 10px 0;
        height: 62px;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: flex;
    }




    .someSome {
        height: auto;
        padding: 50px 0;
    }

    .someSomeContent {
        flex-direction: column;
        gap: 16px;
    }

    .someSomeHeaders {
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: auto;
        width: 100%;
        gap: 20px;
    }

    .someSomeHeader {
        font-size: 34px;
    }

    .someSomePreHeader {
        font-size: 16px;
    }

    .someSomeImg {
        height: auto;
        width: 100%;
    }


    .buttonForGetStart {
        width: 100%;
    }





    .chairFloor {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    .chairFloorContent {
        gap: 20px;
    }


    .chairFloorHeader {
        font-size: 28px;
    }

    .chairFloorTextImg {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .chairFloorTextText {
        width: 100%;
    }

    .chairFloorTextTextHeader {
        font-size: 19px;
    }

    .chairFloorTextTextDescription {
        font-size: 16px;
    }

    .chairFloorImgImg {
        width: 100%;
        height: auto;
    }

    .chairFloorImgImg img {
        width: 100%;
        height: auto;
    }




    .missWater {
        height: auto;
        padding: 50px 0;
    }

    .missWaterContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .missWaterHeaders {
        width: 100%;
    }

    .missWaterHeader {
        font-size: 28px;
    }

    .missWaterDescription {
        font-size: 23px;
    }

    .missWaterCards {
        gap: 20px;
    }

    .missWaterCard {
        width: 100%;
        height: auto;
    }

    .missWaterCardHeader {
        font-size: 23px;
    }

    .missWaterCardDescription {
        font-size: 16px;
    }




    .testBlock {
        height: auto;
        padding: 50px 0;
    }

    .testBlockContent {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .testBlockHeaders {
        width: 100%;
    }

    .testBlockHeader {
        font-size: 28px;
    }

    .testBlockDescription {
        font-size: 23px;
    }

    .testBlockCards {
        gap: 20px;
    }

    .testBlockCard {
        width: 100%;
        height: auto;
    }

    .testBlockCardHeader {
        font-size: 23px;
    }

    .testBlockCardDescription {
        font-size: 16px;
    }




    .blockContact {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    .blockContactContainer {
        gap: 20px;
    }

    .blockContactHeader {
        font-size: 28px;
    }

    .blockContactDescription {
        width: 100%;
        font-size: 16px;
    }

    .blockContactFormContainer {
        width: 100%;
        gap: 20px;
    }

    .blockContactFormDiv {
        flex-direction: column;
        width: 100%;
    }

    .blockContactInputContainer {
        width: 100%;
    }

    .blockContactInput, .blockContactButton {
        width: 100%;
        font-size: 16px;
    }




    .footer {
        padding: 50px 0 20px 0;
    }

    .blockFooterContent {
        gap: 30px;
    }

    .blockFooterMainBlock {
        gap: 30px;
    }

    .blockFooterLogoBlock {
        width: 100%;
    }

    .blockFooterLogoBlockLogo {
        height: 100%;
    }

    .blockFooterLogoBlockLogo a img {
        width: auto;
        height: 100%;
    }

    .blockFooterWithoutHeader {
        gap: 40px;
        flex-direction: column;
    }

    .blockFooterMenu {
        gap: 25px;
        font-size: 16px;
    }

    .blockFooterMenuItem {
        font-size: 16px;
    }

    .companyLogos {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .companyLogos img {
        width: 145px;
    }

    .blockFooterText {
        gap: 15px;

        width: 100%;
        font-size: 16px;
    }

    .blockFooterText h3 {
        font-size: 19px;
    }

    .blockFooterBottom {
        font-size: 16px;
    }



}