

/* Start:/local/templates/light/css/nprogress.css?17249077331458*/
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* End */


/* Start:/local/templates/light/css/lib.css?17249077334508*/
/*куки окно*/
.old-site-container{
	padding-top: .75rem;
	padding-bottom: .75rem;
	background-color: #fff;
	font-size: .75rem;
	margin-bottom: .75rem;
	box-shadow: 3px 3px 10px #00000050;

}
.close-oldsite{
	cursor: pointer;
	max-width: 15px;
	opacity: .5;
	transition: .3s;
	cursor: pointer;

}
.close-oldsite:hover{
	opacity: 1;
}
.close-oldsite img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

*{
	/*font-family: Arial;*/
	/*font-size: 1.19vw;*/ /*20px шрифт на 1680*/
	/*font-size: 20px;*/
}
.placeholder {
	color: #C4C4C4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 24px;
	padding-bottom: 10px;
	transition: .3s;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
  not supported by any browser */
}
.input-block input:not([type="checkbox"]), .input-block textarea{				
	background: none;
	border: none;
	outline: none;
	width: 100%;
	color: #233568;
}
input:required + .placeholder:after, textarea:required + .placeholder:after{
	content: " *";
	color: #ff0000;
}
.input-block label {
	display: block;
	margin: 0;
}
.input-block {
	padding-top: 24px;
	padding-bottom: 10px;		
	font-size: 1.1rem;		
	position: relative;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 2.5rem;
	transition: .3s;		
}
.input-block input:focus + .placeholder, .input-block textarea:focus + .placeholder, .input-block textarea + .placeholder, .input-block input.focus + .placeholder, .input-block.phone-input input + .placeholder, .input-block.date-input input + .placeholder {
	padding-top: 0;
	font-size: 0.7rem;
	padding-bottom: 0;
	height: auto;
}
.phone-code{
	margin-right: 15px;
	width: 33px;
	position: relative;
	cursor: pointer;
}
.phone-code__list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	z-index: 100;
}
.phone-code__list .phone-code__item{
	order: 2;
}
.phone-code__list .phone-code__item.active{
	order: 1;
}
.vncode{
	margin-left: 5px;
	display: none;
}
.phone-code__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 1.65rem;
}
.phone-code__item.active .vncode{
	display: block;
}
.phone-code__list:not(.active) .phone-code__item:not(.active){
	display: none;
}

.phone-input label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.input-block.active-block{
	border-bottom: 1px solid #60C6F2;
}


form input[type="submit"]{
	/*background: #C16239;
	border-radius: 200px;
	padding: 19px 37px;*/
	/*padding-bottom: 15px;*/
	/*border: none;
	font-size: 0.75rem;
	color: #fff;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	line-height: 1;*/
}
[type="file"]{
	/*display: none;*/
	width: 1px;
	height: 1px;
	opacity: 0;
	display: block;
}
.file-clip{
	margin-right: 1rem;
}
.file-clip img{
	width: 100%;
	height: auto;
	max-width: 16px;
}
.file-input{
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none!important;
}
.file-input label{
	cursor: pointer;
}
.date-input input{
	background: url(/local/templates/light/css/img/calendar.svg)!important;
	background-position: 100% center!important;
	background-repeat: no-repeat!important;
}

::-webkit-calendar-picker-indicator{
	/*display: none;*/
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto
}
::-webkit-inner-spin-button{
	display: none;
}

.submit-block input{
	margin: auto;
	display: block;
}

.small-container{
	max-width: 600px;
	margin: auto;
}


/*видео*/

