.news-detail {
	padding-top: 86px;
	padding-bottom: 95px;
	color: #585865;
	font-size: 17px;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
}

.news-detail__image {
	margin-bottom: 47px;
	text-align: center;
}

.news-detail__image img {
	max-width: 100%;
}

.news-detail p {
	margin-top: 0;
	margin-bottom: 20px;
}

.news-detail__content img {
	margin-top: 45px;
	margin-bottom: 75px;
	max-width: 100%;
}

.news-detail__promo {
	margin-bottom: 86px;
	padding-top: 76px;
	background: #EEEEF2;
}

.news-detail__promo h2 {
	margin-bottom: 46px;
	color: #212128;
	font-size: 40px;
	font-family: Arsenal, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.news-detail__promo a {
	color: #585865;
}

.news-detail__promo strong {
	display: block;
	margin-top: 30px;
	margin-bottom: 55px;
	color: #F3522D;
	font-size: 18px;
	font-family: Arsenal, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.36px;
}

.news-detail__more {
	margin-bottom: 45px;
}

.news-detail__more ul li {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.news-detail__more ul li:before {
	content: '';
	width: 100%;
	max-width: 9px;
	height: 9px;
	border-radius: 9px;
	background: #EC7272;
	margin-right: inherit;
}

.news-detail__link {
	max-width: 194px;
	margin: 0 auto;
}


.news-detail__content ul li {
    font-weight: 300;
    font-size: 15px;
    color: #585865;
    margin-bottom: 14px;
    line-height: 1.6;
	display: block !important;
}

.news-detail__content ul li:not(:last-child) {}

.news-detail__content ul li:before {
    content: "";
    background: url(/local/templates/.default/images/ul-green.svg) no-repeat center center;
    width: 100%;
    max-width: 19px;
    height: 19px;
    margin-right: 15px;
    display: inline-block;
	position: relative;
    top: 2px;
}


@media (max-width: 992px) {
	.news-detail {
		padding: 40px 0;
	}

	.news-detail__content img,
	.news-detail__image {
		margin-bottom: 30px;
	}

	.news-detail__promo {
		padding-bottom: 40px;
		padding-top: 40px;
		margin-bottom: 30px;
	}

	.news-detail__promo h2 {
		margin-bottom: 30px;
	}

	.news-detail__promo strong {
		margin-bottom: 30px;
	}
}
.magazine-detail p {
    margin-top: 0;
    margin-bottom: 20px;
}
.magazine-detail h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.magazine-detail table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
	
}
.magazine-detail table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.magazine-detail table td {
	border: 1px solid #dddddd;
	padding: 5px;
}
.achievements .achievements-section:not(:last-child) {
    margin-bottom: 15px;
}
.toggle_active .toggle__body{
	margin-top:20px;
}
.achievements{
	margin-bottom:40px;
}
.table{
	overflow: auto;
	position: relative;
}
.table table{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

header{
    background: rgba(0, 0, 0, .5) url(/local/templates/.default/images/corporate-service/main.jpg) no-repeat center center!important;
}
@media (max-width: 576px) {
	.magazine-detail table{overflow-x: scroll;
	width:100%;
	}
	   .header__title-block .header__title {
        font-size: 18px!important;
		}
		.achievements .toggle__head_text{
		max-width:264px;}
		.achievements .toggle__head {
        height: auto;
        padding-left: 9px;
        font-size: 19px;
        padding: 10px;
    }
.achievements .toggle__button {

width: 53px;}
}
.block_content{
	margin-bottom: 47px;
}
.soderzhanie{
	font-weight: bolder;
	    color: #585865;
    text-decoration: none;
    border-bottom: solid 2px #07A0FD;
}
.table a{
	    color: #585865;

}

/* Похожие отели */
.similar-hotels {
    background: #eeeef2;
    padding-top: 37px;
    padding-bottom: 90px;
}

.similar-hotels__title {
    margin-bottom: 47px;
}

.similar-hotels__item {
    position: relative;
    display: block;
    max-width: 325px;
}

.similar-hotels__item img {
    max-width: 100%;
}

.similar-hotels__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 88, 106, 0) 7.76%, rgba(8, 88, 106, 0.614112) 54.61%, #085869 100%);
}

.similar-hotels__price {
    position: absolute;
    top: 16px;
    left: 23px;

    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    min-width: 165px;
    padding: 12px 0;
    justify-content: center;
    gap: 0 5px;
    font-weight: 300;
    font-size: 14px;
    color: #585865;
}

.similar-hotels span {
    font-weight: 700;
    font-size: 20px;
    color: #212128;
}

.similar-hotels__name {
    position: relative;
    z-index: 3;
    font-family: "Arsenal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #ffffff;
    position: absolute;
    bottom: 35px;
    left: 23px;
}

