/*главная*/

.simple-block__picture {
	height: 43.5vw;
}

.picture_home::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	top: 0;
	left: 0;
	z-index: 0;
}

/*------*/

.link_runet_btn .title_reiting {
	transition: all .3s ease-out;
}

.link_runet_btn:hover .title_reiting {
	color: #EB3323;
}

.button--text-wrap .button__inner {
	min-width: 270px;
	width: fit-content;
	padding: 9px 20px;
	font-family: 'Futura Demi', 'Arial', 'Helvetica', sans-serif;
}

.detail-card--secondary .button__inner {
	min-width: auto;
}

.reward-item__img,
.reward-item__text {
	opacity: 1;
	filter: none;
}

/*--новости на стр. карьера--*/

.career_news_box .simple-block__list .company-news-item {
	max-width: inherit;
	width: calc(33% - 25px);
	margin-right: 25px;
}

.career_news_box .simple-block__list .company-news-item:last-child {
	margin-right: 0;
}

/*---/marketpaleces/----*/

.logo-list_redesign li:not(:last-child) {
	margin-right: 25px;
}

.logo-list_redesign li:nth-child(2) {
	padding-left: 0;
}

.desktop_link {
	display: inline-block;
	margin-right: 0 !important;
}

.mobail_link {
	display: none;
	margin-right: 0;
}

.m-bottom-0 {
	margin-bottom: 0;
}


.d-flex {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: space-between;
}

.discont_box {
	display: flex;
	flex-flow: row;
	align-items: center;
	font-family: 'Futura Bold', Arial, Helvetica, sans-serif;
}

.discont_box .discont_percent {
	font-weight: 700;
	font-size: 64px;
	line-height: 105%;
	display: flex;
	align-items: center;
	color: #0070BA;
	margin: 0 15px 0 0;
}

.discont_box .discont_info {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #0070BA;
	display: block;
	max-width: 120px;
}

.sale_blue_box2 {
	margin: -40px 0 125px;
}

.sale_blue_box2 .info-step__left {
	flex-flow: column;
	align-items: flex-start;
}

.sale_blue_box2 .result__count {
	font-size: 96px;
}

.sale_blue_box2 .info-step__title,
.sale_blue_box2 .audit_leaders_sub_title {
	font-size: 40px;
	margin: 0 0 45px;
}


.sale_blue_box2 ul.list_logo-market {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 475px;
	width: 100%;
}

.sale_blue_box2 ul.list_logo-market li img {
	opacity: 0.5;
	transition: all .3s ease-out;
}

.sale_blue_box2 ul.list_logo-market li:hover img {
	opacity: 1;
}

.sale_blue_box2 .info-step__right {
	padding: 70px 0 70px 80px;
}

.back_non_marg_top {
	background: transparent;
	padding: 0 0 20px;
	margin-top: -30px;
}


/*-- slider_sotrudnikov2 --*/

.slider_sotrudnikov2 .primary-slider__text {
	max-width: 435px;
}

.slider_sotrudnikov2 .box_employee {
	width: 100%;
	max-width: 100%;
	height: 140px;
	position: relative;
	z-index: 10;
}

.slider_sotrudnikov2 .box_employee .primary-slider-comment {
	position: absolute;
	bottom: 0;
	right: 350px;
	width: 440px;
	height: 503px;
}

.slider_sotrudnikov2 .box_employee .primary-slider-comment__image {
	height: 503px;
}

.slider_sotrudnikov2 .box_employee .primary-slider-comment img {
	height: 100%;
	object-fit: cover;
}

.slider_sotrudnikov2 .box_employee .primary-slider__container {
	padding: 85px 80px 0;
}

.slider_sotrudnikov2 .slider_sotrudnikov_sub_title {
	max-width: 450px;
}

