body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

img, svg {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	font-size: 32px;
	width: 70%;
}

.layout {
	width: 1200px;
	margin: auto;
}


button {
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #F2722A;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-width: inherit;
}

mark {
	color: #F2722A;
}

span.color-name {
	color: #F2722A;
}

.main-header {
	background: #11263c url(/images/1-b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: multiply;
	color: #fff;
	padding-bottom: 50px;
}

.block-9 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 40px 0;
}

.cert-item {
	border-radius: 8px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 100px;
}

.img-svg-block-42 {
	width: 100%;
	height: 100%;
}

.background-b {
	background-color: #2A9DDD;
	padding: 50px 0;
}

.block.header-1 .logo {
	font-size: 24px;
	font-weight: 700;
}

.block.header-1 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	padding: 15px 0;
	align-items: center;
}

.header-1.online-call {
	justify-self: center;
}

.header-1.back-call {
	justify-self: end;
}

.header-2.teaser {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
	margin: auto;
}

.header-3.teaser {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 33%));
	margin: auto;
	grid-row-gap: 3em;
	padding: 3em 0;
}

.block.block-11.header-3.teaser .text {
	color: #000;
}

/*
.main-header .menu-top ul li {
	display: inline;
	text-decoration: none;
	margin: auto;
	padding: 10px 20px;
	border: solid 1px;
}

.menu-top ul {
	width: max-content;
	margin: auto;
	padding: 10px 0;

}
*/

.block.block-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

button.b-h-2 svg {
	width: 23px;
	height: 23px;
	padding-left: 10px;
}

button.b-h-2 {
	display: flex;
	padding: 15px;
	margin: auto;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-weight: 400;
	align-items: center;
}

.header-3.text.icon {
	display: grid;
	grid-template-columns: 70px 1fr;
	grid-template-rows: auto;
	align-items: center;
	grid-column-gap: 1em;
}

.header-3.text.icon .header-3-svg {
	justify-self: center;
	align-self: start;
}

.img-svg-1 {
	width: 32px !important;
	height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
	display: block;
	margin: 0 auto;
	overflow: visible !important;
}

.header-3-svg, .header-5-svg {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #2a9ddd;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0;
	overflow: visible !important;
}

.header-3-svg svg,
.header-5-svg svg,
.header-3-svg .img-svg-1,
.header-5-svg .img-svg-1 {
	display: block !important;
	margin: 0 auto !important;
	width: 32px !important;
	height: 32px !important;
	max-width: 32px !important;
	max-height: 32px !important;
	flex-shrink: 0;
	overflow: visible !important;
}

.header-3-text {
	padding: 0 10px 0 0;
}

.block.block-2 button {
	background-color: #fff;
	color: #2A9DDD;
	margin: 20px 0;
	padding: 15px 30px;
}

.main-block-3 {
	background: url(../images/block-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}

.main-block-3 h2 {
	margin-bottom: 40px;
	color: #333;
}

.main-block-6 {
	background-color: #ECF4FA;
}

.block-3-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.block-31 {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.block-311 {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: 20px;
	align-items: flex-start;
	margin-bottom: 15px;
}

.block-311 .header-3-svg {
	justify-self: start;
}

.block-4.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
}

.block-412 {
	font-size: 42px;
}

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

.img-svg-block-42 {
	width: 160px;
	height: 80px;
	padding: 10px;
}

.svg-block-42 svg,
.svg-block-42 use {
	max-width: 100%;
	height: auto;
}

.block-511, .block-611 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	color: #000 !important;
}

.block-5111, .block-6111 {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 20px;
}

.block-5111 .header-5-svg,
.block-6111 .header-5-svg {
	justify-self: center;
}

/* Аккордеон */
.acor-container {
	margin: 20px 0;
}

.acor-container .acor-body {
	width: calc(100% - 40px);
	margin: 0 auto;
	height: 0;
	color: rgba(0, 0, 0, 0);
	background-color: #BFE2FF;
	line-height: 18px;
	padding: 0 30px;
	box-sizing: border-box;
	transition: color 0.5s, padding 0.5s;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acor-container .acor-body p {
	margin: 0 0 10px;
}

.acor-container label {
	cursor: pointer;
	background-color: #337AB7;
	display: block;
	padding: 15px 20px;
	width: 100%;
	color: #BFE2FF;
	font-weight: 300;
	box-sizing: border-box;
	z-index: 100;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
	transition: color .35s;
}

.acor-container label:hover {
	color: #FFF;
}

.acor-container input {
	display: none;
}

.acor-container label:before {
	content: '\276F';
	float: right;
}

.acor-container input:checked+label {
	background-color: #285f8f;
	color: #FFF;
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4), 0 28px 30px rgba(0, 0, 0, 0.3);
}

