.__section__ {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

body {
	font-family: "Roboto", sans-serif;
	min-width: 300px;
	padding-top: 92px;
	font-size: 15px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	color: #444444;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #3d4f9f;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight: 500;
}

h1, .h1,
h2, .h2 {
	margin-bottom: 32px;
	font-weight: 300;
	font-size: 48px;
	line-height: 1.2em;
}

.header-md {
	margin-bottom: 28px;
	font-size: 36px;
}

.header-sm {
	font-size: 24px;
	font-weight: 500;
}

h5, .h5, .header-top {
	font-family: "Roboto", sans-serif;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 500;
}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

.section-outer {
	border-bottom: 1px solid #d8e3fe;
}

.section-inner {
	max-width: 900px;
	margin: auto;
	padding: 120px 8px;
}
.section-inner_wide {
	max-width: 1200px;
}

.two-btn-wrapper {
	display: inline-flex;
}
.two-btn-wrapper .btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.two-btn-wrapper .btn:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}

.btn-or-btn-wrapper {
	min-width: max-content;
}
.btn-or-btn-wrapper__or {
	margin-inline: 48px;
	position: relative;
}
.btn-or-btn-wrapper__or::before, .btn-or-btn-wrapper__or::after {
	content: "";
	width: 16px;
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #777777;
}
.btn-or-btn-wrapper__or::before {
	left: -32px;
}
.btn-or-btn-wrapper__or::after {
	right: -32px;
}

.btn {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	margin: 0;
	padding: 12px 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #444444;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.5s;
}
.btn_default:hover {
	border: 1px solid #d8e3fe;
}
.btn_primary {
	color: #3a79ff;
	background-color: #d2e1ff;
}
.btn_primary:hover {
	color: #0756ff;
	background-color: #a0beff;
}
.btn_primary_dark-bg {
	background-color: white;
}
.btn_primary_dark-bg:hover {
	color: #3a79ff;
}
.btn_bright {
	color: #fff;
	background-color: #5e81fe;
}
.btn_bright:hover {
	background-color: #7795fe;
}
.btn_bright_video {
	position: relative;
	padding-right: 32px;
}
.btn_bright_video::after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-48%);
	background-image: url("../images/button-icons/video.svg");
	background-repeat: no-repeat;
}
.btn_light {
	color: #505767;
	border: 1px solid #d8e3fe;
}
.btn_light:hover {
	color: #23272e;
	border-color: #bfd1fd;
}
.btn_light_dark-bg {
	color: white;
	border: 1px solid #d8e3fe;
}
.btn_light_dark-bg:hover {
	background-color: #4a70ff;
}
.btn_alert {
	color: #d43f3f;
	background-color: #ffd7d7;
}
.btn_alert:hover {
	background-color: #ffbebe;
}
.btn_send {
	padding-inline: 48px;
	flex-basis: 180px;
	height: 60px;
	max-height: 60px;
	color: white;
	background-color: #5e81fe;
}
.btn_send:hover {
	background-color: #7795fe;
}
.btn__burger {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	display: none;
	flex-direction: column;
	justify-content: space-around;
	background-color: white;
	border: 2px solid #5e81fe;
	opacity: 0.7;
}
.btn__burger span {
	width: 100%;
	height: 1px;
	display: block;
	border: 1px solid #5e81fe;
}
.btn__burger_active {
	display: none;
	transform: rotate(90deg);
}

.slider-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 12px;
}
.slider-dots__item {
	width: 16px;
	height: 16px;
	background-color: #cdd3e3;
	border-radius: 100%;
	cursor: pointer;
	outline-style: none;
}
.slider-dots__item_active {
	background-color: #5e81fe;
}
.slider-dots .swiper-pagination-bullet-active {
	background-color: #5e81fe;
}
.slider-dots [class*=swiper-button-disabled] {
	display: none;
}
.slider-dots_center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

label {
	color: #505767;
}

input {
	width: 100%;
	min-width: 280px;
	height: 60px;
	padding-inline: 24px;
	background-color: #efeff7;
	border: transparent;
	border-radius: 5px;
}
input::placeholder {
	color: #7a85ad;
}

textarea {
	width: 100%;
	min-width: 280px;
	height: 150px;
	padding: 12px;
	background-color: #efeff7;
	border: transparent;
	border-radius: 5px;
	resize: none;
}
textarea::placeholder {
	color: #7a85ad;
}

label input,
label textarea {
	margin-top: 8px;
}

