@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
aside,
footer,
header,
legend,
main,
nav,
section {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: inherit;
}
ul,
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
img,
svg {
    max-width: 100%;
    height: auto;
}
address {
    font-style: normal;
}
input,
select,
textarea {
    background-color: transparent;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
input::-ms-clear {
    display: none;
}
button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: 0 0;
    cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
    outline: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
label {
    cursor: pointer;
}
:root {
    --container-width: 1280px;
    --container-padding: 0px;
    --font-main: "NT Somic", sans-serif;
    --font-accent: "Playfair Display", serif;
    --page-bg: #fff;
    --text-color: #212325;
    --accent: #6d8f5a;
    --laptop-size: 980px;
    --tablet-size: 640px;
    --mobile-size: 420px;
}
.dark {
    --page-bg: #252526;
    --text-color: #fff;
}

.bcolor1{
	--accent: #629FB6;
}
.bcolor2{
	--accent: #46845E;
}
.bcolor3{
	--accent: #BE9C6F;
}
.bcolor4{
	--accent: #979283;
}
.bcolor5{
	--accent: #897058;
}
.bcolor6{
	--accent: #62A6DE;
}

html {
    scroll-behavior: smooth;
}
body {
    background-color: var(--page-bg);
    color: var(--text-color);
    font-family: var(--font-main);
}
@font-face {
    font-family: "NT Somic";
    src: url(./../fonts/NTSomic-VF.ttf);
}
p {
    font-size: 16px;
}
p:not(:last-child) {
    margin-bottom: 10px;
}
.title {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #212325;
    line-height: 1;
}
.reviews__head .title{
	margin-bottom:0;
}
@media (max-width: 980px) {
    .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 460px) {
    .title {
        margin-bottom: 20px;
    }
	.reviews__head .title{
		margin-bottom: 20px;
	}
}



.none {
    display: none !important;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.no-scroll {
    overflow-y: hidden;
}
.container {
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 1280px) {
    .container {
        max-width: var(--laptop-size);
    }
}
@media (max-width: 980px) {
    .container {
        max-width: var(--tablet-size);
    }
}
@media (max-width: 980px) and (min-width: 641px) {
    .container {
        padding: 0 8px;
    }
}
@media (max-width: 640px) {
    .container {
        max-width: var(--mobile-size);
    }
}
@media (max-width: 420px) {
    .container {
        padding: 0 15px;
    }
}
.container-right {
    padding-left: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
.container-left {
    padding-right: calc((100% - var(--container-width)) / 2 + var(--container-padding));
}
body,
html {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.footer {
    margin-top: auto;
}
.about {
    margin-bottom: 80px;
    background-position: center;
    background-image: linear-gradient(93.04deg, rgba(21, 38, 32, 0.9) 51.09%, rgba(77, 140, 118, 0) 95.97%), url(../img/Rectangle-1076.jpg);
    background-size: cover;
}
@media (max-width: 640px) {
    .about {
        margin-bottom: 50px;
    }
}
.about__wrapper {
    padding: 60px 0 182px;
    max-width: 734px;
}
@media (max-width: 640px) {
    .about__wrapper {
        padding: 50px 0;
    }
}
.about__title {
    margin-bottom: 15px;
    color: #fff;
}
.about .about__text {
    max-height: 140px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.about .about__text.showed{
	max-height:none;
}


@media (max-width: 640px) {
	.about .about__text{
		font-size: 14px;
	}
    .about .about__text p {
        font-size: 14px;
    }
}
.about__button {
    color: #fff;
    font-size: 14px;
    padding: 14px 48px;
    background-color: var(--accent);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    max-width: 168px;
	margin-top:40px;
}
.about__button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}
@media (max-width: 640px) {
    .about__button {
        max-width: 100%;
        justify-content: center;
    }
}
.read-more-checker {
    opacity: 0;
    position: absolute;
}
.read-more-checker:checked ~ .about__text {
    max-height: none;
}
.read-more-checker ~ .read-more-button:before {
    content: "Читать далее";
}
.read-more-checker-rev:checked ~ .read-more-button-rev:before,
.read-more-checker:checked ~ .read-more-button:before {
    content: "Свернуть";
}
.read-more-button, .about__showmore, .about__showmore:hover, .about__showmore:focus{
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	text-decoration: none;
}

.contacts {
    position: relative;
}
.contacts__wrapper {
    position: absolute;
    max-width: 407px;
    top: 15%;
    padding: 25px 30px 35px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #eee;
    z-index: 1;
}
@media (max-width: 640px) {
    .contacts__wrapper {
        position: relative;
        width: 100%;
        border: 0;
        padding: 0;
    }
}
.contacts__title {
    font-size: 27px;
    margin-bottom: 15px;
}
.contacts__info {
    margin-bottom: 26px;
}
.contacts__item:not(:last-child) {
    margin-bottom: 11px;
}
.contacts__item-title {
    margin-bottom: 8px;
}
.contacts__item-text {
    font-size: 14px;
    color: #7d7d80;
}
.contacts__item-text a {
    text-decoration: none;
    color: #7d7d80;
}
.contacts__button a {
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 83.5px;
    background-color: var(--accent);
    cursor: pointer;
    transition: all 0.3s;
}
.contacts__button a:hover,
.footer__menu-item a:hover,
.footer__phone-num a:hover,
.footer__priv a:hover {
    opacity: 0.8;
}
@media (max-width: 640px) {
    .contacts__button a {
        padding: 14px 0;
        width: 100%;
        display: block;
    }
}
.contacts__map {
    height: 492px;
}
@media (max-width: 640px) {
    .contacts__map {
        height: 360px;
        margin-top: 25px;
        overflow: hidden;
    }
}
.contacts__map img {
    height: 492px;
    object-fit: cover;
}
@media (max-width: 640px) {
    .contacts__map img {
        height: 360px;
    }
}
ymaps.ymaps-image-with-content {
    background-image: url(./../img/map-icon.png) !important;
    width: 35px !important;
    height: 50px !important;
    background-repeat: no-repeat;
    background-size: 35px 50px !important;
}
.footer {
    background-color: #29292f;
    padding: 40px 0 35px;
    font-size: 16px;
    color: #fff;
}
.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 100px;
    margin-bottom: 30px;
}
@media (max-width: 980px) {
    .footer__top {
        padding-bottom: 30px;
    }
}
.footer__left {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 100px;
    flex: 0 0 74%;
}
@media (max-width: 980px) {
    .footer__left {
        gap: 30px;
        flex: 0 0 100%;
    }
}
@media (max-width: 640px) {
    .footer__left {
        gap: 110px;
    }
    .footer__right {
        margin-top: -160px;
    }
}
.footer__menu {
    flex: 0 0 25%;
}
@media (max-width: 980px) {
    .footer__menu {
        flex: 0 0 60%;
        margin-bottom: 20px;
    }
}
.footer__menu-items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 80px;
    justify-content: space-between;
}
@media (max-width: 980px) {
    .footer__menu-items {
        column-gap: 50px;
    }
}
.footer__menu-item {
    flex: 0 0 33%;
}
.footer__menu-item a {
    text-decoration: none;
    color: #fff;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 980px) {
    .footer__bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
.footer__bottom-left {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    flex: 0 0 46%;
}
@media (max-width: 980px) {
    .footer__bottom-left {
        gap: 10px;
        flex: 0 0 100%;
        flex-direction: column-reverse;
    }
}
.footer__bottom-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
@media (max-width: 980px) {
    .footer__bottom-right {
        margin-bottom: 20px;
    }
}
.footer__prioritet {
    display: flex;
    gap: 10px;
}
@media (max-width: 980px) {
    .footer__prioritet {
        flex-wrap: wrap;
    }
}
.footer__media {
    display: flex;
    gap: 10px;
}
@media (max-width: 980px) {
    .footer__media {
        flex-wrap: wrap;
    }
}
.footer .logo__title {
    font-size: 20px;
}
.footer .logo__subtitle,
.footer__phone-text {
    font-size: 14px;
}
.footer__phone-num a {
    font-size: 20px;
}
.footer__phone-num a,
.footer__priv a {
    color: #fff;
    text-decoration: none;
}
.form-consult {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .form-consult {
        margin-bottom: 50px;
    }
}
.form-consult__wrapper {
    padding: 35px 50px 40px;
    background-color: var(--accent);
    border-radius: 15px;
    text-align: center;
    background-image: url(../img/Group-48095940.png);
}
@media (max-width: 640px) {
    .form-consult__wrapper {
        padding: 25px 20px 30px;
    }
}
.form-consult__title {
    font-size: 38px;
    margin-bottom: 12px;
    color: #fff;
}
@media (max-width: 640px) {
    .form-consult__title {
        font-size: 26px;
    }
}
.form-consult__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.form-consult__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.form-consult__form .form-group {
    flex: 0 0 32%;
}
@media (max-width: 980px) {
    .form-consult__form .form-group {
        flex: 0 0 100%;
    }
}
.form-consult__form .form-group.item-call-me {
    background-color: #f3e274;
    border-radius: 10px;
    color: #000;
}
.form-consult__form .form-group:not(:last-child) {
    margin-bottom: 0;
}
.form-consult .description-text,
.form-consult .description-text a {
    color: #fff;
}
.form-reviews {
    margin-bottom: 80px;
}
.form-reviews__wrapper {
    padding: 35px 50px 40px;
    background-color: var(--accent);
    border-radius: 15px;
    text-align: center;
    background-image: url(../img/Group-48095940.png);
}
@media (max-width: 640px) {
    .form-reviews__wrapper {
        padding: 25px 20px 30px;
    }
}
.form-reviews__title {
    font-size: 38px;
    margin-bottom: 12px;
    color: #fff;
}
@media (max-width: 640px) {
    .form-reviews__title {
        font-size: 26px;
    }
}
.form-reviews__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.form-reviews__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.form-reviews__form .form-group {
    flex: 0 0 32.4%;
}
.form-reviews__form .form-group:first-child {
    flex: 0 0 100%;
}
@media (max-width: 980px) {
    .form-reviews__form .form-group {
        flex: 0 0 100%;
    }
}
.form-reviews__form .form-group.item-call-me {
    background-color: #f3e274;
    border-radius: 10px;
    color: #000;
}
.form-reviews__form .form-group textarea {
    width: 100%;
    background-color: #f2f0f0;
    font-size: 14px;
    color: gray;
    border-radius: 12px;
    padding: 15px;
}
.form-reviews__form .form-group:not(:last-child) {
    margin-bottom: 0;
}
.form-reviews .description-text,
.form-reviews .description-text a {
    color: #fff;
}
.form-rooms {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .form-rooms {
        margin-bottom: 50px;
    }
}
.form-rooms__wrapper {
    padding: 35px 50px 40px;
    background-color: var(--accent);
    border-radius: 15px;
    text-align: center;
    background-image: url(../img/Group-48095940.png);
}
@media (max-width: 640px) {
    .form-rooms__wrapper {
        padding: 25px 20px 30px;
    }
}
.form-rooms__title {
    font-size: 38px;
    margin-bottom: 12px;
    color: #fff;
}
@media (max-width: 640px) {
    .form-rooms__title {
        font-size: 26px;
    }
}
.form-rooms__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.form-rooms__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.form-rooms__form .form-group {
    flex: 0 0 24%;
}
@media (max-width: 980px) {
    .form-rooms__form .form-group {
        flex: 0 0 100%;
    }
}
.form-rooms__form .form-group.item-call-me {
    background-color: #f3e274;
    border-radius: 10px;
    color: #000;
}
.form-rooms__form .form-group:not(:last-child) {
    margin-bottom: 0;
}
.form-rooms .description-text,
.form-rooms .description-text a {
    color: #fff;
}
a.header-button--desc {
    color: var(--accent);
    font-size: 14px;
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 14px 35px;
    height: 46px;
    display: flex;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
a.header-button--desc:hover {
    background-color: var(--accent);
    color: #fff;
}
a.header-button--desc:active {
    box-shadow: inset 0 0 3px #4d653f;
}
@media (max-width: 980px) {
    a.header-button--desc {
        display: none;
    }
}
a.header-button--mobile {
    display: flex;
}
@media (min-width: 1281px) {
    a.header-button--mobile {
        display: none;
    }
}
.header-phone__num {
    margin-bottom: 5px;
}
.header-phone__num a {
    color: var(--text-color);
    font-weight: 500;
}
.header-phone__text {
    font-size: 14px;
}
@media (max-width: 1280px) {
    .header-phone {
        display: none;
    }
}
.footer__phone_number_active,
.phone_number_active {
    font-size: 16px;
    color: var(--accent);
    cursor: pointer;
}
.footer__phone_number_active {
    color: #fff;
}
.header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    height: 76px;
}
@media (max-width: 640px) {
    .header {
        height: 60px;
    }
}
.header__left,
.header__row {
    display: flex;
    align-items: center;
}
.header__row {
    justify-content: space-between;
}
.header__left {
    gap: 80px;
}
.header__right {
    gap: 30px;
}
.header__right,
.logo {
    display: flex;
    align-items: center;
}
@media (max-width: 640px) {
    .logo svg {
        width: 30px;
        height: 30px;
    }
}
.logo__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 10px;
}
.logo__title {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 640px) {
    .logo__title {
        font-size: 12px;
    }
}
.logo__subtitle {
    font-size: 12px;
}
.main-banner {
    width: 100%;
    height: 640px;
    position: relative;
    margin-bottom: 80px;
}
.main-banner__wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-banner__content {
    height: 100%;
    max-height: 640px;
    position: relative;
    z-index: 1;
    background-color: rgba(21, 38, 32, 0.7);
    display: flex;
}
.main-banner__content--left {
    flex: 0 0 47%;
}
@media (max-width: 980px) {
    .main-banner__content--left {
        flex: 0 0 100%;
    }
    .main-banner__content--right {
        display: none;
    }
}
.main-banner__title {
    font-size: 56px;
    color: #fff;
    line-height: 67.2px;
    margin-bottom: 25px;
}
@media (max-width: 980px) {
    .main-banner__title {
        font-size: 36px;
        line-height: 47.2px;
    }
}
@media (max-width: 460px) {
    .main-banner__title {
        font-size: 26px;
        line-height: 27.2px;
        margin-bottom: 15px;
    }
}
.main-banner__info,
.main-banner__info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}
.main-banner__info-item {
    padding: 17px 25px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
	flex-wrap: nowrap;
}
.main-banner__info-item svg,
.rooms-slider__info-item svg {
    margin-right: 8px;
	flex-grow: 0;
	flex-shrink: 0;
}
@media (min-width: 981px) {
    .main-banner__info-item {
        max-width: 435px;
    }
}
@media (max-width: 460px) {
    .main-banner__info-item {
        font-size: 14px;
        padding: 13px 60px;
        line-height: 24px;
    }
}
.main-banner__info-item:not(:last-child) {
    margin-bottom: 10px;
}
.main-banner__price {
    font-size: 38px;
    color: #fff;
    margin-top: 25px;
}
.main-banner__price span {
    font-weight: 600;
}
@media (max-width: 980px) {
    .main-banner__price {
        font-size: 28px;
        line-height: 47.2px;
    }
}
@media (max-width: 460px) {
    .main-banner__price {
        font-size: 26px;
        line-height: 27.2px;
        margin-top: 70px;
        margin-bottom: 10px;
    }
}
.main-banner__img {
    position: absolute;
    height: 640px;
    top: 0;
    width: 100%;
}
.main-banner__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.main-banner__img video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media (max-width: 980px) {
    .main-banner__img {
        max-height: 540px;
    }
}
@media (max-width: 640px) {
    .main-banner__img {
        max-height: 475px;
    }
}
.main-banner .modal-dialog {
    margin: 0;
    max-width: 516px;
}
.main-banner__button {
    color: #fff;
    font-size: 14px;
    border: 1px solid #6d8f5a;
    border-radius: 10px;
    padding: 14px 35px;
    height: 46px;
    display: flex;
    cursor: pointer;
    background-color: var(--accent);
    transition: all 0.2s ease-in-out;
    justify-content: center;
    margin-top: 10px;
}
.main-banner__button:hover {
    opacity: 0.8;
}
.main-banner__button:active {
    box-shadow: inset 0 0 3px #4d653f;
}
@media (min-width: 981px) {
    .main-banner__button {
        display: none;
    }
}
@media (max-width: 980px) {
    .main-banner {
        max-height: 540px;
    }
}
@media (max-width: 640px) {
    .main-banner {
        max-height: 475px;
        margin-bottom: 50px;
    }
}
.main-menu__list {
    display: flex;
    gap: 50px;
}
.main-menu__item a {
    color: var(--text-color);
    transition: all 0.2s ease-in-out;
}
.main-menu__item a:hover {
    color: var(--accent);
}
@media (max-width: 980px) {
    .main-menu {
        display: none;
    }
}
.mobile-nav {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--accent);
    transition: all 0.2s ease-in;
}
.mobile-nav--open {
    top: 0;
}
.mobile-nav a {
    color: #fff;
}
.mobile-nav__list,
.modal {
    display: flex;
    align-items: center;
}
.mobile-nav__list {
    flex-direction: column;
    row-gap: 20px;
    font-size: 28px;
}
.mobile-nav__list .active {
    opacity: 0.5;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    margin: 0;
}
.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: 100%;
    margin: 10px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    outline: 0;
    padding: 35px;
}
@media (max-width: 640px) {
    .modal-content {
        padding: 25px 15px;
    }
}
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 32.4px;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 516px;
        margin: 30px auto;
    }
}
@media (max-width: 470px) {
    .modal-title {
        font-size: 20px;
    }
}
.close {
    font-family: sans-serif;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -40px;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75;
}
.form-group:not(:last-child) {
    margin-bottom: 15px;
}
.form-control,
.item-button {
    border-radius: 10px;
    font-size: 14px;
}
.item-button {
    background-color: var(--accent);
    text-align: center;
    padding: 14px 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
}
.item-button:hover {
    opacity: 0.8;
}
.item-button:active {
    box-shadow: inset 0 0 3px #3f5233;
}
.form-control {
    width: 100%;
    padding: 14px 15px;
    background-color: #f2f0f0;
}
select.form-control{
	padding: 14px 25px 14px 15px;
	border-right:10px solid transparent;
}
.description-text {
    font-size: 12px;
}
.description-text input {
    margin-right: 10px;
    vertical-align: text-bottom;
}
.description-text a {
    color: var(--text-color);
    text-decoration: underline;
    line-height: 15.6px;
}
.mobile-nav-btn {
    --time: 0.1s;
    --width: 30px;
    --height: 30px;
    --line-height: 4px;
    --spacing: 5px;
    --color: #000;
    --radius: 4px;
    height: calc(var(--line-height) * 3 + var(--spacing) * 2);
    width: var(--width);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 640px) {
    .mobile-nav-btn {
        --width: 18px;
        --height: 12px;
        --line-height: 2px;
        --spacing: 3px;
    }
}
@media (min-width: 981px) {
    .mobile-nav-btn {
        display: none;
    }
}
.nav-icon,
.nav-icon::after,
.nav-icon::before {
    position: relative;
    width: var(--width);
    height: var(--line-height);
    background-color: var(--color);
    border-radius: var(--radius);
}
.nav-icon::after,
.nav-icon::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}
.nav-icon::before {
    top: calc(-1 * (var(--line-height) + var(--spacing)));
}
.nav-icon::after {
    top: calc(var(--line-height) + var(--spacing));
}
.nav-icon.nav-icon--active {
    background-color: transparent;
    position: fixed;
}
.nav-icon.nav-icon--active::after,
.nav-icon.nav-icon--active::before {
    top: 0;
    transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}
