body {
    background-color: #fff;
    margin: 0;
}
body:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    background-repeat: repeat;
    background-position: center;
    min-height: 100%;
    height: 100vh;
    background-attachment: initial;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all 0.2s linear;
}
h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 59px;
	color: #202020;
}
h2 b {
	color: #3A3938;
}
h4 {
    color: #13100d;
    font-size: 26px;
    font-family: 'GraphikLCG',Arial,sans-serif;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
    margin: 10px 0 35px;
}
a, a:before {
    color: #DEA166;
    background-color: transparent;
    transition: 0.3s linear; /* Время изменения */
}
a:hover {
	text-decoration: none;
}
ol li, ul li {
    font-size: 15px;
    line-height: 20px;
}
.breadcrumbs a, .navbar-nav a, .phone_block a, .rooms a, .balun a, .contacts a {
	text-decoration: none;	
}
.body_form.fancybox-active .fancybox-toolbar {
    opacity: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1170px !important;
	position: relative;
    margin-right: auto;
    margin-left: auto;
}
.wpcf7-response-output {
    text-align: center;
    margin-top: 10%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 200%;
    line-height: 40px;
    color: #DEA166;
}
.header-section {
    height: 65px;
    padding-top: 5px;
    left: 0px;
    width: 100%;
    z-index: 2000;
    position: fixed;
    top: 0;
    transition: background-color .3s linear;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2.5px);
}
.bg-dlack, .bg-post-dlack {
	background: #181818;	
}
.header-section .header {
    position: relative;
    z-index: 120;
    color: #fff;
    line-height: 15px;
    padding-top: 0rem!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 4px;
    margin-top: 3px;
    list-style: none;
    flex-direction: row;
    box-sizing: border-box;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    flex: none;
    order: 2;
    flex-grow: 0;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    transition: 0.3s linear; /* Время изменения */
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
.navbar-brand img {
    max-width: 147px;/* 185 */
    width: 147px;
    min-width: 91px;
    height: auto;
    display: block;	
    margin-left: -5px;
}
.first-index-section, .header-section__img, .header-section__img_mobile {
    margin: 0;
    padding: 0;
}
.first-index-section {
    height: 704px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.team-section__item {
    height: 100%;
}
.first-index-section h2 {
    display: flex;
    margin-top: 127px;
    margin-left: 0;
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 117px;
    text-align: right;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.left, .right {
    width: 55%;
    display: inline-block;
    padding-bottom: 67px;
    padding-top: 63px;
}
.right  {
    width: 45%;
    float: right;
    padding: 0;
    overflow: hidden;
    height: auto;
}
.left button {
    margin-left: 0;	
}
.right input {
    padding: 16px;
    gap: 13px;
    width: 541px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #DBD7D4;
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #A19F9D;
}
.right h2 {
    font-size: 28px;
    line-height: 34px;
}
.right input[type="textarea"] {
	height: 94px;
	
}
.right span {
    display: block;
    margin: 0px 0 16px;
    position: relative;
}
.right span.max_symbol {
    position: absolute;
    right: 25px;
    bottom: -5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #A19F9D;
}
.left button, button, .left .but {
    font-family: 'Inter';
    letter-spacing: -0.2px;
    text-align: center;
    width: 200px;
    height: 50px;
    background: #DEA166;
    border: 1px solid #DEA166;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
	cursor: pointer;
}
.phone_block {
	width: 201px;
	height: 66px;
	background: rgba(80, 80, 80, 0.5);
	backdrop-filter: blur(15px);
	border-radius: 10px;
    margin: 94px 7px 51px auto;
    position: relative;
}
.index-slider img {
    margin: 21px 11px 0 10px;
    float: left;
}
.index-slider .phone_block a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    position: relative;
    top: 10px;
    display: block;
}
.index-slider .phone_block .button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    top: 20px;
    position: relative;
}
.pluse_block {
    width: 94%;
    height: 85px;
    background: rgba(80, 80, 80, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 20px;
    margin-right: 7px;
}
.pluse_block img {
    margin: -5px 18px 0px 15px;
    float: left;
}
.pluse_block p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 17px;
}
.room_block, .weather_block {
    width: 230px;
    height: 74px;
    background: rgba(80, 80, 80, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    display: block;
    position: relative;
    float: left;
    margin-left: 5%;
    padding-top: 26px;
}
.weather_block {
    float: right;	
    margin-right: 7px;
}
.room_block img {
    margin: 9px -20px 0 27px;
}
.room_block p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}
.weather_block img {
    margin: 11px 14px 0 53px;
}
.weather_block p {
    font-size: 32px;
    line-height: 39px;
    margin-top: 5px;
}
.booking_block {
    width: 94%;
    height: 223px;
    background: rgba(80, 80, 80, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    display: block;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-right: 7px;
}
.parameters {
    height: 150px;
    margin-top: 0x;
}
.parametr  {
    width: 33%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 148px;
}
.parametr.users {
    width: 33%;
    float: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.search {
    width: 100%;
}
.open::after {
	content: ''; 
	position: absolute; /* Абсолютное позиционирование */
    left: 46%;
    top: -5px;
    border: 5px solid transparent;
    border-bottom: 9px solid #fff;
}
.right .parametr span {
    margin: 28px 0 65px;
}
.parametr p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    margin: 7px -5px 25px;
}
.parametr p b {
    font-size: 20px;	
}
.search_block {
    cursor: pointer;
    text-align: center;
    padding: 1px;
    height: 72px;
}
.search {
    width: 240px;
    margin: 22px auto;
    left: -16px;
    position: relative;
}
.search p {
    font-weight: bold;
    font-size: 26px;
}
.search img {
    margin: 0px 0px 0 10px
}
.navbar-nav ul.dropdown-content {
    display: none;
    position: absolute;
    width: auto;
    min-width: max-content;
    left: auto;
    margin-left: -80px;
    top: 62px;
    background: #181818;
    backdrop-filter: blur(2px);
    border-radius: 0px 0px 10px 10px;
    padding: 0;
    z-index: 1;
}
.dropdown:hover ul.dropdown-content {
    display: block;
    position: absolute;
    width: auto;
    min-width: max-content;
    left: auto;
    margin-left: auto;
    top: 62px;
    background: #181818;
    backdrop-filter: blur(2px);
    border-radius: 0px 0px 10px 10px;
    padding: 0;
}
.mb_dropdown:hover ul.dropdown-content {
	display: none;
}
.dropdown:hover ul.dropdown-content.pc_dropdown {
    padding: 12px 15px 1px 8px;

}
.index-slider-back .slick-slide {
    height: 704px;	
    margin-right: 0;
    -webkit-transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: -transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.index-slider-back .slick-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 10s 1 ease-in-out forwards;
    -moz-animation: cssAnimation 10s 1 ease-in-out forwards;
    -o-animation: cssAnimation 10s 1 ease-in-out forwards;
    animation: cssAnimation 10s 1 ease-in-out forwards;
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
    transform: scale(1.3) translate(0px);
  }
}

@-moz-keyframes cssAnimation {
  from {
    -moz-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  to {
    -moz-transform: scale(1.3) translate(0px);
    transform: scale(1.3) translate(0px);
  }
}

@-o-keyframes cssAnimation {
  from {
    -o-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  to {
    -o-transform: scale(1.3) translate(0px);
    transform: scale(1.3) translate(0px);
  }
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
    -moz-transform: scale(1) translate(0px);
    -o-transform: scale(1) translate(0px);
    transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
    -moz-transform: scale(1.3) translate(0px);
    -o-transform: scale(1.3) translate(0px);
    transform: scale(1.3) translate(0px);
  }
}










.first-back-section {
    position: absolute;
    top: 0;
    z-index: -1;
    max-width: 100%;
}
.first-back-section .slick-arrow {
    display: none !important;
}

.index-slider-back .back_img {
    width: auto;
    position: relative;
}
.ph_ico_mobile.dropdown:hover ul.dropdown-content {
	display: none;
}
.ph_ico_mobile.dropdown.active ul.dropdown-content {
	display: block;
}
.navbar-nav ul.dropdown-content li .nav-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
}
.navbar-nav ul.dropdown-content li {
    height: auto;
    margin-bottom: 13px;
    justify-content: left;
}
.navbar-nav ul .dropdown .nav-link:after {
    margin-left: 31px;
}
.two-index-section {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #202020;
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
	margin-bottom: 50px;
}
.two-index-section h2, .two-index-section span {
    text-align: left;
    display: block;
}
.two-index-section .variants {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 50px;
}
.two-index-section .variant {
    width: 150px;
    height: 30px;
    background: #EFF3F4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    margin-right: 40px;
	cursor: pointer;
}

.two-index-section .variant p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #202020;
}
.two-index-section .variant.active {
    background: #DEA166;
}
.two-index-section .variant.active p {
	color: #fff;
}
.desc {
    width: 40%;
    display: inline-block;
    padding-bottom: 29px;
    float: left;
    text-align: left;
}
.slider {
    width: 57%;
    float: right;
    padding: 0;
    height: auto;
    margin-top: 0px;
}
.desc h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #202020;
    text-align: left;
    display: flex;
    margin: 0px;
}
.desc h3 .price_room {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding: 9px 30px;
}
.desc p {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150.4%;
    color: #000000;
    text-align: left;
    margin: 21px 0;
} 
.two-index-section h2 {
    line-height: 48px;
    margin: 56px 0 25px;
}
.two-index-section .param_room {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    width: 49%;
    margin-right: 1%;
    padding: 0px;
    float: left;
    display: flex;
    height: 50px;
    align-items: center;
    margin-bottom: 0px;
}
.two-index-section .param_room img {
    margin: 0 7px;
    width: 25px;
}
.params_room {
    display: block;
    width: 100%;
    float: inherit;
    margin-bottom: 24px;
}
.desc button, .desc .but {
    width: 160px;
    font-family: 'Inter';
    letter-spacing: -0.2px;
    text-align: center;
    width: 200px;
    height: 50px;
    background: #DEA166;
    border: 1px solid #DEA166;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.desc .light_but {
    border: 1px solid #202020;
    border-radius: 10px;
    background: none;
    margin-left: 31px;
    width: 181px;
    color: #202020;	
}
.desc button:hover, .desc .but:hover {
    border: 1px solid #1a1007;
    color: #fff;
}
.desc .light_but:hover {
    background: #DEA166;
    border: 1px solid #DEA166;
    color: #fff;
}
.two-index-section .slick-list {
    width: 160%;
}
.slick-slide {
    margin-right: 50px;
}
.review-slider .slick-slide {
    margin-left: 50px;
    margin-right: 0
}
.three-index-section .slick-slide {
    width: 300px;
    min-height: 400px;
    margin-top: 50px;
    z-index: 0;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
    opacity: 0.8;
    transition: all 300ms ease;
    padding-bottom: 10px;
}
.three-index-section .slick-slide.slick-center {
    transform: scale(1.3);
    z-index: 2;
    opacity: 1;
    padding-bottom: 50px;
    margin-left: 90px;
    margin-right: 40px;
}
.three-index-section {
    background: url(../img/review.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-bottom: 107px;
    margin-bottom: 50px;
}
.three-index-section h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 27px;
    z-index: 2;
    position: relative;
    margin-bottom: 68px;
}
.fone {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 1px;
    z-index: 1;
    opacity: 0.7;
}
.review-slider .slick-slide img {
	margin: 28px auto 15px;
    width: 71px;
}
.review-slider .slick-slide .date img {
    margin: 8px 7px 3px 16px;
    width: 10px;
    float: left;
}
.review-slider .slick-slide .date p {
    padding-left: 0;
}
.review-slider .slick-slide h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
}
.review-slider .slick-slide span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    padding-left: 6px;
    padding-top: 7px;
    line-height: 22px;
    text-align: center;
    color: #7B7B7B;
    width: 100%;
    display: block;
}
.review-slider .slick-slide p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7B7B7B;
    padding: 0 30px 30px;
    margin-bottom: 0;
}
.review-slider .slick-slide .date p {
    padding: 0 20px 0 0;
    font-size: 11px;
    margin: 5px;
	
}
.footer_item {
    display: block;
    padding-right: 5px;
}
.footer_item img {
	margin: 0;
}
.footer_item .date, .footer_item .stars {
    width: 50%;
    display: inline-block;
    float: left;
}
.review-slider .slick-slide .stars img {
    margin: 7px 4px 0px;
    width: 14px;
    float: right;
}
.footer_item .stars {
    float: right;
    width: 45%;
    padding-right: 3px;
}
.review-slider .slick-prev {
    top: -60px;
    left: 46%;
    background: none;
    box-shadow: none;
}
.review-slider .slick-next {
    right: 46%;
    left: auto;
    top: -60px;
    background: none;
    box-shadow: none;
}
.review-slider .slick-prev:before, .review-slider .slick-prev:after, .review-slider .slick-next:before, .review-slider .slick-next:after {
    background: #fff;
}
.review-slider .slick-dots {
    margin: 0!important;
    padding-left: 0!important;
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -33px !important;
    right: auto;
    width: 30px;
    height: 30px;
}
.review-slider .slick-dots li.slick-active button {
    background: none;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat';
}
.review-slider .slick-dots li.slick-active {
    border: none;
}
.review-slider .slick-dots li {
    display: none;
}
.review-slider .slick-dots li.slick-active {
    display: block;
}
.all_slide {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
    position: absolute;
    top: 112px;
    left: 51%;
    margin-left: -15px;
}
.all {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
    text-decoration: none;
}
.all:after {
    content: "→";
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 14px;
    color: #fff;
    position: relative;
    top: 1px;
    right: -10px;
}
.all:hover:after {
	color: #DEA166;
}
.center {
	text-align: center;
}
.review-slider {
    margin-bottom: 60px;
    padding-top: 10px;
}
.five-index-section {
    background: #181818;
}
.for-index-section {
    border-top: 1px solid #000;
    padding-top: 50px;
}
.balun {
    position: absolute;
    width: 327px;
    height: 230px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    top: 80px;
    padding: 30px 20px 29px 20px;
}
.balun h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #202020;
    margin: 0;
}
.balun .header__phone {
    display: block;
    width: 85%;
    float: left;
}
.balun .phone_ico {
    width: 40px;
    position: relative;
    margin: 37px 22px 30px 0;
    float: left;
}
.balun .phone_text, .balun .phone {
    width: 100%;
    display: block;
}
.balun .phone_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #202020;
    margin-bottom: 6px;
    margin-top: 8px;
}
.balun .phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #DEA166;
    margin-bottom: 10px;
}
.balun .d-lg-flex {
    display: block;
    position: relative;
    padding-left: 9px;
}
.balun .social {
    display: block;
    width: 15%;
    float: right;
}
.balun .social a {
    margin: 14px 0px 5px 7px;
    display: block;
}
.balun .social .twit {
	margin: 14px 0px 13px 7px;
}
.balun .social .instagram {
	margin: 11px 0px 5px 7px;
}
.balun .social .whatsapp {
	margin: 5px 0px 5px 7px;
}
.balun .social .telegram {
	margin: 5px 0px 5px 7px;
}
.balun .center_block img {
    float: left;
    margin: 0 25px 0 -3px;
}
.balun .mail_block img {
    float: left;
    margin: 0 23px 0 -6px;
}
.balun .mail_block a {
    color: #000;
}
.balun .mail_block a:hover {
    color: #DEA166;
}
.balun .center_block {
    margin-bottom: 13px;
}
.d_none {
	display: none;
}
.balun .header__address, .balun .search_text  {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #202020;
}
.balun .address_ico {
    width: 19px;
    height: 19px;
}
.header-section__img, .header-section__img_mobile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slider {
    height: 100%;
}
.slide_block {
    display: flex;
    justify-content: center;	
    margin-left: 53px;
}
.slide_block .block {
	height: 72px;
	display: inline-block;
    margin-right: 67px;
}
.slide_block .block span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    align-items: center;
    color: #E95E27;
}
.slide_block .block p {
    font-size: 18px;
    line-height: 22px;
    color: #7A7A7A;
    margin: 0;
}
.info_block {
    display: flex;
    justify-content: space-between;
    padding: 41px 0px 0 0px;
}
.info_block .block {
    min-width: 215px;
    position: relative;
}
.info_block .block img, .content_block .block img {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0px;
}
.info_block .block p {
    font-size: 16px;
    line-height: 19px;
    color: #A4A09C;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}
.info_block .block span, .content_block .block span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: #E95E27;
    padding-left: 5px;
}
.line {
    border-left: 1px solid #D2D2D1;
}
.info_block .block span.line {
    position: absolute;
    height: 38px;
    right: -56px;
    top: 9px;
}
.info_block .last_block span.line {
    display: none;
}
.two-index-section .header_content {
    margin-bottom: 385px;
}
.content_block {
    display: flex;
    justify-content: space-between;
}
.content_block .block {
    padding: 34px 22px;
    width: 548px;
    height: 124px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(219, 157, 95, 0.12);
    border-radius: 10px;
}
.info_block .block img, .content_block .block img {
    margin: 0px;
}
.two-index-section .content-section {
    padding-bottom: 225px;
}
.content_block .block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4E4C4A;
    padding: 0;
    margin: 0;
    border: none;
}
.content_block .block span {
    padding: 11px 11px 23px 11px;
}
.about p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #3A3938;
    position: relative;
    padding: 0 35px 0px;
    margin: 14px 0 14px 0;
}
.about p:before, .about p:after {
    transform: rotate(50deg);
    transform-origin: bottom right;
    content: "";
    background: #E95E27;
    height: 2px;
    left: -2px;
    position: absolute;
    top: 17px;
    width: 13px;
}
.about p:after {
    transform: rotate(-50deg);
    transform-origin: top right;
}
.about .left_content {
    width: 70%;
}
.about-index-section {
    padding: 81px 0 64px;
}
.about-index-section h2 {
    margin-bottom: 21px;
}
.service_block {
    width: 334px;
    height: 524px;
	background: #FFFFFF;
	box-shadow: 0px 12px 16px -4px rgba(219, 157, 95, 0.08), 0px 4px 6px -2px rgba(219, 157, 95, 0.1);
	border-radius: 10px;
    padding: 24px 24px 32px;
    position: relative;
    overflow: hidden;
    display: block;
}
.service_block h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #3A3938;
    margin: 32px 0 0px;
    padding-bottom: 0;
}
.service_block p {
    font-size: 16px;
    line-height: 24px;
    color: #4E4C4A;
    margin: 9px 0;
}
.bot_block {
    position: absolute;
    bottom: 20px;
}
.bot_block span, .variants span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: baseline;
    color: #E95E27;
}
.bot_block span p, .variants p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    color: #ABA9A7;
    margin: 0 0 10px;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0px;
    left: 0px;
    top: 44%;
    color: #C2C1C0;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 67px;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before, 
