header {
    color: #3F342A;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: #F8F4ED;
}

/*.about-page header::after,
.home-page header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/views/images/top-clock-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;

}*/

.home-page header,
.about-page header,
.tour-page header {
    background-color: rgba(0, 0, 0, 0);
}


.home-page header.golden-block,
.about-page header.golden-block,
.tour-page header.golden-block {
    background-color: #F8F4ED;
}

.home-page header .transparent-container,
.about-page header .transparent-container,
.tour-page header .transparent-container {
    border-bottom: none;
}

.home-page header.golden-block .transparent-container,
.about-page header.golden-block .transparent-container,
.tour-page header.golden-block .transparent-container {
        border-bottom: 1px solid #E2CEAB66;
}

header .white-container {
    display: block;
    background-color: #ffffff;
    padding: 0;
    height: 44px;
    margin-top: -44px;
}

@media (max-width: 600px) {
    header .white-container {
        display: none;
    }
}

header .white-container .content-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 100px;
    line-height: 148%;
    letter-spacing: 1%;
}

header .white-container .content-container .location-block {
    display: flex;
    font-weight: 600;
    font-size: 13px;
    gap: 10px;
    justify-content: center;
    margin-right: 40px;
}

header .white-container .content-container .location-block .location-icon {
    display: flex;
    justify-content: center;
}

header .white-container .content-container .location-block .location-icon img {}

header .white-container .content-container .location-block .location-text {
    cursor: pointer;
}

header .white-container .content-container .location-block .location-text span {}

header .white-container .content-container .schedule-block {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
    justify-content: center;
    margin-right: auto;
}

header .white-container .content-container .schedule-block .schedule-icon {
    display: flex;
    justify-content: center;
}

header .white-container .content-container .schedule-block .schedule-icon img {
    width: 20px;
}

header .white-container .content-container .schedule-block .schedule-text {}

header .white-container .content-container .schedule-block .schedule-text span {}

header .white-container .content-container .language-block {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    background-color: #F8F4ED;
    border-radius: 100px;
    padding: 3px;
    margin-right: 40px;
}

header .white-container .content-container .language-block .language-icon {
    width: 0;
}

header .white-container .content-container .language-block .language-icon img {}

header .white-container .content-container .language-block .language-text {}

header .white-container .content-container .language-block .language-text a {
    border-radius: 100px;
    padding: 2px 10px;
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
    color: #3F342A;
}

header .white-container .content-container .language-block .language-text a.active {
    border-radius: 100px;
    background-color: #FFFFFF;
    padding: 2px 10px;
    opacity: 1;
}

header .white-container .content-container .contact-block {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    gap: 10px;
    justify-content: center;
}

header .white-container .content-container .contact-block .contact-icon {
    display: flex;
    justify-content: center;
}

header .white-container .content-container .contact-block .contact-icon img {}

header .white-container .content-container .contact-block .contact-text {}

header .white-container .content-container .contact-block .contact-text span {}

header .transparent-container {
    background-color: transparent;
    margin: 0 auto;
    display: flex;
    padding: 20px 100px;
    height: 85px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    border-bottom: 1px solid #E2CEAB66;
}

@media (max-width: 600px) {
    header .transparent-container {
        padding: 15px 10px;
    }
}

header .transparent-container .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header .transparent-container .logo img {
    width: 128px;
}

@media (max-width: 600px) {
    header .transparent-container .logo img {
        width: 110px;
    }
}

header .transparent-container .menu-block {
    position: absolute;
    right: 100px;
    display: flex;
}

@media (max-width: 600px) {
    header .transparent-container .menu-block {
        right: 15px;
    }
}

header .transparent-container .menu-block .button {
    display: flex;
    height: 40px;
    padding: 0px 16px;
    gap: 12px;
    border-radius: 20px;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 12px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: 1%;
    text-wrap: nowrap;
    cursor: pointer;
}

header .transparent-container .menu-block .button:hover {
    background-color: #FBF8F4;
}

@media (max-width: 600px) {
    header .transparent-container .menu-block .button {
        margin-top: 5px;
    }
}

header .transparent-container .menu-block .button.log-in-button {
    display: flex;
}

