

/* Start:/local/templates/template1/components/bitrix/news.detail/preim/style.css?17352044962121*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}


.preim .block__title {
	font-size: 24px;
	text-transform: uppercase;
	color: #424242;
	text-align: center;
	padding-bottom: 20px;
}

.preim .js-container {
	display: flex
}

.preim .preim-left {
	flex-grow: 1;
	flex-shrink: 1;
	padding-right: 50px;
	padding-left: 50px
}

.preim .preim-right {
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
}

.preim .preim-right img {
	width: 100%;
	margin: 0 0 16px 0
}

.preim ul li {
	padding-bottom: 30px;
	color: #424242;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	position: relative;
}

.preim ul li:after {
	content: '';
	position: absolute;
	background: #4C5866 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M12.9632 2.58966C13.3104 2.93146 13.3104 3.48654 12.9632 3.82833L5.85208 10.8283C5.50485 11.1701 4.94097 11.1701 4.59374 10.8283L1.03819 7.32833C0.690965 6.98654 0.690965 6.43146 1.03819 6.08966C1.38541 5.74786 1.9493 5.74786 2.29652 6.08966L5.2243 8.96896L11.7076 2.58966C12.0549 2.24786 12.6187 2.24786 12.966 2.58966H12.9632Z' fill='white'/%3E%3C/svg%3E") no-repeat center center;
	width: 30px;
	height: 30px;
	left: -50px;
	top: 0;
	border-radius: 50%
}

.preim ul li ul {
	margin: 30px 0 0 30px
}

.preim ul li ul li {
	color: #424242;
	padding-bottom: 16px;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.preim ul li ul li:after {
	width: 6px;
	height: 6px;
	content: '';
	position: absolute;
	background: #424242;
	left: -20px;
	top: 7px;
	border-radius: 0
}

@media (max-width:760px) {
	.preim .js-container {
		display: block
	}

	.preim .preim-left {
		flex-grow: 1;
		flex-shrink: 1;
		padding-right: 0;
		padding-left: 50px;
		width: 100%;
	}

	.preim .preim-right {
		width: 100%;
		flex-grow: 0;
		flex-shrink: 0;
	}

	.preim .preim-right img {
		width: 100%;
		margin: 0 0 16px 0
	}
}
/* End */


/* Start:/bitrix/components/interlabs/feedbackform/templates/.default/style.css?169987748713223*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  height: 36px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/bitrix/components/interlabs/feedbackform/templates/.default/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}

/* End */


/* Start:/local/templates/template1/components/bitrix/news.list/vsp/style.css?1706520637150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/template1/template_styles.css?17863543077199*/
.b-menu.menu-main.b-container {
    z-index: 4;
}

