* {
	margin: 0;
	padding: 0;
	font-feature-settings: "lnum";
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
html {
    font-size: 0.6944444444444444vw;
}
body {
	font-family: Gilroy;
	font-weight: 400;
	color: #8D9196;
	background-color: #202327;
	padding-top: 8rem;
	opacity: 0;
}
body.ready {
	opacity: 1;
}
body {
	padding-top: 0;
}
body.slider {
	padding-top: 8rem;
}
::-webkit-scrollbar {
  width: 0;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	transition: all 0.2s;
}
:focus-visible {
	outline: none;
}

.only-desc {
	
}
.only-mob {
	display: none !important;
}
.no-click {
	cursor: default;
}

.container {
	width: 120rem;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	height: 8rem;
	background-color: #2F3337;
	padding: 0 4.1rem 0 3rem;
	box-sizing: border-box;
	z-index: 10;
}
body .header {
	background-color: transparent;
}
body.slider .header {
	display: flex;
	background-color: #2F3337;
}
.header-left {
	display: flex;
    align-items: center;
    width: calc(100% - 29rem);
    justify-content: space-between;
}
body .header-center {
    gap: 3.7rem;
    align-items: center;
    margin: 0 auto;
	display: none;
}
body.slider .header-center {
	display: flex;
}
.header-alfa {
	width: 18.32rem;
	height: auto;
}
.logo {
	width: 38.743rem;
	height: auto;
}
.header-support {
	width: 18.194rem;
	height: auto;
}
.header-center img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-selects {
	position: absolute;
    right: 4.1rem;
}

.main-menu {
	display: flex;
    gap: 3.2rem;
}
.main-menu li {
	position: relative;
}
.main-menu li:after {
	content: "";
	display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #8D9196;
    border-radius: 50%;
    position: absolute;
    right: -1.5rem;
    top: 0.45rem;
}
.main-menu li:last-child:after {
	display: none;
}
.main-menu li a {
    font-weight: 800;
    font-size: 1.3rem;
	line-height: 1.3rem;
	color: #8D9196;
}
.main-menu li a svg {
	position: relative;
    top: 0.55rem;
    width: 0.954rem;
    height: 1.43rem;
}
.main-menu li a:hover {
	color: #CFB28B;
}
.main-menu li a:hover svg path {
	fill: #CFB28B;
}

.category-menu {
	display: flex;
    gap: 1.4rem;
    background-color: #24272B80;
    border-radius: 2.6rem;
    padding: 0.8rem 2.2rem;
}
.category-menu a.fill:hover svg path {
	fill: #CFB28B;
}
.category-menu a.stroke:hover svg path {
	stroke: #CFB28B;
}

.languages {
	position: relative;
}
.language-current {
	display: flex;
    align-items: center;
    gap: 0.6rem;
	height: 4rem;
    padding: 0 1.8rem;
	font-size: 1.3rem;
	line-height: 100%;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
	transition: 0.4s ease background;
    transition-property: background, color, justify-content;
	border-radius: 1.6rem 1.6rem 0 0;
}
.language-current:after {
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.4rem;
	background-image: url('../../img/language-arrow.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.language-current {
	background-color: #484D51;
    border-radius: 1.6rem;
}
body.slider .language-current {
	background-color: transparent;
	border-radius: 1.6rem 1.6rem 0 0;
}
.languages.open .language-current {
	background-color: #484D51;
	color: #CFB28B;
	border-radius: 1.6rem 1.6rem 0 0;
}
.languages.open .language-current:after {
	background-image: url('../../img/language-arrow-open.svg');
	transform: rotate(180deg);
}
.languages-list {
	position: absolute;
	left: 0;
    right: 0;
	border-radius: 0 0 1.6rem 1.6rem;
    background-color: #484D51;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s opacity;
    transition-property: opacity, visibility;
    padding-bottom: 1rem;
}
.languages.open .languages-list {
	visibility: visible;
    opacity: 1;
}
.languages-list li {
	padding: 0.8rem 1.8rem;
}
.languages-list li a {
	font-size: 1.3rem;
	line-height: 100%;
	color: #fff;
	text-transform: capitalize;
}
.languages-list li a:hover {
	color: #CFB28B;
}

.choice {
	position: fixed;
	top: 4rem;
	left: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.2rem;
	background-color: #2F3337;
	padding: 2rem 1.6rem;
	border-radius: 2.7rem;
	z-index: 2;
}
body.slider .choice {
	top: 12rem;
}
.choice a {
	width: 1.8rem;
    height: 1.7rem;
	text-align: center;
}
.choice a:last-child {
    height: 1.5rem;
}
.choice a svg {
	width: 100%;
	height: 100%;
}
.choice a.active svg path {
	stroke: #CFB28B;
}


#list,
#slider {
	position: relative;
	overflow-x: hidden;
	display: none;
}
#list.active,
#slider.active {
	display: block;
}


