body {
	position: relative;
	margin:0;
  font-optical-sizing: auto;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
}
* {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
*:before,
*:after {
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	display: block;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 1.04vw;
	font-weight: 400;
	line-height: 1.35;
}

/* --------------------------------
	
intro
	
-------------------------------- */
.section {
	padding: 7.29vw 0; 
}
#intro {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
	padding: 220px 0 70px 0;
}
.intro-bg {
	position: relative;
	height: 100%;
	width: 35%;
	border-radius: 50%;
}
.flex-intro {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.intro-content {
	margin: 0;
	width: 60%;
}
h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 2.52vw;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 1.25vw 0;
}
.intro-content p {
	font-size: 1.04vw;
	width: 60%;
	margin: 0 0 1.67vw 0;
}

/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
}
.b1-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b1-item {
	width: 40%;
	margin: 0 0 3.13vw 0;
}
.title {
	font-size: 2.52vw;
	text-transform: uppercase;
	margin: 0 0 3.33vw 0;
	font-weight: 900;
  font-family: 'Exo 2', sans-serif;
}
.b1-title .title {
	padding: 0 0 3.33vw 5.21vw;
	margin: 0;
}
.b1-bg {
	width: 100%;
	border-radius: 0 1.25vw 0 0;
	height: 100%;
	object-fit: cover;
}
.b1-ico {
	width: 3.65vw;
	margin: 0 0 16px 0;
}
.b1-item h3 {
	font-family: 'Exo 2', sans-serif;
	font-size: 1.25vw;
	margin: 0 0 1.25vw 0;
}
.btn {
	font-weight: 500;
	position: relative;
	font-size: 16px;
	line-height: 14px;
	color: #fdfdfd;
	background: var(--yell);
	border: 2px solid var(--yell);
	border-radius: 35px;
	padding: 12px 24px;
	flex: 0 0 auto;
	display: inline-block;
}

/* --------------------------------
	
b2
	
-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.b2-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3.33vw 0;
}
.b2-item {
	position: relative;
	background: #fff;
	padding: 1.67vw 2.71vw;
	width: calc(25% - 12px);
	border-radius: 16px;
	border: 2px solid #171718;
}
.b2-item:last-child {
	background: transparent;
	border: 2px solid #449ceb;
}
.b2-num {
	font-family: 'Exo 2', sans-serif;
	font-size: 1.04vw;
	color: #449ceb;
	margin: 0 0 1.67vw 0;
	display: block;
}
.b2-item p {
	font-size: 1.04vw;
	font-weight: 700;
	text-transform: uppercase;
}
.b2-offer {
	display: flex;
	align-items: flex-start;
	width: 60%;
}
.b2-offer p {
	margin: 0 0 0 4.38vw;
}
.b2-offer p span {
	font-weight: 700;
}

/* --------------------------------
	
b3
	
-------------------------------- */
#b3 {
	position: relative;
}
.b3-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b3-title {
	width: 50%;
	position: sticky;
	top: 6.21vw;
}
.b3-content {
	width: 50%;
	display: flex;
	justify-content: center;
}
.b3-step-grid {
	width: 50%;
}
.b3-title .title {
	width: 70%;
}
.b3-title img {
	border-radius: 24px;
	width: 100%;
}
.b3-step-item {
	margin: 0 0 2.92vw 0;
}
.b3-step-item:nth-of-type(2n) {
	transform: translateX(30%);
}
.b3-num {
	font-family: 'Exo 2', sans-serif;
	font-size: 2.50vw;
	font-weight: 700;
	margin: 0 0 0.83vw 0;
	display: block;
	color: #449ceb;
}

