/* ALL */

* {
	transition: 0.3s;
  }

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,p,span {
	margin: 0;
	padding: 0;
}

a {

	color: #233656;
}

body {
	margin: 0 auto;
	color: #233656;
	font-style: normal;
	font-family: 'Manrope', sans-serif;
}

/* h2 {
	font-weight: 500;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 40px;
} */

/*Обнуление*/
* {
	padding: 0;
	margin: 0;
	border: 0;
 }
 
 *, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
 :focus, :active {
	outline: none;
 }
 
 a:focus, a:active {
	outline: none;
 }
 
 nav, footer, header, aside {
	display: block;
 }
 
 html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
 }
 
 input, button, textarea {
	font-family: inherit;
 }
 
 input::-ms-clear {
	display: none;
 }
 
 button {
	cursor: pointer;
 }
 
 button::-moz-focus-inner {
	padding: 0;
	border: 0;
 }
 
 a, a:visited {
	text-decoration: none;
 }
 
 a:hover {
	text-decoration: none;
 }
 
 ul li {
	list-style: none;
 }
 
 img {
	vertical-align: top;
 }
 
 h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
 }
 
 /*------------------------------------------*/


.wrapper {
 padding-left: 5%; padding-right: 5%;
}

 .form_error {
     color: white !important;
     font-weight: bold;
 }

/* HEADER */

header {
 background: #0059FF;
 border-radius: 0px 0px 30px 30px;
}

/* START HEADER */

.wrapper_header {
	padding: 0 20px;
   max-width: 1357px;
   margin: 0 auto;
}

.header_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	/* border: 3px solid #005BFF; */
	padding: 5px 20px;
	border-radius: 30px;
 }