.top {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9.5rem 0 6rem;
}
.top .bg {
	position: absolute;
	height: 18.755rem;
	top: -12.237rem;
	left: -3.02rem;
	width: calc(100% + 6.04rem);
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
	opacity: 0.3;
}
.top .bg-left {
	content: "";
	position: absolute;
	width: 18.755rem;
	height: 37.51rem;
	left: -3.02rem;
	top: 6.518rem;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
	opacity: 0.3;
}
.top .bg-left:after {
	content: "";
	position: absolute;
	width: 18.755rem;
	height: 37.51rem;
	left: 18.755rem;
	top: 0;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
}
.top .bg-right {
	content: "";
	position: absolute;
	width: 18.755rem;
	height: 37.51rem;
	left: calc(100vw - 15.735rem);
	top: 6.518rem;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
	opacity: 0.3;
}
.top .bg-right:before {
	content: "";
	position: absolute;
	width: 18.755rem;
	height: 37.51rem;
	right: 18.755rem;
	top: 0;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
}
.top .alfa {
	width: 24.4rem;
    height: 12.94rem;
    margin-bottom: 4.288rem;
}
.top .session {
	width: 68.095rem;
    height: 5rem;
    margin-bottom: 4.631rem;
}
.top .support {
	width: 13.2rem;
	height: auto;
	margin-bottom: 3.148rem;
}
.top .support svg {
	width: 100%;
	height: 100%;
}
.top .date {
    font-size: 1.8rem;
    line-height: 110%;
    color: #CFB28B;
    padding: 1rem 1.6rem;
    border: 0.1rem solid #CFB28B;
    border-radius: 5rem;
}
.top .promo-text {
	width: 59.6rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 2.8rem;
}


.schedule {
	display: flex;
    flex-direction: column;
	margin-bottom: 12rem;
}

.schedule-title {
	font-size: 2.9rem;
	line-height: 3rem;
	text-transform: uppercase;
	color: #CFB28B;
	text-align: center;
	margin-bottom: 3.6rem;
}


.item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20rem;
	border-bottom: 0.1rem solid #8D919680;
	opacity: 0.5;
	margin-bottom: 0.1rem;
}
.item:hover {
	opacity: 1;
	cursor: pointer;
}
.item:first-child {
	border-top: 0.1rem solid #8D919680;
}
.item-left {
	display: flex;
	align-items: center;
	gap: 1.4rem;
}
.item-date {
	display: flex;
	min-width: 16.5rem;
	font-weight: 300;
    font-size: 10.2rem;
    line-height: 100%;
	transition: color 0.2s;
}
.item:hover .item-date {
	color: #fff;
}
.item-date span {
	position: relative;
    top: 1rem;
	font-weight: 400;
    font-size: 2.4rem;
    line-height: 100%;
	transition: color 0.2s;
}
.item:hover .item-date span {
	color: #8D9196;
}
.item-chief_image {
	width: 21.5rem;
	height: 0;
	z-index: 1;
}
.item-chief_image div {
	position: relative;
    top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	overflow: hidden;
	transform: scale(0);
	transition: all 0.2s linear 0.1s;
}
.item:hover .item-chief_image div {
	transform: scale(1);
	width: 21.5rem;
    height: 24.7rem;
    top: -12.35rem;
}
.item-chief_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-chief_name-wrapper {
	margin-left: 1.1rem;
}
.item-name {
	display: flex;
	min-width: 29.6rem;
	font-size: 2.1rem;
    line-height: 100%;
    color: #8D9196;
    flex-direction: column;
	transition: color 0.2s;
}
.item:hover .item-name {
	color: #fff;
}
.item-name a {
	font-size: 2.1rem;
    line-height: 100%;
    color: #CFB28B;
    margin-top: 2.4rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}
.item:hover .item-name a {
	max-height: 4rem;
}

.item-name-buttons {
	margin-top: 2.4rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}