/* --------------------------------
	
b4
	
-------------------------------- */
#b4 {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
#b4::before {
	background: url(../img/b4.svg) no-repeat center bottom / contain;
	width: 13.54vw;
	height: 13.54vw;
	bottom: 0;
	left: 35%;
}
.b4-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b4-content {
	width: 50%;
}
.b4-txt {
	width: 55%;
}
.b4-txt p {
	margin: 0 0 0.83vw 0;
}
.b4-offer {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b4-offer img {
	border-radius: 24px;
	flex-grow: 1;
	object-fit: cover;
}
.b4-offer-group {
	padding: 0 5.21vw 0 0;
}
.b4-offer-group p {
	font-size: 1.67vw;
	font-weight: 700;
	margin: 2.60vw 0 1.67vw 0;
}
.b4-offer-group p span {
	color: #449ceb;
}

/* --------------------------------
	
b5
	
-------------------------------- */
#b5 {
	position: relative;
	overflow: hidden;
}
.b5-slider {
	position: relative;
}
.b5-item.swiper-slide img {
	border-radius: 16px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b5-item.swiper-slide {
	height: auto;
}
.slider-btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.96vw;
	height: 3.96vw;
	cursor: pointer;
	background: #1F1F20;
	border-radius: 50%;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	top: 40%;
	z-index: 1;
}
.slider-btn img {
	position: relative;
	width: 0.83vw;
	height: 0.83vw;
}
.slider-btn:hover {
	background: rgba(12, 12, 12, 0.7);
}
.slider-btn.prev-button-slide {
	left: 0;
	transform: translateX(-50%);
}
.slider-btn.next-button-slide {
	right: 0;
	transform: translateX(50%);
}
.slider-btn.prev-button-slide.swiper-button-disabled {
	opacity: 0;
}
.swiper-scrollbar {
	position: relative;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.15);
	margin: 2.08vw 0 0 0;
	display: flex;
  align-items: center;
}
.swiper-scrollbar-drag {
	position: relative;
	background: #449ceb;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	cursor: grab;
}

/* --------------------------------
	
b6
	
-------------------------------- */
#b6 {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.b6-title {
	margin: 0 0 3.33vw 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b6-title .title {
	margin: 0;
}
.b6-title .swiper-scrollbar {
	width: 100%;
	height: 1px;
	margin: 0 0 0 4.08vw;
}
.b6-slider {
	position: relative;
	color: #1F1F20;
}
.b6-slider .swiper-slide {
	height: auto;
}
.b6-item-testi {
	background: #fff;
	padding: 2.34vw;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 16px;
	height: 100%;
}
.b6-item-testi h3 {
	font-size: 1.25vw;
	font-weight: 700;
}
.b6-item-txt {
	flex-grow: 1;
	margin: 1.04vw 0 2.92vw 0;
}
.b6-item-txt p {
	flex-grow: 1;
	margin: 0 0 0.83vw 0;
}
.b6-item-video {
	position: relative;
  pointer-events: none;
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.b6-item-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}
.video-control {
	position: absolute;
	width: 5.73vw;
	height: 5.73vw;
	z-index: 1;
	cursor: pointer;
	will-change: transform;
	opacity: 0.33;
	pointer-events: auto;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.video-play:hover {
	opacity: 0.53;
	transform: scale(1.1);
}
.video-control img {
	width: 100%;
}
.video-over {
	transform: scale(0);
	opacity: 0;
}
.video-is-playing .video-play {
	transform: scale(0);
	opacity: 0;
}
.video-is-playing .video-over {
	transform: scale(1);
	opacity: 0.2;
}
.b6-item-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2.34vw 0 0 0;
}
.b6-slider-raiting {
	display: flex;
	align-items: center;
}
.b6-slider-raiting img {
	width: 1.25vw;
	margin: 0 0 0 0.21vw;
}
.b6-item-footer p {
	font-size: 0.83vw;
	font-weight: 700;
}

/* --------------------------------
	
b7
	
-------------------------------- */
#b7 {
	position: relative;
}
.b7-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b7-title {
	width: 30%;
	position: sticky;
	top: 6.21vw;
}
.b7-title img {
	width: 100%;
	border-radius: 24px;
}
.b7-content {
	width: 65%;
	background: rgba(31, 31, 32, 0.05);
	padding: 2.50vw;
	border-radius: 24px;
}
.accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.acc-hidden {
	padding: 0 0 1.25vw 0;
	display: none;
}
.acc-target {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.24vw;
	font-weight: 700;
	cursor: pointer;
	padding: 1.67vw 0;
}
.acc-hidden p {
	margin: 0 0 0.83vw 0;
}
.acc-hidden p:last-child {
	margin: 0;
}
.acc-hidden p a {
	color: #1F1F20;
	font-weight: 600;
}
.acc-ind {
	width: 0.83vw;
	height: 0.83vw;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	margin: 0 0 0 3vw;
}
.active .acc-ind {
	transform: rotate(90deg);
}