@media (max-width: 600px) {
    header .transparent-container .menu-block .button.log-in-button {
        display: none;
    }
}

header .transparent-container .menu-block .button.log-in-button .icon {
    height: 20px;
}

header .transparent-container .menu-block .button.log-in-button .icon.log-in-icon {}

header .transparent-container .menu-block .button.log-in-button .icon.log-in-icon img {}

header .transparent-container .menu-block .button.log-in-button .text {}

header .transparent-container .menu-block .button.log-in-button .text.log-in-text {}

header .transparent-container .menu-block .button.sale-button {
    display: flex;
    background: #D7B46A;
}

header .transparent-container .menu-block .button.sale-button:hover {
    background: linear-gradient(90deg, #D7B46A 0%, #C5A051 100%);
}

@media (max-width: 600px) {
    header .transparent-container .menu-block .button.sale-button {
        display: none;
    }
}

header .transparent-container .menu-block .button.sale-button .icon {}

header .transparent-container .menu-block .button.sale-button .icon.sale-icon {
    height: 20px;
}

header .transparent-container .menu-block .button.sale-button .icon.sale-icon img {}

header .transparent-container .menu-block .button.sale-button .text {}

header .transparent-container .menu-block .button.sale-button .text.sale-text {
    padding-bottom: 3px;
    color: #ffffff;
}

header .transparent-container .menu-block .button.menu-button {
    padding-right: 5px;
    cursor: pointer;
}

header .transparent-container .menu-block .button.menu-button .text {}

header .transparent-container .menu-block .button.menu-button .text.menu-text {}

header .transparent-container .menu-block .button.menu-button .icon {}

header .transparent-container .menu-block .button.menu-button .menu-icon {
    display: flex;
    flex-direction: column;
    width: 28px;
    height: 28px;
    padding-top: 7px;
    padding-right: 6px;
    padding-bottom: 7px;
    padding-left: 6px;
    gap: 5px;
    border-radius: 15px;
    background-color: #3480B4;
    align-content: center;
    justify-content: center;
}

header .transparent-container .menu-block .button.menu-button .menu-icon .line {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
}


header .transparent-container .menu-block .button.menu-button .icon.menu-icon img {}


header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 375px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    /*display: flex;*/
    display: none;
    gap: 16px;
    flex-direction: column;
    overflow-y: auto;
    padding: 80px 20px 28px 20px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    header nav {
        max-width: 100%;
    }
}

header nav.open {
    display: flex;
}

header nav .top-line {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 20px 10px 20px;
}

header nav .top-line .logo img {
    height: 44px;
}

header nav .top-line .language-block {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    background-color: #F8F4ED;
    border-radius: 100px;
    padding: 3px;
    margin-right: 0px;
}

header nav .top-line .language-block .language-icon {
    width: 0;
}

header nav .top-line .language-block .language-icon img {}

header nav .top-line .language-block .language-text {}

header nav .top-line .language-block .language-text a {
    border-radius: 100px;
    padding: 2px 10px;
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
    color: #3F342A;
}

header nav .top-line .language-block .language-text a.active {
    border-radius: 100px;
    background-color: #FFFFFF;
    padding: 2px 10px;
    opacity: 1;
}

header nav .top-line .close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

header nav .top-line .close img {
    width: 9px;
    height: 9px;
}

header nav .item-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3F342A;
}

header nav .item-block .nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    cursor: pointer;
    transition: opacity 0.2s;
    color: #3F342A;
    text-decoration: none;
}

header nav .item-block .nav-item:hover {
    opacity: 0.7;
}

header nav .item-block .nav-item .nav-icon img {
    width: 24px;
    height: 24px;
}

header nav .item-block .nav-item .nav-text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
}

header nav .item-block .nav-item .nav-arrow {
    margin-left: auto;
}

header nav .item-block .nav-item .nav-arrow img {
    width: 12px;
    height: 12px;
}

header nav .turquoise-button {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 52px;
    border-radius: 26px;
    justify-content: space-between;
    padding: 8px 8px 8px 18px;
    background: #F8F4ED;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    cursor: pointer;
}

header nav .turquoise-button .icon {
    width: 24px;
    height: 24px;
}

header nav .turquoise-button .icon img {
    width: 24px;
    height: 24px;
}

