88@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html { font-size: 16px; }

body

{
background: #212121;
font-family: 'Montserrat', sans-serif;
color:#CDC9CF;
overflow-x: hidden;}

.text-justify {
  text-align: justify !important;
}


.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}


a
{color: #fff;
text-decoration: none;}


a:hover
{color: #90EE90;}

.linking

{color: #fff;
text-decoration: none;
cursor: pointer}

.linking:hover
{color: #90EE90;}




h4

{font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
text-transform: uppercase;}

.lg-text

{font-family: 'Manrope',serif;
    font-weight: 200;
    font-size: 50px;
text-transform: uppercase;}

@media (max-width: 768px) {
    .lg-text {
        font-size: 35px;
    }
}




.sm-text

{
    font-weight: 200;
    font-size: 14px;
}



.fade80
{opacity:0.66;}


.bg-gray
{background: #ebebeb;
color: #000;}

.bg-white
{color: #000;}

.button-1

{display:inline-block;
background: #fff;
margin-auto;
color: #222;
padding: 12px;
border: solid 1px black;
border-radius: 8px;}

.button-1:hover

{background: #222;
color: #90EE90;
border: solid 1px #90EE90;
}


.linking-btn

{display:inline-block;
background: #000;
margin-auto;
color: #222 !important;
padding: 12px;
border: solid 1px #fff;
border-radius: 20px;
font-size: 25px;}


.linking-btn:hover

{
border: solid 1px #90ee90;
}


.linking-btn-small

 {
    display: inline-block;
    background: #212121;
    color: #FFF ;
    padding: 8px 12px;
    border: solid 1px #fff;
    border-radius: 20px;
    font-size: 16px;
	margin-top: 6px;
cursor: pointer;}

.linking-btn-small:hover

{
border: solid 1px #90ee90;
color: #90ee90; !important;
}




.button-2

{background: #000;
margin-auto;
color: #222;
padding: 12px;
border: solid 1px #fff;
border-radius: 8px;}

.button-2:hover

{background: #222;
color: #90EE90;
border: solid 1px #90EE90;
}


.intext
{display: block;
max-width: 95%;
margin:auto;
padding: 10px;}

/*футер*/

footer


{color: #fff;}


footer .address

{text-transform: uppercase;}


footer .logo a, header .logo a {
white-space: nowrap;
display: flex;
    align-items: center;
    text-decoration: none;
    color: #2c3e50;
    font-family: 'Manrope',serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 2px;
    transition: transform 0.3s ease;
}


footer  .logo img, header .logo img {
    margin-right: 12px;
    height: 45px;

}


footer  .logo-text, header  .logo-text {
    display: inline-block;
    position: relative;
}

footer  .logo-text-char, header  .logo-text-char {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #fff;
}

footer .logo:hover .logo-text-char, header .logo:hover .logo-text-char {
    color: #90EE90;
    transform: translateY(-4px);
}

footer .disclamer
{opacity: 0.8;
font-size: 14px;
margin-bottom: 9px;}

    /* Стили для модального окна */
    .modal-content {
        border-radius: 20px;
        border: none;
        box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    }
    .modal-header {
        border-bottom: none;
        padding: 30px 30px 0 30px;
    }
    .modal-body {
        padding: 20px 30px 30px 30px;
    }
    .modal-footer {
        border-top: none;
        padding: 0 30px 30px 30px;
    }
    .btn-close {
        font-size: 14px;
        opacity: 0.5;
        transition: opacity 0.3s;
    }
    .btn-close:hover {
        opacity: 1;
    }
    .modal-btn-primary {
        background: #90ee90;
        border: none;
        color: #1a1a1a;
        padding: 12px 40px;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s;
    }
    .modal-btn-primary:hover:not(:disabled) {
        background: #7ad07a;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(144,238,144,0.4);
    }
    .modal-btn-primary:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }
    .modal-btn-secondary {
        background: transparent;
        border: 1px solid #ddd;
        padding: 12px 40px;
        border-radius: 50px;
        color: #666;
        transition: all 0.3s;
    }
    .modal-btn-secondary:hover {
        border-color: #999;
        background: #f8f8f8;
    }
    .modal-title {
        font-weight: 700;
        font-size: 28px;
    }
    .modal-body p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
    }

    /* Стили для формы в попапе */
    .booking-form .form-control,
    .booking-form .form-select {
        border-radius: 12px;
        padding: 12px 16px;
        border: 1px solid #e0e0e0;
        transition: border-color 0.3s, box-shadow 0.3s;
    }
    .booking-form .form-control:focus,
    .booking-form .form-select:focus {
        border-color: #90ee90;
        box-shadow: 0 0 0 3px rgba(144,238,144,0.25);
    }
    .booking-form .form-label {
        font-weight: 500;
        color: #333;
        margin-bottom: 6px;
    }
    .booking-form .form-text {
        font-size: 14px;
        color: #888;
    }
    .range-value {
        font-weight: 600;
        color: #1a1a1a;
        min-width: 30px;
        display: inline-block;
        text-align: center;
    }
    input[type="range"] {
        width: 100%;
        height: 6px;
        -webkit-appearance: none;
        appearance: none;
        background: #e0e0e0;
        border-radius: 3px;
        outline: none;
        transition: background 0.3s;
    }
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #90ee90;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        transition: transform 0.2s;
    }
    input[type="range"]::-webkit-slider-thumb:hover {
        transform: scale(1.1);
    }
    input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #90ee90;
        cursor: pointer;
        border: 2px solid #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    input[type="range"]:focus {
        outline: none;
    }
    .form-check-input:checked {
        background-color: #90ee90;
        border-color: #90ee90;
    }
    .form-check-input:focus {
        border-color: #90ee90;
        box-shadow: 0 0 0 3px rgba(144,238,144,0.25);
    }
    .form-check-label {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }
    .form-check-label a {
        color: #1a1a1a;
        font-weight: 500;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .form-check-label a:hover {
        color: #90ee90;
    }
    .booking-form .row.gap-3 {
        row-gap: 1rem;
    }