.product-card__table span {
	color: #343331;
}
.b-media-bank .media-row--centered {
	justify-content: space-around;
}
.b-social-links .social-links {
	justify-content: space-around;
}


.core-menu__container {
	max-width: 1250px;
}
@media (min-width: 1000px) {
	html:lang(en) .core-menu__list ul li+li {
    	margin-left: 30px;
	}
}
@media (max-width: 1100px) {
	.core-menu__list ul li {
		font-size: 18px;
		line-height: 18px;
	}
	.core-footer-copy p .kd-logo {
		display: none;
	}
}

.awwards-bg-medal {
	margin: 50px 0;
	display: block;
	width: 70%;
	max-width: 280px;
	min-width: 150px;
	height: auto;
}
@media (max-width: 900px) {
	.awwards-bg-medal {
		margin: 25px 0;
		min-width: 120px;
		width: 40%;
	}
	.awwards-bg-img {
		max-width: 150% !important;
		width: 150%;
		object-position: right;
	}
}


.back_to_top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	z-index: 30;
	transition: all .3s;

	background-image: url('/local/img/icon/upBtn.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}
.back_to_top.global-version {
	background-image: url('/local/img/icon/upBtn-global.svg');
}
.back_to_top-show {
	display: block;
}

.back_to_top:hover {
	transform: scale(1.15);
}

@media (min-width: 1000px) {
	.back_to_top {
		width: 70px;
		height: 70px;
	}

}

@media (min-width: 768px) {
	.core-nav__list {
	    overflow: unset;
	    min-width: auto;
	    max-width: calc(100% - 325px);
	}
}
@media (min-width: 1550px) {
	.core-nav__list {
	    max-width: initial;
	    width: calc(100% - 370px);
	}
	.core-nav__list ul li {
		padding-left: 40px!important;
	}
	.core-nav__list ul li:before {
		left: 20px;
	}
}

@media (min-width: 1624px) {
	.core-nav__container {
	    max-width: 1710px;
	}
}


.hide-header-footer .core-menu,
.hide-header-footer .core-menu-space,
.hide-header-footer .core-nav,
.hide-header-footer .burger-menu,
.hide-header-footer .search,
.hide-header-footer .core-footer,
.hide-header-footer .back_to_top {
	display: none !important;
}
.hide-header-footer main {
	padding: 25px 0;
}
.hide-header-footer .b-single {
	padding: 75px 0;
}
.hide-header-footer .single__video {
	margin: 0;
}
.hide-header-footer .video {
	display: block;
	width: 100%;
	position: relative;
}
.hide-header-footer .video:before {
	content: '';
	display: block;
	width: 100%;
	/*padding-top: 56%;*/
}
@media (max-width: 768px) {
	.hide-header-footer .video:before {
		/*padding-top: 125%;*/
	}
}
.hide-header-footer .video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.hide-header-footer .b-single {
		padding: 40px 0;
	}
}


.special-page.hide-header-footer main {
	padding: 0;
}
.special-page .video {
	height: 100vh;
	overflow: hidden;
}


body.vn-version {
	font-family: sans-serif;
}


.location-card__map--feedback {
	background: #F5F5F5 url('/local/img/contacts_icon.svg') no-repeat center center;
	background-size: 35% 35%;
}


.product-video {
	position: relative;
}
.product-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product-video:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56%;
}
.product-card__video {
	margin-bottom: 50px;
}

#main-news,
.b-sbor-urozhaya,
#main-news {
	overflow: hidden;
}



@keyframes historySliderMobileArrow {
  	0% {
		border-color: #bfa178;
	}
	50% {
		border-color: #FFF;
	}
  	100% {
		border-color: #bfa178;
	}
}
.history-slider-mobile-arrow {
	z-index: 1000;
	display: none;
	position: absolute;
	left: calc(100vw - 150px);
	bottom: 50px;

}
.history-slider-mobile-arrow span {
	display: block;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	border-top: 1px solid #bfa178;
	border-right: 1px solid #bfa178;
	animation-name: historySliderMobileArrow;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.history-slider-mobile-arrow span:nth-child(3) {
	animation-delay: 0s;
}
.history-slider-mobile-arrow span:nth-child(2) {
	animation-delay: 0.9s;
}
.history-slider-mobile-arrow span:nth-child(1) {
	animation-delay: 1.8s;
}
@media (max-width: 768px) {
	.history-slider-mobile-arrow {
		display: flex;
	}
}



.universal-section__container-box.gold p {
	color: #c4ae93;
}
.btn.btn-gold {
	border-color: #c4ae93;
	color: #c4ae93;
}
.btn.btn-gold .btn-cube__border:before,
.btn.btn-gold .btn-cube__border:after {
	border-color: #c4ae93 !important;
}



.back_to_top.cn {
	background-image: url('../img/icon/upBtn_cn.svg');
}


.product-card__crumbs {
	display: none !important;
}



.mil {
	
}
.mil-items {
	display: flex;
	flex-flow: row wrap;
	padding: 100px 0;
	column-gap: 40px;
}
.mil-item {
	width: calc(25% - 30px);
	margin-bottom: 40px;
}
.mil-item-img {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.mil-item-img:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 135%;
}
.mil-item-img img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.mil-item-name {
	text-align: center;
	font-size: 20px;
}
.bp-detail {
	padding-top: 90px;
}
@media (max-width: 1000px) {
	.mil-items {
		padding: 50px 0;
		column-gap: 30px;
	}
	.mil-item {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	.mil-item-img:before {
		padding-top: 120%;
	}
	.mil-item-img {
		margin-bottom: 15px;
	}
	.mil-item-name {
		font-size: 16px;
		line-height: 20px;
	}
}