.main-bg-color {
	background-color: #f1211c;
	color: #fff;
}
.second-bg-color {
	background-color: #f5f9fc;
	color: #333;
}
.second-bg-color:hover {
	background-color: #d9e0e5;
	color: #333;
}
a {
	color: #222;
}
.r5 {
	border-radius: 20px;
}
.btn {
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.main-bg-color:hover {
	background-color: #ed0600;
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
#main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	font-weight: 700;
}
#main-nav li {
	margin: 0 15px;
}
#main-nav a {
	text-decoration: none;
	color: #444;
}
#main-nav a:hover {
	color: #000;
}
.btn {
	font-weight: 700;
}
.b-in {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f5f9fc;
	background-image: url(../img/room.webp);
	background-size: cover;
	background-position: center;
	min-height: 300px;
}
.b-in-t {
	padding-left: 60px;
}
h1 {
	font-weight: 700;
}
.a-c-in,.s-t-in {
	background-color: #f5f9fc;
	padding: 20px;
	height: 100%;
}
.a-c-btn,.s-btn {
	background-color: #232438;
	color: #fff;
}
.a-c-btn:hover,.s-btn:hover {
	background-color: #35364e;
	color: #fff;
}
.t-c-ul,.a-v-select,.s-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.t-c-ul li,.a-v-select li,.s-ul li {
	margin-bottom: 15px;
}
.t-c-a,.a-v-a,.s-ul-i {
	position: relative;
	padding-left: 20px;
	text-decoration: none;
	color: #232438;
}
.t-c-a:before,.a-v-a:before,.s-ul-i:before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border:  2px solid #232438;
	position: absolute;
	top: 4px;
	left: 0;
}
.current .t-c-a:before,.current .a-v-a:before,.current .s-ul-i:before {
	background-color: #232438;
}
.t-c-a:after,.a-v-a:after,.s-ul-i:after {
	content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    transform: rotate(-45deg);
}
.t-i-col {
	margin-bottom: 30px;
}
.t-in {
	background-color: #f5f9fc;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.t-t {
	position: relative;
	padding: 20px;
}
.t-n {
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 10px;
}
.t-e {
	font-size: .875rem;
	margin-bottom: 20px;
}
.t-st {
	position: absolute;
	padding: 0px 15px;
	background: linear-gradient(to right, rgb(240, 116, 123), rgb(235, 81, 201));
	color: #fff;
	font-weight: 500;
	right: 5px;
	top: 5px;
}
.t-a {
	margin-bottom: 20px;
}
.t-a-n {
	font-weight: 500;
}
.t-b {
	padding: 20px;
}
.pr-b-row {
	align-items: center;
	justify-content: space-between;
}
.t-pr,.t-s-pr {
	font-size: 1.2rem;
	font-weight: 500;
}
.t-pr.o-p {
	text-decoration: line-through;
	font-size: 1rem;
	font-weight: 400;
}
.t-s-t span {
	display: inline-block;
	padding: 0 10px;
	background-color: #dcf0ff;
	border-radius: 50px;
	font-size: .875rem;
}
.f-p-s {
	position: sticky;
	top: 30px;
}
.f-h {
	margin-top: 30px;
}
.f-tv-in {
	background-color: #f5f9fc;
	padding: 20px;
}
.f-tv-row {
	align-items: center;
	justify-content: space-between;
}
.form-check-input:checked {
	background-color: #ff8683;
	border-color: #ff8683;
}
.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(255 134 131 / 25%);
}
label,.form-check-input {
	cursor: pointer;
}
.h-c-in {
	background-color: #f6f6f6;
	padding: 20px;
}
body {
	counter-reset: section;
}
.h-c-ul {
	list-style: none;
	padding: 0;
	font-size: 1.1rem;
}
.h-c-ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}
.h-c-ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: section;
	content: counter(section) ". ";
	color: #777;
}
.b-f-in {
	padding: 20px;
}
.s6 {
	background-color: #f0f0f0;
}
.f-m-u {
	list-style: none;
	margin: 0;
	padding: 0;
}
.f-m-u li {
	margin: 5px 0;
	display: inline-block;
	margin-right: 15px;
}
.f-m-u a {
	color: #333;
	text-decoration: none;
}
.f-m-u a:hover {
	text-decoration: underline;
}
.f-s-info {
	font-size: .875rem;
}
.m-l-o.open {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.5);
	overflow-y: auto;

}
.m-load-modal,.wmodal {
	position: absolute;
	top: -2000%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 600px;
	width: 100%;
	background-color: #fff;
	padding: 30px;
	transition: .2s;
}
.m-load-modal.open,.wmodal.open {
	top: 50px;
}
.m-load-modal {
	z-index: 101;
}
.c-i {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url(../img/close.svg);
	background-size: 100% 100%;
	opacity: .8;
}
.c-i:hover {
	opacity: 1;
}
.wmodal {
	background-color: #f5f9fc;
}
html.overflow-hidden {
	padding-right: 15px;
}
.r-f-t {
	display: none;
}
.s-i-in {
	padding: 20px;
	background-color: #f5f9fc;
}
.r3 {
	border-radius: 15px;
}
.s-i-img {
	overflow: hidden;
	background: linear-gradient(45deg, rgb(240, 116, 123), rgb(235, 81, 201));
}
.s-i-img img {
	height: 120px;
	object-fit: cover;
	width: 100%;
}
.s-i-in {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.s-i-n {
	margin-top: 10px;
}
.s-i-text {
	margin-bottom: 20px;
}
.m-m-b {
	cursor: pointer;
	opacity: .75;
}
.m-m-b img {
	width: 30px;
}
.m-m-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
.m-m-ul li {
	margin-bottom: 5px;
}
.m-m-ul li a {
	text-decoration: none;
	font-weight: 500;
}
.scrollbar-hide::-webkit-scrollbar {
  	display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.h-t-l,.b-t-l {
	text-decoration: none;
	color: #222222!important;
}
.t-a-i svg {
	width: 40px;
	height: auto;
}
.t-a-i-i {
	cursor: pointer;
}

@media (min-width: 992px) AND (max-width: 1399.98px) {
.t-in {
	padding: 0 20px 15px;
}
}
@media (max-width: 1199.98px) {
.s-i-n {
	font-size: 1rem;
}	
.s-i-text {
    font-size: .875rem;
    line-height: 1.4;
}
.s-i-img img {
	height: 100px;
}
.s-t-in {
	font-size: .875rem;
}
}
@media (max-width: 991.98px) {
.s-i-img img {
    height: 120px;
}
.s-a-row {
	flex-wrap: nowrap;
}
.t-c-col li {
	display: inline-block;
	margin-right: 30px;
}
.f-h {
    margin-top: 15px;
}
.t-cat-n-col {
	margin-top: 30px
}
}
@media (max-width: 767.98px) {
.b-in-t {
    padding-left: 40px;
}
.b-in {
	min-height: 250px
}
.s-i-img img {
    height: 140px;
}
.pr-col {
	display: flex;
	margin-bottom: 15px;
}
.t-s-pr {
	order: -1;
}
.o-p {
	margin-top: -10px;
}
.b-o {
	width: 100%;
	padding: 10px;
}
.t-a {
    margin-bottom: 15px;
}
.t-b {
    padding-top: 10px;
}
.t-s-t span {
	font-size: .75rem;
}
.h-t-l {
	font-size: .875rem;
}
}
@media (max-width: 575.98px) {
.m-load-modal, .wmodal {
	max-width: 90%;
}
.b-in {
	position: relative;
	z-index: 1;
}
.b-in:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(to right,rgba(255,255,255,.3),rgba(255,255,255,.5));
	z-index: -1
}
.s-i-img {
  position: relative;
  padding-bottom: 50%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.s-i-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-in {
	padding: 20px;
}
.b-in-t {
	padding: 20px
}
}
@media (max-width: 479.98px) {
.h-row {
	padding-top: 10px;
}
.w-50-480 {
	flex: 0 0 50%;
    width: 50%;
}
.w-100-480 {
	flex: 0 0 100%;
    width: 100%;
}
.a-c-btn {
	margin-top: 1rem;
}
.t-c-a:before, .a-v-a:before,.t-c-a:after, .a-v-a:after,.s-ul-i:after,.s-ul-i:before {
	content: none;
}
.t-c-a, .a-v-a,.s-ul-i {
	padding: 4px 10px;
	font-size: .875rem;
	background-color: rgba(255,134,131,.25);
	border-radius: 30px;
	color: #000000;
}
.current .t-c-a,.current .a-v-a,.current .t-c-a:hover,.current .a-v-a:hover,.current .s-ul-i,.current .s-ul-i:hover {
	background-color: #ff8683;
	color: #000000;
}
.t-c-col li {
    margin-right: 5px;
}
.t-in {
    padding: 10px;
}
.m-load-modal.open, .wmodal.open {
    top: 20px;
}
}