.item-name-buttons a {
	margin-top: 0;
	font-size: 1.8rem;
	margin-left: 20px;
}
.item-name-buttons a:first-child {
	margin-left: 0;
}

.item:hover .item-name-buttons {
	max-height: 4rem;
}



.item-right {
    display: flex;
    gap: 2.4rem;
}
.item-chief_restaurant,
.item-restaurant {
	font-size: 2.1rem;
    line-height: 100%;
}
.item-chief_restaurant {
	font-size: 4.2rem;
    line-height: 4.2rem;
    color: #fff;
}
.item-restaurant {
	min-width: 16.1rem;
}
.item-arrow {
	width: 2.8rem;
	height: 2rem;
	margin-right: 3.7rem;
}
.item-arrow svg {
	width: 100%;
	height: 100%;
}


.more-cancel {
	position: absolute;
	top: 3.8rem;
	right: 3.5rem;
	width: 4.8rem;
	height: 4.8rem;
	display: none;
	z-index: 1;
}
.more-cancel svg {
	width: 100%;
	height: 100%;
}
.more-cancel:hover svg rect {
	fill: #fff;
}
.chiefs-slider {
	width: 100%;
	height: calc(100vh - 8rem);
	/*min-height: 60rem;*/
	opacity: 0;
}
.chiefs-slider.slick-initialized {
	opacity: 1;
}
.chiefs-slider .slick-list {
	height: calc(100vh - 8rem) !important;
	/*min-height: 60rem !important;*/
}
.slider-item {
	position: relative;
    display: flex !important;
    align-items: center;
	height: calc(100vh - 8rem) !important;
	/*min-height: 60rem !important;*/
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center -4rem;
    /*padding: 15rem 3rem 0;*/
    /*box-sizing: border-box;*/
	transition: all 0.2s linear;
}
.slider-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 52.12%, rgba(0, 0, 0, 0.5) 100%);
}
.slider-item-info-wrapper {
	z-index: 1;
}
.slider-item-info {
	/*min-height: 30.6rem;
	margin-bottom: 6.5rem;*/
	margin-bottom: 8rem;
}
.slider-item-date {
	font-size: 3.6rem;
    line-height: 3.6rem;
    color: #CFB28B;
    margin-bottom: 3.5rem;
}
.slider-item-name {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
	font-size: 2.1rem;
    line-height: 100%;
    color: #fff;
	transition: all 0.2s linear;
}
.slider-item-name {
	white-space: nowrap;
}
.slider-item-chief_restaurant {
	font-size: 9.6rem;
    line-height: 9.6rem;
    color: #fff;
	margin-bottom: 1.3rem;
}

add-to-calendar-button,
.slider-item-play,
.slider-item-calendar,
.slider-item-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.8rem;
    height: 6rem;
	font-weight: 600;
    font-size: 1.4rem;
    line-height: 100%;
    color: #2F3337;
    background-color: #CFB28B;
    border-radius: 4.6rem;
    text-transform: uppercase;
}


.slider-item-play:hover,
.slider-item-more:hover {
	background-color: #fff;
}
.more .slider-item-play:hover,
.more .slider-item-more:hover {
	background-color: #CFB28B;
	cursor: default;
}

add-to-calendar-button,
.slider-item-calendar {
	background-color: #fff;
	gap: 10px;
	margin-top: 10px;
	cursor: pointer;
}

.item-calendar-icon {
	margin-right: 5px;
	aspect-ratio: 16/18;
	width: 1rem;
	height: auto;
}

@media screen and (min-width: 1600px) {
	.item-calendar-icon {
		width: 1.3rem;
	}
}


.slider-item-play {
	gap: 10px;
}
.slider-item-play span {
	position: relative;
	top: 2px;
}
.slider-item-play-icon {}