.nav-icon.nav-icon--active::before {
    transform: rotate(45deg);
}
.nav-icon.nav-icon--active::after {
    transform: rotate(-45deg);
}
.mobile-nav-btn {
    z-index: 999;
}
.offers {
    margin-bottom: 80px;
}
.offers__head {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    line-height: 1;
}
@media (max-width: 640px) {
    .offers__head {
        margin-bottom: 0;
    }
}
.offers__slider-item {
    position: relative;
}
.offers__slider-content {
    position: absolute;
    color: #fff;
    background: linear-gradient(90deg, rgba(21, 38, 32, 0.7), rgba(4, 73, 49, 0.7));
    width: 100%;
    height: 100%;
}
.offers__slider-content-wrapper {
    padding: 40px 50px;
}
@media (max-width: 640px) {
    .offers__slider-content-wrapper {
        padding: 25px 20px 30px;
    }
}
.offers__slider-title {
    font-size: 38px;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .offers__slider-title {
        font-size: 26px;
    }
}
.offers__slider-text {
    font-size: 16px;
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .offers__slider-text {
        font-size: 14px;
    }
}
.offers__slider-button {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 45px;
    max-width: 168px;
    transition: all 0.3s;
}
.offers__slider-button:hover {
    opacity: 0.8;
}
@media (max-width: 640px) {
    .offers__slider-button {
        max-width: 100%;
        text-align: center;
    }
}
.offers__slider-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    line-height: 1;
}
@media (max-width: 980px) {

	.offers__slider-arrows{
		margin-bottom:20px;
	}

}


