/*Цвета*/
:root{
	--blue:#3185E9;
	--black:#090808;
	--radius: 325px;
	--leftM:260px;
	--container:2102px;
}

body {
    font-family: 'TT Commons', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: var(--black);
}
main{
    flex: 1 0 auto;
}
footer{
    flex: 0 0 auto;
}
*, *::before, *::after {
    box-sizing: border-box;
    outline: none!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
p, dl, dt, dd, ul, ol, form, legend, figure, address, fieldset, figcaption {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a, input, .btn, button, svg, svg * {
	text-decoration: none;
	border:0;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.container{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container);
	padding-left: 20px;
	padding-right: 20px;
}
.pt{
	padding-top: 1px;
}
.is-form-style button.is-search-submit{
	display: none!important;
}

/*Шапка*/
header{
	padding: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
	transition: all 0.3s;
}
header.fix{
	background-color: #fff;
	border-radius: 160px;
	box-shadow: 0px 20px 27.8px 0px rgba(0, 0, 0, 0.03);
	padding: 20px 30px;
}
.logo{
	width: 100%;
	height: auto;
	max-width: 267px;
}
.logo img{
	transition: opacity 0.3s;
}
.main_menu{
	display: flex;
	align-items: center;
}
.main_menu__link {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	padding: 27px 89px 27px 76px;
	position: relative;
	text-transform: uppercase;
	border-radius: 50px;
	overflow: hidden;
}
.has-submenu .main_menu__link:after{
	content: "";
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3e%3ccircle cx='13' cy='13' r='13' transform='matrix(-1 0 0 1 26 0)' fill='white'/%3e%3cpath d='M12.7903 7.75812L12.7903 18.242M12.7903 18.242L7.33868 12.7904M12.7903 18.242L18.2419 12.7904' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	width: 26px;
	height: 26px;
	border-radius: 30px;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	opacity: 0;
}
.has-submenu .main_menu__link:hover:after{
	opacity: 1;
}
.main_menu__link:before{
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #CE154C 0.11%, #1968A0 25.32%, #62155A 55.88%, #8A67A6 82.15%, #00E0FF 103.05%);
	opacity: 0;
	transition: opacity 0.3s;
	position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.main_menu__link:hover:before{
	opacity: 1;
	z-index: -1;
}
.has-submenu{
	position: relative;
}
.main_menu__item {
	padding-bottom: 18px;
	margin-bottom: -18px;
}
.main_menu__submenu{
	position: absolute;
	top: 100%;
	height: 0;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	background-color: #FFF;
	box-shadow: 22px 31px 33.5px rgba(0, 0, 0, 0.12);
	border-radius: 30px;
	transition: all 0.3s;
	padding: 0px 52px 0px 32px;
}
.main_menu__submenu li{
	position: relative;
	width: 100%;
	padding: 15px 0;
}
.main_menu__submenu li:not(:last-child){
	border-bottom: 1px solid #E8E8E8;
}
.main_menu__submenu li:first-child{
	padding-top: 30px;
}
.main_menu__submenu li:last-child{
	padding-bottom: 30px;
}
.main_menu__submenu li a{
	display: block;
	position: relative;
	color: var(--black);
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	padding: 0;
	
}
.main_menu__submenu li a:hover{
	color: #5D92E1;
}
.header__submenu__link:hover{
	background: none!important;
}
.main_menu__submenu li a:before, .is-ajax-search-details .is-title:before, .is-ajax-search-post .is-title:before{
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3e%3ccircle cx='13' cy='13' r='12.25' transform='matrix(-1 0 0 1 26 0)' stroke='%23E8E8E8' stroke-width='1.5'/%3e%3cpath d='M9.08372 16.7067L16.4969 9.29344M16.4969 9.29344V17.0032M16.4969 9.29344H8.78719' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}
.has-submenu:hover .main_menu__submenu{
	height: auto;
	opacity: 1;
}

.header_lb{
	display: flex;
	gap: 25px;
	align-items: center;
}
.header__search{
	position: relative;
}

#closeSearch, .header__search_btn, .header_lb__link{
	width: 77px;
	height: 77px;
	border-radius: 80px;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	background-color: #fff;	
}
.header__search_btn{		
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3e%3cg clip-path='url(%23clip0_537_7)'%3e%3cpath d='M5.5 18.3333C5.5 20.0186 5.83194 21.6874 6.47688 23.2444C7.12181 24.8015 8.06711 26.2162 9.2588 27.4079C10.4505 28.5996 11.8652 29.5449 13.4222 30.1898C14.9792 30.8347 16.648 31.1667 18.3333 31.1667C20.0186 31.1667 21.6874 30.8347 23.2444 30.1898C24.8015 29.5449 26.2162 28.5996 27.4079 27.4079C28.5996 26.2162 29.5449 24.8015 30.1898 23.2444C30.8347 21.6874 31.1667 20.0186 31.1667 18.3333C31.1667 16.648 30.8347 14.9792 30.1898 13.4222C29.5449 11.8652 28.5996 10.4505 27.4079 9.2588C26.2162 8.06711 24.8015 7.12181 23.2444 6.47688C21.6874 5.83194 20.0186 5.5 18.3333 5.5C16.648 5.5 14.9792 5.83194 13.4222 6.47688C11.8652 7.12181 10.4505 8.06711 9.2588 9.2588C8.06711 10.4505 7.12181 11.8652 6.47688 13.4222C5.83194 14.9792 5.5 16.648 5.5 18.3333Z' stroke='%23090808' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M38.5 38.5L27.5 27.5' stroke='%23090808' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_537_7'%3e%3crect width='44' height='44' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.header__inp{
	right: -15px;
	height: calc(100% + 30px);
	width: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.3s;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 90px;
	background: #FFF;
	box-shadow: 22px 31px 33.5px 0px rgba(0, 0, 0, 0.12);
}
.header__inp.act, div.is-ajax-search-result{
	width: 830px!important;
}
.header__inp.act{	
	opacity: 1;
	padding: 35px 45px;
	z-index: 1;
}
#closeSearch{
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='77' height='77' viewBox='0 0 77 77' fill='none'%3e%3cpath d='M0 38.5C0 17.237 17.237 0 38.5 0C59.763 0 77 17.237 77 38.5C77 59.763 59.763 77 38.5 77C17.237 77 0 59.763 0 38.5Z' fill='%233185E9'/%3e%3cpath d='M27.272 48.657L48.6562 27.2727' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M48.6577 48.657L27.2734 27.2727' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.header__inp .is-form-style input.is-search-input{
	border:none!important;
	padding: 0!important;
	color: var(--black);
	font-size: 26px!important;
	font-weight: 400;
	line-height: 150%; /* 39px */
}
div.is-ajax-search-result{
	transform: translateX(-45px);
	top: 160px!important;
	background-color: #fff!important;
	border-radius: 30px;
	box-shadow: 22px 31px 33.5px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	
}
div.is-ajax-search-result .is-ajax-search-posts{
	padding: 30px;
}
div.is-search-sections{
    overflow: visible;
}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a{
	color: #000;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 24px!important;
	font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
}
.is-ajax-search-details .is-title, .is-ajax-search-post .is-title{
	position: relative;
}
.is-ajax-search-post .is-search-sections .meta{
	display: none;
}
.is-ajax-search-post .is-ajax-result-description{
	color: #646464;
	text-overflow: ellipsis;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.is-ajax-search-post, .is-ajax-search-post-details{
	padding: 20px 30px;
}
.header_languages{
	position: relative;
}
.header_lb__link{
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	text-transform: uppercase;
}
.header_lb__link:hover{
	background-color: #CE154C;
	color: #fff;
}
.header_lb__submenu{
	overflow: hidden;
	height: 0;
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	top: 100%;
	left: 0;
}
.header_lb__submenu .header_lb__link{
	margin-top: 10px;
}
.header_languages:hover .header_lb__submenu{
	height: auto;
	opacity: 1;
}
.logo_black, header.fix .logo_white, nav .btn, nav .mob_contacts{
	display: none;
}
header.fix #closeSearch, header.fix .header__search_btn, header.fix .header_lb__link, header.fix .header__inp{
	background-color: #F8F8F8;
}
header.fix  .main_menu__link{
	color: var(--black);
}
header.fix .main_menu__link:hover{
	color: #fff;
}
header.fix .logo_black{
	display: block;
}
header img{
	max-width: 100%;
}
.btn{
	display: inline-block;
	padding: 27px 100px;
	text-align: center;
	min-width: 470px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 90px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	height: auto;
}
header .btn{
	min-width: 370px;
	text-transform: uppercase;
	padding: 19px 100px;

}
.btn:before{
	content: "";
	display: block;
	width: 0;
	height: 101%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.35s ease-out;
	opacity: 0;
}
.btn:hover:before{
	opacity: 1;
	width: 101%;
}
.btn-pink{
	background: linear-gradient(90deg, #BB1345 -3.08%, #CE154C 61.81%, #E55681 109.13%);
	backdrop-filter: blur(6.800000190734863px);
}
.btn-pink:before{
	background: linear-gradient(270deg, #BB1345 -1.6%, #CE154C 59.19%, #E55681 103.51%);
	backdrop-filter: blur(6.800000190734863px);
}
.btn-whatsapp{
	display: none!important;
	background: linear-gradient(100deg, #60C70F -4.51%, #00E9D6 114.5%), #24C33E;
}
.btn-whatsapp:before{
	background: linear-gradient(270deg, #60C70F -4.51%, #00E9D6 114.5%), #24C33E;
}
.btn-blue{
	background: linear-gradient(90deg, #109CC7 -3.08%, #30B8E1 61.81%, #21E5FF 109.13%);
}
.btn-blue:before{
	background: linear-gradient(270deg, #109CC7 -3.08%, #30B8E1 61.81%, #21E5FF 109.13%);
}
.btn-purple{
	background: linear-gradient(90deg, #7C3589 -3.08%, #A95AB9 61.81%, #C26BD2 109.13%);
}
.btn-purple:before{
	background: linear-gradient(270deg, #7C3589 -3.08%, #A95AB9 61.81%, #C26BD2 109.13%);
}
.btn-red{
	background: linear-gradient(90deg, #BB1345 -3.08%, #CE154C 61.81%, #E55681 109.13%);
}
.btn-red:before{
	background: linear-gradient(270deg, #BB1345 -3.08%, #CE154C 61.81%, #E55681 109.13%);
}
.btn-green{
	background: linear-gradient(99.6deg, #6DB931 -4.51%, #0CCEBF 114.5%);

}
.btn-green:before{
	background: linear-gradient(270deg, #6DB931 -4.51%, #0CCEBF 114.5%);
}

.btn svg{
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 30px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.btn:hover svg circle, .btn:hover svg path{
	opacity: 0;
}
.btn:hover svg{
	background-image: url('/wp-content/uploads/2024/01/ar_hover.svg');
}
.btn-whatsapp svg{
	position: initial;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	transform: translateY(5px);
}



/*Слайдер*/
.mainblock{
	position: relative;
}
.mainSlider .swiper-slide{
	height: auto;
}
.mainSlider_item{
	border-radius: 0 0 var(--radius) 0;
	overflow: hidden;
	padding-top: 240px;
	padding-bottom: 223px;
	height: 100%;
}
.mainSlider_item .container{
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	height: 100%;
	position: relative;
	z-index: 2;
}
.mainSlider_item-2 .h1_wrap{
	order: -1;
}
.mainSlider_title{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 150px;
	font-weight: 700;
	line-height: normal;
	display: inline-block;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 100px;
	position: relative;
	text-transform: uppercase;	
	overflow: hidden;
}
h1.mainSlider_title{
	margin-bottom: 0px;
}
.mainSlider_title:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: linear-gradient(90.16deg, #CE154C 0.11%, #1968A0 25.32%, #62155A 55.88%, #8A67A6 82.15%, #00E0FF 103.05%);
	z-index: -1;
}
.mainSlider_title video, .mainSlider_title img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
/*	height: auto;*/
	height: 100%;
	z-index: -2;
	pointer-events: none;
}
.mainSlider_on{
	padding-left: 70px;
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color:  #FFF;
	font-size: 102.059px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.mainSlider_on span, .mainSlider_under span{
	color: #3AA0FF;
	-webkit-text-stroke-width: 0px;
}
.mainSlider_on span:last-child, .mainSlider_under span:last-child{
	color: #F61E5E;
}
.mainSlider_on span{	
	font-size: 105.177px;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
}
.mainSlider_under{
	text-align: right;
	padding-right: 70px;
	color: #FFF;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: initial;
	right: 0;
	top: calc(100% + 20px);
}
.mainSlider_under span, .mainSlider_under {
	font-size: 85px;
	text-transform: lowercase;
}
.mainSlider_text{
	margin-top: 120px;
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	max-width: 815px;
	margin-bottom: 50px;
}
.mainSlider_text-right, .mainSlider_btns{
	padding-left: 210px;
}
.mainSlider_text-right{	
	color: #FFF;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; 
	margin-bottom: 95px;
}
.mainSlider_btns{
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	width: 100%;
	position: relative;
}
.mainSlider_img{
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
	max-width: 1382px;
	height: 100%;
	overflow: hidden;
	border-radius: 691px 0px var(--radius) 0px;
}
.mainSlider_img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainSlider_btns-left{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.mainSlider_btns-right{
	display: flex;
	align-items: center;
	gap: 20px 50px;
}
.mainSlider_btns-right a{
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: normal;
}
.mainSlider_btns-right a:hover{
	color: #3185E9;
}
.mainSlider_btns-right a svg{
	padding-left: 10px;
	vertical-align: middle;
}
.mainSlider_btns-right a:hover svg circle{
	stroke: white;
	fill: white;
}
.mainSlider_btns-right a:hover svg path{
	stroke: #3185E9;
}
.slider_nav {
    position: absolute;
    right: 88px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 162px;
    border: 1px solid #FFF;
    background: rgba(46, 77, 106, 0.50);
    backdrop-filter: blur(6.800000190734863px);
    padding: 24px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 70px 20px;
}
.slider_nav .swiper-pagination, .slider_nav .swiper-button-prev, .slider_nav .swiper-button-next{
    position: initial;
}
.slider_nav .swiper-pagination{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px 10px;
}
.swiper-button-prev, .swiper-button-next{
	width: 44px;
	height: 44px;
	margin: 0;
	flex: 1 0 44px;
}
.swiper-button-prev svg, .swiper-button-next svg{
	width: 100%;
	height: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after{
	content: none;
}
.swiper-button-prev:hover svg circle, .swiper-button-next:hover svg circle{
	stroke: #3185E9;
	fill: #3185E9;
}
.swiper-pagination-bullet {
	width: auto;
	height: 24px;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
	padding: 0;
	transition: height 0.3s, opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet-active {
	font-size: 0;	
	border-radius: 75px;
}
.swiper-pagination-vl .swiper-pagination-bullet-active{
	width: 12px;
	height: 120px;
	background: linear-gradient(180deg, #CE154C 9.43%, #1968A0 28.26%, #62155A 51.1%, #8A67A6 70.73%, #00E0FF 86.35%), var(--Red, #CE154C);

}
.swiper-pagination-bullet:hover{
	opacity: 0.5;
}


/*ABOUT*/
.about_nw{
	position: relative;
	padding-bottom: 120px;
	background-color: #fff;
}
/*.about_nw:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	fill: #FFF;
	box-shadow: 0px 74px 78.2px rgba(0, 0, 0, 0.05);
	border-radius:  0 0 var(--radius) var(--radius);
	z-index: -1;
}*/
h2{
	margin-top: 120px;
	padding-bottom: 50px;
	margin-bottom: 0;
	color: #100F0F;
	font-size: 140px;
	font-weight: 700;
	line-height: 75%;
	text-transform: uppercase;
}
h2 span{
	display: inline-block;
	margin-left: var(--leftM);
	color: #D9D9D9;
	background: linear-gradient(90.16deg, #CE154C 0.11%, #379EE8 25.32%, #9E2A91 55.88%, #A97FCA 82.15%, #00E0FF 103.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	min-width: 290px;
	line-height: 1;
}

.about__flex, .hn_flex, .spec_flex, .know_flex, .product_flex, .coll_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}
.about_title, .hn_title, .spec_title, .know_title{
	color: #000;
	font-size: 65px;
	font-weight: 500;
}
.about_title span, .hn_title span, .spec_title span, .know_title span{
	position: relative;
	color: #FFF;
	padding-left: 22px;
	padding-right: 22px;
	line-height: 1.2;
	z-index: 1;
	display: inline-block;
}
.about_title span:before, .hn_title span:before, .spec_title span:before, .know_title span:before{
	content: "";
	position: absolute;
	display: block;
	border-radius: 38px;
	background: linear-gradient(90deg, #3185E9 0%, #5FA8FF 105.59%);
	width: 100%;
	height: 105%;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: -1;
}
.number_list, .about_text{
	width: 100%;
}
.number_list{
	display: flex;
	gap: 24px;
	margin-top: 65px;
	margin-bottom: 45px;
}
.about_text, .number_item{
	border-radius: 91px;
	border: 1px solid #EAEAEA;
}
.number_item{	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	flex: 1;
	color: #000;
	font-size: 32px;
	font-weight: 500;
	transition: 0.3s;
}
.number_list .number_item:first-child{
	border-top-left-radius: 0;
}
.number_list .number_item:last-child{
	border-top-right-radius: 0;
}
.number_item:hover{
	background: #FFF;
	box-shadow: 0px 29px 44.5px 0px rgba(0, 0, 0, 0.07);
}
.counup{
	color: var(--blue);
	font-size: 125px;
	font-weight: 600;
	display: inline-block;
}
.number_item sup{
	color: #000;
	font-size: 63.149px;
	font-weight: 600;
	margin-left: -10px;
	top: -0.8em;
}
.number_item span{
	color: var(--black);
	font-size: 40px;
	font-weight: 600;
}
.about_text{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: var(--black);
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.about_text span{
	color: var(--blue);
}


/*Горячие новости*/
.hn{
	padding-top: 120px;
	padding-bottom: 120px;
}
.hn_flex{
	position: relative;
}
.hn_title{
	color: #000;
}
.hn_title span:before{
	background: linear-gradient(90deg, #109CC7 -3.08%, #30B8E1 61.81%, #21E5FF 109.13%), linear-gradient(0deg, #31B9E2, #31B9E2);

}
.hn_slider{
	width: 100%;
	margin-top: 70px;
}
.hn_item{
    display: flex;
    height: 100%;
    flex-direction: column;
}
.hn_item *{
	transition: 0.3s;
}
.hn_item_title{
	padding: 80px 50px 30px 50px;
	border: 1px solid #EAEAEA;
	font-size: 50px;
	font-weight: 600;
	color: #000;
	border-radius: 59px 59px 0px 0px;
}
.hn_item_text{
	border: 1px solid #EAEAEA;
	border-top: 0;
	border-radius: 0 0 59px 59px;
	padding:34px 30px 90px 55px;
	color: #000;
	font-size: 34px;
	font-weight: 500;
	position: relative;
	flex: 1;
}
.hn_item_text:before{
	content: "";
	width: 5px;
	height: 112px;
	border-radius: 59px;
	background-color: #31B9E2;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hn_item_text svg{
	margin-left: 5px;
}
.hn_item:hover .hn_item_text{
	box-shadow: 0px 29px 44.5px 0px #00000012;
	color: #31B9E2;
}
.hn_item:hover circle{
	fill:#31B9E2;
	stroke: #31B9E2;
}
.hn_item:hover path{
	stroke:#fff;
}
.hn_item:hover .hn_item_title{
	color:#fff;
	background: linear-gradient(90deg, #109CC7 -3.08%, #30B8E1 61.81%, #21E5FF 109.13%), linear-gradient(0deg, #31B9E2, #31B9E2);
}
.hn_slider .swiper-slide-active .hn_item_title{
	border-top-left-radius: 0!important;
}
.hn_slider .swiper-slide-next~.swiper-slide .hn_item_title{
	border-top-right-radius: 0!important;
}
.hn .slider_nav{
	top: auto;
	right: auto;
	left: calc(100% + 66px);
	bottom: 0;
	transform: translateY(0);
	gap: 59px 20px;
	background: transparent;
	border-color: #EAEAEA;
}
.hn .slider_nav svg path{
	stroke: #000;
}
.hn .slider_nav .swiper-button:hover svg path{
	stroke: #fff;
}
.hn .swiper-pagination-bullet{
	color: #000;
}
.hn .swiper-pagination-vl .swiper-pagination-bullet-active{
	height: 100px;
}
.hn_slider .swiper-slide{
	height: auto;
}

/*Преимущества*/
.spec{
	padding-top: 120px;
	padding-bottom: 550px;
	position: relative;
	overflow: hidden;
	border-radius: 0 var(--radius) 0 0;
	margin-bottom: -400px;
	background: linear-gradient(180deg, #521E5C 0%, #642970 100%);
}
.spec_slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.spec_slider {
	width: 100%;
	margin-top: 85px;
}
.spec .slider_nav, .know .slider_nav{
	display: none;
}
.spec_item{
	text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 65px;
}
.spec_text{
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
}
.spec_img{
	height: 211px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spec_title{
	color: #fff;
}
.spec_title span:before{
	background: linear-gradient(90deg, #7C3589 -3.08%, #A95AB9 61.81%, #C26BD2 109.13%), linear-gradient(0deg, #A65CC1, #A65CC1);
}

/*База зданий*/
.know{
	position: relative;
	padding-top: 120px;
	padding-bottom: 215px;
	z-index: 1;
	box-shadow: 0px 74px 78px 0px #0000000D;
    border-radius: var(--radius);
    background-color: #fff;
}
.know_title span:before{
	background: linear-gradient(90deg, #BB1345 -3.08%, #CE154C 61.81%, #E55681 109.13%),linear-gradient(0deg, #CE154C, #CE154C);
}
.know_videos {
	width: 100%;
}
.know_videos .swiper-wrapper{
	margin-top: 65px;
	margin-bottom: 65px;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: row;
	grid-template-areas:
    "a1 a2"
    "a1 a3";
}
.know_videos a{
	position: relative;
	display: block;
	border-radius: 60px 0px 60px 60px;
    background-size: cover;
    background-position: center;
}
.know_videos a.know_videos_big { 
	grid-area: a1; 
	position: relative;
	height: 740px;
	border-radius: 0 80px 80px 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.know_videos_big span.know_videos_play{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	background: linear-gradient(180deg, #E21150 0%, rgba(31, 32, 33, 0) 100%, #CE154C 100%);
	transition: 0.3s;
	border-radius: 300px;
	overflow: hidden;
	z-index: 1;
}
.know_videos_big span.know_videos_play:after{
	content: "";
	position: absolute;
	display: block;
	width: 200px;
	height: 200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-150%);
	background: linear-gradient(360deg, #BB1345 7.71%, #CE154C 57.24%, #E55681 93.35%);
	transition: 0.3s;
	z-index: -1;
}
.know_videos_big:hover span:after{
	transform: translate(-50%,-50%);
}
.know_videos_item:first-of-type { 
	grid-area: a2; 
	
}

.know_videos_item:last-child { 
	grid-area: a3;
	border-radius: 60px 60px 0px 60px;
}

.know_videos_item__title{
	position: absolute;
	left: 35px;
	bottom: 35px;
	padding:18px 25px 18px 62px;
	background-color: #FFFFFF;
	font-size: 30px;
	color: var(--black);
	border-radius: 50px;
	font-weight: 500;
    max-width: calc(100% - 70px);
    transition: 0.3s;
}
.know_videos_item__title:before{
	content: "";
	position: absolute;
	left: 30px;
	width: 6px;
	height: calc(100% - 36px);
	top: 50%;
	transform: translateY(-50%);
	background-color: #CE154C;
	border-radius: 60px;
	transition: 0.3s;
}
.know_videos_item__title span{
	color: #CE154C;
	transition: 0.3s;
}
.know_videos_item:hover .know_videos_item__title, .know_videos_big:hover  .know_videos_item__title{
	background: linear-gradient(90deg, #BB1345 -3.08%, #CE154C 61.81%, #E55681 109.13%),linear-gradient(0deg, #CE154C, #CE154C);
	color:#fff;

}
.know_videos_item:hover .know_videos_item__title span, .know_videos_big:hover .know_videos_item__title span{
	color:#fff;
}
.know_videos_item:hover .know_videos_item__title:before, .know_videos_big:hover .know_videos_item__title:before{
	background-color: #fff;
}
.know_info{
	position: relative;
	padding-left: 58px;
    max-width: 996px;
}
.know_info_title{
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 26px;	
	color: var(--black);
}
.know_info_title span{
	color: #CE154C;
}
.know_info_title:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 8px;
	height: 79px;
	border-radius: 10px;
	background-color: #CE154C;
}
.know_info_text{
	font-size: 26px;
	font-weight: 300;
	color: var(--black);
}
.know_info_text strong{
	font-weight: 600;
}
.know_links{
	display: inline-flex;
	gap: 60px;
	padding: 40px 70px;
	background: linear-gradient(0deg, #FBFBFB, #FBFBFB);
	border: 1px solid #E2E2E2;
	border-radius: 100px;
	margin-right: 55px;
	margin-left: auto;
	margin-right: auto;
}
.know_links a{
	font-weight: 500;
	font-size: 25px;
	color: var(--black);
}
.know_links a:hover{
	color: #CE154C;
}
.know_links svg{
	margin-left: 10px;
	vertical-align: middle;
}
.know_links a:hover svg circle{
	stroke: #CE154C;
	fill: #CE154C;
}
.know_links a:hover svg path{
	stroke: #fff;
}
	


/*Табы*/
.sol{
	padding-bottom: 120px;
	overflow: hidden;
}
.tab-btn-active {
	pointer-events: none;
}
.tab-pane{
	transition: all 0.3;
}
.tab-pane:not(.tab-pane-show) {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.tab-pane.tab-pane-show{
	width: auto;
	height: auto;
	opacity: 1;
}
.sol_tabs{
	position: relative;
	overflow: hidden;
	margin-top: -125px;
}
.sol_tabs .tab-nav, .swiper-pagination-hl{
	position: absolute;
	left: 0;
	top: 330px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	width: 100%;
}
.sol_tabs .tab-nav{
	left: 50%;
	transform: translateX(-50%);
}
.sol_tabs .swiper-slide.swiper-slide-active{
/*	max-width: 50vw;*/
}
.sol_tabs .tab-btn{
	font-size: 65px;
	font-weight: 700;
	line-height: 1;
	position: relative;
/*	max-width: 540px;*/
	margin: 0;
	padding: 0;
	padding-left: 60px;
	text-align: left;
	text-transform: uppercase;
	background: linear-gradient(90deg, #FF00A8 -5.38%, #C221BC 14.31%, #703174 35.74%, #21C4EA 60.96%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: white;
    width: 100%;
    padding-right: 2px;

}
.sol_tabs .tab-btn:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background-color: #CE154C;
	border-radius: 15px;
}
.sol_tabs .tab-btn[data-target-id="1"]:before{
	background-color: #227EE9;
}
.sol_tabs .tab-btn[data-target-id="2"]:before{
	background-color: #A65CC1;
}
.sol_tabs .tab-btn-active{
	background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-stroke: 0;
    color: black;
}
.sol_tabs_img-first{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 61px;
	display: block;
	filter: drop-shadow(0px 93px 162.5px rgba(0, 0, 0, 0.03));
}
.sol_tabs_content[data-id="2"] .sol_tabs_img-first{
	margin-top: 83px;
}
.sol_tabs_content[data-id="1"] .sol_tabs_img-first{
	margin-top: 125px;
}
.tab-pane .container{
	position: relative;
}
.sol_tabs_info{
	padding-left: var(--leftM);
}
.sol_tabs_text{
	font-size: 44px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 70px;
	max-width: 680px;
	color: var(--black);
}
.sol_tabs_list{
	padding-left: 210px;	
	margin-bottom: 100px;
}
.sol_tabs_list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 870px;
}
.sol_tabs_list ul li{
	position: relative;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.4;
	color: var(--black);
	padding-left: 60px;
}
.sol_tabs_list ul li:not(:last-child){
	margin-bottom: 20px;
}
.sol_tabs_list ul li:before{
	content: "++";
	color: #CE154C;
	display: inline-block;
	position: absolute;
	left: 0;
	font-size: 40px;
    line-height: 1;
}
.sol_tabs_img-right{
	position: absolute;
	right: 0;
	top: 0;
	filter: drop-shadow(0px 93px 162.5px  #00000012);
	background: linear-gradient(180deg, #C21448 0%, #7D0E30 100%);
	padding: 11px;
	border-radius: 30px;
	overflow: hidden;
	max-width: 30%;
	display: block;
}
.sol_tabs_img-right img {
    display: block;
    width: 100%;
    border-radius: 25px;
    /* height: 100%; */
}

.sol_tabs_content[data-id="0"] .sol_tabs_img-right{
/*	transform: translateX(22%);*/
}
.sol_tabs_quote{
	position: relative;
	border: 1px solid rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 15px;
	border-radius: 100px;
}
.sol_tabs_quote__text{
	text-align: center;
	flex:1;
	font-size: 30px;
	font-weight: 400;
	color: var(--black);
}
.sol_tabs_quote__text strong{
	font-weight: 600;
}
.sol_tabs_quote__text a{	
	color: #CE154C;
	display: inline-block;
    border-bottom: 1px solid;
}
.sol_tabs .swiper-slide.swiper-slide-prev{
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    padding-left: 60px;*/
}
.sol_tabs .swiper-slide.swiper-slide-next {
/*    flex: 1 0 540px;*/
/*    padding-right: 60px;*/
}
.sol_tabs .swiper-wrapper{
/*	padding-left: calc((100vw - var(--container) + 60px)/4);*/
/*	align-items: center;*/
}
.sol_tabs .slider_nav {
	right: calc((100vw - var(--container) + 60px)/2);
    top: 85px;
    flex-direction: row;
    border: 1px solid rgba(9, 8, 8, 0.1);
    transform: translate(0, 0);
    background: transparent;
}
.acc .sol_tabs .slider_nav {
	border-color: rgba(255,255,255,0.1);
	top: 200px;
}
.acc .sol_tabs.fixnav .slider_nav{
	top: 130px;
}
.sol_tabs .slider_nav .swiper-pagination, .swiper-pagination-hl.swiper-pagination{
	flex-direction:row;
}
.sol_tabs .swiper-button-prev:hover svg path, .sol_tabs .swiper-button-next:hover svg path, .know .swiper-button-prev:hover svg path, .know .swiper-button-next:hover svg path{
	stroke:#fff;
}
.swiper-pagination-hl .swiper-pagination-bullet{
	color:var(--black);
	width: 22px;
	transition: width 0.3s, opacity 0.3s;
}
.acc .sol_tabs .swiper-pagination-bullet{
	color: #fff;
}
.swiper-pagination-hl .swiper-pagination-bullet-active{
	height: 12px;
	width: 100px;
	background: linear-gradient(90deg, #CE154C 9.43%, #1968A0 28.26%, #62155A 51.1%, #8A67A6 70.73%, #00E0FF 86.35%), var(--Red, #CE154C);
}

/* Digital Accelerators */
.acc{
	padding-top: 1px;
	padding-bottom: 550px;
	margin-bottom: -430px;
	background: linear-gradient(5.8deg, #2589FF -7.5%, #0E355A 122.7%);
    border-radius: var(--radius) 0 0 0;
}
.acc .tab-btn{
	color: #1763BB;
}
.acc h2, .acc .sol_tabs_under, .acc .tab-btn-active, .acc .sol_tabs_text, .acc .sol_tabs_list ul li {
	color: #fff;
}

.acc .sol_tabs_list ul li:before{
	color: #25DAF8;
}
.acc .sol_tabs{
	margin-top: 0;
}
.sol_tabs_under{
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 933px;
	margin-left: var(--leftM);
	margin-bottom: 45px;
}
.acc .sol_tabs_content[data-id="0"] .sol_tabs_img-first, .acc .sol_tabs_content[data-id="1"] .sol_tabs_img-first{
	margin-top: -120px;
}
.acc .sol_tabs_content[data-id="2"] .sol_tabs_img-first{
	margin-top: -45px;
    transform: translateX(15%);
}
.sol_tabs .tab-nav.acc_tabs_slider {
	top: 530px;
}
.acc .sol_tabs_img-right{
	background: linear-gradient(180deg, #3997FA 0%, #144C84 100%);
}

/*Продукты*/
.product{
	background-color: #fff;
	border-radius: 0 var(--radius) 0 0;
	padding-top: 1px;
}
.product_list{
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
	margin-bottom: 175px;
	width: 100%;
}
.product_item{
	position: relative;
	display: flex;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
	z-index: 1;
	overflow: hidden;
	height: 400px;
}
.product_item img{
	opacity: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transition: 0.3s;
}
.product_item_bcg{
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	width: 100%;
	height: 100%;
}
.product_item:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -150%);
	transition: 0.3s;
	z-index: 1;
}
.product_item:hover:before{
	transform: translate(-50%, 0%);
}
.product_name{
	font-size: 43px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.product_item svg{
	position: absolute;
	left: 50%;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	bottom: 60px;
	z-index: 2;
}
.product_item:first-child {
	border-top-left-radius: 0!important;
}
.product_item:nth-child(3){
	border-top-right-radius: 0!important;
}
.product_item:nth-child(7){
	border-bottom-left-radius: 0!important;
}
.product_item:last-of-type {
	border-bottom-right-radius: 0!important;
}


/* Блок с контактами */
.coll{
	padding-top: 1px;
	background: linear-gradient(180deg, #F5F8F8 0%, #CFE8ED 100%);
	padding-bottom: 630px;
	margin-bottom: -505px;
	border-radius:  var(--radius) 0 0 0;
}
.coll_flex{
	margin-top: 80px;
}
.coll_text{
	font-size: 38px;
	font-weight: 500;
	line-height: 1.25;
}

/* Меню перед футером */
.fmenu{
	padding-top: 120px;
	padding-bottom: 555px;
	background: linear-gradient(270deg, #2589FF 3.7%, #0E355A 83.17%);
	border-radius: 0 var(--radius) 0 0;
	margin-bottom: -450px;
}
.fmenu_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 120px;
}
.fmenu_title{
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 50px;
	min-height: 101px;
}
.fmenu_item ul li{
	display: block;
}
.fmenu_item ul li:not(:last-child){
	margin-bottom: 40px;
}
.fmenu_item ul li a{
	font-weight: 400;
	font-size: 26px;
	color: #fff;
}

footer{
	padding-top: 120px;
	padding-bottom: 115px;
	background: linear-gradient(270deg, #111214 3.7%, #1F4567 83.17%);
	border-radius: var(--radius) 0 0 0;
	position: relative;
}
.footer_flex{
	display: flex;
	justify-content: space-between;
	gap: 30px 265px;
}
.footer_item-contacts{
	flex: 1;
}
.footer_title{
	display: block;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	margin-bottom: 40px;
}
.footer_logo{
	max-width: 232px;
	margin-bottom: 30px;
	display: block;
}
.footer_logo img{
	max-width: 100%;
}
.copir{
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 55px;
	color: #fff;
}
.copir span{
	color: #298CFF;
}
.footer_soc{
	display: flex;
	gap: 65px;
	margin-bottom: 70px;
}
.privacy{
	display: block;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}
.footer_contacts{
	display: flex;
	gap: 25px 70px;
}
.footer_contacts .tab-nav{
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
}
.footer_contacts .tab-btn{
	padding: 17px 44px;
	margin: 0;
	position: relative;
	font-weight: 600;
	font-size: 28px;
	color: #298CFF;
	z-index: 1;
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 100px;
	text-transform: uppercase;
}
.footer_contacts .tab-btn.tab-btn-active{
	color: #fff;
	border-color: #fff;
}
.footer_contacts_text{
	margin-top: 20px;
	max-width: 480px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 80px;
}
.footer_mail{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.footer_mail:before{
	content: "";
	display: inline-block;
	width: 84px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 15px;
}
.footer_mail span{
	color: #CE154C;
}
.new_modal {
	order: -1;
    width: 100%;
    max-width: 500px;
    padding:45px 30px;
    box-shadow: 0px 59px 153px 0px #00000021;
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF1F4 100%);
    border-radius: 100px 0 100px 100px;
}
.fancybox__backdrop{
    background: #FFFFFFAD;
    backdrop-filter: blur(15px);
}
.new_modal h2{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: var(--black);
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
.text_modal{
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	color: var(--black);
}
.fancybox__content>.f-button.is-close-btn{
    right: 200px;
    top: 110px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='37.5' cy='37.5' r='36' transform='matrix(-1 0 0 1 75 0)' stroke='%23090808' stroke-width='3'/%3e%3cpath d='M27.2725 48.657L48.6568 27.2727' stroke='%23CE154C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M48.657 48.657L27.2727 27.2727' stroke='%23CE154C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.fancybox__content>.f-button.is-close-btn:hover{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='75' height='75' viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='37.5' cy='37.5' r='36' transform='matrix(-1 0 0 1 75 0)' stroke='%23CE154C' fill='%23CE154C' stroke-width='3'/%3e%3cpath d='M27.2725 48.657L48.6568 27.2727' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M48.657 48.657L27.2727 27.2727' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.has-inline .fancybox__content>.f-button.is-close-btn{
	right: 10px;
    top: 10px;
}
.has-youtube .fancybox__content>.f-button.is-close-btn{
	right: -100px;
	top: -100px;
}
.fancybox__content>.f-button.is-close-btn svg, .fancybox__content br{
	display: none;
}
.form_block>p, .chek_form{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1645px;
}
.fancy-popup__content .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}
.fancy-popup__content input:not([type="submit"]), .fancy-popup__content textarea{
	padding: 12px 30px;
    border: 2px solid #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    border-radius: 70px;
    width: 100%;
    margin-bottom: 10px;
}
.fancy-popup__content input:not([type="submit"]):focus, .fancy-popup__content textarea:hover{
	border-color: var(--black);
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid{
	border-color: #CE154C;
}
.fancy-popup__content span[data-name="textarea-request"] {
	width: 100%;
}
.fancy-popup__content textarea{
	border-radius: 30px;
	height: 100px;
}
.hidden-block {
    display: none!important;
}
.fancy-popup__content small{
	color: #715858;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 20px;
}
.chek_form{
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.chek_form div{
	font-weight: 400;
	font-size: 13px;
	line-height: 1.65;
	color: var(--black);
	max-width: 992px;
	margin-right: auto;

}
.chek_form div a{
	color: #1386FF;
}
.fancy-popup__content .btn-blue{
	min-width: 100%;
	padding:20px;
	font-size: 22px;
	margin-top: 10px;
	color: #fff;
	background: linear-gradient(91.61deg, #1F66B3 -3.39%, #56A1F9 106.79%);
}
.fancy-popup__content .btn-blue:before{
	background: linear-gradient(270deg, #1F66B3 -3.39%, #56A1F9 106.79%);
}
.fancy-popup__content .wpcf7-list-item{
	margin-left: 0;
}
.new_modal.fancy-popup input[type="checkbox"]{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.new_modal.fancy-popup .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    width: 25px;
    height: 25px;
}
.new_modal.fancy-popup .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #d9d9d9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    border-radius: 5px;
}
.new_modal.fancy-popup input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    border-color: #4A7EF7;
    background-color: #4A7EF7;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.ar_hover{
	transform: translateY(150%);
	opacity: 0;
	position: absolute;
}
.btn_top{
	position: fixed;
    right: 5%;
    bottom: 5%;
    width: 93px;
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 150px;
    z-index: 10;
    opacity: 1;
    transition: 0.3s;
    background: linear-gradient(180deg, #CE154C 0%, #3997FA 100%),linear-gradient(0deg, #CE154C, #CE154C),linear-gradient(0deg, #FFFFFF, #FFFFFF);
    cursor: pointer;
    overflow: hidden;
}
.btn_top svg{
	transition: 0.3s;
}
.btn_top:before{
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	width:calc(100% - 6px);
	height:calc(100% - 6px);
	background-color: #fff;
	z-index: -1;
	border-radius: 100px;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.btn_top-hide{
	opacity: 0;
    z-index: -10;
}
.btn_top:hover svg.btn_top_ar{
	transform: translateY(-250px);
}
.btn_top:hover svg.ar_hover{
	transform: translateY(0%);
	opacity: 1;
}
.btn_top:hover:before{
	opacity: 0;
}
.grecaptcha-badge{
	display: none;
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 50%;
  width: 100%;
  max-width: 80%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 30px 30px 0 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 1.1rem;
  text-align: left;
  color: var(--black);
}
.btn.cookie_accept{
    min-width: auto;
    font-size: 22px;
    margin: 0 0 0 25px;
    flex: 1 0 auto;
}

@media (min-width: 991px){
  #cookie_notification.show{
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  
}

.hamburger, .tab-btn-mob{
	display: none;
}
.openMenu{
	overflow: hidden;
}
.product_modal {
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    position: relative;
    max-width: 79%;
    border-radius: 150px 150px 0 150px;
    padding: 120px 130px 160px;
    background:#fff;
}
.product_modal_title{
	font-size: 80px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 35px;
	color: var(--black);
}
.product_modal_text{
	max-width: 46%;
	font-weight: 500;
	font-size: 42px;
	color: var(--black);
	line-height: 1.6;
	position: relative;
}
.product_modal_text>div{
	height: 580px;
	overflow-y: auto;
	position: relative;
	padding-bottom: 50px;
	padding-right: 10px;
}
.product_modal_text:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 85px;
	background: linear-gradient(0deg, #fff 0%, transparent);
	width: 100%;
	transition: 0.3s;
	z-index: 1;
}
.product_modal_text em{
	font-style: normal;
	font-size: 0.8em;
	display: block;
	font-weight: 400;
}
.product_modal_text em, .product_modal_text blockquote{
	padding-left: 80px;
}
.product_modal_text p{
	margin-bottom: 30px;
}
.product_modal_text blockquote{
	margin: 0;
	font-weight: 300;
	font-size: 0.65em;
}
.product_modal .btn{
	margin-top: 40px;
}
.product_modal img{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
    border-radius: 550px 150px 0px 0px;
    z-index: -1;
}
.product_modal.fancybox__content>.f-button.is-close-btn{
	width: 55px;
	height: 55px;
	right: 80px;
    top: 80px;
    filter: brightness(100);
    opacity: 1;
}
form.submitting .btn, .wpcf7-form.sent p, .wpcf7-form.sent span, .wpcf7-form.sent small {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
	text-align: center;
}
.new_modal  .wpcf7-spinner{
	position: absolute;
}
.fixnav .slider_nav{
	position: fixed;
	top: 130px;
}

/*Анимация*/
.anim-item {
    opacity: 0;
    transition: opacity 0.6s;
}
.anim-active {
    opacity: 1;
}
@media(min-width: 991px){
	.sol_tabs_img-first, .sol_tabs_info, .sol_tabs_img-right, .sol_tabs_quote, .sol_tabs_under{
	  opacity: 0;
	  transition: opacity 0.7s;
	  transition-delay: 0.2s;  
	}
	.sol_tabs_info{
		transition-delay: 0.4s;
	}
	.sol_tabs_img-right{
		transition-delay: 0.6s;
	}
	.sol_tabs_quote{
		transition-delay: 0.8s;
	}
	.sol_tabs_content.tab-pane-show .sol_tabs_img-first, .sol_tabs_content.tab-pane-show .sol_tabs_info,.sol_tabs_content.tab-pane-show .sol_tabs_img-right,
	 .sol_tabs_content.tab-pane-show .sol_tabs_quote, .sol_tabs_content.tab-pane-show .sol_tabs_under{
	  opacity: 1;
	} 
}

.about_list{
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 30px;
}
.about_list .about_text{
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
}


/*Страница с пдф*/
.wrapPdf{
	position: relative;
    width: 100%;
    margin-top: 20px;
    max-width: 900px;
}
.wrapPdf::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    pointer-events: none;
}
.wrapPdf iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
	border-radius: 10px;
    border: none;
}