.slider_sotrudnikov2 .slider_descriptions .primary-slider__arrows {
	margin-top: 55px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.slider_sotrudnikov2 .slider_descriptions .primary-slider__arrow,
.slider_sotrudnikov2 .slider_descriptions .primary-slider__arrow {
	font-size: 42px;
}

.slider_sotrudnikov2 .slider_descriptions .primary-slider__arrow + .primary-slider__arrow {
	margin-left: 0;
}

.slider_sotrudnikov2 .slider_descriptions .swiper-slide {
	max-width: 260px;
	margin-right: 25px;
}

.back_non {
	background: #fff;
}


.blue-back {
	background: #0070BA;
	padding: 65px 0;
}

.blue-back .common-section__title {
	color: #fff;
}

.blue-back .button__inner {
	min-width: 310px;
}



/*
.logo-list li {
    margin-bottom: 33px;
}

.logo-list--max-cols-3 li {
    max-width: calc(100% / 3 - 57px);
}
*/


/*--страница спасибо--*/

.budget_input_box {
	display: flex;
	flex-flow: column;
}

.budget_input_box .range-slider__title {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.budget_input_box .thank-you-form__input {
	width: 100%;
	margin: 0 0 15px;
}

/*страницы Клиенты и кейсы*/

main.wp-cases-page .case-hero__footer .u-mb-ss {
	font-family: 'Futura Bold', Arial, Helvetica, sans-serif;
}

main.wp-cases-page .case-hero__footer .u-title-md {
	font-family: inherit;
}


/* footer */

.footer__info {
	padding-left: 75px;
}

.footer__info .socials__item:not(:last-child) {
	margin-right: 20px;
}

.socials__item--telegram {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts-page__socials .socials__item:not(:last-child){
	margin-right: 30px;
}


/*--нативная реклама--*/

.native_advertising_works,
.details--what_to_write {
	margin-top: 0;
	margin-bottom: 135px;
}

.details--what_to_write .details__item {
	margin-top: 0;
	margin-right: 29px;
}

.details--what_to_write .details__item .detail-card {
	width: 278px;
}

.details--what_to_write .detail-card__inner {
	padding: 0 30px 30px 20px;
	min-height: 300px;
}

.details--what_to_write .detail-card__icon {
	margin-bottom: 0;
	min-height: 135px;
}

/*native_advertising__inner*/

.native_advertising__inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.native_advertising_works .sidebar-info__link {
	min-width: 215px;
	max-width: fit-content;
	color: #0070BA;
	font-size: 16px;
	font-family: 'Futura Demi', Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0 0 35px;
}

.native_advertising_works .sidebar-info__link-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	padding: 1px 1px 8px 8px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transform: translate(-5px, 5px);
	transform: translate(-5px, 5px);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.native_advertising_works .sidebar-info__link-wrapper:before {
	content: '';
	position: absolute;
	left: -3px;
	top: 7px;
	z-index: -2;
	width: 11px;
	height: 100%;
	-webkit-transform: skewY(-45deg);
	transform: skewY(-45deg);
	background-color: #0967a6;
}

.native_advertising_works .sidebar-info__link-inner {
	padding: 17px 15px 17px 5px;
	background-color: #0070BA;
}

.native_advertising_works .sidebar-info__link-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: -12px;
	background-color: transparent;
	width: 50px;
	height: 50%;
	-webkit-transform: rotate(65deg) translate(0, -50%);
	transform: rotate(65deg) translate(0, -50%);
	background-color: #fafafa;
}

.native_advertising_works .sidebar-info__link-inner:after {
	content: '';
	position: absolute;
	right: -36px;
	bottom: -20px;
	background-color: transparent;
	width: 50px;
	height: 50%;
	-webkit-transform: rotate(-65deg) translate(0, -50%);
	transform: rotate(-65deg) translate(0, -50%);
	background-color: #fafafa;
}

.native_advertising_works .sidebar-info__link-wrapper:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 19px;
	z-index: -1;
	width: calc(100% - 24px);
	height: 9px;
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	background-color: #005389;
}

.native_advertising_works .sidebar-info__link-text {
	font-family: 'Futura Demi', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	justify-content: center;

}

.native_advertising__inner .native_advertising__img {
	padding-right: 20px;
	margin-bottom: 15px;
	height: 280px;
}

.native_advertising__inner .native_advertising__img img {
	object-fit: contain;
	height: 100%;
}

.native_advertising__inner .native_advertising__text {
	text-align: center;
	padding-right: 20px;
}

/*native_advertising_results*/
.native_advertising_results .achievements__left,
.native_advertising_results .max_width_title {
	max-width: 580px !important;
}

.native_advertising_results .results__item {
	max-width: 365px;
}


/*slider_sotrudnikov_native-ads*/

.slider_sotrudnikov_native-ads {
	margin-bottom: 80px;
}

.slider_sotrudnikov_native-ads .primary-slider__content--pb-md {
	padding-bottom: 4.5vw;
	background: #0070BA;
}

.slider_sotrudnikov_native-ads .quote {
	width: 300px;
}

.slider_sotrudnikov_native-ads .quote__content {
	padding: 28px;
}

.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
	top: 64%;
	left: -33%;
}

.slider_sotrudnikov_native-ads .quote__subtitle--position {
	margin-top: -5px;
}

.slider_sotrudnikov_native-ads .quote__description--note {
	font-size: 15px;
	color: #000;
	padding-top: 10px;
}

/*section native-ads_info-step*/

.native-ads_info-step .native-ads_info-title {
	position: relative;
}

.native-ads_info-step .native-ads_info-title::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 0;
	width: 40px;
	background-color: #E5A038;
	height: 8px;
}

.native-ads_info-step .info-step__list-text {
	font-size: 24px;
}

.native-ads_info-step .info-step__list-icon {
	width: 52px;
	height: 52px;
}

.native-ads_info-step .button--primary {
	min-width: 320px;
}

.trusting_native-ads {
	margin-bottom: 110px;
}

/*marcetplaces*/

.logo_dubble {
	max-width: 210px;
}

.box_achievements__logo {
	display: flex;
	flex-flow: row;
}

.logo_num_2 {
	position: relative;
	top: 5px;
	height: 30px;
	margin-left: 20px;
}

.logo_num_2 img {
	object-fit: contain;
	object-position: center;
	height: 100%;
}


