

/* Start:/services/internet-reklama/style.css?17122951128004*/
:root {
	--yad-dark: #1A272D;
	--yad-yellow: #ffc507;
	--yad-main: #009da6;
	--yad-bg: #EBF0F0;
}

body {
	color: var(--yad-dark);
	user-select: none;
}

.button {
	font-size: 1.1em;
}

.screen {
	padding-top: 120px;
	padding-bottom: 120px;
}
.screen.footer { padding-top: 0; padding-bottom: 0;  }

.button:hover {
	transform: scale(1.05);
}

.yadirect-bg {
	background-color: var(--yad-dark) !important;
}

.yadirect-bg .content1 {
	display: grid;
	grid-template-columns: 1fr 300px;
	align-items: center;
}

.yadirect-bg .content1 .content-text {
	text-align: left;
}

.yadirect-bg .content1 .content-text h1 span {
	color: var(--yad-yellow);
}

.yad-audit {
	display: grid;
	grid-template-columns: 1fr 300px;
	margin: 0 0 30px 0;
	padding: 30px;
	background: var(--yad-yellow);
	/*border: 2px dashed var(--yad-dark);*/
	color: var(--yad-dark);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.yadirect-bg .content2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	padding: 60px 0;
	text-align: left;
}
.yadirect-bg .content2 .yad-item {
	position: relative;
	width: 350px;
	padding: 30px;
	padding-left: 70px;
	font-size: 16px;
	border: 1px dashed rgba(255,255,255,.2);
	transition: transform .2s;
}
.yadirect-bg .content2 .yad-item:hover {
	transform: translateY(-10px);
}
.yadirect-bg .content2 .yad-item:before {
	position: absolute;
	left: 30px;
	top: 30px;
	content: '';
	width: 26px;
	height: 26px;
	background: transparent url(/services/internet-reklama/img/point.svg) center center no-repeat;
	background-size: cover;
}
.yadirect-bg .content2 .yad-item h3 { margin-top:0; }
.yadirect-bg .content3 {
	padding-bottom: 60px;
}

.yadirect-bg .content3 .button {
	background-color: var(--yad-yellow);
	border-color: var(--yad-yellow);
	color: var(--yad-dark);
	transition: all .2s;
}

.yad-services {
	padding: 60px 0;
}

.yad-services-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.yad-service {
	padding: 30px;
	border: 1px dashed var(--yad-main);
	transition: all .2s;
}
.yad-service:hover {
	border-style: solid;
	transform: translateY(-10px);
}
.yad-service-descr { display: none; }
.yad-service-text {
	line-height: 1.2em;
	height: 3.6em; 
	font-size: 1.2em; 
}
.yad-service-price {
	padding: 20px 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
}
.yad-service-controls {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	padding: 20px 0 0 0;
}
.yad-service .button {
	padding-left: 15px;
	padding-right: 15px;
}

.yad-faq h2,
.yad-steps h2,
.yad-prices h2,
.yad-cases h2,
.yad-services h2 {
	padding-bottom: 30px;
	font-size: 2.5em;
	text-align: center;
}

.yad-modal {
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
	z-index: -1;
	transition: all .2s;
}
.yad-modal.show {
	opacity: 1;
	z-index: 9999;
}
.yad-modal .yad-window {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 30px;
	width: 100%;
	max-width: 800px;
	background: #fff;
}
.yad-modal .yad-window h3 {
	text-align: center;
}


.footer1 .block-center {
	display: none !important;
}

.cases-list {
	position: relative;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
	border: 2px solid var(--yad-yellow);
}
.owl-item {
	float: left !important;
	width: 100%;
	height: auto;
	padding: 30px 70px; 
}

.owl-dots { display: none; }
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.owl-nav button span { color: var(--yad-main); }
.owl-nav button {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 6em;
	border: 0 none;
	background: transparent;
}

.yad-prices {
	padding: 60px 0;
}

.yad-prices-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.yad-price {
	padding: 30px;
	border: 1px solid var(--yad-main);
	transition: transform .2s;
}
.yad-price:hover {
	transform: translateY(-10px);
}

.yad-price-title {
	padding: 0 0 30px 0;
	font-size: 2em;
	font-weight: bold;
	color: var(--yad-main);
}
.yad-price-value {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.yad-price-comps {
	font-size: 1.2em;
	padding: 0 0 15px 0;
	color: var(--yad-main);
}
.yad-price-prop {
	opacity: 0;
	height: 0;
	ovarflow: hidden;
	font-size: .8em;
	padding: 0;
	border-top: 1px dotted var(--yad-dark);
	transition: all .2s;
}
.yad-price-prop span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: var(--yad-main);
}
.yad-price-prop2 {
	font-size: .8em;
	padding: 5px 0;
	border-top: 1px dotted var(--yad-dark);
	transition: all .2s;
}
.yad-price-prop2 span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: var(--yad-main);
}

.yad-prices-list.show-more .yad-price-prop {
	opacity: 1;
	height: auto;
	overflow: visible;
	padding: 5px 0;
}