/* --------------------------------
	
b8
	
-------------------------------- */
#b8 {
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.b8-flex {
	display: flex;
	justify-content: space-between;
}
.b8-content {
	width: 30%;
}
.footer-contact-item {
	margin: 0 0 1.25vw 0;
}
.footer-contact-item span {
	display: block;
	margin: 0 0 0.42vw 0;
	font-size: 0.73vw;
	color: rgba(0, 0, 0, 0.43);
}
.footer-contact-item a, .footer-contact-item p {
	display: inline-block;
	font-size: 1.04vw;
	font-weight: 500;
	color: #000;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.footer-contact-item a:hover {
	color: #449ceb;
}
.footer-offer {
	margin: 2.92vw 0 0 0;
}
.b8-form {
	width: 50%;
	padding: 3.50vw 4.17vw;
	border-radius: 24px;
	border: 2px solid #449ceb;
}
.b8-form-header {
	margin: 0 0 1.25vw 0;
}
.b8-form-header h3 {
	margin: 0 0 0.83vw 0;
	font-size: 1.88vw;
	text-transform: uppercase;
}
.b8-form-header p {
	font-size: 1.25vw;
	font-weight: 700;
}
.b8-form-header p a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.b8-form-header p a img {
	width: 1.25vw;
}

/* --------------------------------
	
	адаптив
	
-------------------------------- */
@media (max-width: 1600px) {






}

@media (max-width: 1400px) {






}

@media (max-width: 1200px) {
p, li {
	font-size: 16px;
}
.flex-intro {
	width: 100%;
}
h1 {
	font-size: 5vw;
	margin: 0 0 32px 0;
}
.intro-content p {
	font-size: 20px;
	margin: 0 0 32px 0;
}
.header-tel {
	font-size: 2vw;
	font-weight: 300;
	margin: 0 40px 0 0;
}
.b1-container {
	padding: 70px 0 0 0;
	flex-direction: column;
}
.b1-title {
	width: 100%;
}
.b1-title .title {
	padding: 0 32px 40px 32px;
}
.b1-bg {
	border-radius: 0;
}
.b1-grid {
	width: 100%;
}
.b1-ico {
	width: 70px;
}
.b1-item h3 {
	font-size: 24px;
	margin: 0 0 16px 0;
}
.section {
	padding: 70px 0;
}
.title {
	font-size: 36px;
	margin: 0 0 32px 0;
}
.b2-grid {
	margin: 0 -8px 40px -8px;
	flex-wrap: wrap;
}
.b2-item {
	padding: 32px;
	width: calc(50% - 16px);
	margin: 8px;
}
.b2-num {
	font-size: 32px;
	margin: 0 0 24px 0;
}
.b2-item p {
	font-size: 20px;
}
.b2-offer {
	width: 100%;
}
.b2-offer p {
	margin: 0 0 0 70px;
}
.b3-flex {
	flex-direction: column;
}
.b3-title {
	width: 100%;
	position: relative;
	top: 0;
}
.b3-title .title {
	width: 100%;
}
.b3-content {
	width: 100%;
	margin: 40px 0 0 0;
	justify-content: flex-start;
}
.b3-num {
	font-size: 40px;
	margin: 0 0 16px 0;
}
.b3-step-grid {
	width: 40%;
}
.b4-flex {
	flex-direction: column;
}
.b4-content {
	width: 100%;
	padding: 0 0 40px 0;
}
.b4-txt {
	width: 100%;
}
.b4-offer {
	width: 100%;
	padding: 0;
}
.b4-offer-group {
	padding: 40px 0 0 0;
}
#b4::before {
	display: none;
}
.b4-offer-group p {
	font-size: 24px;
	margin: 0 0 24px 0;
}
.slider-btn {
	width: 56px;
	height: 56px;
	top: 43%;
}
.slider-btn img {
	width: 10px;
	height: 10px;
}
.b6-title {
	margin: 0 0 32px 0;
}
.b6-title .swiper-scrollbar {
	margin: 0 0 0 70px;
}
.b6-item-testi h3 {
	font-size: 24px;
}
.b6-item-txt p {
	margin: 0 0 12px 0;
}
.b6-item-txt {
	margin: 16px 0 24px 0;
}
.b6-item-footer {
	margin: 24px 0 0 0;
}
.b6-item-footer p {
	font-size: 12px;
}
.b6-slider-raiting img {
	width: 16px;
	margin: 0 0 0 4px;
}
.video-control {
	width: 76px;
	height: 76px;
}
.b6-item-testi {
	padding: 24px;
}
.b7-flex {
	flex-direction: column;
}
.b7-title {
	width: 100%;
	position: relative;
	top: 0;
}
.b7-content {
	width: 100%;
	padding: 32px;
	border-radius: 16px;
	margin: 40px 0 0 0;
}
.acc-target {
	font-size: 20px;
	padding: 16px 0;
}
.acc-ind {
	width: 12px;
	height: 12px;
	margin: 0 0 0 40px;
}
.acc-hidden {
	padding: 0 0 32px 0;
}
.b8-flex {
	flex-direction: column;
}
.b8-content {
	width: 100%;
	margin: 0 0 40px 0;
}
.b8-form {
	width: 100%;
	padding: 32px;
	border-radius: 16px;
}
.b8-form-header h3 {
	margin: 0 0 8px 0;
	font-size: 24px;
}
.b8-form-header {
	margin: 0 0 24px 0;
}
.b8-form-header p a img {
	width: 24px;
}
.b8-form-header p {
	font-size: 16px;
}
.footer-flex {
	padding: 40px 0;
}
.copy {
	font-size: 12px;
	margin: 0 70px 0 0;
}
.dev {
	font-size: 12px;
}
.footer-flex::before {
	display: none;
}
.intro-bg {
	height: 100%;
	width: 50%;
	object-fit: contain;
	object-position: bottom right;
}
.b3-step-item {
	margin: 0 0 32px 0;
}
.b4-txt p {
	margin: 0 0 12px 0;
}
.tel-mobile {
	display: block;
	font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.footer-contact-item span {
	margin: 0 0 8px 0;
	font-size: 14px;
}
.footer-contact-item a, .footer-contact-item p {
	font-size: 18px;
}










}

