@font-face {
    font-family: 'Blinker';
    src: url("../fonts/Blinker-Regular.ttf") format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;

    margin: 0 auto;
    font-family: "Blinker", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #10110C;
}

* {
    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;
}

/* загальний клас для блоків під 1220px */
.content-container {
    max-width: 1220px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* !!! ---------- modal window ---------- */
.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.95); /* Напівпрозорий чорний фон */
}

.modal-content {
    background-color: #333333; /* Світло-сірий фон для вмісту */
    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: #DDDDDD; /* Темно-сірий текст */
    border: 6px solid #E2BC47;
}


/* ---------- end modal window ---------- */

/* start main */
main {
    width: 100%;
}

/* end main */

/* ---------------------------- start header-container ----------------------------*/
header {
    width: 100%;

    padding: 18px 0;
    background-color: #0640B5;
    height: 86px;
}

.header {
    box-sizing: border-box;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* !!! ------------- desktop header ------------- */
.desktopHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.desktopLogoContainer {
    height: 100%;
    width: auto;
}

.desktopLogoContainer a {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #E2BC47;
}

.desktopMenuContainer {
    display: flex;
    align-items: center;

    width: auto;
    gap: 45px;
}

.headerLink {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;

}

.headerLink:hover {
    color: #E2BC47;
}

.buttonForGetStart {
    width: max-content;


    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 36px;
    background: #DDDDDD;
    color: #0640B5;

}

.buttonForGetStart:hover {
    background-color: #E2BC47;
    color: #F4E2D8;
}

/* ------------- end desktop header ------------- */

/* !!! ------------- mobile header ------------- */
/* Сховати іконку меню на великих екранах */
.mobileHeader {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;

    height: 52px;
}

.mobileLogoContainer {
    height: 100%;
    width: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileLogoContainer a {
    width: 282px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #E2BC47;
}

.mobileMenuBurger {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Стилі мобільного меню */
.mobileMenuContainer {
    position: fixed;
    top: 0;
    right: -100%; /* Початкове положення за межами екрану */
    width: 75%;
    max-width: 300px;
    height: 100vh;
    background-color: #0640B5;
    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: end;
}

.mobileNav a {
    width: 100%;
    background: none;
    text-align: right;
    text-decoration: none;
    border: none;


    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #DDDDDD;

}

.mobileNav a:last-child {
    width: max-content;


    color: #0640B5;
    background: #DDDDDD;


}

/* ------------- end mobile header ------------- */
/* ---------------------------- end header-container ----------------------------*/
/* ------------------------------------------------------------------------------------------ */
/* start blockHome */
.blockHome {

    background-image: url("../images/banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-color: #EEF0E6;
    height: 646px;
}

.blockHomeContent {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.blockHomeHeaders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 25px;

    width: 620px;
}

.blockHomeHeader {
    width: 100%;


    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    color: #DDDDDD;

}

.blockHomePreHeader {

    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #DDDDDD;

}

.blockHomeDescription {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

/* end blockHome */
/* ------------------------------------------------------------------------------------------ */
/* start whyChoseUs */
.whyChoseUs {
    width: 100%;
    padding: 50px 0;
}

.whyChoseUsContent {
    display: flex;
    gap: 60px;

    width: 100%;
}

.whyChoseUsTextPart {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    width: 674px;
    gap: 40px;
}

.whyChoseUsTextHeader {
    width: 100%;


    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #DDDDDD;

}

.whyChoseUsTextPreHeader{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

.whyChoseUsImg {
    order: 2;
    width: 486px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.whyChoseUsImg img {
    position: relative;
    width: 100%;
}

.whyChoseUsTextListItems {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.whyChoseUsTextListItem {
    width: 100%;

    display: flex;
    gap: 20px;
}

.whyChoseUsTextListItemImg {
    width: 86px;
    display: flex;
    align-items: center;
}

.whyChoseUsTextListItemText {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;

}

/* end whyChoseUs */
/* ------------------------------------------------------------------------------------------ */
/* start gamesSection */
.gamesSection {
    width: 100%;
    padding: 50px 0;
}

.gamesSectionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;

    width: 100%;
    height: 100%;
}

.gamesSectionHeaders {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.gamesSectionHeader {
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 120%;
    color: #DDDDDD;
}

.gamesSectionDescription {
    width: 746px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #DDDDDD;
}

.gamesSectionCards {
    display: flex;
    justify-content: center;
    align-items: center;


    flex-wrap: wrap;
    gap: 40px;
    width: 100%;

}

.gamesSectionCard {

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 10px;

    width: 320px;
    height: 462px;
    background: #10110C;
    border: 2px solid #E2BC47;

}

.gamesSectionCardImg {
    width: 100%;
    height: auto;
}

.gamesSectionCardImg img {
    width: 100%;
    height: auto;
}

.gamesSectionCardText {
    display: flex;
    flex-direction: column;
    width: 100%;

    gap: 10px;
}

.gamesSectionCardTextHeader {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #DDDDDD;
}

.gamesSectionCardTextDescription {
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

.gamesSectionStartItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 36px;
    width: 100%;
    background: #0640B5;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

.gamesSectionStartItem:hover {
    background: #042373;
    color: #F4E2D8;

}

/* end gamesSection */
/* ------------------------------------------------------------------------------------------ */
/* start whatPlayersSay */
.whatPlayersSay {
    width: 100%;
    padding: 50px 0;
}

.whatPlayersSayContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 40px;
}

.whatPlayersSayHeaders {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.whatPlayersSayHeader {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #DDDDDD;
}

.whatPlayersSayContent .whatPlayersSayCards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.whatPlayersSayContent .whatPlayersSayCard {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    gap: 10px;

    width: 320px;
    height: auto;
    background: #DDDDDD;
    border: 2px solid #DDDDDD;
}

.whatPlayersSayContent .whatPlayersSayCardTextBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.whatPlayersSayContent .whatPlayersSayCardImg {
    width: 150px;
}

.whatPlayersSayContent .whatPlayersSayCardHeader {
    width: 100%;

    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    color: #0640B5;
}

.whatPlayersSayContent .whatPlayersSayCardText {
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #10110C;
}

.whatPlayersSayContent .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.swiper-notification {
    display: none;
}

/* end whatPlayersSay */
/* ------------------------------------------------------------------------------------------ */
/* start mobilePinko */
.mobilePinko {
    padding: 50px 0;
}

.mobilePinkoContent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.mobilePinkoHeaders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 20px;

    width: 487px;
}

.mobilePinkoHeader {
    width: 100%;


    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #DDDDDD;

}

.mobilePinkoPreHeader {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;

}

.mobilePinkoImg {
    height: auto;
    width: 675px;
}

.mobilePinkoImg img {
    width: 100%;
}

/* end mobilePinko */
/* ------------------------------------------------------------------------------------------ */
/* start blockSimulator */
.blockSimulator {
    padding: 50px 0;
}

.blockSimulatorContent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blockSimulatorHeaders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 15px;

    width: 594px;
}

.blockSimulatorHeader {
    width: 100%;


    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: #DDDDDD;

}

.blockSimulatorPreHeader {

    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;

}

.blockSimulatorStartItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 36px;
    width: max-content;
    background: #0640B5;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

.blockSimulatorStartItem:hover {
    background: #042373;
    color: #F4E2D8;

}

.blockSimulatorImg {
    height: auto;
    width: 554px;
}

.blockSimulatorImg img {
    width: 100%;
}

/* end blockSimulator */
/* ------------------------------------------------------------------------------------------ */
/* start blockContact */
.blockContact {
    width: 100%;
    padding: 50px 0;
}

.blockContactContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 377px;
    height: 100%;
    gap: 20px;
}

.blockContactHeader {

    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
    color: #DDDDDD;

}

.blockContactDescription {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #DDDDDD;

}

.blockContactFormContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.blockContactFormDiv {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.blockContactInput, .blockContactButton {

    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    background: #DDDDDD;
    border: 2px solid #0640B5;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #0B0402;

}

.blockContactInput:focus {

    border-color: #E2BC47;
    color: #10110C;


    outline: none;
}

.blockContactInputContainer textarea {
    resize: none;
    height: 154px;
    width: 100%;
}

.blockContactSubmitEmail {
    display: flex;
    justify-content: center;
    cursor: pointer;


    background-color: #0640B5;
    color: #DDDDDD;

}

.blockContactSubmitEmail:hover {
    text-decoration: underline;
    background-color: #042373;
    color: #F4E2D8;
}

.blockContactSubmitEmail:disabled {
    background-color: #ccc;
    border: none;
    color: #27233A;
    cursor: not-allowed;
}


/* end blockContact */
/* ------------------------------------------------------------------------------------------ */
/* start footer */
.footer {
    width: 100%;
    height: auto;
    background-color: #0640B5;
    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;
}

.blockFooterWithoutHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blockFooterMenu {
    display: flex;
    flex-direction: column;
    gap: 20px;


    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;
}

.blockFooterMenuItem {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #DDDDDD;

}

.linkMenu:hover {
    text-decoration: underline
}

.blockFooterLogos {
    width: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.blockFooterLogosLogo{
    width: 148px;
}

.blockFooterLogosLogo a img{
    width: 100%;
}

.blockFooterText {
    display: flex;
    flex-direction: column;
    gap: 15px;


    width: 590px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #EEF0E6;
}

.blockFooterText h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #DDDDDD;
}

.blockFooterBottom {
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #EEF0E6;

}

/* end footer */
/* ------------------------------------------------------------------------------------------ */

@media (max-width: 768px) {
    .content-container {
        width: 100%;
        padding: 0 20px;
    }

    /* ------------------------------------- */
    /* start header */
    header {
        width: 100%;
        padding: 10px 0;
        height: 62px;
    }

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: flex;
    }

    /* end header */
    /* ------------------------------------- */
    /* start blockHome*/
    .blockHome {
        height: auto;
        padding: 50px 0;
        background-position: -800px center; /* 20px вправо, вертикаль по центру */
        background-color: rgba(238, 240, 230, 0.7); /* Прозорий колір фону */
    }

    .blockHomeContent {
        flex-direction: column;
        gap: 16px;
    }

    .blockHomeHeaders {
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: auto;
        width: 100%;
        gap: 20px;
        order: 2;
    }

    .blockHomeHeader {
        font-size: 37px;
    }

    .blockHomePreHeader {
        font-size: 29px;
    }

    .blockHomeDescription {
        font-size: 15px;
    }

    .blockHomeHeaders .buttonForGetStart {
        width: 100%;
    }

    /* end blockHome */
    /* ------------------------------------- */
    /* start whyChoseUs*/
    .whyChoseUs {
        width: 100%;
        padding: 50px 0;

        height: auto;
    }

    .whyChoseUsContent {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .whyChoseUsTextPart {
        width: 100%;
    }

    .whyChoseUsTextHeader {
        font-size: 29px;
    }

    .whyChoseUsImg {
        order: 0;
        width: 100%;
    }

    .whyChoseUsTextListItemText {
        font-size: 18px;
    }

    /* end whyChoseUs*/
    /* ------------------------------------- */
    /* start gamesSection*/
    .gamesSection {
        width: 100%;
        padding: 50px 0;

        height: auto;
    }

    .gamesSectionContent {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .gamesSectionHeaders {
        gap: 20px;
    }

    .gamesSectionHeader {
        font-size: 29px;
    }

    .gamesSectionDescription {
        width: 100%;

        font-size: 15px;
    }

    .gamesSectionCards {
        gap: 20px;
    }

    .gamesSectionCard {
        width: 289px;
        height: auto;
    }

    .gamesSectionCardImg {
        width: 100%;
        height: auto;
    }

    .gamesSectionCardImg img {
        width: 100%;
        height: auto;
    }

    .gamesSectionCardText {
        gap: 10px;
    }

    .gamesSectionCardTextHeader {
        font-size: 19px;
    }

    .gamesSectionCardTextDescription {
        font-size: 15px;
    }

    /* end gamesSection */
    /* ------------------------------------- */
    /* start whatPlayersSay */
    .whatPlayersSay {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    .whatPlayersSayHeader {
        font-size: 24px;
    }

    /* important !!!! */
    .whatPlayersSayContent .whatPlayersSayCards {
        display: flex;

        flex-direction: column;
        gap: 20px;
        width: 100%;

    }

    .whatPlayersSayContent .whatPlayersSayCard {
        width: 100%;
        height: auto;
    }

    .whatPlayersSayContent .whatPlayersSayCardTextBlock {
        gap: 10px;
        width: 100%;
    }

    .whatPlayersSayContent .whatPlayersSayCardImg {
        width: 150px;
        height: 150px;
    }

    .whatPlayersSayContent .whatPlayersSayCardHeader {
        font-size: 19px;
    }

    .whatPlayersSayContent .whatPlayersSayCardText {
        font-size: 16px;
    }

    .whatPlayersSayContent .swiper-wrapper {
        justify-content: flex-start;
        gap: 0;
        width: 100%;
    }

    .whatPlayersSayContent .swiper-container {
        width: 100%;
        max-width: 100%; /* Завжди займає всю ширину */
        margin: 0 auto;
        overflow: hidden;
    }

    .swiper-slide {
        width: auto; /* Ширина слайда буде автоматичною */
        flex-shrink: 0; /* Не дозволяємо змінювати розмір */
    }

    /* Індикатори без абсолютного позиціонування */
    .swiper-pagination {
        position: relative !important; /* Встановлюємо відносне позиціонування */
        bottom: auto !important; /* Відключаємо bottom */
        top: auto !important; /* Відключаємо top */
        left: auto !important; /* Відключаємо left */
        width: auto !important; /* Встановлюємо автоматичну ширину */
        margin: 0 auto; /* Центруємо індикатори */
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #DDDDDD; /* Колір для неактивного індикатора */
        opacity: 0.6;
        transition: background-color 0.3s ease, opacity 0.3s ease;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #E2BC47; /* Колір для активного індикатора */
        opacity: 1;
        width: 15px;
        height: 15px;
    }

    /* end whatPlayersSay */
    /* ------------------------------------- */
    /* start mobilePinko*/
    .mobilePinko {
        height: auto;
        padding: 50px 0;
    }

    .mobilePinkoContent {
        flex-direction: column;
        gap: 20px;
    }

    .mobilePinkoHeaders {
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: auto;
        width: 100%;
        gap: 20px;
        order: 2;
    }

    .mobilePinkoHeader {
        font-size: 29px;
    }

    .mobilePinkoPreHeader {
        font-size: 15px;
    }

    .mobilePinkoPlaceholder {
        display: none;
    }

    .mobilePinkoImg {
        height: auto;
        width: 100%;
        order: 1;
    }

    /* start це є в стилях хедера */
    .buttonForGetStart {
        width: 100%;
    }

    /* end це є в стилях хедера */
    /* end mobilePinko */
    /* ------------------------------------- */
    /* start blockSimulator*/
    .blockSimulator {
        height: auto;
        padding: 50px 0;
    }

    .blockSimulatorContent {
        flex-direction: column;
        gap: 16px;
    }

    .blockSimulatorHeaders {
        display: flex;
        flex-direction: column;
        justify-content: center;

        height: auto;
        width: 100%;
        gap: 20px;
        order: 2;
    }

    .blockSimulatorHeader {
        font-size: 34px;
    }

    .blockSimulatorPreHeader {
        font-size: 16px;
    }

    .blockSimulatorStartItem {
        width: 100%;
    }

    .blockSimulatorImg {
        height: auto;
        width: 100%;
        order: 1;
    }

    /* end blockSimulator */
    /* ------------------------------------- */
    /* start blockContact */
    .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;
    }

    .blockContactInput, .blockContactButton {
        width: 100%;
        font-size: 16px;
    }

    /* end blockContact */
    /* ------------------------------------- */
    /* start footer */
    .footer {
        padding: 50px 0 20px 0;
    }

    .blockFooterContent {
        gap: 30px;
    }

    .blockFooterMainBlock {
        gap: 30px;
    }

    .blockFooterWithoutHeader {
        gap: 40px;
        flex-direction: column;
    }

    .blockFooterMenu {
        gap: 25px;
        font-size: 16px;
    }

    .blockFooterMenuItem {
        font-size: 16px;
    }

    .blockFooterLogos {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }

    .blockFooterText {
        gap: 15px;

        width: 100%;
        font-size: 16px;
    }

    .blockFooterText h3 {
        font-size: 19px;
    }

    .blockFooterBottom {
        font-size: 16px;
    }

    /* end footer */
    /* ------------------------------------- */
}
.clearfix::after{content:"";display:table;clear:both}