/*
@media (max-width: 640px) {
    .offers__slider-arrows .slick-prev {
        left: 0;
    }
    .offers__slider-arrows .slick-next {
        right: 0;
    }
}
*/
.offers__slider-arrows .slick-next,
.offers__slider-arrows .slick-prev {
    position: sticky;
    transform: none;
    border: 1px solid #000;
    border-radius: 20px;
}
/*
@media (max-width: 640px) {
    .offers__slider-arrows .slick-next,
    .offers__slider-arrows .slick-prev {
        top: 750%;
        transform: none;
        position: absolute;
    }
}
@media (max-width: 410px) {
    .offers__slider-arrows .slick-next,
    .offers__slider-arrows .slick-prev {
        top: 510%;
        transform: none;
        position: absolute;
    }
}
*/
@media (max-width: 1280px) {
    .offers .slick-slide img {
        height: 284px;
        object-fit: cover;
    }
}
.reviews {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .reviews {
        margin-bottom: 50px;
    }
}
.reviews__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .reviews__head {
        margin-bottom: 20px;
    }
}
.reviews__head-button {
    color: #fff;
    font-size: 14px;
    padding: 14px 31px;
    background-color: var(--accent);
    transition: all 0.3s;
    border-radius: 10px;
    cursor: pointer;
}
@media (max-width: 640px) {
    .reviews__head-button {
        width: 100%;
        text-align: center;
    }
}
.reviews__head-button:hover {
    opacity: 0.8;
}
.reviews__item {
    background-color: #f2f0f0;
    border-radius: 15px;
    padding: 25px;
}
.reviews__item-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
@media (max-width: 640px) {
    .reviews__item-head {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.reviews__item-head--right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.reviews__item:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .reviews__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.reviews__item:last-child {
    margin-bottom: 30px;
}
@media (max-width: 640px) {
    .reviews__item:last-child {
        margin-bottom: 15px;
    }
}
.reviews__item-title {
    font-size: 22px;
}
@media (max-width: 640px) {
    .reviews__item-title {
        font-size: 16px;
    }
}
.reviews__item-subtitle {
    margin-bottom: 10px;
}
.reviews__item-text {
    color: #7d7d80;
    margin-bottom: 4px;
    max-width: 927px;
    max-height: 125px;
    overflow: hidden;
    position: relative;
}
.reviews__item-text.showed{
	max-height: none;
}
@media (max-width: 640px) {
    .reviews__item-text {
        font-size: 14px;
    }
}
.reviews__item-more a {
    color: var(--accent);
}
.reviews__bottom-button {
    color: var(--accent);
    max-width: 291px;
    border: 1px solid var(--accent);
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 15px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.3s;
}
.reviews__bottom-button:hover {
    background-color: var(--accent);
    color: #fff;
}
#div1 {
    display: none;
}
.read-more-checker-rev {
    opacity: 0;
    position: absolute;
}
.read-more-checker-rev:checked ~ .reviews__item-text {
    max-height: none;
}
.read-more-checker-rev ~ .read-more-button-rev:before {
    content: "Читать далее";
}
.read-more-button-rev, .reviews__showmore, .reviews__showmore:hover, .reviews__showmore:focus {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	color: var(--accent);
	margin-top: 10px;
	text-decoration: none;
}
.room-detail {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .room-detail {
        margin-bottom: 50px;
    }
}
.room-detail__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    flex-direction: row;
	align-items: center;
}
.room-detail__table {
    margin-bottom: 30px;
}
@media (max-width: 640px) {
    .room-detail__table {
        margin-bottom: 25px;
    }
}
.room-detail__table-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}
.room-detail__table-item:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 640px) {
    .room-detail__table-item {
        flex-direction: column;
    }
}
.room-detail__table-title {
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 640px) {
    .room-detail__table-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.room-detail__table-text {
    font-size: 20px;
    color: #7d7d80;
}
@media (max-width: 640px) {
    .room-detail__table-text {
        font-size: 14px;
    }
}
.room-detail__price {
    font-size: 30px;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .room-detail__price {
        font-size: 12px;
        margin-bottom: 4px;
    }
}
.room-detail__price span {
    font-size: 38px;
    color: var(--accent);
}
@media (max-width: 640px) {
    .room-detail__price span {
        font-size: 24px;
    }
}
.room-detail__price-text {
    color: #7d7d80;
}
@media (max-width: 640px) {
    .room-detail__price-text {
        font-size: 10px;
        margin-bottom: 20px;
    }
}
.room-detail__wrapper {
    background-color: #f2f0f0;
    border-radius: 15px;
    padding: 35px 50px;
}
@media (max-width: 640px) {
    .room-detail__wrapper {
        padding: 25px 20px;
    }
}
.room-detail__item {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .room-detail__item {
        margin-bottom: 0;
    }
   /*
	 .room-detail__slider {
        margin-bottom: 50px;
    }
   */
}
.room-detail__slider .slick-list {
    margin: 0 -10px;
}
@media (max-width: 640px) {
    .room-detail__slider .slick-list {
        padding: 0 7% 0 0;
        margin: 0;
    }
}
.room-detail__slider .slick-list:after {
    content: "";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    border-radius: 0;
    top: 0;
    right: 0;
    background: 0 0;
    opacity: 0.8;
    background: linear-gradient(270deg, #f2f0f0 10.37%, rgba(242, 240, 240, 0) 100%);
}
@media (min-width: 641px) {
    .room-detail__slider .slick-list:after {
        background: linear-gradient(270deg, #f2f0f0 10.37%, rgba(242, 240, 240, 0) 100%);
    }
}
.room-detail__slider-item {
    margin: 0 10px;
}
@media (max-width: 640px) {
    .room-detail__slider-item {
        margin: 0 10px 0 0;
    }
}
.room-detail__slider-arrows {
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin-bottom:20px;
	gap:10px;
}
/*
@media (max-width: 640px) {
    .room-detail__slider-arrows {
        right: 0;
        width: 100%;
        top: 587%;
    }
}
@media (max-width: 460px) {
    .room-detail__slider-arrows {
        top: 600%;
    }
}
@media (max-width: 420px) {
    .room-detail__slider-arrows {
        top: 530%;
    }
}
@media (max-width: 380px) {
    .room-detail__slider-arrows {
        top: 480%;
    }
}
*/
.room-detail__slider-arrows .slick-next {
    right: -140px;
}
/*
@media (max-width: 640px) {
    .room-detail__slider-arrows .slick-next {
        right: 0;
    }
    .room-detail__slider-arrows .slick-prev {
        left: 0;
    }
}
*/
.room-detail__slider-arrows .slick-next,
.room-detail__slider-arrows .slick-prev {
    width: 48px;
    height: 48px;
    border-radius: 25px;
	position: relative;
	top:auto;
	right:auto;
	left:auto;
	bottom:auto;
	margin:0;
	transform: none;
	-webkit-transform:none;
	-ms-transform:none;
}
@media (max-width: 640px) {
    .room-detail__slider-arrows .slick-next,
    .room-detail__slider-arrows .slick-prev {
        width: 38px;
        height: 38px;
    }
}
.room-detail__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .room-detail__content {
        position: relative;
    }
    .room-detail__pay {
        margin-bottom: 10px;
    }
}
.room-detail__button {
    width: 100%;
    display: flex;
    max-width: 291px;
}
@media (max-width: 640px) {
    .room-detail__button {
        max-width: 100%;
    }
}
.room-detail__button a {
    text-decoration: none;
    color: #fff;
    padding: 19px 15px;
    font-size: 14px;
    background-color: var(--accent);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 640px) {
    .room-detail__button a {
        padding: 14px 15px;
    }
}
.room-detail__button:hover {
    opacity: 0.8;
}
.rooms-slider {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .rooms-slider {
        margin-bottom: 50px;
    }
}
.rooms-slider__head {
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    position: relative;
    flex-direction: row;
}
@media (max-width: 1280px) and (min-width: 981px) {
    .rooms-slider__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.rooms-slider__item {
    display: flex;
    background-color: #f2f0f0;
    border-radius: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 15px;
}
@media (max-width: 980px) {
    .rooms-slider__item {
        margin: 0;
    }
}
@media (max-width: 1280px) and (min-width: 981px) {
    .rooms-slider__item {
        flex: 0 0 49%;
        max-width: 49%;
    }
}
.rooms-slider__item--left {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.rooms-slider__item--right {
    flex: 0 0 51%;
    padding: 25px 30px;
}
@media (max-width: 1280px) {
    .rooms-slider__item--right {
        flex: 0 0 100%;
    }
}
@media (max-width: 640px) {
    .rooms-slider__item--right {
        padding: 15px 15px 20px;
    }
}
.rooms-slider__slider {
    cursor: pointer;
}
.rooms-slider__slider-head-arrows {
    display: flex;
    justify-content: flex-start;
	align-content: center;
	gap:10px;
	margin-bottom:20px;
	margin-left:20px;
}
.rooms-slider__slider-head-arrows .slick-next,
.rooms-slider__slider-head-arrows .slick-prev{
	position:relative;
	top:auto;
	bottom:auto;
	right:auto;
	left:auto;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
}



.rooms-slider__slider-head-arrows .slick-next {
    border: 1px solid #000;
}
.rooms-slider__slider-head-arrows .slick-prev {
    border: 1px solid #000;
}
.rooms-slider__content,
.slick-dots li {
    position: relative;
}
.rooms-slider__content-title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1;
}
@media (max-width: 640px) {
    .rooms-slider__content-title {
        font-size: 18px;
    }
}
.rooms-slider__subtitle {
    font-size: 16px;
    color: #7d7d80;
}
.rooms-slider__info {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	border-radius: 0 0 15px 15px;
	background: linear-gradient(359.15deg, #152620 3.27%, rgba(77, 140, 118, 0) 96.97%);
	height: 70px;
	color: #fff;
	font-size: 14px;
	padding: 15px 35px 0;

	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;

	
}
/*
@media (max-width: 1280px) {
    .rooms-slider__info {
        padding: 0 75px;
    }
}
@media (max-width: 980px) {
    .rooms-slider__info {
        padding: 0 157px;
    }
}
@media (max-width: 640px) {
    .rooms-slider__info {
        margin-left: -15px;
        padding: 0 55px;
        top: -100px;
    }
}
@media (max-width: 365px) {
    .rooms-slider__info {
        padding: 0 15px;
    }
}
*/
.rooms-slider__info-item {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.rooms-slider__info-item svg path {
    fill: #fff;
}
.rooms-slider__info-label {
	width: 15px;
	height: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left:8px;
	position: relative;
}
.rooms-slider__info-label-icon {
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.rooms-slider__info-label-icon svg,
.rooms-slider__specific-label-icon svg {
    margin: 0 auto;
}
.rooms-slider__info-label-icon svg path {
    fill: #000;
}
.rooms-slider__info-label span,
.rooms-slider__specific-label span {
	display:none;
	width:220px;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	left: 0;
	transition: all 0.3s;

	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #d3d3d3;
	z-index:10;
	color:gray;
}

.rooms-slider__specific-label span.gl{
	left: auto;
	right:0;
}

.rooms-slider__info-label:hover span,
.rooms-slider__specific-label:hover span {
	display:inline-block;
}
.rooms-slider__specific {
    margin-top: 26px;
    margin-bottom: 30px;
}
.rooms-slider__specific-title {
    font-size: 18px;
    margin-bottom: 12px;
}
.rooms-slider__specific-items {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.rooms-slider__specific-item {
    font-size: 14px;
    color: #7d7d80;
    padding: 6px 16px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.rooms-slider__specific-label {
    width: 15px;
    height: 15px;
    display: inline-block;
	position: relative;
}
.rooms-slider__specific-label-icon {
	width: 15px;
	height: 15px;
	display: flex;
	border-radius: 50%;
	background: #eee;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.rooms-slider__price {
    font-size: 22px;
    margin-bottom: 15px;
}
.rooms-slider__button {
    width: 100%;
    display: flex;
}
.rooms-slider__button a,
.rooms-slider__more,
.rooms__button a {
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.rooms-slider__button a,
.rooms__button a {
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    height: 40px;
    background-color: var(--accent);
}
.rooms-slider__button:hover {
    opacity: 0.8;
}
.rooms-slider__more {
    border: 1px solid var(--accent);
    padding: 14px 15px;
    max-width: 291px;
    color: var(--accent);
    transition: all 0.3s;
    margin: 30px auto 0;
}
.rooms-slider__more:hover {
    background: var(--accent);
    color: #fff;
}
.rooms {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .rooms {
        margin-bottom: 50px;
    }
}
@media (max-width: 1280px) and (min-width: 981px) {
    .rooms__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.rooms__item {
    display: flex;
    margin-bottom: 20px;
    background-color: #f2f0f0;
    border-radius: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 640px) {
    .rooms__item {
        margin-bottom: 15px;
    }
}
@media (max-width: 1280px) and (min-width: 981px) {
    .rooms__item {
        flex: 0 0 49%;
        max-width: 49%;
    }
}
.rooms__item--left {
    position: relative;
    flex: 0 0 49%;
    max-width: 49%;
    display: block;
}
@media (max-width: 980px) {
    .rooms__item--left {
        max-width: 100%;
		flex: 0 0 100%;
    }
}
@media (max-width: 1280px) {
    .rooms__item--left {
        max-width: 100%;
		flex: 0 0 100%;
    }
}
.rooms__item--right {
    flex: 0 0 51%;
    padding: 25px 30px;
}
@media (max-width: 1280px) {
    .rooms__item--right {
        flex: 0 0 100%;
    }
}
@media (max-width: 640px) {
    .rooms__item--right {
        padding: 15px 15px 20px;
    }
}
.rooms__slider {
    cursor: pointer;
}
@media (max-width: 640px) {
    .rooms__content {
        position: relative;
    }
}
.rooms__content-title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 1;
}
@media (max-width: 640px) {
    .rooms__content-title {
        font-size: 18px;
    }
}
.rooms__subtitle {
    font-size: 16px;
    color: #7d7d80;
}
.rooms__info {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
@media (max-width: 640px) {
    .rooms__info {
        position: absolute;
        top: -100px;
        background: linear-gradient(359.15deg, #152620 3.27%, rgba(77, 140, 118, 0) 96.97%);
        margin-left: -15px;
        height: 70px;
        border-radius: 0 0 15px 15px;
        color: #fff;
        font-size: 14px;
        padding: 15px 42px 0;
        width: 108%;
    }
}
@media (max-width: 420px) {
    .rooms__info {
        width: 110%;
    }
}
@media (max-width: 360px) {
    .rooms__info {
        padding: 0 15px;
    }
}
.rooms__info-item {
    width: 165px;
    display: flex;
    position: relative;
    align-items: center;
}
@media (max-width: 640px) {
    .rooms__info-item {
        width: 150px;
    }
}
.rooms__info-item svg {
    margin-right: 8px;
	flex-grow: 0;
	flex-shrink: 0;
}
@media (max-width: 640px) {
    .rooms__info-item svg path {
        fill: #fff;
    }
}
.rooms__info-label {
    width: 15px;
    height: 15px;
    margin-left: 9px;
	position: relative;
}
.rooms__info-label-icon {
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.rooms__info-label-icon svg,
.rooms__specific-label-icon svg {
    margin: 0 auto;
}
@media (max-width: 640px) {
    .rooms__info-label-icon svg path {
        fill: #000;
    }
}
.rooms__info-label span,
.rooms__specific-label span {
	display: none;
	font-size: 12px;
	position: absolute;
	transition: all 0.3s;
	bottom: 20px;
	left: 0;
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #d3d3d3;
	color: gray;
	text-align: left;
	width: 220px;
}
@media (max-width: 640px) {
	.rooms__specific-label span.gl{
		left: auto;
		right:0;
	}
}


.rooms__info-label:hover span {
    display: block;
    z-index: 2;
}
.rooms__specific {
    margin-top: 26px;
    margin-bottom: 30px;
}
.rooms__specific-title {
    font-size: 18px;
    margin-bottom: 12px;
}
.rooms__specific-items {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
.rooms__specific-item {
    font-size: 14px;
    color: #7d7d80;
    padding: 6px 16px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.rooms__specific-label {
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: all 0.3s;
	position: relative;
}
.rooms__specific-label-icon {
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    background: #eee;
    position: relative;
    cursor: pointer;
}
.rooms__specific-label-icon:active span,
.rooms__specific-label-icon:hover span {
    opacity: 1;
    z-index: 2;
}
.rooms__specific-label:active,
.rooms__specific-label:hover {
    transition: all 0.3s;
}
.rooms__specific-label:active span,
.rooms__specific-label:hover span {
    display: block;
    z-index: 2;
    transition: all 0.3s;
}
.rooms__price {
    font-size: 22px;
    margin-bottom: 15px;
}
.rooms__button {
    width: 100%;
    display: flex;
}
.rooms__button:hover {
    opacity: 0.8;
}
.rooms__more {
    border: 1px solid var(--accent);
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 15px;
    max-width: 291px;
    width: 100%;
    color: var(--accent);
    transition: all 0.3s;
    text-align: center;
    font-size: 14px;
    margin: 30px auto 0;
}
@media (max-width: 640px) {
    .rooms__more {
        margin-top: 15px;
    }
}
.rooms__more:hover {
    background: var(--accent);
    color: #fff;
}
.slick-dots li button,
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
}
.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 18px;
    transition: all 0.3s;
}
.slick-next:hover,
.slick-prev:hover {
    background: rgba(255, 255, 255, 0.6588235294);
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 27px;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 0;
    height: 0;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
    background: rgba(255, 255, 255, 0.2509803922);
    border-radius: 7px;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots {
    position: absolute;
    bottom: 0;
	left:0;
	right:0;
    display: block;
    padding: 15px;
    margin: 0 5px;
    list-style: none;
    text-align: center;
    background: linear-gradient(360deg, #152620 3.27%, rgba(77, 140, 118, 0) 96.97%);
    border-radius: 0 0 15px 15px;
}
@media (max-width: 640px) {
    .slick-dots {
        display: none;
    }
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.slick-list,
.slick-slide img {
    border-radius: 15px;
}
.slick-initialized.slick-slide::before {
    background: linear-gradient(#e66465, #9198e5);
}
.specific {
    margin-bottom: 80px;
}
@media (max-width: 640px) {
    .specific {
        margin-bottom: 100px;
    }
}
.specific__head {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.specific__slider-arrows {
    position: relative;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	gap:10px;
	margin-bottom:20px;
	margin-left:20px;
}
/*
@media (max-width: 640px) {
    .specific__slider-arrows {
        top: 320px;
        width: 100%;
        right: 0;
    }
}
.specific__slider-arrows .slick-next {
    right: -105px;
}
@media (max-width: 640px) {
    .specific__slider-arrows .slick-next {
        right: 0;
    }
    .specific__slider-arrows .slick-prev {
        left: 0;
    }
}
*/

.specific__slider-arrows .slick-next,
.specific__slider-arrows .slick-prev {
    width: 38px;
    height: 38px;
    border-radius: 25px;
    border: 1px solid #000;
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	margin:0;
}
.specific__item {
    background-color: #f2f0f0;
    border-radius: 15px;
    padding: 25px;
    margin: 0 15px;
    min-height: 235px !important;
}
@media (max-width: 1280px) and (min-width: 681px) {
    .specific__item {
        min-height: 252px !important;
    }
}
@media (max-width: 680px) {
    .specific__item {
        margin: 0;
    }
}
.specific__item-title {
    margin-top: 45px;
    font-size: 18px;
}
.specific__item-text {
    margin-top: 10px;
    font-size: 14px;
    color: #7d7d80;
}
.specific__icon {
    width: 70px;
    height: 70px;
    background: var(--accent);
    border-radius: 35px;
    display: flex;
    justify-content: center;
	align-items: center;
}