@media (max-width: 991px) {
.header-tel {
	font-size: 3vw;
}
.intro-bg {
	width: 70%;
}
.b1-item {
	width: 43%;
	margin: 0 0 40px 0;
}
.b2-item p {
	font-size: 16px;
}
.b2-offer {
	flex-direction: column-reverse;
}
.b2-offer p {
	margin: 0 0 32px 0;
}
.b3-step-grid {
	width: 100%;
}
.b3-step-item:nth-of-type(2n) {
	transform: translateX(0%);
}
.b3-step-item {
	padding: 0 0 32px 0;
	border-bottom: 1px solid rgba(12, 12, 12, 0.2);
}
.intro-content p {
	width: 80%;
}
h1 {
	margin: 0 0 24px 0;
}
.flex-intro {
	flex-direction: column;
	align-items: flex-start;
}
.intro-content {
	margin: 0 0 40px 0;
	width: 100%;
}
.slider-btn.prev-button-slide {
	transform: translateX(-20%);
}
.slider-btn.next-button-slide {
	transform: translateX(20%);
}






}

@media (max-width: 767px) {
h1 {
	font-size: 9vw;
}
.intro-content p {
	font-size: 16px;
	width: 100%;
}
.intro-bg {
	width: 100%;
	border: 0;
	border-radius: 16px;
}
.b1-title .title {
	padding: 0 24px 24px 24px;
}
.b1-grid {
	padding: 0;
}
.b1-item {
	width: 100%;
}
.b2-grid {
	margin: 0 0 40px 0;
}
.b2-item {
	padding: 24px;
	width: 100%;
	margin: 0 0 8px 0;
}
.b2-num {
	font-size: 24px;
}
.b3-title img {
	border-radius: 16px;
}
.b3-step-item:last-child {
	padding: 0;
}
.b4-content {
	padding: 0 0 40px 0;
}
.title {
	font-size: 28px;
	margin: 0 0 24px 0;
}
.slider-btn {
	width: 40px;
	height: 40px;
	top: 40%;
}
.b6-title .swiper-scrollbar {
	margin: 0 0 0 32px;
}
.b7-title img {
	border-radius: 16px;
}
.b7-content {
	padding: 32px 16px;
}
.acc-target {
	font-size: 16px;
}
.b8-form {
	padding: 32px 16px;
}
.tel-mobile {
	font-size: 16px;
}
#intro {
	padding: 200px 0 70px 0;
}
















}
