* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 1.3;
}

iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 15px;
}

.tour {
    height: 500px;
}

a {
	text-decoration: none;
	transition: 0.3s;
}

.active {
	color: #478342 !important;
}

.color-orange {
    color: #FECE31 !important;
}

h1 {
	margin: 0 0 30px;
	padding: 50px 0 12px;
	font-size: 27px;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/svg/line.svg) 50% 100% no-repeat;
}

h2 {
	margin: 0 0 30px;
	padding: 50px 0 12px;
	font-size: 27px;
	color: #222222;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/svg/line.svg) 50% 100% no-repeat;
}

p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.3;
}

img {
	border: 0;
}

.wrap-1 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 25px 20px;
	box-sizing: border-box;
}

.wrap-2 {
	width: 100%;
	background: #478342;
}

.wrap-3 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.wrap-4 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

.wrap-5 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.wrap-6 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-19 {
	font-size: 19px;
}

.fs-22 {
	font-size: 22px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.border-green {
	border-bottom: 1px dotted #478342;
}

.border-orange {
	border-bottom: 1px dotted #FECE31;
}

/* header */

.header-inner {
	display: flex;
	justify-content: space-between;
}

.logo-inner {
	width: 100%;
	text-align: center;
}

.logo a {
	color: #000000;
}

.logo img {
	width: 100%;
	max-width: 70px;
}

.logo-tag {
	margin: 5px 0;
	font-size: 23px;
	font-weight: 500;
	text-transform: uppercase;
}

.logo-desc {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-title {
    margin-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-address, .header-contacts {
    padding: 20px 0 0;
}

.header-address span {
    font-weight: 500;
}

.header-phone {
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    white-space: nowrap;
    transition: 0.3s;
}

.header-phone:hover {
    color: #478342;
}

.header-contacts span {
    display: none;
    margin: 5px 0 0;
    font-size: 14px;
    color: #777777;
}

/* menu */

.menu {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.menu a {
	display: block;
	padding: 25px 35px;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.menu a:hover {
    color: #FFFFFF;
	background: #5c9056;
}

#roomsPage .roomsPage, #pricePage .pricePage, #aboutPage .aboutPage, #reviewsPage .reviewsPage, #contactsPage .contactsPage {
    color: #FFFFFF;
    background: #5c9056;
}

/* video */

.video-block {
	position: relative;
	height: 500px;
}

.video-block video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-block__info {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	background-image: url(/images/dots.png);
	z-index: 2;
}

.video-block__title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 1px 1px 2px black;
}

.video-block__desc {
	margin-top: 7px;
	font-size: 30px;
	font-weight: 500;
	text-shadow: 1px 1px 2px black;
}

.video-block a {
	display: block;
	width: 200px;
	margin: 25px auto 0 auto;
	padding: 12px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	border: 3px solid #FFFFFF;
}

.video-block a:hover {
	color: #FFFFFF;
	background: #478342;
	border: 3px solid #478342;
}

/* slider */

#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 400px;
	background: #DFDFDF;
}

.slider {
	position: relative;
	margin: 180px auto;
	padding: 40px;
	max-width: 1300px;
	color: #FFFFFF;
	text-align: center;
	z-index: 2;
}

.slider h1 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: #FFFFFF;
    text-transform: none;
    background: none;
    text-shadow: 1px 1px 2px black;
}

.slider-desc {
	margin-top: 7px;
	font-size: 25px;
	font-weight: 500;
	text-shadow: 1px 1px 2px black;
}

.slider a {
	display: block;
	width: 200px;
	margin: 30px auto 0 auto;
	padding: 12px 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
}

.slider a:hover {
	color: #FFFFFF;
	background: #478342;
	border: 2px solid #478342;
}

/* swiper */

.swiper-slide {
	position: relative;
}

.swiper-slide img {
	width: 100%;
	border-radius: 15px;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	margin: 0 7px !important;
	background: #FFFFFF !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #478342 !important;
}

.swiper-slide span {
	position: absolute;
	top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	margin: 20px;
	font-size: 12px;
	color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/svg/zoom.svg);
	background-repeat: no-repeat;
    background-position: top 20px right 20px;
	background-size: 20px auto;
	border-radius: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	opacity: 0;
}