.slick-prev:after,
.slick-next:before, 
.slick-next:after {
    content: "";
    background: #000;
    height: 1px;
    left: 4px;
    position: absolute;
    top: 26px;
    width: 15px;
}
.slick-next:before, 
.slick-next:after {
    left: auto;
    right: 19px;
}
.slick-prev:before {
    top: 25px;
    left: 4px;
}
.slick-prev:before {
    transform: rotate(130deg);
    transform-origin: bottom right;
}
.slick-prev:after {
    transform: rotate(-130deg);
    transform-origin: top right;
}
.slick-next:before {
    top: 26px;
}
.slick-next:before {
    transform: rotate(50deg);
    transform-origin: bottom right;
}
.slick-next:after {
    transform: rotate(-50deg);
    transform-origin: top right;
}
.slick-dots {
    margin: 0!important;
    padding-left: 0!important;
    position: absolute;
    bottom: 61px;
    left: 44%;
    right: 0;
}
.slick-dots li {
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    margin: 0 9px;
}
.slick-dots li.slick-active {
    border: 1px solid #E95E27;
    border-radius: 15px;
    width: 13px;
    height: 13px;
    padding: 4px 1px 1px 4px;
    margin: 3px 13px;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #CDCDCD;
    border: 2px solid #CDCDCD;
    font-size: 0;
    border-radius: 10px;
    padding: 0;
    display: block;
}
.slick-dots li.slick-active button {
    background-color: #E95E27;
    border: #E95E27;
}
.service-slider .slick-next:after, .service-slider .slick-prev:after {
	background: none;
}
.service-slider .slick-next:before, .service-slider .slick-prev:before {
    content: "→";
    background: none;
    height: 9px;
    left: 4px;
    position: absolute;
    top: 21px;
    width: 20px;
    font-size: 50px;
    transform: rotate(0deg);
}
.service-slider .slick-prev:before {
    transform: rotate(180deg);
    top: 66px;
}
.service-slider .slick-slide {
    height: auto;
}
.service-slider .slick-next, .service-slider .slick-prev {
    right: auto;
    left: 82px;
    top: auto;
    bottom: -47px;
}
.slick-next {
    right: -102px;
    left: auto;
    top: 44%;
}
.index-slider .slick-next {
    right: -45px;
    left: auto;
    top: 44%;
}
.index-slider .slick-prev {
    left: -50px;
}
.service-slider .slick-prev {
    left: 0;
    bottom: -52px;
}
.service-slider .slick-arrow:hover {
    color: #E95E27;
	cursor: pointer;
}
.service-index-section {
    background-color: #fff;
    padding: 81px 0 200px;
}
.service-logistic-index-section {
    padding: 78px 0 200px;
    position: relative;
}
.service-logistic-index-section h2 {
    margin: 29px 0 17px;
}
.service-slider .owl-item {
    width: 100%;
    margin-right: 27px;
    display: inline-block;
    padding: 15px 0;
}
.service-logistic-index-section .back_img , .footer .back_img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-index-section h2 {
    margin: 31px 0 16px;
}
.advantages-index-section .content_block {
    flex-wrap: wrap;
}
.advantages-index-section .content_block .block {
	width: 336px;
    height: 215px;
	background: #FFFFFF;
	box-shadow: 0px 12px 24px -4px rgba(219, 157, 95, 0.08), 0px 8px 8px -2px rgba(219, 157, 95, 0.03);
	border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 16px 32px 30px 8px;
}
.advantages-index-section .content_block .block img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.advantages-index-section .content_block .block:hover {
	background: #E95E27;
	box-shadow: 0px 12px 24px -4px rgba(78, 76, 74, 0.08), 0px 8px 8px -2px rgba(78, 76, 74, 0.03);
	cursor: pointer;
}
.advantages-index-section .content_block .block span {
    padding: 1px 0 23px 1px;
    font-size: 26px;
    line-height: 36px;
}
.advantages-index-section .content_block .block:hover span {
	color: #fff;
}
.advantages-index-section {
    padding: 77px 0 91px;
}
.service-like-index-section .like {
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-like-index-section {
    padding: 82px 0 196px;
}
.service-like-index-section h2 {
    margin: 30px 0 16px;
}
.advantages-index-section h2 {
    margin: 30px 0 32px;
}
.navbar-nav li {
	padding: 0px 0px 0 23px;
    height: 65px;
    display: flex;
    position: relative;
    justify-content: center;
}
.t-menuburger {
	display:none;
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.footer {
    width: 100%;
    min-height: auto;
    background: none;
    padding: 20px 0;
    display: block;
    position: relative;
}
.footer p, .footer a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 27px;
	color: #3A3938;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-left: 144px;
}
.footer .navbar-brand img {
    max-width: 350px;
    width: 350px;
}
.footer .owl-stage {
    border-top: 1px solid #3B3C46;
    text-align: center;
    padding: 36px;
}
.footer .owl-stage span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #3B3C46;
}
.footer .navbar-brand {
    float: left;
}
.right_footer a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-left: 60px;
}
.right_footer .maps_site {
    margin-left: -7px;
}
.right_footer p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
    margin-left: 60px;
    margin-top: 4px;
    margin-bottom: 0;
}
.right_footer p a {
    margin-left: -1px;
    font-size: 11px;
}
.opis {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.footer {
    overflow: hidden;
}
.right_footer {
    float: left;
    display: block;
    position: relative;
    padding-top: 24px;
    color: #fff;
}
.razd {
    margin-right: 6px;
	
}
.seo_footer {
    display: flex;
    height: 110px;
    justify-content: left;
    align-items: center;
    padding-left: 85px;
    padding-top: 3px;
}
.right_footer .opis {
    font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}
.address_ico {
    width: 31px;
    height: 31px;
}

.form_online {
	display: none;
    min-width: 1200px;
    width: 1200px;
}
.mas_galery {
    width: 37%;
    display: inline-block;
}
.right_content {
    width: 60%;
    display: inline-block;
    float: right;
}
h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #3A3938;
}
.modal-header {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    margin: -20px 0 24px 0;
    height: 57px;
}
.mas_img img {
    width: 65px;
    display: inline-block;
}
.right_content .modal_content {
	font-size: 18px;
	line-height: 32px;
	color: #4E4C4A;
}
.right_content .text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    color: #ABA9A7;
}
.right_content .modal_time1, .right_content .modal_time2{
	font-size: 18px;
	line-height: 28px;
	color: #4E4C4A;
}
.korobs .korob {
    padding: 12px;
    gap: 8px;
    width: 307px;
    height: 69px;
    background: #F4F5F7;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 7px;
}
.korobs .korob img {
    display: inline-block;
    float: left;
}
.korobs .korob .text_box {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #4E4C4A;
    margin: 22px 0 0;
    display: block;
}
.fancybox-skin {
    position: relative;
}
.fancybox-skin .fancybox-close {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 24px;
    top: 20px;
    background: #F2F2F2;
    border-radius: 8px;
}
.fancybox-close:before, .fancybox-close:after {
    transform: rotate(45deg);
    transform-origin: bottom right;
    content: "";
    background: #3A3938;
    height: 2px;
    left: 5px;
    position: absolute;
    top: 25px;
    width: 20px;
}
.fancybox-close:after {
    transform: rotate(135deg);
    transform-origin: top left;
    left: 27px;
    top: 13px;
}
.form_online .modal-body {
    overflow: auto;
    height: 745px;
}
.mas_img img {
	cursor: pointer;
}
.back_img {
    position: absolute;
    width: 100%;
    height: 833px;
}
.navbar-nav ul .nav-link:after {
	content: "";
	width: 1px;
	height: 21px;
	background: #FFFFFF;
    margin-left: 20px;
}
.dropdown a:hover .pasive, .dropdown a .active, .dropdown span:hover .pasive, .dropdown span .active {
	display: none;
    margin: -2px -11px 0 5px
}
.dropdown a .pasive, .dropdown a:hover .active, .dropdown span .pasive, .dropdown span:hover .active {
	display: block;
    margin: 0px -11px 0 5px;
    width: 10px;
}
.navbar-nav ul .nav-link.last_link:after {
	content: "";
	width: 1px;
	height: 21px;
	background: none;
    margin-left: 20px;
}
.local_ico:hover .active, .local_ico .pasive {
	display: block;
}
.local_ico:hover .pasive, .local_ico .active {
	display: none;
}
.navbar-nav ul.dropdown-content li .nav-link:before, .navbar-nav ul.dropdown-content li .nav-link:after {
    content: "";
    background: #fff;
    height: 1px;
    left: 4px;
    position: absolute;
    top: 26px;
    width: 6px;
    transform: rotate(130deg);
    transform-origin: bottom right;
    top: 10px;
    left: 0px;
}
.navbar-nav ul.dropdown-content li .nav-link:after {
	margin-left: 0;
    transform: rotate(230deg);
    top: 1px;
}
.navbar-nav ul.dropdown-content li .nav-link:hover:before, .navbar-nav ul.dropdown-content li .nav-link:hover:after {
    background: #DEA166;
}
.navbar-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
}
.nav-link img {
    margin: 0 7px 0 3px;
}
.mobile-menu .nav-link:hover, a:hover, .navbar-dark .navbar-nav .nav-link:hover, .index-slider .phone_block a:hover {
	color: #DEA166;
	text-decoration: none;
}
.two-index-section .variant:hover {
    background: #DEA166;
	
}
.two-index-section .variant:hover p {
    color: #fff;
}
.bot_line {
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    overflow: hidden;
}
#modal-form, #modal-konf {
    width: 450px;
    /*height: 650px;*/
    background: #202020;
    box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: none;
    overflow: hidden;
    padding-top: 15px;
}
#modal-form h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0px;
    display: none;
}
button.fancybox-button svg {
	display: none;
}
.close_modal {
    float: right;
    margin: 5px -25px;
    cursor: pointer;
}
.modal-body p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form-control-wrap  .wpcf7-textarea {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    font-feature-settings: 'ordn' on;
    color: #696969;
    padding: 0 40px;
    margin-bottom: 15px;
}
.wpcf7-form-control-wrap .wpcf7-textarea {
    height: 150px;
    padding: 15px 20px;
}
.modal-button {
    width: 100%;
    height: 50px;
    background: #DEA166;
    border-radius: 20px;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    color: #FFFFFF;
	cursor: pointer;
}
.checkbox-custom {
	display: block;
	margin: 0 0 10px 0;
	line-height: 22px;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.checkbox-custom input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-custom span {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 35px; 
	line-height: 22px;
	font-size: 15px;  
}
.checkbox-custom span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #9b9b9b;
	box-shadow: inset 0 0 3px #8a8a8a;
}
 