.form {
	max-width: 500px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: flex-end;
}

@media (max-width: 600px) {
	.section-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	h1, .h1,
	h2, .h2 {
		margin-bottom: 32px;
		font-weight: 500;
		font-size: 32px;
		line-height: 1.2em;
	}
	h1 span, .h1 span,
	h2 span, .h2 span {
		font-weight: 700;
	}
	input {
		padding: 12px;
	}
	.btn-or-btn-wrapper__or {
		margin-inline: 12px;
	}
	.btn-or-btn-wrapper__or::before {
		display: none;
	}
	.btn-or-btn-wrapper__or::after {
		display: none;
	}
	.two-btn-wrapper {
		display: inline-flex;
		flex-wrap: wrap;
		gap: 12px;
		justify-content: center;
	}
	.two-btn-wrapper .btn:first-child {
		min-width: 200px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.two-btn-wrapper .btn:last-child {
		min-width: 200px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-left: 1px solid #d8e3fe;
	}
}
@media (max-width: 400px) {
	input, textarea {
		min-width: 120px;
	}
}
.section-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: white;
}
.section-header .section-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.section-header_scrolled {
	box-shadow: 0px 0px 8px 0px gray;
}
.section-header_scrolled .section-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-navigation {
	display: flex;
	gap: 40px;
	align-items: center;
}
.main-navigation__inner {
	flex-grow: 1;
	display: flex;
	gap: 40px;
	align-items: center;
}

.logo {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #5e81fe;
	border-radius: 100%;
}
.logo__img {
	width: 24px;
	height: 24px;
	filter: invert(1);
	transform: rotate(6deg);
	transition: 0.5s;
}
.logo__img:hover {
	transform: rotate(30deg);
}

.top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 40px;
}
.top-menu__item {
	min-width: max-content;
}
.top-menu__item-link {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 14px;
	font-weight: 500;
	color: #505767;
	text-decoration: none;
	transition: color 0.5s;
	position: relative;
}
.top-menu__item-link:hover {
	color: #5e81fe;
}
.top-menu__item-link::after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #5e81fe;
	transform-origin: bottom left;
	transition: width 0.5s;
}
.top-menu__item-link:hover::after {
	width: 100%;
}
.top-menu__item-link_active {
	font-weight: 700;
	color: #5e81fe;
}
.top-menu__item-external {
	padding-left: 20px;
	position: relative;
}
.top-menu__item-external::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	background: url("../images/icons/link-share.svg") no-repeat;
	background-size: contain;
	filter: grayscale(1) opacity(0.5);
}

.socials {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: auto;
	display: flex;
	gap: 40px;
}
.socials__item {
	display: flex;
	align-items: center;
}
.socials__item-link {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	color: #505767;
	text-decoration: none;
}
.socials__item-link:hover {
	color: #5e81fe;
}
.socials__item-link-img {
	width: 24px;
	height: 24px;
	filter: grayscale(1);
	transition: 0.5s;
}
.socials__item-link-img:hover {
	filter: grayscale(0);
}

