@font-face {
	font-family: 'Gilroy';
	src: url('..//webfonts/Gilroy-ExtraBold.eot');
	src: local('..//webfonts/Gilroy-ExtraBold'), local('Gilroy-ExtraBold'),
		url('..//webfonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/Gilroy-ExtraBold.woff') format('woff'),
		url('..//webfonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('..//webfonts/Gilroy-Medium.eot');
	src: local('..//webfonts/Gilroy-Medium'), local('Gilroy-Medium'),
		url('..//webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/Gilroy-Medium.woff') format('woff'),
		url('..//webfonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('..//webfonts/Gilroy-SemiBold.eot');
	src: local('..//webfonts/Gilroy-SemiBold'), local('Gilroy-SemiBold'),
		url('..//webfonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/Gilroy-SemiBold.woff') format('woff'),
		url('..//webfonts/Gilroy-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'TrajanPro3';
	src: url('..//webfonts/TrajanPro3Bold.eot');
	src: local('..//webfonts/TrajanPro3Bold'), local('TrajanPro3Bold'),
		url('..//webfonts/TrajanPro3Bold.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/TrajanPro3Bold.woff') format('woff'),
		url('..//webfonts/TrajanPro3Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'TrajanPro3';
	src: url('..//webfonts/TrajanPro3SemiBold.eot');
	src: local('..//webfonts/TrajanPro3SemiBold'), local('TrajanPro3SemiBold'),
		url('..//webfonts/TrajanPro3SemiBold.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/TrajanPro3SemiBold.woff') format('woff'),
		url('..//webfonts/TrajanPro3SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Gilroy', sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px;
}
body.active{
	overflow: hidden;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.white{
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px 0;
	font-weight: 700;
	color: #040404;
	line-height: 1.2;
}
h1{
	font-weight: 700;
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;	
	margin: 0 0 25px 0;
}
p:last-child{
	margin-bottom: 0px;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
}
/*ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;	*/
}
/*== buttons
---------------------------------*/
.b-link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #323131;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 1;
	transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.b-link:hover{
	text-decoration: none;
	color: #e83135;
	transition: 0.3s;
}
.b-link i{
	color: #e83135;
	font-size: 9px;
	margin: 0 0 0 13px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
a:hover , a:focus , a:active{
	outline: none;
	text-decoration: none;
}
.yellow-btn{
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), -webkit-linear-gradient(#DD8711 0%, #E9A647 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), -o-linear-gradient(#DD8711 0%, #E9A647 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), linear-gradient(#DD8711 0%, #E9A647 100%);
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 0px 10px 20px rgba(41, 26, 15, 0.4), inset 0px -2px 0px rgba(153, 95, 14, 0.5);
	border-radius: 4px;	
	text-decoration: none;
	text-transform: uppercase;
	color: #1D1916;
	text-shadow: 0px 4px 20px #FFF7CB;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	transition: 0.3s;
}
.yellow-btn:hover{
	text-decoration: none;
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), -webkit-linear-gradient(#FAAA3D 0%, #FFB651 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), -o-linear-gradient(#FAAA3D 0%, #FFB651 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), linear-gradient(#FAAA3D 0%, #FFB651 100%);
	box-shadow: 0px 10px 20px rgba(41, 26, 15, 0.4), inset 0px -2px 0px rgba(153, 95, 14, 0.5);
	color: #1D1916;
	transform: translateY(-5px);
	transition: 0.3s;
}
.yellow-btn:active{
	text-decoration: none;
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.5) 0%, rgba(239, 216, 93, 0) 100%), -webkit-linear-gradient(#D8820C 0%, #E09123 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.5) 0%, rgba(239, 216, 93, 0) 100%), -o-linear-gradient(#D8820C 0%, #E09123 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.5) 0%, rgba(239, 216, 93, 0) 100%), linear-gradient(#D8820C 0%, #E09123 100%);
	box-shadow: 0px 10px 20px rgba(41, 26, 15, 0.4), inset 0px -2px 0px rgba(153, 95, 14, 0.5);
	color: #1D1916;
	transition: 0.3s;
}
.yellow-btn__big{
	height: 55px;
	font-weight: 700;
	font-family: 'TrajanPro3', sans-serif;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.yellow-btn__big:before{
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: "\e910";
	font-size: 15px;
	color: #1D1916;
	opacity: 0.5;
	margin: 0 10px 0 0;
}
.yellow-btn__big:after{
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	content: "\e911";
	font-size: 15px;
	color: #1D1916;
	opacity: 0.5;
	margin: 0 0 0 10px;
}
.brown-btn{
	height: 41px;
	background: #574129;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #E4982F;
	text-decoration: none;
	transition: 0.3s;
}
.brown-btn:hover{
	background: #61492D;
	color: #E4982F;
	text-decoration: none;
}
.brown-btn:active{
	background: #4D3A24;
	color: #E4982F;
	text-decoration: none;
}
.brown-btn i{
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #E4982F;
}

.disable{
	color: #CCCCCC !important;
	border-color: #E6E6E6 !important;
	pointer-events: none;
}
.disable i{
	color: #CCCCCC !important;
}
.disable:hover , .disable:active , .disable:focus{
	color: #CCCCCC;
	border-color: #E6E6E6;	
}
.disable:hover i, .disable:active i, .disable:focus i{
	color: #CCCCCC;
}
.swiper-button-disabled{
	color: #CCCCCC !important;
	border-color: #E6E6E6 !important;
	pointer-events: none;	
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}
.b-input-container{
	position: relative;
	margin-bottom: 15px;
}
.b-input-text{
	width: 100%;
	height: 56px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 20px;
}
.b-input-text::-webkit-input-placeholder{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-text:-moz-placeholder{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-text.error{
	border-color: #EF4231;
}
/* .b-input-item label{
	position: absolute;
	bottom: -16px;
	left: 20px;
	font-size: 12px;
	margin: 0;
	color: #F54B48;
} */
textarea{
	height: 80px;
	outline: none;
}
.b-textarea{
	width: 100%;
	height: 170px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 20px;
}
.b-textarea::-webkit-input-placeholder{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-textarea:-moz-placeholder{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-btn{
	width: 100%;
	height: 50px;
	border-radius: 25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 22px auto 0;
}

/*== checkbox , raido
---------------------------------*/
.b-checkbox{
	margin: 0 0 10px 0;
}
.b-checkbox:last-child{
	margin-bottom: 0px;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
	width: 24px;
	height: 24px;
	background: #ffffff;
	border: 1px solid #E3E3E3;
	transition: 0.3s;
	position: relative;
	margin: 0 10px 0 0;
	flex-shrink: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 9px;
}
.b-checkbox input[type="checkbox"]:checked + label span{
	width: 24px;
	height: 24px;
	background: #319D50;
	border: 1px solid #E3E3E3;
	transition: 0.3s;
}
.b-checkbox input[type="checkbox"] + label i{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #2C2C2C;
	font-style: normal;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.b-check{
	margin: 0 0 14px 0;
}
.b-check:last-child{
	margin-bottom: 0;
	margin-top: 0;
}
.b-check input[type="checkbox"]{
    display: none;
}
.b-check input[type="checkbox"] + label span{
	width: 28px;
	height: 28px;
	background: #ffffff;
	flex-shrink: 0;
	margin: 0 13px 0 0;
	cursor: pointer;
}
.b-check input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-check input[type="checkbox"]:checked + label span{
	width: 28px;
	height: 28px;
	background: url(../images/check-ico.png) center no-repeat #ffffff;
}
.b-check input[type="checkbox"] + label i{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	font-style: normal;
	padding: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
/*== raido
---------------------------------*/
.b-radio{
	
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-radio input[type="radio"] + label span{
	width: 24px;
	height: 24px;
	border: 1px solid #d1d1d1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	color: transparent;
	transition: 0.3s;
	position: relative;
	margin: 0 15px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.b-radio input[type="radio"]:checked + label span{
	width: 24px;
	height: 24px;
	border: 1px solid #d1d1d1;
	color: #2098b6;
	transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	font-style: normal;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 72px;
	border: none;
	border-right: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;		
	background: #ffffff url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important; 
    transition: 0.3s;
	color: black;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;    
	padding: 0 30px;
}
.b-select:hover{
	border-color: #2f95fe;
	transition: 0.3s;
}
.fancybox-enabled{
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-container{
	position: relative;
}
.fancybox-container{
	z-index: 999999;
}
.btn-burger{
	display: none;
}
.modal-dialog{
	pointer-events: inherit;
}
.modal{
	z-index: 99999999;
}
.slick-slide , .slick-slide:hover , .slick-slide:focus{
	outline: none !important;
}
/* End Total css ====*/
.container-fluid{

}
.b-container{
	position: relative;	
	background: #1D1916;
}
.b-container:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, #1D1916 0%, rgba(29, 25, 22, 0) 100%);
	z-index: 5;
}
.b-container:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, #1D1916 0%, rgba(29, 25, 22, 0) 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 5;
}
.front-page{

}
/* -------------- page index -------------- */
.b-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: radial-gradient(47.34% 69.88% at 50% 0%, rgba(142, 121, 108, 0.3) 0%, rgba(142, 133, 119, 0) 100%), rgba(48, 38, 32, 0.8);
	backdrop-filter: blur(16px);
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header:after{
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 45px;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
	opacity: 0.16;
}
.b-dots-top{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/promo-dots.png) center top no-repeat;
	width: 100%;
	height: 96px;
}
.b-header > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-logo{
	width: 135.56px;
	height: 59px;
	display: block;
	flex-shrink: 0;
	margin: 0 62px 0 0;
}
.b-header__content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
}
.b-logo__xs{
	display: none;
}
.b-nav{

}
.b-nav > ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-nav > ul > li{
	position: relative;
	margin: 0 30px 0 0;
}
.b-nav > ul > li:last-child{
	margin-right: 0px;
}
.b-nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
.b-nav > ul > li.b-dropdown-item > a:after{
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	content: "\e912";
	display: block;
	color: #E4982F;
	font-size: 7px;
	margin: -1px 0 0 10px;
	transition: 0.3s;
}
.b-submenu{
	position: absolute;
	top: 140%;
	left: -20px;
	background: rgba(82, 70, 64, 0.8);
	box-shadow: 0px 30px 40px rgba(41, 26, 15, 0.6);
	 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	min-width: 144px;
	border-radius: 4px;
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.5s;
}
.b-nav > ul > li:hover .b-submenu{
	opacity: 1;
	visibility: visible;
	z-index: 5;
	transition: 0.3s;
}
.b-nav > ul > li:hover > a{
	color: #E4982F;
}
.b-nav > ul > li:hover > a:after{
	transform: rotate(180deg);
	transition: 0.3s;
}
.b-nav > ul > li > a.active{
	color: #E4982F;
}
.b-nav > ul > li > a.active:after{
	transform: rotate(180deg);
	transition: 0.3s;
}
.b-submenu li{
	margin: 0 0 20px 0;
}
.b-submenu li:last-child{
	margin-bottom: 0px;
}
.b-submenu li a{
	display: block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	transition: 0.3s;
}
.b-submenu li a:hover{
	transition: 0.3s;
	color: #E4982F;
}
.b-header__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.btn-lk{
	width: 170px;
	margin: 0 12px 0 0;
}
.btn-download{
	width: 181px;
}
.b-language{
	position: relative;
	width: 66px;
	margin: 0 0 0 12px;
}
.b-language-top{
	background: #574129;
	border-radius: 4px;
	padding: 12px 10px 10px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.b-language-top img{
	width: 28px;
	height: 20px;
	border-radius: 2px;
}
.b-language-btn{
	color: #E4982F;
	font-size: 6px;
	position: absolute;
	top: 19px;
	right: 8px;
	transition: 0.3s;
}
.b-language ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(82, 70, 64, 0.6);
	box-shadow: 0px 30px 40px rgba(41, 26, 15, 0.6);
	backdrop-filter: blur(16px);
	border-radius: 4px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.b-language-top.active{
	background: rgba(82, 70, 64, 0.6);
	border-radius: 0px;
}
.b-language ul.active{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
	z-index: 5;
	border-radius: 0 0 4px 4px;
}
.b-language.active .b-language-btn{
	transform: rotate(180deg);
	transition: 0.3s;
	z-index: 10;
}
.b-language ul li{
	padding: 8px 10px 8px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.b-language ul li a{
	display: block;
}
.b-language ul li img{
	width: 28px;
	height: 20px;
}
/* -------------- b-promo -------------- */
.b-promo{
	background: url(../images/bg.png) center top no-repeat;
	background-attachment: fixed;
	padding: 228px 0 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.container{
	position: relative;
	z-index: 15;
}
.b-promo .container{
	z-index: inherit;
}
.b-promo:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/black-clouds.png) center bottom no-repeat;
	z-index: 15;
}
.b-promo__text{
	max-width: 642px;
	position: relative;
	z-index: 999;
}
.b-promo-title{
	font-family: 'TrajanPro3', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
	text-transform: none;
	text-shadow: 0px 4px 3px rgba(97, 83, 73, 0.3), 0px 8px 16px rgba(97, 83, 73, 0.3);
	margin: 0 0 32px 0px;	
}
.b-promo__text p{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	text-shadow: 0px 4px 3px rgba(97, 83, 73, 0.3), 0px 8px 16px rgba(97, 83, 73, 0.3);
}
.b-promo__btns{
	margin: 47px 0 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 999;	
}
.b-promo__btn{
	margin: 0 20px 0 0;
}
.b-promo__btn:last-child{
	margin-right: 0px;
}
.b-promo__img{
	position: absolute;
	top: -190px;
    right: -300px;
    z-index: 3;
	animation: 3s linear 0s normal none infinite running rot3;
	-webkit-animation: 3s linear 0s normal none infinite running rot3;		
	/* background: url(../images/kama.png) no-repeat right center; */
	width: 1106px;
	height: 952px;
	flex-shrink: 0;
	z-index: 10;
}
.b-promo__img img{
	animation: 3s linear 0s normal none infinite running rot2;
	-webkit-animation: 3s linear 0s normal none infinite running rot2;		
}
@keyframes rot2 {
  50%{
		filter: sepia(20%);	
  }
} 
@keyframes rot3 {
  50%{
    -webkit-filter: drop-shadow(0 0 13px rgba(255 , 255 , 255 , 0.6));
    filter: drop-shadow(0 0 13px rgba(255 , 255 , 255 , 0.6));
        
  }
}
.b-promo__img img{
	max-width: inherit;
}
.b-promo-slider{
	position: relative;
	z-index: 50;
	margin: 133px 0 0 0;
	filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.25));
	border-radius: 4px;
}
.b-promo-item{
	height: 250px !important;
	text-decoration: none;
}
.b-promo-item__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.b-promo-item__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.b-promo-item__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: 0 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-promo-item__text{
	max-width: 340px;
}
.b-promo-item__text b{
	display: block;
	font-family: 'TrajanPro3', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
	color: #FFFFFF;
	margin: 0 0 12px 0px;	
}
.b-promo-item__text span{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #F8DFC1;	
}
.b-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	z-index: 5;
	transition: 0.3s;
}
.b-arrow:hover{
	color: #E4982F;
	transition: 0.3s;
}
.b-arrow__prev{
	left: 32px;
}
.b-arrow__next{
	right: 32px;
}
.b-arrow__prev:hover{
	transform: translate(-10% , -50%);
}
.b-arrow__next:hover{
	transform: translate(10% , -50%);
}

.b-social{
	height: 100%;
	position: fixed;
	top: 0;
	right: 66px;
	z-index: 9999;
}
.b-social ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.b-social ul li{

}
.b-social ul li:after{
	content: "";
	display: block;
	margin: 10px auto 10px;
	width: 1px;
	height: 17px;
	background: #F8DFC1;
	opacity: 0.3;
} 
.b-social ul li a{
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s;
}
.b-social ul li a:hover{
	transition: 0.3s;
	color: #E4982F;
}
.b-social ul li:first-child:before{
	content: "";
	display: block;
	margin: 0px auto 10px;
	width: 1px;
	height: 50px;
	background: rgb(248,223,193);
	background: linear-gradient(0deg, rgba(248,223,193,1) 0%, rgba(248,223,193,0) 100%);
	opacity: 0.3;	
}
.b-social ul li:last-child:after{
	content: "";
	display: block;
	margin: 10px auto 0px;
	width: 1px;
	height: 50px;
	background: rgb(248,223,193);
	background: linear-gradient(0deg, rgba(248,223,193,1) 0%, rgba(248,223,193,0) 100%);
	opacity: 0.3;	
	transform: rotate(180deg);
}
/* -------------- b-news -------------- */
.b-main-news{
	background: url(../images/news-bg.png) bottom center no-repeat;
	min-height: 450px;
}
.b-main-news .container{
	z-index: 90;
}
.b-news-row{
	margin: 0 -10px;
}
.b-news-col{
	padding: 0 10px;
}
.b-news-item{
	background: linear-gradient(0deg, #332C27, #332C27);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	height: 100%;
	position: relative;
	transition: 0.3s;
}
.b-news-item:hover{
	transition: 0.3s;
	box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.6);
	transform: translateY(-5px);
}
.b-news-item:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 72px;
	background: url(../images/nlight.svg) bottom center no-repeat;
	z-index: 1;
}
.b-labels{
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 5;
}
.b-labels li{
	border-radius: 4px;
	padding: 4.5px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 800;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;	
	color: #ffffff;
	margin: 0 4px 0 0;
}
.b-labels li:last-child{
	margin-right: 0px;
}
.label-red{
	background: #D70B17;
}
.label-yellow{
	background: #E39222;
}
.label-gray{
	background: #98AE9B;
}
.label-lt-green{
	background: #A0DB21;
}
.label-green{
	background: #21DB98;
}
.b-news-item__img{
	display: block;
	height: 152px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.b-news-item__img img{
	border-radius: 4px 4px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.b-news-item:hover .b-news-item__img img{
	transform: scale(1.1);
	transition: 0.5s;
}
.b-news-item__text{
	border-top: 1px solid #473E38;
	padding: 18px 24px 21px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-news-item__name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	min-height: 38px;
	text-decoration: none;
}
.b-news-item__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}
.b-news-btn{
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-news-btn span{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #F8DFC1;
	opacity: 0.5;
	margin: 0px 0 0 7px;	
}
.b-news-item__date{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #CCB09C;	
}
.b-main-news_btn{
	margin: 50px auto 0;
	width: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-main-news_btn i{
	margin: -3px 10px 0 0;
	font-size: 14px;
	color: #1D1916;
}
/* -------------- b-advantages -------------- */
.b-advantages{
	padding: 75px 0 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #473E38;
	background: url(../images/advanced-bg.png) center top no-repeat;
	background-attachment: fixed;
	position: relative;
}
.b-advantages .container{
	position: relative;
	z-index: 65;
}
.b-title{
	text-align: center;
	margin: 0 auto 64px;
	max-width: 600px;
}
.b-title-item{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 32px 0px;
}
.b-title p{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #F8DFC1;
}
.b-advantages-top{
	margin-top: 60px;
}
.b-advantages-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 90px 0;
}
.b-advantages-item__img{
	margin: 0 25px 0 0;
}
.b-advantages-item__img i{
	font-size: 48px;
	color: #E4982F;
	filter: drop-shadow(0px 10px 16px rgba(230, 181, 62, 0.5));
}
.b-advantages-item__text{
	
}
.b-advantages-item__text b{
	font-family: 'TrajanPro3';
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 13px 0;
}
.b-advantages-item__text p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #F8DFC1;
}
.b-advantages-item__reverse{
	flex-direction: row-reverse;
}
.b-advantages-item__reverse .b-advantages-item__img{
	margin: 0 0 0 25px;
}
.b-advantages-item__reverse .b-advantages-item__text{
	text-align: right;
}
.b-advantages-block{
	position: relative;
}
.b-advantages-block__container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 405px;
	border: 1px solid rgba(105, 91, 81, 0.70);
	border-radius: 100%;
	padding:21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages-block__container:after{
	background: url(../images/advantages-circle.svg) center no-repeat;
	width: 430px;
	height: 430px;
	position: absolute;
	top: -13px;
    left: -14px;
	content: "";
	opacity: 0.7;
}
.b-advantages-block__wrap{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: radial-gradient(50.54% 64.32% at 20% 10%, #52453D 0%, rgba(89, 76, 67, 0) 100%), url(../images/bg-advantages.png) , #3B332D;
	border-radius: 100%;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);	
}
.b-advantages-bottom{
	text-align: center;
}
.btn-play{
	margin: 0 auto 0;
	width: 155px;
}
.b-advantages-bottom span{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	color: #FFFFFF;
	display: block;
	margin: 0 0 26px 0;
}
/* -------------- b-streams -------------- */
.b-streams{
	padding: 80px 0 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/stbg.png) center bottom no-repeat;
	background-attachment: fixed;
	border-top: 1px solid #473E38;
	position: relative;
}
.b-streams:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/bgbc.png) center top -80px no-repeat;
	width: 100%;
	height: 100%;
}
.b-streams-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 50px 0;
}
.b-streams-top .b-title{
	text-align: left;
	margin: 0;
}
.btn-info{
	width: 218px;
}
.b-streams-row{
	margin: 0 -10px;
}
.b-streams-col{
	padding: 0 10px;
	margin-bottom: 20px;
}
.b-streams-item{
	position: relative;
	filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.25));
	border-radius: 4px;
}
.btn-stream{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 58px;
	height: 58px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), -webkit-linear-gradient(#DD8711 0%, #E9A647 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), -o-linear-gradient(#DD8711 0%, #E9A647 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(238, 212, 91, 0.8) 0%, rgba(239, 216, 93, 0) 100%), linear-gradient(#DD8711 0%, #E9A647 100%);
	box-shadow: 0px 20px 30px rgba(41, 26, 15, 0.8), inset 0px -3px 0px rgba(153, 95, 14, 0.5);
	z-index: 10;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	transition: 0.2s;
}
.btn-stream:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	content: "";
	background: url(../images/stream-btn_sm.svg) center no-repeat;
	width: 110px;
	height: 110px;
	transition: 0.2s;
}
.btn-stream:hover{
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), -webkit-linear-gradient(#FAAA3D 0%, #FFB651 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), -o-linear-gradient(#FAAA3D 0%, #FFB651 100%);
	background: radial-gradient(44.31% 100% at 48.05% 100%, rgba(255, 238, 156, 0.8) 0%, rgba(254, 239, 160, 0) 100%), linear-gradient(#FAAA3D 0%, #FFB651 100%);
	transition: 0.3s;
}
.btn-stream:hover:before{
	background: url(../images/stream-btn.svg) center no-repeat;
	transition: 0.2s;
}
.b-streams-item .b-labels{
	left: auto;
	right: 10px;
}
.b-streams-item__wrap{
	width: 100%;
	height: 229px;
	position: relative;
}
.b-streams-item__wrap:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #1D1916;
	opacity: 0.4;	
}
.b-streams-item__wrap iframe , .b-streams-item__wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 
/* -------------- b-footer -------------- */
.b-footer{
	background: radial-gradient(47.34% 69.88% at 50% 0%, rgba(142, 121, 108, 0.3) 0%, rgba(142, 133, 119, 0) 100%), rgba(48, 38, 32, 0.8);
	backdrop-filter: blur(16px);
	padding: 61px 0 70px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 15;	
	border-top: 1px solid #473E38;
}
.b-footer:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/footer-bg.png) center top no-repeat;
}
.b-footer > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-footer-logo{
	width: 135.56px;
    height: 59px;
    display: block;
    flex-shrink: 0;
    margin: 0 0 20px 0;
}
.b-footer-left{
	width: 284px;
}
.b-footer-left p{
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	color: #F8DFC1;
	opacity: 0.4;
	margin: 0 0 20px 0;
}
.b-footer-link{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #E4982F;
	text-decoration: none;
	transition: 0.3s;
}
.b-footer-link:hover{
	text-decoration: underline;
	color: #E4982F;
	transition: 0.3s;
}
.b-footer-item{
	padding: 17px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-item__top{
	font-family: 'TrajanPro3';
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 0 25px 0px;
}
.b-footer-item ul{

}
.b-footer-item ul li{
	margin: 0 0 15px 0;
}
.b-footer-item ul li:last-child{
	margin-bottom: 0px;
}
.b-footer-item ul li a{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #F8DFC1;	
	transition: 0.3s;
	text-decoration: none;
}
.b-footer-item ul li a:hover{
	color: #ffffff;
	text-decoration: underline;
	transition: 0.3s;	
}
.b-footer-right{
	width: 181px;
	padding: 17px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-right .btn-lk{
	width: 100%;
	margin: 0 0 12px 0;
}
.b-footer-right .btn-download{
	margin: 0 0 41px 0;
}
.b-footer .b-language{
	margin: 0;
}
.b-footer .b-language ul{
	top: auto;
	bottom: 100%;
	border-radius: 4px 4px 0 0; 
}
.b-footer .b-language .b-language-btn{
	transform: rotate(180deg);
}
.b-footer .b-language.active .b-language-btn{
	transform: none;
}
.b-footer-right__row{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.b-footer-right__row p{
	font-weight: 500;
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	color: #F8DFC1;
	opacity: 0.3;	
	margin: 0 21px 0 0;
}
/* -------------- dots -------------- */
.b-dots{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/promo-d.png) top center no-repeat;
	background-size: cover;
	opacity: 0.5;
	width: 100%;
	height: 2238px;
	z-index: 15;
}
.adv-dots{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/why-dots.png) center no-repeat;
	background-size: cover;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.b-streams-dot{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/stream-dot.png) center top -117px no-repeat;
	background-size: cover;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 6;
}