header nav .turquoise-button .arrow {
    width: 36px;
    height: 36px;
    margin-left: auto;
}

header nav .turquoise-button .arrow img {
    width: 36px;
    height: 36px;
}


header nav .buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 52px;
    border-radius: 26px;
    gap: 12px;
    opacity: 1;
    padding: 8px 24px 8px 24px;
    background: #D7B46A;
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
}

header nav .buy-button span {
    display: flex;
    align-items: center;
}

header nav .buy-button img {
    width: 28px;
    height: 28px;
}

header nav .info-block {
    font-size: 14px;
    color: #666;
}

header nav .info-block .contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

header nav .info-block .contact .icon {
    width: 40px;
    height: 40px;
}

header nav .info-block .contact .icon img {
    width: 100%;
}

header nav .info-block .contact .phone {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: right;
    color: #3F342A;
}

header nav .info-block .info-string {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

header nav .info-block .info-string .icon {
    display: flex;
    align-items: center;
    width: 18px;
}

header nav .info-block .info-string .icon img {
    width: 100%;
}

header nav .info-block .info-string .text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 1%;
    color: #3F342A;
}

header nav .divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid #3F342A;
    margin: 15px 0 15px 0;
}


header nav .social {
    display: flex;
    gap: 15px;
}

header nav .social-link {
    width: 40px;
    height: 40px;
}

header nav .social-link:hover {
    transform: scale(1.1);
}

header nav .social-link--instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

header nav .social-link--tiktok {
    background: #000;
    color: white;
}

header nav .social-link--facebook {
    background: #1877f2;
    color: white;
}

header nav .social-link--youtube {
    background: #ff0000;
    color: white;
}

header .location-small-popup {
    position: fixed;
    width: 100%;
    max-width: 343px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 36px 16px 36px 16px;
    gap: 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #00000029;
    background: #FFFFFF;
    gap: 10px;
    display: none;
    flex-direction: column;
}

header .location-small-popup.open {
    display: flex;
}

header .location-small-popup .close {
    position: absolute;
    right: 14px;
    top: 9px;
}

header .location-small-popup .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 144%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

header .location-small-popup .location-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .location-small-popup .address-city {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .location-small-popup .address-street {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .location-small-popup .divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid #3F342A;
    margin: 15px 0 15px 0;
}

header .location-small-popup .info-string {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

header .location-small-popup .info-string .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .location-small-popup .info-string .icon img {}

header .location-small-popup .contact {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

header .location-small-popup .contact .icon {
    width: 40px;
    height: 40px;
}

header .location-small-popup .contact .icon img {
    width: 100%;
}

header .location-small-popup .contact .phone {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: right;
    color: #3F342A;
}


header .location-choice-city-popup {
    position: fixed;
    width: 90%;
    max-width: 520px;
    height: auto;
    max-height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 36px 16px 36px 16px;
    gap: 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #00000029;
    background: #FFFFFF;
    gap: 10px;
    display: none;
    flex-direction: column;
}

header .location-choice-city-popup.open {
    display: flex;
}

header .location-choice-city-popup .close {
    position: absolute;
    right: 14px;
    top: 9px;
}

header .location-choice-city-popup .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 144%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

header .location-choice-city-popup .subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .location-choice-city-popup .city-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
}

header .location-choice-city-popup .city-container .city-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    padding: 8px 8px 8px 28px;
    border-width: 1px;
    border-radius: 50px;
    border: 1px solid #3F342A29;
}

header .location-choice-city-popup .city-container .city-item .city-icon {
    width: 23px;
    height: 26px;
}

header .location-choice-city-popup .city-container .city-item .city-icon img {
    width: 100%;
}

header .location-choice-city-popup .city-container .city-item .city-name {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    margin-right: auto;
    margin-left: 7px;
}

header .location-choice-city-popup .city-container .city-item .city-arrow {
    width: 44px;
    height: 44px;
}

header .location-choice-city-popup .city-container .city-item .city-arrow img {
    width: 100%;
}


header .location-choice-street-popup {
    position: fixed;
    width: 100%;
    max-width: 343px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 36px 16px 36px 16px;
    gap: 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #00000029;
    background: #FFFFFF;
    gap: 10px;
    display: none;
    flex-direction: column;
}

header .location-choice-street-popup.open {
    display: flex;
}

header .location-choice-street-popup .close {
    position: absolute;
    right: 14px;
    top: 9px;
}

header .location-choice-street-popup .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 144%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

header .location-choice-street-popup .location-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .location-choice-street-popup .address-city {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .location-choice-street-popup .address-street {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .location-choice-street-popup .divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid #3F342A;
    margin: 15px 0 15px 0;
}

header .location-choice-street-popup .divider-string {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -35px auto 0 auto;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
    padding: 0 5px;
    background-color: #fff;
}

header .location-choice-street-popup .street-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
}

header .location-choice-street-popup .street-container .street-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    padding: 8px 8px 8px 28px;
    border-width: 1px;
    border-radius: 50px;
    border: 1px solid #3F342A29;
    text-decoration: none;
}