@media screen and (min-width: 320px) and (max-width: 1279px) {

	.desktop_link {
		display: none;
	}

	.mobail_link {
		display: flex;
		flex-flow: row;
		align-items: center;
		max-width: 310px;
		background: #F7EED9;
		border-radius: 10px;
		padding: 11px 10px 11px 20px;
		position: relative;
	}

	.mobail_link::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #EB3323;
		border-radius: 10px 0px 0px 10px;
	}

	.mobail_link .title_reiting {
		font-size: 17px;
		display: block;
		width: 90px;
		font-family: 'Futura Bold', Arial, Helvetica, sans-serif;
		font-weight: 400;
	}

	.mobail_link .text_reiting {
		display: block;
		width: calc(100% - 55px);
		font-weight: 400;
		font-size: 16px;
		line-height: 18px;
		color: #000000;
		opacity: 0.6;

	}

	.page-section__inner .button__inner {
		min-height: 48px;
		font-size: 16px;
	}

	.d-flex {
		flex-flow: row wrap;
		justify-content: center;
		margin-bottom: 50px;
	}

	.d-flex .button {
		width: 100%;
		margin: 0 0 25px;
	}

	.sale_blue_box2 {
		margin: 0 0 25px;
	}

	.sale_blue_box2 .info-step__title,
	.sale_blue_box2 .audit_leaders_sub_title {
		font-size: 25px;
		margin: 0 0 30px;
	}

	.sale_blue_box2 ul.list_logo-market {
		flex-flow: column;
		align-items: flex-start;
	}

	.sale_blue_box2 ul.list_logo-market li:first-child {
		margin-bottom: 5px;
	}

	.sale_blue_box2 ul.list_logo-market li {
		margin-bottom: 10px;
	}

	.sale_blue_box2 .info-step__right {
		padding: 55px 60px 55px 55px;
	}


	.back_non_marg_top {
		padding: 10px 0 20px;
		margin-top: 10px;
	}

	.back_non_marg_top .button {
		width: 85%;
	}

	.back_non_marg_top .button .button__inner {
		width: 100%;
	}

	.blue-back {
		padding: 30px 0;
		margin: 0 0 40px;
	}

	.blue-back .button {
		width: 85%;
	}

	.blue-back .button .button__inner {
		width: 100%;
		/*    font-size: 16px;*/
	}

	/*------------*/

	.slider_sotrudnikov2 {
		margin-bottom: 45px;
	}

	.slider_sotrudnikov2 .employee_container {
		position: absolute;
		bottom: calc(50% - 55px);
		left: 0;
		right: 0;
		width: 80%;
		height: 320px;
	}

	.slider_sotrudnikov2 .primary-slider__content {
		padding-bottom: 280px;
	}

	.slider_sotrudnikov2 .box_employee .primary-slider-comment {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 320px;
		margin: 0;
	}

	.slider_sotrudnikov2 .box_employee .primary-slider-comment .primary-slider-comment__image {
		height: 320px;
	}

	.slider_sotrudnikov2 .box_employee .primary-slider-comment img {
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%;
	}

	.slider_sotrudnikov2 .quote__inner {
		width: 120%;
		left: -20px;
	}

	.slider_sotrudnikov2 .slider_descriptions {
		padding-top: 210px;
	}

}

@media screen and (min-width: 320px) and (max-width: 767px) {

	.mobail-title_blogs {
		font-size: 35px;
	}

	.achievements .u-paragraph-regular {
		width: 300px;
		margin: 0 auto 35px;
	}

	.list-table {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}


	.list-table table {
		min-width: 310px;
		width: 100%;
	}


	.tabs_mobail .mobail_link {
		display: flex;
		max-width: fit-content;
		background: transparent;
		border-radius: inherit;
		padding: inherit;
		position: relative;
	}

	.tabs_mobail .mobail_link::before {
		display: none;
	}


	.desc_mar_300 .page-section__button {
		width: fit-content;
		margin: 0 auto 4em;

	}


	/*--- smmm ---- */

	.mobail_details_section .smm__details ul {
		flex-flow: column;
		align-items: center;
	}


	.mobail_details_section .smm__details ul li {
		margin: 0 0 30px;
	}

	.mobail_details_section .smm__details ul li:last-child {
		margin-bottom: 5px;
	}

	.mobail_details_section .smm_mobalil_link {
		display: flex;
		flex-flow: column;
		width: 212px;
		background: #F3F3F3;
		border-radius: 10px;
		padding: 4px 10px 6px 30px;
		position: relative;
	}

	.mobail_details_section .smm_mobalil_link::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #EB3323;
		border-radius: 10px 0px 0px 10px;
	}

	.mobail_details_section .smm_mobalil_link .title_reiting {
		font-size: 17px;
		display: block;
		font-family: 'Futura New', Arial, Helvetica, sans-serif;
		font-weight: 600;
		padding-bottom: 3px;
	}

	.mobail_details_section .smm_mobalil_link .text_reiting {
		display: block;
		font-weight: 400;
		font-size: 12px;
		line-height: 21px;
		color: #000000;
		opacity: 0.95;
	}

	.mobail_details_section .smm__link .subtitle_reiting {
		font-size: 11px;
		opacity: 0.75;
		line-height: 11px;
	}


	.smm_tabs.reputation_management {
		margin-bottom: 30px;
	}

	.smm_tabs .tabs_mobail .sidebar-info__list,
	.smm_tabs .tabs_mobail .sidebar-info__content {
		width: 100%;
	}

	.smm_tabs .tabs_mobail .sidebar-info_box .sidebar-info_img,
	.smm_tabs .tabs_mobail .sidebar-info_box .sidebar-info_list {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.smm_tabs .tabs_mobail .sidebar-info_box .sidebar-info_img {
		height: 335px;
	}

	.smm_tabs .tabs_mobail .sidebar-info_box .sidebar-info_list {
		padding: 25px;
	}

	.smm_tabs .tabs_mobail .sidebar-info_box .sidebar-info_list br {
		display: none;
	}

	.smm_tabs .tabs_mobail .button--text-wrap .button__inner {
		width: 240px;
		line-height: 23px;
	}

	.stepovskaya_slider {
		margin-bottom: 75px;
	}

	.stepovskaya_slider .section-title {
		max-width: 300px;
	}

	.stepovskaya_slider .section-title br,
	.stepovskaya_slider .primary-slider__text br,
	.m-bottom_title-12 .u-paragraph-small br {
		display: none;
	}

	.m-bottom_title-12 .u-paragraph-small {
		font-size: 14px;
	}

	.tariffs .section-title {
		margin-bottom: 20px;
	}

	.tariffs .tariff_box .detail-card {
		width: 263px;
	}

	.tariffs .tariff_box .title_28 {
		margin-bottom: 20px;
	}

	.tariffs .tariff_box .detail-card__subtitle {
		font-size: 13px;
	}

	.tariffs .tariff_box .detail-card__price {
		font-size: 22px;
	}

	.tariffs .tariff_box .detail-card--secondary .button {
		width: 210px;
	}

	.tariffs .tariff_box .button--text-wrap .button__inner {
		min-width: 200px;
	}

	/*marcetplaces*/


	.review-comment__quote_hidden .quote {
		margin: 0 0 0 5vw;
		width: 45%;
	}

	.review-comment__quote2 {
		left: 55%;
		right: auto;
	}

	.review-comment__quote2 .quote {
		margin: 0 5vw 0 0;
		width: 45%;
	}

	.review-comment__quote2 .quote__content_img {
		height: 105px;
		margin: 0 0 15px;
	}

	.review-comment__quote2 .quote__title {
		margin-bottom: 15px;
	}

	.review-comment__quote2 .quote__content_img img {
		object-fit: contain;
		height: 100%;
	}


	.review-comment__quote_hidden .quote__content,
	.review-comment__quote2 .quote__content {
		padding: 15px;
	}




	.review-comment__quote2 .quote__inner:before {
		display: none;
	}

	.review-comment__quote2 .quote__triangle {
		display: none;
	}







}