.swiper-slide:hover span {
	opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
	width: 50px !important;
    height: 50px !important;
	background-color: rgba(71, 131, 66, 0.9);
	background-image: url(/images/svg/arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 23px;
	border-radius: 50%;
}

.swiper-button-prev {
	left: 20px !important;
	transform: rotate(-90deg);
}

.swiper-button-next {
	right: 20px !important;
	transform: rotate(90deg);
}

/* content */

.content {
	width: 100%;
	margin-bottom: 50px;
}

.content p {
	margin: 0;
}

.contacts-phone a {
	color: #000000;
	font-weight: 600;
}

.more {
	display: block;
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 12px 0;
	font-size: 14px;
	color: #478342;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #478342;
	border-radius: 50px;
}

.more:hover {
	color: #FAFAFA;
	background: #478342;
	border: 2px solid #478342;
}

/* gallery */

.gallery {
	width: 100%;
	padding: 0 0 50px;
	background-color: #F8F8F8;
	background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.gallery-odd {
	width: 100%;
	padding: 0 0 50px;
	background-color: #F8F8F8;
	background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.gallery-even {
	width: 100%;
	padding: 0 0 50px;
	background: #FFFFFF;
}

/* accordion */

.accordion {
	overflow: hidden;
}

.accordion-tab {
	padding: 20px 30px;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #DFDFDF;
	border-radius: 15px;
}

.accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 19px;
	font-weight: 500;
	cursor: pointer;
}

.accordion-content {
	display: none;
	padding: 10px 0 0;
}

.accordion-block {
	display: flex;
    align-items: center;
	gap: 10px;
}

.accordion-content p {
	margin: 0 0 20px;
}

.accordion-content ul {
	margin: 0 0 20px;
	list-style: none;
}

.accordion-content li {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background-image: url(../images/svg/marker.svg);
	background-repeat: no-repeat;
	background-position: top 7px left 0;
}

.accordion-content li:last-child {
	margin: 0;
}

.accordion-content a {
	display: inline-block;
    padding: 8px 15px 8px 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    background: #478342;
    border-radius: 50px;
}

.place-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

.place-btn-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 50%;
}

.place-btn-img img {
	width: 15px;
}

.accordion-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	min-height: 50px;
	margin-left: 20px;
	background: rgba(71, 131, 66, 0.9);
	border-radius: 50%;
}

.accordion-btn img {
	width: 23px;
	transform: rotate(180deg);
	transition: 0.3s;
}

.accordion-btn-selected img {
	transform: rotate(0);
}

/* map */

.map {
	width: 100%;
}

.prices {
	display: block;
    margin: 30px;
    padding: 15px 0;
    border: 2px solid #478342;
    font-size: 17px;
    color: #478342;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
	transition: 0.3s;
}

.prices:hover {
	color: #FFFFFF;
	background: #478342;
}

/* footer */

.footer {
	background: #222222;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: 100%;
    max-width: 70px;
}

.footer-logo-tag {
    margin: 5px 0;
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-logo-desc {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-title {
	margin-bottom: 15px;
	font-size: 12px;
	color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
}

.footer-menu li:last-child {
    margin: 0;
}

.footer-menu a {
    display: block;
    color: #FFFFFF;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #FECE31;
}

.footer-phone {
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 500;
	white-space: nowrap;
	transition: 0.3s;
}

.footer-phone:hover {
    color: #FECE31;
}

.footer-contacts span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    color: #777777;
}

.footer-address span {
	color: #FFFFFF;
	font-weight: 500;
}

.copyright {
	font-size: 14px;
	color: #777777;
	border-top: 1px solid #333333;
}

.copyright a {
	color: #777777;
}

.copyright-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 25px 20px;
	box-sizing: border-box;
}

/* about */

.features, .htg {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}

.features-block {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    box-sizing: border-box;
}

.htg-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
    text-align: center;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    box-sizing: border-box;
}

.about-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background: #478342;
    border-radius: 50%;
}

.htg-title {
    margin: 20px 0 10px;
    font-size: 19px;
    font-weight: 500;
}

.htg-text {
    margin: 0 0 20px;
}

.htg-btn {
    padding: 12px 36px;
    font-size: 14px;
    color: #478342;
    font-weight: 500;
    text-transform: uppercase;
    background: #FFFFFF;
    border: 2px solid #478342;
    border-radius: 50px;
    transition: 0.3s;
}

.htg-btn:hover {
    color: #FFFFFF;
    background: #478342;
    border: 2px solid #FFFFFF;
}

/* rooms */