/* Стиль для озон страницы */
.header_container {
	/* background: #005BFF; */
	background: radial-gradient(129.53% 129.53% at 50% 100%, #0055FF 0%, #4A99FF 100%);	
}

.glow {
    box-shadow: 0px 0px 40px 15px #ff0000b8;
    background: #ff000088;
    border-radius: 30px;	
	transition: 0.3s;
}

.glow:hover {
	box-shadow: 0px 0px 40px 20px #ff0000b8;
}

.header_container a {
	color: white;
}

.header_container img {
	filter: brightness(0) invert(1);
}


/* end Стиль для озон страницы */


/* Стиль для wb страницы */

.header_wb {
	/* background: #a73392; */
	background: radial-gradient(129.53% 129.53% at 50% 100%, #8f31a2 0%, #d71f8b 100%)
}

/* end Стиль для wb страницы */

 .header_logo_mob {
	display: none;
 }
 
 .header_conection {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	max-width: 410px;
 }
 
 
 .tel_link {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000;
 }
 
 .header_nav li {
	position: relative;
 }
 
 .header_nav a.parent {
	margin: 0px 20px 0px 0px;
 }
 
 .header_list > li {
	position: relative;
	margin-right: 30px;
 }
 .header_list > li:last-child {
	margin-right: 0px;
 }
 
 .header_link {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	transition: all 0.3s ease-in-out;
 }
 .header_link:hover {
	color: #a396d5;
 }
 
 /* выпадающее меню */
 /* .sub_header_list {
	display: none;
	min-width: 150px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 15px 0px 0px 0px;
 }
 .sub_header_list a.parent {
	margin: 0px;
 }
 .sub_header_list li {
	background-color: #FFF;
 }
 
 .sub_header_link {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	transition: all 0.3s ease-in-out;
 }
 .sub_header_link:hover {
	color: #DE7184;
 }
 
 .sub_sub_header_list {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 180px;
	padding: 0px 0px 0px 5px;
 }
 .sub_sub_header_list li {
	background-color: #000;
 }
 
 .sub_sub_header_link {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	transition: all 0.3s ease-in-out;
 }
 .sub_sub_header_link:hover {
	color: #DE7184;
 }
 
 .arrow {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 0;
	height: 0;
	transition: transform 0.3s ease 0s;
	border-top: 10px solid #000;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
 }
 
 .arrow.active {
	transform: rotate(-180deg);
 }
 
 .sub_header_arrow.arrow {
	right: 5px;
	border-left: 10px solid #000;
	border-right: none;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
 }
 
 body.mouse .header_list > li:hover .sub_header_list {
	display: block;
 }
 
 body.mouse .sub_header_list > li:hover .sub_sub_header_list {
	display: block;
 }
 
 body.touch .sub_header_list.open {
	display: block;
 }
 
 body.touch .sub_sub_header_list.open {
	display: block;
 }
 
 body.touch .arrow {
	display: block;
 }
  */
 .burger_icon {
	display: none;
 }
 
 .header_conection_mob {
	display:none;
 }

 .header_tel_link{
	padding: 10px 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	border: 2px solid #fff;
	border-radius: 30px;
 }

 .header_tel_link:hover {
	background-color: rgba(255, 255, 255, 0.275);
    transform: translate(0px, -2px);
    box-shadow: rgba(53, 53, 53, 0.32) 0px 5px 5px 5px;
 }

 .header_tel_mob {
	display: none;
 }

 /*Бургер меню*/
 body.lock {
	overflow: hidden;
 }
 
 @media (min-width: 1250px) {
	.header_list {
	  display: flex;
	  align-items: center;
	}
 }
 @media (max-width: 1250px) {

	.header_tel {
      display: none;
    }

    .header_tel_mob {
      display: block;
      margin-top: 50px;
      text-align: center;
    }

	.burger_icon {
	  z-index: 5;
	  display: block;
	  position: relative;
	  width: 40px;
	  height: 30px;
	  cursor: pointer;
	}
	.burger_icon span,
	.burger_icon::before,
	.burger_icon::after {
		 left: 0;
		 position: absolute;
		 height: 10%;
		 width: 100%;
		 transition: all 0.3s ease 0s;
		 background-color: #fff;
		 }
	.burger_icon::before,
	.burger_icon::after {
		 content: "";
		 }
		 .burger_icon::before {
		 top: 0;
		 }
		 .burger_icon::after {
		 bottom: 0;
		 }
		 .burger_icon span {
		 top: 50%;
		 transform: scale(1) translate(0px, -50%);
		 }
		 .burger_icon.active span {
		 transform: scale(0) translate(0px, -50%);
		 }
		 .burger_icon.active::before {
		 background-color: #fff;
		 top: 50%;
		 transform: rotate(-45deg) translate(0px, -50%);
		 }
		 .burger_icon.active::after {
		 background-color: #fff;
		 bottom: 50%;
		 transform: rotate(45deg) translate(0px, 50%);
		 }
		 .header_nav {
		 z-index: 1;
		 position: fixed;
		 top: 0;
		 left: -100%;
		 width: 100%;
		 height: 100%;
		 background-color: rgba(0, 0, 0, 0.9);
		 padding: 100px 30px 30px 30px;
		 transition: left 0.3s ease 0s;
		 overflow: auto;
		 }
		 .header_nav:before {
		 content: "";
		 position: fixed;
		 width: 100%;
		 top: 0;
		 left: 0;
		 height: 70px;
		 }
		 .header_nav.active {
		 left: 0;
		 }
		 .header_list {
		 text-align: center;
		 max-width: 240px;
		 margin: 0 auto;
		 margin-top: 100px;
		 }
		 .header_nav a.parent {
		 margin: 0;
		 }
		 .header_list > li {
		 flex-wrap: wrap;
		 margin: 0px 0px 30px 0px;
		 }
		 .header_list > li:last-child {
		 margin-bottom: 0;
		 }
		 .header_link {
		 color: #FFF;
		 font-size: 34px;
		 line-height: 40px;
		 }
		 .sub_header_list {
		 position: relative;
		 margin: 0px 0px 15px 0px;
		 }
		 .sub_sub_header_list {
		 padding: 0px 5px;
		 position: relative;
		 left: 0;
		 top: 0;
		 }
		 .arrow {
		 border-top: 10px solid #fff;
		 }
		 .sub_header_arrow.arrow {
		 right: 5px;
		 border-left: 7px solid transparent;
		 border-bottom: none;
		 border-top: 10px solid #000;
		 border-right: 7px solid transparent;
		 }

		 /* .header_conection_mob {
			margin-top: 30px;
			display:flex;
			flex-direction: column;
			align-items: center;
		 }

		 .header_button_ozon {
			margin-top: 30px;
		 } */
		 


		 @media (max-width: 850px) {

			.header_conection {
			  display: none;
			}

			.header_conection_mob {
			  margin-top: 100px;
			  display:flex;
			  flex-direction: column;
			  align-items: center;
			}
 
			.header_button_ozon {
			  margin-top: 30px;
			}

			.header_list {
			  margin-top: 30px;
			}
		 }
 }
 /* Меню Бургер */
 /* END HEADER */



 /* START CASE_SECTION */

.wrapper_case{
	padding: 0 20px;
	max-width: 1357px;
	margin: 0 auto;
}

.cases_section {
	/* min-height: 1132px; */
	margin-top: 100px;
}

.case_title h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 122px;
	text-align: center;
	color: #F2FAFA;
	position: relative;
	top: 83px;
	margin-bottom: 166px;
}

.flex-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.slider-wrapper {
	max-width: 1357px;
  /* border-radius: 30px; */
	width: 100%;
	height: 577px;
	position: relative;
	/* box-shadow: 10px 10px 44px -10px rgba(0,0,0,0.75); */
}

.slide {
	display: none;
	box-shadow: 0px 2px 41px rgba(112, 112, 112, 0.367);
	border-radius: 30px;
	/* padding: 30px; */
	/* width: 1360px; */
	height: 580px;

}

.slider_content {
  display: flex;
  flex-direction: column;
	margin: 0 130px;
  padding-top: 150px;

}

.slider_header {
  max-width: 550px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 46px;
  color: #FFFFFF;
  text-transform: none;
}

.slider_text {
  max-width: 490px;
  margin-top: 40px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: none;
}

.button_container {
  margin-top: 30px;
  display: flex;

}

.slider_btn_left {
  padding: 12px 30px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: 700;
  color: white;
  font-size: 16px;
}

.slider_btn_left:hover {
	/* box-shadow: 0px 0px 15px 25px #35353552; */
	background-color: #ffffff46;
	transform: translate(0,-2px);
	-webkit-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	box-shadow: 0px 5px 5px 5px #35353552;
}


.slider_btn_right {
  padding: 12px 13px;
  background: #FFFFFF;
  border-radius: 20px;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  font-size: 16px;
}

.slider_btn_right:hover {
	background-color: #ececec;
	transform: translate(0,-2px);
	-webkit-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	box-shadow: 0px 5px 5px 5px #35353552;
}


.btn_ozon{
  color: #005bff;
}



.slide_content {
	display: flex;
   	flex-direction: column-reverse;
	box-sizing: border-box;
	height: 577px;
	max-width: 1290px;
	margin: 0 20px;
	color: #fff;
}

.slide_content span {
	padding: 20px;
	border: solid white 1px;
	background-color: #5f6db9c7;
	backdrop-filter: blur(5px);
	border-radius: 5px;
	background: linear-gradient(99.97deg, rgba(65, 21, 137, 0.5) 16.54%, rgba(99, 3, 107, 0.5) 100.52%);
  border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	backdrop-filter: blur(7px);
	border-radius: 20px;
}



.name_of_slide {
	display: flex; 
	justify-content: space-between;
	margin-bottom: 30px;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 40px;
	flex-wrap: wrap;
	align-items: center;
}


.name_of_slide > span {

	padding: 10px;
	overflow-wrap: break-word;
	margin-right: 15px;
	/* width: fit-content; */
}

/* Важный медиазапрос для названия слайда, кнопки */
@media screen and (max-width:982px){
	.name_of_slide > span {
		width: min-content;
	}

	.name_of_slide  {
		flex-direction: column;
		align-items: normal;
	}

	span.button_of_slide {
		width: 180px;
	}

	.parameters_of_slide {
		flex-direction: column;
		flex-direction: column-reverse;
	}

	.parameter_container {
		margin-bottom: 18px;
	}

	.slider-wrapper .buttons_of_slide {
		bottom: 520px;
	}
}

@media (max-width:600px) {
	.cases_section {
		margin-top: 50px;
  }
}

@media screen and (max-width:440px){
	span.button_of_slide {
		width: 100%;
	}
	.name_of_slide > span {
		width: 100%;
		/* text-align: center; */
		font-size: 30px;
		/* padding: 10px 30px; */
	}
}


.parameter_container:first-child {
	margin-bottom: 20px;
	margin-right: 5px;
}

.parameters_of_slide {
	display: flex;
	/* margin-bottom: 20px; */
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 14px;
	
	color: #FFFFFF;	
}

.parameters_of_slide span {
	padding: 5px 9px;
	border-radius: 8px;
}

.daily_parameter,.rating_parameter {
	text-align: center;
	margin-right: -10px;
	margin-left: 10px;
} 

.parameters_of_slide > span:nth-child(1) {
	margin-right: 30px;
	
}

.slide.active {
	display: block;
}

span.button_of_slide {
	/* color: white; */
	/* background: rgb(238, 90, 32); */
	padding: 15px;
	background: linear-gradient(95.83deg, rgba(255, 1, 1, 0.7) 0%, rgba(255, 246, 34, 0.7) 94.07%);
	backdrop-filter: blur(4px);
	border-radius: 15px;
	border: none;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color:#FFFFFF;
	filter: drop-shadow(0px 0px 20px #B2510B);
	text-align: center;
	margin: 10px 0px;
}

.first {
	background: url(img/ozon_slider_png.png) no-repeat;
	background-size: cover;
	background-position: right;
}

.second {
	background: url(img/wb_slider_png.png) no-repeat;
	background-size: cover;
	background-position: right;
}

.buttons_of_slide {
	display: flex;
	flex-direction: row;
	position: relative;
	bottom: 330px;
	justify-content: space-between;

}

/* #btn-prev, #btn-next {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background-color: gray;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity .2s ease-in-out;
} */

/* #btn-prev:hover, #btn-next:hover {
	opacity: 0.6;
} */

#btn-prev:hover, #btn-next:hover {
	box-shadow: 0px 0px 34px #707070;
	border-radius: 100%;
}

#btn-prev:active, #btn-next:active{
	box-shadow: 0px 0px 0px #707070;
}

