

/* Start:/company/style.css?172768418114360*/
h1#pagetitle {
	color: #F89329;
}

.about-item {
	margin-bottom: 67px;
}

.about-page .about-item:nth-child(2) {
	margin-bottom: 47px;
}

.about-preciousness {
	margin-bottom: 58px;
}

.about-item__desc {
	max-width: 49%;
	margin-top: -4px;
}

.about-item__custom-margin p {
	margin-top: 22px;
}

.about-item__desc p {
	margin-right: 32px;
}

.about-item__video {
	width: 100%;
	height: 305px;
}
.about-item__video .video-link{
	width: 100%;
	height: 100%;
}

.about-item__video iframe {
	border-radius: 20px;
}

.about-item__wrap {
	display: flex;
}

.about-preciousness__wrap {
	display: flex;
}

.about-preciousness__right {
	margin-left: 25px;
	margin-top: -3px;
}

.about-preciousness__img-right {
	margin-left: 25px;
	width: 144px;
	height: 270px;
}

.about-preciousness__row {
	display: flex;
	margin-bottom: 8px;
}

.about-preciousness__wrap:nth-child(2) {
	margin-top: 12px;
}

.about-preciousness__img-left {
	width: 380px;
	height: 380px;
	background-color: #ccc;
}

.about-preciousness__img {
	flex-shrink: 0;
}

.about-preciousness__img-bottom {
	width: 600px;
	height: 80px;
	background-color: #ccc;
	margin-left: 30px;
}

.about-preciousness__col-1 p {
	margin-bottom: -4px;
	padding-right: 100px;
}

.about-preciousness__col-1 a {
	font: 16px/18px 'Roboto', Arial, sans-serif;
	font-weight: 500;
	display: block;
	margin-top: 5px;
}

.about-preciousness__bg {
	background: #F9F9F9;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 23px 27px;
	margin-top: -7px;
}

.about-reason {
	display: flex;
	margin-bottom: 50px;
	margin-top: 42px;
}

.about-reason__img {
	background-color: #cccccc;
	flex-shrink: 0;
}

.about-reason-description {
	display: flex;
	flex-direction: column;
	margin: 0 32px;
}

.about-reason-description__counter {
	background-color: #cccccc;
	font-size: 50px;
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin-bottom: 10px;
	color: #fff;
}

.about-reason-description_green .about-reason-description__counter {
	background-color: #A9AE33;
}

.about-reason-description_green .about-reason-description__tagline {
	color: #A9AE33;
}

.about-reason-description_green .about-reason-description__tagline::after,
.about-reason-description_green .about-reason-description__tagline::before {
	border-color: #A9AE33;
}

.about-reason-description_orange-red .about-reason-description__counter {
	background-color: #E75F2D;
}

.about-reason-description_orange-red .about-reason-description__tagline {
	color: #E75F2D;
}

.about-reason-description_orange-red .about-reason-description__tagline::after,
.about-reason-description_orange-red .about-reason-description__tagline::before {
	border-color: #E75F2D;
}

.about-reason-description_blue .about-reason-description__counter {
	background-color: #7699BC;
}

.about-reason-description_blue .about-reason-description__tagline {
	color: #7699BC;
}

.about-reason-description_blue .about-reason-description__tagline::after,
.about-reason-description_blue .about-reason-description__tagline::before {
	border-color: #7699BC;
}

.about-reason-description_orange .about-reason-description__counter {
	background-color: #F89329;
}

.about-reason-description_orange .about-reason-description__tagline {
	color: #F89329;
}

.about-reason-description_orange .about-reason-description__tagline::after,
.about-reason-description_orange .about-reason-description__tagline::before {
	border-color: #F89329;
}

.about-reason-description__tagline {
	font-size: 22px;
	display: flex;
	margin-top: 3px;
	margin-bottom: 20px;
	width: 100%;
	color: #ccc;
}

.about-reason-description_left .about-reason-description__tagline::after,
.about-reason-description_right .about-reason-description__tagline::before {
	content: '';
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	flex-grow: 1;
	bottom: 6px;
	position: relative;
}

.about-reason-description_left .about-reason-description__tagline::after {
	margin-left: 7px;
}

.about-reason-description_right .about-reason-description__tagline::before {
	margin-right: 7px;
}

.about-reason-description_right {
	align-items: flex-end;
	text-align: right;
}

.about-reason-description_left {
	align-items: flex-start;
	text-align: left;
}

.why-price-item-wrap {
	display: flex;
	flex-wrap: wrap;
}

.why-price-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: calc(13% - 10px);
	text-align: center;
	margin: 0 10px 0;
	position: relative;
}

.why-price-item::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	right: -28px;
	top: 14px;
	background-repeat: no-repeat;
	background-size: contain;
}

.why-price-item:nth-last-child(1)::after {
	display: none;
}

.why-price__shop_orange .why-price-item::after {
	background-image: url('/upload/img/about/plus-orange.svg');

}

.why-price__shop_orange .why-price-item:nth-last-child(2)::after {
	background-image: url('/upload/img/about/equals-orange.svg');
}