.btn-transparent {
    color: #9C2234;
    border: 1px solid #9C2234;
    background: transparent;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.btn-transparent:hover {
    background: rgba(131, 38, 52, 0.10);
}

.review-top {
    position: relative;
}

.review-top .heading-center {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.review-btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.hystmodal__wrap {
    padding: 10px;
}

.hystmodal__window {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    background: #FFF;
    padding: 40px 30px;
}

.hystmodal__close {
    background-image: none;
    outline: none !important;
    top: 41px;
    right: 30px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}


.hystmodal__close:hover {
    opacity: 0.8;
}

.hystmodal {
    z-index: 10000000000000000;
}

.hystmodal__shadow {
    z-index: 100000000;
}

.slam-easyform {}

.slam-easyform .modal-header {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.slam-easyform .modal-header .title {
    color: #4C5876;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    font-family: Georgia;
    text-transform: uppercase;
    padding-right: 30px;
}

.slam-easyform .modal-body {
    padding: 0;
}

.slam-easyform .hidden {
    display: none !important;
}

.slam-easyform .form-group {
    margin-bottom: 28px;
}

.slam-easyform .form-group.has-error input,
.slam-easyform .form-group.has-error textarea {
    border-color: #AD1818;
}

.slam-easyform .control-label {
    display: block;
    color: #424242;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 6px;
}

.slam-easyform .asterisk {
    color: #9C2234;
}

.slam-easyform .form-control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #BCBCBC;
    height: 42px;
    padding: 8px 12px;
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: all 0.3s ease 0s;
    outline: none !important;
}



.slam-easyform .form-control:focus {
    border-color: #424242;
}

.slam-easyform .form-control::placeholder {
    color: #BCBCBC;
}

.slam-easyform textarea.form-control {
    height: 200px;
    resize: none;
}

.slam-easyform .button {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease 0s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #9C2234;
    padding: 10px 20px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
}

.slam-easyform .button:hover {
    background: #832634;
}

.slam-easyform .form-checkbox {
    color: #424242;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    display: block;
    position: relative;
}

.slam-easyform .form-checkbox span {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    cursor: pointer;
}

.slam-easyform .form-checkbox input:checked+span::after {
    opacity: 1;
}

.slam-easyform .form-checkbox span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 3px;
    border: 2px solid #9192A0;
    border-radius: 2px;
    transform: translateY(-50%);
}

.slam-easyform .form-checkbox span::after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0C1.46957 0 0.960859 0.210714 0.585786 0.585786C0.210714 0.960859 0 1.46957 0 2V16C0 16.5304 0.210714 17.0391 0.585786 17.4142C0.960859 17.7893 1.46957 18 2 18H16C16.5304 18 17.0391 17.7893 17.4142 17.4142C17.7893 17.0391 18 16.5304 18 16V2C18 1.46957 17.7893 0.960859 17.4142 0.585786C17.0391 0.210714 16.5304 0 16 0H2ZM13.95 6.796C14.1376 6.60849 14.2431 6.35412 14.2432 6.08885C14.2433 5.82358 14.138 5.56914 13.9505 5.3815C13.763 5.19386 13.5086 5.08839 13.2434 5.0883C12.9781 5.0882 12.7236 5.19349 12.536 5.381L7.586 10.331L5.465 8.21C5.37216 8.11709 5.26192 8.04338 5.14059 7.99307C5.01926 7.94276 4.8892 7.91684 4.75785 7.9168C4.49258 7.9167 4.23814 8.02199 4.0505 8.2095C3.86286 8.39701 3.75739 8.65138 3.7573 8.91665C3.7572 9.18192 3.86249 9.43636 4.05 9.624L6.808 12.382C6.91015 12.4842 7.03144 12.5653 7.16493 12.6206C7.29842 12.6759 7.4415 12.7044 7.586 12.7044C7.7305 12.7044 7.87358 12.6759 8.00707 12.6206C8.14056 12.5653 8.26185 12.4842 8.364 12.382L13.95 6.796Z' fill='%239192A0'/%3E%3C/svg%3E");
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background: #9192A0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.slam-easyform .form-checkbox a {
    color: #9C2234;
}

.slam-easyform .form-checkbox input {
    display: none;
}

.slam-easyform .help-block {
    display: none !important;
}

.slam-easyform .alert.alert-danger {
    margin-bottom: 10px;
    color: #9C2234;
    font-size: 12px;
}


.rooms-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 10px;
}

.rooms-section__item {
    border: 1px solid #4c58667e;
    padding: 16px 24px;
    color: #4C5866;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.rooms-section__item:hover {
    opacity: 0.8;
}

.rooms-section__item.active:hover {
    opacity: 1;
}

.rooms-section__item.active {
    border-color: rgba(76, 88, 102, 0.50);
    background: #4C5866;
    color: #fff;
}

@media (max-width: 1024px) {
    .rooms-section {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .rooms-section::-webkit-scrollbar {
        display: none;
    }

    .rooms-section__item {
        white-space: nowrap;
        border-color: #4C5866;
    }

    .rooms-section__item:not(:last-child) {
        border-right: 0;
    }
}

@media (max-width: 768px) {
    .review-btn {
        position: static;
        margin-left: 10px;
    }

    .slam-easyform .modal-header .title {
        font-size: 20px;
        padding-right: 0px;
    }

    .hystmodal__close {
        top: 20px;
        right: 20px;
    }

    .hystmodal__window {
        padding: 50px 20px 20px 20px;
    }

    .rooms-section {
        margin-bottom: 20px;
    }

    .rooms-section__item {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .slam-easyform .form-checkbox {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/template1/components/bitrix/news.detail/preim/style.css?17352044962121 */
/* /bitrix/components/interlabs/feedbackform/templates/.default/style.css?169987748713223 */
/* /local/templates/template1/components/bitrix/news.list/vsp/style.css?1706520637150 */
/* /local/templates/template1/template_styles.css?17863543077199 */