#btn-prev {
	border-radius: 100%;
	margin-left: 40px;
}

#btn-next {
	border-radius: 100%;
	margin-right: 40px;
}

@media (max-width: 1100px) {

	.second {
		background: linear-gradient(to right,#cb11ab 0,#481173 100%) no-repeat;
	}

}

@media (max-width: 380px) {
	.slider_btn_right {
		font-size: 14px;
  }

  .slider_btn_left {
		font-size: 14px;
  }
}


/* END CASE_SECTION */



/* START INFo_SECTION */

.marketplace_info_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 50px;
	max-width: 1357px;
}

.marketplace_info_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
   align-items: center;
}

.marketplace_info_title h2 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #3F3F3F;
}

.marketplace_info_text p {
	margin-top: 10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

/* END INFo_SECTION */



/* START IMPORTANT_SECTION */

.important_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 50px;
	max-width: 1357px;
	
}

.important_title h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #3F3F3F;

}

.important_text p {
	max-width: 860px;
	margin-top: 10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

.important_text p>a {
	color: #0055FF;
}

/* END IMPORTANT_SECTION */



/* START ENTIFY_SECTION */

.entity_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 100px;
	max-width: 1357px;
	
}

.entity_title h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #3F3F3F;

}

.entity_text p {
	max-width: 860px;
	margin-top: 10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

/* END ENTIFY_SECTION */



/* START PRICES_SECTION */

.prices_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 100px;
	max-width: 1357px;
	
}