.why-price__shop_green .why-price-item::after {
	background-image: url('/upload/img/about/plus-green.svg');
}

.why-price__shop_green .why-price-item:nth-last-child(1) {
	width: 20%;
}

.why-price__shop_orange .why-price-item:nth-last-child(1) {
	width: 13%;
}

.why-price__shop_green .why-price-item:nth-last-child(2)::after {
	background-image: url('/upload/img/about/equals-green.svg');
}

.why-price-item__img {
	margin-bottom: 9px;
}

.why-price-item:nth-child(1) {
	margin-left: 0;
}

.why-price-item:nth-last-child(1) {
	margin-right: 0;
	margin-left: 10px;
}

.why-price__shop_orange .why-price-item__img {
	fill: #F89329;
}

.why-price__shop_green .why-price-item__img {
	fill: #A9AE33;
}

.why-price-item__description {
	margin-bottom: 15px;
	font-weight: 500;
	flex-grow: 1;
	line-height: 19px;
}

.why-price-item__price {
	padding: 15px 20px;
	color: #fff;
	border-radius: 80px;
	width: 100%;
}

.why-price-item:nth-last-child(1) .why-price-item__price {
	font-family: 'Appetite', Arial, sans-serif;
	padding: 15px 20px;
	font-size: 20px;
	width: max-content;
}

.why-price__shop {
	margin-bottom: 36px;
}

.why-price__shop_orange .why-price-item:nth-last-child(1) .why-price-item__description {
	color: #F89329;
	font-weight: 600;
}

.why-price__shop_green .why-price-item:nth-last-child(1) .why-price-item__description {
	color: #A9AE33;
	font-weight: 600;
}

.why-price__shop_orange .why-price-item__price {
	background-color: #F89329;
}

.why-price__shop_orange .h3 {
	color: #F89329;
}

.why-price__shop_green .h3 {
	color: #A9AE33;
}

.why-price__shop_green .why-price-item__price {
	background-color: #A9AE33;
}

.about-reason:nth-child(1) {
	margin-top: 41px;
}

.about-reason:nth-last-child(1) {
	margin-bottom: 64px;
}

.why-price {
	padding-top: 12px;
}

.why-price h3 {
	margin-bottom: 26px;
}

.about-preciousness__row_tablet {
	display: none;
}

.about-preciousness__img_mobile {
	display: none;
}


h3.custom-margin br {
	display: none;
}

