/* Указываем box sizing */

*,
*::before,
*::after {
	box-sizing: border-box;
}


/* Убираем внутренние отступы */

ul[class],
ol[class] {
	padding: 0;
}

.button.callback {
	cursor: pointer;
	text-align: center;
	background: #ff9900;
	padding: 10px 5px;
	border-radius: 5px;
	border: 1px solid #ff9900;
	color: white !important;
	margin: 0 20px;
	transition: 0.4s;
}

.button.callback:hover {
	color: #ff9900;
	background: none;
}

form#contact-form-2 {
	color: black;
	width: 80%;
	margin: auto;
}

form#contact-form-2 input {
	width: 80%;
}

form#contact-form-2 textarea {
	color: black;
}

.formstatic {
	display: block !important;
	background: none !important;

}

.button.callback-n2 {
	width: max-content;
	background: black;
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	margin: auto;
	cursor: pointer;
}

.site-contact-form {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ba;
}

.close:before {
	content: '+';
	display: block;
	transform: rotate(45deg);
	font-size: 35px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 6px;
}

.close {
	right: 0;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 0;
}

form#contact-form {
	display: none;
	width: 50%;
	min-width: 200px;
	max-width: 400px;
	height: 50%;
	overflow: auto;
	left: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: linear-gradient(45deg, #000000db, #545454e6);
	padding: 40px;
	backdrop-filter: blur(3px);
	border-radius: 3px;
	box-shadow: 0 0 10px;
	color: white;
}

#contact-form input, textarea {
	background: transparent;
	outline: none !important;
	border-radius: 3px;
	box-shadow: inset -4px 4px 5px 0px #0000005c;
	border: 1px solid #7a7a7a;
	padding: 3px;
	margin: 2px;
	color: white;
	width: 90% !important;
}

#contact-form button {
	width: 90%;
	padding: 10px;
}

#contact-form .privacy-agreement-checkbox {
	width: 12px !important;
}

/*
.form-group {
	position: relative;
	padding: 18px 0 5px 0px;
}
*/
.form-group label {
	top: 0;
	font-size: 12px;
	padding-left: 3px;
}

.container.top {
	width: 100%;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

html,
body {
	height: 100%;
	/*max-width: 1920px;*/
	font-family: sans-serif;
	font-weight: 400;
	margin: auto;
}

.wrap {
	margin: auto;
}

a {
	color: #000000;
	text-decoration: none;
}

.layout {
	max-width: 1300px;
	margin: auto;
}

h1,
h2,
h3,
h4 {
	padding: 15px 0;
	font-weight: 400;
}


/***/

header .layout {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
	align-items: center;
	padding: 10px 0;
}

header .logo a {
	font-family: fantasy;
	font-size: x-large;
}

header .logo span {
	color: #0f2332;
}

header .logo .xxl {
	color: #c72745;
}

.text-top,
.top-phone,
.custom-viber {
	color: #20112b;
	margin: auto;
}

.top-phone {
	display: block;
}

.top-phone a,
.logo a {
	text-decoration: unset;
}

.col-sm .viber img {
	width: 100%;
}

.top-1t {
	font-size: 18px;
	font-weight: 600;
	color: #20112b;
}

.top-2t {
	font-size: 24px;
	font-weight: 600;
	white-space: nowrap;
	color: #4e3661;
}

.custom-viber {
	padding-top: 4px;
}

.onlain-tel {
	padding-top: 4px;
}

.callme__content {
	border-radius: inherit !important;
	font-size: 16px;
	padding: 10px 20px;
	overflow: hidden;
	padding-top: 4px;
}

.callme__icon {
	width: 155px !important;
	background: #c72745 !important;
}

.z-callme-widget.callme.callme--default .callme__content {
	background: #c72745 !important;
	box-shadow: #364656 !important;
}

.callme__icon__text {
	font: 100% "PT Sans Narrow", sans-serif !important;
	font-weight: 600;
}



/***/

#menu {
	background: #0f2332;
}

