/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}
/* скрываем каптчу гугла */
.grecaptcha-badge {visibility: hidden;}

html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat-variablefont.ttf') format('truetype supports variations'),
		url('/assets/fonts/montserrat-variablefont.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-stretch: 25% 151%;
	font-display: swap;
}

/*


@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-mediumitalic.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bolditalic.ttf') format('truetype');
	font-display: swap;
} */

/*
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400 900;
	src: url('ed/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('e/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 400 900;
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
} 
*/
:root {
	--color-primary: #4d92fa;
	--color-black: #353535;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: var(--color-black);
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

p b {
	color: var(--color-black);
	font-weight: 700;
}
p strong {
	color: var(--color-primary);
	font-weight: 700;
}
.hyphens p, .hyphens li {
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.hyphens p:last-child, .hyphens li:last-child {
	margin-bottom: 0px;
}

/*

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	transition-duration: .3s;
}

*/

/* таблица в плитке */
.my-card-table td:first-child {
	padding-left: 0;
}
.my-card-table td:last-child {
	padding-right: 0;
	text-align: right;
}

/* таблица с ценами на главной */
.my-price-table {
	
}

/* ссылки в футере */
a.my-footer-link:link, a.my-footer-link:visited, a.my-footer-link:active {
	text-decoration: none;
}
a.my-footer-link:hover {
	color: #ffffff;
	text-decoration: underline;
	transition-duration: .15s;
}

small, .small {
	line-height: 1;
}
.bg-banner {
	/*background-image: url(/assets/img/bg-banner.webp);*/
	background-image: url(https://fakeimg.pl/1920x500/);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.logo-header {
	height: 32px;
}
.logo-footer {
	height: 34px;
}

/* Стили предупреждения о cookie
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}
.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 500ms;
}
/* кнопка наверх */
.tostart {
	width: 3rem;
	height: 3rem;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1002;
	display: none;
	opacity: 1;
}
.tostart:hover {
	cursor: pointer;
	opacity: .75;
	transition-duration: .15s;
}
.img-to-top {
	width:2rem;
	margin:0 auto;
	display:block;
	position:absolute;
	left: 8px;
	top: -3px;
}

/* аккордеон */
/* удираем нижний марджинг последнего абзаца */
.accordion-body p:last-child {
	margin-bottom: 0;
}

/* стили кнопок в слайдере */
.my-prev, .my-next {
	position: absolute;
	top: calc(50% - 1.25rem);
	color: var(--color-warning);
	background-color: #fff;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0px 8px 16px rgba(78, 80, 85, 0.12);
}
.my-next {
	right: 0px;
}
.my-next >svg {
	height: 1.5rem;
	padding-left: 3px;
}
.my-prev > svg {
	height: 1.5rem;
	padding-right: 3px;
}

/* стили верхнего меню*/
.top-menu { /* общее оформление меню */
	font-size: 1rem;
	z-index: 1000;
	position: relative;
}
.top-menu ul{
	display: none;
	background-color: white;
	position: absolute;
	top: 100%;
	opacity: 0;
}
.top-menu li:hover ul {
	display: block;
	opacity: 1;
	-webkit-animation: display-none-transition 0.15s both;
	animation: display-none-transition 0.15s both;
}
@-webkit-keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
@keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
.top-menu, .top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu li {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 .5rem;
}
.top-menu li a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.top-menu ul {
	border: 1px solid var(--color-black);
}
.top-menu ul li {
	float: none;
	white-space: nowrap;
}
.top-menu ul li:hover {
	background-color: white;
}

/* стили mmenu */
.mm-spn--light {
	/* background: #fff; */
}
.mm-spn {
	color: var(--color-primary);
}
.mm-spn a {
	color: var(--color-primary);
}
.mm-spn a:active, .mm-spn a:focus {
	/* color: var(--color-danger);*/
}

/*votes*/
.votes {
	padding: 60px 40px;
	background-color: rgba(21, 81, 229, 0.08);
}
.votes .title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.votes .block-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.votes .block-result {
	text-align: center;
}
.vote-btn {
	border: 0;
	outline: none;
}
.vote-btn:active {
	border: 0;
	background-color: unset;
	border-color: unset;
}
.vote-btn:hover {
	opacity: .5;
}
.vote-btn:disabled {
	color: unset;
	background-color: unset;
	border-color: unset;
	border: 0;
}
/*global*/
.section {
	padding-top: 96px;
}
.title {
	margin-bottom: 48px;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
@keyframes rotate_anticlock {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes rotate_clock {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*header*/
.header {
	background: transparent;
}
.header.active {
	/*background: linear-gradient(to bottom, rgba(24, 17, 83, 0.9), rgba(33, 12, 136, 0.75));*/
	background-color: #fff;
}
.header .top-menu li a {
	font-size: 14px;
	font-weight: 600;
	color: #9D9DA3;
}
.header .top-menu li a:hover,
.header .top-menu li a:active,
.header .top-menu li a:focus-visible {
	color: #ff9d00;
}
.header-btn {
	border-radius: 30px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}
.header-btn:hover,
.header-btn:active,
.header-btn:focus-visible {
	border-color: #ff9d00 !important;
	color: #ff9d00 !important;
}
.header-address {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #9D9DA3;
}
.header-phone {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #9D9DA3;
}
.header-address:hover,
.header-address:active,
.header-address:focus-visible,
.header-phone:hover,
.header-phone:active,
.header-phone:focus-visible{
	color: #ff9d00;
}
/*banner*/
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-banner.webp);
}
.banner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 100px;
	border-right: 1px solid #303030;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 15px;
	background-image: url(/assets/img/banner-seo.svg);
}
.banner .banner-tg {
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 12px 11px 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.banner .container {
	position: relative;
	padding: 150px 0;
}
.banner .container .banner-mouse {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
}
.banner-title {
	margin-right: 16px;
	font-size: 90px;
	color: #ff9d00;
	text-transform: uppercase;
}
.banner .block-subtitle {
	margin-top: -40px;
}
.banner-desc {
	line-height: 23px;
	max-width:141px;
	color:#fff;
	font-size:15px;
	font-weight:500;
}
.banner-desc span {
	color: rgb(255, 157, 0);
}
.banner-subtitle {
	margin-left: 16px;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.banner-list {
	margin-bottom: 0;
	margin-right: 48px;	
	font-size:20px;
	font-weight:500;
	color:#fff;
}
.banner-list li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/banner-list-marker.svg);
}
.banner-list li span {
	color:#ff9d00;
	text-decoration:underline;
}
.banner-list li:not(:last-child) {
	margin-bottom: 16px;
}
.banner-form .form-control {
	height: 48px;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	background-color: transparent;
}
.banner-form .form-control:hover,
.banner-form .form-control:active,
.banner-form .form-control:focus-visible {
	border-color: #ff9d00;
}
.banner-form-btn {
	width: 100%;
	height: 48px;
	border: 1px solid #ff9d00;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.banner-form-btn:hover,
.banner-form-btn:active,
.banner-form-btn:focus-visible {
	background-color: #ff9d00;
	color: #fff;
}
.banner-form .form-check-label span {
	font-size: 12px;
	color: #fff;
}
.banner-form .form-check-label a {
	color: #fff;
}
.banner-form .form-check-label a:hover,
.banner-form .form-check-label a:active,
.banner-form .form-check-label a:focus-visible {
	color: #ff9d00;
}
.banner .gear-title {
	position: absolute;
	top: -30px;
	animation: rotate_clock 4s infinite linear;
}
.banner .gear-2-title {
	position: absolute;
	right: 0;
	animation: rotate_anticlock 4s infinite linear;
}
.banner .gear-list {
	position: absolute;
	bottom: -90%;
	right: 20%;
	animation: rotate_anticlock 4s infinite linear;
}
.banner .gear-2-list {
	position: absolute;
	bottom: -70%;
	right: 15%;
	animation: rotate_clock 4s infinite linear;
}
/*banner-new*/
.banner-new {
	position: relative;
	padding-bottom: 61px;
}
.banner-new .banner {
	position: relative;
	border-radius: 0 0 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-banner-new.webp);
}
.banner-new .banner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 91px;
	border-right: 1px solid rgba(48, 48, 48, .1);;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 10px;
	background-image: url(/assets/img/banner-seo.svg);
	opacity: .5;
}
.banner-new .banner .banner-mouse {
	position: absolute;
	content: '';
	bottom: 0;
	right: 5%;
}
.banner-new .banner .container {
	position: relative;
	padding: 166px 0;
}
.banner-new .banner .banner-title {
	max-width: 600px;
	margin-right: 0;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 55px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #161618;
	text-transform: unset;
}
.banner-new .banner .banner-title-acent {
	color: #e99200;
}
.banner-new .banner .banner-list {
	columns: 2;
	margin-bottom: 24px;
	margin-right: 0;
	font-size: 18px;
	font-weight: 500;
	color: #161618;
}
.banner-new .banner .banner-list li {
	width: max-content;
	padding: 6px 12px 6px 35px;
	border-radius: 120px;
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-image: url(/assets/img/banner-list-marker.svg);
	background-color: #fff;
}
.banner-new .banner .banner-list li span {
	font-weight: 700;
	color: #161618;
	text-decoration: none;
}
.banner-new .banner .form-control {
	height: 80px;
	border-radius: 120px;
	border: 1px solid #d2d2d2;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.15);
	color: #161618;
	background-color: #f9f9f9;
}
.banner-new .banner .banner-form-btn {
	width: 100%;
	height: 80px;
	border-radius: 120px;
	font-size: 22px;
	font-weight: 700;
	color: #fbfbfb;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.12);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    background: linear-gradient(180deg, #ffae00 0%, #e58d00 100%);
}
.checkboxes-container .form-check-input {
	min-width: 16px;
	min-height: 16px;
	margin-top: 0;
}
.checkboxes-container .form-check-label span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #161618;
}
.checkboxes-container .form-check-label span a {
	color: #161618;
}
.banner-new .banner .banner-new-man {
	position: absolute;
	right: 60px;
	bottom: 0;
}
.banner-new .banner .banner-new-medal {
	position: absolute;
	top: 15%;
	right: 1%;
}
.banner-new .banner .block-text {
	margin-top: -35px;
}
.banner-new .banner .banner-new-medal-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
	color: #161618;
}
.banner-new .banner .banner-new-medal-text {
	max-width: 250px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	color: #4b4b4b;
}
.banner-new .block-tile {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1296px;
	margin: 0 auto;
}
.banner-new .block-tile .card {
	padding: 20px 25px;
	border: 0;
	border-radius: 20px;
	backdrop-filter: blur(40px);
	box-shadow: 5px 11px 43px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-new .block-tile .card-top {
	margin-bottom: 12px;
}
.banner-new .block-tile .card-top span {
	font-weight: 275;
	font-size: 48px;
	line-height: 1;
	color: #CBCACA;
}
.banner-new .block-tile .card-title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 145%;
	color: #14122c;
}
.banner-new .block-tile .card-title span {
	font-weight: 700;
}
.banner-new .block-tile .card-text {
	font-size: 14px;
	line-height: 120%;
	color: #5b5b5b;
}
/*products*/
.products .block-title {
	margin-bottom: 48px;
}
.products .title {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-right: 10px;
}
.products .title-link {
	order: 1;
	flex-shrink: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #ff9d00;
}
.products .block-title:after {
	content: " ";
	height: 2px;
	margin: 0 20px;
	background-color: #e7e7e7;
	flex-grow: 1;
	opacity: .5;
}
.products .card {
	border: 0;
	border-radius: 15px;
	background-color: #f7f8fa;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
}
.products .prod-title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
}
.products .prod-title span {
	text-decoration: underline;
	color: #ff9d00;
}
.products .prod-list {
	font-size: 17px;
	font-weight: 300;
}
.products .prod-list span {
	font-weight: 700;
	color: #ff9d00;
}
.products .btn-view {
	width: 238px;
	height: 60px;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}