.room-price-book {
    display: flex;
    align-items: center;
    margin: 10px 0 40px;
}

.room-description {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
}

.room-text {
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}

.room-price {
    margin: 0 10px 0 15px;
    padding: 12px 36px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    background: #FECE31;
    border-radius: 50px;
}

.room-book {
    padding: 12px 36px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    background: #478342;
    border-radius: 50px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.room-features-block {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    padding: 30px;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    box-sizing: border-box;
}

.room-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background: #478342;
    border-radius: 50%;
}

/* price */

.price {
    display: flex;
    margin: 0 0 15px;
    padding: 30px 0;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
}

.price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 25%;
    padding: 0 30px;
    border-right: 1px solid #DFDFDF;
    white-space: nowrap;
}

.price-block:first-child {
    justify-content: flex-start;
}

.price-block:last-child {
    border-right: 0;
}

.price-detail {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    color: #478342;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background: #F8F8F8;
    border-radius: 50%;
}

.price-img img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.price-book {
    padding: 12px 36px;
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: 500;
    text-transform: uppercase;
    background: #478342;
    border-radius: 50px;
}

.price-header {
    display: flex;
    margin: 0 0 15px;
    padding: 30px 0;
    background: #F8F8F8;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
}

.price-header-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 0 30px;
    font-weight: 500;
    border-right: 1px solid #DFDFDF;
    white-space: nowrap;
}

.price-header-block:last-child {
    border-right: 0;
}

.price-info {
    padding: 30px;
    text-align: center;
    font-weight: 500;
    background: #F8F8F8;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
}


/* reviews */

.reviews {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.reviews-block {
    position: relative;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    padding: 30px 30px 60px;
    background: #F8F8F8;
    border-radius: 15px;
    box-sizing: border-box;
}

.reviews-block-2 {
    position: relative;
	height: 100%;
    padding: 30px 30px 60px;
    background: #F8F8F8;
    border-radius: 15px;
    box-sizing: border-box;
}

.reviews-block-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 30px;
}

.reviews-name {
    margin-bottom: 5px !important;
    font-size: 20px;
    font-weight: 500;
}

.reviews-date {
    font-size: 13px;
}

.reviews-stars {
    display: flex;
}

.reviews-stars img {
    width: 25px !important;
    margin-left: 5px;
}

.reviews-logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
	max-width: 80px;
}

.reviews-btn {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 14px;
	border: 2px solid #478342;
	border-radius: 50px;
	color: #478342;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.reviews-btn:hover {
	color: #FAFAFA;
	background: #478342;
	border: 2px solid #478342;
}

/* contacts */

.contacts {
    display: flex;
    gap: 30px;
}

.contacts-info {
    width: 35%;
    padding: 0 30px;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    box-sizing: border-box;
}

.contacts-info-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #DFDFDF;
}

.contacts-info-block:last-child {
    border-bottom: 0;
}

.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: #478342;
    border-radius: 50%;
}

.contacts-info a {
    color: #000000;
    transition: 0.3s;
}

.contacts-info a:hover {
    color: #478342;
}

.contacts-info span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    color: #777777;
}

.contacts-map {
    width: 65%;
}

/* policy */

.policy a {
	color: #478342;
}

/* cookie */

.cookie-notice {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 505px;
	padding: 30px;
	font-size: 14px;
	background: rgba(71, 131, 66, 0.9);
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 2;
}

.cookie-notice.active {
	display: block;
}

.cookie-notice p {
	margin: 0 0 20px;
	color: #FFFFFF;
}

.cookie-notice a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: underline;
}

.btn {
	padding: 12px 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
    text-transform: uppercase;
	border: 2px solid #FFFFFF;
	border-radius: 50px;
	text-align: center;
	line-height: 1;
	transition: 0.3s;
	cursor: pointer;
}

.btn:hover {
	color: #299421;
	background: #FFFFFF;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 30s linear infinite;
}

/* to top & max */

#to-top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 1;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(71, 131, 66, 0.9);
    border-radius: 50%;
    cursor: pointer;
}

.to-top img {
    height: 13px;
}

.max {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
	margin: 0 0 10px;
    background: rgba(71, 131, 66, 0.9);
    border-radius: 50%;
    cursor: pointer;
}

.max img {
    height: 22px;
}

/* route & max */

.route-header, .max-header {
    display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 0;
    font-size: 14px;
    color: #478342;
}