.slider-controls {
	position: fixed;
    right: 3rem;
    top: 50%;
	transform: translateY(-50%);
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
	z-index: 1;
}
.slider-controls .slick-arrow svg {
	width: 1.857rem;
	height: 2.6rem;
}
.slider-controls .slider-dots {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.slider-controls .slider-dots li button {
	font-size: 0;
    border: none;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1.9rem;
    color: #fff;
    opacity: 0.5;
}
.slider-controls .slider-dots li.slick-active button {
	height: 1.2rem;
	opacity: 1;
}

.chiefs-slider-wrapper {
	position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
	max-width: 100%;
    transition: max-width 0.2s linear;
}
.more .chiefs-slider-wrapper {
	max-width: calc(100% - 66.7rem);
}
/*.more .slider-item-name {
	font-size: 6.036rem;
    line-height: 6.036rem;
}*/
.more .more-cancel {
	display: block;
}
.more .slider-item.slick-current {
	/*padding-left: 36.3rem;*/
	margin-left: -36.3rem;
}
.more .slider-controls {
	display: none;
}



.video-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.video-container {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	background: #000000;
}

.video-close {
	position: absolute;
	top: 0;
	right: -50px;
	font-size: 50px;
	line-height: 30px;
	cursor: pointer;
	z-index: 1001;
	color: #CFB28B;
}

.video-player {
	width: 100%;
	max-height: 80vh;
	background: #000;
}





.restaurants-slider {
	position: fixed;
	right: 10.1rem;
	bottom: 3rem;
	width: 27.1rem;
	height: 19rem;
	border-radius: 0.8rem;
	overflow: hidden;
	z-index: 2;
}
.restaurants-slider .slick-list,
.restaurants-slider .slick-track {
	height: 100% !important;
}
.restaurant-slider-item {
	position: relative;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.restaurant-slider-item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8.923rem;
	background: linear-gradient(0deg, #363636 0%, rgba(54, 54, 54, 0) 100%);
}
.restaurant-slider-info {
	position: absolute;
	left: 1.785rem;
	bottom: 1.53rem;
	z-index: 1;
}
.restaurant-slider-title {
	font-weight: 600;
	font-size: 2.04rem;
	line-height: 100%;
	color: #fff;
	margin-bottom: 0.81rem;
}
.restaurant-slider-type {
	font-size: 1.3rem;
	line-height: 100%;
	color: #fff;
}



.info-slider {
	position: fixed;
	left: 3rem;
	bottom: 3rem;
	max-width: calc(100vw - 6rem);
}

.chiefs-info-wrapper {
	position: absolute;
    top: 0;
    right: -66.7rem;
	width: 66.7rem;
	height: calc(100vh - 8rem);
    background-color: #202327;
	z-index: 3;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: right 0.2s linear;
}
.chiefs-info-section {
	position: relative;
    width: 43.4rem;
    padding: 5.6rem 11.65rem 5rem;
}
.chiefs-info-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: -2.6rem;
	width: 9.5rem;
	height: 100%;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
}
.chiefs-info-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: -2.6rem;
	width: 9.5rem;
	height: 100%;
	background-image: url('../../img/bg.png');
	background-size: contain;
	z-index: -1;
}
.more .chiefs-info-wrapper {
	right: 0;
}

