:root {
	--color-1: #f6f0fd;
	--color-2: #7F22FE;
}
::-webkit-scrollbar {
	width: 10px;
	background: rgba(173, 173, 173, 0.25);
}
::-moz-scrollbar {
    width: 10px;
	background: rgba(173, 173, 173, 0.25);
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgba(173, 173, 173, 0.7);
} 
::-moz-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(173, 173, 173, 0.7);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(173, 173, 173, 1);
} 
::-moz-scrollbar-thumb:hover {
	background: rgba(173, 173, 173, 1);
}
.fs-7 {
	font-size: 0.9rem!important;
}
.fs-8 {
	font-size: 0.8rem!important;
}
.fs-9 {
	font-size: 0.7rem!important;
}
.btn {
    border: none!important;
	white-space: nowrap;
}
.btn-1 {
	background: var(--bs-gray-200)!important;
	color: var(--bs-black)!important;
}
.btn-2 {
    border-radius: 0!important;
    padding: 0 2px 2px 2px;
    margin: 0 10px;
}
.btn-2.active {
    border-bottom: 2px solid black!important;
}
.btn-3 {
    background: var(--color-2)!important;
	color: white!important;
}
.btn-h-1 {
	height: 50px;
}
.userName {
	color: initial;
	max-width: calc(100vw - 220px);
}
.modal {
    --bs-modal-width: 450px;
	--bs-modal-padding: 2rem;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
	background-color: transparent;
}
#user {
	z-index: 9999;
}
#user input[type=text], #user input[type=email], #user input[type=password], #user input[type=phone] {
    background: var(--color-1);
}
.navbar-brand {
	font-weight: 600;
	padding: 0;
}
.navbar-brand i {
	color: var(--color-2);
	margin: 0 3px;
}
.navbar-brand i.logo-icon {
	margin: 0 3px 0 0;
}
.logo-text {
	line-height: 15px;
    font-size: 12px;
}
.form-control:focus {
    border-color: #7f22fec9;
    box-shadow: 2px 2px 5px 0px #7f22fec9;
}
.form-check-input:checked {
    background-color: #7f22fe;
    border-color: #dee2e6;
}
.form-check-input:focus {
    box-shadow: none;
}
.showpass-btn,
.btn-user-exit,
.randomPassword,
.form-check-label {
	cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-color);
    background-color: var(--color-1);
}
.showpass-btn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    z-index: 99999;
    border: none;
}
.pass, .pass2 {
	border-radius: var(--bs-border-radius)!important;
}
.navbar ul.dropdown-menu {
    background: var(--bs-gray-200);
    border: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(var(--bs-tertiary-bg-rgb));
}
.modal-fullscreen-sm-down {
	min-height: 100%;
    height: auto;
}
.toast.cookie {
	background: white;
    box-shadow: 2px 2px 3px 1px #b7b7b7;
}
a.social {
    margin: 0 5px;
}
a.social img {
	width: 30px;
    background: var(--bs-gray-200);
    padding: 5px;
    border-radius: 4px;
}
.soczag {
	font-size: 12px;
}
.bobr {
	height: 52px;
}


/* Форма поиска отелей на главной странице */

.hsback {
	background-image: url(../img/hsblock.jpg);
    background-position: center;
    background-size: cover;
	overflow: hidden;
    border-radius: 20px;
}
.hsblock {
    background: linear-gradient(89.93deg, rgba(127, 34, 254, 0.6) 0.07%, rgba(0, 0, 0, 0) 99.94%);
    color: white;
}
.formSearch .form {
    background: white;
    color: black;
    overflow: hidden;
	width: 28%;
	cursor: pointer;
}
.formSearch .formDirection {
	border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}
.formSearch .formNumberTourists {
	border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}
.formSearch .filterButtons {
	width: calc(16% - 1rem);
    background: transparent;
}
input.hotelDirection,
input.hotelDirection:focus {
    border: none;
    outline: none;
    box-shadow: none;
	width: 100%;
    min-height: 40px;
	padding: 0;
}
.btn-search-hotels {
    width: 100%;
}
.list.action  {
    display: none;
}

@media (min-width: 1200px) {
    .hsdesc h2 {
        font-size: 1.2rem;
    }
}
@media (max-width: 575.98px){
	
	#user {
		background: white;
	}
	.userName {
		font-size: 13px;
	}
	
}