@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/static/fonts/Montserrat-Regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/static/fonts/Montserrat-Bold.woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/static/fonts/Montserrat-Light.woff2');
    font-weight: 200;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
}

.id {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 12px;
    margin: 0 0 8px 0;
}

.name {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin: 0;
    /*max-width: 200px;*/
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.profession {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.brand {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.phone_number {
    display: flex;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.phone_number a {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 0 0 4px;
}

.my_services {
    display: flex;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px 0;
    /*margin: 20px 0 0 0;*/
}

.work_time_title {
    display: flex;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px 0;
    /*margin: 20px 0 0 0;*/
}

/*.service-title {*/
/*    font-family: 'Montserrat-Bold', sans-serif;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.service-description {*/
/*    font-family: 'Montserrat-Regular', sans-serif;*/
/*    font-size: 16px;*/
/*    margin-top: 5px;*/
/*    padding: 0 30px;*/
/*}*/

/* Стиль по умолчанию — для мобильных устройств */
.service-title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0; /* Убираем авто-маржин */
    text-align: center;  /* Текст выравнивается по левому краю */

    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px; /* Компактные отступы */
}

.service-description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start; /* Текст выравнивается по левому краю */

    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 16px;

    margin: 10px auto;
    padding: 0 20px; /* Компактные отступы */

    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    text-align: center; /* Текст выравнивается по левому краю */
}

/* Для десктопов */
@media (min-width: 500px) {
    .service-title {
        text-align: center;  /* Центрируем заголовок */
        margin: 0 auto 5px auto;  /* Центрируем блок */
        padding: 0;  /* Убираем отступы для центрирования */
    }

    .service-description {
        justify-content: center; /* Центрируем описание */
        align-items: center;     /* Центрируем описание */
        text-align: center;      /* Центрируем текст */
        margin: 20px auto;  /* Центрируем контейнер */
        padding: 0 30px;  /* Добавляем отступы для удобства */
        /* max-width: 800px;  /* Увеличиваем максимальную ширину */
    }
}

.online_record_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.main_title {
    font-family: Montserrat-Regular, sans-serif;
    text-align: center;
    margin: 0;
}

.presentation_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.online_record_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.online_record_button:hover {
}

.pay_block {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
}

.qrcode_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    /*margin: -6px 0 0 0;*/
}

.clickuz_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	border-color: transparent;
	text-align: center;
	cursor: pointer;
	width: 292px; height: 60px;
	margin: 8px;
	padding: 0 0 0 0;
}

.clickuz_button:hover {
}

.uzumbank_button {
    display: block;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    text-align: center;
	border-radius: 5px;
	border-color: transparent;
    cursor: pointer;
	width: 292px; height: 60px;
	margin: 8px;
	padding: 10px 10px 10px 10px;
}

.uzumbank_button:hover {
}

.cards {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center; /* Центрирует элементы по вертикали */
    justify-content: flex-start; /* Выравнивает элементы по левому краю */
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    max-height: 60px;
    max-width: 272px;
    margin: 8px;
    padding: 10px;
    text-decoration: none; /* Убирает подчеркивание текста ссылки */
}

.icon_cards {
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 50px;
}

.text {
    flex-grow: 1; /* Текст занимает оставшееся пространство */
    text-align: center; /* Центрирует текст внутри блока */
}


.clipboard_uzcard {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.clipboard_humo {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.clipboard_visa {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.clipboard_mastercard {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.clipboard_yoomoney_mastercard {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.clipboard_yoomoney_mir {
    font-family: 'Montserrat-Bold', sans-serif;
	font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
}

.qr_caption {
    display:flex;
	justify-content: center;
    align-items: center;
	margin: 10px auto;
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 10px 0;
}

.counterDiv {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 20px;
    line-height: 36px;
    text-align: center;
}

.statistics_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}



#myLinks button {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 17px;
    border: none;
    padding: 10px 0 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    vertical-align: middle;
}

#myLinks button:active {
}

#myLinks {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.topnav #myLinks {
    display: none;
    font-family: 'Montserrat-Bold', sans-serif;
}

.topnav_background {
}

.topnav {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.topnav a {
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    position: relative;
    max-width: 100%;
}



.topnav a.icon svg {
  display: block;          /* делает SVG блочным элементом */
  vertical-align: middle;  /* выравнивает идеально по центру */
}

.topnav a:hover {
}

.button-login {
}

.find {
    position: relative;
    padding-left: 40px;
}



.site_logo {
}

.hamburger_menu {
}

.footer_form_text {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
}

.purchase_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}

.footer_main {
    display: flex;
    justify-content: center;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
}

.footer_main_minimal {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px 0;
    height: 50px;
    text-decoration: none;
}

.footer_text {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
}

.copyright_text {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
}

.location_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.partners_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.partners_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.catalog_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.catalog_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.catalog_button:hover {

}

.market_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.market_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.market_button:hover {

}

.rate_place_title {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 20px 0;
    margin: 0;
}

.rate_google_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.rate_yandex_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.rate_2gis_button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border-color: transparent;
    width: 292px;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
}