#menu .layout {
	max-width: 1300px;
	margin: auto;
	padding: 20px 0;
}

#menu a {
	color: #fff;
	padding: 6px;
}


/***/


/***/

div.list-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.header.top>div>a,
.nav-li>li>a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
}

.nav-div>ul {
	display: flex;
	list-style: none;
	padding: 0;
	width: 1000px;
	margin: auto;
}

.nav-li>li {
	margin: 15px;
}

.nav-li {
	margin-bottom: 0;
}

.brand>img {
	height: 36px;
}

div.summary {
	display: none;
}

.container {
	max-width: 1440px;
	margin: auto;
}


/*
.promo-img {
	float: left;
}
*/

.promo-img img {
	height: 200px;
	width: 100%;
	object-fit: scale-down;
}

.list-group-item {
	display: grid;
}

.list-group-item img {
	height: 150px;
	margin: auto;
}

.badge {
	background-color: #fffc00;
	border-radius: initial;
}

.agile_top_brands_grids,
.col-md-3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.snipcart-thumb h4 a,
.snipcart-thumb div a {
	text-decoration: none;
}

.container h3 {
	font-size: 1.5em;
	/*margin: 2em;*/
}

.snipcart-thumb img {
	width: 250px;
	height: auto;
}

footer {
	background: #0f2332;
	padding: 30px 0;
	/*margin-top: 30px;*/
}

footer ul li {
	display: inline;
	/* Отображать как строчный элемент */
	margin-right: 5px;
	/* Отступ слева */
	border: 1px solid #fff;
	/* Рамка вокруг текста */
	padding: 3px;
	/* Поля вокруг текста */
	text-decoration: none;
}

footer ul li>a {
	color: #ffffff;
}

footer ul {
	padding: 0;
}

footer a:hover,
a:focus {
	color: #fff0ff;
	text-decoration: none;
}

.list-start {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 10px;
}

hr {
	border-top: 3px solid #b80b08;
}

span.numeral {
	border: 3px solid #d80606;
	padding: 6px;
	border-radius: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	line-height: 40px;
	font-size: xx-large;
	float: left;
	margin-right: 10px;
}

.label-success {
	background-color: #fffc00 !important;
	margin-right: 5px !important;
	border: 1px solid rgb(0, 0, 0) !important;
	padding: 3px;
	line-height: 3em;
}

.label-default,
.container>a.btn.btn-default {
	background-color: #efefef;
	margin-right: 5px;
	border: 1px solid rgb(0, 0, 0);
	padding: 3px;
	border-radius: 5px;
	line-height: 2.0;
}

.text-right {
	width: 107px;
	float: right;
	margin: 0;
	border: 1px solid rgb(0, 0, 0);
	padding: 5px 14px;
	text-align: center;
}

.breadcrumb>li {
	display: inline-block;
	margin: 10px;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

div.snipcart-details.agileinfo_single_right_details {
	padding: 10px 15px;
	background-color: gold;
	width: 120px;
	text-align: center;
	border-radius: 11px;
}

#menu.topmenu ul {
	list-style: none;
	display: contents;
}

#menu.topmenu ul li {
	display: inline;
}

.category-top {
	margin: 0 auto;
}

.layout>.container>img {
	max-width: 150px;
	float: left;
	padding-right: 20px;
	display: none;
}

footer {
	color: #ffffff;
}

div.footer h3 {
	padding-bottom: 15px;
}

footer .pull-left {
	padding-top: 15px;
}

.block-img-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.block-img-2 img {
	max-width: 100%;
}

div.blok.button {
	background: #0f2332;
}

.blok.button h2 {
	color: #ffffff;
}

div.button8 {
	background: #0f2332;
	padding: 0.5em 5px;
}

a.button8 {
	display: inline-block;
	color: white;
	font-weight: 700;
	text-decoration: none;
	user-select: none;
	padding: 0.5em 2em;
	outline: none;
	border: 2px solid;
	border-radius: 1px;
	transition: 0.2s;
	width: 100%;
	height: 57px;
}