/* Checked */
.checkbox-custom input[type=checkbox] + span:after {
	content: "";	
	opacity: 0;
	transition: opacity 0.3s ease;
}
.checkbox-custom input[type=checkbox]:checked + span:after {
	content: "✓";
	color: #DEA166;
	font-size: 30px;
	font-weight: 900;
	position: absolute;
	left: 2px;
	top: -2px;
	opacity: 1;
} 

.checkbox-other {
	display: block;
	margin: 0 0 10px 0;
	line-height: 22px;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.checkbox-other input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;  
}
.checkbox-other span a {
    color: #FFFFFF;  
    text-decoration: underline;
}
.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 1px;
    top: 1px;
    border: 1px solid #DEA166;
    background-color: #DEA166;
    border-radius: 5px;
    box-shadow: inset 0 0 3px #8a8a8a;
}
 
/* Checked */
.checkbox-other input[type=checkbox] + span:after {
	content: "";	
	opacity: 0;
	transition: opacity 0.3s ease;
}
.checkbox-other input[type=checkbox]:checked + span:after {
    content: "✓";
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    left: 6px;
    top: 0px;
    opacity: 1;
}


/* Focus */
.focused span:before {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other span:hover:after {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other span:active:before,
.checkbox-other span:active:after {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled + span:before,
.checkbox-other input[type=checkbox]:disabled + span:after {
	filter: grayscale(100%);
	opacity: 0.6;
}
.wpcf7-form-control-code p {
    text-align: center;
    display: block;
}
.wpcf7-form-control-code {
    text-align: center;
    display: block;
}
.wpcf7-form-control-code input {
    width: 78px;
    height: 30px;
    border: 1px solid #DEA166;
    border-radius: 5px;
    background: none;
    display: inline-block;
    float: left;
    left: 22%;
    top: 10px;
    position: relative;
}
.left button:hover {
	border: 1px solid #c99f75;
}
#button {   
    display: inline-block;
    text-align: center;
    margin: 30px;
    position: fixed;
    bottom: 40px;
    right: 50%;
    margin-right: -647px;
    transition: background-color .3s;
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #202020;
    border-radius: 78px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
} 
#button.show {
	opacity: 1;
    visibility: initial;
}
#button:hover {   
   cursor: pointer;   
   background-color: #333; 
} 
#button:active {   
   background-color: #555; 
} 
#button::after {
   content: "↑";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
   line-height: 50px;
   color: #fff; 
} 
.active-mobile-menu .dropdown a .pasive, .active-mobile-menu .dropdown a:hover .active {
	margin-left: auto;
    margin-right: -20px;
    margin-top: -15px;
}
.active-mobile-menu .dropdown .dropdown-content {
    display: none;
}
.active-mobile-menu .dropdown .mb_dropdown_c, .active-mobile-menu .dropdown:hover .mb_dropdown_c {
    left: 25px;
    margin-left: 0;
    top: 0;
    margin-bottom: 0;
    position: relative;
    background: none;
    width: auto;
    min-width: max-content;
}
.active-mobile-menu .dropdown {
    position: relative;
}
.active-mobile-menu .dropdown .dropdown-content a {
    font-size: 12px;
    text-align: left;
	
}
.mobile-menu .dropdown {
    display: inline-block;
}
.navbar-nav li.ph_ico {
	display: none;
}
.navbar-nav li.ph_ico.active, .navbar-nav li.ph_ico.post_active {
    display: flex;
    padding: 11px 10px 10px 0;
    height: 42px;
    width: 60px;
}
.dropdown-content .phone_block {
    height: auto;
    margin: 0;
    width: 100%;
    background: none;
}
.dropdown-content .phone_block .phone_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 8px 10px 4px;
    display: block;
}
.dropdown-content .phone_block .phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #DEA166;	
    margin: 0 10px 10px;
    display: block;
}
.dropdown-content .phone_block .button.fancy {
    height: 30px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    margin-left: 0px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #DEA166;
    text-align: center;
    padding-top: 7px;
}
.dropdown-content .phone_block .button.fancy:hover {
	background-color: #555;
}
.mobile_nav {
	display: none;
}
.index-slider2 .slick-prev, .index-slider2 .slick-next {
	display: none !important;
}
.ph_ico_mobile.active .dropdown-content {
	display: block;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #C00000;
    position: absolute;
    top: 15px;
    right: 25px;
    left: auto;
}
.active .back_phone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    cursor: pointer;
}
.post_page .two-index-section {
    margin-top: 102px;
	border: none;
}
.two-index-section span.n_room {
    position: absolute;
    width: 120px;
    height: 51px;
    background: rgba(32, 32, 32, 0.6);
    backdrop-filter: blur(2.5px);
    border-radius: 10px 10px 10px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.all_params_room {
    position: relative;
    float: none;
    width: 100%;
    display: flex;
    padding-top: 16px;
}

.all_params_room .params_room .param_room {
    width: 100%;
}
.all_params_room h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #202020;
    text-align: left;
}
.two-index-section .all_params_room .params_room .param_room {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: auto;
}
.breadcrumbs .pas {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #202020;
    float: left;
    display: inline-block;
    margin-top: 2px;
}
.breadcrumbs .act {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #DEA166;
    margin-top: -2px;
	
}
.breadcrumbs .pas:hover {
	color: #DEA166;
	
}
.breadcrumbs {
    margin-bottom: 20px;
}
.post_page .desc p {
    line-height: 120%;
    margin: 18px 0 30px;
}
.post_page .two-index-section .param_room .img {
    margin: 0 10px 0px 0px;
    display: flex;
    justify-content: center;
    flex-basis: 45px;
    flex-shrink: 0.01;
    max-width: 45px;
}
.post_page .two-index-section .param_room .img img {
    width: auto;
}
.post_page .two-index-section .param_room {
    margin-bottom: 25px;
}
.params2, .params3 {
    margin-left: 72px;
}
.params2 {
    margin-left: 101px;
}
.post_page .h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    display: table;
    padding-right: 50px;
}
.post_page .date {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 10px 0 30px;
}
.new_block {
    text-align: left;
}
.new_block img {
    display: inline-block;
    margin: 0px 30px 30px 0;
}
.new_block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 0;
}
.new_block .social {
    text-align: left;
    margin: 35px 0;
}/*
.all_news {
    border-top: 1px solid #000;
    padding-top: 10px;
}*/
.room_section h2 {
    margin-bottom: 27px;
}
.trait {
	margin: 0 6px;
}
.post_page .all_params_room h3 {
    margin-bottom: 35px;
}
.news-section__item {
    width: 270px;
    height: 391px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 5px 0;
    margin-bottom: 50px;
}
.news-section__item h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
}
.news-section__item img {
    width: 100%;
}
.news-section__item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding: 2px 33px;
}
.news-section__item .footer_item .date {
    width: 59px;
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 0 6px;
    margin: 0;
}
.news-section__item .footer_item .date p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0;
    line-height: 10px;
}
.news-section__item .footer_item .button {
    width: 131px;
    height: 28px;
    background: #9A0000;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    text-align: center;
}
.news-section__item .footer_item .button:hover {
	background: #7d0101;
}
.news-section__item .footer_item {
    padding: 0 15px;
}
.news-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.pagination {
    text-align: center;
}
.review_section .pagination {
    text-align: center;
	display: inline-block;
}
.pagination .el {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #000000;
    margin: 0 3px;
}
.review_section .pagination .el {
	float:left;
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.review_section .pagination .el:hover, .review_section .pagination .el.act {
	color: #fff;
	background: #DEA166;
}
.pagination .el.act, .pagination .el:hover {
	color: #DEA166;
}
.prev_but:before {
    content: "←";
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 14px;
    color: #000;
    position: relative;
    top: 1px;
    right: 0px;
}
.prev_block {
    text-align: center;
    margin: 40px 0 50px;
}
.prev_but {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-decoration: none;
}
.prev_but:hover:before {
	color: #DEA166;	
}
.two-index-section span.dual {
    width: 50%;
    float: left;
    display: flex;
}
.wpcf7-form-control-wrap.dual .wpcf7-text {
    width: 91%;
    border: 1px solid #181818;
    border-radius: 10px;
    padding: 0 20px;
    color: #000;
}

.two-index-section span.dual.right { 
    justify-content: flex-start;
}
.two-index-section span.text_review {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.fa-star-o:before {
    content: "☆";
}
.fa-star:before {
    content: "★";
}
.rating-input .fa-star-o:hover:before {
    content: "★";
}
.rating-input .fa, .footer_item .fa {
    color: #9a0000 !important;
    font-style: normal;
	cursor: pointer;
    font-size: 20px;
}
.stars.activate {
    width: 100%;
}
.stars.activate .span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #181818;
    float: left;
    margin: 13px 18px 0 0;
}
#reviews_rating {
	display: none;
}
.input-file {
	position: relative;
    display: flex;
    align-items: baseline;
}
.input-file .input-file-btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	background: #181818;
	border-radius: 10px;
	line-height: 22px;
	height: 35px;
	padding: 7px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
    margin: 6px 0 30px 30px;
}
.input-file .input-file-text {
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
	background-color: #DEA166;
}
.input-file:active .input-file-btn {
	background-color: #2E703A;
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
	background-color: #eee;
}
.review_block .checkbox-other span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
}
.review_block .checkbox-other span a {
    color: #000000;
	
}
.review_block .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 150px;
    padding: 15px 10px;
    width: 97%;
}
.review_block .checkbox-other span:before {
    border: 1px solid #DEA166;
    background: none;
    border-radius: 0px;
    box-shadow: none;
}
.review_block .checkbox-other input[type=checkbox]:checked + span:after {
    color: #DEA166;
}
.review_block .wpcf7-submit {
    width: 170px;
    height: 50px;
    background: #DEA166;
    border-radius: 10px;
    margin: 30px 0 10px;
    border: 1px solid #DEA166;
}
.review_block .form_block {
    border-bottom: 1px solid rgba(24, 24, 24, 0.5);
    margin-bottom: 50px;
}
.review_one {
    background: #FFFFFF;
    border: 1px solid #181818;
    box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: left;
    padding: 18px 20px;
    position: relative;
    margin-bottom: 30px;
}
.review_one img {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.review_one h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #3A3A3A;
    margin: 0;
}
.review_one p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #7B7B7B;
    width: 100%;
}
.review_one .date p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #7B7B7B;
    margin: 10px;
    width: auto;
}
.review_one span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #7B7B7B;
}
.review_one .date {
    margin: 0;
}
.review_one .footer_item {
    position: absolute;
    right: 15px;
    top: 41px;
}
.contact_section .review_block .form_block {
    border-bottom: 0px;
    margin-bottom: 0;
}
.contact_block h4 {
    text-transform: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    text-align: left;
    margin: 7px 0 28px;
}
.contact_block .contacts {
    display: block;
    margin: 40px 0 0;
    overflow: hidden;
}
.contact_block .contacts .block_c {
    display: flex;
    height: 35px;
    margin-bottom: 35px;
    float: left;
}
.contact_block .contacts .block_c img {
    width: 30px;
    margin-right: 30px;
    padding: 6px 0 0;
}
.contact_block .contacts .block_c span .phone_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #202020;
    margin-bottom: 5px;
}
.contact_block .contacts .block_c span .phone {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #DEA166;
}
.contact_block .contacts .block_c a, .contact_block .contacts .block_c span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.contact_block .contacts .block_c a:hover {
    color: #DEA166;	
}
.two_c {
    width: 40%;
}
.one_c {
    width: 31%;
}
.contact_block .contacts .block_c img.address_ico {
    width: 17px;
    margin: 0px 28px 0 4px;
}
.two-index-section .contact_block span.address_text {
    margin-top: 12px;
}
.contact_block .contacts .block_c img.clock_ico {
    width: 25px;
    margin: 0px 33px 0 0;
}
.clock_text {
    margin-top: 2px;
    line-height: 20px;	
}
.contact_block .contacts .block_c img.mail_ico {
    margin: 0px 25px 0 57px;
    width: 25px;
}
.contact_block .contacts .block_c .search_text {
    margin-top: -4px;
}
.contact_block .wpcf7-form-control-wrap .wpcf7-text {
    height: 48px;
    margin-bottom: 30px;
}
.leisure_page .p2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 85%;
}
.line {
    width: 70%;
	height: 1px;
	background: #666666;
    margin: 20px 0 30px;	
}
.left_block {
    display: inline-block;
    float: left;
    width: 65%;
}
.left_block img {
    width: 100%;
    margin-top: -20%;
}
.right_block {
    display: flex;
    float: left;
    width: 35%;
    flex-wrap: wrap;
}
.right_block .text_block {
    background: #DEA166;
    box-shadow: -2px 4px 9px 1px rgba(0, 0, 0, 0.25);
    height: 40%;
    margin-bottom: -100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
}
.right_block .text_block h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 20px 20% 0;
}
.right_block .text_block p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px 0 20px;
}
.right_block .img {
    width: 105%;
    height: 50%;
    margin: -12px;
    z-index: -1;
    background-size: cover !important;
}
.leis_block {
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    max-height: 500px;
    overflow: hidden;
}
.line_leis {
    width: 100%;
	height: 1px;
	background: #666666;
    margin: 40px 0 50px;	
}
.dop_desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    margin: 45px 0 0;
}