.chief-info {
	display: none;
}
.chief-info.active {
	display: block;
}
.chief-info h2 {
	font-weight: 300;
    font-size: 2.7rem;
    line-height: 110%;
    letter-spacing: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #CFB28B;
    margin-bottom: 3rem;
}
.chief-info-description {
	font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 4.3rem;
}
.chief-info-description p,
.chief-info-description blockquote {
	margin-bottom: 2.6rem;
}
.chief-info-description blockquote p {
	margin-bottom: 0;
}
.chief-info-description p:last-child,
.chief-info-description blockquote:last-child {
	margin-bottom: 0;
}
.chief-info-description blockquote {
	font-size: 1.4rem;
    line-height: 2.1rem;
    color: #F6F6F8;
    padding: 0 2.7rem 0 2rem;
    border-left: 0.1px solid #CFB28B !important;
}
.chief-info-image {
	position: relative;
    width: 66.7rem;
    height: 37.8rem;
    left: -11.7rem;
	margin-bottom: 5rem;
	z-index: -1;
}
.chief-info-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.chief-info-restaurant_description {
	font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.6rem;
}
.chief-info-restaurant_description p {
	margin-bottom: 2rem;
}
.chief-info-restaurant_description p:last-child {
	margin-bottom: 0;
}
.chief-info-restaurant_link {
	display: inline-block;
    font-size: 1.8rem;
    line-height: 100%;
    color: #CFB28B;
    margin-bottom: 4.9rem;
}
.chief-info-restaurant_link:hover {
	opacity: 0.85;
}
.chief-info-menu {
	border: 0.1rem solid #2F3337;
    border-radius: 1.6rem;
    padding: 3.8rem 4rem 3.7rem;
	margin-bottom: 4.3rem;
}
.chief-info-chief_ru {
    display: flex;
    align-items: center;
    gap: 2rem;
	width: 35.2rem;
    background-color: #2F3337;
    margin: 0 auto;
    border-radius: 0.8rem;
    padding: 2rem;
    box-sizing: border-box;
	margin-bottom: 5rem;
}
.chief-info-chief_ru img {
	width: 6.4rem;
    height: 6.4rem;
    border-radius: 3.2rem;
    object-fit: cover;
}
.chief-info-chief_ru-info {
	font-size: 1.6rem;
    line-height: 2.4rem;
}
.chief-info-chief_ru-info span {
	display: block;
    color: #fff;
}
.chief-info-menu-section {
	margin-bottom: 5rem;
}
.chief-info-menu-section:last-child {
	margin-bottom: 0;
}
.chief-info-menu-section h4 {
	font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.95rem;
    letter-spacing: 0.225rem;
    text-transform: uppercase;
    color: #F6F6F8;
	text-align: center;
    margin-bottom: 3rem;
}
.chief-info-menu-list {
    padding-bottom: 3rem;
	border-bottom: 0.1rem solid #2F3337;
}
.chief-info-menu-list li {
	font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 1.2rem;
    /*text-align: center;*/
	list-style: decimal;
	margin-left: 2rem;
}
.chief-info-menu-list li:last-child {
	margin-bottom: 0;
}
.chief-info-menu-price {
	font-weight: 600;
    font-size: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    padding-top: 3rem;
    color: #fff;
}
.chief-info-menu-price span {
	font-size: 1.6rem;
	font-weight: 400;
}
.chief-info-waiting-list-wrapper {
	margin: 0 auto 3.5rem;
}
.chief-info-waiting-list {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 100%;
    color: #2F3337;
    background-color: #CFB28B;
    border-radius: 4.6rem;
    text-transform: uppercase;
}
.chief-info-waiting-list:hover {
	background-color: #fff;
}
.chief-info .alfa {
	display: block;
    width: 20rem;
    height: auto;
    margin: 0 auto 5.5rem;
}
.chief-info .support {
	width: 11.2rem;
    margin: 0 auto 8.7rem;
}
.chief-info .support svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.chief-restaurant-info {
	display: flex;
    flex-direction: column;
    gap: 1.2rem;
	margin-bottom: 5rem;
}
.chief-restaurant-address {
	position: relative;
	font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    padding-left: 3.5rem;
}
.chief-restaurant-address span {
	display: block;
    color: #8D9196;
}
.chief-restaurant-address:before {
	content: "";
	position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
	width: 1.3rem;
	height: 1.7rem;
	background-image: url('../../img/address-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.chief-restaurant-phone {
	position: relative;
	font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    padding-left: 3.5rem;
}
.chief-restaurant-phone:before {
	content: "";
	position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url('../../img/phone-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.chief-restaurant-site {
	position: relative;
	font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    padding-left: 3.5rem;
}
.chief-restaurant-site:before {
	content: "";
	position: absolute;
    top: 0.5rem;
    left: 0;
    display: block;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url('../../img/site-icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.banners-wrapper {
	padding: 4.7rem 0;
	/*border-bottom: 0.1rem solid #8D919680;*/
}
.banners {
	display: flex;
	justify-content: space-between;
}
.banners a {
	width: 57.5rem !important;
	max-width: 100%;
	height: 20.5rem;
	border-radius: 1rem;
    overflow: hidden;
}
.banners.banners-more-3 a {
	width: 38.55rem !important;
}
.banners-slider.banners a {
	width: 36.8rem !important;
}
.banners a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banners-slider {
	width: 66.7rem;
    left: -11.7rem;
	margin-bottom: 4.3rem;
}
.banners-slider .slick-list {
	width: 100% !important;
	padding-left: 11.7rem;
	padding-right: 18.2rem;
	margin-right: -4.6rem;
	/*margin-left: -4.6rem;*/
}
.banners-slider .slick-slide {
	margin: 0 4.6rem 0 0;
}
.banners-slider-dots .slick-dots {
	display: flex;
    justify-content: center;
    gap: 1.2rem;
}
.banners-slider-dots .slick-dots li {
	display: contents;
}
.banners-slider-dots .slick-dots li button {
	font-size: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1.9rem;
    background-color: #fff;
	border: none;
    opacity: 0.5;
}
.banners-slider-dots .slick-dots li.slick-active button {
    width: 1.2rem;
    opacity: 1;
}

