html {
	scroll-behavior: smooth;
}
body {
	font-family: HelveticaNeueCyr;
	font-weight: 300;
	font-size: 14px;
	min-width: 320px;
	background-color: #fcfcfc;
	color: #040404;
}
h2 {
	text-transform: uppercase;
	font-weight: 300 !important;
}
h3 {
	font-weight: 300 !important;
}
.menu-bg {
	background-color: #111b25;
}
.navlink {
	position: relative;
	cursor: pointer;
	line-height: 1; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÑÑ‚Ñ€Ð¾ÐºÐ¸*/
	text-decoration: none; /*ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ðµ*/
}
.navlink:before {
	display: block;
	position: absolute;
	left: 50%; transform: translateX(-50%);/*Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð½Ð° right:0;, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚ÑŒ Ð½Ð°Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ðµ Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ñ */
	width: 0;/*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð´Ð»Ð¸Ð½Ð½Ñƒ Ð»Ð¸Ð½Ð¸Ð¸ Ð´Ð¾ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ñ ÐºÑƒÑ€ÑÐ¾Ñ€Ð°*/
	height: 1px; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ Ð»Ð¸Ð½Ð¸Ð¸*/
	background-color: #ff5600 ; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ñ†Ð²ÐµÑ‚ Ð»Ð¸Ð½Ð¸Ð¸*/
	content: "";
	transition: width 0.3s ease-out; /*Ð·Ð°Ð´Ð°Ñ‘Ð¼ Ð²Ñ€ÐµÐ¼Ñ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸*/
	opacity: 0;
	top: 80%;
}
.navlink:hover:before {
	width: 90%;
	opacity: 1;

}
@media (max-width: 992px) {
	.navlink:hover:before {
		width: 0;
		opacity: 0;
	}
}

.nav-pills .nav-link {
	border-radius: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	border-radius: 0;
	border: 0px;
	border-bottom: 1px solid #ff5600;
	background: transparent;
	padding: 0 0.2rem;
}
.navbar-brand {
	font-size: 1.15rem;
	line-height: 1.2;
}
.navbar-brand img {
	margin-left: 1rem;
}
@media (min-width: 768px) {
	.navbar-brand img {
	}
}
.navbar-brand span {
	display: none;
}
@media (min-width: 768px) {
	.navbar-brand span {
		display: inline-block;
		font-size: 0.96rem;
	}
}
.tel {
	font-size: 0.96rem;
	color: #fcfcfc;
}
.sh_nmr {
	width: 100%;
	cursor: pointer;
}
.progress-container {
	box-shadow: 0 0 10px 0 #001f3a !important; 
}
.overlay-1 {
	background-attachment: fixed;
	background-position: top center;
	background-image: url(/images/back-1.jpg);
	filter: brightness(0.9);
}

@media (min-width: 992px) {
	.overlay-1 {
		height: 98vh;
	}
}
.overlay-2 {
	background-color: #f1f1f2;
}
footer {
	background-color: #071625;
	color: #fcfcfc;
}
.btn {
	border-radius: 50px;
	margin: 10px 0;
}