.galery {
	overflow: hidden;
	background: #606060;
	border-radius: 10px;
	float: left;
    display: flex;
    max-height: 400px;
    height: 400px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
	width: 98%;
}
.galery_65 {
	width: 64%;
	margin-right: 2%;
}
.galery_33 {
	width: 31%;
	margin-right: 2%;
}
.galery_20 {
	width: 18%;
	margin-right: 2%;
}
.galery_45 {
	width: 44%;
	margin-right: 2%;
}
.galery_block {
    overflow: hidden;
    margin-top: 60px;
}
button.fancybox-button svg {
    display: block;
}
.fancybox-active .fancybox-toolbar {
    direction: ltr;
    opacity: 1;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: visible;
    z-index: 99997;
}
.booking_block2 {
    height: auto;
}
.booking_block2 .search {
    width: 260px;
    margin: 22px auto;
    left: -16px;
    position: relative;
    cursor: pointer;
}
.booking_block .search p {
    line-height: 26px;
}


.fancybox-inner {
    overflow: hidden !important;
}

.modal-body::-webkit-scrollbar {
  width: 4px;               /* ширина всей полосы прокрутки */
}

.modal-body::-webkit-scrollbar-track {
  background: #F0EEEE;        /* цвет зоны отслеживания */
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #E95E27;    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid orange;  /* отступ вокруг бегунка */
}