@media (max-width: 1150px) {
	body {
		padding-top: 72px;
	}
	.section-header .section-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section-header .btn__burger {
		display: flex;
		transition: 0.1s;
	}
	.section-header .main-navigation {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px;
	}
	.section-header .main-navigation__inner {
		width: 100%;
		padding: 24px 24px 36px;
		display: none;
		flex-direction: column;
		align-items: start;
		background-color: white;
	}
	.section-header .main-navigation__inner_active {
		display: flex;
	}
	.section-header .top-menu {
		flex-direction: column;
	}
	.section-header .socials {
		margin-left: initial;
		gap: 20px;
	}
	.section-footer .logo {
		display: none;
	}
	.section-footer .top-menu {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	.section-footer .main-navigation__inner {
		flex-direction: column;
		align-items: center;
	}
	.section-footer .main-navigation__inner .socials {
		margin-left: initial;
		gap: 20px;
	}
	.section-footer .copyright {
		margin-left: initial;
		text-align: center;
	}
}
.main-content {
	min-height: 90vh;
	background-color: #f5f8ff;
}
.main-content__inner {
	padding: 80px 24px;
}
.main-content h2 {
	margin-top: 60px;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 500;
}
.main-content p {
	margin: 24px 0 16px;
}
.main-content a {
	color: #5e81fe;
}
.main-content a:hover {
	text-decoration: none;
}
.main-content__link-download {
	padding-left: 32px;
	position: relative;
}
.main-content__link-download::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/icons/arrow-download.svg") no-repeat;
	background-size: contain;
	filter: grayscale(1) opacity(0.5);
}
.main-content__service-icon {
	width: 64px;
	max-width: 64px;
	max-height: 64px;
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
	filter: contrast(0.6);
}
.main-content .contacts__list {
	margin-bottom: 32px;
	padding-left: 12px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.main-content .contacts__list a {
	color: #505767;
}
.main-content .contacts__list a[href^="tel:"] {
	text-decoration: none;
}
.main-content .contacts__map iframe {
	border: 1px solid #d8e3fe;
}

.feedback {
	max-width: max-content;
	min-height: 60px;
	border: 1px solid #d8e3fe;
	overflow-y: hidden;
	border-radius: 3px;
}
.feedback__form {
	padding: 24px;
	transition: 1s;
	background-color: white;
}
.feedback__result {
	padding: 24px;
	display: none;
	width: 100%;
	min-height: 60px;
	text-align: center;
}
.feedback__result_success {
	background-color: #d7ffd7;
	color: #1d6b17;
}
.feedback__result_alert {
	background-color: #ffd7d7;
	color: #d43f3f;
}

.section-hero-image {
	padding-inline: 0;
	background-color: #f3f6ff;
}

.slider-hero-image {
	min-height: 570px;
	position: relative;
	overflow: hidden;
}
.slider-hero-image__inner {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.slider-hero-image__item {
	flex-basis: 100%;
	flex-shrink: 0;
	height: 570px;
	padding-top: 60px;
	padding-bottom: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-hero-image__item_1 {
	background-image: url("../images/hero-slider/slide-1.jpg");
}
.slider-hero-image__item_2 {
	background-image: url("../images/hero-slider/slide-2.jpg");
}
.slider-hero-image__item_3 {
	background-image: url("../images/hero-slider/slide-3.jpg");
}
.slider-hero-image__item_4 {
	background-image: url("../images/hero-slider/slide-4.jpg");
}
.slider-hero-image__item-content {
	padding: 24px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}
.slider-hero-image__background {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: -1;
	background-color: white;
}
.slider-hero-image__text {
	max-width: 500px;
	margin-bottom: 20px;
}
.slider-hero-image__play-button {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	box-shadow: 0px 10px 50px 0px rgba(201, 209, 231, 0.6);
	transition: 0.5s;
}
.slider-hero-image__play-button:hover {
	transform: scale(1.1);
}
.slider-hero-image__dots {
	bottom: 40px;
}
.slider-hero-image__dots .slider-dots__item {
	border: 1px solid white;
}

@media (max-width: 600px) {
	.slider-hero-image__item {
		padding-top: 60px;
	}
}
.section-customers .section-inner {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-evenly;
	gap: 40px;
}
.section-customers__link {
	width: 117px;
	display: flex;
	align-items: flex-end;
}
.section-customers__link img {
	filter: grayscale(0);
	opacity: 1;
}
.section-customers__img {
	max-width: 117px;
	max-height: 20px;
	filter: grayscale(1);
	opacity: 0.5;
	transition: 0.5s;
}
.section-customers__img:hover {
	filter: grayscale(0);
	opacity: 1;
}

@media (max-width: 600px) {
	.section-customers .section-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.section-plan-and-manage {
	background-color: #f5f8ff;
	overflow: hidden;
}
.section-plan-and-manage .section-inner {
	padding-top: 140px;
	padding-bottom: 140px;
	padding-inline: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.section-plan-and-manage__content {
	max-width: 400px;
	position: relative;
}
.section-plan-and-manage__content p {
	margin-bottom: 48px;
}
.section-plan-and-manage__poster {
	position: absolute;
	top: -100px;
	left: 320px;
}

@media (max-width: 600px) {
	.section-plan-and-manage .section-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.section-features {
	text-align: center;
	background: url("../images/sections/clouds.svg") 50% 180px no-repeat;
	background-size: contain;
}
.section-features .section-inner {
	padding-top: 140px;
	padding-bottom: 140px;
	padding-inline: 0;
}
.section-features h2 {
	margin-bottom: 88px;
}
.section-features__features {
	margin-bottom: 88px;
	display: flex;
	flex-wrap: wrap;
	gap: 72px 24px;
}

.video {
  background-color: #f5f8ff;
}

.feature {
	flex-basis: 250px;
	flex-grow: 1;
	flex-shrink: 0;
	padding-inline: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.feature + .feature::before {
	content: "";
	width: 28px;
	margin-left: -28px;
	border-bottom: 4px solid #d8e3ff;
	position: absolute;
	top: 50%;
	left: 0;
}
.feature__icon {
	width: 70px;
	height: 70px;
	margin-bottom: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1f5ff;
	border-radius: 100%;
}
.feature__icon img {
	max-width: 36px;
	max-height: 36px;
}
.feature__header {
	margin-bottom: 36px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
	color: #5e81fe;
}
.feature__desc {
	max-width: 400px;
}

@media (max-width: 600px) {
	.section-features .section-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-features h2 {
		margin-bottom: 60px;
	}
}
.section-stats {
	display: flex;
	background-color: #e2ebff;
}
.section-stats__left, .section-stats__right {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	flex-basis: 360px;
	flex-grow: 1;
	padding: 64px 88px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.section-stats__left {
	align-items: flex-end;
	color: white;
	text-align: end;
	background: #6888ff;
}
.section-stats__right {
	color: #6888ff;
}
.section-stats__icon {
	width: 65px;
	height: 65px;
}
.section-stats__num {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.2em;
}
.section-stats__desc {
	max-width: 300px;
	font-size: 18px;
}

@media (max-width: 800px) {
	.section-stats__left, .section-stats__right {
		padding: 32px 44px;
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}
@media (max-width: 600px) {
	.section-stats {
		flex-direction: column;
	}
	.section-stats__left, .section-stats__right {
		flex-basis: auto;
	}
	.section-stats__left {
		align-items: flex-start;
		text-align: start;
	}
}
.section-faq {
	text-align: center;
}
.section-faq .section-inner {
	padding-top: 140px;
	padding-bottom: 140px;
}
.section-faq__header {
	margin-bottom: 72px;
}

.faq-accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 740px;
	margin-inline: auto;
	text-align: left;
}
.faq-accordion__item {
	border-bottom: 1px solid #d8e3fe;
	cursor: pointer;
}
.faq-accordion__item_active .faq-accordion__item-question-icon {
	filter: grayscale(0.7);
	transform: rotate(180deg);outer video
}
.faq-accordion__item_active .faq-accordion__item-question-text {
	font-weight: 700;
	color: #3d4f9f;
}
.faq-accordion__item_active .faq-accordion__item-answer {
	height: auto;
	display: flex;
}
.faq-accordion__item_active .faq-accordion .btn {
	flex-grow: 1;
}
.faq-accordion__item-question {
	padding: 28px 24px;
	display: flex;
}
.faq-accordion__item-question-icon {
	margin-right: 24px;
	filter: grayscale(1);
	transition: 0.1s;
}
.faq-accordion__item-answer {
	height: 0;
	padding-right: 16px;
	padding-left: 80px;
	padding-bottom: 28px;
	display: none;
	flex-wrap: wrap;
	gap: 48px 24px;
	justify-content: space-between;
	align-items: center;
}
.faq-accordion__item-answer-text {
	flex-basis: 300px;
	flex-grow: 1;
}

@media (max-width: 600px) {
	.section-faq .section-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-faq__header {
		margin-bottom: 36px;
	}
	.faq-accordion__item-answer {
		gap: 24px;
	}
	.faq-accordion__item:last-child {
		border-bottom: none;
	}
	.faq-accordion__item-answer {
		padding-left: 25px;
	}
}
.section-get-started {
	color: white;
	text-align: center;
	background-color: #6384ff;
	background-image: url("../images/sections/clouds-dark-bg.svg");
}
.section-get-started .section-inner {
	padding-top: 90px;
	padding-bottom: 90px;
}
.section-get-started__header {
	color: white;
}
.section-get-started__text {
	max-width: 700px;
	margin-inline: auto;
	margin-bottom: 60px;
}

@media (max-width: 600px) {
	.section-get-started .section-inner {
		padding: 60px 20px;
	}
	.section-get-started__header {
		font-size: 36px;
	}
}
.section-footer {
	border-bottom: none;
}
.section-footer .section-inner {
	padding-top: 60px;
	padding-bottom: 60px;
}

.copyright {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	margin-top: 32px;
	margin-left: 92px;
	font-size: 14px;
	color: #aeb8d0;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

video {
    max-width: 800px; /* Максимальная ширина видео */
    margin: auto;     /* Центрирование по горизонтали */
}