.route-footer, .max-footer {
    display: flex;
	align-items: center;
	gap: 10px;
	margin: 15px 0 0;
    font-size: 14px;
    color: #FECE31;
}

.route-header img, .route-footer img {
    display: block;
    width: 18px;
    max-width: 18px;
}

.max-header img, .max-footer img {
	display: block;
	width: 22px;
	max-width: 22px;
}

/* overlay */

#overlay {
    display: none;
}

#overlay.active {
	display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.overlay-block {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 20px;
    padding: 30px;
    color: #FFFFFF;
    background-color: #478342;
	background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position: 0 100%;
    border-radius: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.overlay-title {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.overlay-desc {
    margin: 10px 0 20px;
    font-size: 14px;
    font-style: italic;
}


@media only screen and (max-width: 992px) {

.tour {
    height: 250px;
}

.accordion-block {
    flex-direction: column;
	align-items: flex-start;
}

.room-features {
    flex-direction: column;
    margin: 0;
}

.room-features-block {
    width: 100%;
    margin: 0 0 20px;
}

.room-price-book {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 30px;
}

.room-price {
    margin: 20px 0 10px;
}

.features, .htg {
    flex-direction: column;
    margin: 0 0 -20px;
}

.features-block, .htg-block {
    width: 100%;
    margin: 0 0 20px;
}

.price-header {
    display: none;
}

.price {
    flex-direction: column;
    padding: 0 30px;
}

.price-block {
    justify-content: flex-start;
    width: 100%;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #DFDFDF;
}

.price-block:last-child {
    border-bottom: 0;
}

.price-info {
    padding: 15px;
}

.reviews {
    flex-direction: column;
    margin: 0;
}

.reviews-block {
    width: 100%;
    margin: 0 0 30px;
}

.reviews-block:last-child {
    margin: 0;
}

.reviews-block-inner {
    flex-direction: column;
    gap: 12px;
    margin: 0 0 20px;
}

.reviews-stars img {
    margin-left: 0;
}

.reviews-btn {
	margin: 30px auto 0;
}

.contacts {
    display: block;
}

.contacts-info {
    margin: 0 0 30px;
}

.contacts-info, .contacts-map {
    width: 100%;
}

.footer-menu, .footer-address {
    margin: 0 0 20px;
}

.footer-title {
    display: none;
}

#to-top {
	bottom: 45px;
	right: 20px;
}

}

@media (max-width: 850px) {

    .header-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .header-title {
        display: none;
    }
    
    .header-phone a {
        font-size: 19px;
    }
    
    .header-contacts span {
        display: block;
    }

    .wrap-2 {
        padding: 0 20px;
        background: none;
        box-sizing: border-box;
    }

	iframe {
		height: 250px;
	}

	.video-block {
		height: 400px;
	}
	
	.video-block__title {
		font-size: 50px;
	}

	.video-block__desc {
		font-size: 25px;
	}

	.menu ul {
		display: flex;
		flex-direction: column;
	}

    .menu li {
        margin: 3px 0;
    }

	.menu a {
		padding: 12px 15px;
		background: #478342;
        border-radius: 50px;
	}

    #slider {
        margin: 30px 0 0;
    }
	
	.footer-inner {
		display: block;
		padding: 25px 20px;
		text-align: center;
	}
	
	.footer-logo {
	    margin: 0 0 20px;
	}
	
	.copyright-inner {
		flex-direction: column;
		padding: 20px;
		text-align: center;
	}
	
	.copyright a {
		margin: 5px 0 0;
	}
	
	.footer-policy {
	    margin: 10px 0;
	}

    .route-header, .route-footer {
    	justify-content: center;
    	margin: 10px 0 0;
    }
    
    .max-header, .max-footer {
    	justify-content: center;
    	margin: 20px 0 0;
    }

	.cookie-notice {
		width: calc(100% - 40px);
	}

}

@media (max-width: 750px) {
	
	.video-block {
		height: 300px;
	}
	
	.video-block__title {
		font-size: 40px;
	}

	.video-block__desc {
		font-size: 20px;
	}

	.slider {
		margin: 80px auto;
	}

	.slider h1 {
		font-size: 40px;
	}

    .overlay-block {
        flex-direction: column;
        gap: 20px;
    }

}

@media (max-width: 600px) {
	
	.video-block__title {
		font-size: 35px;
	}
	
	.video-block a {
		font-size: 16px;
	}

}