@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-Bold.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-Regular.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-Medium.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-Thin.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head LOGO';
    src: url('../fonts/e-UkraineHead-LOGO.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-LOGO.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-Light.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine Head';
    src: url('../fonts/e-UkraineHead-UltraLight.woff2') format('woff2'),
        url('../fonts/e-UkraineHead-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-UltraLight.woff2') format('woff2'),
        url('../fonts/e-Ukraine-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Regular.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Thin.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'e-Ukraine';
    src: url('../fonts/e-Ukraine-Bold.woff2') format('woff2'),
        url('../fonts/e-Ukraine-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }



html,
body {
    min-height: 100vh;
    margin-top: 44px;
    overscroll-behavior: none;
    background-color: #F8F4ED;
}

@media (max-width: 600px) {
    html,
    body {
        margin-top: 0px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    /* Для Safari */
    -moz-user-select: none;
    /* Для Firefox */
    -ms-user-select: none;
    /* Для IE/Edge */
    user-select: none;
    /* Стандартний синтаксис */
}

@media (min-width: 600px) {

    *,
    *::before,
    *::after {
        -webkit-user-select: auto;
        /* Для Safari */
        -moz-user-select: auto;
        /* Для Firefox */
        -ms-user-select: auto;
        /* Для IE/Edge */
        user-select: auto;
        /* Стандартний синтаксис */
    }
}

body {
    margin: 0;
    padding: 0px 0 0 0;
    font-family: 'e-ukraine';
    font-weight: normal;
    font-style: normal;
    color: #3F342A;
}

body.disabled-scroll {
    overflow-y: hidden !important;
}

.scroll-hidden::-webkit-scrollbar {
    overflow: hidden;
    width: 0px;
    height: 0px;
}

.scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    /* Для гладкості, якщо є внутрішні скроли */
}

/* Стилізація для Firefox */
@-moz-document url-prefix() {
    .scroll {
        scrollbar-color: rgba(223, 195, 136, 1) transparent;
    }

    .scroll:hover {
        scrollbar-color: rgba(223, 195, 136, 1) transparent;
    }
}

@media (max-width: 600px) {
    .scroll {
        overflow: auto;
    }
}

.scroll:hover {
    overflow: auto;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(223, 195, 136, 1);
    border-radius: 6px;
}

.scroll:hover::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(223, 195, 136, 1);
}

.scroll::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background-color: rgba(223, 195, 136, 1) ;
    border-radius: 4px;
}

.scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1);
}

.scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(167, 165, 180, 1);
}

.white-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 60px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 65px;
    padding-bottom: 8px;
    padding-left: 28px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: #fff;
/*    background-image: url('/views/images/icon/button-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 44px 44px;*/
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    cursor: pointer;
    color: #3F342A;
    text-decoration: none;
}

.white-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;  /* Позиція, схожа на оригінальну background-position */
    transform: translateY(-50%) rotate(0deg);  /* Центрування та обертання на 0 градусів */
    background-image: url('/views/images/icon/button-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* Щоб іконка вміщувалася */
    pointer-events: none;  /* Щоб не заважала клікам */
    height: 44px;
    width: 44px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.white-button:hover::before {
    transform: translateY(-50%) rotate(45deg);  /* Обертання тільки при ховері */
}

.white-button:hover {
    background-color: #FBF8F4;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
    .white-button {
        height: 52px;
        font-size: 16px;
        background-size: 36px 36px;
    }
    .white-button::before {
        height: 36px;
        width: 36px;
    }
}

.white-button-orange-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 60px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 65px;
    padding-bottom: 8px;
    padding-left: 28px;
    border-radius: 100px;
    border: 0;
    background-color: #fff;
    background-image: url('/views/images/icon/button-orange-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    cursor: pointer;
    color: #3F342A;
    text-decoration: none;
}

@media (max-width: 600px) {
    .white-button-orange-button {
        height: 52px;
        font-size: 16px;
        background-size: 36px 36px;
    }
}

.gold-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 60px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 65px;
    padding-bottom: 8px;
    padding-left: 28px;
    border-radius: 100px;
    border: 0;
    background-color: #D7B46A;
 /*   background-image: url('/views/images/icon/button-white-icon.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;*/
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.gold-button:hover {
    background: linear-gradient(90deg, #D7B46A 0%, #C5A051 100%);
}

.gold-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;  /* Позиція, схожа на оригінальну background-position */
    transform: translateY(-50%) rotate(0deg);  /* Центрування та обертання на 0 градусів */
    background-image: url('/views/images/icon/button-white-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;  /* Щоб іконка вміщувалася */
    pointer-events: none;  /* Щоб не заважала клікам */
    height: 44px;
    width: 44px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.gold-button:hover::before {
    transform: translateY(-50%) rotate(45deg);  /* Обертання тільки при ховері */
}

@media (max-width: 600px) {
    .gold-button {
        height: 52px;
        font-size: 16px;
        background: linear-gradient(90deg, #D7B46A 0%, #C5A051 100%);
    }
    .gold-button::before {
        height: 36px;
        width: 36px;
    }
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 60px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 65px;
    padding-bottom: 8px;
    padding-left: 28px;
    border-radius: 100px;
    border: 0;
    background-color: #fff;
    background-image: url('/views/images/icon/download-button.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    cursor: pointer;
    text-decoration: none;
    color: #3F342A;
}

@media (max-width: 600px) {
    .download-button {
        height: 52px;
        font-size: 16px;
        background-size: 36px 36px;
    }
}

.margin-top25-block {
    margin-top: 25px;
}

.margin-center-block {
    margin-left: auto;
    margin-right: auto;
}


.white-button-desktop {
    display: none;
}

.white-button-mobile {
    display: flex;
}   

@media (min-width: 600px) {
    .white-button-desktop {
        display: flex;
    }

    .white-button-mobile {
        display: none;
    }
}

/* прибирає жовтий фон */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}