.btn-primary {
	color: #fff;
	background-color: #e0540d;
	border-color: #e0540d;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ab3f08;
	border-color: #823108;
}
.btn-secondary {
	color: #171717;
	border-radius: 0;
	border: 0px;
	border-bottom: 1px solid #e0540d;
	background: transparent;
	padding: 0 0.2rem;
}
.btn-secondary:hover {
	color: #aaa;
	background: transparent;
	border-color: #823108;
}
@media (min-width: 992px){
	.utp-box {
		margin-top: 8rem;
	}
}
.utp {
	font-size: 1.2rem;
	line-height: 1.6;
}
.head_over_1 {
	background-color: rgba(25, 25, 25, 0.8);
	color: #fcfcfc;
	text-transform: uppercase;
}
.head_over_1 h1 {
	font-weight: 300 !important;
}
.head_over_2 {
	background-color: rgba(200, 200, 200, 0.7);
	text-transform: uppercase;
}
.head_over_2 p {
	font-weight: 300 !important;
}
.anchor {
	border-top: 55px solid transparent;
	margin-top: -55px;
	padding: 15px 0; /* Ð¿Ð°Ð´Ð´Ð¸Ð½Ð³Ð¸ - Ð±ÐµÐ· Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼ */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.card {
	background-color: #f4f4f5;
	border: 0;
	padding: 20px 20px;
}
/*
@media (min-width: 992px){
	.card {
		margin: 80px 80px;
		padding: 50px 40px;
	}
}
*/
.card-title {
	font-size: 1.4rem;
}
.card-text {
}
@media (min-width: 992px){
	.cmpr-box {
		margin-top: 80px;
	}
}
.cmpr {
	font-size: 0.8rem;
}
@media (min-width: 992px){
	.cmpr {
		margin-top: 80px !important;
	}
}
.table_goods {
	background: transparent;
}
.id_3-2 {
	margin-top: -30px !important;
}

@media (min-width: 992px){
	.id_3-2 {
		margin-top: -0px !important;
	}
}

.b1c-good .b1c-name {
	display: none;
}
.bg-block {
	background-color: #18324c;
}





.arrows {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	width: 30px;
	height: 68px;
	cursor: pointer;
	display: block;
	z-index: 1;
	cursor: pointer;
}
.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}
.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}
.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}
.chevron:before, .chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #ff732d;
}
.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}
@keyframes move {
	25% {
	opacity: 1;
	}
	33% {
	opacity: 1;
	transform: translateY(30px);
	}
	67% {
	opacity: 1;
	transform: translateY(40px);
	}
	100% {
	opacity: 0;
	transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}
.id_1 {
	position: relative;
}

.gallery-block{
	position:relative;
	margin-top: 30px;
}
.gallery-block a {
	outline: none;
}

.gallery-block .inner-box{
	position:relative;
}

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	height:60%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0.6;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
	pointer-events: none;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    pointer-events: none;
}

.gallery-block .inner-box .image .hover-color-layer{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0%;
	height:100%;
	z-index:1;
	background-color:#18324c;
	transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    opacity: 0.5;
    pointer-events: none;
}

.gallery-block .inner-box:hover .image .hover-color-layer{
	width:100%;
}

.gallery-block .inner-box .image .overlay-box .content{
	position:relative;
	z-index:2;
	padding:0px 20px 40px 40px;
}


.gallery-block .inner-box .image .overlay-box .category{
	position:relative;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .category{
	color:#000000;
}

.gallery-block .inner-box:hover .image .overlay-box h3 a{
	color:#000000;
}

.gallery-block .inner-box .image .overlay-box h3{
	position:relative;
	font-weight:400;
	line-height:1.2em;
	margin-top:12px;
}

.gallery-block .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.slick-slide {
	padding: 0 5px;
	max-width: 100%;
}

/**About**/
.about-section{
	position:relative;
}

.about-style-tow{
	padding-top: 160px;
}

.about-section .section-year-title{
	position:absolute;
	left:50px;
	top:170px;
	color:#999999;
	font-size:14px;
	text-transform:uppercase;
	transform:rotate(-90deg);
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .inner-column{
	position:relative;
	text-align: right;
}
.about-style-tow .image-column .inner-column{
	position:relative;
	text-align: left;
}

.about-section .image-column .image{
	position:relative;
	display:inline-block;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .sec-title{
	margin-bottom:30px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:90px;
}
.about-style-tow .content-column .inner-column{
	padding-left:90px;
	padding-right: 0;
}

.about-section .content-column .bold-text{
	position:relative;
	color:#666666;
	font-size:24px;
	line-height:1.4em;
	margin-bottom:50px;
}

.about-section .content-column p{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:80px;
}
/** кнопка**/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 0px;
    background-color: #ff732d;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    z-index: 0;
    text-decoration: none;
}
.reservation-form .theme-btn{
	cursor:pointer;
	font-size:14px;
	letter-spacing:0px;
	margin-top:20px;
}
.btn-style-one:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #262626;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover{
	color: #ff732d;
}


.scroll-to-top{
	position:fixed;
	bottom:85px;
	right:15px;
	width:60px;
	height:60px;
	color:#ff732d;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#262626;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-radius: 12px;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ff732d;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.card__img {
	margin: 20px 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bi-whatsapp {
	color: green;
}

@media (max-width: 600px) {
	.imagehidden {
		display: none;
	}
}

.slick-arrow {
  width: 30px;
  height: auto;
  opacity: 0.5;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow.next {
  position: absolute;
  top: -70px;
  left: 97%;
}
.slick-arrow.prev {
  position: absolute;
  left: 94%;
  top: -70px;

}