@media screen and (max-width: 1400px) {
	.about-item__wrap {
		flex-direction: column;
	}

	.about-item__desc {
		max-width: 100%;
	}

	.about-item__video {
		max-width: 100%;
	}

	.about-item:nth-child(1) {
		margin-bottom: 78px;
	}

	.about-preciousness__img-left {
		width: 240px;
		height: 247px;
	}

	.about-preciousness__row_desktop {
		display: none;
	}

	.about-preciousness__row_tablet {
		display: flex;
	}

	.about-preciousness__right {
		width: 60%;
	}

	.about-preciousness__wrap {
		flex-wrap: wrap;
	}

	.about-preciousness__img-left {
		margin: 0;
	}

	.about-preciousness__row p {
		margin: 0;
	}

	.about-preciousness__img-right {
		width: 72px;
		height: 136px;
	}

	.about-preciousness__wrap:nth-last-child(1) {
		margin-top: 23px;
	}

	.about-preciousness__img-bottom {
		width: 443px;
		height: 57px;
		margin-top: 10px;
		margin-left: 0;
	}

	.about-preciousness {
		margin-bottom: 68px;
	}

	.about-item__video.about-item__video-2 {
		margin-top: 21px;
	}

	.about-item:nth-last-child(1) {
		margin-bottom: 62px;
	}

	.about-reason__img {
		width: 275px;
		height: 180px;
	}

	.about-reason-description {
		margin-left: 24px;
	}

	.about-reason-description__counter {
		width: 46px;
		height: 46px;
		font-size: 35px;
		border-radius: 10px;
		margin-bottom: 3px;
	}

	.about-reason-description__tagline {
		font-size: 20px;
		font-weight: 500;
		margin-top: 8px;
		margin-bottom: 14px;

	}

	.about-reason-description p {
		margin-bottom: 14px;
	}

	h3.custom-margin {
		margin-bottom: 37px;
	}

	.about-reason {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.about-reason-description {
		margin-right: 24px;
	}

	.about-reason-description_right {
		margin-left: 0;
	}

	.about-reason-description_left {
		margin-right: 0;
	}

	.why-price {
		margin-top: 36px;
	}

	.why-price__shop_green .why-price-item:nth-last-child(1) {
		width: 180px;
	}

	.why-price-item__img {
		height: 34px;
	}

	.why-price-item::after {
		width: 22px;
		height: 22px;
		right: -19px;
		top: 8px;
	}

	.why-price-item__description,
	.why-price-item__price {
		font-size: 11px;
		font-weight: 500;
	}

	.why-price-item__price {
		padding: 5px 10px;
		margin-top: 10px;
		font-weight: 500;
	}

	.why-price-item:nth-last-child(1) .why-price-item__price {
		font-size: 14px;
		font-weight: 600;
		padding: 5px 9px;
	}

	.why-price-item__description {
		margin-bottom: 0;
		font: 11px/16px 'Roboto', Arial, sans-serif;
	}

	.why-price-item__img {
		margin-bottom: 16px;
	}

	.why-price__shop .h3 {
		margin-bottom: 22px;
	}

	.about-preciousness__img {
		margin-bottom: 10px;
	}

	.about-preciousness__col-1 {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1100px) {
	.about-preciousness__right {
		width: 55%;
	}
}

@media screen and (max-width: 768px) {
	.about-item h3,
	.about-preciousness h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.about-item__desc p {
		margin-right: 22px;
		line-height: 1.14;
	}

	.about-preciousness__img-left {
		width: 280px;
		height: 287px;
	}

	.about-preciousness__bg {
		margin-left: -16px;
		width: 100vw;
		border-radius: 0;
	}

	.about-item:nth-child(1) {
		margin-bottom: 53px;
	}

	.about-preciousness h3 {
		margin-bottom: 30px;
	}

	.about-preciousness__bg {
		padding: 23px 16px;
	}

	.about-preciousness__right {
		margin: 0;
		margin-top: 0px;
		margin-top: 26px;
		width: 100%;
	}

	.about-preciousness__row_tablet .about-preciousness__img {
		display: none;
	}

	.about-preciousness__img_mobile {
		display: block;
	}

	.about-preciousness__right {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.about-preciousness__img-right {
		margin: 14px 0 17px 0;
		width: 78px;
		height: 145px;
	}

	.about-preciousness__wrap {
		justify-content: center;
	}

	.about-preciousness__wrap:nth-last-child(1) {
		margin-top: -13px;
	}

	.about-preciousness__wrap:nth-last-child(1) br {
		display: none;
	}

	.about-preciousness__col {
		width: 100%;
	}

	.about-preciousness__col-1 p {
		padding: 0;
		margin-top: 26px;
		margin-bottom: 2px;
	}

	.about-preciousness__img-bottom {
		display: none;
	}

	.about-preciousness {
		margin-bottom: 60px;
	}

	.about-item-2 h3 {
		margin-bottom: 32px;
	}

	.about-item__video-2 {
		margin-top: 9px;
	}

	h3.custom-margin {
		text-align: center;
		margin-bottom: 20px;
	}

	h3.custom-margin br {
		display: block;
	}

	.about-reason {
		flex-direction: column;
	}

	.about-item-2 {
		margin-bottom: 47px;
	}

	.about-item__video.about-item__video-2 {
		margin-top: 32px;
	}

	.about-reason:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.about-reason-description__counter {
		display: none;
	}

	.about-reason-description_right {
		text-align: left;
		align-items: flex-start;
	}

	.about-reason-description__tagline {
		margin-top: 28px;
	}

	.about-reason-description {
		margin: 0;
	}

	.about-reason {
		margin-bottom: 26px;
	}

	.about-reason-description_right .about-reason-description__tagline::before {
		display: none;
	}

	.about-reason-description_right .about-reason-description__tagline::after {
		content: '';
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		flex-grow: 1;
		bottom: 5px;
		position: relative;
	}

	.about-reason-description p {
		margin-bottom: 24px;
	}

	.why-price {
		margin-top: 38px;
		padding-top: 0;
	}

	.why-price h3 {
		text-align: center;
	}

	.why-price__shop .h3 {
		font-size: 22px;
		text-align: center;
	}

	.why-price-item-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.why-price-item {
		width: calc(50% - 20px);
	}

	.why-price-item:nth-child(2n)::after {
		display: none;
	}

	.why-price-item:nth-last-child(2)::after {
		display: block;
	}

	.why-price-item__description {
		font-size: 16px;
		font-weight: 500;
	}

	.why-price-item__img {
		height: 44px;
	}

	.why-price-item__description {
		margin-top: 16px;
	}

	.why-price-item__price {
		margin-top: 15px;
		font-size: 16px;
		padding: 13px 15px;
	}

	.why-price-item {
		margin-bottom: 46px;
	}

	.why-price-item:nth-child(1) {
		margin-left: 10px;
	}

	.why-price-item:nth-last-child(1) {
		margin-top: 30px;
		width: 53%;
		margin-bottom: 0;
	}

	.why-price-item__img_last {
		margin-bottom: 0;
	}

	.why-price-item:nth-last-child(1) .why-price-item__price {
		font-size: 18px;
		font-weight: 600;
		padding: 16px 9px;
	}

	.why-price__shop:nth-last-child(1) {
		margin-bottom: 42px;
	}

	.why-price__shop .why-price-item:nth-last-child(2)::after {
		right: calc(100% - 12px);
		top: 200px;
	}

	.why-price-item::after {
		width: 36px;
		height: 36px;
		right: -30px;
	}
}
/* End */
/* /company/style.css?172768418114360 */
