/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
}
a {
	text-decoration: none;
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

.pushy {
	position: fixed;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #191918;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.pushy a {
	display: block;
	color: #b3b3b1;
	padding: 15px 30px;
	text-decoration: none
}

.pushy a:hover {
	color: #fff
}

.pushy ul:first-child {
	margin-top: 10px
}

.pushy.pushy-left {
	left: 0
}

.pushy.pushy-right {
	right: 0
}

.pushy-content {
	visibility: hidden
}

.menu-btn {
	cursor: pointer
}

.pushy-left {
	-webkit-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0)
}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0)
}

.pushy-right {
	-webkit-transform: translate3d(200px, 0, 0);
	-ms-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0)
}

.pushy-open-right #container,
.pushy-open-right .push {
	-webkit-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
	transform: translate3d(-200px, 0, 0)
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
	visibility: visible
}

#container,
.push,
.pushy {
	transition: transform .2s cubic-bezier(.16, .68, .43, .99)
}

.pushy-content {
	transition: visibility .2s cubic-bezier(.16, .68, .43, .99)
}

.site-overlay {
	display: none
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, .5);
	-webkit-animation: fade .5s;
	animation: fade .5s
}

@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.pushy-submenu ul {
	padding-left: 15px;
	transition: max-height .2s ease-in-out, visibility .2s ease-in-out
}

.pushy-submenu ul .pushy-link {
	transition: opacity .2s ease-in-out
}

.pushy-submenu button {
	width: 100%;
	color: #b3b3b1;
	padding: 15px 30px;
	text-align: left;
	background: 0 0;
	border: 0
}

.pushy-submenu button:hover {
	color: #fff
}

.pushy-submenu>a,
.pushy-submenu>button {
	position: relative
}

.pushy-submenu>a::after,
.pushy-submenu>button::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: url(../img/icons/arrow.svg) no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform .2s
}

.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
	visibility: hidden
}

.pushy-submenu-closed .pushy-link {
	opacity: 0
}

.pushy-submenu-open ul {
	max-height: 1000px;
	visibility: visible
}

.pushy-submenu-open .pushy-link {
	opacity: 1
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0
}

:focus {
	ouline: none
}

html {
	font-family: 'Avenir Next Cyr';
	 font-display: swap;
}

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto
}