@media (max-width: 1600px){
	.right_block .text_block {
		width: 100%;
		height: 50%;
		margin-bottom: -50px;
	}
}
@media (max-width: 1400px){
	.slider {
		width: 50%;
		float: left;
	}
	.two-index-section .slick-list {
		width: 110%;
	}
	.slick-initialized .slick-slide {
		width: 650px;
	}
	.review-slider .slick-slide {
		width: 300px;
	}
	.slick-next {
		right: -75px;
		left: auto;
		top: 50%;
	}
	.left_block {
		width: 60%;
	}
	.right_block {
		width: 40%;
	}
	.right_block .text_block h3 {
		margin: 10px 10% 0;
	}
	.right_block .text_block p {
		margin: 10px 0 10px;
	}
}
@media (max-width: 1200px){
	.navbar-dark .navbar-nav .nav-link {
		font-size: 14px;
		width: 50px;
		margin-right: -10px;
	}
	.review-slider .slick-arrow {
		display: block!important;
	}
	.left, .right {
		width: 50%;
	}
	.navbar-nav ul {
		padding-left: 0;
	}
	.container {
		padding: 0 10px;
		width: 98%;
	}
	.slick-slide .team-section__item {
		width: 100%;
		display: inline-block;
		padding: 0;
	}
	.index-slider .slick-slide {
		width: 1100px;
	}
	.review-slider .slick-next {
		right: 45%;
	}
	.review-slider .slick-prev {
		left: 45%;
	}
	.news-slider {
		grid-template-columns: repeat(3, 1fr);
	}
	.contact_block .contacts .block_pc {
		display: none;
	}
	.contact_block .contacts .block_c {
		width: 50%;
	}
	.contact_block .contacts .block_c img.clock_ico {
		margin: 0px 23px 0 0px;
	}
	.contact_block .contacts .block_c img.mail_ico {
		margin: 0px 25px 0 0px;
	}
	.contact_block .contacts .block_c img {
		margin-right: 19px;
	}
	.right_block .text_block h3 {
		margin: 5px 5% 0;
		font-size: 20px;
	}
	.right_block .text_block p {
		margin: 5px 0 5px;
		font-size: 14px;
	}
}
@media (max-width: 1150px){
	.index-slider .slick-slide {
		width: 1050px;
	}
}
@media (max-width: 1100px){
	.index-slider .slick-slide {
		width: 1000px;
	}
	.weather_block {
		margin-left: 0%;
	}
	.navbar-nav li {
		padding: 0px 0px 0 20px
	}
	
}
@media (min-width: 192px){
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100%;
	}
	.d-lg-none {
		opacity: 0;
		position: absolute;
		z-index: 0;
		transform: translateX(-100%);
		transition: 0.5s;
		visibility: hidden;
		right: 0;
		width: 270px;
	}
	.t-menuburger {
		margin-right: 25px;
	}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm {
		max-width: 100%;
	}
}
@media (max-width: 1080px){
	.t-menuburger {
		display:block;
		margin: 23px 10px 0px 20px;
	}
	.navbar-nav {
		display:none;
	}
	.header-section__img_mobile {
		display:block;
	}
	.cases .block_meta {
		height: auto;
	}
	.cases .all_info {
		float: none;
		position: relative;
		width: 100px;
		display: block;
		margin-top: 15px;
	}
	.social {
		display: block;
		width: 100%;
		position: relative;
		float: none;
	}
	.t-menuburger span {
		background-color: #000000;
		width: 25px;
		height: 2px;
		display: block;
		margin-bottom: 4px;
	}
	.active-mobile-menu {
		position: fixed;
		z-index: 99;
		background: rgba(0, 0, 0, 0.9);
		margin: 0 auto;
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		top: 70px;
		right: 0;
		width: 270px;
		padding: 30px 0px 30px 30px;
		text-align: left;
	}
	.nav ul {
		list-style: none;
		padding-left: 0;
	}
	.mobile-menu .nav-link, .t280__bottom__item  span {
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 21px;
		color: #fff;
		flex: none;
		order: 2;
		letter-spacing: -0.2px;
		margin: 15px;
		display: block;
		position: relative;
		text-decoration: none;
	}
	.mobile-menu .sub_menu {
		width: 100px;
		display: flex;
		margin: 0 15px;
		flex-wrap: wrap;
		cursor: pointer;
	}
	.mobile-menu .social {
		display: block;
		width: 100%;
		position: relative;
		float: none;
		margin-top: 10px;
	}
	.back_img {
		width: auto;
		margin-left: -800px;
	}
	.first-index-section h2 {
		margin-top: 55px;
		font-size: 75px;
	}
	.left, .right {
		width: 100%;
		padding: 0;
	}
	p {
		font-size: 20px;
	}
	.phone_block {
		display: none;
	}
	.dropdown-content .phone_block {
		display: block;
	}
	.pluse_block {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}
	.room_block, .weather_block {
		margin-left: 0%;
	}
	.booking_block {
		width: 100%;
		margin-right: 0;
	}
	.desc {
		width: 100%;
		padding-bottom: 0px;
		padding-bottom: 30px;
	}
	.slider {
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}
	.two-index-section .param_room {
		margin-bottom: 5px;
	}
	.first-index-section {
		height: 470px;
	}
	.nav-link img {
		margin: 0 7px -4px 3px;
	}
	.review-slider .slick-dots {
		margin-left: -37px !important;
	}
	.mobile_nav {
		display: flex;
	}
	.mobile_nav ul .nav-link:after {
		display: none;
	}
	.index-slider .slick-slide {
		width: 930px;
		margin-right: 200px;
	}
	.index-slider-back .slick-slide {
		height: 470px;
		margin-right: 0;
	}
	.room-sliders .slick-next {
		right: auto;
		left: 640px;
		top: 50%;
	}
	
	.params2, .params3 {
		margin-left: 22px;
	}
	.params2 {
		margin-left: 31px;
	}
	.post_page .two-index-section .all_params_room .params_room .param_room {
		font-size: 16px;
	}
	.all_params_room h3 {
    font-size: 22px;
	}
	.wpcf7-form-control-wrap.dual .wpcf7-text {
		width: 85%;
	}
	.review_block .wpcf7-form-control-wrap .wpcf7-textarea {
		padding: 15px 12px;
		width: 94%;
	}
	.left_block {
		width: 100%;
	}
	.right_block {
		position: absolute;
	}
	.right_block .text_block {
		padding: 10px 15px;
	}
	.galery {
		height: 300px;
	}
	.mb_dropdown .nav-link {
    		padding: 0;
    		margin: 0;
	}
}