.yad-price-controls {
	display: grid;
	padding-top: 30px;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.yad-price .button {
	padding: 0 15px;
	line-height: 1em;
}
.yad-price .button.invert { font-size: .8em; }

.yad-steps-list {
	position: relative;
	display: flex;
	gap: 30px;
}
.yad-steps-list:before {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 0;
	content: '';
	width: 85%;
	border-top: 5px dashed #fff;
}

.page2,
.page4 {
	background-color: var(--yad-bg);
}

.page6 {
	background-color: var(--yad-dark);
	color: #fff;
}

.yad-step {
	position: relative;
	z-index: 2;
	flex-shrink: 1;
	width: 20%;
}

.yad-step > span {
	display: flex;
	justify-content: center;
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 25px;
	line-height: 120px;
	font-size: 1.5em;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	transition: transform .2s;
}
.yad-step:hover > span {
	transform: translateY(-10px);
}

.yad-audit2 {
	display: grid;
	grid-template-columns: 1fr 400px;
	margin: 60px 0;
	padding: 60px 0;
	gap: 30px;
	align-items: center;
	font-size: 1.4em;
}
.yad-audit2-text h2 {
	font-size: 1.6em;
}
.yad-audit2-descr {
	padding: 30px 0;
}
.yad-audit2-control {
	padding: 15px 0 0 0;
}
/*.yad-audit2-image img {
	width: 100%;
}*/
.yad-audit2-image-block {
	position: relative;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
.yad-audit2-image-block img {
	display: block;
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 650px;
	height: auto;
}

.page6 h2 {
	font-size: 2em;
}

.yad-faq {}
.yad-faq .button { font-size: 1.4em; }
.yad-faq-list {
	display: flex;
	flex-direction: column;
	gap: 45px;
	padding: 0 45px 45px 45px;
}

.yad-faq-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.yad-faq-item-title {
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	transition: all .2s;
}
.yad-faq-item-title:after {
	content: '+';
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--yad-yellow);
	color: var(--yad-dark);
	border-radius: 50%;
	position: absolute;
	left: -34px;
	top: 0;
	transition: transform .2s;
}
.yad-faq-item-descr {
	overflow: hidden;
	height: 0;
	opacity: 0;
	z-index: -1;
	transition: all .2s;
}
.yad-faq-item.show .yad-faq-item-title:after {
	transform: rotate(180deg);
	content: '–';
	background: var(--yad-bg);
}
.yad-faq-item.show .yad-faq-item-descr {
	height: auto;
	overflow: visible;
	z-index: 1;
	opacity: 1;
}
/* End */


/* Start:/services/internet-reklama/adaptive.css?17122986731275*/
@media (max-width: 1200px) {
	.screen {
		padding-left: 15px;
		padding-right: 15px;
	}
	.screen.footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1100px) {
	.yad-services-list,
	.yad-prices-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 800px) {
	.yadirect-bg .content1 .content-image { display: none; }
	.yadirect-bg .content1 {
		display: block;
	}
	.yad-steps-list:before {
		display: none;
	}
	.yad-steps-list {
		flex-wrap: wrap;
	}
	.yad-step {
		width: 320px;
	}

	.yad-prices-list,
	.yad-services-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.yad-audit2,
	.yad-audit {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.yad-audit2-text { order: 1; }
	.yad-audit2-image { order: 0; }
}

@media (max-width: 600px) {
	.yad-steps-list {
		gap: 45px;
	}
	.yad-step,
	.yadirect-bg .content2 .yad-item {
		width: 100%;
	}
	.yad-audit2-image-block {
		width: 280px;
		height: 280px;
	}
	.yad-audit2-image-block img {
		bottom: -20px;
		width: 450px;
		height: auto;
	}

}
@media (max-width: 420px) {
	body { font-size: 14px !important; }

	.cases-list .cases-item-image {
		width: 220px !important;
		height: 220px !important;
	}
}
/* End */


/* Start:/local/templates/flweb/components/bitrix/news.list/cases/style.css?17811798441351*/
.cases-list * { color: #000; text-align: left; }
.cases-list {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
	padding: 60px;
	gap: 120px;
	background: #fff;
}

.cases-list .cases-item {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 45px;
}

.cases-list .cases-item-image {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
}
.cases-list .cases-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cases-list .cases-item-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.cases-list .cases-item-cat {
	font-size: .8em;
	opacity: .7;
}

.cases-list .cases-item-name {
	font-size: 1.5em;
	font-weight: 700;
}
.cases-list .cases-item-name a { display: block; padding-bottom: 10px; border-bottom: 1px solid transparent; }
.cases-list .cases-item-name a:hover { color: #009da6; border-color: #009da6; }

.cases-list .cases-item-client {
	opacity: .7;
}

.cases-list .cases-item-params {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding: 15px 0;
}

.cases-list .cases-item-param-title {
	padding-bottom: 10px;
	font-weight: 700;
}

.cases-list .cases-item-param-val {
	font-size: 2em;
	font-weight: 700;
	color: #009da6;
}

@media (max-width: 800px) {
	.cases-list .cases-item {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* End */
/* /services/internet-reklama/style.css?17122951128004 */
/* /services/internet-reklama/adaptive.css?17122986731275 */
/* /local/templates/flweb/components/bitrix/news.list/cases/style.css?17811798441351 */