.prices_title h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #3F3F3F;

}

.prices_text p {
	max-width: 860px;
	margin-top: 10px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

.prices_text2 p {
	max-width: 860px;
	margin-top: 30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

/* END PRICES_SECTION */



/* START NOTE_SECTION */

.note_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 100px;
	max-width: 1357px;
}

.note_container {
	border: 5px solid rgba(45, 87, 128, 0.62);
	border-radius: 20px;
	padding: 60px;
	max-width: 980px;
}

.note_text p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 33px;
	color: #2D5780;
}


/* END NOTE_SECTION */



/* START SCHEME_SECTION */

.scheme_section {
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 100px;
	max-width: 1357px;
}

.scheme_title h2{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 40px;
	color: #3F3F3F;
	max-width: 845px;
}

.scheme_container {
	margin-top: 40px;
	display: grid;
	grid-row-gap: 30px;
}

.scheme_item {
	display:grid;
	grid-row-gap: 8px;
	max-width: 420px;
}

.scheme_item h3 {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 38px;
	color: #3F3F3F;
}

.scheme_item p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
}

.scheme_text p {
	margin-top: 30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
	max-width: 860px;
}

/* END SCHEME_SECTION */



/* START USLUGI_SECTION */

.section_uslugi{
	max-width: 1357px;
	margin: 0 auto;
	margin-top: 100px;
 }
 
 .uslugi_title h2 {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #2B2D33;
	text-align: center;
 }
 
 .uslugi_container {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
 }
 
 .uslugi_item {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 30px;
 }
 
 .uslugi_item:last-child {
	margin-right: 0px;
	margin-bottom: 0px;
 }
 
 .uslugi_item img {
	box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin-bottom: 15px;
 }
 
 .uslugi_item img:hover {
	box-shadow: 0px 14px 10px 1px rgba(0, 0, 0, 0.15);
	transform: translate(0,-8px);
	-webkit-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	-moz-transform: translate(0,-5px);
 }

 .uslugi_item h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 90%;
	color: #000000;
	margin-bottom: 10px;
 }
 
 .uslugi_item p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #3F3F3F;
 }
 
 @media (max-width: 575px) {
	.uslugi_item {
	  margin-right: 0px;
	}
 }
 
 /* END USLUGI_SECTION */



