/* баннер заявки на POS терминал */
.breadcumb-area-banner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    object-fit: cover;
}

.breadcumb-wrap-banner {
    background-color: rgba(0, 0, 0, 0.5); /* Черный фон с прозрачностью */
    color: #fff; /* Цвет текста */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcumb-wrap-banner h2 {
    color: #fff;
    position: relative;
    /*text-transform: capitalize;*/
    padding-bottom: 15px;
    margin-bottom: 57px;
    font-size: 40px;
}

.breadcumb-wrap-banner h2::before, .breadcumb-wrap-banner h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.breadcumb-wrap-banner h2::after {
    left: 51%;
    bottom: -2px;
}

.breadcumb-menu-banner {
    background: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 0px;
}

.breadcumb-menu-banner ul {
    list-style: none;
    display: flex;
    justify-content: center; /* Выравниваем элементы по центру по горизонтали */
    align-items: center;
    margin: 0px 5px;
    color: #C62828;
    padding: 15px 0px;
}

.breadcumb-menu-banner li {
    margin: 0 10px; /* Добавляем отступы между элементами меню */
}

.breadcumb-menu-banner ul li a {
    color: #fff;
}

.breadcumb-menu-banner ul li a:hover {
    color: #C62828;
}
/* /* баннер заявки на POS терминал */

.privery {
    color: #c62828;
    font-size: 15px;
}

.label-checkbox {
    margin-left: 5px;
    font-size: 15px;
}
.checkbox-size {
    transform: scale(1.5);
}

.oboiForContainer {
    background-color: #ffffff;
    min-height: 600px;
    padding: 20px 0px;
}

.sharedWallpaper{
    background-color: #ffffff;
}

.sharedWallpaper {
    background-color: #ffffff;
    min-height: 600px;
    padding: 20px 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    width: 1230px;
    margin: 0 auto;
}


a.btn-applforposter,
.btn-applforposter {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 0 27px;
    line-height: 50px;
    text-align: center;
    background: #4bba53;
    border-radius: 3px;
    display: inline-block;
    min-width: 159px;
    cursor: pointer;
}

.btn-applforposter:hover,
.btn-applforposter:active,
.btn-applforposter:focus {
    color: #fff;
    background: #369c3d;
}

.header__btns .btn-applforposter:last-child {
    background: #016435;
}

.header__btns .btn-applforposter:last-child:hover {
    background: #007f42;
}



input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input::-webkit-input-placeholder {
    color: #767676;
    font-size: 15px;
}

input::-moz-placeholder {
    color: #767676;
}
/* Firefox 19+ */
input:-moz-placeholder {
    color: #767676;
}
/* Firefox 18- */
input:-ms-input-placeholder {
    color: #767676;
}

.page__title {
    margin: 12px 0 26px 0;
    font-weight: 500;
    font-size: 30px;
}



.apply__right {
    width: 418px;
    float: right;
    background: #f1f1f1;
    border-radius: 20px;
    padding: 42px 47px 20px 47px;
    margin-top: 88px;
}

.apply__right_small {
    margin-top: 26px;
}

.apply__left {
    width: 720px;
    float: left;
}

.apply__row {
    margin-bottom: 22px;
    position: relative;
}

.apply__label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
}


.apply__input {
    width: 100%;
    height: 59px;
    border-radius: 5px;
    color: black;
    padding: 0 20px;
    border: 1px solid #cecece;
    font-size: 18px;
}

.apply__input[disabled] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.error .apply__input {
    border: 1px solid red;
}

.error .apply__label {
    color: red;
}

.error__text {
    margin-top: 2px;
    font-size: 11px;
    color: red;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.apply {
    margin-top: 29px;
    padding-bottom: 20px;
}


.apply .btn-applforposter {
    background: #c62828;
    font-size: 18px;
    line-height: 62px;
    padding: 0 32px;
    margin-top: 8px;
}

.apply .btn-applforposter:hover {
    background: #cc0000;
}


/*////////////////////////////////////////////////////////////////*/


.modal-inform-content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 20px;
    max-width: 450px; /* Максимальная ширина модального окна */
    text-align: center;
}

/* Стили для заголовка */
.inform-modal-header {
    text-align: center;
    font-size: 1.6rem;
}

/* Стили для содержимого */
.inform-modal-body {
    text-align: center;
}

.inform-text {
    margin-top: 20px;
    font-size: 1.2rem;
}

.imgPhoto1 {
    max-width: 65%; /* Максимальная ширина изображения будет равна ширине родительского контейнера */
    height: auto; /* Автоматическая высота, чтобы сохранить соотношение сторон */
}

.imgPhoto2 {
    max-width: 65%; /* Максимальная ширина изображения будет равна ширине родительского контейнера */
    height: auto; /* Автоматическая высота, чтобы сохранить соотношение сторон */
}

.inform-modal-footer {
    margin-top: 20px;
    text-align: center;
}


.field-error-message {
    color: #dc3545; /* Цвет текста для сообщения об ошибке */
    font-size: 15px; /* Размер шрифта для сообщения об ошибке */
}
.close-btn {
    padding: 3px 0px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    background-color: #c62828;
    border-color: #000000;
    width: 190px; /* Укажите желаемую ширину кнопки (например, 100px) */
    margin-right: 50px; /* Добавляем небольшой отступ между кнопками */
}

.close-btn:last-child {
    margin-right: 0; /* Убираем отступ у последней кнопки */
}

.close-btn:hover {
    color: #fff;
    background-color: #993c3c;
    border-color: #000000;
}


#loading-circle-modal {
    width: 40px;
    height: 40px;
    border: 10px solid #ccc;
    border-top: 10px solid #e93a3a;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* MEDIA FOR MOBILE */
@media screen and (max-width:1232px) {
    .wrapper {
        width: 768px;
        padding: 0 5px;
    }

    .page__title {
        margin-bottom: 11px;
    }

    .apply__left {
        width: 100%;
    }

    .apply .btn-applforposter {
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .wrapper {
        width: 320px;
    }

    .page__title {
        width: 100%;
        font-size: 23px;
        line-height: 1.3;
    }

    .apply {
        margin-top: 0;
    }
}


/* END MEDIA FOR MOBILE */