a.button8:hover {
	background: rgba(255, 255, 255, 0.2);
}

a.button8:active {
	background: white;
}

.label-success {
	border-radius: 5px;
}

div.container.content {
	display: grid;
	grid-template-columns: 75% 25%;
	grid-column-gap: 10px;
}


/* Responsive */


/* Responsive */


/* 1270 */

@media screen and(max-width: 1270),
only screen and (max-device-width: 1270px) {
	#menu a {
		padding: 5px;
	}
}


/* 1180 */

@media screen and(max-width: 1180),
only screen and (max-device-width: 1180px) {
	#menu a {
		font-size: 0.9em;
	}
}


/* 1080 */

@media screen and(max-width: 1080),
only screen and (max-device-width: 1080px) {
	#menu .layout {
		padding: 10px 0;
	}

	#menu a {
		font-size: 0.8em;
	}

	div.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 1em;
	}
}


/* 1024 */

@media screen and(max-width: 1024),
only screen and (max-device-width: 1024px) {
	.layout {
		width: 960px;
	}

	#menu a {
		font-size: 0.75em;
	}

	header .layout {
		display: grid;
		grid-template-columns: 23% 23% 23% 10% 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 1em;
	}

	div.content {
		font-size: 14px;
		padding: 0 5px;
	}

	div.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 1em;
	}
}


/* 920 */

@media screen and(max-width: 920),
only screen and (max-device-width: 920px) {
	#menu a {
		font-size: 0.7em;
	}

	div {
		padding: 5px 0;
	}
}


/* 870 */

@media screen and (max-width: 870px) {
	div.container.content {
		grid-template-columns: 1fr;
	}
}

@media screen and(max-width: 870),
only screen and (max-device-width: 870px) {
	.layout {
		width: 100%;
	}

	.logo-small {
		display: none;
	}

	header .layout {
		display: grid;
		grid-template-columns: 14% 26% 27% 10% 1fr;
	}

	#menu.topmenu {
		height: 2.5em;
		background: #0f2332 url(../images/menuicon.png) no-repeat center left 2% !important;
		cursor: pointer;
	}

	#menu.topmenu ul {
		display: none;
		width: 80%;
		padding: 0 0 0 8%;
	}

	#menu.topmenu li {
		display: inline;
	}

	#menu.mobilemenu {
		background: #0f2332 url(../images/menuicon.png) no-repeat top 1em left 2% !important;
		cursor: pointer;
		/*transition: 1s;*/
	}

	.list-start {
		grid-template-columns: repeat(1, 1fr);
	}

	.col-sm.text-top {
		display: none;
	}
}


/* 690 */

@media screen and(max-width: 690),
only screen and (max-device-width: 690px) {
	header .layout {
		grid-template-columns: 10% 29% 30% 10% 1fr;
	}

	header .text-top {
		font-size: 0.8em;
	}

	.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}


/* 555 */

@media screen and(max-width: 555px),
only screen and (max-device-width: 555px) {

	header .text-top,
	header .online {
		display: none;
	}

	header .layout {
		grid-template-columns: 15% 50% 1fr;
	}

	.top-phone {
		text-align: center;
	}

	.viber img {
		float: right;
	}

	.col-md-3 {

		grid-template-columns: minmax(100px, auto);
	}

	.list-group {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 5px;
		padding: 5px;
	}

	.label-default,
	.container>a.btn.btn-default {
		line-height: 33px;
	}

	.label-success,
	.label-default,
	.container>a.btn.btn-default {
		border-radius: 7px;
	}

	.block-img-2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 5px;
	}
}


/* 430 */