/* START SERVICES_SECTION */

.services_content_left img {
	max-width: 350px;
	max-height: 350px;
 }
 
 .services_section {
	max-width: 1357px;
	margin: 0 auto;
	margin-top: 100px;
 }
 
 .services_title>h2 {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 40px;
	color: #3F3F3F;
	text-align: start;
 }
 
 .services_container {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(217, 217, 217, 0.36);
	border-radius: 40px;
	padding-right: 3%;
	padding-left: 3%;
	min-height: 580px;
 }
 
 .services_menu {
	display: flex;
	/* flex-wrap: wrap; */
	padding-top: 30px;
 }
 
 .services_btn {
	margin-right: 25px;
	padding: 15px 30px;
	border: 1px solid #000000;
	border-radius: 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 29px;
	color: #000000;
	cursor: pointer;
 }

 .services_btn:hover {
	transform: translate(0,-2px);
	-webkit-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	box-shadow: 0px 5px 5px 5px #35353552;
}

 .services_btn.active_btn {
	background: #a396d5;
	border: 1px solid rgba(217, 217, 217, 0.36);
	color: #fff;
 }


 /* .services_btn:hover{
	background: #1FCCA7;
	border: 1px solid rgba(217, 217, 217, 0.36);
	color: #fff;
 } */
 
 .services_btn:last-child {
	margin-right: 0px;
 }
 
 .services_content_wrapper {
	display: none;
 }
 
 .services_content_wrapper.active_btn {
	display: block;
 }
 
 .services_content {
	/* display: grid; */
	margin: 40px 40px 40px 40px;
	/* grid-template-columns: 1fr 1fr; */
	/* justify-items: center;
	align-items: center; */
 }

.services_content p {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 33px;
	color: #3F3F3F;
	margin-bottom: 20px;
}

 .services_content ol>li {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 170%;
	color: #3F3F3F;
 }
 
 /* END SERVICES_SECTION */



 /* START manager_call_section */

