﻿/* MODAL START */

.modal-window {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    position: relative;
}
.modal__close {
    width: 24px;
    height: 24px;
    background: url('../../img/close_icon.svg') center / cover no-repeat;
    cursor: pointer;
    margin-left: auto;
}
.modal__title {
    margin: 0 auto 32px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    max-width: 370px;
}
.modal__form {
}
.modal .form-input-label {
    text-align: center;
}
.modal .form-check-label {
    font-size: 16px;
}
.form-group {
    padding-left: 20px;
}
.gclose.gbtn {
    /* display: none; */
}
.call_form {
}
.form-input-wrapper {
}
.form-input {
}
.form-input-label {
}
.form-group {
}
.form-check-input {
}
.custom-checkbox {
}
.form-check-label {
}
.btn {
}
.modal__form-btn {
    display: block;
    width: 290px;
    margin: 0 auto;
}

.modal {
    display: none;
}

.catalog__no-products {
    width: 100%;
}
.catalog__no-products p{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.page__content h1 {
    text-align: center;
}
.page__content {
    max-width: 1069px;
    padding-bottom: 60px;
    font-size: 18px;
}
.page__content h2,
.page__content h3,
.page__content h4,
.page__content h5,
.page__content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1;
}
.page__content ul,
.page__content ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page__content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.no-valid {
  border: 1px solid red;
  background-color: #fff0f0;
}
.modal__content {
    display: flex;
    flex-direction: column;
}
.modal__content p {
    text-align: center;
    font-size: 16px;
}
.modal__content img {
    max-width: 250px;
    margin: 10px auto;
}
.modal__content .btn {
    width: 290px;
    margin: 0 auto;
}

#glightbox-body.modalForm .gbtn{
    display: none;
}
#lizingForm #clientMessageLizing {
    display: none;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/* MODAL END */

.message__basket {
    max-width: 300px;
    border-radius: 16px;
    background: rgba(41, 40, 38, 0.60);
    backdrop-filter: blur(6.849999904632568px);
    padding: 32px 16px 16px 16px;
    position: absolute;
    top:32px;
    right: 32px;
    z-index: 5;
    display: none;
    flex-direction: column;
    gap:24px;
}
.message__basket.show {
    display: flex;
}
.message__basket-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top:16px;
    right: 16px;
    background-color: transparent;
    background-image: url('../../img/close-gray.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border:none;
}
.message__basket-text {
    color: #FFF;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
}
.message__basket-action {
    display: flex;
    gap:16px;
}
.message__basket-btn {
    width: calc(50% - 8px);
    height: 33px;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px;
}
.message__basket-btn.outline-btn {
    background-color: transparent;
    color:#fff;
}
.catalog__main.search-result {
    width: 100%;
}
.search-result .catalog__products.grid .product{
    width: calc(25% - 18px);
}
.form-input.alert {
    border:solid 1px #F00;
}




/* @media (max-width: 1651) {
    .swiper-button-prev {
        left:0px;
    }
    .swiper-button-next {
        right: 0px;
    }
} */

/* ========================================================================================================== */