header .location-choice-street-popup .street-container .street-item.choice-city {
    background: #F8F4ED;
}

header .location-choice-street-popup .street-container .street-item .street-name {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    margin-right: auto;
    cursor: pointer;
    color: #3F342A;
    text-decoration: none;
}

header .location-choice-street-popup .street-container .street-item .street-arrow {
    width: 44px;
    height: 44px;
}

header .location-choice-street-popup .street-container .street-item .street-arrow img {
    width: 100%;
}



header .location-contacts-popup {
    position: fixed;
    width: 100%;
    max-width: 343px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 36px 16px 36px 16px;
    gap: 24px;
    border-radius: 12px;
    box-shadow: 0px 4px 40px 0px #00000029;
    background: #FFFFFF;
    gap: 10px;
    display: none;
    flex-direction: column;
}

header .location-contacts-popup.open {
    display: flex;
}

header .location-contacts-popup .close {
    position: absolute;
    right: 14px;
    top: 9px;
}

header .location-contacts-popup .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 144%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

header .location-contacts-popup .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

header .location-contacts-popup .contact .icon {
    width: 40px;
    height: 40px;
}

header .location-contacts-popup .contact .icon img {
    width: 100%;
}

header .location-contacts-popup .contact .phone {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: right;
    color: #3F342A;
}

header .location-contacts-popup .info-string {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    margin-top: 10px;
}

header .location-contacts-popup .info-string .icon {
    display: flex;
    align-items: center;
    width: 18px;
}

header .location-contacts-popup .info-string .icon img {
    width: 100%;
}

header .location-contacts-popup .info-string .text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 1%;
    color: #3F342A;
}

header .location-contacts-popup .divider {
    width: 100%;
    height: 0px;
    border-top: 1px solid #3F342A;
    margin: 15px 0 15px 0;
}

header .location-contacts-popup .divider-string {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -35px auto 0 auto;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
    width: max-content;
    padding: 0 5px;
    background-color: #fff;
}

header .location-contacts-popup .send-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

header .location-contacts-popup .send-container .phone-input {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    border: 1px solid #5D554D1F;
    padding: 16px 20px 16px 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
}

header .location-contacts-popup .send-container .phone-input:focus {
    outline: none;
}

header .location-contacts-popup .send-container .phone-input::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: rgba(63, 52, 42, 0.5);
}

header .location-contacts-popup .send-container .send-button {
    width: 100%;
    height: 52px;
    border-radius: 100px;
    padding: 8px 28px 8px 28px;
    background: #D7B46A;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .location-contacts-popup .send-container .send-note {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #9F9994;
    text-align: center;
}

header .location-contacts-popup .send-container .send-note a {
    text-decoration: underline;
    color: #3480B4;
}



header .log-in-popup {
    position: fixed;
    width: 100%;
    max-width: 375px;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 36px 16px 36px 16px;
    box-shadow: 0px 4px 40px 0px #00000029;
    background: #FFFFFF;
    display: none;
    gap: 24px;
    flex-direction: column;
}

@media (max-width: 600px) {
    header .log-in-popup {
        max-width: 100%;
    }
}

header .log-in-popup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 162px;
    height: 188px;
    background-image: url("/views/images/elements/login-left-top.svg");
    z-index: -1;
}