/*feedback*/
.feedback .block-form {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 42px 48px 41px 250px;
	border-radius: 34px;
	color: #fff;
	background-image: linear-gradient(0deg, rgba(22, 22, 22, 1) 0%, rgba(18, 10, 143, 1) 100%);
}
.feedback .block-form-btn {
	padding: 20px 30px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 19px;
	line-height: 1;
	color: #fff;
}
.feedback .block-form-btn:hover,
.feedback .block-form-btn:active,
.feedback .block-form-btn:focus-visible {
	background-color: #ff9d00;
}
.feedback .img-logo,
.feedback .img-roket {
	position: absolute;
}
.feedback .img-logo {
	top: 15px;
	left: 24px;
	max-width: 80px;
}
.feedback .img-roket {
	top: -10px;
	left: 50px;
}
.feedback .block-form-text {
	max-width: 445px;
	margin-bottom: 0;
	font-size: 17px;
}
/*why-are-we*/
.why-are-we .block-title {
	margin-bottom: 48px;
}
.why-are-we .title {
	max-width: 425px;
	margin-bottom: 0;
}
.why-are-we .right-block {
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/assets/img/title-fon.png);
}
.why-are-we .right-block span:first-child {
	font-size: 20px;
	font-weight: 700;
}
.why-are-we .title-desc {
	max-width:430px;
	font-size: 15px;
	line-height: 1.4;
	text-align: right;
}
.why-are-we .card {
	max-width: 416px;
	margin: 0 auto;
	padding: 48px;
	border-radius: 16px;
	border: 0;
}
.why-are-we .card-1 {
	background-color: #f1f5ff;
}
.why-are-we .card-2 {
	background-color: #fef6ee;
}
.why-are-we .card-3 {
	background-color: #f2f3f7;
}
.why-are-we .card img {
	max-width: 140px;
}
.why-are-we .card-3 img {
	max-width: 110px;
}
.why-are-we .card-body {
	padding: 48px 0 0;
}
.why-are-we .card-title {
	margin-bottom: 48px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.why-are-we .card-1 .card-title {
	color: #120b86;
}
.why-are-we .card-2 .card-title {
	color: #ff9d00;
}
.why-are-we .card-text {
	font-size: 17px;
	text-align: center;
}
/*price*/
.price .block-title {
	margin-bottom: 48px;
}
.price .title {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-right: 10px;
}
.price .title-img {
	order: 1;
	flex-shrink: 0;
	padding-left: 10px;
}
.price .block-title:after {
	content: " ";
	height: 2px;
	margin: 0 20px;
	background-color: #e7e7e7;
	flex-grow: 1;
	opacity: .5;
}
.price .nav-tabs {
	margin-bottom: 48px;
	border: 0;
}
.price .card {
	border: 0;
	border-radius: 32px;
	background-color: #f2f3f7;
	overflow: hidden;
}
.price .card .block-img {
	position: relative;
}
.price .card .block-img .price {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 65px;
	border-radius: 50px;
	border: 2px solid #ff9d00;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	background-color: #fff;
}
.price .card-body {
	padding: 24px 16px;
}
.price .card .price-title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}
.price .card .block-price-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.price .card .block-price-list ul li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/price-list-marker.svg);
}
.price .card .block-price-list ul li:not(:last-child) {
	margin-bottom: 12px;
}
.price .card-footer {
	padding: 0 16px 24px;
	border: 0;
	background-color: transparent;
}
.price .card-footer .price-btn {
	width: 100%;
	height: 55px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}