.acor-container input:checked+label:before {
	transition: transform .35s;
	transform: rotate(90deg);
}

.acor-container input:checked+label+.acor-body {
	height: auto;
	margin-top: -5px;
	color: #000;
	padding: 20px 30px 10px;
}

/* Аккордеон */

.main-block-6 {
	background-color: #ECF4FA;
}

.block-8 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	color: #fff;
	max-width: 100%;
	overflow: hidden;
}

.block-81, .block-82 {
	max-width: 100%;
}

.block-81 svg,
.img-svg-block-8 {
	max-width: 100%;
	height: auto;
}

.block-2, .block-8 {
	color: #fff;
	padding: 40px;
}

.block-8 button {
	margin: 20px 0;
}

.block-9 {
	display: grid;

	gap: 20px;
	align-items: center;
	justify-items: center;
}

.block-9 svg,
.block-9 img {
	max-width: 100%;
	height: auto;
	width: 150px;
	object-fit: contain;
}

.main-block-9 {
	background-color: #ECF4FA;
	padding: 50px 0;
}

.main-block-9 h2 {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.main-block-11 {
	background: url(/images/block-11.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	color: #fff;
}

.main-block-11 h2,
.main-block-11 h3 {
	color: #000000;
}

.block-11-1 {
	background-color: #2A9DDD;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	display: grid;
	align-items: center;
	text-align: center;
}

.block-11 span {
	color: #fff;
	font-weight: 900;
	font-size: xx-large;
}

.block-14-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 20px;
	align-items: center;
	grid-gap: 60px;
	padding: 40px 0;
}

.block-141 {
	display: grid;
	grid-template-columns: 70px 1fr;
	grid-template-rows: 30px;
	grid-gap: 20px;
	background-color: #2A9DDD;
	border-radius: 5px;
	padding: 20px;
	color: #fff;
}

.main-block-15 {
	background-color: #ECF4FA;
	padding: 50px 0;
}

.main-block-15 h2 {
	margin-bottom: 30px;
}

.main-block-16-color {
	background: url(/images/block16.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.94;
	color: #fff;
	padding: 30px 0;
}

.case-study .text {
	color: #000;
}

/* Слайдер отзывы */
* {
	box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
	position: relative;

}

/* Slides */
.mySlides {
	display: none;
	padding: 15px;

}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
	text-align: center;
	padding: 20px;
	background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
	background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
}

/* Add a blue color to the author */
.author {
	color: cornflowerblue;
}

.slider-img img {
	width: 264px;
	height: 380px;
}

.slides-banner {
	display: grid;
	grid-template-columns: 35% 1fr;
	grid-gap: 20px;
	padding: 50px;
}

.slider-txt-logo img {
	width: 50px;
	height: 50px;
}

.slider-txt {
	display: grid;

}

.slider-txt-logo {
	display: grid;
	grid-template-columns: 50px 170px;
	grid-gap: 20px;
	font-size: 24px;
	align-items: center;
}

.slider-txt-txt {
	font-size: 18px;
}

.slider-txt-author-fio {
	font-size: 20px;
}

/* end Слайдер отзывы */
.main-block-17 {
	background: url(/images/block-17.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	color: #000;
}

.main-block-17 h2 {
	margin-bottom: 30px;
}

.main-block-18 {
	background-color: #ECF4FA;
	padding: 30px 0;
}

.block-18 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
}

.block-181 {
	background: url(/images/block-18.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.94;
	padding: 50px;
	color: #fff;
	border-radius: 5px;
	display: grid;
	grid-gap: 20px;
}

.block-1813 {
	color: #F2722A;
}

.block-1813:hover {
	color: #351bc5;
}

.block-1812 {
	font-size: 14px;
}

.main-block-19-color {
	background: #162638;
	color: #fff;
}

.block-19 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	padding: 20px 0;
}

.block-191 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
}

/* Скрываем старые элементы Yii */
header.old-header, .old-footer {
	display: none !important;
}

/* Бургер-меню */
.burger-menu {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 30px;
	height: 25px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
	position: relative;
}

.burger-menu span {
	width: 30px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.burger-menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 8px);
}

.burger-menu.active span:nth-child(2) {
	opacity: 0;
}

.burger-menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* Оверлей для затемнения фона */
.menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.menu-overlay.active {
	display: block;
	opacity: 1;
}

/* Адаптивные стили */
@media (max-width: 1240px) {
	.layout {
		width: 95%;
		padding: 0 2.5%;
	}
}