@media (max-width: 1000px){
	.container {
		width: 97%;
	}
	.index-slider .slick-slide {
		width: 830px;
		margin: 0 50px;
	}
	.review-slider .slick-next {
		right: 44%;
	}
	.review-slider .slick-prev {
		left: 43%;
	}
}
@media screen and (max-width: 959px) {
	p {
		font-size: 16px;
	}
	h4, .item_service h4, .team .item_team h4 {
		font-size: 22px;
	}
	.cases .item_case, .advantages .item_advantage, .contact .item_contact {
		width: 100%;
	}
	.cases .all_info {
		float: right;
		margin-top: 0;
	}
	.cases .block_meta {
		height: 25px;
	}
	.advantages-section .h5, .advantages-section .p {
		width: 100%;
	}
	.advantages .item_advantage {
		width: 100%;
		min-height: 230px;
		padding: 40px 0 25px 0;
	}
	.team .item_team {
		width: 300px !important;
		height: 510px;
	}
	.item_team img {
		width: 100%;
		margin-bottom: 15px;
	}
	.prev_review, .prev_team {
		right: 5px;
		top: 85px;
	}
	.next_review, .next_team {
		right: 5px;
	}
}
@media screen and (max-width: 900px) {
	.index-slider .slick-slide {
		width: 730px;
		margin: 0 50px;
	}
	.news-slider {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 820px) {
	.services .item_service {
		padding: 40px 25px 20px 0;
	}
	.services .right_servise {
		padding-left: 30px;
	}
	.tn-atom {
		left: 15px;
		top: 125px;
	}
	.tn-team {
		width: 410px;
	}
	.galery_block .galery {
		width: 49%;
		margin-right: 1%;
		height: 200px;
	}
}

@media screen and (max-width: 800px) {
	.index-slider .slick-slide {
		width: 630px;
		margin: 0 50px;
	}
	.review-slider .slick-next {
		right: 43%;
	}
	.review-slider .slick-prev {
		left: 42%;
	}
	.all_params_room {
		flex-wrap: wrap;
	}
	
	.params2, .params3 {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.container, .container-sm {
		max-width: 100%;
	}
	.review_block .checkbox-other span {
		display: block;
	}
}
@media screen and (max-width: 700px) {
	.index-slider .slick-slide {
		width: 530px;
		margin: 0 50px;
	}
	p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 640px) {
	.services .item_service, .cases .item_case, .advantages .item_advantage, .contact .item_contact {
		width: 100%;
	}
	.review .item_review {	
		width: 500px !important;
	}
	.h3 h3 {
		font-size: 38px;
	}
	.tn-atom {
		left: 15px;
		top: 71px;
		height: 27px;
		width: 300px;
	}
	.services-section ul li, .cases-section ul li, .advantages-section ul li, .review-section ul li, .team-section ul li, .contact-section ul li {
		font-size: 22px;
	}
	.services .item_service, .advantages .item_advantage, .review .item_review, .contact .item_contact {
		padding: 40px 60px 45px 0;
		min-height: 230px;
	}
	.hr_vert {
		width: 0px;
	}
	.services-section .h3 h3 {
		width: 80%;
	}
	.tn-cases {
		left: 15px;
		top: 22px;
		height: 30px;
		width: 263px;
	}
	.cases .item_case {
		padding: 40px 0 20px 0;
	}
	.tn-review {
		left: 15px;
		top: 23px;
		height: 30px;
		width: 205px;
	}
	.advantages-section .tn-atom {
		left: 17px;
		top: 24px;
		width: 264px;
	}
	.review .item_review .name p {
		font-size: 10px;
	}
	.review .item_review .name h4, .team .item_team h4 {
		font-size: 20px;
	}
	p {
		font-size: 14px;
		line-height: 20px;
	}
	.t1003__content .t1003__item .t-text {
		font-size: 20px !important;
	}
	.t1003__content-wrapper {
		height: 66px;
	}
	.team-section .tn-atom {
		left: 15px;
		top: 25px;
		height: 27px;
		width: 205px;
	}
	.prev_review, .prev_team {
		right: auto;
		top: 123px;
		left: 15px;
	}
	.next_review, .next_team {
		right: auto;
		left: 130px;
	}
	.contact-left, .contact-right {
		width: 100%;
	}
	.footer p, .footer a {
		width: 100%;
		margin: 5px;
	}
	.footer br, .contact-right br {
		display: none;
	}
	.search p {
		font-size: 20px;
	}
	.two-index-section .param_room {
		margin-bottom: 0px;
		width: 100%;
	}
	.params_room {
		margin-bottom: 15px;
	}
	.slick-slide img {
		width: 450px !important;
	}
	.review-slider .slick-slide img {
		width: 71px !important;
	}
	.review-slider .slick-slide .date img {
		width: 10px !important;
	}
	.review-slider .slick-slide .stars img {
		width: 14px !important;
	}
	.index-slider .slick-slide img {
		width: auto !important;
	}
	.two-index-section .variant {
		margin-right: 10px;
		width: 135px;
	}
	.two-index-section .variant p {
		font-size: 18px;
	}
	.slick-initialized .slick-slide {
		width: 450px;
		margin-right: 20px;
	}
	.review-slider .slick-slide {
		width: 300px;
		margin-right: 20px;
	}
	.container, .container-sm {
		padding: 0 8px;
	}
	.parametr p {
		font-size: 12px;
		line-height: 12px;
	}
	.balun {
		position: absolute;
		width: 327px;
		height: 230px;
		right: auto;
		left: 50%;
		margin-left: -183px;
	}
	.review-slider .slick-dots {
		margin-left: -42px !important;
	}
	.first-index-section h2 {
		margin-left: 0;
	}
	.first-index-section p {
		/*margin: 10px 0px 35px;*/
	}
	.first-index-section .room_block p {
		margin: 0 0 0 80px;
		text-align: left;
	}
	.first-index-section .index-slider .slick-slide .room_block p {
		margin: 0;
	}
	.left button {
		margin-left: 0;
	}
	.footer .navbar-brand img {
		margin: 0 auto;
	}
	.right_footer {
		max-width: 350px;
		width: 350px;
		margin: 19px auto;
		float: none;
	}
	.seo_footer {
		display: flex;
		height: 35px;
		justify-content: left;
		align-items: center;
		padding-left: 85px;
		padding-top: 3px;
		position: absolute;
		right: 20%;
		bottom: 19px;
	}
	.room_block, .weather_block {
		width: 200px;
	}
	.review-slider .slick-next {
		right: 41%;
	}
	.review-slider .slick-prev {
		left: 39%;
	}
	.room-sliders .slick-next {
		right: auto;
		left: 440px;
		top: 44%;
	}
	.two-index-section .variants {
		padding: 25px 0 20px;
	}
	.two-index-section h2 {
		line-height: 48px;
		margin: 0px 0 25px;
	}
	.post_page .two-index-section .param_room .img {
		margin: 0 5px 0px 0px
	}
	.room_section .slider {
		margin-bottom: 0px;
	}
	.post_page .h2 {
		font-size: 26px;
	}
	.two-index-section span.dual {
		width: 107%;
	}
	.wpcf7-not-valid-tip {
		right: 80px;
	}
	.stars.activate {
		margin-bottom: 30px;
	}
	.contact_block .contacts .block_c {
		width: 100%;
	}
	.right_block {
		width: 50%;
	}
	.right_block .text_block h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 15px 5% 0;
	}
	.right_block .text_block p {
		margin: 5px 0 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.leisure_page .p2, .dop_desc {
		font-size: 14px;
		line-height: 18px;
	}
	.line_leis {
		margin: 25px 0 35px;
	}
	.galery_block .galery {
		width: 100%;
		margin-right: 0;
		height: 200px;
	}
}
@media (max-width: 540px) {
	.container {
		width: 96%;
	}
	.room_block, .weather_block {
		width: 200px;
	}
	.review-slider .slick-next {
		right: 40%;
	}
	.review-slider .slick-prev {
		left: 37%;
	}
	.news-slider {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.index-slider .slick-slide {
		width: 400px;
		margin: 0 50px;
	}
	.cases .all_info, .cases .meta {
		display: block;
		margin: 0;
		float: left;
		margin: 5px;
	}
	.cases .all_info {
		float: left;
		padding: 4px;
	}
	.cases .block_meta {
		height: auto;
	}
	.item_case h5, .item_case .h5 {
		font-size: 15px;
		line-height: 22px;
		width: 75%;
	}
	.cases-section .case_date li {
		font-size: 15px;
		line-height: 22px;
	}
	.review .item_review {	
		width: 300px !important;
	}
	.name img {
		width: 60px;
		height: 60px;
	}
	.review .item_review .name {
		overflow: hidden;
		margin-bottom: 0px;
	}
	.review .item_review {
		padding: 20px 10px 45px 20px;
		min-height: 230px;
	}
	.review .item_review .name h4, .team .item_team h4 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.review .item_review .name p {
		font-size: 8px;
	}
	.room_block, .weather_block {
		margin-left: 0%;
		margin-bottom: 20px;
	}
	.first-index-section h2 {
		margin-top: 75px;
		font-size: 55px;
		line-height: 55px;
	}
	p {
		font-size: 14px;
		line-height: 18px;
	}
	.room_block, .weather_block {
		margin: 10px 0 0;
	}
	.first-index-section .index-slider .slick-slide .room_block p {
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
		margin: 0 0 0 90px;
	}
	.two-index-section .variant {
		margin-right: 3%;
		margin-bottom: 10px;
		width: 30%;
	}
	.left button, button {
		width: 55%;
		font-size: 20px;
	}
	.light_but {
		margin-left: 7%;
	}
	.desc p {
		font-size: 16px;
		line-height: 130%;
	}
	.review-slider .slick-slide h3 {
		font-size: 16px;
	}
	.review-slider .slick-slide span {
		font-size: 10px;
	}
	.review-slider .slick-slide p {
		font-size: 10px;
	}
	.three-index-section .slick-slide.slick-center {
		margin-left: 50px;
		margin-right: 15px;
	}
	.three-index-section .slick-slide {
		min-height: 330px;
	}
	.slick-slide img {
		width: 320px !important;
	}
	.review-slider .slick-slide img {
		width: auto !important;
	}
	h2 {
		font-size: 38px;
	}
	.two-index-section {
		font-size: 22px;
	}
	.slick-initialized .slick-slide {
		width: 360px;
		margin-right: 0px;
	}
	.post_page .room-sliders .slick-slide {
		width: 360px;
		margin-right: 10px;
	}
	.review-slider .slick-slide {
		width: 230px;
		margin-right: 15px;
	}
	.footer_item .date {
		width: 45%;
		margin-bottom: 10px;
	}
	.footer_item .stars {
		width: 50%;
	}
	.review-slider .slick-next {
		right: 39%;
	}
	.review-slider .slick-prev {
		left: 36%;
	}
	.pluse_block p {
    font-size: 12px;
	}
	.weather_block p {
		font-size: 30px;
		line-height: 32px;
	}
	.room_block, .weather_block {
		width: 49%;
	}
	.room-sliders .slick-next {
		right: auto;
		left: 330px;
		top: 38%;
	}
	.room-sliders .slick-prev {
		top: 38%;
		left: -5px
	}
	.desc button, .desc .but {
		width: 160px;
		font-size: 20px;
	}
	.right_block {
		width: 100%;
	}
	.left_block {
		width: 100%;
		margin-top: 130px;
	}
}
@media (max-width: 420px) {
	.footer .navbar-brand img {
		max-width: 100%;
		width: 350px;
	}
	.container {
		width: 95%;
	}
	.desc button, .desc .light_but {
		margin-left: 10px;
		width: 150px;
		font-size: 18px;
	}
	.index-slider .slick-slide {
		width: 330px;
		margin: 0 50px;
	}
	.review-slider .slick-next {
		right: 38%;
	}
	.review-slider .slick-prev {
		left: 35%;
	}
	.room_block img {
		margin: 9px -20px 0 10px;
	}
	.first-index-section .room_block p {
		margin: 0 0 0 55px;
		text-align: left;
		font-size: 16px;
	}
	.weather_block img {
		margin: 11px 14px 0 20px;
	}
	.pluse_block p {
		font-size: 12px;
		line-height: 15px;
	}
	.first-index-section p {
		margin: 10px 0px 20px;
	}
	.seo_footer {
		right: 2%;
	}
}
@media (max-width: 417px) {
	.mobile_nav li.ph_ico_mobile {
		padding: 0px;
	}
	.mb_ph_ico {
		width: 20px;
	}
}
@media (max-width: 391px) {
	.ph_ico_mobile {
		display: none !important;
	}
}
@media (max-width: 380px) {
	.index-slider .slick-slide {
		width: 300px;
		margin: 0 50px;
	}
	.left button, button {
		font-size: 16px;
	}
}
@media (max-width: 360px) {
	.desc h3 {
		font-size: 24px;
	}
	.desc h3 .price_room {
		font-size: 20px;
	}
	.balun {
		padding: 0px;
		width: 100%;
	}
	.balun .header__phone {
		width: 83%;
	}
	.footer p, .footer a {
		font-size: 12px;
	}
	.slick-initialized .slick-slide {
		width: 300px;
		margin-right: 0px;
	}
	.slick-slide img {
		width: 290px !important;
	}
	.review-slider .slick-slide img {
		width: auto !important;
	}
	.review-slider .slick-slide {
		width: 230px;
		margin-right: 15px;
	}
	.desc button, .desc .light_but {
		width: 130px;
		font-size: 16px;
	}
	.index-slider .slick-slide {
		width: 280px;
		margin: 0 50px;
	}
	.review-slider .slick-next {
		right: 36%;
	}
	.review-slider .slick-prev {
		left: 32%;
	}
	.balun {
		left: 0;
		margin-left: 0;
	}
	.room-sliders .slick-next {
		right: auto;
		left: 260px;
		top: 38%;
	}
	.desc button, .desc .but {
		width: 130px;
		font-size: 16px;
	}
}
@media (max-width: 320px) {
	.balun .header__address, .balun .search_text {
		font-size: 14px;
	}
	.left button, button {
		font-size: 16px;
	}
}