/*faq*/
.faq {
	padding-bottom: 48px;
	background-color: #f7f9ff;
}
.faq .title {
	max-width: 400px;
	margin-bottom: 96px;
}
.faq .block-img {
	position: relative;
	margin-bottom: 96px;
}

.faq .block-img .faq-gear {
	position: absolute;
	top: 0;
	right: 14%;
	animation: rotate_anticlock 4s infinite linear;
}
.faq .faq-btn {
	max-width: 347px;
	padding: 10px 32px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 17px;
	font-weight: 600;
}
.faq .faq-btn:hover,
.faq .faq-btn:active,
.faq .faq-btn:focus-visible {
	color: #fff;
	background-color: #ff9d00;
}
.faq .accordion-body {
	padding: 0 0 40px;
}
.faq .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq .accordion-item:first-of-type,
.faq .accordion-item:last-of-type {
	border-radius: 0;
}
.faq .accordion-item:first-of-type .accordin-button,
.faq .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq .accordion-button::after {
	content: unset;
}
.faq .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq .accordion-button:not(.collapsed) svg {
	transform: rotate(-45deg);
}
.faq .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq .accordion-button:hover svg g {
	stroke: #fff;
}
.faq .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
/*faq-2*/
.faq-2 .accordion-body {
	padding: 0 0 40px;
}
.faq-2 .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq-2 .accordion-item:first-of-type,
.faq-2 .accordion-item:last-of-type {
	border-radius: 0;
}
.faq-2 .accordion-item:first-of-type .accordin-button,
.faq-2 .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq-2 .accordion-button::after {
	content: unset;
}
.faq-2 .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq-2 .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq-2 .accordion-button:not(.collapsed) svg {
	transform: rotate(-45deg);
}
.faq-2 .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq-2 .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq-2 .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq-2 .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq-2 .accordion-button:hover svg g {
	stroke: #fff;
}
.faq-2 .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq-2 .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
/*feedback-2*/
.feedback-2 {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-feedback-2.webp);
}
.feedback-2 .block-title {
	position: relative;
}
.feedback-2 .block-title .title-img {
	position: absolute;
	bottom: -38%;
	left: 30%;
}
.feedback-2 .title {
	margin-bottom: 44px;
	font-size: 95px;
	font-style: italic;
	line-height: 1.1;
	text-align: center;
	color: #fff;
}
.feedback-2 .title span {
	color: #ff9d00;
}
.feedback-2 .feedback-desc {
	max-width: 331px;
	margin: 0 auto 48px;
	font-size: 15px;
	color: #fff;
}
.feedback-2 .block-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 330px;
	height: 60px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}