.rooms__item:not(:last-child) {
    margin-bottom: 80px;
}

.rooms__variants {
    margin-top: 30px;
}

.rooms__variants-item {
    padding: 0px 0 0px 22px;

    border-radius: 6px;
    background: #eeeef2;
}

.rooms__variants-item:not(:last-child) {
    margin-bottom: 15px;
}

.rooms__variants-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rooms__variants-name {
    font-family: "Arsenal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #585865;
}

.rooms__variants-price-include {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #585865;
    cursor: pointer;
}

.rooms__variants-item-desc {
    display: none;
}

.rooms__variants-item-desc.active {
    display: block;
}

.rooms__variants-item-desc.mobile {
    display: none !important;
}

.rooms__variants-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rooms__variants-price {
    margin-right: 10px;
    font-family: "Arsenal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #038699;
    white-space: nowrap;
}

.rooms__variants-people {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #585865;
}

.rooms__variants-desc {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: 100%;
    max-width: 375px;
}

.rooms__variants-desc span {
    max-width: 340px;
}

.tab-body .rooms__variants-desc span {
    margin-bottom: 0px;
    color: #585865;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.rooms__variants-booking {
    width: 100%;
    padding: 27px 0;
    border: none;
    border-radius: 0px 6px 6px 0px;
    background: #f3522d;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

.rooms__name {
    margin-bottom: 18px;
    font-family: "Arsenal", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #212128;
}

.rooms__images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.rooms__images img {
    max-width: 100%;
}

.rooms__big-image {
    width: 100%;
    height: 100%;
}

.rooms__big-image a {
    display: block;
}

.rooms__no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.rooms__small-images {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 45px 0;
}

.rooms__small-images img {
    max-width: 62px;
}

.rooms__head {
    position: relative;
    overflow: hidden;
    max-height: 350px;
    line-height: 0;
}

.rooms__head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), transparent);
}

.rooms__item_active .rooms__head {
    max-height: unset;
}

.rooms__show-more {
    width: 100%;
    z-index: 2;
    height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #f3522d;
    background: transparent;
    cursor: pointer;
    transition: 0.5s;
}

.rooms__show-more_desktop {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 166px;
}

.rooms__show-more_mobile {
    display: none;
    border-radius: 6px;
}

.rooms__show-more_active,
.rooms__show-more:hover {
    color: #ffffff;
    background: #f3522d;
}

.rooms__item_active .rooms__head:after {
    display: none;
}
.rigth-wrapper {
    max-width: 1660px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.similar-hotels{
	margin:80px 0 50px 0 ;
}
@media (max-width: 1200px) {
    .rooms__variants-name-wrapper {
        flex-direction: column;
        gap: 15px 0;
    }

    .rooms__variants-item {
        padding: 20px 0;
    }

    .rooms__variants-info {
        justify-content: center;
        padding: 15px 0;
    }

    .rooms__variants-booking {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        padding: 22px 0;
        border-radius: 6px;
    }

    .rooms__variants-desc {
        justify-content: center;
    }

    .rooms__variants-desc,
    .rooms__variants-desc span {
        max-width: unset;
    }

    .rooms__variants-item-desc.mobile.active {
        display: block !important;
    }

    .rooms__variants-item-desc.active:not(.mobile) {
        display: none !important;
    }


}

@media (max-width: 992px) {
    .rooms__images {
        width: 100%;
        max-width: 468px;
        margin: 0 auto;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .rooms__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .rooms__variants-item {
        padding: 15px;
    }

    .rooms__small-images {
        order: 2;
        flex-direction: row;
    }

    .rooms__big-image {
        order: 1;
    }

    .rooms__variants-info {
        margin-bottom: 15px;
    }

    .rooms__variants-booking {
        max-width: unset;
    }

    .similar-hotels {
        padding: 30px 15px;
    }

    .similar-hotels__title {
        margin-bottom: 30px;
    }

    .rooms:not(:last-child) {
        margin-bottom: 30px;
    }

    .rooms__variants-booking {
        border-radius: 6px;
    }

    .rooms__show-more_desktop {
        display: none;
    }

    .rooms__head {
        overflow: unset;
        max-height: unset;
    }

    .rooms__col {
        margin-top: 30px;
    }

    .rooms__col {
        display: none;
    }

    .rooms__item_active .rooms__col {
        display: block;
    }

    .rooms__show-more_mobile {
        display: block;
        height: 44px;
    }

    .rooms__buttons {
        display: flex;
        align-items: center;
    }

    .rooms__variants-item {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .rooms__variants-price {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .rooms__variants-info {
        flex-direction: column;
    }

    .similar-hotels__item {
        width: fit-content;
        margin: 0 auto;
    }
}
.counter{
    height: 28px;
    display: flex;
    gap:10px;
    align-items: center;
}
.counter img{
    height: 28px;
    width: 28px;
}