.b-certificate-alt--cyan {
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/bg-certificate-cyan.png) no-repeat center center;
	background-size: cover;
}

.b-certificate-alt--blue {
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/bg-certificate-blue.jpg) no-repeat center center;
	background-size: cover;
}

.b-certificate-alt--dark {
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/bg-certificate-dark.jpg) no-repeat center center;
	background-size: cover;
}

.b-certificate-alt--gr-light {
	background: -webkit-linear-gradient(114.12deg, #e8f5ff -26.71%, #f3faff 21.31%, #f7fcff 96.64%);
	background: -o-linear-gradient(114.12deg, #e8f5ff -26.71%, #f3faff 21.31%, #f7fcff 96.64%);
	background: linear-gradient(335.88deg, #e8f5ff -26.71%, #f3faff 21.31%, #f7fcff 96.64%);
}

.b-certificate-alt--gr-light .b-certificate-alt__desc {
	color: #333;
}

.b-certificate-alt__container {
	max-width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 48px 15px;
}

.b-certificate-alt__title {
	margin-bottom: 16px !important;
}

.b-certificate-alt__desc {
	font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 40px;
}

.b-certificate-alt__box,
.b-certificate-alt__box-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.b-certificate-alt__box {
	position: relative;
	width: 100%;
	margin: 0 0 32px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.b-certificate-alt__box-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-basis: 158px;
}

.b-certificate-alt__box-item.b-certificate-alt__box-item_flex-basis {
	flex-basis: 108px;
}

.b-certificate-alt__ico {
	margin-bottom: 32px;
}

.b-certificate-alt__line {
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 0 32px;
}

.b-certificate-alt__textual {
	font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	font-size: 18px;
	margin: 0;
	width: 100%;
	text-align: center;
}

.b-certificate-alt__textual span {
	display: inline-block;
	margin-bottom: 8px;
}

.b-certificate-alt__textual span:last-child {
	margin-bottom: 0;
}

.b-certificate-alt__textual span:nth-child(odd) {
	padding: 2px 20px;
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/new-stroke-yellow-l.svg) no-repeat center/contain;
}

.b-certificate-alt__textual span:nth-child(even) {
	padding: 2px 30px;
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/new-stroke-yellow-m.svg) no-repeat center/cover;
}

.b-certificate-alt .b-smb-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}

.b-certificate-alt .b-smb-block--gap {
	gap: 16px 2px;
}

.b-certificate-alt .b-smb-block .b-new-link {
	white-space: nowrap;
}

.b-certificate-alt .b-smb-block__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 216px;
	height: 64px;
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate/default/c-google-large.svg) no-repeat center;
	background-size: contain;
	margin: 0 31px 0 0;
}

.b-certificate-alt .b-smb-block__link-icon {
	flex-shrink: 0;
	margin-right: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.b-certificate-alt .b-smb-block__link-icon--smb {
	background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate/default/c-google-large.svg);
	width: 216px;
	height: 64px;
}

.b-certificate-alt .b-smb-block__link-icon--meta {
	background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate/default/c-meta.svg);
	height: 72px;
	width: 128px;
}

.b-certificate-alt .b-smb-block__textual {
	font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	line-height: 25px;
}

.b-certificate-alt .b-medal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-certificate-alt .b-medal__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 216px;
	height: 64px;
	background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/medals.png) no-repeat center;
	background-size: contain;
	margin: 0 31px 0 0;
}

.b-certificate-alt .b-medal__textual {
	font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	color: #fff;
	line-height: 25px;
}

.b-ico-certificate {
	display: inline-block;
	width: 100%;
	max-width: 170px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.b-ico-certificate-premium {
	position: relative;
	background-size: cover;
}

.b-ico-certificate-premium::after {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-18px);
	content: '';
	display: block;
	width: 100%;
	height: 14px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: #E2291C;
	background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate/default/premium.svg);
}

.b-ico-certificate--yandex {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/yandex.svg);*/
	height: 104px;
}

.b-ico-certificate--bing {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/bing.svg);*/
}

.b-ico-certificate--google {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/c-partner-new.svg);*/
	height: 104px;
}

.b-ico-certificate--double {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/double.svg);*/
}

.b-ico-certificate--vkr {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/vkr.svg);*/
}

.b-ico-certificate--vk {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/vk.svg);*/
}

.b-ico-certificate--tiktok {
	/*background-image: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/c-tiktok.svg);*/
}

.b-ico-certificate--no-link {
	margin: 0;
}

@media only screen and (max-width: 1199px) {
	.b-certificate-alt__container {
		padding: 48px 24px;
	}

	.b-certificate-alt__desc {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 32px;
	}

	.b-certificate-alt__ico {
		margin-bottom: 24px;
	}

	.b-certificate-alt__textual {
		line-height: 20px;
	}

	.b-certificate-alt .b-smb-block__icon {
		margin: 0 24px 0 0;
		width: 216px;
		height: 64px;
	}

	.b-certificate-alt .b-smb-block__textual {
		font-size: 16px;
		line-height: 20px;
	}

	.b-certificate-alt .b-medal__icon {
		margin: 0 24px 0 0;
		width: 216px;
		height: 64px;
	}

	.b-certificate-alt .b-medal__textual {
		font-size: 16px;
		line-height: 20px;
	}

	.b-ico-certificate--no-link {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1023px) {
	.b-certificate-alt__container {
		padding: 40px 24px;
	}

	.b-certificate-alt .b-medal__textual,
	.b-certificate-alt .b-smb-block__textual,
	.b-certificate-alt__desc {
		font-size: 15px;
		line-height: 19px;
	}

	.b-certificate-alt__box {
		margin: 0 0 24px;
	}

	.b-certificate-alt__ico {
		margin-bottom: 16px;
	}

	.b-certificate-alt__line {
		margin: 0 0 24px;
	}

	.b-certificate-alt__textual {
		font-size: 16px;
	}

	.b-ico-certificate--no-link {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.b-certificate-alt__container {
		padding: 32px 16px;
	}

	.b-certificate-alt__title {
		text-align: center;
		margin-bottom: 12px;
	}

	.b-certificate-alt__desc {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 24px;
	}

	.b-certificate-alt__box {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.b-certificate-alt__box-item {
		margin-bottom: 16px;
	}

	.b-certificate-alt__link {
		display: none;
	}

	.b-certificate-alt__textual.g-mobile-show {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.b-certificate-alt__textual {
		font-size: 15px;
		line-height: 19px;
	}

	.b-certificate-alt__textual span {
		margin-bottom: 0;
		min-width: 250px;
	}

	.b-certificate-alt__textual span:nth-child(odd) {
		padding: 2px 10px;
		background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/new-stroke-yellow-s.svg) no-repeat center;
		background-size: 100%;
	}

	.b-certificate-alt__textual span:nth-child(even) {
		padding: 2px 15px;
		background: url(/local/templates/webcom_2018/images/content-blocks/certificate-alt/default/new-stroke-yellow-s-rotate.svg) no-repeat center;
		background-size: 100%;
	}

	.b-certificate-alt .b-smb-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.b-certificate-alt .b-smb-block .b-new-link {
		white-space: pre-wrap;
	}

	.b-certificate-alt .b-smb-block__icon {
		margin: 0 0 16px;
	}

	.b-certificate-alt .b-smb-block__textual {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}

	.b-certificate-alt .b-medal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.b-certificate-alt .b-medal__icon {
		margin: 0 0 16px;
	}

	.b-certificate-alt .b-medal__textual {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}

	.b-ico-certificate {
		width: 136px;
		height: 42px;
	}

	.b-ico-certificate--meta {
		height: 56px;
	}
}
