.styled-list {
	position: relative;
	width: 100%;
	height: 56px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.styled-list:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 16px;
	background-image: url('/images/down.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	transform: rotate(0);
	transition: .2s transform;
}
.styled-list.opened {
	overflow: visible;
}

.styled-list.opened:after {
	transition: .2s transform;
	transform: rotate(180deg);
}
.styled-item-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	cursor: pointer;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	line-height: 56px;
	background-color: transparent;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-left: 0!important;
	border-top: 0!important;
	border-right: 0!important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: 0!important;
	user-select: none;
}
.styled-list-ins {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	z-index: 1;
}
.styled-item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: 'Rubik', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	background-color: #eee;
	transition: .2s background-color;
}
.styled-item:hover {
	background-color: #ccc;
	transition: .2s background-color;
}
.styled-item:last-child {
	border-bottom: 0;
}

input[name="datein"],
input[name="dateout"] {
	cursor: pointer;
}

input[name="timein"],
input[name="timeout"] {
	font-size: 20px;
}

.styled-list.opened .styled-list-ins {
	display: block
}

.t-input-group_cat {
	display: none;
}

.t-input-group_razm {
	display: none;
}

.t-input-group_with {
	display: none;
}

.t-input-group_requisites {
	display: none;
}

.t-section__title-del {
	color: #fff;
  }

  .t-section__title-del {
	padding-bottom: 60px;
  }

  .table-ad {
	font-family: 'Rubik', Arial, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 1.17;
	text-align: center;
	border: 1px solid #fff;
	border-collapse: collapse;
  }

  .table-ad th {
	font-weight: 500;
  }

  .table-ad td {
	font-weight: 100;
  }

  .table-ad .table-ad-title {
	font-weight: 500;
	font-size: 24px;
  }

  .table-ad td,
  .table-ad th {
	border: 1px solid #fff;
	padding: 10px;
  }

  .t-col_10-scroll {
   overflow: auto;
   padding-bottom: 20px;
  }

 #rec885213589 {
 	display: none;
 }

.t-heading_lg-fix {
	line-height: 1.2;
}
#rec885213016 .t-descr_xs.t-heading_lg-fix {
	font-weight: 400;
	font-size: 18px;
}

#rec885213016 .t-heading_lg {
    font-size: 28px;
}

.t390__wrapper-fix {
	padding: 0 25px 40px 25px;
	margin-top: -20px;
}

.t390__btn-fix {
	font-size: 18px;
}

.campus-version.hide {
	display: none;
}

@media screen and (max-width: 640px) {
    .t390__btn-fix {
        font-size: 17px;
        line-height: 22px;
        height: 60px;
        padding: 0 15px;
    }
   .t390__wrapper-fix {
		padding: 0 20px 40px 20px;
		margin-top: 0;
	}
}

.t-descr-fixx {
	color: #fff;
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.a-descr-fixx {
	text-decoration: none;
	color: #fff;
}

.br-mob-desk {
	display: none;
}

@media screen and (max-width: 640px) {

	.br-mob-desk {
		display: block;
	}
}