@media screen and (min-width: 767px) and (max-width: 1279px) {

	.d-flex {
		justify-content: flex-start;
		margin-bottom: 0;
	}

	.d-flex .button {
		width: 45%;
		margin: 0 25px 0 0;
	}

	.sale_blue_box2 {
		margin: 40px 0 65px;
	}

	.sale_blue_box2 .info-step__right {
		padding: 55px 20px 115px 45px;
	}

	.back_non_marg_top .button {
		width: 395px;
	}

	.back_non_marg_top {
		margin-bottom: 25px;
	}



	.blue-back {
		padding: 45px 0;
		margin: 0 0 15px;
	}


	/*--- smmm ---- */

	.mobail_details_section .smm__details ul {
		flex-flow: row;
		align-items: flex-start;
		justify-content: center;
	}


	.mobail_details_section .smm__details ul li {
		margin: 0 30px 0 0;
	}

	.mobail_details_section .smm_mobalil_link {
		display: flex;
		flex-flow: column;
		width: 212px;
		background: #F3F3F3;
		border-radius: 10px;
		padding: 4px 10px 6px 30px;
		position: relative;
	}

	.mobail_details_section .smm_mobalil_link::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #EB3323;
		border-radius: 10px 0px 0px 10px;
	}

	.mobail_details_section .smm_mobalil_link .title_reiting {
		font-size: 17px;
		display: block;
		font-family: 'Futura New', Arial, Helvetica, sans-serif;
		font-weight: 600;
		padding-bottom: 3px;
	}

	.mobail_details_section .smm_mobalil_link .text_reiting {
		display: block;
		font-weight: 400;
		font-size: 12px;
		line-height: 21px;
		color: #000000;
		opacity: 0.95;
	}

	.mobail_details_section .smm__link .subtitle_reiting {
		font-size: 11px;
		opacity: 0.75;
		line-height: 11px;
	}



	.smm_tabs.reputation_management .sidebar-info__list,
	.smm_tabs.reputation_management .sidebar-info__content {
		width: 100%;
	}

	.smm_tabs.reputation_management .sidebar-info_box .sidebar-info_img,
	.smm_tabs.reputation_management .sidebar-info_box .sidebar-info_list {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.smm_tabs.reputation_management .sidebar-info_box .sidebar-info_img {
		height: 335px;
	}

	.smm_tabs.reputation_management .sidebar-info_box .sidebar-info_list {
		padding: 25px;
	}

	.smm_tabs.reputation_management .sidebar-info_box .sidebar-info_list br {
		display: none;
	}

	.smm_tabs.reputation_management .button--text-wrap .button__inner {
		width: 240px;
		line-height: 23px;
	}

	.sections_slider_smm.achievements .section-title {
		width: 400px;
	}

	.useful-block__link {
		font-size: 17px;
	}

	.stepovskaya_slider {
		margin-bottom: 75px;
	}

	.stepovskaya_slider .section-title {
		max-width: 505px;
	}


	.m-bottom_title-12 .u-paragraph-small {
		font-size: 14px;
	}

	.tariffs .section-title {
		margin-bottom: 20px;
	}

	.tariffs .tariff_box .detail-card {
		width: 360px;
	}

	.tariffs .tariff_box .title_28 {
		margin-bottom: 25px;
	}

	.tariffs .tariff_box .detail-card__subtitle {
		font-size: 17px;
	}

	.tariffs .tariff_box .detail-card__price {
		font-size: 28px;
	}

	.tariffs .tariff_box .detail-card--secondary .button {
		width: 250px;
	}

	.tariffs .tariff_box .button--text-wrap .button__inner {
		min-width: 200px;
	}


}