header .log-in-popup::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 183px;
    background-image: url("/views/images/elements/login-right-bottom.svg");
    z-index: -1;
}

header .log-in-popup.open {
    display: flex;
}

header .log-in-popup .close {
    position: absolute;
    right: 14px;
    top: 9px;
    cursor: pointer;
}

header .log-in-popup .logo {
    width: 100%;
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

header .log-in-popup .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 144%;
    letter-spacing: 1%;
    text-align: center;
    text-transform: uppercase;
}

header .log-in-popup .subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
    color: #5D554D;
}

header .log-in-popup .phone-num {
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
}

header .log-in-popup .phone-num .arrow {
    margin-left: 8px;
    cursor: pointer;
}

header .log-in-popup .select-action {
    width: 100%;
    max-width: 297px;
    height: 40px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    gap: 0px;
    justify-content: center;
    background: #DFC388;
    border-radius: 20px;
    padding: 4px;
    margin: 0px auto;
}

header .log-in-popup .select-action span {
    border-radius: 100px;
    padding: 2px 6px 2px 2px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    background-color: transparent;
    color: #fff;
}

header .log-in-popup .select-action span.active {
    border-radius: 100px;
    background-color: #FFFFFF;
    padding: 2px 10px;
    opacity: 1;
    color: #3F342A;
}

header .log-in-popup .log-in-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0px;
}

header .log-in-popup .log-in-block .timer-string {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

header .log-in-popup .log-in-block .timer-string .text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: rgba(63, 52, 42, 0.5);
}

header .log-in-popup .log-in-block .timer-string .time {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0%;
}

header .log-in-popup .log-in-block .timer-alert {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .log-in-popup .log-in-block .timer-alert .icon {
    position: relative;
    top: 5px;
    margin-right: 6px;
}

header .log-in-popup .log-in-block .timer-alert .icon img {
    width: 20px;
    height: 20px;
}

header .log-in-popup .log-in-block .timer-substing {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

header .log-in-popup .log-in-block.recovery {
    margin-top: 0px;
}

header .log-in-popup .log-in-block .input-wrapper {
    position: relative;
    width: 100%;
}

header .log-in-popup .log-in-block .phone-input {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 12px;
    border: 1px solid #5D554D1F;
    padding: 16px 20px 16px 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
}

header .log-in-popup .log-in-block .input-wrapper .label {
    position: absolute;
    top: -8px;
    left: 16px;
    display: block;
    width: max-content;
    height: max-content;
    background-color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #98928D;
    padding: 0 4px;
}

header .log-in-popup .log-in-block .phone-input:focus {
    outline: none;
}

header .log-in-popup .log-in-block .phone-input::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: rgba(63, 52, 42, 0.5);
}

header .log-in-popup .log-in-block .password-input {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    border: 1px solid #5D554D1F;
    padding: 16px 20px 16px 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
}

header .log-in-popup .log-in-block .password-input:focus {
    outline: none;
}

header .log-in-popup .log-in-block .password-input::placeholder {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: rgba(63, 52, 42, 0.5);
}

header .log-in-popup .log-in-block .send-button {
    width: 100%;
    height: 52px;
    border-radius: 100px;
    padding: 8px 28px 8px 28px;
    margin-top: 12px;
    background: #D7B46A;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header .log-in-popup .log-in-block .send-button.turquoise-button {
    background: #3480B4;
}

header .log-in-popup .log-in-block .send-button.btn-disabled {
    opacity: 0.7;
    cursor: default;
}

header .log-in-popup .log-in-block .send-note {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #9F9994;
    text-align: center;
    cursor: pointer;
    color: #3480B4;
}

header .log-in-popup .log-in-block .check-string {
    display: flex;
}

header .log-in-popup .log-in-block .check-string .icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

header .log-in-popup .log-in-block .check-string .icon img {
    width: 100%;
}

header .log-in-popup .log-in-block .check-string .text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 0%;
}

header .log-in-popup .select-action.green-mode {
    background: #77967380;
}

header .log-in-popup .green-mode-btn {
    background: #779673 !important;
}

header .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3F342A4D;
    backdrop-filter: blur(5px)
}

header .overlay.open {
    display: block;
}