@media (max-width:1140px) {
	.container {
		padding: 0 30px
	}
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url(../fonts/AvenirNextCyr-Bold.eot);
	src: url(../fonts/AvenirNextCyr-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirNextCyr-Bold.woff2) format('woff2'), url(../fonts/AvenirNextCyr-Bold.woff) format('woff'), url(../fonts/AvenirNextCyr-Bold.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Bold.svg#AvenirNextCyr-Bold) format('svg');
	font-weight: 700;
	font-style: normal;
	 font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url(../fonts/AvenirNextCyr-Regular.eot);
	src: url(../fonts/AvenirNextCyr-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/AvenirNextCyr-Regular.woff2) format('woff2'), url(../fonts/AvenirNextCyr-Regular.woff) format('woff'), url(../fonts/AvenirNextCyr-Regular.ttf) format('truetype'), url(../fonts/AvenirNextCyr-Regular.svg#AvenirNextCyr-Regular) format('svg');
	font-weight: 400;
	 font-display: swap;
	font-style: normal
}

.main-information {
	padding-bottom: 220px;
	background: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
}

.main-information p {
	color: #525470;
	font-weight: 400;
	font-size: 1.75rem;
	text-align: center;
	margin-bottom: 4rem
}

@media (max-width:650px) {
	.main-information p {
		font-size: 16px;
		margin-bottom: 2rem;
	}
}

@media (max-height:800px) {
	.main-information {
		height: auto;
		padding-bottom: 6rem
	}
}

@media (max-width:1000px) {
	.main-information {
		height: auto;
		padding-bottom: 3rem
	}
}

.header {
    padding-top: 2rem;
    padding-bottom: 4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

@media (max-height:800px) {
	.header {
		padding-bottom: 3rem
	}
}

.logo-box a {
	font-size: 1.68rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	display: block
}

@media (max-width:500px) {
	.logo-box a {
		font-size: 1.3rem
	}
}

.navigation ul {
	list-style: none
}

.navigation ul li {
	display: inline-block
}

.navigation ul li a {
	text-decoration: none;
	font-size: 1.12rem;
	padding: .8rem 1.25rem;
	color: #fff;
	transition: .3s;
	display: block
}

.navigation ul li a:hover {
	background-color: #6570ff
}
._blue-link {
	background-color: #6570ff
}
@media (max-width:1000px) {
	.navigation {
		display: none
	}
}

.navigation-mobile {
	position: relative;
	display: none
}

.navigation-mobile__burger {
	cursor: pointer;
	display: flex
}

.navigation-mobile__burger-label {
	font-size: 16px;
	color: #fff;
	margin-right: 10px
}

.navigation-mobile__burger--close .navigation-mobile__burger-line:first-child {
	-webkit-transform: rotate(46deg) translateY(13px);
	transform: rotate(46deg) translateY(13px)
}

.navigation-mobile__burger--close .navigation-mobile__burger-line:nth-child(2) {
	opacity: 0
}

.navigation-mobile__burger--close .navigation-mobile__burger-line:last-child {
	-webkit-transform: rotate(-46deg) translateY(-13px);
	transform: rotate(-46deg) translateY(-13px)
}

.navigation-mobile__burger-line {
	width: 24px;
	height: 4px;
	background-color: #fff;
	transition: .5s
}

.navigation-mobile__burger-line:nth-child(2) {
	margin: 5px 0
}

.navigation-mobile__menu {
	padding: 20px;
	background-color: #1c1d27
}

.navigation-mobile__menu ul {
	list-style: none
}

.navigation-mobile__menu ul li a {
	display: block;
	width: 100%;
	transition: .3s;
	color: #fff;
	padding: .8rem 1.25rem;
	margin: 10px 0;
	text-decoration: none
}

.navigation-mobile__menu ul li a:hover {
	background-color: #fff;
	color: #6570ff
}

@media (max-width:1000px) {
	.navigation-mobile {
		display: block
	}
}

.primary-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width:950px) {
	.primary-header {
		flex-direction: column;
		align-items: center
	}
}

.primary-header .icon-block {
	margin-right: 3.75rem
}

@media (max-width:950px) {
	.primary-header .icon-block {
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media (max-width:650px) {
	.primary-header .icon-block {
		width: 130px;
		height: 130px
	}
}

.primary-header .icon-block--info {
	background-size: 60%
}

.primary-header span {
	font-size: 3.18rem;
    color: #fff;
    font-weight: 700;
}

@media (max-width:760px) {
	.primary-header span {
		font-size: 2.58rem;
		text-align: center;
	}
}

@media (max-width:570px) {
	.primary-header span {
		font-size: 2.18rem
	}
}

@media (max-width:440px) {
	.primary-header span {
		font-size: 2rem
	}
}

.primary-header h1 {
	font-size: 3.18rem;
    color: #fff;
    font-weight: 700;
}

@media (max-width:760px) {
	.primary-header h1 {
		font-size: 2.58rem;
		text-align: center;
	}
}

@media (max-width:570px) {
	.primary-header h1 {
		font-size: 2.18rem
	}
}

@media (max-width:440px) {
	.primary-header h1 {
		font-size: 2rem
	}
}
.primary-header .dh1 {
	font-size: 3.18rem;
    color: #fff;
    font-weight: 700;
}

@media (max-width:760px) {
	.primary-header .dh1 {
		font-size: 2.58rem;
		text-align: center;
	}
}

@media (max-width:570px) {
	.primary-header .dh1 {
		font-size: 2.18rem
	}
}

@media (max-width:440px) {
	.primary-header .dh1 {
		font-size: 2rem
	}
}
.icon-block {
    width: 9.40rem;
    height: 9.40rem;
	border-radius: 13px
}

.icon-block--info {
	background: url(../img/icons/logo.png);
	background-color: #4c54ba;
	background-repeat: no-repeat;
	background-position: center
}

.icon-block--diploma {
	background: url(../img/icons/diploma.png);
	background-color: #6570ff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%
}

.icon-block--light {
	background: url(../img/icons/lightbulb.png);
	background-color: #6570ff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%
}

.icon-block--glass {
	background: url(../img/icons/magnifying-glass.png);
	background-color: #6570ff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%
}
.icon-usluga-img {
	/* background-color: #6570ff; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-usluga-img img {
	/* width: 70px; */
	width: 100%;
	height: 100%;
}
.contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap
}

.contacts p {
	font-size: 2.18rem;
	margin-bottom: 2.87rem;
	font-weight: 400;
	color: #fff
}

@media (max-width:600px) {
	.contacts p {
		font-size: 1.5rem
	}
}

.contacts__row {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	margin-bottom: 1.25rem,
}

@media (max-width:790px) {
	.contacts__row {
		width: 100%;
		font-size: 1rem
	}
}

@media (max-width:529px) {
	.contacts__row {
		font-size: .6rem
	}
}

.contacts__row--last {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.contacts__row a,
.contacts__row span {
	display: block
}

@media (max-width:529px) {
	.contacts__row a,
	.contacts__row span {
		font-size: 1rem
	}
}

.contacts__row p {
	display: block;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 16px;
	    padding-top: .6rem;
    padding-bottom: .6rem;
    border: 6px solid #6570ff;
	    padding-right: 6px;
    padding-left: 6px;
}

@media (max-width:790px) {
	.contacts__row p {
		margin-left: 20px;
		font-size: 1rem;
		width: 50%
	}
}

@media (max-width:529px) {
	.contacts__row p {
		font-size: .6rem
	}
}

.contacts__item {
	padding: 0.9rem 0;
	display: inline-block;
	font-size: 1.75rem;
	color: #fff;
	border-radius: 16px;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease 0s;
	width: 100%;
	height: 62.78px;
}

.contacts__item--whatsapp {
	background-color: #25D366;
}
.contacts__item--whatsapp:hover {
	background-color: #1ea851;
}
.contacts__item--telegram {
	background-color: #0088cc;
}
.contacts__item--telegram:hover {
	background-color: #05699b;
}
@media (max-width:420px) {
	.contacts__item {
		font-size: 1rem;
		/* border: 2px solid #6570ff */
	}
}

@media (max-width:790px) {
	.contacts__item {
		font-size: 1rem;
		/* border: 4px solid #6570ff */
	}
}


.contacts__item--email {
	padding-left: 5.5rem;
    padding-right: 5.5rem;
}

@media (max-width: 767px) {
	.contacts__item {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		height: 50px;
	}
}

.contacts__item--phone {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
}

@media (max-width:790px) {
	.contacts__item--phone {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		margin-right: 0;
		width: 50%
	}
}

.services {
	padding: 3.5rem 0
}

.services p {
	font-size: 2.18rem;
	margin-bottom: 3rem;
	font-weight: 400;
	text-align: center
}

@media (max-width:600px) {
	.services p {
		font-size: 1.5rem
	}
}

.services span {
	font-size: 1.75rem;
	line-height: 2;
	text-align: center;
	display: block
}

@media (max-width:600px) {
	.services span {
		font-size: 1rem;
		line-height: 1.6
	}
}

@media (max-width:800px) {
	.services {
		padding: 3rem 0
	}
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	width: 100%;
	gap: 50px;
	padding: 0 15px;

}

.service-block {
	grid-column-start: span 3;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px;
}

.service-block p {
	margin-bottom: 8px
}

.service-block__icon-box {
	width: 5rem;
	height: 5rem;
	border-radius: 16px;
}
.service-block-box {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
}
.service-block-box .service-block__info-link {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.7rem;
    font-weight: 700;
}
.service-block__icon-box--vk {
	background: url(../img/icons/vk.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #6570ff; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

.service-block__icon-box--wats {
	background: url(../img/icons/whatsapp.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 6rem;
	height: 6rem;
	/* background-color: #77ff65; */
	/* background-size: 6rem 6rem; */
}

.service-block__icon-box--viber {
	background: url(../img/icons/viber.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #8d65ff; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

.service-block__icon-box--ok {
	background: url(../img/icons/odnok.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #ffb865; */
	background-size: contain;
	width: 6rem;
	height: 6rem;

}

.service-block__icon-box--fb {
	background: url(../img/icons/fb.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #4350fc; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

.service-block__icon-box--inst {
	background: url(../img/icons/ig.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #d265ff; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

.service-block__icon-box--tg {
	background: url(../img/icons/tg.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #6570ff; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

.service-block__icon-box--mail {
	background: url(../img/icons/mail.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #ff6565; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}
.service-block__icon-box--tiktok {
	background: url(../img/icons/tiktok.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #FF004F; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}
.service-block__icon-box--phone {
	background: url(../img/icons/phone.svg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #43B51F; */
	background-size: contain;
	width: 6rem;
	height: 6rem;
}

@media (max-width: 767px) {
	.service-block__icon-box {
		/* width: 5rem;
		height: 5rem; */
		/* background-size: 40% */
	}
}

.service-block__info {
	display: flex;
	flex-direction: column;
	width: 80%;
	row-gap: 7px;    margin: auto;

}
.service-block__info a {
	width: 100%;
	    font-weight: 700;
}
.service-block__info-link {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	border-radius: 16px;
	text-align: center;
	padding: 4px 6px
}

.service-block__info-link--vk {
	background-color: #06f
}

.service-block__info-link--wats {
	background-color: #3c3
}

.service-block__info-link--viber {
	background-color: #669
}

.service-block__info-link--ok {
	background-color: #f93
}

.service-block__info-link--fb {
	background-color: #09f
}

.service-block__info-link--inst {
	background-color: #d265ff
}

.service-block__info-link--tg {
	background-color: #39c
}

.service-block__info-link--mail {
	background-color: #f00;
}
.service-block__info-link--tiktok {
	background-color: #000;
}
.service-block__info-link--phone {
	background-color: #f90;
}

.service-block__info-link--detalization {
	width: 100%;
	margin-top: 10px
}


@media (max-width: 998px) {
	.service-block {
		grid-column-start: span 6;
	}
}

@media (max-width: 767px) {
	.service-block {
		margin: 0 10px;
		font-size: 1rem;
		margin-bottom: 2.5rem;
		grid-column-start: span 12;

	}
	.service-block__info {
		align-items: center;
	}
	.service-block__info a {
		max-width: 200px;
		width: 100%;
	}
	.services-wrapper {
		gap: 0;
	}
}

.contact-form {    margin-top: 60px;
	padding: 4.5rem 0;
	background-color: #262737
}

.contact-form .container {
	display: flex;
	flex-direction: column;
}
.contact-form-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 80px;
}
.form-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 50%;
	width: 100%;
	/* padding: 20px;
	border-radius: 5px;
	border: 1px solid #6570ff;
	background-color: rgba(101, 111, 255, 0.3); */
}
.form-block__description,
.contact-form h2 {
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 3.12rem;
	text-align: center;
}
.form-block__description {
    font-size: 2.1rem;
    max-width: 530px;
	margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
	.form-block__description {
		font-size: 20px;
	}
	.contact-form-body {
		flex-wrap: wrap;
		gap: 40px;
	}
	.form-block {
		max-width: 100%;
	}
	.contact-form h2 {
		font-size: 1.3rem
	}
	.form-block__description,
	.contact-form h2 {
		        margin-top: 10px;
		     margin-bottom: 4px;
	}
}

.form input {
	width: 100%;
	height: 62.78px;
	padding: .7rem;
	border-radius: 15px;
	border: none;
	margin-bottom: 18px
}
@media (max-width: 767px) {
	.form input {
		height: 50px;
	}
}
@media (max-width:390px) {
	.form input {
		width: 100%
	}
}

.form textarea {
	padding: 1rem;
	width: 100%;
	resize: none;
	height: 9.87rem;
	border-radius: 15px;
	border: none;
	margin-bottom: 18px
}

.form button {
	background-color: #6570ff;
	font-size: 22px;
	color: #fff;
	border: none;
	width: 100%;
	height: 62.78px;
	border-radius: 15px;
	transition: all .3s ease 0s;
}
.form button:hover {
	background-color: #565ed1;	
}
.benefits {
	padding: 3.5rem 0;
}

.benefits h2 {
	font-size: 2.18rem;
	text-align: center;
	margin-bottom: 3.12rem
}

@media (max-width:767px) {
	.benefits h2 {
		font-size: 1.3rem
	}
	.form button {
		height: 50px;
	}
}

@media (max-width:425px) {
	.contacts__item--phone {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		margin-right: 0;
		width:100%
	}
}
@media (max-width: 425px){
	.contacts__row p {
    margin-top: 20px;
	margin-left: 0;
    font-size: 1rem;
    width: 100%;
}
}
@media (max-width:425px) {
	.contacts__row--last {
	margin-bottom: 0;
	display: block;
	align-items: center;
	justify-content: space-between;
	}
}

@media (max-width:800px) {
	/* .benefits {
		padding-top: 3.5rem
	} */

	section {
		padding: 0;
	}
}

.benefits-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.benefits-block {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0 56px;
}

.benefits-block:not(:last-child) {
	margin-bottom: 60px
}

.benefits-block:nth-child(6) {
	margin-bottom: 0
}

@media (max-width:1000px) {
	.benefits-block:nth-child(6) {
		margin-bottom: 60px
	}
}
@media (max-width: 374px) {
	.benefits-block__picture {
		margin-right: 15px!important; 
	}
}
.benefits-block__picture {
	margin-right: 36px;
	min-width: 65px;
	/* min-height: 65px; */
}

.benefits-block__info span {
	font-size: 20px;
	color: #8b94fe;
	font-weight: bold;
}

.benefits-block__info p {
	font-size: 17px;
}

@media (max-width:800px) {
	.benefits-block__info p {
		line-height: 1.7;
		font-size: 15px
	}
}

@media (max-width:1000px) {
	.benefits-block {
		width: 100%;
		padding: 0
	}
}

.guarantees {
	padding-bottom: 40px;
	background-color: #262737
}

.guarantees h2 {
	font-size: 2.18rem;
	text-align: center;
	margin-bottom: 5.12rem;
	color: #fff
}

@media (max-width:600px) {
	.guarantees h2 {
		font-size: 1.5rem
	}
}

.forwhat {
	padding: 85px 0
}

.forwhat-content {
	background-color: #f7f7f7;
	padding: 60px 0
}

.forwhat-content h1 {
	color: #8b94fe;
font-weight: bold;
	font-size: 24px
}

.forwhat-content p {
	font-size: 18px;
	line-height: 2
}
.forwhat-content ol {
	font-size: 18px;
	line-height: 2
}
.forwhat-content ul {
	font-size: 18px;
	line-height: 2
}

@media (max-width:800px) {
	.forwhat-content p {
		font-size: 16px
	}

.forwhat-content ol {
		font-size: 16px
	}
.forwhat-content ul {
		font-size: 16px
	}



}

.guarantees-block {
	display: flex;
	align-items: center;
	margin-bottom: 4.37rem
}

.guarantees-block .icon-block {
	margin-right: 5.62rem;
	width: 6.12rem;
	height: 6.12rem
}

@media (max-width:940px) {
	.guarantees-block .icon-block {
		display: none
	}
}

.guarantees-block__info {
	width: 70%;
	font-size: 1.4rem;
	color: #fff
}

@media (max-width:940px) {
	.guarantees-block__info {
		width: 100%;
		font-size: 1.4rem
	}
}

@media (max-width:800px) {
	.guarantees-block__info {
		font-size: 17px
	}
}

@media (max-width:940px) {
	.guarantees-block {
		justify-content: center;
		flex-direction: column
	}
}

.howto {
	padding: 85px 0
}

.howto-block:not(:last-child) {
	margin-bottom: 64px
}

.howto-block h2 {
	color: #8b94fe;
	font-weight: 700;
	font-size: 24px
}

.howto-block p {
	font-size: 18px;
	line-height: 2
}

@media (max-width:800px) {
	.howto-block p {
		font-size: 17px
	}
}

.serv-list {
	width: 70%;
	margin: 0 auto;
	font-size: 1.45rem;
	color: #525470;
	text-align: center
}

@media (max-width:940px) {
	.serv-list {
		width: 100%;
		font-size: 1.4rem
	}
}

@media (max-width:800px) {
	.serv-list {
		font-size: 17px
	}
}

.footer {
	background-color: #1e1e2b;
	padding: 1rem 0;
	position: relative
}

.footer__top {
	display: block;
	width: 68px;
	height: 68px;
	background-color: #6570ff;
	background-image: url(../img/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width:930px) {
	.footer__top {
    width: 60px;
    height: 60px;
    background-size: 45%;
    background-position: center;
    margin-top: -12px;
	}
}

.copyright {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.22rem
}

@media (max-width:800px) {
	.copyright {
		font-size: 16px
	}
}

.copyright span {
	color: #525470;
	text-transform: none
}

.work {
	/* display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap; */
	padding: 3.5rem 0;
	background: #262736;
}

.work p{
	font-size: 1.5rem;
}

.work-text{
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}

@media (max-width:800px) {
	.forwhat {
		padding: 0;
	}
}

.howto-block h2{
	margin-bottom: 1rem;
}

.benefits-block__info span{
	margin-bottom: 0.5rem;
	display: block;
}

.forwhat h1{
	margin-bottom: 1rem;
}


.info{margin-top:15px}

.usluga {
	padding: 45px 0;
}
.usluga .container {

}
.usluga-title {font-weight: bold;
	font-size: 1.7rem;
    text-align: center;
	margin-bottom: 2rem;
}
.usluga-expres {
}
.usluga-items-title,
.usluga-expres-title {
	font-size: 20px;
    color: #8b94fe;
    font-weight: bold;
	margin-bottom: 15px;
}
.usluga-items-text,
.usluga-expres-text {
	font-size: 17px;
	margin-bottom: 15px;
}
.usluga-expres-form {
	    padding-bottom: 10px;
	display: flex;
}
.usluga-expres-input {
    padding: .7rem;
	max-width: 400px;
	width: 100%;
    border-radius: 15px 0 0 15px;
	color: white;
	background-color: #262737;
	border: none;
}
.usluga-expres-input::placeholder {
	color: rgba(255, 255, 255, 0.623);
}
.usluga-items-item-btn,
.usluga-expres-btn {
    background-color: #6570ff;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    height: 3rem;
	padding: 0 20px;
    transition: all .3s ease 0s;
}
.usluga-items-item-btn:hover,
.usluga-expres-btn:hover {
    background-color: #565ed1;
}
.usluga-items {
	padding: 50px 0 0 0;
}
.usluga-items-title {
}
.usluga-items-text {
}
.usluga-items-body {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}
.usluga-items-item {
	grid-column-start: span 4;
	border: 1px solid #6570ff;
	border-radius: 5px;
	padding: 30px 20px;
	background-color: rgba(101, 111, 255, 0.3);
	display: flex;
	flex-direction: column;
}
.usluga-items-item-view {
	text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #6570ff;
	margin-bottom: 25px;
}
.usluga-items-item-text {
	margin-bottom: 16px;
}
.usluga-items-item-boxs {
	display: flex;
	flex-direction: column;
	row-gap: 3px;
	margin-bottom: 15px;
	flex: 1 1 100%;
}
.usluga-items-item-box {
	color: #1f515d;
	display: flex;
	align-items: flex-start;
	column-gap: 5px;
}
.usluga-items-item-box-good  {
	color: #075365;
}
.usluga-items-item-box-good svg {
	width: 13px;
	height: 13px;
}
.usluga-items-item-box svg path {
	fill: #ff1717;
}
.usluga-items-item-box-good svg path {
	fill: #6570ff;
}
.usluga-items-item-box svg {
	width: 17.88px;
	height: 17.88px;
	margin-top: 2px;
}
.usluga-items-item-btn svg {
	width: 17.88px;
	height: 19.25px;
}
.usluga-items-item-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 5px;
	width: 100% !important;
	border-radius: 15px;
	line-height: 0;
	min-height: 45px;
}
@media(max-width: 998px) {
	.usluga-items-item {
		grid-column-start: span 6;
	}
}
@media(max-width: 767px) {
	.usluga-items-item {
		grid-column-start: span 12;
	}
}
/*# sourceMappingURL=styles.min.css.map */

.usluga-expres-load-block {
	display: none;
	flex-direction: column;
	row-gap: 20px;
    border: 1px solid #6570ff;
    border-radius: 5px;
    padding: 15px 10px;
    background-color: rgba(101, 111, 255, 0.3);
	max-width: 600px;
	width: 100%;
	margin-top: 30px;
}
.usluga-expres-load-block img {
	width: 80px;
	height: 80px;
}
.usluga-expres-load-block-top {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.usluga-expres-load-progress {
}
.usluga-expres-load {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #eee;
	display: block; /* Скрываем по умолчанию */
	overflow: hidden; /* Скрываем содержимое, выходящее за границы */
}
.usluga-expres-load-block-btns {
	display: none;
	align-items: center;
	column-gap: 20px;
}
.usluga-expres-load-block-btns button {
	background-color: #6570ff;
    font-size: 22px;
    color: #fff;
    border: none;
    border-radius: 15px;
	padding: 0 10px;
    height: 3.4rem;
    transition: all .3s ease 0s;
}
.usluga-expres-load-progress {
	position: absolute;
	height: 100%;
	background-color: #8b94fe;
	width: 0; /* Начальная ширина 0 */
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
	background-size: 35px 35px;
	animation: move 1s linear infinite;
}

@keyframes move {
	0% { background-position: -35px 0; }
	100% { background-position: 35px 0; }
}

.progress-text {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: bold;
}
.usluga-expres-load-good {
	display: none;
	color: #1527fd;
	font-size: 16px;
	text-decoration: underline;
}

.info{
	margin-top: 30px;
	margin-bottom: 20px;
	
}

.info__title{    margin-top: 1.5rem;
	color: #8b94fe;
    font-weight: 700;
    font-size: 24px;
	margin-bottom: 1.5rem;
}

.info__text{
	font-size: 18px;
    line-height: 2;

    @media (max-width: 940px) {
		font-size: 16px;
	}
}

.service-block .service-block-box{
width: 50%;
	margin: auto;
}
.serv-list {
	width: 70%;
	margin: 0 auto;
	font-size: 	1.45rem;
	color: #525470;
	text-align: center;	

	@media (max-width: 940px) {
		width: 100%;
		font-size: 1.4rem;
	}

	@media (max-width: 800px) {
		font-size: 	17px;
	}
}



.benefits .container{

@media(max-width: 1140px) {
			padding: 0px 12px!important;
		}

}


.onei{


	font-size: 18px; color: #828282; position: relative; display: inline-block; text-align: center; width: 100%;
padding: 0;




}
.twoi{font-size: 18px;position: absolute; left: 50%; transform: translateX(-50%); top: 9px;}



.img-container{
	display: flex;
}

.custom-image{    padding-left: 50px;
float: right;
	width: 500px;
	margin: auto;
	margin-bottom: 23px;
}

.custom-image{

@media(max-width: 540px) {
			width: 300px;
			float: none;
			    padding-left: 0px;
		}

}

.form select {
	color: #828282;
    width: 100%;
    height: 62.78px;
    padding: .7rem;
    border-radius: 15px;
    border: none;
    margin-bottom: 18px;
}

 body {
    display: none; /* Скрывает страницу до загрузки */
  }

  .info .container{


@media(max-width: 540px) {
		display: grid;
		}
  	
  }
  @media (max-width: 767px) {
    .form select {
        height: 50px;
    }
}


  .fotion{
    margin-bottom: 1.5rem;


  	
  }
  @media (max-width: 767px) {
    .fotion {
    	margin-bottom: 2rem;
  
    }
}
.px60{
 padding-bottom: 160px;

}
  @media (max-width: 767px) {
    .px60 {
    	 padding-bottom: 60px;
  
    }
}










.mg28{    margin-bottom: 2.8rem;}

/* Основные стили */
.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    display: inline-block;
    position: relative; /* Для правильного позиционирования выпадающего меню */
}

.navigation ul li a {
    text-decoration: none;
    font-size: 1.12rem;
    padding: .8rem 1.25rem;
    color: #fff;
    transition: .3s;
    display: block;
}

.navigation ul li a:hover {
    background-color: #6570ff;
}

._blue-link {
    background-color: #6570ff;
}

/* Выпадающее меню */
.dropdown-menu {
    display: none; /* Прячем меню по умолчанию */
    position: absolute; /* Абсолютное позиционирование для размещения под родительским элементом */
    top: 100%; /* Смещаем вниз относительно родителя */
    left: 0;
    background-color: #1c1d27; /* Цвет фона меню */
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10; /* Устанавливаем меню выше остальных элементов */
    min-width: 200px; /* Минимальная ширина меню */
    padding: 10px 0; /* Отступы внутри меню */
}

.dropdown:hover .dropdown-menu {
    display: block; /* Показываем меню при наведении на родительский элемент */
}

.dropdown-menu li {
    display: block; /* Каждый пункт меню занимает отдельную строку */
    margin-bottom: 10px; /* Отступ между пунктами */min-width: 240px; /* Минимальная ширина меню */
    text-align: center;
}

.dropdown-menu li:last-child {
    margin-bottom: 0; /* Убираем нижний отступ у последнего элемента */
}

.dropdown-menu li a {
    color: #fff;
    padding: .8rem 1.25rem;
    text-decoration: none;
    transition: .3s;
    white-space: nowrap; /* Запрет переноса текста */
    background-color: transparent; /* Прозрачный фон по умолчанию */
}

.dropdown-menu li a:hover {
    background-color: #6570ff; /* Изменение фона при наведении */
    color: #fff; /* Цвет текста при наведении */
}
.service-block__icon-box {
	width: 6rem;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-block__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mbl{

	margin-top: 60px;
}
@media (max-width: 767px) {
	.service-block__icon-box {
		width: 5rem;
		height: 5rem;
	}

.mbl{
margin-top: 20px;

}






}
ul{
	    line-height: 2;
}
ol{
	    line-height: 2;
}

#deviceImage{margin-top:35px;}


ul{
	    font-size: 18px;
}

ol{
	    font-size: 18px;
}/* Адаптация для экранов 325x670 */
@media screen and (max-width: 325px) and (max-height: 670px) {
  /* Общие корректировки */
  html {
    font-size: 12px;
  }
  body {
    padding: 0 5px;
  }
  
  /* Контейнер */
  .container {
    max-width: 100%;
    padding: 0 5px;
  }
  
  /* Заголовок и навигация */
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .logo-box a {
    font-size: 1rem;
  }
  .navigation ul li a {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
  
  /* Основной заголовок */
  .primary-header span,
  .primary-header h1,
  .primary-header .dh1 {
    font-size: 1.5rem;
  }
  
  /* Контактные данные */
  .contacts p {
    font-size: 0.9rem;
  }
  .contacts__item {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  
  /* Форма обратной связи */
  .form input,
  .form textarea,
  .form select,
  .form button {
    font-size: 0.9rem;
    padding: 0.5rem;
    height: auto;
  }
  
  /* Сервис-блоки */
  .service-block {
    grid-column: span 12;  /* Занимают всю ширину */
    padding: 5px;
    font-size: 0.9rem;
  }
  .service-block__icon-box {
    width: 3rem;
    height: 3rem;
  }
  
  /* Меню pushy (если используется) */
  .pushy {
    width: 150px;
  }
  .pushy a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  
  /* Дополнительные отступы и размеры */
  .contacts__row,
  .benefits-block,
  .usluga-items-item {
    margin: 0.5rem 0;
  }
}
.custom-image{

@media(max-width: 350px) {
			width: 250px;
			float: none;
			    padding-left: 0px;
		}

}