.manager_call_section {
	margin-top: 100px;
	background: radial-gradient(129.53% 129.53% at 50% 100%, #0055FF 0%, #4A99FF 100%);
	min-height: 215px;
	padding: 50px 0px;
 }

 .form_wb {
	background: radial-gradient(129.53% 129.53% at 50% 100%, #8f31a2 0%, #d71f8b 100%);
 }

 .maganer_call_title h2{
	text-align: center;
	font-weight: 800;
	font-size: 36px;
	line-height: 46px;
	color: white;
 }
 
 .placeholder_manager_call_name {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50px;
	padding-left: 22px;
	height: 45px;
	font-weight: 600;
	font-size: 20px;
	color: white;
 }
 ::-webkit-input-placeholder {
	color: rgb(255, 255, 255);
 }
 
 .send_button_manager_call {
	background: #fff;
	border-radius: 30px;
	padding: 10px 100px;
	font-weight: 600;
	font-size: 20px;
	color: #0055FF;
 }

	.btn_wb {
		color: #cb1986;
	}
	
 .send_button_manager_call:hover {
	transform: translate(0,-2px);
	-webkit-transform: translate(0,-2px);
	-o-transform: translate(0,-2px);
	-moz-transform: translate(0,-2px);
	box-shadow: 0px 5px 5px 5px #35353552;
}
 
 .imput_button_manager_call_name {
	margin-right: 24px;
 }
 .button_container_manager_call {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
 }
 
 @media (max-width: 950px) {

	.button_container_manager_call {
	  flex-direction: column;
	}
 
	.imput_button_manager_call_name {
	  margin-right: 0px;
	  margin-bottom: 15px;
	}
 
	.placeholder_manager_call_name {
	  min-width: 350px;
	}
 
	.send_button_manager_call {
	  min-width: 350px;
	}
 }
 
 @media (max-width: 450px) {
	.maganer_call_title h2 {
	  font-size: 28px;
	  line-height: 38px;
	}
 }
 
 @media (max-width: 375px) {
 
	.placeholder_manager_call_name {
	  min-width: 310px;
	}
 
	.send_button_manager_call {
	  min-width: 310px;
	}
 }
 
 /* END manager_call_section */


/* START STAGES_SECTION */

.stages_section {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 100px;
 }
 
 .stages_title h2 {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #2B2D33;
	text-align: center;
 }
 
 .stages_container {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 80px;
 }
 
 .stages_item {
	display: flex;
	align-items: center;
 
 }
 
 .stages_item_img {
	margin-right: 20px;
	
 }
 
 .stages_item_img img {
	width: 50px;
	height: 50px;
 }
 
 .stages_item_text p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 90%;
	color: #000000;
 }
 
 @media (max-width: 1020px) {
	.stages_container {
	  grid-template-columns: repeat(1, 1fr);
	  max-width: 600px;
	  margin: 0 auto;
	  margin-top: 100px;
	}
 }
 
 @media (max-width: 430px) {
	.stages_container {
	  grid-row-gap: 40px;
	}
 
	.stages_item_text p {
	  font-size: 22px;
	}
 }
 
 /* .stages_section {
	margin: 0 auto;
	margin-top: 100px;
	max-width: 1357px;
 }
 
 .stages_title>h2 {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 90%;
	color: #2B2D33;
	text-align: center;
 }
 
 .stages_container {
	margin-top: 100px;
	display: grid;
	justify-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 70px;
 }
 
 .stages_card > img {
	max-width: 212px;
 }
 
 @media (max-width: 1200px) {
	.stages_container {
	  grid-template-columns: 1fr 1fr 1fr;
	}
 } */
 
 /* END STAGES_SECTION */



/* START FOOTER */

footer {
	margin-top: 100px;
	background: linear-gradient(96.97deg, rgba(13, 83, 248, 0.2) -2.46%, rgba(229, 28, 143, 0.2) 104.84%);
 }
 
 .footer_container {
	/* max-width: 1357px; */
	/* display: grid;
	grid-template-columns: 1fr 1fr; */
	padding: 50px 0px 50px 0px;
	max-width: 1357px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
 }
 
 .footer_logo_container {
	display: grid;
	grid-row-gap: 15px;
	max-width: 160px;
 }
 
 /* .footer_logo_signature {
	margin-top: 15px;
 } */
 
 .footer_logo_signature>h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
 }
 
 .footer_content {
	display: grid;
	grid-row-gap: 65px;
 }
 
 .footer_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
 }
 
 .footer_conection {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	/* grid-column-gap: 20px; */
 }
 
 .footer_button_wb:hover {
	transform: translate(0,-8px);
	-webkit-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	-moz-transform: translate(0,-5px);
 }
 
 .footer_button_ozon:hover {
	transform: translate(0,-8px);
	-webkit-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	-moz-transform: translate(0,-5px);
 }

 .footer_list {
	display: flex;
	flex-wrap: wrap;
	/* grid-template-columns: repeat(4, 1fr);
	justify-items: end; */
 }
 
 .footer_list > li {
	margin-right: 40px;
 }
 
 .footer_list > li:last-child {
	margin-right: 0px;
 }
 
 .footer_link {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #000000;
 }
 
 .footer_link:hover {
	color: #E61C8E;
 }

 .footer_info {
	display: flex;
	justify-content: space-between;
 }
 
 .footer_address {
	max-width: 260px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
 }
 
 .footer_tel_email {
	display: grid;
	grid-column-gap: 5px;
	text-align: end;
 }
 
 .footer_email {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
 }
 
 .footer_tel {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
 }
 
 .footer_signature {
	display: grid;
	grid-column-gap: 5px;
	justify-items: end;
 }
 
 .footer_sign {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	text-align: right;
	color: #000000;
 }
 
 .footer_sign_link>a {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	text-align: right;
	color: #362F8C;
 }
 
 @media (max-width: 1200px) {

	/* .maganer_call_title h2 {
      font-size: 50%;
    }

	.send_button_manager_call{
      padding: 10px 5%;
    } */
 
	.footer_content {
	  grid-template-columns: 1fr 1fr;
	  grid-column-gap: 50px;
	}
 
	.footer_menu {
	  flex-direction: column;
	}
 
	.footer_conection {
	  grid-template-columns: 1fr;
	  grid-row-gap: 20px;
	  margin-bottom: 20px;
	}
 
	.footer_list {
	  flex-direction: column;
	  align-items: center;
	}
 
	.footer_list > li {
	  margin-right: 0px;
	}
 
	.footer_tel {
		text-align: end;
	}

	.footer_info {
	  flex-direction: column;
	  align-items: flex-end;
	}
 
	.footer_address {
	  text-align: end;
	}
 
	/* .footer_signature {
	  justify-items: start;
	} */
 }

 @media (max-width: 1000px) {
	.marketplace_info_container{
		grid-template-columns: 1fr;
	}
	.slider_content {
		margin: 0 50px;
	}
	
 }
 
 @media (max-width: 850px) {
 
	.footer_container {
	  flex-direction: column;
	  align-items: center;
	}
 
	.footer_logo_signature>h3 {
	  text-align: center;
	}
 
	.footer_logo_container {
	  justify-items: center;
	  margin-bottom: 20px;
	}
 
	.footer_content {
	  grid-template-columns: 1fr;
	  grid-row-gap: 40px;
	}
 
	.footer_info {
	  flex-direction: column;
	  align-items: center;
	}
 
	.footer_address {
		text-align: center;
		margin-bottom: 20px;
	 }
  
	 .footer_tel_email {
		margin-bottom: 20px;
	 }

	 .footer_email {
		text-align: center;
	 }

	 .footer_tel {
		text-align: center;
	}
 
	.footer_signature {
	  justify-items: center;
	}

	.first {
	  background: linear-gradient(45deg, rgb(0, 85, 254), rgb(212, 30, 150) 72%);
	}
 }

 @media (max-width: 800px) {

	/* .placeholder_manager_call_name{
		font-size: 10px;
	} */
	.marketplace_info_right img{
		width: 90%;
	}

	.services_menu{
		flex-direction: column;
		width: 100%;
	}
	.services_btn {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}

	.note_container{
		padding: 40px;
	}
	.slider_content {
		padding-top: 100px;
	}

 }

 @media (max-width: 500px){

	.slide {
		height: 500px;
	}

	/* .maganer_call_title h2 {
      font-size: 50%;
    }
	.imput_button_manager_call_name{
      margin-right: 5px;
    }
	.send_button_manager_call {
      padding: 10px 1%;
    }
	.placeholder_manager_call_name {
	  max-height: 35px;
	  max-width: 110px;
	}
	.bttn-reg {
	  font-size: 10px;
	} */

	.services_btn {
		font-size: 1.2rem;
	}
	
	.note_container{
		padding: 25px;
	}
	
	.note_text p{
		font-size: 1.2rem;
		line-height: 20px;
	}

	.services_content p {
		font-size: 1rem;
		line-height: 20px;
	}

	.services_content ol>li{
		font-size: 1rem;
		line-height: 20px;
	}
	.slider_content {
		margin: 0 23px;
		padding-top: 70px;
	}
	.slider_btn_left > a{
		font-size: 14px;
	}
	.slider_btn_right > a{
		font-size: 14px;
	}
	.slider_text > p{
		font-size: 16px;
	}
	.slider_header{
		font-size: 32px;
	}
	
 }


 
 /* END FOOTER */

/* Чекбокс согласия с политикой обработки ПД в форме заявки */
.form_privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 300px;
  margin: 20px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  text-align: left;
  cursor: pointer;
}

.form_privacy input[type="checkbox"] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  cursor: pointer;
}

.form_privacy a {
  color: inherit;
  text-decoration: underline;
}