@media screen and(max-width: 430px),
only screen and (max-device-width: 430px) {
	.blok.button .list-group {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.tag-top img,
.hom-img img {
	max-width: 150px;
	height: 100px;
	object-fit: contain;
	align-items: flex-start;
}


/**/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

th,
td {
	text-align: left;
	padding: 16px;
}

tr:nth-child(even) {
	background-color: #1c212c
}

.content.cc {
	overflow: overlay;
}


/* --- Адаптивность для мобильных устройств (R9.by) --- */

@media (max-width: 768px) {

	/* Предотвращаем горизонтальный скролл */
	html, body {
		width: 100% !important;
		overflow-x: hidden !important;
	}

	.main-wrapper, main, .layout, .container, .row {
		max-width: 100% !important;
		overflow-x: hidden !important;
		box-sizing: border-box !important;
	}

	/* Переносы для длинных слов */
	h1, h2, h3, h4, h5, h6, p, a, span, strong, div {
		word-break: break-word !important;
		overflow-wrap: break-word !important;
	}

	/* Модальное окно обратной связи */
	.site-contact-form {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 99999 !important;
		overflow-y: auto !important;
		/* Разрешаем прокрутку */
		justify-content: center !important;
		align-items: flex-start !important;
		/* От верха для корректного скролла */
		padding: 10px !important;
		box-sizing: border-box !important;
	}

	.contact-form-modal-inner {
		margin: 10px auto !important;
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Скрываем "Название компании" и "Откуда вы о нас узнали" в формах обратной связи */
	.field-contactform-company,
	.field-cfs-company,
	.field-contactform-source,
	.field-cfs-source {
		display: none !important;
	}

	/* Виды услуг списком (одна колонка) */
	.services-pills-container {
		grid-template-columns: 1fr !important;
	}

	/* CSS Grid в 2 колонки для 10 указанных блоков вплоть до 320px */
	.header-3.teaser,
	.services-grid,
	.tech-grid,
	.news-grid,
	.block-3-grid,
	.block-5-grid,
	.block-6-grid,
	.cert-logos,
	.cert-logos.grid-layout,
	.block-14-grid,
	.block-11.teaser {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 12px 8px !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Настройка правильного отображения содержимого и картинок в 2 колонках */

	/* 1. Вам нужно решить одну из следующих задач */
	.header-3.text.icon {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		padding: 8px !important;
		box-sizing: border-box !important;
	}

	.header-3.text.icon .header-3-text {
		text-align: center !important;
		font-size: 11px !important;
		line-height: 1.3 !important;
		margin-top: 6px !important;
	}

	.header-3.text.icon .header-3-text strong {
		font-size: 12px !important;
	}

	.header-3-svg {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		margin: 0 auto !important;
	}

	.header-3-svg svg {
		width: 18px !important;
		height: 18px !important;
	}

	/* 2. Основные наши услуги */
	.service-card {
		padding: 12px !important;
		border-width: 2px !important;
		box-sizing: border-box !important;
	}

	.service-card .service-img {
		margin-bottom: 10px !important;
	}

	.service-card .service-img img {
		height: 80px !important;
		max-width: 100% !important;
		object-fit: contain !important;
	}

	.service-card h3 {
		font-size: 12px !important;
		margin-bottom: 8px !important;
	}

	.service-card div {
		font-size: 10px !important;
		line-height: 1.3 !important;
		margin-bottom: 12px !important;
	}

	.service-card a {
		padding: 6px 10px !important;
		font-size: 10px !important;
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		white-space: normal !important;
	}

	/* 3. В работе используем технологии */
	.tech-card {
		padding: 10px !important;
		box-sizing: border-box !important;
	}

	.tech-card .tech-img {
		height: 40px !important;
		margin-bottom: 8px !important;
	}

	.tech-card .tech-img img {
		max-height: 40px !important;
		max-width: 100% !important;
		object-fit: contain !important;
	}

	.tech-card h3 {
		font-size: 11px !important;
		margin-bottom: 6px !important;
	}

	.tech-card div {
		font-size: 10px !important;
		line-height: 1.3 !important;
	}

	/* 4. Последние новости */
	.news-card {
		border-bottom-width: 2px !important;
		box-sizing: border-box !important;
	}

	.news-card .news-img {
		height: 100px !important;
	}

	.news-card .news-img img {
		max-width: 100% !important;
	}

	.news-card>div {
		padding: 10px !important;
		box-sizing: border-box !important;
	}

	.news-card h4 {
		font-size: 12px !important;
		margin-bottom: 6px !important;
	}

	.news-card div {
		font-size: 10px !important;
		line-height: 1.3 !important;
		margin-bottom: 8px !important;
	}

	.news-card a {
		font-size: 10px !important;
		white-space: normal !important;
	}

	/* 5. Какие инструменты мы будем использовать */
	.block-31 {
		padding: 12px !important;
		box-sizing: border-box !important;
	}

	.block-31-top {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 6px !important;
	}

	.block-31-top .header-3-title h3 {
		font-size: 12px !important;
		text-align: center !important;
		margin: 0 !important;
	}

	.block-31-desc {
		font-size: 10px !important;
		line-height: 1.3 !important;
		margin-top: 8px !important;
	}

	.block-31-link a {
		font-size: 10px !important;
		padding: 6px 10px !important;
		display: inline-block !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		white-space: normal !important;
	}

	/* 6. Что важно учитывать при комплексном продвижении... */
	/* 10. ПОЧЕМУ БОЛЕЕ 200 КЛИЕНТОВ ДОВЕРИЛИСЬ НАМ? */
	.block-5111 {
		grid-template-columns: 1fr !important;
		text-align: center !important;
		gap: 8px !important;
		padding: 10px !important;
		box-sizing: border-box !important;
	}

	.block-5111 h3 {
		font-size: 12px !important;
		text-align: center !important;
		margin-bottom: 4px !important;
	}

	.block-5111 div div, .block-5111 div {
		font-size: 10px !important;
		line-height: 1.3 !important;
		text-align: center !important;
	}

	.header-5-svg {
		width: 36px !important;
		height: 36px !important;
		min-width: 36px !important;
		margin: 0 auto !important;
	}

	.header-5-svg svg {
		width: 18px !important;
		height: 18px !important;
	}

	/* 7. В результате вы получите */
	.block-6111 {
		grid-template-columns: 1fr !important;
		text-align: center !important;
		gap: 8px !important;
		box-sizing: border-box !important;
	}

	.block-6111 h3 {
		font-size: 12px !important;
		text-align: center !important;
	}

	/* 8. Digital Агентство R9 сертификаты */
	.cert-item {
		height: 80px !important;
		padding: 5px !important;
		box-sizing: border-box !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.img-svg-cert {
		max-width: 100% !important;
		max-height: 60px !important;
		width: auto !important;
		height: auto !important;
	}

	/* 9. Истории успешного сотрудничества */
	.block-141 {
		padding: 10px !important;
		flex-direction: column !important;
		text-align: center !important;
		gap: 6px !important;
		box-sizing: border-box !important;
	}

	.block-141-img {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		margin: 0 auto !important;
	}

	.block-141-txt {
		font-size: 10px !important;
		line-height: 1.3 !important;
	}

	.block-11.header-3.teaser .header-3.text.icon {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	.block-11.header-3.teaser .header-3-svg {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		border-radius: 50% !important;
		background: #b51829 !important;
		color: #fff !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.block-11.header-3.teaser .text {
		font-size: 10px !important;
		line-height: 1.3 !important;
		margin-top: 6px !important;
	}
}

/* Адаптация формы для iPhone 5 (ширина экрана 320px и до 480px) */
@media (max-width: 480px) {
	.envelope-inner {
		padding: 15px 15px !important;
	}

	.form-title {
		font-size: 20px !important;
		margin-bottom: 8px !important;
	}

	.form-desc {
		font-size: 12px !important;
		margin-bottom: 12px !important;
	}

	.form-section-title {
		font-size: 13px !important;
		margin-top: 10px !important;
		margin-bottom: 8px !important;
	}

	.form-row-custom {
		margin-bottom: 8px !important;
	}

	.form-control-custom {
		padding: 10px 14px !important;
		height: 42px !important;
	}

	.phone-ext-wrapper .phone-field {
		padding-left: 38px !important;
	}

	.phone-ext-wrapper .phone-flag-icon {
		left: 10px !important;
	}

	.services-pills-container {
		margin-bottom: 12px !important;
		gap: 8px !important;
	}

	.service-pill {
		padding: 6px 10px !important;
		font-size: 12px !important;
	}

	.form-submit-row {
		margin-top: 12px !important;
		margin-bottom: 8px !important;
	}

	.submit-btn-custom {
		height: 44px !important;
		font-size: 14px !important;
		padding: 0 25px !important;
	}

	.privacy-policy-group-custom {
		margin-top: 10px !important;
		gap: 6px !important;
		font-size: 11px !important;
	}
}

/* Уменьшение отступов между блоками на мобильных */
@media (max-width: 768px) {
	.main-header {
		padding-bottom: 20px !important;
	}

	.main-block-services,
	.main-block-technologies,
	.main-block-news,
	.main-block-tags,
	.main-block-3,
	.main-block-4-color,
	.main-block-5,
	.main-block-6,
	.main-block-8,
	.main-block-9,
	.main-block-11,
	.main-block-15,
	.main-block-16-color,
	.main-block-17,
	.main-block-18,
	.main-block-feedback-widget,
	.main-block-2-color,
	.background-b {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.block-9 {
		padding: 15px 0 !important;
	}

	/* Уменьшение внутренних отступов блоков и заголовков */
	.block,
	.block-2,
	.block-8,
	.block-9,
	.case-study {
		padding: 15px 10px !important;

		.main-content h2,
		h2 {
			font-size: 20px !important;
			margin-top: 5px !important;
			margin-bottom: 15px !important;
			padding-top: 5px !important;
			padding-bottom: 5px !important;
			text-align: center !important;
		}

		/* Адаптивный grid для блока МИНИМАЛЬНАЯ СТОИМОСТЬ КОМПЛЕКСНОГО ПРОДВИЖЕНИЯ */
		.block-4.grid {
			grid-template-columns: 1fr 1fr !important;
			gap: 20px !important;
		}

		.block-412 {
			font-size: 24px !important;
			margin-top: 10px !important;
		}

		.block-411 {
			font-size: 14px !important;
		}

		.svg-block-42 {
			max-width: 100% !important;
			width: 100% !important;
		}

		.img-svg-block-42 {
			width: 100% !important;
			max-width: 320px !important;
			height: auto !important;
		}
	}

	@media (max-width: 480px) {

		.main-block-services,
		.main-block-technologies,
		.main-block-news,
		.main-block-tags,
		.main-block-3,
		.main-block-4-color,
		.main-block-5,
		.main-block-6,
		.main-block-8,
		.main-block-9,
		.main-block-11,
		.main-block-15,
		.main-block-16-color,
		.main-block-17,
		.main-block-18,
		.main-block-feedback-widget,
		.main-block-2-color,
		.background-b {
			padding-top: 15px !important;
			padding-bottom: 15px !important;
		}

		.block,
		.block-2,
		.block-8,
		.block-9,
		.case-study {
			padding: 10px 8px !important;
		}

		.main-wrapper h2,
		.main-content h2,
		h2 {
			font-size: 18px !important;
			margin-bottom: 10px !important;
		}

		/* Стек-колонка для блока стоимости на телефонах */
		.block-4.grid {
			grid-template-columns: 1fr !important;
			text-align: center !important;
			gap: 15px !important;
		}

		.block-412 {
			font-size: 22px !important;
		}

		.svg-block-42 {
			justify-content: center !important;
			margin: 0 auto !important;
		}

		.img-svg-block-42 {
			max-width: 240px !important;
		}
	}
}

.tools-browser-info, .tools-password-generator, .tools-ip-checker, .tools-text-cleaner {
	max-width: 1200px;
	margin: 0 auto
}

.main-block-2-color.background-b, .main-block-8.background-b.while-you-think {
	background: #2a9ddd;
}
