@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-Regular.eot');
	src: local('..//webfonts/Gilroy-Regular'), local('Gilroy-Regular'),
		url('..//webfonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('..//webfonts/Gilroy-Regular.woff') format('woff'),
		url('..//webfonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: 400;
	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 {
	font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #F8DFC1;
	margin: 0 0 20px 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: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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-gradient{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 100%;
	z-index: 16;
}
/* .b-gradient > .container{
	height: 100%;
}
.b-gradient > .container > .row{
	height: 100%;
}
.b-gradient > .container > .row > div{
	height: 100%;

}
.b-gradien__content{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;		
} */
.b-gradient:before{
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;	
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, rgba(29, 25, 22 , 1) 0%, rgba(29, 25, 22, 0) 100%);
	z-index: 26;
}
.b-gradient:after{
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;	
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, rgba(29, 25, 22 , 1) 0%, rgba(29, 25, 22, 0) 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	z-index: 26;
}
.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: 27px;
	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-nav{
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.b-header-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-header-nav ul li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-header-nav ul li:after{
	content: "";
	border-radius: 100%;
	background: #7D7366;
	width: 6px;
	height: 6px;
	margin: 0 40px;
}
.b-header-nav ul li:last-child:after{
	display: none;
}
.b-header-nav ul li a{
	display: block;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: #F8DFC1;
	transition: 0.3s;
}
.b-header-nav ul li a:hover{
    color: #E4982F;
    transition: 0.3s;
}
.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;
	padding: 228px 0 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.container{
	position: relative;
	z-index: 26;
}
.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:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/black-clouds-top.png) center top no-repeat;
	z-index: 16;
}
.b-promo-container{
	margin: 0 0 120px 0;
}
.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-social{
	height: 100%;
	position: fixed;
	top: 0;
	right: 30px;
	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-promo-server -------------- */
.b-title{
	text-align: center;
	margin: 0 0 20px 0;
}
.b-title-item{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 16px 0px;
}
.b-title-item span{
	color: #E4982F;
}
.b-title-item_small{
	font-size: 32px;
}
.b-title p{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #F8DFC1;
}
.b-title__line{
	width: 100%;
	height: 32px;
	margin: 0 0 16px 0;
	position: relative;
}
.b-title__line:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, rgba(71, 62, 56, 0) 0%, #473E38 50%, rgba(71, 62, 56, 0) 100%, rgba(71, 62, 56, 0) 100%);
}
.b-title__line:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background: url(../images/title-ico.svg) center no-repeat;
	width: 32px;
	height: 32px;
	transform: translate(-50% , -50%);
}
.b-promo-server{
	position: relative;
	z-index: 46;
}
.b-promo-server .b-title{
	margin: 0 0 45px 0;
}
.b-promo-server__item{
	filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.16));
	position: relative;
	border: 1px solid rgba(236, 195, 88, 0.1);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-promo-server__item__link{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}
.b-promo-server__item:after{
	position: absolute;
	bottom: -15px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	background: #140D07;
	filter: blur(8px);
	border-radius: 4px;
	width: 386px;
	height: 30px;
	z-index: -1;
}
.b-promo-server__item img{
	border-radius: 4px;
}
.b-promo-server__item-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(23, 21, 20, 0.325) 0%, rgba(23, 21, 20, 0.65) 100%);
	border-radius: 4px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.b-promo-server__item-label{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #7DA822;
	border-radius: 4px;	
	font-weight: 800;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
    padding: 5px 8px 4px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.b-promo-server__item-name{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);	
	margin: 0 0 14px 0;
}
.b-promo-server__item-btn{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration-line: underline;
	color: #EBB851;
	transition: 0.3s;
}
.b-promo-server__item-btn:hover , .b-promo-server__item-btn:focus , .b-promo-server__item-btn:active{
	text-decoration: none;
	color: #EBB851;
	opacity: 0.7;
	transition: 0.3s;
}
/* -------------- b-chips -------------- */
.b-section{
	padding: 75px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-chips{
	background: url(../images/chips-bg.png) center top no-repeat;
	padding-top: 30px;
	position: relative;
	z-index: 30;
}
.b-chips:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/black-clouds-top.png) center top no-repeat;
	width: 100%;
	height: 662px;
}
.b-chips .b-title{
	margin: 0 0 95px 0;
}