.phone_bg {
}

.phone_icon {
}

.email_bg {
}

.email_icon {
}

.sms_bg {
}

.sms_icon {
}

.bookmark_bg {
}

.bookmark_icon {
}

.share_bg {
}

.share_icon {
}

.site_bg {
}

.site_icon {
}

.app_bg {
}

.app_icon {
}

.container {
    max-width: 767px;
    padding: 0 1em;
    display: block;
    margin: 0 auto;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.container_about {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    max-width: 450px;
    width: 90%;
}

.avatar-container {
    order: 1;
    margin-right: 0;
    margin-left: 20px;
    width: 134px;
    height: 134px;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-self: flex-end;
    border-radius: 6px;
}

/* Стиль для иконок в контактах */
.phone_number img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
}

.info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

img[tabindex="0"] {
    cursor: zoom-in;
}

img[tabindex="0"]:focus {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 310px;
    height: auto;
    max-height: 310px;
    margin: auto;
}

img[tabindex="0"]:focus,
img[tabindex="0"]:focus ~ * {
    cursor: zoom-out;
    pointer-events: none;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-item {
    margin: 20px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .service-item {
        flex-direction: row;
        align-items: baseline;
    }

    .service-title {
        /*margin-right: 0;*/
        margin-bottom: 0;
    }
}

.social {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    place-items: center;
    background: transparent;
    /*margin: -16px 10px 5px 10px;*/
    margin: 0 0 20px 0;
}

.social > * {
    margin: 0 5px;
}

@media screen and (min-width: 1000px) {
    .social {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .social > * {
        margin: 0 10px;
    }
}

.social a,
.social button {
    width: 50px;
    height: 50px;
    margin: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.social a img,
.social button img {
    width: 50px;
    height: 50px;
}

.share_to_telegram {
    cursor: pointer;
}

.qrcode {
    display:flex;
	justify-content: center;
	align-items: center;
    text-align: center;
	padding: 20px 0 0 0;
}

#qrCodeImg {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 400px) {
  .map-container {
    max-width: 1920px;
  }
}

/*.video_1 {*/
/*    width: 320px;*/
/*    height: 180px;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    padding: 20px 0 20px 0;*/
/*}*/

/*.video_2 {*/
/*    width: 320px;*/
/*    height: 180px;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    padding: 0 0 20px 0;*/
/*}*/


.video {
    max-width: 100%;
    max-height: 70vh;
    height: auto;
    width: auto;
    display: block;
    margin: 20px auto;
    background: #333333;
    border-radius: 5px;
}

.purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.purchase_button {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    width: 200px;
    height: 60px;
    margin: 20px 0;
}

.purchase_button:hover {
}

.purchase_text {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.order_card_button {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    width: 200px;
    height: 60px;
    margin: 0 0 20px 0;
}

.order_card_button:hover {
}

.footer_form_button {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    user-select: none;
    outline: none;
    cursor: pointer;
    width: 200px;
    height: 60px;
    text-align: center;
    margin: 20px 0;
}

.footer_form_button:hover {
}

.social_icons {
    display: flex;
    gap: 14px;
    margin-right: 20px;
    margin-left: 20px;
}

.social_icons .icon {
    text-decoration: none;
}

.social_icons .icon img {
    width: 38px;
    height: 38px;
}

.main_block {
    max-width: 767px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
}

.lang_module {
    padding: 0 6px 0 0;
}

.lang_module button {
    margin-right: 10px;
    font-size: 16px;
}

.login_module a {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    margin: 0 20px 0 0;
}









.body_catalog {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    min-height: 100%;
    position: relative;
}

.product {
    margin-bottom: 50px;
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.product .name {
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.product-details {
    /*display: flex;*/
    justify-content: space-between;
    align-items: baseline; /* Вот ключ! */
}

.input-name {
    font-family: 'Montserrat-Regular', sans-serif;
}

.input-phone {
    font-family: 'Montserrat-Regular', sans-serif;
}

.product .description {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    flex: 1;
}

.price {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 18px; /* Крупнее */
    font-weight: bold;
    margin: 0 0 20px 0;
    white-space: nowrap;
}

.price-btn {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.product .add-to-cart {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.back-btn {
    font-family: 'Montserrat-Bold', sans-serif;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 50px;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    max-width: 300px;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.order-form {
    display: flex;
    flex-direction: column;
}

.order-input {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 8px;
    border-radius: 5px;
    height: 40px;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.order-button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    text-align: center;
}

.order-button:hover {
}

.order-cancel-button {
    display: block;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    padding: 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    text-align: center;
}

.order-cancel-button:hover {
}

.popup {
    font-family: 'Montserrat-Bold', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-content {
    margin: 15% auto;
    padding: 20px;
    width: 50%;
    text-align: center;
    position: relative;
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

.deactivated-card {
    display: flex;
    flex-direction: column;
    justify-content: center; /* по вертикали */
    align-items: center;     /* по горизонтали */
    font-family: "Montserrat-Regular", sans-serif;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: orange;
    color: #333333;
    padding: 0; /* чтобы точно не было внутренних отступов */
    gap: 6px;  /* регулирует расстояние между логотипом и текстом */
}

.deactivated-card-description {
    display: flex;
    flex-direction: column;
    justify-content: center; /* по вертикали */
    align-items: center;     /* по горизонтали */
    font-family: "Montserrat-Regular", sans-serif;
    text-align: center;
    font-size: 16px;
    width: 100%;
height: 100%;
    margin: 0 auto;
    background-color: orange;
    color: #333333;
    padding: 80px 0 0 0;
    gap: 6px;  /* регулирует расстояние между логотипом и текстом */
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.logo {
    width: 120px;
    height: auto;
    display: block;
    margin: 0;
    padding: 80px 0 0 0;
    line-height: 0;
}

.status-badge {
    font-family: "Montserrat-Bold", sans-serif;
    text-align: center;
    background-color: #333333;
    color: orange;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    display: inline-block;
}

.deactivated-card p {
    margin: 10px 0;
    font-size: 18px;
}

.deactivated-card a {
    color: orange;
    text-decoration: none;
    font-size: 14px;
}

/*.deactivated-card a:hover {*/
/*    background: white;*/
/*    color: orange;*/
/*}*/











.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.cart-item {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    color: #333333;
}

.cart-total {
    color: #333333;
    display: flex;
    align-items: center;
    gap: 6px; /* расстояние между элементами */
    margin: 0 0 40px 0;
}

.cart-total-label,
.cart-total-value,
.cart-total-currency {
  display: inline-block;
}

.close-cart {
    color: black;
}

.title-cart {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 20px;
    color: black;
    margin: 0 0 40px 0;
}

.cart-total-label {
    color: black;
}
.total-price {
    color: black;
}

.cart-total-currency {
    color: black;
}

.cart-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    z-index: 10;
    transition: color 0.2s;
}

.cart-close-button:hover {
    color: #ff0000;
}

.cart-button {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.button-row {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 999;
}

/* Кнопка корзины */
.my-cart {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-family: 'Montserrat-Bold', sans-serif;
    border-radius: 8px;
    border: 2px solid orange;
    color: orange;
    background-color: #333333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Кнопка назад */
.back-btn-new {
    font-family: 'Montserrat-Bold', sans-serif;
    height: 50px;
    min-width: 200px;
    padding: 0 20px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #e0e0e0;
}


.cart-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart-item-qty {
    min-width: 20px;
    text-align: center;
}























.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide.active {
    display: flex;
    border-radius: 10px;
}

.slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.indicators {
    text-align: center;
    margin-top: 8px;
}

.dot {
    height: 16px;
    width: 16px;
    margin: 0 4px;
    background-color: white;
    border-radius: 10%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: orange;
}


.choose-more {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #F0F0F0;
}

.place-an-order {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: orange;
}

.cart-item-name {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    width: 140px;
}

.cart-item-qty {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
}

.cart-item-price {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
}

.cart-total-label {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
}

.cart-total-value {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 18px;
}

.cart-total-currency {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
}

.back-to-cart {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #F0F0F0;
}

.order-now {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: orange;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    box-sizing: border-box; /* чтобы padding не ломал ширину */
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px; /* отступы между инпутами */
}

.decrease-button {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #F0F0F0;
    width: 24px;
    border-radius: 2px;
}

.increase-button {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #F0F0F0;
    width: 24px;
    border-radius: 2px;
}

.remove-from-cart-button {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #F0F0F0;
    width: 24px;
    border-radius: 2px;
}

.approval {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #909090;
    margin: 20px 0 0 0;
}

.approval a {
  color: inherit;
  text-decoration: underline;
}







/* Корневой контейнер — отступы слева/справа 10px */
.hours {
  padding: 0 10px;
  box-sizing: border-box;
}

/* Контейнер плиток: центрируем и жёстко ограничиваем ширину так,
   чтобы в строке было не больше двух плиток */
.hours-grid {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;                   /* расстояние между плитками */
    justify-content: center;     /* центрируем ряды */
    margin: 20px 0 20px 0;
  /* ширина = 2 плитки + 1 gap между ними (2*W + gap) */
 /* max-width: calc(2 * 160px + 12px); /* подберите 160px под желаемую ширину плитки */
}

/* Плитка: фиксированная ширина, серый фон, скругления и тень */
.hours-grid .day-tile {
  flex: 0 0 160px;             /* фиксирует ширину — гарантирует 2 в ряд */
  width: 160px;
  max-width: 160px;
  background-color: #efefef;   /* серый фон плитки */
  border-radius: 12px;         /* скругленные углы */
  padding: 12px;
  text-align: center;
  transition: transform .12s ease, box-shadow .12s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  box-sizing: border-box;
}

/* Ховер — немного поднимаем и усиливаем тень */
.hours-grid .day-tile:hover {
    transform: translateY(-3px);
}

/*.single-schedule {*/
/*    font-family: 'Montserrat-Regular', sans-serif;*/
/*    font-size: 14px;*/
/*    flex: 0 0 160px;*/
/*    width: 160px;*/
/*    max-width: 160px;*/
/*    background-color: #efefef;*/
/*    border-radius: 12px;*/
/*    padding: 12px;*/
/*    text-align: center;*/
/*    transition: transform .12s ease, box-shadow .12s ease;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    min-height: 72px;*/
/*    box-sizing: border-box;*/
/*    margin: 20px auto;*/
/*}*/

.single-schedule {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 16px;
    flex: 0 0 160px;
    /* width: 160px; */
    /* max-width: 160px; */
    background-color: #ffffff;
    /* border-radius: 12px; */
    /* padding: 12px; */
    text-align: center;
    transition: transform .12s ease, box-shadow .12s ease;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    /* min-height: 72px; */
    box-sizing: border-box;
    margin: 20px auto;
}

.single-schedule:hover {
  transform: translateY(-3px);
}

/* Сегодняшний день — выделение (можно менять) */
/*.hours-grid .day-tile.today {*/
/*  background: linear-gradient(180deg, #ffe6b8 0%, #ffb42c 100%);*/
/*  border: 1px solid rgba(59,130,246,0.14);*/
/*}*/

/* Текст внутри */
.hours-grid .day-title {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin-bottom: 6px;
}
.hours-grid .day-time {
  font-size: 13px;
  color: #333;
}
.hours-grid .day-time.closed {
    color: #9ea6ab;
    font-weight: 600;
}

/* Статус под плитками */
.status {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    font-weight: 600;
}


#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* Анимация подпрыгивания каждые 2 секунды */
    animation: bounce 2s infinite ease-in-out;
    /* Убираем квадрат при клике или фокусе */
    outline: none;
    -webkit-tap-highlight-color: transparent; /* для мобильных */
}

#scrollTopBtn:hover {
    transform: scale(1.1);
}

/* Ключевые кадры для подпрыгивания */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}




.topnav {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
}

.topnav a.active {
  display: inline-block;
}

.languages {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0;
  z-index: 10;
}

.languages button {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 14px;
  border: none;
  padding: 10px 10px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.languages button.active {
    border-radius: 0;
}

.topnav a.icon {
  position: absolute;
  right: 0;
  top: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topnav a.icon svg {
  display: block;
  vertical-align: middle;
}

.topnav #myLinks {
  display: none;
  font-family: 'Montserrat-Bold', sans-serif;
}