.feedback-2 .block-btn .btn:hover,
.feedback-2 .block-btn .btn:active,
.feedback-2 .block-btn .btn:focus-visible,
.feedback-2 .block-btn a:hover,
.feedback-2 .block-btn a:active,
.feedback-2 .block-btn a:focus-visible {
	background-color: #ff9d00;
}
.feedback-2 .gear-title {
	position: absolute;
	right: -20%;
	bottom: 20%;
	animation: rotate_anticlock 4s infinite linear;
}
.feedback-2 .gear-2-title {
	position: absolute;
	left: 20%;
	bottom: 20%;
	animation: rotate_clock 4s infinite linear;
}
.feedback-2 .gear-list {
	position: absolute;
	top: 10%;
	right: 25%;
	animation: rotate_anticlock 4s infinite linear;
}
.feedback-2 .gear-2-list {
	position: absolute;
	top: -10%;
	right: 21%;
	animation: rotate_clock 4s infinite linear;
}
/*contacts-home*/
.contacts-home {
	padding-bottom: 48px;
}
.contacts-home iframe {
	width: 100%;
}
.contacts-home-phone,
.contacts-home-mail,
.contacts-home-address {
	font-size: 17px;
	color: #000;
	text-decoration: none;
}
.contacts-home-phone:hover,
.contacts-home-phone:active,
.contacts-home-phone:focus-visible,
.contacts-home-mail:hover,
.contacts-home-mail:active,
.contacts-home-mail:focus-visible,
.contacts-home-address:hover,
.contacts-home-address:active,
.contacts-home-address:focus-visible {
	color: #ff9d00;
}
/*footer*/
.footer {
	padding: 96px 0 16px;
}
.footer .row:first-of-type {
	padding-bottom: 96px;
}
.footer .footer-list-nav {
	font-weight: 500;
}
.footer .footer-list-nav li:not(:last-child) {
	margin-bottom: 16px;
}
.footer .footer-list-nav li a {
	color: #14122c;
}
.footer .footer-list-nav li a:hover,
.footer .footer-list-nav li a:active,
.footer .footer-list-nav li a:focus-visible {
	color: #ff9d00;
	text-decoration: none;
}
.footer .footer-address,
.footer .footer-phone {
	font-weight: 500;
	text-decoration: none;
	color: #14122c;
}
.footer .footer-address:hover,
.footer .footer-address:active,
.footer .footer-address:focus-visible,
.footer .footer-phone:hover,
.footer .footer-phone:active,
.footer .footer-phone:focus-visible {
	color: #ff9d00;
	text-decoration: none;
}
.footer .footer-bottom-link {
	color: #353535;
}
.footer .footer-bottom-link:hover,
.footer .footer-bottom-link:active,
.footer .footer-bottom-link:focus-visible {
	color: #ff9d00;
}
/*development-steps*/
.development-steps p strong {
	color: #000;
}
.development-steps .title {
	font-size: 30px;
	text-transform: none;
}
.development-steps .steps-list {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	list-style: none;
	counter-reset: section;
	cursor: pointer;
}
.development-steps .steps-list-item::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-right: 12px;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background-color: #ff9d00;
	counter-increment: section;
	content: counter(section);
}
.development-steps .steps-list-item {
	display: flex;
	align-items: center;
	opacity: .5;
}
.development-steps .steps-list-item:not(:last-child) {
	margin-bottom: 16px;
}
.development-steps .steps-list-item.active {
	opacity: 1;
}
.development-steps .block-stages {
	display: none;
	padding: 24px;
	border-radius: 34px;
	background-color: #f7f9ff;
}
.development-steps .block-stages.active {
	display: block;
}
.development-steps .block-stages-title {
	margin-bottom: 24px;
}
.development-steps .block-stages-title .d-flex {
	padding-top: 10px;
}
.development-steps .block-stages-title span:first-child {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ff9d00;
}
.development-steps .block-stages-title span:last-child {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.block-timeline-stages {
	flex: .7;
}
.block-timeline-stages:first-child {
	flex: .5;
}
.block-timeline-stages:nth-child(5) {
	flex: .3;
}
.block-timeline-stages:nth-child(6) {
	flex: .4;
}
.block-timeline-stages:nth-child(7) {
	flex: .4;
}
.block-timeline-stages:last-child {
	position: relative;
	flex: .1;
	display: flex;
	align-items: flex-end;
	height: 31px;
}
.block-timeline-stages:last-child span:first-child {
	position: absolute;
	top: 0;
	left: -100%;
}
.block-timeline-stages span:last-child {
	display: block;
	width: 100%;
	height: 7px;
	border-radius: 6px;
	background-color: #ebebeb;
}
.block-timeline-stages.active span:last-child {
	background-color: #ff9d00;
}
.block-timeline-stages:not(:last-child) {
	margin-right: 8px;
}
.block-team .card {
	border: 0;
	opacity: .5;
	cursor: pointer;
}
.block-team .card.active {
	opacity: 1;
}
.block-team .card img {
	display: block;
	max-width: 128px;
	margin: 0 auto;
	border-radius: 20px;
}
.block-team .card-body {
	padding: 24px 0 0;
}
.block-team .card-title {
	margin-bottom: 4px;
	font-weight: 700;
	text-align: center;
}
.block-team .card-text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.block-team .card-desc {
	font-size: 14px;
	text-align: center;
}
.faq-3 .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq-3 .accordion-item:first-of-type,
.faq-3 .accordion-item:last-of-type {
	border-radius: 0;
}
.faq-3 .accordion-item:first-of-type .accordin-button,
.faq-3 .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq-3 .accordion-button::after {
	content: unset;
}
.faq-3 .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq-3 .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq-3 .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq-3 .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq-3 .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq-3 .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq-3 .accordion-button:hover svg g {
	stroke: #fff;
}
.faq-3 .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq-3 .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
.faq-3 .btn-text {
	display: flex;
	flex-direction: column;
}
.faq-3 .btn-text span:first-child {
	color: #ff9d00;
}
/*team*/
.team .swiper-slide img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.team .block-text {
	padding: 18px 20px;
}
.team .card-title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}
.team .card-text,
.team .card-desc {
	font-size: 12px;
}
.team .swiper-button-prev,
.team .swiper-button-next {
	width: 14px;
	height: 25px;
}
.team .swiper-button-prev::after,
.team .swiper-button-next::after {
	font-size: 25px;
	color: #616161;
}
.team .swiper-button-prev {
	left: -20px;
}
.team .swiper-button-next {
	right: -20px;
}
/*payment*/
.payment .card {
	padding: 24px 16px;
	border: 0;
	border-radius: 20px;
	background-color: rgba(241, 245, 246, 0.6);
	transition: all .3s ease-in-out;
}
.payment .card-img {
	max-width: 48px;
	margin-bottom: 38px;
}
.payment .card-body {
	padding: 0 0 24px;
}
.payment .card-title {
	margin-bottom: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #120b86;
	transition: all .3s ease-in-out;
}
.payment .card-list {
	margin-bottom: 0;
	font-size: 14px;
	color: #2e2e2e;
	transition: all .3s ease-in-out;
}
.payment .card-list li {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-image: url(/assets/img/payment-list-marker.svg);
}
.payment .card-list li span {
	font-weight: 700;
}
.payment .card-list li:not(:last-child) {
	margin-bottom: 8px;
}
.payment .card-footer {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.payment .card-btn {
	width: 100%;
	height: 80px;
	padding: 10px;
	border-radius: 120px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #fff;
	background-color: #ff9d00;
	transition: all .3s ease-in-out;
}
.payment .card:hover {
	background-color: #ff9d00;
}
.payment .card:hover > .card-body .card-title {
	color: #fff;
}
.payment .card:hover > .card-body .card-list {
	color: #fff;
}
.payment .card:hover > .card-body .card-list li {
	background-image: url(/assets/img/payment-list-marker-active.svg);
}
.payment .card:hover > .card-footer .card-btn {
	color: #ff9d00;
	background-color: #fff;
}
/*banner-tile*/ 
.banner-tile .card {
	padding: 20px 25px;
	border: 0;
	border-radius: 20px;
	backdrop-filter: blur(40px);
	box-shadow: 5px 11px 43px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-tile .card-top {
	margin-bottom: 40px;
}
.banner-tile .card-top span {
	font-weight: 275;
	font-size: 48px;
	line-height: 1;
	color: #e5e4e4;
}
.banner-tile .card-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
	color: #14122c;
}
.banner-tile .card-text {
	font-size: 14px;
	line-height: 120%;
	color: #5b5b5b;
}
/*modal*/
.modal-header {
	padding-bottom: 0;
	border: 0;
}
.modal-title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.modal-desc {
	margin-bottom: 24px;
	font-size: 17px;
	text-align: center;
}
.modal .form-control {
	height: 60px;
	margin-bottom: 24px;
	border-radius: 5px;
	border: 1px solid #c9c9c9;
}
.modal-btn {
	width: 100%;
	height: 55px;
	border-radius: 100px;
	font-weight: 700;
	color: #fff;
	background-color: #ff9d00;
}
/*payment-block*/
.payment-block .block-fon {
	border-radius: 30px;
	padding: 64px 48px;
	background: linear-gradient(180deg, #130a8f 0%, #161616 100%);
}
.payment-block .block-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.payment-block .title {
	margin-bottom: 0;
	color: #fff;
}
.payment-block .card {
	padding: 20px 16px 30px;
	border: 0;
	border-radius: 20px;
	background-color: #f7f9fa;
}
.payment-block .card img {
	display: block;
	max-width: 58px;
	margin-bottom: 32px;
}
.payment-block .card-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 118%;
	letter-spacing: 0.01em;
	color: #14122c;
}
.payment-block-btn {
	width: 30%;
	height: 65px;
	border-radius: 120px;
	border: 2px solid transparent;
	padding: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.12);
	background-color: #ff9d00;
}
.payment-block-btn:hover,
.payment-block-btn:active,
.payment-block-btn:focus-visible {
	border-color: #ff9d00 !important;
	color: #fff !important;
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	/* мобильная млоденная версия таблицы */
	.my-price-table {
		border: 0;
	}
	.my-price-table thead {
		display: none;
	}

	.my-price-table tr {
		margin-bottom: 1rem;
		display: block;
		border-bottom: 1px solid var(--color-black);
	}

	.my-price-table td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted var(--color-black);
		border-right: 1px solid transparent;
	}
	.my-price-table td:last-child {
		border-bottom: 0;
	}

	.my-price-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	.logo-header {
		height: 25px;
	}
	.section {
		padding-top: 60px;
	}
	.title {
		font-size: 26px;
		text-align: center;
	}
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 25px;
	}
	.banner .block-subtitle {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-top: -12px;
		margin-bottom: 16px;
	}
	.banner-desc {
		margin-left: 16px;
		line-height: 12px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 25px;
	}
	.banner-list {
		font-size: 12px;
	}
	.banner .rocket-img {
		display: none;
	}
	.banner .gear-list {
		bottom: -15%;
		right: 10%;
	}
	.banner .gear-2-list {
		bottom: 20%;
		right: 0;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.banner::before {
		content: unset;
	}
	.products .card-body {
		padding: 16px 12px;
	}
	.products .prod-title {
		font-size: 17px;
	}
	.products .prod-list {
		font-size: 14px;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 110px 12px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 12px;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -45px;
		left: 24px;
		max-width: 107px;
	}
	.feedback .block-form-btn {
		font-size: 16px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.why-are-we .card-body {
		padding: 24px 0 0;
	}
	.why-are-we .card-title {
		margin-bottom: 24px;
	}
	.price .block-mob .block-left {
		padding: 24px 12px;
	}
	.price .block-mob .block-right {
		padding: 24px 12px;
	}
	.price .block-mob .block-left-title,
	.price .block-mob .block-right-title {
		margin-bottom: 24px;
		text-align: center;
	}
	.faq .title {
		margin-bottom: 48px;
	}
	.faq .block-img {
		margin: 0 auto 48px;
	}
	.faq .accordion-button {
		padding: 12px 0;
		font-size: 14px;
	}
	.faq .accordion-body {
		font-size: 12px;
	}
	.faq .faq-btn {
		padding: 10px 12px;
		font-size: 16px;
	}
	.faq-2 .accordion-button {
		font-size: 14px;
	}
	.faq-2 .accordion-body {
		font-size: 12px;
	}
	.feedback-2 {
		padding: 100px 0 50px;
	}
	.feedback-2 .block-title {
		max-width: 296px;
		margin: 0 auto 32px;
	}
	.feedback-2 .title {
		margin-bottom: 0;
		font-size: 45px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -44%;
		left: 1%;
		max-width: 48px;
	}
	.feedback-2 .gear-list {
		top: -25%;
		right: 25%;
	}
	.feedback-2 .gear-2-list {
		top: -70%;
		right: 10%;
	}
	.feedback-2 .gear-2-title {
		left: 0;
		bottom: -65%;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 254px;
		min-height: 44px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	.feedback-2 .block-btn {
		flex-direction: column;
	}
	.feedback-2 .feedback-desc {
		max-width: 209px;
	}
	.footer {
		padding-top: 48px;
	}
	.footer .row:first-of-type {
		padding-bottom: 80px;
	}
	.team .block-swiper {
		padding: 0 40px;
	}
	.team .swiper-button-prev {
		left: 0;
	}
	.team .swiper-button-next {
		right: 0;
	}
	.faq-3 .accordion-button {
		font-size: 14px;
	}
	.faq-3 .accordion-body {
		font-size: 12px;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 150px 0 40px;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 8%;
		left: 0;
		right: unset;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 140px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -10px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 165px;
		font-size: 10px;
	}
	.banner-new .banner .banner-title {
		margin-bottom: 12px;
		font-size: 32px;
	}
	.banner-new .banner .banner-list {
		columns: 1;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.banner-list li:not(:last-child) {
		margin-bottom: 8px;
	}
	.banner-new .banner .banner-form-btn {
		height: 50px;
		font-size: 16px;
	}
	.banner-new .banner .form-control {
		height: 50px;
	}
	.banner-tile .card {
		padding: 10px;
	}
	.banner-tile .card-top {
		margin-bottom: 0;
	}
	.banner-tile .card-top span {
		font-size: 40px;
	}
	.banner-tile .card-title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.price .card .block-img .price {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44vw;
		height: 10vw;
		padding: 6px;
		font-size: 16px;
	}
	.payment .card-img {
		max-width: 48px;
		margin-bottom: 24px;
	}
	.payment .card-btn {
		height: 50px;
		font-size: 18px;
	}
	.payment-block .block-fon {
		padding: 32px 24px;
	}
	.payment-block-btn {
		width: 100%;
		height: 50px;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 45px;
	}
	.banner .block-subtitle {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-top: -12px;
	}
	.banner-desc {
		margin-left: 16px;
		line-height: 16px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 45px;
	}
	.banner-list {
		font-size: 16px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.banner::before {
		content: unset;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 200px 24px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -70px;
		left: 24px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.faq .title {
		margin-bottom: 48px;
	}
	.faq .block-img {
		margin: 0 auto 48px;
	}
	.feedback-2 .title {
		margin-bottom: 70px;
		font-size: 70px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -54%;
		left: 6%;
	}
	.feedback-2 .gear-list {
		top: -14%;
		right: 5%;
	}
	.feedback-2 .gear-2-list {
		top: -47%;
		right: 0;
	}
	.feedback-2 .gear-2-title {
		left: 0;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 254px;
		min-height: 44px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	.feedback-2 .block-btn {
		flex-direction: column;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 70px 0;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 20%;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 140px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -20px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 200px;
		font-size: 10px;
	}
	.banner-new .banner .banner-title {
		font-size: 46px;
	}
	.banner-new .banner .banner-list {
		font-size: 16px;
	}
	.banner-list li:not(:last-child) {
		margin-bottom: 10px;
	}
	.banner-new .banner .banner-form-btn {
		height: 60px;
		font-size: 16px;
	}
	.banner-new .banner .form-control {
		height: 60px;
	}
	.price .card .block-img .price {
		padding: 13px 40px;
		font-size: 26px;
	}
	.payment-block-btn {
		width: 50%;
	}
}
/* Устройства Medium (планшеты, менее 992 пикселей) */
@media  (min-width: 768px) and (max-width: 991.98px) {
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 50px;
	}
	.banner .block-subtitle {
		margin-top: -12px;
	}
	.banner-desc {
		line-height: 16px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 50px;
	}
	.banner-list {
		font-size: 18px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.banner::before {
		content: unset;
	}
	.products .title {
		padding-right: 0;
	}
	.products .title-link {
		padding-left: 0;
	}
	.products .prod-title {
		font-size: 17px;
	}
	.products .prod-list {
		font-size: 16px;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 200px 24px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -70px;
		left: 24px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.feedback-2 .title {
		margin-bottom: 70px;
		font-size: 70px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -54%;
		left: 19%;
	}
	.feedback-2 .gear-list {
		top: -14%;
		right: 25%;
	}
	.feedback-2 .gear-2-list {
		top: -47%;
		right: 20%;
	}
	.feedback-2 .gear-2-title {
		left: 15%;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		font-size: 14px;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 70px 0;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 20%;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 150px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -20px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 200px;
		font-size: 12px;
	}
	.price .card .block-img .price {
		padding: 6px 18px;
		font-size: 20px;
	}
	.payment-block-btn {
		width: 50%;
	}
}


/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media  (min-width: 992px) and (max-width: 1199.98px) { 
	.banner-title {
		font-size: 70px;
	}
	.banner-subtitle {
		font-size: 70px;
	}
	.banner .block-subtitle {
		margin-top: -30px;
	}
	.banner-list {
		margin-right: 10px;	
		font-size:18px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.feedback .block-form {
		padding: 42px 48px 41px 200px;
	}
	.feedback .block-form-text {
		max-width: 370px;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.price .block-text-desc {
		font-size: 15px;
	}
	.block-timeline-stages span:first-child {
		font-size: 12px;
	}
	.block-timeline-stages:last-child span:first-child {
		top: 5px;
		left: -110%;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 30%;
	}
	.banner-new .banner .banner-form-btn {
		font-size: 20px;
	}
	.banner-new .block-tile {
		max-width: 960px;
	}
	.banner-new .block-tile .card-top {
		margin-bottom: 10px;
	}
	.price .card .block-img .price {
		padding: 8px 24px;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media  (min-width: 1200px) and (max-width: 1399.98px) {
	.block-timeline-stages span:first-child {
		font-size: 12px;
	}
	.block-timeline-stages:last-child span:first-child {
		top: 5px;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 30%;
	}
	.banner-new .block-tile {
		max-width: 1140px;
	}
	.price .card .block-img .price {
		padding: 10px 45px;
	}
}