.video-container{
	position: relative;
	padding-bottom: 56%;
	width: 100%;	
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*копирование*/
.head-success-copy.show {
    transform: translate(0,0);
}
.head-success-copy {
    padding: 10px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    z-index: 1000000000;
    transform: translate(0,-100%);
}

/* End */


/* Start:/local/templates/light/owl/dist/assets/owl.carousel.min.css?17249077343351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/light/owl/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/light/owl/dist/assets/owl.theme.default.min.css?17249077341013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/light/components/bitrix/menu/top/style.min.css?1724907734490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/light/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/light/template_styles.css?172490773441736*/
*{padding:0;margin:0;border:0}*,*:before,*:after{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:400}:root{--line-height: 1.4286666666666668;--text-color-black: rgb(40, 40, 40);--text-color-white: rgb(255, 255, 255);--background-color-grey: rgb(246, 246, 248);--background-color-blue: rgb(15, 8, 35);--background-gradient: linear-gradient(180.00deg, rgb(155, 0, 232), rgb(115, 4, 170) 100%);--background-gradient-pink: linear-gradient(-0.66deg, rgb(203, 98, 255) 8.057%, rgb(154, 170, 255) 159.154%)}html{font-size:1.11111111vw}body.hidden{overflow:hidden}body{font-family:"Montserrat",sans-serif}::-webkit-scrollbar-button,::-moz-scrollbar-button{display:none !important}::-webkit-scrollbar{width:10px;height:auto}::-webkit-scrollbar-thumb{background:#cb62ff;border-radius:10px}::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:focus{background:#7304aa}::-webkit-scrollbar-track{background:#f6f6f8}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.header{background:url("/local/templates/light/assets/icons/top-background.svg") no-repeat center;background-size:auto 100%;width:100%;min-height:100vh;height:100%;overflow:hidden}.min-container{width:75rem;margin:0 auto;padding:0 .9375rem}.header__inner{padding:.875rem 0}.flex-row{display:flex;flex-direction:row;align-items:center}.justify-between{justify-content:space-between}.header__logo,.footer__logo{width:6.5rem}.header__logo img,.footer__logo img{width:100%}.header__nav ul,.footer__nav ul{gap:2.5rem}.header__nav ul li a,.footer__nav ul li a{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.header__button button,.footer__button button{width:12rem;height:2.875rem;background:var(--background-gradient);color:var(--text-color-white);font-size:.875rem;font-weight:600;line-height:var(--line-height);text-align:center;text-transform:uppercase;border-radius:12.5rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.header__hide{display:flex;position:relative;margin-top:7.5rem;padding-bottom:3.125rem}.header__hide-left{width:35.9375rem}.header__hide-left h1{margin-bottom:2rem;color:var(--text-color-black);font-size:3.75rem;font-weight:600;line-height:120%;text-align:left;position:relative}.header__hide-left h1:after{content:"";position:absolute;bottom:.25rem;left:0;width:100%;height:1.25rem;background-color:rgba(115,4,170,.2)}.header__hide-left p{margin-bottom:2.25rem;color:var(--text-color-black);font-size:1.125rem;font-weight:300;line-height:var(--line-height);text-align:left;width:29.75rem}.header__hide-left .button{width:16rem;height:4.5rem;color:var(--text-color-white);font-size:1rem;font-weight:600;line-height:1.625rem;text-align:center;text-transform:uppercase;background:var(--background-gradient);border-radius:12.5rem;display:flex;align-items:center;justify-content:center}.header__hide-right{width:44rem;height:34.6875rem;position:absolute;right:3.5625rem;top:-5.875rem}.header__hide-right img{width:100%}.footer{margin-top:auto}.footer__inner{padding-top:2.5rem;padding-bottom:3.125rem}.footer__button{gap:1.5rem}.footer__icons{gap:.75rem;align-items:center}.footer__icons img{width:1.5rem;height:1.5rem}.autofollow{position:relative;padding-top:5.625rem;margin-bottom:5.625rem}.autofollow__bottom-arrow{position:absolute;top:-2.6875rem;left:50%;transform:translateX(-50%);width:7.125rem;height:4.625rem;cursor:pointer}.autofollow__top{background:var(--background-color-grey);border-radius:3.125rem;overflow:hidden;gap:1.25rem;margin-bottom:5.625rem}.autofollow__top img{width:29.75rem;border-radius:3.125rem}.autofollow__top-info{width:33.5rem}.autofollow__top-info h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:1.25rem}.autofollow__top-info p{color:var(--text-color-black);font-size:1.5rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:1.5rem}.autofollow__top-info p:last-child{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.autofollow__top-info p span{position:relative}.autofollow__top-info p span:after{content:"";position:absolute;bottom:.125rem;left:0;width:100%;height:.5625rem;background-color:rgba(115,4,170,.2)}.autofollow__bottom-title{width:35.8125rem;position:relative;margin-bottom:2.625rem}.autofollow__bottom-title h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.autofollow__bottom-title img{position:absolute;top:0;right:-13.875rem;width:12.9375rem}.autofollow__bottom-info{gap:1.25rem;flex-wrap:wrap}.autofollow__bottom-item{display:flex;gap:1.375rem;height:12.875rem;align-items:flex-start;position:relative;background:var(--background-color-grey);border-radius:3.125rem;padding:1.25rem}.autofollow__bottom-item:nth-child(1),.autofollow__bottom-item:nth-child(4){width:42.125rem}.autofollow__bottom-item:nth-child(2),.autofollow__bottom-item:nth-child(3){width:29.75rem}.autofollow__bottom-item img:not(.autofollow__bottom-exp-sheadule){width:2.75rem;height:2.75rem;padding:1.4375rem;border-radius:1.875rem;background:rgba(175,139,255,.2);box-sizing:content-box}.autofollow__bottom-item h3{color:var(--text-color-black);font-size:1.5rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:.5rem;padding-top:.5625rem}.autofollow__bottom-item p{color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left}.autofollow__bottom-item-right:nth-child(1),.autofollow__bottom-item-right:nth-child(4){width:21.5625rem}.autofollow__bottom-item-right:nth-child(2),.autofollow__bottom-item-right:nth-child(3){width:18.75rem}.autofollow__bottom-exp-sheadule{position:absolute;right:0;top:50%;transform:translateY(-50%);width:15.3125rem}.max-container{padding:0 1rem}.about{background:var(--background-color-grey);border-radius:4.375rem;padding:4.375rem 7.5rem 10.625rem 4.375rem}.about__inner{gap:5.625rem}.about__left h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:1.375rem}.about__left p:not(.about__black-text){color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left;width:30.4375rem}.about__black-text{color:var(--text-color-white);font-size:1.5rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:1.625rem}.about__black-text span{background:#191919;padding:.25rem .8125rem;border-radius:0 1.875rem 1.875rem 0;display:block;width:-moz-fit-content;width:fit-content}.about__black-text span:first-child{border-top-left-radius:1.875rem}.about__black-text span:last-child{border-bottom-left-radius:1.875rem}.about__right{position:relative;display:flex;flex-direction:column}.about__right img:not(.about__right-boottom img){width:33.3125rem}.about__right-boottom{gap:.875rem;align-items:center;margin-top:auto;margin-bottom:1.25rem;padding:1.5rem;padding-right:0}.about__right-boottom img{width:4.375rem;height:4.375rem}.about__right-boottom p{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.advantages{background:var(--background-color-blue);border-radius:4.375rem;margin-top:-6.25rem;padding:3.75rem 0;margin-bottom:4.5rem}.advantages__title{margin-bottom:1.875rem;position:relative;width:-moz-fit-content;width:fit-content}.advantages__title h2{color:var(--text-color-white);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;width:21.9375rem}.advantages__title img{position:absolute;top:.5rem;right:-14.9375rem;width:13.25rem}.advantages__items{gap:1.25rem;flex-wrap:wrap;margin-bottom:6.875rem}.advantages__item{width:23.5rem;background:#f6f6f8;border-radius:3.125rem;padding:1.25rem;height:20rem}.advantages__item img:not(.advantages__item-image){width:2.125rem;padding:1.1875rem 1.4375rem;box-sizing:content-box;background:rgba(175,139,255,.2);border-radius:1.875rem;margin-bottom:.75rem}.advantages__item h3{color:var(--text-color-black);font-size:1.5rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:.5rem}.advantages__item p{color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left}.advantages__item:last-child{display:flex;gap:2.375rem;width:48.3125rem;position:relative;overflow:hidden}.advantages__item:last-child div{width:25.9375rem}.advantages__item-image{width:18.125rem;height:18.75rem;border-radius:2.5rem;background:#e8e1f9;position:absolute;right:.625rem;top:.625rem}.advantages__autopilot{position:relative}.advantages__autopilot h2{color:var(--text-color-white);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.autopilot__man{position:absolute;top:.875rem;left:0;width:19.125rem;padding:.75rem;padding-right:1.9375rem;gap:1.125rem;align-items:center;background:#f6f6f8;border-radius:2.25rem}.autopilot__man img{width:4.375rem;height:4.375rem;border-radius:1.5rem}.autopilot__man p{color:var(--text-color-black);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}.autopilot__man span{font-weight:700;background:var(--background-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.start__investing{margin-bottom:5rem}.start__investing-title{margin-bottom:2.6875rem}.start__investing-title h2{margin-bottom:.5rem;color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.start__investing-title p{color:var(--text-color-white);font-size:1.5rem;font-weight:500;line-height:var(--line-height);text-align:left;width:-moz-fit-content;width:fit-content;background:#0f0823;border-radius:1.875rem;border-top-left-radius:0;padding:.25rem .75rem}.start__investing-item{position:relative;width:23.5625rem;height:22.75rem;border-radius:1.875rem;padding:1.25rem 1.0625rem 1.4375rem 1.25rem;display:flex;flex-direction:column;background:url("/local/templates/light/assets/icons/figure-start.svg") no-repeat top right;background-size:100%}.start__investing-item h3{color:var(--text-color-black);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:1.875rem;margin-left:6.25rem}.start__investing-number{position:absolute;top:0;left:0;border-radius:1.875rem;width:5rem;height:5rem;font-size:1.875rem;font-weight:700;line-height:var(--line-height);text-align:center;background:#e8e1f9;display:flex;align-items:center;justify-content:center}.start__investing-number span{display:block;background:var(--background-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.start__investing-description{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left;text-overflow:ellipsis}.start__investing-description--max-lines-5{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.start__investing-item a{gap:.9375rem;align-items:center;margin-top:auto}.start__investing-item a img{width:1.3125rem;height:1.3125rem}.start__investing-item a p{color:var(--text-color-black);font-size:.8125rem;font-weight:600;line-height:var(--line-height);letter-spacing:7%;text-align:left;text-transform:uppercase}.video__block{padding-top:3.75rem;padding-bottom:4.625rem;background:var(--background-color-grey);border-radius:4.375rem;margin-bottom:4.375rem;overflow:hidden}.video__block .swiper{overflow:visible}.video__block .swiper .swiper-wrapper{overflow:visible}.video__block h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:2.5rem}.video__slider{margin-bottom:2.5rem;padding-right:8.75rem}.swiper-slide.video__slide{width:29.375rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.video__slide:hover .video__play-btn{transform:translate(-50%, -50%) scale(1.1)}.video__preview{width:100%;height:100%;border-radius:3.125rem;-o-object-fit:cover;object-fit:cover;overflow:hidden}.video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:3.75rem;height:3.75rem;cursor:pointer;transition:all .3s ease-in-out}.video__nav{align-items:center;width:73.125rem}.video__scroll-container{position:relative;width:61.125rem}.swiper__button-prev,.swiper__button-next{width:3.9375rem;height:3.9375rem;border-radius:50%;border:.0625rem solid #444;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.swiper__button-prev img,.swiper__button-next img{width:1.5625rem}.video__scroll-container .swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{background:#b4b4b4;height:.75pt}.video__scroll-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:linear-gradient(90deg, #CB62FF 0%, #9AAAFF 100%);height:2.25pt;margin-top:-0.75pt}.referal__programm{background:var(--background-color-grey);border-radius:3.125rem;border:.0625rem solid #beadca;padding:2.8125rem 3.75rem;gap:7.5rem;height:16.25rem;position:relative;overflow:hidden;margin-bottom:6.25rem}.left__referal{width:29.8125rem;position:relative}.left__referal h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:1.375rem}.left__referal p{color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left;width:21.3125rem}.left__referal img{position:absolute;right:-8.75rem;top:4.375rem;width:11.9375rem}.right__referal{position:relative;padding-bottom:4.375rem}.right__referal button{background:var(--background-gradient-pink);width:16rem;height:4.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-color-white);font-size:1rem;font-weight:600;line-height:var(--line-height);text-align:center;text-transform:uppercase;border-radius:12.5rem;position:relative;z-index:2}.ref-schedule{position:absolute;width:28.625rem;right:0;z-index:0}.strat__block{margin-bottom:6.25rem}.strat__title{position:relative;width:-moz-fit-content;width:fit-content;margin-bottom:2.5rem}.strat__title h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.strat__title img{position:absolute;right:-12.25rem;top:-1.125rem;width:10.9375rem}.strat__black-text{color:var(--text-color-white);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left;margin-bottom:.9375rem;padding:.1875rem .6875rem .3125rem .8125rem;width:-moz-fit-content;width:fit-content;background:var(--text-color-black);border-radius:1.875rem;border-top-left-radius:0}.strat__btn{background:var(--background-gradient-pink);align-items:center;gap:.875rem;color:var(--text-color-white);width:14.0625rem;height:3.125rem;border-radius:12.5rem;justify-content:center;font-size:1rem;font-weight:600;line-height:var(--line-height);text-align:center;text-transform:uppercase;margin-top:auto}.strat__text{max-height:7.5rem;overflow:hidden;position:relative}.strat__text.show-after::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3rem;background:linear-gradient(180deg, rgba(246, 246, 248, 0), rgba(246, 246, 248, 0.7) 55.412%, rgb(246, 246, 248) 100%);pointer-events:none;z-index:1}.strat__text-more{gap:.5625rem;align-items:center;background:none;width:-moz-fit-content;width:fit-content;display:flex;margin-top:-1.2em;position:relative;z-index:2}.strat__text-more p{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.strat__text-more img{width:.5rem}.team-and-news{background:var(--background-color-blue);border-radius:4.375rem;padding-top:3.75rem;padding-bottom:4.375rem;margin-bottom:5rem}.team-and-news h2{margin-bottom:1.875rem;color:var(--text-color-white);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.team-and-news__title{margin-top:5rem}.team-and-news__item{background-color:var(--text-color-white);border-radius:3.125rem;position:relative;padding-top:.3125rem;padding-bottom:1.25rem}.team-and-news__back{width:16.75rem;height:13.4375rem;border-radius:3rem;margin:0 auto;margin-bottom:1.25rem;display:block;-o-object-fit:cover;object-fit:cover}.team-and-news__item h3{margin-left:1.25rem;margin-bottom:.5rem;color:var(--text-color-black);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}.team-and-news__item p{margin-left:1.25rem;margin-bottom:.75rem;color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left}.team-and-news__date{position:absolute;background:var(--text-color-white);padding:.125rem .5625rem;border-radius:6.25rem;top:1.4375rem;left:1.4375rem;color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left}.team-and-news__contacts{gap:.75rem;align-items:center;margin-left:1.25rem}.team-and-news__contacts img{width:1.5rem;height:1.5rem}.parthners{margin-bottom:5rem}.parthners .parthners__items{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media(max-width: 991px){.parthners .parthners__items{grid-template-columns:1fr 1fr}}.parthners h2{margin-bottom:1.875rem;color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.parthners__item{height:9.75rem;background-color:var(--background-color-grey);display:flex;align-items:center;justify-content:center;border-radius:3.125rem;padding-left:.9375rem;padding-right:.9375rem}.parthners__item img{width:100%;height:4.125rem;-o-object-fit:contain;object-fit:contain}.reviews{margin-bottom:4.6875rem;overflow:hidden}.reviews .swiper,.reviews .swiper-wrapper{overflow:visible}.reviews h2{margin-bottom:1.875rem;color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.reviews__wrapper{margin-bottom:1.875rem}.reviews__slider{padding-right:8.75rem}.reviews__slide{width:29.75rem;background:var(--background-color-grey);border-radius:3.125rem;padding:1.875rem}.review__top{margin-bottom:1.25rem;gap:1.125rem;align-items:flex-start}.review__top,.review__top p{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.review__top img{width:2.3125rem;height:2.3125rem}.review__bottom{gap:1rem}.review__bottom--img{width:3.625rem;height:3.625rem;position:relative;overflow:hidden;border-radius:50%}.review__bottom img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}.review__bottom h3{color:var(--text-color-black);font-size:1.25rem;font-weight:400;line-height:var(--line-height);text-align:left;margin-bottom:.3125rem}.review__bottom p{color:var(--text-color-black);font-size:.875rem;font-weight:400;line-height:var(--line-height);text-align:left}.reviews__scroll-container{position:relative;width:61.125rem}.reviews__scroll-container .swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{background:#b4b4b4;height:.75pt}.reviews__scroll-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:linear-gradient(90deg, #CB62FF 0%, #9AAAFF 100%);height:2.25pt;margin-top:-0.75pt}.questions{background:var(--background-color-grey);border-radius:4.375rem;padding:3.75rem 0}.faq{align-items:flex-start;gap:3.125rem;margin-bottom:7.8125rem}.faq__left{gap:.375rem;position:relative}.flex-column{display:flex;flex-direction:column}.faq__item{padding:.9375rem 5.3125rem .9375rem 1.875rem;background:#fff;border-radius:1.875rem;position:relative;cursor:pointer}.faq__item.active:after{content:"";position:absolute;top:50%;right:.25rem;transform:translateY(-50%);width:.375rem;height:50%;background:var(--background-gradient-pink);border-radius:3.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item-text{width:25.5625rem;color:var(--text-color-black);font-size:1.25rem;font-weight:400;line-height:var(--line-height);text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item.active .faq__item-text{font-weight:600}.faq__hide-elem{display:none}.faq__right h2{color:var(--text-color-black);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:1.875rem}.faq__text{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left;width:25.9375rem}.faq__more{color:var(--text-color-black);font-size:1rem;font-weight:600;line-height:var(--line-height);text-align:center;text-transform:uppercase;display:flex;align-items:center;justify-content:center;width:16.625rem;height:3.125rem;background:var(--background-color-grey);border-radius:12.5rem;position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%)}.callback{gap:1.25rem}.callback__form{height:100%;width:35.9375rem;background:var(--background-gradient);border-radius:4.375rem;padding:3.125rem 4.0625rem 2.5rem}.callback__form .success-form{color:var(--text-color-white);font-size:1.5rem;font-weight:600}.callback__form h2{color:var(--text-color-white);font-size:2.5rem;font-weight:600;line-height:var(--line-height);text-align:left;margin-bottom:1.875rem}.callback__input label{color:var(--text-color-white);font-size:.6875rem;font-weight:600;line-height:var(--line-height);letter-spacing:5%;text-align:left;text-transform:uppercase;margin-bottom:.75rem}.callback__input input{color:var(--text-color-white);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left;padding-bottom:.6875rem;border:none;background:inherit;border-bottom:.0625rem solid #f2f2f2;width:100%;margin-bottom:1.875rem;height:2.25rem}.callback__input input::-moz-placeholder{color:rgba(255,255,255,.5);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}.callback__input input::placeholder{color:rgba(255,255,255,.5);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:var(--text-color-white) !important;text-shadow:0 0 0 var(--text-color-white);font-size:1.25rem !important}.callback__input textarea{color:var(--text-color-white);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left;padding-bottom:.6875rem;border:none;background:inherit;border-bottom:.0625rem solid #f2f2f2;width:100%;height:2.25rem;resize:none;overflow-y:hidden;margin-bottom:1.875rem}.callback__input textarea::-moz-placeholder{color:rgba(255,255,255,.5);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}.callback__input textarea::placeholder{color:rgba(255,255,255,.5);font-size:1.25rem;font-weight:500;line-height:var(--line-height);text-align:left}.callback__contacts{width:35.9375rem;padding:3.125rem 6.25rem 13.875rem 3.5rem;background:#fff;border-radius:4.375rem}.callback__input button{width:16rem;height:4.5rem;background:var(--text-color-white);border-radius:12.5rem;color:var(--text-color-black);font-size:1rem;font-weight:600;line-height:var(--line-height);text-align:center;text-transform:uppercase}.callback__contacts-top{gap:2rem;align-items:center;margin-bottom:.375rem}.callback__social{gap:.75rem;align-items:center}.callback__social a img{width:2rem;height:2rem}.callback__phone{background:var(--background-gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-size:1.875rem;font-weight:600;line-height:var(--line-height);text-align:left}.callback__contacts p:not(.callback__contacts-bottom p){color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left;margin-bottom:1.375rem}.callback__contacts-bottom{gap:1rem;margin-bottom:1rem}.callback__contacts-bottom a,.callback__contacts-bottom .a{color:var(--text-color-black);font-size:1.5rem;font-weight:600;line-height:var(--line-height);text-align:left}.callback__contacts-bottom p{color:var(--text-color-black);font-size:1rem;font-weight:500;line-height:var(--line-height);text-align:left}.desctop-none{display:none}.rev__more{display:none}.header__hide-right img{animation:imageDrag 3s ease-in-out infinite}@keyframes imageDrag{0%{transform:translateY(0)}50%{transform:translateY(1rem)}100%{transform:translateY(0)}}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--background-color-grey);display:flex;justify-content:center;align-items:center;z-index:999999}#preloader img{width:3.75rem}@media(max-width: 991px){html{font-size:4.2666666667vw}.header__logo img,.footer__logo img{width:4.875rem}.header__nav{display:none}.min-container{width:100%;padding:0 1rem}.header__contacts{display:none}.header__inner{padding:.75rem 0}.header__button button,.footer__button button{width:9.875rem;height:2.25rem;font-size:.75rem}.desctop-none{display:block}.header__burger{width:1.25rem;height:1.25rem;padding:.125rem .0625rem;justify-content:space-between;display:flex}.header__burger span{width:1.25rem;height:.125rem;border-radius:.3125rem;display:block;background:var(--text-color-black)}.header__hide-left{width:100%}.header__hide-right{position:static;width:100%}.header__hide-left h1{font-size:2.25rem;margin-bottom:1rem}.header__hide-left h1 span{font-size:1.5rem;margin-top:1rem}.header__hide{margin-top:3.75rem}.header__gide-left-black{flex-direction:column-reverse;gap:1.875rem}.header__hide-left p{width:100%;font-size:1rem}.header__hide-left-eco p{font-size:1rem}.header__hide-left-eco{gap:.625rem;padding:.375rem .9375rem;margin-bottom:1.5rem}.header__hide-left button{width:100%;height:4.5rem;font-size:1rem}.autofollow{padding-top:5rem;margin-bottom:3.125rem}.autofollow__top{flex-direction:column-reverse;border-radius:0;gap:1.875rem;margin-bottom:3.125rem}.autofollow__top-info{width:100%}.autofollow__top-info h2{font-size:2rem;margin-bottom:.875rem}.autofollow__top img{width:100%}.autofollow__white-back span{font-size:1.125rem;padding:.125rem .625rem .125rem .8125rem}.autofollow__white-back{margin-bottom:1.875rem}.autofollow__black-flex p{font-size:1.25rem}.autofollow__black-flex{gap:.8125rem;align-items:flex-start;margin-bottom:.875rem}.autofollow__finger{height:3.375rem !important;width:3.375rem}.autofollow__top-info p:not(.autofollow__black-flex p){font-size:.875rem}.autofollow__bottom-title{width:100%}.autofollow__bottom-title img{display:none}.autofollow__bottom-title h2{font-size:2rem}.autofollow__bottom-item{width:100% !important;flex-direction:column;gap:.5rem;padding:1rem;border-radius:2.25rem;height:auto;overflow:hidden}.autofollow__bottom-item-right{width:100% !important}.autofollow__bottom-item h3{font-size:1.25rem;padding:0;margin-bottom:.5rem}.autofollow__bottom-item p{font-size:1rem}.autofollow__bottom-item img:not(.autofollow__bottom-exp-sheadule){width:2.5rem;height:2.5rem;padding:.9375rem;border-radius:1.625rem}.autofollow__bottom-exp-sheadule{transform:rotate(180deg) scale(-1, 1);top:-2.1875rem;right:-0.3125rem}.max-container{padding:0}.about{padding:2.5rem 1rem 13.75rem;border-radius:2.25rem}.about .min-container{padding:0}.about__left h2{font-size:2rem;margin-bottom:1.25rem}.about__inner{flex-direction:column;gap:2.1875rem}.about__left{width:100%}.about__black-text span{font-size:1.1875rem;padding-left:.8125rem;padding-right:.4375rem}.mobile-none{display:none}.about__left p:not(.about__black-text){width:100%}.about__right{width:100%}.about__right img:not(.about__right-boottom img){width:100%}.about__right-boottom img{width:2.875rem;height:2.875rem}.about__right-boottom{width:100%;align-items:flex-start;border-radius:2rem;padding:1rem;padding-right:0}.about__right-boottom p{font-size:1rem}.advantages{padding:1.875rem 1rem;border-radius:2.25rem;margin-top:-12.5rem}.advantages .min-container{padding:0}.advantages__title h2{width:100%;font-size:2rem;margin-bottom:1.625rem}.advantages__item{height:auto;width:100%;padding:1.25rem;border-radius:2.25rem}.advantages__item img:not(.advantages__item-image){width:3.125rem;height:3.125rem;padding:.9375rem;border-radius:1.875rem;margin-bottom:.75rem}.advantages__item h3{font-size:1.25rem;margin-bottom:.5rem}.advantages__item p{font-size:1rem}.advantages__items{gap:.625rem}.advantages__item-image{display:none}.advantages__item:last-child{width:100%}.autopilot__man{position:static;margin-bottom:1.3125rem}.autopilot__man img{width:4.375rem !important;height:4.375rem !important}.advantages__autopilot h2{font-size:2rem;margin-bottom:1.625rem}.autopilot__man p{font-size:1.25rem}.advantages__autopilot{margin-bottom:2.5rem}.start__investing-title h2{margin-bottom:1rem}.start__investing-title p{font-size:1.5rem;margin-bottom:2.0625rem}.start__investing-items{flex-direction:column;gap:1.25rem;width:100%}.start__investing-item{height:auto;padding-bottom:1.375rem;background:url(/local/templates/light/assets/icons/3-step-mob.svg) no-repeat;background-size:cover;width:21.4375rem;padding:1.25rem}.start__investing-item h3{font-size:1.25rem;margin-bottom:1.875rem;margin-left:6.25rem}.start__investing-description{font-size:1rem;margin-bottom:1.125rem}.start__investing-item a p{font-size:.8125rem}.start__investing-item a img{width:1.3125rem;height:1.3125rem}.start__investing-number span{font-size:1.875rem}.start__investing{margin-bottom:3.125rem}.video__block{padding:2.5rem 0 2.5rem 1rem;border-radius:2.25rem;margin-bottom:2.5rem}.video__block h2{font-size:2rem}.swiper-slide.video__slide{width:19.6875rem;border-radius:2.25rem}.video__nav{width:8.875rem;margin:0;gap:1rem;margin-left:5.625rem}.video__scroll-container,.reviews__scroll-container{display:none}.swiper__button-prev,.swiper__button-next{width:3.9375rem;height:3.9375rem}.swiper__button-prev img,.swiper__button-next img{width:1.5625rem}.ref-schedule{width:100%;transform:rotate(180deg) scale(-1, 1);left:-2.8125rem;bottom:-2.8125rem;width:20.25rem}.left__referal h2{font-size:2rem;margin-bottom:.625rem}.referal__programm{padding:1.5rem;border-radius:2.25rem;flex-direction:column;height:auto;gap:1.5rem;margin-bottom:3.75rem}.left__referal img{display:none}.left__referal{width:100%}.left__referal p{width:100%}.right__referal button{font-size:1rem;width:100%;height:4.5rem}.right__referal{width:100%}.strat__title h2{font-size:2rem}.strat__title{margin-bottom:1.875rem}.strat__black-text{font-size:1rem;margin-bottom:.625rem}.start__investing-item.strat-2{padding:1.25rem 1rem}.strat__btn img{width:1.125rem}.strat__text-more{margin-top:-2rem;margin-bottom:1rem}.strat__block{margin-bottom:3.125rem}.team-and-news{border-radius:2.25rem;padding:1.875rem 1rem;padding-bottom:1.25rem;margin-bottom:2.5rem}.team-and-news__items{flex-direction:column;gap:.75rem}.team-and-news .min-container{padding:0}.team-and-news__item{width:100%;border-radius:2.25rem}.team-and-news__back{width:100%;height:13.4375rem;border-radius:2.25rem;margin-bottom:1.25rem;padding:0 .3125rem}.team-and-news__item h3{margin-bottom:.5rem;margin-left:1.25rem;font-size:1.25rem}.team-and-news__item p{margin-bottom:.75rem;margin-left:1.25rem;font-size:1rem}.team-and-news__date{font-size:1rem}.team-and-news__title{margin-top:3.125rem}.team-and-news h2{font-size:2rem;margin-bottom:1.5rem}.parthners h2{font-size:2rem;margin-bottom:1.5rem}.parthners__items{display:grid;grid-template-columns:repeat(2, 1fr);gap:.625rem}.parthners__item{height:5.75rem;border-radius:1.875rem}.parthners{margin-bottom:3.125rem}.reviews{padding-left:1rem}.reviews__slider{padding-right:1rem}.reviews__slide{width:20rem;border-radius:2.25rem;padding:1.25rem}.review__top img{display:none}.video__slider{padding-right:1rem}.review__top{flex-direction:column;gap:.625rem}.review__top p{height:11.563rem;overflow:hidden;transition:all .3s ease-in-out;font-size:1rem}.review__top p.expanded{height:auto}.rev__more{display:none;background-image:url("/local/templates/light/assets/icons/more-arrow-strat.svg");background-repeat:no-repeat;background-position:right center;background-size:.625rem;padding-right:.9375rem;background-color:inherit;color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.review__top p.expanded+.rev__more{display:flex;background-image:url("/local/templates/light/assets/icons/aaaaa.svg");background-repeat:no-repeat;background-position:right center;background-size:.625rem}.review__bottom h3{font-size:1.25rem;margin-bottom:.3125rem}.review__bottom p{font-size:.875rem}.faq__right{display:none}.faq__left{width:100%}.faq__item-text{width:100%;font-size:1.25rem;position:relative}.faq__item{padding:1rem 0 .875rem 1.25rem}.faq__hide-elem.open{display:block}.faq__item.active:after{display:none}.faq__item.active .faq__item-text::after{content:"";position:absolute;top:50%;left:-1.25rem;transform:translateY(-50%);width:.375rem;height:75%;background:var(--background-gradient-pink);border-radius:3.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__item.active .faq__item-text{margin-bottom:.375rem;font-size:1.25rem}.faq__hide-elem{color:var(--text-color-black);font-size:1rem;font-weight:400;line-height:var(--line-height);text-align:left}.questions{padding:2.5rem 1rem 1.25rem;border-radius:2.25rem;margin-bottom:3.125rem}.questions .min-container{padding:0}.faq{flex-direction:column;gap:1.5rem;margin-bottom:3.75rem}.faq__title{color:var(--text-color-black);font-size:2rem;font-weight:600;line-height:var(--line-height);text-align:left}.callback{flex-direction:column;gap:1rem}.callback__form{width:100%}.callback__contacts{width:100%}.callback__form{padding:1.25rem;border-radius:2.25rem}.callback__form h2{font-size:2rem;margin-bottom:1.5rem}.callback__input label{font-size:.6875rem;margin-bottom:.75rem}.callback__input input{font-size:1.25rem;margin-bottom:1.25rem}.callback__input input::-moz-placeholder{font-size:1.25rem}.callback__input input::placeholder{font-size:1.25rem}.callback__input textarea{font-size:1.25rem;margin-bottom:1.25rem}.callback__input textarea::-moz-placeholder{font-size:1.25rem}.callback__input textarea::placeholder{font-size:1.25rem}.callback__input button{width:100%;font-size:1rem;height:4.5rem}.callback__contacts-top{flex-direction:column;gap:3.125rem;align-items:flex-start;margin-bottom:1.875rem}.callback__phone{font-size:1.875rem}.callback__contacts{padding:1.5rem 1.25rem;position:relative;border-radius:2.25rem}.callback__contacts p:not(.callback__contacts-bottom p){position:absolute;margin:0;top:4.0625rem}.callback__contacts-bottom a{font-size:1.25rem}.callback__contacts-bottom{gap:.75rem}.callback__contacts-bottom p{font-size:1rem}.footer .min-container{padding:0}.footer{background:rgba(190,173,202,.1);border-radius:2.25rem}.footer__inner{padding-top:1.625rem;padding-bottom:2.25rem}.footer__logo{order:1;margin-bottom:1.25rem}.footer__button{order:2;margin-bottom:2.5rem;flex-direction:row-reverse}.footer__nav{order:3}.footer__inner{flex-direction:column}.footer__nav ul{flex-direction:column;gap:1rem}.advantages__title img,.strat__title img{display:none}.header__logo,.footer__logo{width:4.75rem}.footer__icons img{width:1.5rem;height:1.5rem}.header__nav ul li a,.footer__nav ul li a{font-size:1rem}.header__nav ul{flex-direction:column}.header{position:relative}.header__nav{display:block;position:absolute;top:3.73rem;left:0;width:100%;min-height:100vh;height:100%;background:url(/local/templates/light/assets/icons/top-background.svg) no-repeat center;background-size:auto 100%;background-color:var(--text-color-white);z-index:99;padding-top:4.6875rem;padding-bottom:4.6875rem;transform:translateX(100%);transition:all .3s ease}body.lock-overflow,body.lock-overflow .wrapper{overflow:hidden !important}.header__nav.open{transform:translateX(0);overflow:auto !important}.header__burger{position:relative}.header__burger span{transition:all .5s ease}.header__burger.is-active span:nth-child(2){opacity:0;position:absolute;background:var(--background-gradient)}.header__burger.is-active span:nth-child(1){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-45deg);background:var(--background-gradient)}.header__burger.is-active span:nth-child(3){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);background:var(--background-gradient)}.autofollow__bottom-arrow{display:none}.header{min-height:auto;height:100%}.header__hide-right{height:auto;margin-top:1.875rem}.header__hide-left h1:after{height:.7rem}.autofollow__top{background:inherit}}@media(min-width: 1920px){.header{background-size:100%}}.video__item-slide{position:relative;display:block;aspect-ratio:1.6549295775}@supports not (aspect-ratio: 1.6549295775){.video__item-slide::before{content:"";float:left;padding-top:calc(284/470*100%)}.video__item-slide::after{content:"";display:block;clear:both}}.video__item-slide .video__preview{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.interactive-chart{width:100%;height:415px;margin-left:auto;margin-right:auto;position:relative;padding-left:7%}@media(max-width: 991px){.interactive-chart{padding-left:0;padding-top:6.875rem}}.interactive-chart #basechart,.interactive-chart #moexchart{position:absolute;top:0;left:0;width:100%;height:100%;width:100%;height:100%;margin:0;padding:0}.interactive-chart #basechart .anychart-credits,.interactive-chart #moexchart .anychart-credits{display:none !important}.interactive-chart .interactive-chart--inner{position:relative;height:100%}.interactive-chart--info{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:8}.interactive-chart--info .graph__face--wrap{position:absolute;top:0;left:0}.interactive-chart--info .graph__face--wrap .graph__face{position:relative;z-index:8;width:11rem}@media(max-width: 991px){.interactive-chart--info .graph__face--wrap .graph__face{width:2.5rem}}.interactive-chart--info .graph__face--wrap .graph__face-desc{width:18.0625rem;height:7.0625rem;border-radius:1.75rem;border:.0938rem solid #b7b7b7;background-color:inherit;z-index:7;position:absolute;bottom:1.25rem;right:50%;translate:0% 100%}.interactive-chart--info .graph__face--wrap .graph__face-desc .graph__face-text{color:#d1d1d1;text-align:center;font-size:1.6875rem;font-style:normal;font-weight:400;line-height:normal;justify-content:center;padding-top:1.3125rem}.interactive-chart--info .graph__face--wrap .graph__face-desc .graph__face-text .graph__span{color:#cc0dea;font-size:inherit;font-style:normal;font-weight:700;line-height:normal}@media(max-width: 991px){.interactive-chart--info .graph__face--wrap .graph__face-desc{translate:100% 100%}.interactive-chart--info .graph__face--wrap .graph__face-desc{width:auto;height:auto;padding-top:.5625rem;padding-bottom:.375rem;padding-left:.625rem;padding-right:.625rem}.interactive-chart--info .graph__face--wrap .graph__face-desc .graph__face-text{font-size:.75rem;padding-top:0}}.interactive-chart--info .graph__10000{color:#d1d1d1;font-size:1.6875rem;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;width:6.25rem;text-align:center;position:absolute;right:0;top:0}@media(max-width: 991px){.interactive-chart--info .graph__10000{font-size:1rem;width:auto;top:7.5rem}}.interactive-chart--info .graph__1000{color:#d1d1d1;font-size:1.6875rem;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;text-align:center;position:absolute;bottom:0%;left:0%}@media(max-width: 991px){.interactive-chart--info .graph__1000{font-size:1rem;width:auto;left:0}}.interactive-chart--info .graph__strat-good{width:13.4375rem;color:#646464;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;position:absolute;top:50%;left:50%;transform:translate(-50%, 140%)}@media(max-width: 991px){.interactive-chart--info .graph__strat-good{font-size:1rem;width:auto;bottom:0;transform:translate(-50%, 0%);top:auto}}.graph__strat-bad{width:13.4375rem;color:#646464;text-align:center;font-size:1.25rem;font-style:normal;font-weight:400;line-height:normal;position:absolute;top:50%;left:50%;transform:translate(-55%, 140%);display:none}@media(max-width: 991px){.graph__strat-bad{font-size:1rem}}.graph__logo{height:auto;width:10.4375rem;position:absolute;top:0%;left:50%;transform:translate(30%, 50%)}@media(max-width: 991px){.graph__logo{width:5rem;top:6.875rem}}.team-and-news__items{display:grid;grid-template-columns:repeat(4, 1fr);gap:.75rem}@media(max-width: 991px){.team-and-news__items{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.team-and-news__items{grid-template-columns:repeat(1, 1fr)}}.grecaptcha-badge{display:none !important}/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/light/css/nprogress.css?17249077331458 */
/* /local/templates/light/css/lib.css?17249077334508 */
/* /local/templates/light/owl/dist/assets/owl.carousel.min.css?17249077343351 */
/* /local/templates/light/owl/dist/assets/owl.theme.default.min.css?17249077341013 */
/* /local/templates/light/components/bitrix/menu/top/style.min.css?1724907734490 */
/* /local/templates/light/template_styles.css?172490773441736 */