@media only screen and (max-width: 599px) {
	.tariffs .button--text-wrap .button__inner {
		min-width: 115px !important;
	}
}

@media screen and (min-width: 650px) and (max-width: 767px) {
	.slider_sotrudnikov2 .employee_container {
		bottom: calc(50% - 114px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.marketplaces_p_s .review-comment__quote {
		bottom: -80px;
	}
}

@media screen and (min-width: 768px) and (max-width: 819px) {
	.slider_sotrudnikov2 .employee_container {
		top: calc(54% - 376px);
	}

	.slider_sotrudnikov2 .box_employee {
		position: relative;
		bottom: -28%;
		left: inherit;
		right: 100%;
		width: 70%;
		height: 400px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
	.slider_sotrudnikov2 .employee_container {
		top: calc(54% - 397px);
	}

	.slider_sotrudnikov2 .box_employee {
		position: relative;
		bottom: -34%;
		left: inherit;
		right: 100%;
		width: 70%;
		height: 400px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.d-flex .button {
		width: fit-content;
		margin: 0 11px 25px 0;
	}

	.back_non_marg_top {
		margin-bottom: 45px;
		margin-top: -45px;
	}

	.slider_sotrudnikov2 {
		margin-bottom: 125px;
	}

	.slider_sotrudnikov2 .primary-slider__inner {
		margin-bottom: 80px;
	}

	.slider_sotrudnikov2 .employee_container {
		position: absolute;
		top: auto;
		bottom: -2px;
		left: auto;
		right: 350px;
		width: 500px;
		height: 400px;
	}

	.slider_sotrudnikov2 .box_employee .primary-slider-comment {
		position: relative;
		bottom: 32px;
		left: auto;
		right: auto;
		width: auto;
		height: 400px;
		margin: 0;
	}

	.slider_sotrudnikov2 .primary-slider-comment__quote {
		right: 0;
		left: -15px;
		top: 80%;
	}

	.blue-back .button {
		width: fit-content;
	}

	/* smm */

	.stepovskaya_slider.primary-slider .swiper-wrapper {
		width: 1320px !important;
	}


}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

	.slider_sotrudnikov2 .box_employee .primary-slider-comment {
		position: absolute;
		bottom: 0;
		right: 350px;
		width: 440px;
		height: 475px;
	}

	.slider_sotrudnikov2 .box_employee .primary-slider-comment__image {
		right: 350px;
		width: 440px;
		height: 475px;
	}

	.slider_sotrudnikov2 .swiper-container .u-title-md {
		max-width: 84%;
	}

	.stepovskaya_slider .primary-slider__text br {
		display: none;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
		top: 70%;
		left: -40%;
	}

	/* native_ad */

	.native_advertising_results .achievements__body {
		padding-top: 45px;
	}

	.native_advertising_results .results__inner {
		margin-bottom: 35px !important;
	}

	.native_advertising_results .achievements__center {
		position: absolute;
		top: -45px;
		height: calc(100% + 77px);
	}

	.native_advertising_results .achievements__heading {
		margin-bottom: 40px;
	}

	.native_advertising_results .results__title {
		margin-bottom: 35px;
	}


}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
	.slider_sotrudnikov2 .slider_descriptions .primary-slider__arrows {
		margin-top: 55px;
		margin-left: 115px;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
		top: 70%;
		left: -40%;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1550px) {

	.history-slider__inner .u-title-large {
		font-size: 35px;
	}

	.history-slider__head {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.history-slider__container {
		position: relative;
		padding-bottom: 35px;
	}

	.history-slide__year {
		font-size: 65px !important;
	}


	.history-slide__head.u-mb-sm {
		margin-bottom: 10px;
	}


	.native_advertising_results .achievements__body {
		padding-top: 30px;
		margin-top: 25px;
	}



	.native_advertising_results .review-comment__image {
		height: 360px;
	}

	.native_advertising_results .review-comment__image img {
		object-fit: cover;
		height: 100%;
	}

	.native_advertising_results .native_advertising_results .results__title {
		margin-bottom: 10px;
	}

	.native_advertising_results .results__item--font-sm .result__count {
		min-height: 65px;
	}

	.native_advertising_results .max_width_title {
		font-size: 35px;
	}

	.img_desctop {
		height: 450px;
	}


	.img_desctop_case {
		width: fit-content;
		display: block;
		margin: 0 auto;
		height: 500px;
	}

	/*для ноутбука*/

	.prod_img_mac {
		height: 460px;
	}

	.prod_img_mac img {
		object-fit: cover;
		object-position: center;
		height: 100%;
	}



	.marketplaces_p_s .prod_img_mac img {
		object-fit: contain;
	}

}


@media screen and (min-width: 1551px) and (max-width: 3000px) {

	.prod_img_mac {
		height: 475px;
	}

	.prod_img_mac img {
		object-fit: contain;
		height: 100%;

	}





	.marketplaces_p_s .review-comment__quote .quote__content::-webkit-scrollbar {
		width: 7px;
		background-color: #f9f9fd;
	}

	.marketplaces_p_s .review-comment__quote .quote__content::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #dbdbdb;
	}

	.marketplaces_p_s .review-comment__quote .quote__content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background-color: #f9f9fd;
	}



}

@media screen and (min-width: 1360px) and (max-width: 1750px) {
	.image_mobail_lupa {
		height: 480px;
	}

	.image_mobail_lupa img {
		object-fit: contain;
		height: 100%;
	}


}

@media only screen and (max-width: 599px) {


	.button--text-wrap .button__inner {
		min-width: 225px;
		width: fit-content;
		padding: 5px 15px;
		font-family: 'Futura Demi', 'Arial', 'Helvetica', sans-serif;
	}

	/* native_ad */

	.page-hero__title-mob {
		font-size: 34px;
	}

	.page-section_native-ads .js-stagger-trigger {
		display: flex;
		flex-flow: column;
	}

	.page-section_native-ads .u-paragraph-regular {
		order: 2;
		margin-bottom: 30px;
	}

	.page-section_native-ads .logo-list {
		order: 1;
		margin: 0;
	}

	.page-section_native-ads .logo-list li {
		height: 30px;
		margin-bottom: 15px;
		width: calc(50% - 13px);
	}

	.page-section_native-ads .logo-list li img {
		object-fit: contain;
		object-position: center;
		height: 100%;
		margin: 0 auto;
		display: block;
	}

	.page-section_native-ads .page-section__button {
		order: 3
	}

	.page-section_native-ads .page-section__button .button,
	.page-section_native-ads .page-section__button .button__inner {
		width: 100%;
	}


	.details--what_to_write .u-paragraph-regular,
	.details--native-ads .detail-card__descr {
		font-size: 19px;
		line-height: 1.15;
	}

	.details--what_to_write .details__item .detail-card {
		width: 255px;
	}

	.details--what_to_write .detail-card__inner {
		padding: 0 25px 25px 15px;
		min-height: 200px;
	}

	.details--what_to_write {
		margin-bottom: 35px;
	}

	.details--what_to_write .detail-card {
		box-shadow: none;
	}

	.details--what_to_write .details__item {
		margin-right: 45px !important;
		margin-left: 15px !important;
	}

	.native_advertising_works .sidebar-info__link-inner::before,
	.native_advertising_works .sidebar-info__link-inner::after {
		background: #fff;
	}

	.native_advertising_results .achievements__body--pad-m {
		padding-top: 40px;
	}

	.native_advertising_results .results__item--font-sm .result__count {
		font-size: 40px;
	}

	.native_advertising_results .results__inner {
		margin-bottom: 35px !important;
	}

	.native_advertising_works {
		margin-bottom: 5px;
	}

	.native_advertising_works .trusting__button {
		display: none;
	}

	.slider_sotrudnikov_native-ads .section-title {
		max-width: 85%;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
		top: 100%;
		left: 50%;
	}

	.slider_sotrudnikov_native-ads .quote {
		width: 250px;
	}


	.slider_sotrudnikov_native-ads {
		margin-bottom: 135px;
	}

	.primary-slider__arrows {
		bottom: -140px;
	}

	.native-ads_info-step .info-step__left {
		padding: 60px 20px 35px;
	}


	.native-ads_info-step .info-step__list-icon {
		width: 38px;
		height: 38px;
	}

	.native-ads_info-step .info-step__list-text {
		font-size: 18px !important;
		padding-left: 15px;
	}

	.native-ads_info-step .button--primary {
		min-width: 100%;
	}

	.details_keys_son .details__item {
		width: 100%;
	}

	.details_keys_son .detail-card {
		box-shadow: none;
	}

	.mobail_list_result {
		flex-flow: column;
	}

	.mobail_list_result li.cases-result__li {
		margin: 0 0 35px;
		max-width: 100%;
	}


}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

	/*native-ads*/

	.page-section_native-ads .page-section__inner {
		padding-bottom: 0;
	}

	.page-section_native-ads .logo-list li {
		height: 30px;
		margin-bottom: 15px;
	}

	.page-section_native-ads .logo-list li img {
		object-fit: contain;
		object-position: center;
		height: 100%;
		margin: 0 auto;
		display: block;
	}

	.page-section_native-ads .u-mb-6 {
		margin-bottom: 70px;
	}

	.native_advertising_works,
	.details--what_to_write {
		margin-top: 0;
		margin-bottom: 80px;
	}


	.native_advertising_results .max_width_title {
		max-width: 410px !important;
	}

	.native_advertising_results .achievements__body {
		padding-top: 50px;
	}


	.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
		top: 75%;
		left: -20%;
	}

	.slider_sotrudnikov_native-ads .primary-slider__content--pb-md {
		padding-bottom: 7.5vw;
	}

	.native-ads_info-step .native-ads_info-title {
		font-size: 30px;
	}

	.native-ads_info-step .info-step__list-text {
		font-size: 19px;
	}

	.native-ads_info-step .button--primary {
		min-width: 100%;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1023px) {

	.review-comment__quote_hidden {
		bottom: -200px !important;
	}

	.review-comment__quote2 {
		display: none;
	}

}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {

	.review-comment__quote_hidden {
		top: 0;
	}

	.review-comment__quote2 {
		left: auto;
		right: -35%;
		top: 0;
	}

}

@media only screen and (max-width: 1023px) {

	.career_news_box .simple-block__list {
		margin-bottom: 30px;
	}

	.career_news_box .simple-block__list .company-news-item {
		width: 100%;
		margin: 0 0 15px;
	}

	.career_news_box .simple-block__list .company-news-item:last-child {
		margin-bottom: 0;
	}

	.text_socials-big {
		font-size: 17px;
		line-height: 1.2;
		color: #000;
		display: flex;
		align-items: end;
		text-align: left;
	}




}

@media only screen and (min-width: 1024px) {

	/*--страница спасибо--*/

	.thank-you .page-section__inner.section__width {
		max-width: 60%;
	}

	.thank-you .page-hero__image.hero__image-width {
		width: 40vw;
	}

	/*native-ads*/

	.page-hero__title-mob {
		font-size: 40px;
		line-height: 48px;
	}

	.page-section_native-ads .logo-list {
		margin-bottom: 30px;
	}

	.page-section_native-ads .logo-list--max-cols-3 li {
		max-width: calc(100% / 2 - 10px);
	}

	.details--what_to_write .detail-card {
		box-shadow: none;
	}


	/* slider_sotrudnikov_native-ads */

	.slider_sotrudnikov_native-ads .primary-slider__content--pr-lg {
		padding-right: 17vw;
	}

	.slider_sotrudnikov_native-ads .u-title-large {
		font-size: 35px;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__image {
		height: 500px;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__image img {
		height: 100%;
	}

	.slider_sotrudnikov_native-ads .swiper-scrollbar {
		display: none;
	}

	.slider_sotrudnikov_native-ads .primary-slider-comment__quote {
		left: -15%;
	}

	.slider_sotrudnikov_native-ads .quote {
		width: 280px;
	}

	.native-ads_info-step .native-ads_info-title {
		font-size: 35px !important;
	}





}

@media only screen and (min-width: 1024px) {
	/*партнеры*/

	.trusting_redesign .partner {
		max-width: 200px;
		max-height: 200px;
	}


	.trusting_redesign .partner:nth-child(2) {
		left: 33.5%;
		top: -2%;
	}

	.trusting_redesign .partner:nth-child(1) {
		left: 16%;
		top: 12%;
	}

	.trusting_redesign .partner:nth-child(4) {
		left: 28.9%;
		top: 30.4%;
	}

	.trusting_redesign .partner:nth-child(5) {
		left: 78.7%;
		top: 0%;
		max-width: 150px !important;
	}

	.trusting_redesign .partner:nth-child(6) {
		left: 72.5%;
		top: 66%;
	}



	.trusting_redesign .partner:nth-child(7) {
		right: -4.4%;
		top: 38.5%;
	}


	.trusting_redesign .partner:nth-child(8) {
		left: 17%;
		top: 65%;
	}

	.trusting_redesign .partner:nth-child(9) {
		left: 41.5%;
		top: 67% !important;
	}

	.trusting_redesign .partner:nth-child(10) {
		left: 57.9%;
	}

	.trusting_redesign .partner:nth-child(11) {
		left: 1.7%;
		top: 86% !important;
	}

	.trusting_redesign .partner:nth-child(13) {
		top: 88%;
		left: 30%;
	}

	.trusting_redesign .partner:nth-child(14) {
		top: 77%;
		right: -2%;
	}


	/*--видеореклама--*/

	.desc_list_ya li {
		width: 215px;
		height: 60px;
	}

	.desc_list_ya li img {
		object-fit: contain;
		height: 100%;
	}

	.desc_mar_300 {
		margin-bottom: 120px;
	}

}

.desc_list_ya {
	margin: 0 0 25px;
}

.mini__block {
	height: 60px;
	width: 10% !important;
	margin-right: 0 !important;
}

.mini__block img {
	object-fit: contain;
	height: 100%;
}

@media only screen and (min-width: 1280px) {

	/*главная*/

	.picture_home2 {
		position: relative;
		display: block;
		top: -25%;
	}


	.hero-box__content.link_hover {
		transition: text-shadow .3s ease-out;
	}

	.hero-box__content.link_hover:hover {
		text-shadow: 0 0 0.1px #000;
	}

	/*--нативная реклама--*/

	.page-hero__image-min {
		width: 48vw;
	}

	.logo-list--max-cols-3 .logo_img_box {
		max-width: inherit;
		min-width: 159px;
	}

	.logo-list--max-cols-3 .logo_img_box img {
		width: 100%;
	}

	.details--native-ads .details__list {
		justify-content: center;
	}

	.details--native-ads .details__item {
		margin-top: 0;
	}

	.details--native-ads .details__item:last-child {
		margin-right: 0;
	}

	.details--native-ads .detail-card__icon {
		margin-bottom: 0;
	}


	.details--what_to_write .details__item:nth-child(4n + 4) {
		margin-right: 0;
	}

	.img_desctop_case {
		width: fit-content;
		display: block;
		margin: 15px auto 5px;
		height: 500px;
	}


	/*----*/

	.section.min_height {
		min-height: 555px;
	}

	.min_height_top_box {
		min-height: 885px;
	}

	.min_height_top_box2 {
		min-height: 625px;
	}

	.min_height_top_box3 {
		min-height: 785px;
	}

	.st_margin-top.details--primary .details__item:nth-child(3) {
		margin-top: 130px;
	}

	.st_margin-top.details--primary .details__item:nth-child(4) {
		margin-top: -240px;
	}

	.st_margin-top.details--primary .details__item:nth-child(5) {
		margin-top: -150px;
	}


	/*****/
	.desktop_link {
		display: flex;
		flex-flow: column;
		max-width: 210px;
		background: #F3F3F3;
		border-radius: 10px;
		padding: 5px 10px 5px 25px;
		position: relative;
	}

	.desktop_link::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 100%;
		background: #EB3323;
		border-radius: 10px 0px 0px 10px;
	}

	.desktop_link .title_reiting {
		font-size: 20px;
		display: block;
		font-family: 'Futura New', Arial, Helvetica, sans-serif;
		font-weight: 600;
		padding-bottom: 3px;
	}

	.desktop_link .text_reiting {
		display: block;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
		opacity: 0.65;

	}

	/*-------smm---------*/


	.details-mg-top {
		margin-top: -365px;
	}

	.details-mg-top .details__item {
		margin-top: 0;
		margin-right: 55px !important;
		margin-bottom: 45px;
	}

	.details-mg-top .detail-card__inner {
		min-height: 345px;
	}

	.smm_tabs .sidebar-info_box .sidebar-info_img {
		height: 312px !important;
	}

	.tariffs .detail-card--secondary .button__inner {
		min-width: 270px;
	}


	/*social-network-ad/*/

	.info__wrapper_redesign .sidebar-info__list {
		width: 35%;
	}

	.info__wrapper_redesign .swiper-container {
		margin: auto;
	}

	/*--*/

	.text_socials-big {
		font-size: 23px;
		line-height: 1.2;
		color: #000;
		display: flex;
		align-items: end;
		text-align: left;
	}

	.text-box_left {
		top: 68%;
		left: -35%;
	}


	/*marcetplaces*/

	.review-comment__quote2 {
		left: auto;
		right: -85%;
	}

	.review-comment__quote2 .quote__content_img {
		height: 105px;
		margin: 0 0 15px;
	}

	.review-comment__quote2 .quote__content_img img {
		object-fit: contain;
		height: 100%;
	}

	.review-comment__quote2 .quote__inner:before {
		right: auto;
		left: -38px;
	}

	.review-comment__quote2 .quote__triangle {
		left: -13px;
		width: 45px;
		height: 50px;
		top: -5px;
		right: auto;
	}



}

/*-------smm---------*/

.smm__details {
	margin-bottom: 25px;
}

.smm__details ul {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
	justify-content: center;
}

.smm__details li:nth-child(2) img {
	width: 212px;
}

.smm__link .title_reiting {
	font-size: 18px;
	padding-bottom: 0;
}

.smm__link .text_reiting {
	font-size: 12px;
	line-height: 21px;
	opacity: 0.95;
}

.smm__link .subtitle_reiting {
	font-size: 10px;
	line-height: 11px;
	opacity: 0.7;
}

/* smm_tabs */

.smm_tabs {
	margin-bottom: 120px;
}

.smm_tabs .sidebar-info__content {
	background: transparent;
}

.smm_tabs .sidebar-info__list {
	width: 48%;
}

.smm_tabs .sidebar-info__content {
	width: 52%;
}

.smm_tabs .sidebar-info__link.is-active .sidebar-info__link-inner:after,
.smm_tabs .sidebar-info__link.is-active .sidebar-info__link-inner:before {
	background-color: #fafafa;
}

.smm_tabs .sidebar-info_box .sidebar-info_img,
.smm_tabs .sidebar-info_box .sidebar-info_list {
	margin: 0;
	width: 50%;
	height: auto;
}

.smm_tabs .sidebar-info_box .sidebar-info_list {
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	padding: 10px 30px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
}

.smm_tabs .sidebar-info_box .sidebar-info_img img {
	object-fit: contain;
	min-height: 100%;
}


.smm_tabs .button--text-wrap .button__inner {
	min-width: 230px;
	font-size: 15px;
	line-height: 17px;
}


/*sections_slider_smm*/

.sections_slider_smm .section-title {
	width: 545px;
}

.sections_slider_smm .achievements__heading {
	margin-bottom: 40px;
}

.sections_slider_smm .args-text-wrap ul {
	padding: 0 0 0 30px;
	list-style: disc;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}

.sections_slider_smm .results__note a {
	color: #fff;
	font-weight: 500;
	font-family: 'Futura Bold', Arial, Helvetica, sans-seri;
}

.sections_slider_smm .result__count span {
	margin-left: 7px;
}

.m-bottom_title-12 .u-title-md {
	margin-bottom: 12px;
}

.m-bottom_title-12 .u-paragraph-small {
	max-width: 290px;
}

.tariff_box .title_28 {
	font-size: 28px;
	margin-bottom: 20px;
}

.tariff_box:nth-child(3) .detail-card__list li:nth-child(2),
.tariff_box:nth-child(1) .detail-card__list li:last-child {
	font-weight: 700;
	font-size: 18px;
	line-height: inherit;
	font-family: 'Futura', 'Arial', 'Helvetica', sans-serif;
}

.tariff_box .detail-card__subtitle {
	font-weight: 700;
	font-size: 17px;
	font-family: 'Futura', 'Arial', 'Helvetica', sans-serif;
	margin-bottom: 20px;
}

.tariff_box .detail-card__price {
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #E5A038;
}

.tariff_list_box {
	display: flex;
	justify-content: space-between;
}

.tariff_box:last-child {
	margin-right: 0;
}

.tariff_box .detail-card {
	width: 360px;
}

.tariff_box .detail-card--secondary .button {
	width: 250px;
	margin: 40px 0 0;
}
