.reviews{margin:100px 0}@media only screen and (max-width:1140px){.reviews{margin:40px 0}}.reviews__title{text-align:center;margin-bottom:20px}@media only screen and (max-width:767px){.reviews__title{margin-bottom:10px}}.reviews__text{font-size:1.125rem;line-height:1.625rem;color:#6c6e75;text-align:center;max-width:752px;margin:0 auto}@media only screen and (max-width:767px){.reviews__text{font-size:1rem;line-height:1.5rem}}@media only screen and (max-width:767px){.reviews__text{position:relative}}.reviews__text-hide{position:relative}@media only screen and (max-width:767px){.reviews__text-hide{position:static}}.reviews__text-hide:hover .hide{display:block}.reviews__text-hide .hide{display:none;position:absolute;background:#fff;box-shadow:0 0 22px rgba(50,51,56,.12);width:400px;right:0;padding:20px;box-sizing:border-box;border-radius:20px;text-align:left;color:var(--text);bottom:100%;margin-bottom:16px}@media only screen and (max-width:767px){.reviews__text-hide .hide{width:280px;left:50%;margin-left:-140px;margin-bottom:0}}.reviews__text-hide .hide::before{content:'';width:20px;height:20px;display:block;background:var(--bg);position:absolute;bottom:-10px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);box-shadow:4px 4px 10px rgba(50,51,56,.12)}.reviews__text-hide .hide__title{font-weight:700;margin-bottom:8px}.reviews__text-hide .hide__text{line-height:1.5rem}.reviews__text-target{color:var(--link)}.reviews__list{display:grid;grid-template-columns:364px 364px 364px;gap:24px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:40px}@media only screen and (max-width:1140px){.reviews__list{grid-template-columns:1fr}}.reviews__column{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:32px}@media only screen and (max-width:1140px){.reviews__column{gap:20px}}.reviews__item{background:#f0f0f0;border-radius:30px;padding:30px;box-sizing:border-box;width:364px}@media only screen and (max-width:1140px){.reviews__item{width:auto;padding:20px}}.reviews__item-hdr{display:-webkit-box;display:-webkit-flex;display:flex;gap:16px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:12px}.reviews__item-hdr img{width:60px;height:60px;border-radius:50%}.reviews__item-name{font-size:1.25rem;line-height:1.625rem;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px}.reviews__item-work{font-size:1rem;line-height:1.5rem;color:#6c6e75;margin-top:4px}.reviews__item-social{display:-webkit-box;display:-webkit-flex;display:flex}.reviews__item-social .icon{width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.reviews__item-text{overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;line-clamp:7;box-orient:vertical;line-height:1.5rem}.reviews__item .more{color:#6c6e75;margin-top:12px}.reviews__option{background:-webkit-linear-gradient(314.22deg,#07cfab 0,#985ee2 98.15%);background:linear-gradient(135.78deg,#07cfab 0,#985ee2 98.15%);border-radius:30px;padding:40px 30px;box-sizing:border-box}@media only screen and (max-width:1140px){.reviews__option{padding:30px 20px}}.reviews__option-title{color:var(--bg);font-weight:700;font-size:1.25rem;line-height:1.625rem}.reviews__option-list{margin-top:20px}.reviews__option-item{margin-bottom:10px;position:relative;color:var(--bg);display:-webkit-box;display:-webkit-flex;display:flex;gap:10px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.reviews__option-item::before{content:'';display:-webkit-box;display:-webkit-flex;display:flex;background-image:url(/img/sprite.svg#correct_w);background-position:0 0;background-size:contain;width:24px;height:24px}.reviews__empty{background:-webkit-linear-gradient(top,#f0f0f0 0,#fff 100%);background:linear-gradient(180deg,#f0f0f0 0,#fff 100%);border-radius:30px;width:100%;height:100%;min-height:100px;display:block}@media only screen and (max-width:1140px){.reviews__empty{display:none}}.reviews__all{border:2px solid #796ae2;border-radius:30px;padding:16px 40px;box-sizing:border-box;text-transform:uppercase;color:#796ae2;font-weight:700;font-size:1.125rem;line-height:1.625rem;text-align:center;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto;margin-top:20px}.reviews__all:hover{color:var(--bg);background:#796ae2}/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } .modal-review{z-index:3;opacity:0;visibility:hidden;-webkit-transition:.2s ease-in;transition:.2s ease-in}.modal-review.show{opacity:1;visibility:visible}.modal-review .over{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:3;-webkit-transition:.5s;transition:.5s}.modal-review__wrap{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:3}.modal-review__scroll{width:100%;height:auto;max-width:660px;position:relative;margin:0 auto;margin-top:100px;margin-bottom:100px;-webkit-transform:translate(0,0);transform:translate(0,0);z-index:3}@media screen and (max-width:1600px){.modal-review__scroll{margin-top:40px;margin-bottom:40px}}@media mqPnone{.modal-review__scroll{margin:0 auto;box-sizing:border-box;margin-top:60px;margin-bottom:60px}}.modal-review__box{width:100%;position:relative}.modal-review__close{position:absolute;cursor:pointer;top:20px;right:20px;z-index:2}.modal-review__close .icon{-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:center;transform-origin:center;fill:rgba(50,51,56,.4);display:-webkit-box;display:-webkit-flex;display:flex}.modal-review__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal-review .review{z-index:1;background:var(--bg);border-radius:20px;padding:50px;box-sizing:border-box;overflow:hidden;position:relative}@media only screen and (max-width:767px){.modal-review .review{padding:40px 20px;width:calc(100vw - 20px);left:10px}}.modal-review .review__hdr{display:-webkit-box;display:-webkit-flex;display:flex;gap:20px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:20px}@media mqPnone{.modal-review .review__hdr{gap:16px}}.modal-review .review__hdr img{width:100px;height:100px;border-radius:50%}@media only screen and (max-width:767px){.modal-review .review__hdr img{width:60px;height:60px}}.modal-review .review__name{font-size:1.75rem;line-height:2.125rem;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px}@media only screen and (max-width:767px){.modal-review .review__name{font-size:1.375rem;line-height:1.625rem}}.modal-review .review__option{font-size:.875rem;color:#6c6e75;margin-bottom:10px;font-weight:700}.modal-review .review__title{margin-bottom:30px;font-size:2rem;line-height:2.375rem;font-weight:700}.modal-review .review__work{font-size:1rem;line-height:1.5rem;color:#6c6e75;margin-top:4px}.modal-review .review__social{display:-webkit-box;display:-webkit-flex;display:flex}.modal-review .review__social .icon{width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0}.modal-review .review__ok{display:-webkit-box;display:-webkit-flex;display:flex;padding:11px 20px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px;border-radius:36px;border:2px solid #07cfab;font-size:.875rem;font-weight:700;line-height:1.125rem;color:#07cfab;margin-top:16px;text-transform:uppercase}.modal-review .review__text{line-height:1.5rem}.modal-review .review__text p{margin:0;margin-bottom:20px}.modal-review .review__text p:last-child{margin:0}.modal-review .review__text p a{font-weight:700}.modal-review .review__text ul{margin:0;padding:0;list-style:none}.modal-review .review__text ul li{font-size:1rem;line-height:1.5rem;padding-left:40px;margin-bottom:10px;position:relative}.modal-review .review__text ul li a{font-weight:700}@media only screen and (max-width:767px){.modal-review .review__text ul li{padding-left:30px}}.modal-review .review__text ul li:before{content:'';position:absolute;left:10px;color:var(--link);font-weight:700;width:8px;height:8px;border-radius:50%;background:var(--link);display:block;top:7px}@media only screen and (max-width:767px){.modal-review .review__text ul li:before{left:0}}.modal-review .review__text ul ol{margin:0;padding:0;list-style:none;counter-reset:item}.modal-review .review__text ul ol li{font-size:1rem;line-height:1.5rem;padding-left:40px;margin-bottom:20px;position:relative}.modal-review .review__text ul ol li a{font-weight:700}@media only screen and (max-width:767px){.modal-review .review__text ul ol li{padding-left:30px}}.modal-review .review__text ul ol li:before{content:counter(item) '.';counter-increment:item;position:absolute;left:0;color:var(--link);font-weight:700}.top{margin:100px 0}@media screen and (max-width:767px){.top{margin:40px 0}.top .wrap{padding:0}}.top__title{font-size:2.25rem;text-align:center;margin-bottom:20px;font-weight:700}@media screen and (max-width:767px){.top__title{font-size:1.5rem;margin-bottom:16px;line-height:1.625rem;padding:0 10px}}.top__text{margin:0 auto;font-size:1.125rem;line-height:1.625rem;color:#6c6e75;max-width:750px;text-align:center;padding:0 10px;box-sizing:border-box}@media screen and (max-width:1140px){.top__text{font-size:1rem;line-height:1.5rem}}@media screen and (max-width:1140px){.top__scroll{overflow-x:auto;margin-top:10px}}.top__list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;position:relative;margin-top:40px}@media screen and (max-width:1140px){.top__list{display:-webkit-inline-box;grid-gap:0;padding:0 10px;margin:0;padding-bottom:20px;padding-top:10px}}.top__item{position:relative;box-shadow:0 0 16px rgba(50,51,56,.22);border-radius:30px;overflow:hidden;background:var(--bg);position:relative}@media screen and (max-width:1140px){.top__item{width:240px;display:block;margin-right:20px}.top__item:last-child{margin:0}}.top__item img{width:267px;height:260px;position:relative;object-fit:cover}@media screen and (max-width:1140px){.top__item img{width:240px;height:234px}}.top__item-wrap{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:2px 16px}.top__item-wrap .option{color:#6c6e75;line-height:1.5rem}.top__item-main{padding:20px 20px 30px 20px;box-sizing:border-box}.top__item-name{font-size:1.5rem;line-height:1.875rem;font-weight:700;margin-bottom:8px;color:var(--text)}.top__item-help{margin-top:8px;line-height:1.5rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;background-image:-webkit-linear-gradient(357.48deg,#07cfab 35.85%,#985ee2 151.98%);background-image:linear-gradient(92.52deg,#07cfab 35.85%,#985ee2 151.98%)}.top__item-btn{text-transform:uppercase;color:#07cfab;font-weight:700;font-size:1.125rem;line-height:1.625rem;background:#e7fffb;border-radius:20px;margin-top:16px;width:100%;padding:8px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.top__link{padding:16px 40px;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.125rem;line-height:1.625rem;background:-webkit-linear-gradient(356.81deg,#07cfab 0,#985ee2 126.63%);background:linear-gradient(93.19deg,#07cfab 0,#985ee2 126.63%);display:block;color:var(--bg);font-weight:700;padding:16px 40px;border-radius:30px;font-size:18px;text-transform:uppercase;box-sizing:border-box;margin:0 auto;margin-top:40px}@media screen and (max-width:1140px){.top__link{margin-top:0}}.top__link:hover{opacity:.8}.top__about{text-align:center;margin-top:16px;color:#6c6e75;font-size:1.125rem;line-height:1.625rem;display:-webkit-box;display:-webkit-flex;display:flex;gap:2px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.about{margin-top:50px;position:relative}@media only screen and (max-width:1140px){.about{margin-top:10px}}.about__present{margin:100px 0}@media only screen and (max-width:1140px){.about__present{margin-top:0;margin-bottom:40px}}.about__present-wrap{display:-webkit-box;display:-webkit-flex;display:flex}@media only screen and (max-width:1140px){.about__present-wrap{display:block}}.about__present-wrap img{-webkit-flex-shrink:0;flex-shrink:0;width:344px;margin-left:46px;-webkit-align-self:flex-start;align-self:flex-start}@media only screen and (max-width:1140px){.about__present-wrap img{display:none}}.about__why{margin-bottom:100px;background:rgba(121,106,226,.04);padding:80px 0}@media only screen and (max-width:1140px){.about__why{margin-bottom:40px;padding:40px 0}}.about__why-box{display:grid;grid-template-columns:1fr 364px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;grid-column-gap:24px}@media only screen and (max-width:1140px){.about__why-box{grid-template-columns:1fr;gap:20px}}@media only screen and (max-width:1140px){.about__why img{max-width:300px;margin:auto;margin-top:20px}}.about__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 20px}@media only screen and (max-width:1140px){.about__list{grid-template-columns:1fr;gap:20px}}.about__list.--block{grid-template-columns:1fr;margin:0}.about__list-item{position:relative;padding-left:24px;color:#6c6e75;line-height:1.5rem}.about__list-item::before{content:'';display:block;width:4px;height:100%;position:absolute;top:0;left:0;background:#07cfab;border-radius:4px}.about__title{margin-bottom:30px}.about__text p{font-size:1rem;line-height:1.5rem;color:#6c6e75;margin-bottom:20px}.about__text p:last-child{margin:0}.about__progress{background:#e7fffb;padding:80px 0;margin:100px 0}@media only screen and (max-width:1140px){.about__progress{margin:40px 0;padding:40px 10px}}.about__progress-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:50px}@media only screen and (max-width:1140px){.about__progress-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;justify-items:center}}.about__progress-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center}@media only screen and (max-width:1140px){.about__progress-item{width:100%;margin:0}}.about__progress-item-title{font-size:2.25rem;font-weight:700}@media only screen and (max-width:1140px){.about__progress-item-title{font-size:1.625rem;line-height:1.875rem}}.about__progress-item-text{font-size:1.125rem;line-height:1.5rem}@media only screen and (max-width:1140px){.about__progress-item-text{font-size:1rem}}.about__content p{margin:0;color:#6c6e75;font-size:1rem;line-height:1.5rem}.about__content h2{margin-bottom:20px;text-align:center}@media only screen and (max-width:1140px){.about__content h2{margin-bottom:20px}}.about__content h3{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:1140px){.about__content h3{margin-top:40px;margin-bottom:20px}}.about__content h4{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:1140px){.about__content h4{margin-top:40px;margin-bottom:20px}}.about__content h5{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:1140px){.about__content h5{margin-top:40px;margin-bottom:20px}}.about__what{margin:100px 0}@media only screen and (max-width:1140px){.about__what{margin:40px 0}}.about__diplom{background:#e7fffb;margin:100px 0;padding-top:80px;padding-bottom:80px}@media only screen and (max-width:1140px){.about__diplom{margin:40px 0;padding:40px 10px}}.about__diplom p{max-width:752px;text-align:center;margin:0 auto}.about__diplom-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px 20px;margin-top:20px}@media only screen and (max-width:1140px){.about__diplom-list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:12px;grid-row-gap:20px}}.about__diplom-item{justify-self:center}@media only screen and (max-width:1140px){.about__diplom-item:nth-child(even){justify-self:start}.about__diplom-item:nth-child(odd){justify-self:end}}.about__diplom-item img{width:267px;height:200px;object-fit:cover}@media only screen and (max-width:1140px){.about__diplom-item img{width:144px;height:108px}}.about__us{margin:100px 0}@media only screen and (max-width:1140px){.about__us{margin:40px 0}}.about__us p{max-width:752px;text-align:center;margin:0 auto}.about__us-image{position:relative;margin:0 auto;width:752px;margin-top:20px}@media only screen and (max-width:1140px){.about__us-image{width:100%;max-width:420px}}.about__us-image img{border-radius:20px}@media only screen and (max-width:1140px){.about__us-image img{width:100%}}.about__us-name{position:absolute;left:30px;bottom:30px}.about__us-name .name{font-weight:700;font-size:1.5rem;line-height:1.875rem;color:var(--bg)}.about__us-name .work{color:rgba(255,255,255,.8);font-size:.875rem;line-height:1.375rem;margin:0}.about__us-text{position:absolute;top:30px;right:30px;font-style:italic;color:rgba(255,255,255,.5);width:315px;line-height:1.5rem}@media only screen and (max-width:1140px){.about__us-text{display:none}}.about__support{background:rgba(121,106,226,.1);margin:100px 0;padding:80px 0}@media only screen and (max-width:1140px){.about__support{margin:40px 0;padding:40px 0}}.about__support-box{display:-webkit-box;display:-webkit-flex;display:flex;gap:24px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media only screen and (max-width:1140px){.about__support-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.about__advizor{margin:100px 0}@media only screen and (max-width:1140px){.about__advizor{margin:40px 0}}.about__advizor-box{display:grid;grid-template-columns:1fr 558px;gap:24px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:20px}@media only screen and (max-width:1140px){.about__advizor-box{grid-template-columns:1fr}}.about__advizor-box img{width:100%}.about__advizor-info p{margin-bottom:20px}.about__advizor-info p:last-child{margin:0}.about__contacts{margin-top:100px}@media only screen and (max-width:1140px){.about__contacts{margin-top:40px}}.about__contacts-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:24px}@media only screen and (max-width:1140px){.about__contacts-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.dropdown__hide-exit { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; text-align: left; } .dropdown__hide-exit svg { position: relative; left: 5px; top: 4px; } @media screen and (max-width: 1240px) { .dropdown__hide-exit { padding: 10px 20px; } div.header-to-old__nav-wrapper { width: 90%; } a.header-to-old__nav-link.--favorite { width: 85%; } .header-to-old .dropdown.last-child { padding: 0; border-bottom: 0; } } .city-modal{z-index:3;display:none}.city-modal.show{display:block}.city-modal .over{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:3;-webkit-transition:.5s;transition:.5s}.city-modal__wrap{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:3}@media screen and (max-width:768px){.city-modal__wrap{background:#fff}}.city-modal__scroll{width:100%;height:auto;max-width:945px;position:relative;margin:0 auto;margin-top:100px;margin-bottom:100px;-webkit-transform:translate(0,0);transform:translate(0,0);z-index:3}@media screen and (max-width:1140px){.city-modal__scroll{margin-top:40px;margin-bottom:40px}}@media screen and (max-width:768px){.city-modal__scroll{margin:0 auto;box-sizing:border-box}}.city-modal__box{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;position:relative}@media screen and (max-width:1140px){.city-modal__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.city-modal__form{padding:60px 50px;background:var(--bg);box-sizing:border-box;position:relative;-webkit-box-flex:1;-webkit-flex:auto;flex:auto;border-top-left-radius:20px;border-bottom-left-radius:20px}@media screen and (max-width:1140px){.city-modal__form{border-radius:0}}@media screen and (max-width:768px){.city-modal__form{padding:30px 20px}}.city-modal__anonym{width:255px;-webkit-flex-shrink:0;flex-shrink:0;background:-webkit-linear-gradient(359.35deg,#5e73e2 -2.24%,#985ee2 103.94%);background:linear-gradient(90.65deg,#5e73e2 -2.24%,#985ee2 103.94%);padding:30px;box-sizing:border-box;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;border-top-right-radius:20px;border-bottom-right-radius:20px;position:relative}@media screen and (max-width:1140px){.city-modal__anonym{border-radius:0;width:100%;padding:30px 20px;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}}.city-modal__anonym .icon{margin-bottom:50px;-webkit-flex-shrink:0;flex-shrink:0}@media screen and (max-width:768px){.city-modal__anonym .icon{margin-bottom:20px}}.city-modal__anonym-text{font-size:1rem;line-height:1.375rem;color:var(--bg)}.city-modal__bg{position:absolute;top:0;right:0;bottom:0}@media screen and (max-width:768px){.city-modal__bg{top:-30px}}@media screen and (max-width:414px){.city-modal__bg{top:-10px}}@media screen and (max-width:395px){.city-modal__bg{top:0}}.city-modal__close{position:absolute;cursor:pointer;top:10px;right:10px;z-index:1}.city-modal__close .icon{-webkit-transition:.3s;transition:.3s;-webkit-transform-origin:center;transform-origin:center;fill:rgba(255,255,255,.5);display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:1140px){.city-modal__close .icon{width:20px;height:20px}}.city-modal__close:hover .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.city-modal__title{font-size:1.75rem;font-weight:700;position:relative;margin-bottom:30px}@media screen and (max-width:768px){.city-modal__title{font-size:1.375rem;line-height:1.625rem}}.city-modal__list{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:12px;grid-column-gap:30px}@media screen and (max-width:768px){.city-modal__list{grid-template-columns:1fr 1fr;grid-column-gap:20px}}.city-modal__item{color:var(--text);font-size:1rem;line-height:1.5rem}.city-modal__item:hover{color:var(--link)}.city-modal__item { font-size: 0.875rem; } .city-modal__item.main-link { font-size: 1rem; } .city-modal__item.main-link.underlined { text-decoration: underline; } .footer-to-old__nav-wrap.flex-direction-column { display: flex; flex-direction: column; }.cookies-baner__url { color: var(--bg); text-decoration: underline; }/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; }.header__nav-cash{background:var(--btn);color:var(--bg);padding:0;border:0;border-radius:29px;padding:18px 0;width:360px;box-sizing:border-box;text-align:center;display:block;font-size:1.125rem;line-height:normal;cursor:pointer;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-transform:uppercase;height:58px;position:relative;overflow:hidden;z-index:1}.header__nav-cash:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:-webkit-linear-gradient(357.72deg,#985ee2 -2.24%,#5e73e2 103.94%);background:linear-gradient(92.28deg,#985ee2 -2.24%,#5e73e2 103.94%);z-index:-1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}@media screen and (max-width:768px){.header__nav-cash{font-size:.9375rem;width:300px}}.header__nav-cash:hover:before{opacity:1}.header__nav-cash:hover:before .icon{-webkit-transform:translateX(7px);transform:translateX(7px)}.header__nav-cash .icon{fill:var(--bg);width:16px;height:16px;margin-left:15px;-webkit-flex-shrink:0;flex-shrink:0;margin-top:0;-webkit-transition:.3s;transition:.3s}.header__nav-cash:disabled{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.header__nav-cash:disabled:hover{background:rgba(171,171,171,.3);box-shadow:none;color:#6c6e75;cursor:not-allowed}.header__nav-cash:disabled:hover:before{content:none}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:local(''),url(../fonts/roboto-v20-cyrillic-regular.woff2) format('woff2')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:local(''),url(../fonts/roboto-v20-cyrillic-500.woff2) format('woff2')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:local(''),url(../fonts/roboto-v20-cyrillic-700.woff2) format('woff2')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(../fonts/roboto-v30-cyrillic_latin-300.woff2) format('woff2')}:root{--text:#323338;--ltext:#6c6e75;--otext:#d5d5d5;--hover:#07cfab;--progress:#e0e0e0;--border:#e4e4e4;--bg:#fff;--decor:#06cba7;--link:#07cfab;--form:#5e73e2;--btn:linear-gradient(92.28deg, #5e73e2 -2.24%, #985ee2 103.94%);--alarm:#eb5757;--ques:#fff8e3;--ques_text:#fbc215;--um:#dcf8f3;--mm:#e8ebfb}html{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;border:0;font-family:Roboto,sans-serif;outline:0;font-size:1rem;line-height:normal;min-width:320px;min-height:100vh;background-color:var(--bg);position:relative;color:var(--text);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}a{outline:0;text-decoration:none;color:var(--link);-webkit-transition:.2s;transition:.2s;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}button:active,button:focus{outline:0}button{-webkit-transition:.2s;transition:.2s;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;background:0 0;border:none}input::-webkit-input-placeholder{color:var(--ltext);font-size:1rem}input::-moz-placeholder{color:var(--ltext);font-size:1rem}input::-ms-input-placeholder{color:var(--ltext);font-size:1rem}input::placeholder{color:var(--ltext);font-size:1rem}textarea::-webkit-input-placeholder{color:#6c6e75;font-size:1rem;line-height:1.5rem}textarea::-moz-placeholder{color:#6c6e75;font-size:1rem;line-height:1.5rem}textarea::-ms-input-placeholder{color:#6c6e75;font-size:1rem;line-height:1.5rem}textarea::placeholder{color:#6c6e75;font-size:1rem;line-height:1.5rem}input,select,textarea{outline:0;color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}input:focus,select:focus,textarea:focus{outline:0}input:focus::-webkit-input-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus::-ms-input-placeholder{color:transparent}input:focus::placeholder{color:transparent}textarea:focus::-webkit-input-placeholder{color:transparent}textarea:focus::-moz-placeholder{color:transparent}textarea:focus::-ms-input-placeholder{color:transparent}textarea:focus::placeholder{color:transparent}textarea::-webkit-input-placeholder{font-size:1rem;line-height:1.1875rem}textarea::-moz-placeholder{font-size:1rem;line-height:1.1875rem}textarea::-ms-input-placeholder{font-size:1rem;line-height:1.1875rem}textarea::placeholder{font-size:1rem;line-height:1.1875rem}img{display:block;width:auto;height:auto}h1{margin:0;font-size:2.5rem;line-height:3rem}@media only screen and (max-width:1140px){h1{font-size:2rem}}@media only screen and (max-width:767px){h1{font-size:1.75rem}}@media only screen and (max-width:1140px){h1{line-height:2.375rem}}@media only screen and (max-width:767px){h1{line-height:2rem}}h2{margin:0;font-size:2.25rem;line-height:2.75rem}@media only screen and (max-width:1140px){h2{font-size:1.75rem}}@media only screen and (max-width:767px){h2{font-size:1.625rem}}@media only screen and (max-width:1140px){h2{line-height:2.25rem}}@media only screen and (max-width:767px){h2{line-height:1.875rem}}h3{margin:0;font-size:2rem;line-height:2.375rem}@media only screen and (max-width:1140px){h3{font-size:1.625rem}}@media only screen and (max-width:767px){h3{font-size:1.375rem}}@media only screen and (max-width:1140px){h3{line-height:1.875rem}}@media only screen and (max-width:767px){h3{line-height:1.625rem}}h4{margin:0;font-size:1.75rem;line-height:2.25rem}@media only screen and (max-width:1140px){h4{font-size:1.5rem}}@media only screen and (max-width:767px){h4{font-size:1.375rem}}@media only screen and (max-width:1140px){h4{line-height:1.875rem}}@media only screen and (max-width:767px){h4{line-height:1.625rem}}h5{margin:0;font-size:1.5rem;line-height:1.875rem}@media only screen and (max-width:1140px){h5{font-size:1.5rem}}@media only screen and (max-width:767px){h5{font-size:1.125rem}}@media only screen and (max-width:1140px){h5{line-height:1.875rem}}@media only screen and (max-width:767px){h5{line-height:1.5rem}}h6{margin:0;font-size:1.25rem;line-height:1.625rem}@media only screen and (max-width:1140px){h6{font-size:1.25rem}}@media only screen and (max-width:767px){h6{font-size:1.125rem}}@media only screen and (max-width:1140px){h6{line-height:1.625rem}}@media only screen and (max-width:767px){h6{line-height:1.5rem}}.main{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.wrap{max-width:1140px;margin:0 auto;padding:0 10px}.locked{overflow:hidden}.preload *{-webkit-transition:none!important;transition:none!important}.bg-img{position:absolute;top:0;right:0;left:0;bottom:0;z-index:0;pointer-events:none;width:100%}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,174,255,.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,.03) 100%)}.label{color:#6c6e75;font-size:1rem;position:absolute;left:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;background:var(--bg);pointer-events:none;min-width:140px}.label:before{content:'';position:absolute;background:var(--bg);width:100%;height:6px;top:96%;pointer-events:none}.label.active{margin-top:0;-webkit-transform:translate(-15%,-120%) scale(.7);transform:translate(-15%,-120%) scale(.7)}.input{border:1px solid #ccc;box-sizing:border-box;border-radius:16px;background:var(--bg);color:var(--text);padding:20px 20px;padding-right:30px;height:58px;padding-bottom:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;width:100%;-webkit-appearance:none}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input:focus{outline:0}.input:disabled{color:var(--text)}.input.error{border-color:var(--alarm)}.select{border:1px solid #ccc;box-sizing:border-box;border-radius:16px;background:var(--bg);color:var(--text);padding:20px 20px;padding-right:30px;height:58px;padding-bottom:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer;width:100%;-webkit-appearance:none}.select:focus{outline:0}.select:disabled{color:var(--bg)}.up{border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:60px;height:60px;background:#f5effc;position:fixed;bottom:5%;right:5%;z-index:1;border:2px solid var(--bg);box-sizing:border-box;opacity:0;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}.up.show{opacity:1;visibility:visible}.modall__video{display:none}.modall__video.show{display:block}.modall__video .over{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:3}.modall__video-wrap{position:fixed;z-index:3;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:750px}@media screen and (max-width:768px){.modall__video-wrap{width:94vw}}.modall__video-close{display:-webkit-box;display:-webkit-flex;display:flex;margin-left:auto}.modall__video-close .icon{fill:var(--bg);-webkit-transition:.2s;transition:.2s}.video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:24px;margin-bottom:24px}.video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.btn-fixed{display:none}@media screen and (max-width:768px){.btn-fixed{display:block;position:fixed;bottom:20px;padding:16px 40px;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.125rem;line-height:1.625rem;z-index:2;background:-webkit-linear-gradient(356.81deg,#07cfab 0,#985ee2 126.63%);background:linear-gradient(93.19deg,#07cfab 0,#985ee2 126.63%);color:var(--bg);font-weight:700;border-radius:30px;text-transform:uppercase;box-sizing:border-box;max-width:330px;left:50%;-webkit-transition:.2s;transition:.2s;-webkit-transform:translate(-50%,20px);transform:translate(-50%,20px);opacity:0;visibility:hidden;text-align:center}.btn-fixed.show{opacity:1;visibility:visible;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@media screen and (max-width:768px) and (max-width:340px){.btn-fixed{font-size:1rem}}.ban img{width:100%;margin:auto}.cookies-baner{position:fixed;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:20px;background:-webkit-linear-gradient(358.77deg,#07cfab -1.98%,#985ee2 110.08%);background:linear-gradient(91.23deg,#07cfab -1.98%,#985ee2 110.08%);padding:30px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:30px;box-sizing:border-box;border-radius:30px;z-index:5;width:900px}@media only screen and (max-width:1140px){.cookies-baner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px;padding:20px;width:calc(100% - 20px)}.cookies-baner img{display:none}}.cookies-baner__action{margin-left:auto}@media only screen and (max-width:1140px){.cookies-baner__action{margin:0}}.cookies-baner__text{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--bg)}@media only screen and (max-width:1140px){.cookies-baner__text{font-size:1rem;line-height:1.5rem}}.cookies-baner__action{padding-top:17px;padding-bottom:15px;padding-left:100px;padding-right:100px;background:var(--bg);font-size:1rem;line-height:1.625rem;text-transform:uppercase;color:var(--form);font-weight:700;border-radius:30px}@media only screen and (max-width:1140px){.cookies-baner__action{padding-left:0;padding-right:0;width:100%}}.cookies-baner__action:hover{opacity:.8}.return-banner{background:-webkit-linear-gradient(358.77deg,#07cfab -1.98%,#985ee2 110.08%);background:linear-gradient(91.23deg,#07cfab -1.98%,#985ee2 110.08%);box-sizing:border-box;padding:30px 16px;box-sizing:border-box}@media only screen and (max-width:1140px){.return-banner{padding-top:80px}.return-banner img{display:none}}.return-banner__box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:30px}@media only screen and (max-width:1140px){.return-banner__box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;gap:10px}}.return-banner__action{margin-left:auto;text-align:center}@media only screen and (max-width:1140px){.return-banner__action{margin:0}}.return-banner__text{font-size:1.25rem;line-height:1.625rem;font-weight:700;color:var(--bg)}@media only screen and (max-width:1140px){.return-banner__text{font-size:1rem;line-height:1.5rem}}.return-banner__action{padding-top:17px;padding-bottom:15px;padding-left:100px;padding-right:100px;background:var(--bg);font-size:1rem;line-height:1.625rem;text-transform:uppercase;color:var(--form);font-weight:700;border-radius:30px}@media only screen and (max-width:1140px){.return-banner__action{padding-left:0;padding-right:0;width:100%}}.return-banner__action:hover{opacity:.8}.header{padding-top:10px;padding-bottom:10px;position:-webkit-sticky;position:sticky;top:0;box-sizing:border-box;-webkit-transition:.3s;transition:.3s;z-index:3;visibility:visible;background:0 0}@media screen and (max-width:1140px){.header{position:static;height:auto;height:70px;background:0 0}.header .over{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:2;-webkit-transition:.5s;transition:.5s;visibility:hidden;opacity:0}.header .over.show{visibility:visible;opacity:1}}.header.fixed{box-shadow:0 4px 16px rgba(50,51,56,.16);background:var(--bg)}@media screen and (max-width:1140px){.header.fixed{box-shadow:none}}.header.out{visibility:hidden;top:-105px}@media screen and (max-width:1140px){.header.out{visibility:visible;top:0}}.header__logo{margin-right:18px}@media screen and (max-width:768px){.header__logo{margin-right:8px}}.header__logo img{width:132px}@media screen and (max-width:1140px){.header__logo img{width:100px}}.header__info{font-size:.8125rem;line-height:1.125rem}@media screen and (max-width:768px){.header__info{font-size:.75rem;line-height:.875rem}}.header__box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.header__burger{display:none}@media screen and (max-width:1140px){.header__burger{z-index:5;-webkit-transition:.3s;transition:.3s;position:fixed;right:20px;top:11px;width:48px;height:48px;background:#e7fffb;box-shadow:0 2px 6px rgba(7,207,171,.3);border-radius:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.header__burger.out{visibility:hidden;top:-75px}.header__burger-btn{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:16px}.header__burger-btn.notify::before{content:'';width:6px;height:6px;border:1px solid #e7fffb;border-radius:50%;display:block;position:absolute;top:11px;right:11px;background:var(--text);z-index:1}.header__burger-btn.active::before{content:none}.header__burger-btn.active .el1{-webkit-transform:rotate(45deg) translateY(5px) translateX(5px);transform:rotate(45deg) translateY(5px) translateX(5px)}.header__burger-btn.active .el2{-webkit-transform:rotate(495deg);transform:rotate(495deg)}.header__burger-btn.active .el3{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}.header__burger-btn span{height:2px;background:var(--hover);-webkit-transition:all .6s;transition:all .6s;display:block;border-radius:2px;-webkit-flex-shrink:0;flex-shrink:0;width:20px}}.header__nav{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:auto;gap:30px}@media screen and (max-width:1140px){.header__nav{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;z-index:3;position:fixed;top:0;right:0;background:var(--bg);padding:80px 30px 100px 30px;height:100vh;overflow:auto;width:50%;box-sizing:border-box;-webkit-transition:.3s;transition:.3s;-webkit-transform:translateX(100%);transform:translateX(100%);visibility:hidden;gap:20px;margin:0;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.header__nav.show{-webkit-transform:translate(0);transform:translate(0);visibility:visible}}.header__nav-action{display:none}@media screen and (max-width:1140px){.header__nav-action{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-self:center;align-self:center;font-weight:700;margin-top:80px;height:50px;padding:14px 40px;background:-webkit-linear-gradient(359.35deg,#5e73e2 -2.24%,#985ee2 103.94%);background:linear-gradient(90.65deg,#5e73e2 -2.24%,#985ee2 103.94%);border-radius:30px;text-transform:uppercase;color:var(--bg);box-sizing:border-box;font-size:.875rem;line-height:1.375rem}}@media screen and (max-width:335px){.header__nav-action{padding-left:20px;padding-right:20px}}.header__nav-wrap{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:30px}@media screen and (max-width:1140px){.header__nav-wrap{display:block;background:#f2f0fc;border-radius:30px;width:100%;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1;margin-bottom:20px}}.header__nav-sum{font-size:.875rem;color:var(--hover);font-weight:700;text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:flex;color:#796ae2;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media screen and (max-width:1140px){.header__nav-sum{margin:0 auto;padding:14px 20px;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box}}.header__nav-sum span{display:none}.header__nav-sum .icon{margin-right:13px}@media screen and (max-width:1140px){.header__nav-sum .icon{display:none}}@media screen and (max-width:1140px){.header__nav-sum{font-size:1rem}.header__nav-sum span{margin-right:5px;display:inline-block}}.header__nav-cash{height:40px;padding:11px 20px;font-size:.875rem;-webkit-flex-shrink:0;flex-shrink:0;font-size:14px;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:1140px){.header__nav-cash{height:40px;margin:0 auto;height:50px;width:100%}}.header__nav-link{font-size:.875rem;line-height:normal;font-weight:700;color:var(--text);-webkit-transition:.2s;transition:.2s;text-transform:uppercase;position:relative}@media screen and (max-width:1140px){.header__nav-link{margin:0;padding:0;display:block;color:var(--text)}.header__nav-link.help{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}}.header__nav-link:hover{color:var(--hover)}.header__nav-link.active{color:var(--hover);cursor:default}.header__nav-link.active:hover{color:var(--hover)}.header__nav .dropdown{position:relative}.header__nav .dropdown:hover .dropdown__hide{opacity:1;visibility:visible}@media screen and (max-width:1140px){.header__nav .dropdown.mob-hide .dropdown__link{display:-webkit-box;display:-webkit-flex;display:flex;color:var(--text)}.header__nav .dropdown.mob-hide .dropdown__link.active{color:var(--link)}.header__nav .dropdown.mob-hide .dropdown__hide{display:none;padding-top:10px;padding-left:20px;-webkit-transition:none;transition:none}.header__nav .dropdown.mob-hide .dropdown__hide-link{text-transform:none;margin-bottom:10px}.header__nav .dropdown.mob-hide .dropdown__hide-link:last-child{margin:0}}.header__nav .dropdown__link{font-size:.875rem;line-height:1.5rem;text-transform:uppercase;font-weight:700;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:6px}@media screen and (max-width:1140px){.header__nav .dropdown__link{display:none}}.header__nav .dropdown__hide{position:absolute;background:var(--bg);box-shadow:0 0 16px rgba(50,51,56,.16);border-radius:10px;min-width:240px;padding-top:20px;overflow:hidden;z-index:2;opacity:0;visibility:hidden;-webkit-transition:.2s;transition:.2s}@media screen and (max-width:1140px){.header__nav .dropdown__hide{position:static;min-width:none;box-shadow:none;padding:0;opacity:1;visibility:visible;min-width:none}}.header__nav .dropdown__hide-link{padding:0 20px;margin-bottom:16px;font-size:.875rem;line-height:1.5rem;text-transform:uppercase;font-weight:700;color:var(--text);display:block}@media screen and (max-width:1140px){.header__nav .dropdown__hide-link{padding:0;margin-bottom:20px}}.header__nav .dropdown__hide-link:hover{color:var(--hover)}.header__nav .dropdown__hide-link.active{color:var(--hover)}.header__nav .dropdown__hide-exit{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;gap:10px;padding:14px 20px;background:rgba(50,51,56,.07);width:100%;font-size:.875rem;line-height:1.5rem;text-transform:uppercase;font-weight:700}@media screen and (max-width:1140px){.header__nav .dropdown__hide-exit{padding:0;background:0 0}.header__nav .dropdown__hide-exit .icon{display:none}}.header__nav-notify{width:24px;height:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;background-image:url(/img/sprite.svg#ring);background-repeat:no-repeat;background-size:contain;background-position:0 0}@media screen and (max-width:1140px){.header__nav-notify{position:absolute;top:24px;left:20px}}.header__nav-notify.active{background-image:url(/img/sprite.svg#ring_active);-webkit-animation:ring 1.4s infinite forwards;animation:ring 1.4s infinite forwards}@media screen and (max-width:1140px) and (max-width:570px){.header__nav{width:100%}}@-webkit-keyframes ring{20%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}80%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ring{20%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}80%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.footer{margin-top:100px;padding:80px 0;position:relative;background:#f0f0f0}@media only screen and (max-width:1140px){.footer{margin-top:0;padding-top:40px;padding-bottom:80px}}.footer__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;gap:58px;margin-bottom:80px}.footer__wrapper:last-child{margin:0}@media only screen and (max-width:1140px){.footer__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;gap:20px;margin-bottom:40px}}.footer__over-text{color:var(--bg);background:-webkit-linear-gradient(355.17deg,#07cfab -.6%,#985ee2 141.85%);background:linear-gradient(94.83deg,#07cfab -.6%,#985ee2 141.85%);border-radius:20px;margin-bottom:50px;font-size:1.125rem;line-height:1.625rem;padding:30px;box-sizing:border-box;width:502px}@media only screen and (max-width:1140px){.footer__over-text{padding:20px;width:auto;font-size:1rem;line-height:1.5rem;margin-bottom:20px}}.footer__over-text a{color:var(--bg);border-bottom:1px solid var(--bg)}.footer__over-text a:hover{border-color:transparent}.footer__socials{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:28px}@media only screen and (max-width:1140px){.footer__socials{-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:10px 28px}}.footer__socials-text{font-size:1.125rem;line-height:1.625rem}@media only screen and (max-width:1140px){.footer__socials-text{width:100%;font-size:1rem;line-height:1.5rems}}.footer__nav{display:grid;grid-template-columns:repeat(2,270px);gap:40px}@media only screen and (max-width:1140px){.footer__nav{grid-template-columns:1fr;gap:20px}}.footer__nav-wrap{display:grid;gap:28px}@media only screen and (max-width:1140px){.footer__nav-wrap{gap:20px}}.footer__nav-wrap.small{gap:24px}@media only screen and (max-width:1140px){.footer__nav-wrap.small{gap:16px}}.footer__nav-wrap.small .footer__nav-link{color:#6c6e75;font-size:1rem;line-height:1.5rem}.footer__nav-wrap.small .footer__nav-link:hover{opacity:.8}.footer__nav-link{color:var(--text);box-sizing:border-box;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:block;font-size:1.125rem;line-height:1.625rem}.footer__nav-link.for-psy{color:var(--link);position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-weight:500}.footer__nav-link:hover{color:var(--hover)}.footer__info{color:#6c6e75;font-size:1rem;line-height:1.5rem;-webkit-align-self:flex-end;align-self:flex-end}.footer__inform{display:grid;grid-gap:20px}.footer__inform strong{font-size:1rem;line-height:1.5rem}.footer__inform p{font-size:.75rem;line-height:1.25rem;color:#6c6e75;max-width:580px;margin:0}@media only screen and (max-width:1140px){.footer__inform p{max-width:none}}.page-list{display:none}@media screen and (min-width:1700px){.page-list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:10px;background-color:var(--bg);position:fixed;top:100px;overflow-y:auto;z-index:9999;height:70vh;box-shadow:0 0 22px rgba(68,69,69,.12);font-size:.9375rem;max-width:300px}.page-list-link{margin-bottom:10px;color:#000}.page-list-link:hover{color:_hover}.page-list-link:last-child{margin-bottom:0}}.nothing{text-align:center;margin-top:60px}@media screen and (max-width:1140px){.nothing{margin-top:20px}}.nothing__title{font-size:2.5rem;font-weight:500}@media screen and (max-width:1140px){.nothing__title{font-size:1.875rem}}.nothing__main{font-size:23.125rem;font-weight:500;color:var(--form);text-shadow:0 0 20px rgba(120,101,234,.66)}@media screen and (max-width:1140px){.nothing__main{font-size:10rem}}.nothing__info{font-size:1.125rem}@media screen and (max-width:1140px){.nothing__info{font-size:.875rem}}.instruction{margin-top:56px;display:grid;grid-template-columns:1fr 350px;grid-gap:40px;position:relative}@media screen and (max-width:1140px){.instruction{margin-top:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;grid-gap:0;gap:20px}}.instruction__content p{margin:0;font-size:1rem;line-height:1.5rem;margin-bottom:20px}.instruction__content h1{margin-bottom:30px}@media only screen and (max-width:1140px){.instruction__content h1{margin-bottom:20px}}.instruction__content h2{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:767px){.instruction__content h2{margin-top:40px;margin-bottom:20px}}.instruction__content h3{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:767px){.instruction__content h3{margin-top:40px;margin-bottom:20px}}.instruction__content h4{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:767px){.instruction__content h4{margin-top:40px;margin-bottom:20px}}.instruction__content h5{margin-top:50px;margin-bottom:20px}@media only screen and (max-width:767px){.instruction__content h5{margin-top:40px;margin-bottom:20px}}.instruction__content h6{margin-bottom:20px}.instruction__content ol{margin:0;padding:0;list-style:none;counter-reset:item}.instruction__content ol li{font-size:1rem;line-height:1.5rem;padding-left:65px;margin-bottom:20px;position:relative}@media only screen and (max-width:767px){.instruction__content ol li{padding-left:60px}}.instruction__content ol li:before{content:counter(item) '.';counter-increment:item;position:absolute;left:35px;color:var(--link);font-weight:500}.instruction__content ol li:after{content:'Шаг';position:absolute;left:0;top:0;color:var(--link);font-weight:500}.instruction__content ul{margin:0;padding:0;list-style:none}.instruction__content ul li{font-size:1rem;line-height:1.5rem;padding-left:40px;margin-bottom:20px;position:relative}@media only screen and (max-width:767px){.instruction__content ul li{padding-left:30px}}.instruction__content ul li:before{content:'';position:absolute;left:10px;color:var(--link);font-weight:700;width:8px;height:8px;border-radius:50%;background:var(--link);display:block;top:6px}@media only screen and (max-width:767px){.instruction__content ul li:before{left:0}}.instruction__content figure{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:30px auto}@media only screen and (max-width:767px){.instruction__content figure{margin:20px auto}}.instruction__content img{width:auto;max-width:750px;margin:auto;border-radius:20px;position:relative}@media only screen and (max-width:767px){.instruction__content img{width:100%;max-width:420px}}.instruction__content figcaption{margin-top:10px;font-size:1rem;line-height:1.5rem}.instruction__content img{width:auto;max-width:750px;margin:auto;border-radius:20px;position:relative;margin:30px 0}@media only screen and (max-width:767px){.instruction__content img{width:100%;max-width:420px}}.instruction__content blockquote{margin:0;padding:30px;box-sizing:border-box;background:#e7fffb;margin:30px 0;font-size:1rem;line-height:1.5rem;border-radius:20px;position:relative}@media only screen and (max-width:767px){.instruction__content blockquote{padding:20px 16px}}.instruction__content blockquote p:last-child{margin-bottom:0}.instruction__content table{width:100%;table-layout:fixed;border-collapse:collapse}@media only screen and (max-width:1140px){.instruction__content table{width:750px}}@media only screen and (max-width:767px){.instruction__content table{width:700px}}.instruction__content table tr{border-bottom:1px solid #e4e4e4}.instruction__content table th{color:#ababab;font-size:1rem;line-height:1.375rem;font-weight:400;text-align:left;padding:16px 20px;box-sizing:border-box;width:15%}.instruction__content table td{padding:20px;box-sizing:border-box;font-size:1rem;line-height:1.375rem;width:15%;vertical-align:top}@media only screen and (max-width:1140px){.instruction__aside{-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}}.instruction__aside .over{display:none}@media only screen and (max-width:1140px){.instruction__aside .over{background:rgba(50,51,56,.6);position:fixed;left:0;right:0;bottom:0;z-index:1;top:74px}.instruction__aside .over.active{display:block}}.instruction__aside .keep{position:-webkit-sticky;position:sticky;top:100px;padding:30px;box-sizing:border-box;background:#f5f5f5;border-radius:20px}@media only screen and (max-width:1140px){.instruction__aside .keep{width:100%;box-sizing:border-box;border-radius:0;padding:20px;-webkit-transition:.3s;transition:.3s}.instruction__aside .keep.active{padding-top:40px;padding-bottom:40px}.instruction__aside .keep.active .keep__title{color:var(--text)}.instruction__aside .keep.active .keep__title .icon-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);fill:var(--text)}.instruction__aside .keep:before{content:'';position:absolute;left:-10px;background:#f5f5f5;width:10px;height:100%;top:0}.instruction__aside .keep:after{content:'';position:absolute;right:-10px;background:#f5f5f5;width:10px;height:100%;top:0}}@media only screen and (max-width:767px){.instruction__aside .keep{padding:20px 0}}@media only screen and (max-width:1140px){.instruction__aside .keep__title{color:var(--link);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}}.instruction__aside .keep__title .icon-arrow{fill:var(--link);display:none}@media only screen and (max-width:1140px){.instruction__aside .keep__title .icon-arrow{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.3s;transition:.3s}}.instruction__aside .keep__list{margin-top:20px}@media only screen and (max-width:1140px){.instruction__aside .keep__list{display:none}.instruction__aside .keep__list.show{display:block}}.instruction__aside .keep__item{margin-bottom:20px;position:relative}.instruction__aside .keep__item.active .icon-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.instruction__aside .keep__item span{font-size:1rem;line-height:1.375rem;color:var(--link);padding-left:20px;display:inline-block;cursor:pointer}.instruction__aside .keep__item .icon-arrow{fill:var(--link);margin-right:5px;position:absolute;left:0;top:3px;-webkit-transition:.2s;transition:.2s}.instruction__aside .keep__item:last-child{margin:0}.instruction__aside .keep__link{font-weight:400}.instruction__aside .keep__hide{margin:0;padding:0;list-style:none;margin-top:10px;display:none}.instruction__aside .keep__hide.show{display:block}.instruction__aside .keep__hide-item{padding:10px 0;box-sizing:border-box;border-radius:6px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.instruction__aside .keep__hide-item.active{background:var(--link)}.instruction__aside .keep__hide-item.active .keep__hide-link{color:var(--bg);cursor:default}.instruction__aside .keep__hide-item.active .keep__hide-link:before{background:var(--bg)}.instruction__aside .keep__hide-item.active .keep__hide-link:hover{opacity:1}.instruction__aside .keep__hide-item:last-child{margin-bottom:0}.instruction__aside .keep__hide-link{padding-left:40px;padding-right:20px;position:relative;display:inline-block}.instruction__aside .keep__hide-link:hover{opacity:.6}.instruction__aside .keep__hide-link:before{position:absolute;content:'';display:block;width:6px;height:6px;background:var(--link);border-radius:50%;left:20px;top:5px}@media only screen and (max-width:1140px) and (max-width:767px){.instruction__aside .keep.active{padding-top:20px;padding-bottom:20px}}.breads{white-space:nowrap;overflow-y:hidden;overflow-x:auto;margin-top:80px;margin-bottom:-40px}@media only screen and (max-width:767px){.breads{margin:0;margin-top:40px;margin-bottom:20px}}.breads__list{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.breads__box{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;color:_text;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:.2s;transition:.2s}.breads__box span{color:#ababab;max-width:350px;overflow:hidden;text-overflow:ellipsis;font-size:1rem;line-height:1.5rem}@media only screen and (max-width:767px){.breads__box span{max-width:200px;line-height:normal}}.breads__box:last-child{margin-right:0}.breads__box:last-child:after{content:none}.breads__box::after{content:' ';margin:0 10px;width:13px;height:1px;background:#ababab}.breads__link{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.breads__link span{color:#ababab;cursor:pointer;-webkit-transition:.2s;transition:.2s}.breads__link:hover span{color:var(--ltext)}@charset "UTF-8"; .select-reset { /* Сбрасываем нативный вид */ -webkit-appearance: none; /* Chrome, Safari, Edge на WebKit/Blink */ -moz-appearance: none; /* Firefox */ appearance: none; /* современный стандарт */ /* Для IE/Edge (старых) скрываем стрелку */ } .select-reset::-ms-expand { display: none; } :root { --text: #323338; --text_gray: #ABABAB; --text_rgb80: rgba(255, 255, 255, 0.8); --text_rgb40: rgba(255, 255, 255, 0.4); --bg: #fff; --bg_gray: #F5F5F5; --border: #CCCCCC; --link: #07CFAB; --gradient: linear-gradient(120.95deg, #07CFAB 13.96%, #985EE2 179.66%); --btn_gradient: linear-gradient(92.06deg, #07CFAB -6.44%, #985EE2 196.38%); --switch: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); --attention_rose: #E764EE; --violet: #796AE2; --violet_gradient: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); --alarm: #EB5757; --alarm_bg: rgba(235, 87, 87, 0.15); } .header-to-old { padding: 15px 0; } @media screen and (max-width: 1240px) { .header-to-old { height: 70px; background: transparent; padding: 11px 0; } } .header-to-old__nav-wrapper { display: flex; align-items: center; gap: 30px; } @media screen and (max-width: 1240px) { .header-to-old__nav-wrapper { flex-direction: column; align-items: flex-start; background: var(--bg); width: 100%; padding: 20px; border-radius: 12px; gap: 20px; } } .header-to-old__logo img { width: 132px; } @media screen and (max-width: 1240px) { .header-to-old__logo img { width: 109px; height: 48px; } } .header-to-old__info { font-size: 13px; line-height: 18px; } @media screen and (max-width: 1240px) { .header-to-old__info { font-size: 12px; line-height: 14px; } } .header-to-old__box { display: flex; align-items: center; position: relative; } @media screen and (max-width: 1240px) { .header-to-old__box { align-items: flex-start; } } .header-to-old__box .new-year { width: auto; position: absolute; left: 290px; top: -10px; } @media screen and (max-width: 1240px) { .header-to-old__box .new-year { display: none; } } .header-to-old__favorite { display: none; } @media screen and (max-width: 1240px) { .header-to-old__favorite { display: flex; flex-shrink: 0; margin-left: auto; align-items: center; justify-content: center; width: 48px; height: 48px; position: relative; } .header-to-old__favorite .count { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 10px; line-height: 1px; color: var(--bg); background: var(--gradient); border-radius: 100%; position: absolute; top: 8px; right: 6px; } .header-to-old__favorite.hide { visibility: hidden; } } .header-to-old__burger { display: none; } @media screen and (max-width: 1240px) { .header-to-old__burger { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 48px; height: 48px; position: relative; } .header-to-old__burger .notify { display: block; width: 8px; height: 8px; background: var(--text); border-radius: 100%; position: absolute; top: 12px; right: 10px; } } .header-to-old__nav { display: flex; align-items: center; gap: 30px; margin-left: auto; } @media screen and (max-width: 1240px) { .header-to-old__nav { margin: 0; flex-direction: column; z-index: 3; position: fixed; top: 0; right: 0; background: #F2F2F2; padding: 80px 30px 100px 30px; height: 100%; overflow: auto; box-sizing: border-box; transition: 0.3s; transform: translateX(100%); visibility: hidden; gap: 20px; align-items: flex-start; width: 100%; } .header-to-old__nav.show { transform: translateX(0); visibility: visible; } } .header-to-old__nav-logo { display: none; } @media screen and (max-width: 1240px) { .header-to-old__nav-logo { display: block; position: absolute; top: 10px; } } .header-to-old__nav-close { display: none; } @media screen and (max-width: 1240px) { .header-to-old__nav-close { display: block; position: absolute; top: 20px; right: 30px; } } @media screen and (max-width: 1240px) { .header-to-old__nav-notify { position: absolute; top: 20px; right: 80px; } .header-to-old__nav-notify .icon { width: 26px; height: 26px; } } .header-to-old__nav-cash { background: var(--violet); color: var(--bg); display: flex; border-radius: 30px; padding: 14px 20px; text-align: center; text-transform: uppercase; justify-content: center; font-weight: bold; } .header-to-old__nav-action { display: none; } @media screen and (max-width: 1240px) { .header-to-old__nav-action { display: flex; align-self: center; font-weight: bold; margin-top: 30px; height: 50px; padding: 14px 40px; background: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); border-radius: 30px; text-transform: uppercase; color: var(--bg); box-sizing: border-box; font-size: 14px; line-height: 22px; } } @media screen and (max-width: 1240px) and (max-width: 335px) { .header-to-old__nav-action { padding-left: 20px; padding-right: 20px; } } .header-to-old__nav-wrap { display: flex; align-items: center; gap: 30px; } @media screen and (max-width: 1240px) { .header-to-old__nav-wrap { display: block; background: #f2f0fc; border-radius: 30px; width: 100%; order: -1; margin-bottom: 20px; } } .header-to-old__nav-sum { font-size: 14px; font-weight: bold; text-transform: uppercase; display: flex; color: #796AE2; align-items: center; } @media screen and (max-width: 1240px) { .header-to-old__nav-sum { margin: 0 auto; padding: 14px 20px; width: 100%; justify-content: center; box-sizing: border-box; font-size: 16px; } .header-to-old__nav-sum span { margin-right: 5px; display: inline-block; } } .header-to-old__nav-sum span { display: none; } .header-to-old__nav-sum .icon { margin-right: 13px; } @media screen and (max-width: 1240px) { .header-to-old__nav-sum .icon { display: none; } } .header-to-old__nav-link { font-size: 14px; line-height: 20px; font-weight: 500; color: var(--text); transition: 0.2s; text-transform: uppercase; position: relative; } @media screen and (max-width: 1240px) { .header-to-old__nav-link { margin: 0; display: block; padding: 0 0 20px; border-bottom: 1px solid #E6E6E6; width: 100%; } .header-to-old__nav-link.help { order: 1; } } @media screen and (min-width: 1240px) { .header-to-old__nav-link:hover { color: var(--link); } } .header-to-old__nav-link.active { color: var(--link); cursor: default; } @media screen and (min-width: 1240px) { .header-to-old__nav-link.active:hover { color: var(--link); } } .header-to-old__nav-link.--favorite { display: flex; align-items: center; gap: 6px; position: relative; } .header-to-old__nav-link.--favorite .count { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; font-size: 10px; line-height: 1px; color: var(--bg); background: var(--gradient); border-radius: 100%; position: absolute; top: -8px; right: -8px; } @media screen and (max-width: 1240px) { .header-to-old__nav-link.--favorite .count { position: relative; right: 12px; } } @media screen and (max-width: 1240px) { .header-to-old__nav-link.--favorite { background: var(--bg); border: 0; padding: 20px 30px; border-radius: 12px; } } .header-to-old .dropdown { position: relative; } @media screen and (max-width: 1240px) { .header-to-old .dropdown { padding-bottom: 20px; border-bottom: 1px solid #E6E6E6; width: 100%; } .header-to-old .dropdown:last-child { border: 0; padding: 0; } } @media screen and (min-width: 1240px) { .header-to-old .dropdown:hover .dropdown__hide { opacity: 1; visibility: visible; } } .header-to-old .dropdown__link { font-size: 14px; line-height: 24px; text-transform: uppercase; font-weight: 500; display: flex; align-items: center; gap: 6px; width: 100%; } .header-to-old .dropdown__link .icon-drop { transition: 0.3s; fill: var(--text); } .header-to-old .dropdown__link.open { color: var(--link); } .header-to-old .dropdown__link.open .icon-drop { transform: rotate(180deg); fill: var(--link); } .header-to-old button.dropdown__link { color: var(--text); } .header-to-old .dropdown__hide { position: absolute; background: var(--bg); box-shadow: 0 0 16px rgba(50, 51, 56, 0.16); border-radius: 10px; min-width: 240px; padding: 10px; z-index: 2; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide { position: static; min-width: auto; box-shadow: none; opacity: 1; visibility: visible; display: none; flex-direction: column; padding: 10px 0 0; } .header-to-old .dropdown__hide.show { display: flex; } } .header-to-old .dropdown__hide-link { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-link { padding: 10px 20px; margin: 0; } .header-to-old .dropdown__hide-link:last-child { padding-bottom: 0; } } @media screen and (min-width: 1240px) { .header-to-old .dropdown__hide-link:hover { color: var(--link); background: #F2F2F2; } } .header-to-old .dropdown__hide-link.active { color: var(--link); background: #F2F2F2; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-link.active { background: transparent; } } .header-to-old .dropdown__hide-link.--with-dropdown { position: relative; display: flex; align-items: center; justify-content: space-between; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-link.--with-dropdown { justify-content: flex-start; flex-wrap: wrap; } } @media screen and (min-width: 1240px) { .header-to-old .dropdown__hide-link.--with-dropdown:hover .dropdown__hide-submenu { visibility: visible; opacity: 1; } .header-to-old .dropdown__hide-link.--with-dropdown:hover .icon-drop { fill: var(--link); } } .header-to-old .dropdown__hide-link.--with-dropdown .icon-drop { transform: rotate(-90deg); transition: transform 0.3s ease; fill: var(--text); } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-link.--with-dropdown .icon-drop { transform: rotate(0); } } .header-to-old .dropdown__hide-link.--with-dropdown.open { background: #F2F2F2; color: var(--link); } .header-to-old .dropdown__hide-link.--with-dropdown.open .icon-drop { transform: rotate(180deg); fill: var(--link); } .header-to-old .dropdown__hide-submenu { position: absolute; background: var(--bg); box-shadow: 0 0 16px rgba(50, 51, 56, 0.16); border-radius: 10px; min-width: 240px; padding: 10px; left: 100%; top: 0; z-index: 2; transition: opacity 0.3s ease, visibility 0.3s ease; opacity: 0; visibility: hidden; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-submenu { position: static; min-width: auto; box-shadow: none; padding: 20px 0 10px 10px; border-radius: 12px; opacity: 1; visibility: visible; display: none; background: #F2F2F2; width: 100%; } .header-to-old .dropdown__hide-submenu.show { display: block; } } .header-to-old .dropdown__hide-submenu-link { padding: 10px; border-radius: 8px; font-size: 14px; line-height: 24px; color: var(--text); display: block; } @media screen and (max-width: 1240px) { .header-to-old .dropdown__hide-submenu-link { padding: 0; margin-bottom: 20px; } .header-to-old .dropdown__hide-submenu-link:last-child { margin: 0; } } @media screen and (min-width: 1240px) { .header-to-old .dropdown__hide-submenu-link:hover { color: var(--link); background: #F2F2F2; } } @media screen and (max-width: 1240px) { .header-to-old.hdr-fixed { transition: 0.2s; z-index: 3; background: var(--bg); box-sizing: border-box; } .header-to-old .wrap { padding: 0 20px; } } .header-to-old.hdr-fixed.fixed { box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1); border-radius: 0; position: fixed; width: 100%; top: 0; right: 0; left: 0; } .header-to-old.hdr-fixed.hidden { transform: translateY(-100%); } .hdr-placeholder { height: 0; transition: height 0.2s; }@charset "UTF-8"; .select-reset { /* Сбрасываем нативный вид */ -webkit-appearance: none; /* Chrome, Safari, Edge на WebKit/Blink */ -moz-appearance: none; /* Firefox */ appearance: none; /* современный стандарт */ /* Для IE/Edge (старых) скрываем стрелку */ } .select-reset::-ms-expand { display: none; } :root { --text: #323338; --text_gray: #ABABAB; --text_rgb80: rgba(255, 255, 255, 0.8); --text_rgb40: rgba(255, 255, 255, 0.4); --bg: #fff; --bg_gray: #F5F5F5; --border: #CCCCCC; --link: #07CFAB; --gradient: linear-gradient(120.95deg, #07CFAB 13.96%, #985EE2 179.66%); --btn_gradient: linear-gradient(92.06deg, #07CFAB -6.44%, #985EE2 196.38%); --switch: linear-gradient(98.89deg, rgba(97, 114, 226, 0.2) 0%, rgba(146, 96, 226, 0.2) 106.38%); --attention_rose: #E764EE; --violet: #796AE2; --violet_gradient: linear-gradient(90.65deg, #5E73E2 -2.24%, #985EE2 103.94%); --alarm: #EB5757; --alarm_bg: rgba(235, 87, 87, 0.15); } .footer-to-old { margin-top: 100px; padding: 80px 0; position: relative; background: #f0f0f0; } @media screen and (max-width: 1240px) { .footer-to-old { margin-top: 0; padding: 40px 20px 80px; } } .footer-to-old__help { font-size: 1rem; line-height: 1.5; color: var(--bg); background: linear-gradient(94.83deg, #07cfab -0.6%, #985ee2 141.85%); border-radius: 20px; padding: 30px; align-self: start; } @media screen and (max-width: 1240px) { .footer-to-old__help { padding: 20px; margin-top: 20px; } } .footer-to-old__help a { color: var(--bg); border-bottom: 1px solid var(--bg); } .footer-to-old__help a:hover { border-color: transparent; } .footer-to-old__nav { display: grid; grid-template-columns: 1fr 1fr 1fr 364px; gap: 40px; } @media screen and (max-width: 1240px) { .footer-to-old__nav { grid-template-columns: 1fr; gap: 20px; } } .footer-to-old__nav-wrap { display: grid; gap: 30px; } @media screen and (max-width: 1240px) { .footer-to-old__nav-wrap { gap: 20px; } } .footer-to-old__nav-link { font-size: 1rem; line-height: 1.5; color: var(--text); display: block; } .footer-to-old__nav-link.for-psy { color: var(--link); position: relative; display: flex; align-items: center; font-weight: 500; } .footer-to-old__nav-link:hover { color: var(--hover); } .footer-to-old__subnav { display: grid; grid-template-columns: 1fr 1fr 1fr 364px; gap: 40px; margin-top: 60px; } @media screen and (max-width: 1240px) { .footer-to-old__subnav { grid-template-columns: 1fr; grid-gap: 20px; margin-top: 40px; } } .footer-to-old__subnav__link { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; display: block; margin-bottom: 20px; } .footer-to-old__subnav__link:last-child { margin: 0; } @media screen and (max-width: 1240px) { .footer-to-old__subnav__item:last-child { order: -1; margin-bottom: 20px; } } .footer-to-old__socials { display: grid; grid-template-columns: 180px 40px 40px; grid-gap: 20px; align-items: center; padding-left: 30px; margin-bottom: 20px; } @media screen and (max-width: 1240px) { .footer-to-old__socials { padding: 0; display: block; } } .footer-to-old__socials__text { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; margin-bottom: 10px; } .footer-to-old__count { display: grid; grid-template-columns: 180px 1fr; grid-gap: 10px; align-items: center; padding-left: 30px; } @media screen and (max-width: 1240px) { .footer-to-old__count { padding: 0; display: block; } } .footer-to-old__count__text { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; } .footer-to-old__count__result { background: linear-gradient(92.06deg, #07cfab -6.44%, #985ee2 196.38%); font-weight: bold; color: transparent; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 2.25rem; line-height: 1.1111111111; white-space: nowrap; } @media screen and (max-width: 1240px) { .footer-to-old__count__result { margin-top: 10px; } } .footer-to-old__inform { display: grid; grid-gap: 54px; grid-template-columns: 1fr 334px; margin-top: 80px; } @media screen and (max-width: 1240px) { .footer-to-old__inform { grid-template-columns: 1fr; grid-gap: 40px; margin-top: 40px; } } .footer-to-old__inform p { font-size: 0.875rem; line-height: 1.4285714286; color: #6c6e75; margin: 0 0 10px; } .footer-to-old__inform p:last-child { margin: 0; } .footer-to-old__inform p img { display: inline; vertical-align: middle; }