.b-chips-slider{
	position: relative;
	z-index: 999;
}
.b-chips-slider__thumbs-container{
	position: absolute;
	top: -41px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 20;
}
.b-chips-slider__thumbs{
	width: 580px;
}
.b-chips-slider__thumbs-item{
	padding: 0 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: brightness(0.4);
	cursor: pointer;
	transition: 0.3s;
}
.b-chips-slider__thumbs-item img{
	margin: 0 auto 0;
	filter: drop-shadow(-6px 20px 15px rgba(0, 0, 0, 0.5));
}
.b-chips-slider__thumbs-item:hover{
	filter: brightness(0.5);
	transition: 0.3s;
}
.b-chips-slider__thumbs-item.slick-current{
	filter: brightness(1);
	transition: 0.3s;
}
.b-chips-slider__big{

}
.b-chips-slider__big-item{
	position: relative;
	height: 646px !important;
}
.b-chips-slider__big-bg{
	width: 100%;
	height: 100%;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.b-chips-slider__big-bg img{
	margin: 0 auto 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-chips-slider__big-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(29, 25, 22, 0) 0%, #231E1B 100%);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 0 75px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-chips-slider__big-wrap{
	max-width: 840px;
	text-align: center;
}
.b-chips-slider__big-name{
	font-family: 'TrajanPro3';
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #FFFFFF;
	display: block;
	margin: 0 0 28px 0;
}
.b-chips-slider__big-wrap p{

}
.b-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	z-index: 999;
	transition: 0.3s;
}
.b-arrow:hover{
	color: #E4982F;
	transition: 0.3s;
}
.b-arrow__prev{
	left: 85px;
}
.b-arrow__next{
	right: 85px;
}
.b-arrow__prev:hover{
	transform: translate(-10% , -50%);
}
.b-arrow__next:hover{
	transform: translate(10% , -50%);
}
.b-arrow-down{
	background: url(../images/arrow-down.svg) center no-repeat;
	width: 10px;
	height: 88px;
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
}
/* -------------- b-advantages -------------- */
.b-advantages{
	background: url(../images/back2.png) center top -112px no-repeat;
	position: relative;
}
.b-advantages:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/black-clouds-top.png) center top no-repeat;
    z-index: 16;
}
.b-advantages .container{
	position: relative;
	z-index: 40;
}
.b-advantages-content img{
	max-width: inherit;
}
.b-advantages-nav{

}
.b-advantages-nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-advantages-nav ul li{
	margin: 0 35px 0 0;
}
.b-advantages-nav ul li:last-child{
	margin-right: 0px;
}
.b-advantages-nav ul li a{
	width: 227px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'TrajanPro3';
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.3s;
}
.b-advantages-nav ul li a.active{
	color: #E4982F;
	transition: 0.3s;
	background: url(../images/tab-bg.png) bottom center no-repeat;
}
.tab-content{
	position: relative;
	width: 100%;
}
.tab-content>.tab-pane{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	opacity: 0;
	visibility: hidden;
}
.tab-content>.active{
	position: static;
	width: 100%;
	opacity: 1;
	visibility: visible;
	display: block !important;
}
.bl-wh{
	filter: grayscale(100%); 
}
.b-advantages .tab-pane:before{
	content: "ДО" !important;
}
.b-advantages .tab-pane:before, .b-advantages .tab-pane:after{
	background: rgba(29,25,22 , 0.8) !important;
	opacity: 0.8;
	border-radius: 4px !important;
	width: 94px !important;
	height: 36px !important;
	padding: 0 !important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;	
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;	
	z-index: 20;
	opacity: 1;
	visibility: visible;	
	transition: 0.3s;
}
.b-advantages .tab-pane:after{
	content: "ПОСЛЕ" !important;
	right: 20px;
	left: auto;
}
.b-advantages .tab-pane:hover:before , .b-advantages .tab-pane:hover:after{
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
/* -------------- b-play -------------- */
.b-play{
	background: url(../images/play-bg.png) center top no-repeat;
	
}
.b-play .container{
	position: relative;
	z-index: 40;
}
.b-play .b-title{
	margin: 0 0 50px 0;
}
.b-server-row{
	margin-left: -8px;
	margin-right: -8px;
}
.b-server-col{
	padding-right: 8px;
	padding-left: 8px;
}
.b-server{
	background: #3A342F;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
	border-radius: 4px;	
	border: 1px solid #6C5C4F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	padding: 0 0 35px 0;
	transition: 0.3s;
	z-index: 1;
}
.b-server:hover{
	box-shadow: 0px 20px 180px #11100F;
	transition: 0.3s;
	z-index: 5;
}
.b-server-img{
	position: relative;
	height: 198px;
}
.b-server-img:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(58, 52, 47, 0) 0%, #3A342F 100%);
}
.b-server-content{
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-server-content__top-title{
	margin: 0 0 30px 0;
}
.b-server-content__top-title span{
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.1;
	color: #CCB09C;
	margin: 0 0 9px 0;
}
.b-server-content__top-title b{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #FFFFFF;
}
.b-server-content{
	margin: 0 0 35px 0;
}
.b-server-content ul{

}
.b-server-content ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 10px 0;
}
.b-server-content ul li:last-child{
	margin-bottom: 0px;
}
.b-server-content ul li i{
	margin: 0 9px 0 0;
	flex-shrink: 0;
}
.b-server-content ul li span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
}
.b-server-content ul li span b{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
}
.b-server-btn{
	width: 197px;
	height: 40px;
	margin: 0 auto 0;
}
.b-present{

}
.b-present-top{
	margin: 0 0 25px 0;
	position: relative
}
.b-present-top:after{
	position: absolute;
    top: 9px;
    right: 60px;
	content: "";
	background: url(../images/present-arrow.svg) center no-repeat;
	width: 50px;
	height: 105px;
}
.b-present-top b{
	font-family: 'TrajanPro3';
	display: block;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1;
	color: #E4982F;
	margin: 0 0 15px 0;
}
.b-present-top p{
	line-height: 1.3;
	font-size: 15px;
}
.b-present-content{
	padding: 22px 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #463D37;
	border-radius: 4px;	
}
.b-present-row{
	margin: 0 -10px 0 -10px;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.b-present-col{
	width: 20%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.b-present-item{
	cursor: pointer;
}
.b-present-item img{
	border-radius: 3px;
}
.b-present-item__img{
	filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.3));
}
.b-present-item__img_open{
	display: none;
	filter: drop-shadow(0px 8px 16px #404320);
}
.b-present-item.active .b-present-item__img{
	display: none;
}
.b-present-item.active .b-present-item__img_open{
	display: block;
}
.b-present-content .b-promo__btn{
	height: 49px;
}
.b-present-bottom{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 13px 0 23px 0;
}
.btn-mix{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	color: #FFFFFF;	
}
.btn-mix i{
	font-size: 16px;
	color: #ffffff;
	margin: 0 6px 0 0;
}
.b-promo-code{
	padding: 21px 25px 24px 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #171412;
	border-radius: 4px;	
}
.b-promo-code__top{
	margin: 0 0 17px 0;
}
.b-promo-code__top b{
	display: block;
	font-family: 'TrajanPro3';
	font-weight: 700;
	font-size: 16px;
	line-height: 1.1;
	color: #FFFFFF;	
	margin: 0 0 9px 0;
}
.b-promo-code__top p{
	font-size: 13px;
}
.b-promo-code__btn{
	width: 171px;
	height: 40px;	
}
/* -------------- b-set -------------- */
.b-set{
	background: url(../images/set-bg.png) center top no-repeat;
	
	padding-bottom: 97px;
	position: relative;
}
.b-set .b-title{
	margin: 0 0 117px 0;	
}
.b-set-row{
	margin-left: -10px;
	margin-right: -10px;
}
.b-set-col{
	padding-left: 10px;
	padding-right: 10px;
}
.b-set-item{
	border-radius: 4px;
	padding: 83px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-set-item_1{
	background: url(../images/set-1.png) center top no-repeat #332D29;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}
.b-set-item_2{
	background:url(../images/set-2.png) center top no-repeat #3A342F;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}
.b-set-item_3{
	background:url(../images/set-3.png) center top no-repeat #332D29;
	box-shadow: 0px 20px 150px #11100F;
}
.b-set-item__img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.b-set-item__img img{
	margin: 0 auto 0;
}
.b-set-item_1 , .b-set-item_3{
	margin: 39px 0 0 0;
}
.b-set-item_1 .b-set-item__img{
	top: -74px;
}
.b-set-item_1 .b-set-item__img img{
	filter: drop-shadow(0px 10px 40px rgba(122, 62, 24, 0.5));
}
.b-set-item_2 .b-set-item__img img{
	filter: drop-shadow(0px 10px 40px rgba(148, 153, 162, 0.4));
}
.b-set-item_2 .b-set-item__img{
	top: -97px;
}
.b-set-item_3 .b-set-item__img{
	top: -77px;
}
.b-set-item__name{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}
.b-set-item_2 .b-set-item__name{
	margin: 0 0 10px 0;
}
.b-set-item__label{
	background: #7DA822;
	border-radius: 4px;
	padding: 5px 8px 4px 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;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 34px;
	max-width: 72px;
}
.b-set-item__content{
	width: 201px;
	margin: 0 auto 34px;
}
.b-set-item_2 .b-set-item__content{
	margin-bottom: 65px;
}
.b-set-item__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 11px 0;
}
.b-set-item__row:last-child{
	margin-bottom: 0px;
}
.b-set-item__row img{
	border: 1px solid #706256;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: drop-shadow(0px 2px 6px rgba(213, 199, 153, 0.3));
	border-radius: 4px;
	flex-shrink: 0;
	margin: 0 12px 0 0;
}
.b-set-item__row span{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
}
.b-set-item__bottom{
	border-top: 1px solid #473E38;
	text-align: center;
	padding: 23px 0 58px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.b-set-item__bottom-title{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #F8DFC1;
	margin: 0 0 8px 0;
}
.b-set-item__bottom-price{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 0 7px 0;
}
.b-set-item__bottom-price_old{
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-decoration-line: line-through;
	color: #F8DFC1;
	opacity: 0.4;
}
.b-set-item__bottom .b-promo__btn{
	position: absolute;
	bottom: -27.5px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
}
/* -------------- b-faq  -------------- */
.b-faq{
	background: url(../images/faq-bg.png) center top no-repeat;
	
	padding-bottom: 40px;
	position: relative;
}
.b-faq-content{
	max-width: 1060px;
	margin: 0 auto 70px;
}
.b-faq-item{
	border-bottom: 1px solid #473E38;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23.5px 0;
}
.b-faq-item:last-child{
	border: none;
}
.b-faq-item__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.b-faq-item__top span{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #FFFFFF;
}
.b-faq-item__ico{
	background: url(../images/svg/minus.svg) center no-repeat;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	margin: 0 0 0 20px;
}
.b-faq-item__top.collapsed .b-faq-item__ico{
	background: url(../images/svg/plus.svg) center no-repeat;
}
.b-faq-item__text{
	padding: 20px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-faq-item__text p{
	font-weight: 400;
	line-height: 1.65;
}
.b-faq-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
	border-radius: 4px;	
	padding: 19.5px 24px 19.5px 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/faq-bottom_bg.png) center top no-repeat;
	background-size: cover;
}
.b-faq-bottom__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-faq-bottom__left img{
	margin: -7px 45px 0 0;
}
.b-faq-bottom__left span{
	font-family: 'TrajanPro3';
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
}
.b-faq-bottom__right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-faq-bottom__right .b-social{
	position: static;
	margin: 0 50px 0 0;
}
.b-faq-bottom__right .b-social ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}
.b-faq-bottom__right .b-social ul li{
	margin: 0 20px 0 0;
}
.b-faq-bottom__right .b-social ul li:last-child{
	margin: 0;
}
.b-faq-bottom__right .b-social ul li:before , .b-faq-bottom__right .b-social ul li:after{
	display: none;
}
.btn-forum{
	width: 201px;
}
/* -------------- 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: 999;	
	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-wrapper{
	position: relative
}
.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: 25;
}
.big-dots{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../images/dots-bg.png) top center no-repeat;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 35;
}
.b-set-dots{
	position: absolute;
	top: -267px;
	left: 0;
	content: "";
	background: url(../images/set-dots.png) center top 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.b-faq-dots{
	position: absolute;
	top: -267px;
	left: 0;
	content: "";
	background: url(../images/faq-dots.png) center top 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 6;
}

/* -------------- page download -------------- */
.b-download{
	min-height: 855px;
	padding: 141px 0 66px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/download-bg.png) center top no-repeat;
}
.b-download-top{
	text-align: center;
	margin: 0 0 25px 0;
}
.b-download-top .b-title-item{
	margin: 0 0 45px 0;
}
.btn-reg{
	width: 344px;
	margin: 0 auto 22px;
}
.b-download-top__footer{
	text-align: center;
	margin: 0 0 21px 0;
}
.b-download-top__footer span{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #877D72;
}
.b-download-top__footer span a{
	display: block;
	color: #E4982F;
	text-decoration: none;
}
.b-arrow-download{
	margin: 0 auto 0;
	width: 10px;
	height: 48px;
	background: url(../images/download-arrow.svg) center bottom no-repeat;
}
.b-download-content{

}
.b-download-content .b-title{
	margin: 0 0 63px 0;
}
.b-download-content__row{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.b-download-content__row-item{
	width: 357px;
	margin: 0 90px 0 0;
}
.b-download-content__row-item:last-child{
	margin-right: 0px;
}
.btn-down{
	height: 55px;
	font-family: 'TrajanPro3';
	font-weight: 700;
	margin: 0 0 20px 0;
}
.btn-down i{
	margin: 0 10px 0 0;
	font-size: 13px;
	color: #1D1916;
}
.b-download-content__row-item ul{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.b-download-content__row-item ul li{
	margin: 0 12px 0 0;
	width: 100%;	
}
.b-download-content__row-item ul li:last-child{
	margin-right: 0px;
}
.b-download-content__row-item ul li a{
	width: 100%;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #574129;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #F8DFC1;
	transition: 0.3s;
}
.b-download-content__row-item ul li a:hover , .b-download-content__row-item ul li a:focus , .b-download-content__row-item ul li a:active{
	background: #574129;
	transition: 0.3s;
}

/* Таблица с событиями */
.wrapper-content {
  margin: AUTO;
  width: 800px;
}

.content-table {
  border-collapse: collapse;
  width: 80%
/*  max-width: 800px;	*/
  box-shadow: 0 0 20px rgba(0,0,0,0.35);
  margin: auto;
  text-align: center;
}

.content-table thead tr {
  background-color: #574129;
  color: #e4982f;
  font-weight: bold;
}

.content-table th {
  font-size: 16px;
  padding: 12px;
}

.content-table td {
  padding: 12px;
}

.content-table tbody tr  {
  border-bottom: 1px solid #6C5C4F;
}

.content-table tbody tr {
  background-color: #3a342f;
  color: #e3e2e2;
}

.b-chips .b-title .b-table {
	margin: 0 0 35px 0;
}