@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../fonts/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/PTSans-Regular.eot');
    src: local('PT Sans'), local('PTSans-Regular'),
        url('../fonts/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans/PTSans-Regular.woff') format('woff'),
        url('../fonts/PTSans/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #2b2a29;
}

input,
button,
select,
textarea {
    font-family: inherit;
}



.page-image {
    cursor: pointer;
}

.modal-image {
    display: block;
    margin: auto;
}

.up-link {
    color: #5DAFBB;
    text-decoration: none;
}

.link {
    text-decoration: none;
    color: black;
}

.current-district {
    color: #4b8f99;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.district {
    font-size: 1.17em;
}

.subject {
    font-size: 1.1em;
    line-height: 1.1em;
}

.locality {
    font-size: 1em;
    line-height: 1em;
}

.col-regions {
    border-left: 3px solid #5DAFBB;
}

.left-title-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 130px;
}

.col-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 130px;
}

.page-title {
    color: #4b8f99;
    font-size: 1.5em;
    font-weight: bold;
}

.text-banner {
    position: relative;
    color: #4b8f99;
}

.text-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 25px;
    width: 12px;
    background-color: #5DAFBB;
    border-radius: 6px;
}

.text-banner p {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0 33% 0 10%;
}

.block-description {
    margin-top: 160px !important;
}

.col-description {
    font-size: 1.33em;
}

.col-banner-mobile,
.col-description-mobile {
    font-size: 1.33em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.p-1-point-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#p-1-point {
    position: relative;
    top: 0;
    left: -95px;
    width: 300px;
}

#p-1-point-mobile {
    width: 300px;
}

.full-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px !important;
    height: 45px !important;
    color: #ffffff !important;
    background-color: #5DAFBB !important;
    border: 2px solid #5DAFBB !important;
    border-radius: 20px !important;
}

.full-btn.disabled {
    background-color: #b3b3b3 !important;
    border: 2px solid #b3b3b3 !important;
}

.empty-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px !important;
    height: 45px !important;
    color: #5DAFBB !important;
    background-color: #ffffff !important;
    border: 2px solid #5DAFBB !important;
    border-radius: 20px !important;
}

.empty-btn.disabled {
    color: #b3b3b3 !important;
    border: 2px solid #b3b3b3 !important;
}

.logo-btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px !important;
    height: 45px !important;
    background-color: #ffffff !important;
    border: 2px solid #5DAFBB !important;
    border-radius: 20px !important;

}

.page-1-container {
    margin-top: 70px !important;
}

.page-1-footer {
    margin-top: 170px !important;
}

.regions-footer {
    margin-top: 200px !important;
}

.ordering-footer {
    margin-top: 200px !important;
}

.contacts-footer {
    margin-top: 300px !important;
}

/****************************** форма поиска ********************************/
.search-form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    /* Можно настроить ширину */
}

.search-input {
    width: 100%;
    height: 45px;
    padding: 12px 20px 12px 45px;
    /* Отступ слева под лупу */
    font-size: 13px;
    color: #333;
    border: 2px solid #b3b3b3;
    /* Серый цвет рамки */
    border-radius: 50px;
    /* Закругленные края как на фото */
    outline: none;
    background-color: #fff;
}

/* Изменение цвета рамки при фокусе */
.search-input:focus {
    border-color: #666;
}

/* Стилизация текста подсказки */
.search-input::placeholder {
    color: #333;
    /* Темный цвет текста подсказки */
    opacity: 1;
}

/* Позиционирование иконки лупы */
.search-icon {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    color: #666;
    /* Цвет лупы */
    pointer-events: none;
}

/****************************** форма поиска ********************************/


@media (max-width: 1399px) {
    #p-1-point-mobile {
        width: 250px;
        margin-bottom: 20px;
    }

    .regions,
    .page-1-devider {
        display: none;
    }

    #p-1-point {
        top: 0;
        left: -10px;
        width: 200px;
    }

    .page-1-footer {
        margin-top: 160px !important;
    }

}

.mobile-banners,
#regions-mobile,
#page-1-mobile-container {
    display: none;
}

@media (max-width: 1199px) {


    .mobile-extra-column,
    .order-book-image,
    #regions-desktop,
    #page-1-desktop-container {
        display: none;
    }

    .mobile-banners,
    #regions-mobile,
    #page-1-mobile-container {
        display: block;
    }

    .regions-footer {
        margin-top: 50px !important;
    }

    .ordering-footer {
        margin-top: 50px !important;
    }

    .contacts-footer {
        margin-top: 50px !important;
    }
}

@media (max-width: 576px) {
    #p-1-point-mobile {
        width: 200px;
        margin-bottom: 20px;
    }

    .text-banner p {
        font-size: 0.8em;
        line-height: 1em;
        margin: 0;
        padding: 0 20% 0 10%;
    }

    .col-banner-mobile,
    .col-description-mobile {
        font-size: 1em;
    }
}