@media (max-width: 992px) {
	h2 {
		font-size: 28px;
		width: 100%;
	}

	.block.header-1 {
		grid-template-columns: 1fr auto auto;
		gap: 15px;
	}

	.burger-menu {
		display: flex;
		grid-column: 3;
		justify-self: end;
	}

	.header-1.online-call,
	.header-1.back-call {
		display: none;
	}

	.menu-top {
		position: fixed;
		top: 0;
		left: -100%;
		width: 280px;
		height: 100vh;
		background: rgba(13, 30, 49, 0.98);
		transition: left 0.3s ease;
		z-index: 999;
		padding-top: 80px;
		overflow-y: auto;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
	}

	.menu-top.active {
		left: 0;
	}

	.menu-top::-webkit-scrollbar {
		width: 6px;
	}

	.menu-top::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
	}

	.menu-top::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 3px;
	}

	.menu-top ul {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.main-header .menu-top ul li {
		display: block;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0;
		margin: 0;
		transition: background-color 0.3s ease;
	}

	.main-header .menu-top ul li:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.main-header .menu-top ul li a {
		display: block;
		padding: 15px 20px;
		transition: padding-left 0.3s ease;
	}

	.main-header .menu-top ul li:hover a {
		padding-left: 30px;
	}

	.header-2.teaser {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.header-3.teaser {
		grid-template-columns: 1fr 1fr;
		gap: 2em;
	}

	.block.block-2 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.svg-block-21 {
		text-align: center;
	}

	.block-3-grid {
		grid-template-columns: 1fr;
	}

	.block-4.grid {
		grid-template-columns: 1fr;
		gap: 30px;
		text-align: center;
	}

	.svg-block-42 {
		margin: 0 auto;
	}

	.block-511, .block-611 {
		grid-template-columns: 1fr;
	}

	.block-8 {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.block-9 {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.slides-banner {
		grid-template-columns: 1fr;
		padding: 30px;
	}

	.block-18 {
		grid-template-columns: 1fr;
	}

	.block-19 {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.block-191 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
		overflow-x: hidden;
	}

	* {
		max-width: 100%;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}

	.block.header-1 {
		grid-template-columns: 1fr auto;
	}

	.header-1-tel {
		display: none;
	}

	.header-2.teaser {
		grid-template-columns: 1fr;
	}

	.header-3.teaser {
		grid-template-columns: 1fr;
		padding: 2em 0;
	}

	.header-3.text.icon {
		grid-template-columns: 60px 1fr;
	}

	.header-3-svg, .header-5-svg {
		width: 50px;
		height: 50px;
	}

	.header-3-svg svg,
	.header-5-svg svg,
	.img-svg-1 {
		width: 24px !important;
		height: 24px !important;
		max-width: 24px !important;
		max-height: 24px !important;
	}

	button {
		font-size: 14px;
		padding: 8px 16px;
	}

	.block-2, .block-8 {
		padding: 20px;
	}

	.block-31 {
		padding: 15px;
	}

	.block-311 {
		grid-template-columns: 80px 1fr;
	}

	.block-4.grid {
		font-size: 24px;
	}

	.block-41,
	.block-411,
	.block-412 {
		max-width: 100%;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.block-412 {
		font-size: 32px;
	}

	.svg-block-42 {
		width: 100%;
		height: auto;
		max-width: 100%;
	}

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

	.svg-block-21 svg,
	.img-svg-block-21 {
		width: 100% !important;
		height: auto !important;
		max-width: 100%;
	}

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

	.block-81,
	.block-82 {
		max-width: 100%;
		overflow: hidden;
	}

	.block-14-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.block-141 {
		grid-template-columns: 60px 1fr;
	}

	.slider-img img {
		width: 100%;
		height: auto;
	}

	.slider-txt-logo {
		grid-template-columns: 40px 1fr;
		font-size: 18px;
	}

	.slider-txt-txt {
		font-size: 16px;
	}

	.block-181 {
		padding: 30px 20px;
	}

	.block-9 {
		grid-template-columns: 1fr;
	}

	.acor-container label {
		font-size: 16px;
		padding: 12px 15px;
	}
}

@media (max-width: 480px) {

	.block-41,
	.block-411,
	.block-412 {
		font-size: 18px !important;
	}

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

	.block-9 {
		grid-template-columns: 1fr !important;
	}

	.block-9 svg {
		width: 100px !important;
	}
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 16px;
}

.block.header-1 .logo {
	font-size: 18px;
}

.header-3.text.icon {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	text-align: center;
	gap: 15px;
}

.header-3-svg, .header-5-svg {
	margin: 0 auto;
}

.block-5111, .block-6111 {
	grid-template-columns: 1fr;
	text-align: center;
	gap: 15px;
}

.block-311 {
	grid-template-columns: 1fr;
	text-align: center;
	gap: 15px;
}

.block-141 {
	grid-template-columns: 1fr;
	text-align: center;
	gap: 15px;
}

button.b-h-2 {
	font-size: 14px;
	padding: 12px;
}

.block-4.grid {
	font-size: 20px;
}

.block-412 {
	font-size: 28px;
}
}
