@charset "utf-8";

/* slick */

.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{min-width:100%;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}

/* fancybox */

.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel__viewport{position:relative;overflow:hidden;width:100%;height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none)}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 24px);height:var(--carousel-button-svg-height, 24px);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.97))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:64px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20;cursor:default}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;cursor:pointer;z-index:1053;color:var(--fancybox-color, currentColor)}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.5;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{transition:opacity var(--fancybox-ts, 0.25s) ease;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close{transition:opacity .2s ease;opacity:0}.fancybox-fadeIn{animation:.2s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.2s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.2s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.2s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.2s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{20%{opacity:.5}to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{20%{opacity:.5}to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel .is-draggable{cursor:move;cursor:grab}.fancybox__carousel .is-dragging{cursor:move;cursor:grabbing}.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content{cursor:auto}.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__image{background:transparent;user-select:none}.has-image .fancybox__content{padding:0;background:transparent}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{min-height:1px}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;min-height:1px;object-fit:contain;background:transparent}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{min-height:1px;width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;min-height:1px;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;padding:0px 3px}.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs{transition:unset;opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{transition:opacity var(--fancybox-ts, 0.25s) ease-in;opacity:var(--fancybox-opacity, 1)}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide.is-nav-selected::after{content:"";position:absolute;top:0;left:3px;right:3px;bottom:3px;border-bottom:3px solid currentColor}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat}

/* selectator */

#selectator_dimmer{background-color:rgba(0,0,0,.1);width:100%;height:100%;left:0;top:0;bottom:0;right:0;position:fixed;z-index:100}.selectator_element{cursor:text;border:1px solid #EFEFEF;border-radius:12px;background-color:#fff;color:#32373c;outline:0;-webkit-transition:50ms border-color ease-in-out;transition:50ms border-color ease-in-out;box-sizing:border-box;display:inline-block;text-decoration:none;outline:none!important}.selectator_element:focus{border-color:#5b9dd9;-webkit-box-shadow:0 0 2px rgba(30,140,190,.8);box-shadow:0 0 2px rgba(30,140,190,.8)}.selectator_element *{box-sizing:border-box;text-decoration:none}.selectator_element img{display:block}.selectator_element *{box-sizing:border-box}.selectator_element.multiple{box-sizing:border-box;padding:4px 40px 1px 20px!important;min-height:40px!important;vertical-align:top}.selectator_element.single{height:36px;padding:7px 10px!important}.selectator_element.loading:before{border:3px solid rgba(0,0,0,.1);border-top:3px solid rgba(0,0,0,.5);border-radius:50%;width:14px;line-height:0;height:14px;margin-top:-10px;animation:selectator_spinner 500ms linear infinite;content:'';position:absolute;right:20px;top:50%}.selectator_selected_items .selectator_placeholder{font-size:80%;color:rgba(0,0,0,.5)}.single .selectator_selected_items{display:block}.multiple .selectator_selected_items{display:inline}.selectator_selected_items .selectator_selected_item{color:rgba(0,0,0,.75);position:relative;vertical-align:top}.single .selectator_selected_items .selectator_selected_item{background-color:transparent;display:block;margin:0;padding:0;font-size:inherit;text-decoration:none}.multiple .selectator_selected_items .selectator_selected_item{overflow:hidden;background-color:#fafafa;display:inline-block;margin:0 2px 2px 0;padding:2px 17px 2px 10px;font-size:14px;border-radius:12px;border:1px solid #dcdcdc;line-height:130.selectator_element.multiple%}.selectator_selected_items .selectator_selected_item .selectator_selected_item_left{float:left}.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left{float:left;width:30px;margin-top:-2px}.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img{height:22px;border-radius:2px}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_left{float:left;width:22px;margin-top:-1px;margin-left:-2px}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img{height:18px;border-radius:2px}.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title{height:auto;line-height:1.3}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_title{float:left;padding-top:1px;padding-bottom:1px}.selectator_selected_items .selectator_selected_item .selectator_selected_item_subtitle{display:none}.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_right{float:right;background-color:#ac6;color:#fff;font-weight:700;font-size:80%;text-align:center;line-height:16px;border-radius:12px;padding:2px 12px;margin-right:40px}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_right{display:none}.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove{display:block;position:absolute;right:16px;cursor:pointer;font-size:75%;font-weight:700;color:rgba(0,0,0,.75);padding:2px;line-height:0;top:50%;transform:scaleX(1.2)}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove{display:inline-block;font-weight:400;color:rgba(0,0,0,.75);margin:0 0 0 5px;cursor:pointer;font-size:70%;line-height:22px;vertical-align:top;border-radius:0 2px 2px 0;position:absolute;right:0;top:0;bottom:0;padding:3px 5px 4px 5px}.multiple .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove:hover{background-color:rgba(0,0,0,.1)}.selectator_input,.selectator_textlength{border:0;display:inline-block;margin:0;background-color:transparent;font-size:14px;outline:none}.multiple .selectator_input,.multiple .selectator_textlength{padding:7px 0;margin:0}.single .selectator_input{border:1px solid #7f9db9;position:absolute;bottom:-40px;left:-1px;z-index:101;padding:10px 25px;width:100%;width:calc(100% + 2px);border-bottom:0;background-color:#f6f6f6;color:#333;font-size:inherit;box-shadow:0 8px 24px rgba(0,0,0,.1)}.single.options-hidden .selectator_input{opacity:0;position:absolute;left:-10000px}.single.options-visible .selectator_input{opacity:1}.disable_search .selectator_input{opacity:0;padding:0 1px 1px 0!important}.selectator_options{font-size:14px;margin:0;padding:0;border:1px solid #7f9db9;position:absolute;box-sizing:border-box;-moz-box-sizing:border-box;z-index:101;background-color:#fff;overflow:auto;max-height:250px;list-style:none;left:-1px;right:-1px;box-shadow:0 8px 24px rgba(0,0,0,.1)}.disable_search .selectator_options{border-top:1px solid #7f9db9}.single.disable_search .selectator_options{padding-top:0}.options-hidden .selectator_options{display:none}.selectator_options .selectator_group{padding:5px;font-weight:700}.selectator_options .selectator_option{padding:3px 5px;margin:0}.selectator_options .selectator_option.selectator_group_option{padding-left:20px}.selectator_options .selectator_option:before,.selectator_options .selectator_option:after{content:"";display:table}.selectator_options .selectator_option:after{clear:both}.selectator_options .selectator_option .selectator_option_left{float:left}.selectator_options .selectator_option .selectator_option_subtitle{font-size:70%;color:rgba(0,0,0,.5);margin-top:-4px;margin-bottom:-1px;margin-left:40px}.selectator_options .selectator_option .selectator_option_right{float:right;background-color:#ac6;color:#fff;font-weight:700;font-size:80%;text-align:center;line-height:16px;border-radius:12px;padding:2px 12px;margin-top:4px}.selectator_options .selectator_option.active{background-color:#15b742;color:#fff}.selectator_options .selectator_option.active .selectator_option_subtitle{color:rgba(255,255,255,.6)}@-moz-keyframes selectator_spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes selectator_spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-o-keyframes selectator_spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes selectator_spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

/* fonts */

@font-face {
	font-family: 'RotondaC';
	src: url('/download_file.html?file_id=7087175812949927261');
	src: local('RotondaC'),
		url('/download_file.html?file_id=7087175856890191054') format('woff'),
		url('/download_file.html?file_id=7087175834882820239') format('truetype'),
		url('/download_file.html?file_id=7087175812949927261?#iefix') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'RotondaC';
	src: url('/download_file.html?file_id=7087175876515888952');
	src: local('RotondaC'),
		url('/download_file.html?file_id=7087175920385201722') format('woff'),
		url('/download_file.html?file_id=7087175898372586295') format('truetype'),
		url('/download_file.html?file_id=7087175876515888952?#iefix') format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087175722523182927');
	src: local('CeraRoundPro-Thin'),
		url('/download_file.html?file_id=7087175770863027919') format('woff'),
		url('/download_file.html?file_id=7087175743867659007') format('truetype'),
		url('/download_file.html?file_id=7087175722523182927?#iefix') format('embedded-opentype');
	font-weight: 100;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087175455950113940');
	src: local('CeraRoundPro-Light'),
		url('/download_file.html?file_id=7087175503545905067') format('woff'),
		url('/download_file.html?file_id=7087175477853121998') format('truetype'),
		url('/download_file.html?file_id=7087175455950113940?#iefix') format('embedded-opentype');
	font-weight: 300;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087175616520350421');
	src: local('CeraRoundPro-Regular'),
		url('/download_file.html?file_id=7087175676714615263') format('woff'),
		url('/download_file.html?file_id=7087175654385975394') format('truetype'),
		url('/download_file.html?file_id=7087175616520350421?#iefix') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087175541992984955');
	src: local('CeraRoundPro-Medium'),
		url('/download_file.html?file_id=7087175581359762028') format('woff'),
		url('/download_file.html?file_id=7087175567284740127') format('truetype'),
		url('/download_file.html?file_id=7087175541992984955?#iefix') format('embedded-opentype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087175344372736419');
	src: local('CeraRoundPro-Bold'),
		url('/download_file.html?file_id=7087175413908780582') format('woff'),
		url('/download_file.html?file_id=7087175383956324354') format('truetype'),
		url('/download_file.html?file_id=7087175344372736419?#iefix') format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CeraRoundPro';
	src: url('/download_file.html?file_id=7087174975775615209');
	src: local('CeraRoundPro-Black'),
		url('/download_file.html?file_id=7087175306523807153') format('woff'),
		url('/download_file.html?file_id=7087175284019064857') format('truetype'),
		url('/download_file.html?file_id=7087174975775615209?#iefix') format('embedded-opentype');
	font-weight: 900;
	font-style: normal;
    font-display: swap;
}


/* Общая стандартная настройка START */

/* Сброс стилей START */

/* Сброс стилей END */

/* critical.css START */
body, html{
    font-family: CeraRoundPro, sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 140%;
    cursor: default;
    text-align: left;
    min-width: 100%;
    background-color: #fff;
    line-height: 1.35;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    position: relative;
}

a {
    outline:none;
    font-family:inherit;
    color:#15B742;
    text-decoration:none;
    background-color: transparent;
    transition: .2s all;
}
[data-href]{
	cursor:pointer;
}

img {
    max-width:100%;
    height:auto;
    border-style: none;
    display: inline-block;
    vertical-align: top;
}

/* Для браузеров не поддерживающих HTML5 */
section, article, aside, footer, header, nav {display: block;}

b,
strong {
  font-weight: 500;
}

main {
    flex-grow: 1;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 131px;
}
h1,
.title,
.XAML-label-header-1,
.XAML-label-template-title, .XAML-object-title-label, .page-title {
    color: #0C0B0B;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin: 0px 0px 40px 0px;
}
h1 strong {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #0C0B0B;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.title a{
    color:inherit;
    text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title a:hover{
    color:#5f9cd1;
    text-decoration:none;
}
.subtitle{
	margin-bottom: 35px;
	/*font-size: 27px;*/
    font-size: 32px; 
    line-height: 1.35;
    letter-spacing: 0.72px;
	font-family: 'RotondaC', sans-serif;
	/*font-weight: 700*/
}
i{
    display:inline-block;
}

*{
    outline:none !important;
    box-sizing:border-box;
}
.clearfix:after{
    content:"";
    display:block;
    width:100%;
    clear:both;
}

.btn,
.cssXPButton,
.xs_btn,
.wtsn-editor-feed-submit .wtsn-editor-feed-cancel-btn,
.wtsn-container .wtsn-editor-feed-submit-btn {
    background-color: #15B742;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 17px 45px;
    line-height: 120%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    transition: all 0.2s;
	font-family: CeraRoundPro, sans-serif;
}
.btn:disabled,
.cssXPButton:disabled,
.xs_btn:disabled,
.xs_btn.active:disabled{
    cursor: default;
}
.btn:not(:disabled):hover,
.cssXPButton:not(:disabled):hover,
.xs_btn:not(:disabled):hover,
.xs_btn.active:not(:disabled){
    color: #fff;
    background-color: #15B742;
    text-decoration: none;
}
.btn.btn--green,
.cssXPButton,
.xs_btn,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit-btn,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit-btn:disabled,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit-btn:disabled:hover{
    background-color: #15B742;
    color: #fff;
    box-shadow: none;
}
.cssXPButton:hover,
.xs_btn:not(:disabled):hover,
.xs_btn.active,
.btn.btn--green:not(:disabled):hover,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit-btn:not(:disabled):hover{
    background-color: #129E39;
}
.btn.btn--empty,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit .wtsn-editor-feed-cancel-btn{
    color: #15B742;
    box-shadow: 0 0 1px 1px #15b742 inset;
	background-color:transparent;
}
.btn.btn--empty:not(:disabled):hover,
.wtsn-container.wtsn-main .wtsn-editor-feed-submit .wtsn-editor-feed-cancel-btn:not(:disabled):hover{
    background-color: #129E39;
    color: #fff;
}
.btn.btn--white{
    color: #C6C6C6;
    box-shadow: 0 4px 4px 0 #0000000d;
	background-color:#fff;
}
.btn.btn--white:not(:disabled):hover{
    background-color: #129E39;
    color: #fff;
}
.wtsn-container.wtsn-main .wtsn-editor-feed-submit-btn:disabled,
.xs_btn:disabled,
.btn.btn--green:disabled{
	opacity:.6
}
.btn--small{
	font-size:13px;
	padding:10px 20px
}
.btn-shadow {
    display: inline-block;
    vertical-align: top;
    color: #15B742;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 18px 32px;

    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(117, 117, 117, 0.2);
    background: #FFFFFF;
}
.btn__indicate{
	top: -5px;
    right: -5px;
	border: 2px solid #fff;
    background: #FF3629;
    padding: 0 5px;
    border-radius: 20px;
    min-width: 26px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    display: block;
}

.btn-empty {
    color: #15B742;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    border: 1px solid #15B742;
    border-radius: 12px;
    padding: 17px 20px;
    transition: .2s all;
    cursor: pointer;
    background-color: initial;
	text-align:center;
}

.hide,
.xs_set.hide {
    display:none
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /*overflow: hidden;*/
}

.container {
    width:100%;
    max-width:1790px;
    margin:0 auto;
    padding:0 60px;
    box-sizing:border-box;
    position: relative;
}
.right{
    float:right;
}
.left{
    float:left;
}
.clear{
    width:100%;
    clear:both;
}
.xs_flex{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.xs_flex.xs_inline{
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.xs_flex.xs_top{
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.xs_flex.xs_middle{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
.xs_flex.xs_bottom{
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.xs_flex.xs_wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xs_flex.xs_center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.xs_flex.xs_start{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.xs_flex.xs_end{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.xs_flex.xs_column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xs_flex.xs_column_reverse{
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.xs_flex.xs_reverse{
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.xs_flex.xs_top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.alignleft{
    float:left;
    margin:0 20px 5px 0;
}
.alignright{
    float:right;
    margin:0 0 5px 20px;
}

.overflow {
    overflow: hidden;
}
/* critical.css END */

/* style.css START */
input,
textarea{
    padding:8px 15px;
}

input[type="password"],
.xs_input--password input[type="text"]{
    letter-spacing: 8px;
}
select,
.selectator_element.multiple{
    cursor:pointer;
    background:#fff url(/download_file.html?file_id=7087174361058689069) no-repeat top 50% right 15px/10px;
    padding-right:40px!important;
}
input[type=checkbox],
input[type=radio]{
    position:absolute;
    opacity:0;
    z-index: 1;
	cursor:pointer;
}
input[type=checkbox] + label,
input[type=radio] + label{
    position:relative;
    padding-left:26px;
    cursor:pointer;
    display:inline-block;
	min-height:19px;
	vertical-align:top;
}
input[type=checkbox] + label:not(.checkbox_yn):before{
    position:absolute;
    left:0;
    top:1px;
    content:"";
    display:block;
    width:19px;
    height:19px;
    background: #fff;
	border:none;
	border-radius:7px;
	box-sizing:border-box;
	border: 1px solid #D9D9D9;
}
input[type=checkbox]:checked + label:not(.checkbox_yn):before{
    background:#15B742;
	border-color:#15B742;
}
input[type=checkbox]:checked + label:not(.checkbox_yn):after{
    position: absolute;
    background: url(/download_file.html?file_id=7087154558133579740) no-repeat 50% 50%;
    background-size: contain;
    left: 5px;
    top: 6px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
}
input[type=radio] + label:before{
    position:absolute;
    left:0;
    top:1px;
    content:"";
    display:block;
    width:19px;
    height:19px;
    background: #fff;
	border:none;
	border-radius:50%;
	box-sizing:border-box;
}
input[type=radio]:checked + label:after{
    position: absolute;
    background: #15B742;
	border-radius:50%;
    left: 5px;
    top: 6px;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
}
input[type=checkbox] + label.checkbox_yn:before{
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 22px;
    background: #E5E5EA;
    border-radius: 11px;
    box-sizing: border-box;
	transition:.2s background;
}
input[type=checkbox]:checked + label.checkbox_yn:before{
    background:#15B742;
	border-color:#15B742;
}
input[type=checkbox] + label.checkbox_yn:after{
    position: absolute;
    background: #fff;
	transition:.2s left;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    left: 2px;
    top: 2px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
	border-radius:50%
}
input[type=checkbox]:checked + label.checkbox_yn:after{
    left: 20px;
}

input[type="text"],
input[type="submit"],  
input[type="email"],  
input[type="tel"],  
input[type="date"],  
button,
select,
textarea{
    -webkit-appearance: none;   
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
select{
    border: 1px solid #D9D9D9;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 20px;
    line-height: 140%;
    color: #424243;
    width: 100%;
    border-radius: 12px;
}
input[type="text"]:focus,
input[type="email"]:focus,  
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus{
	border-color:#15b742
}
button,
input { 
    overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    border: none;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #9F9F9F;
}

[hidden] {
  display: none;
}

a.inset {
    text-decoration:none;
}


hr {
    border:0;
    border-top: 1px solid #e4e4e4;
}

form{
    margin:0;
}

::selection {
    background:#a0c4e0 !important;
}

::-moz-selection {
    background:#a0c4e0 !important;
}

i {
    display:inline-block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.xs_load{
    position:relative;
}

.xs_load:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.67);
    z-index: 9;
    opacity: 1;
}

.xs_load:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    z-index: 10;
    margin: auto;
    width: 26px;
    height: 26px;
    background: url(/download_file.html?file_id=7087173760260451373) no-repeat 50% 50%;
    background-size: contain;
    transform: none;
}

/* Бургер меню START */
.buttonMenu{
    display: none;
    width: 48px;
    background-color: #F01919;
    border-radius: 4px;
    padding: 13px 17px;
    box-sizing: border-box;
    transition:.3s all;
    cursor:pointer;
    position: relative;
}

.buttonMenu:after,
.buttonMenu:before,
.buttonMenu span{
    content: "";
    display: block;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    transition: .3s all;
}

.show_menu .buttonMenu span {
    background: none;
}

.show_menu .buttonMenu:before {
    transform: rotate(45deg);
    width: 31px;
    position: relative;
    top: 5px;
    left: -9px;
}

.show_menu .buttonMenu:after {
    transform: rotate(-45deg);
    width: 31px;
    position: relative;
    top: -7px;
    left: -8px;
}

*:before,
*:after{
    display: block;
}

/* Бургер меню START */
header .phone{
    white-space:nowrap;
}

header nav{
    background:#ddd;
}

header nav ul, header nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

header nav a {
    font-weight: 700;
    line-height: 20px;
    padding: 20px 30px;
    transition: .3s all;
    display: block;
    text-decoration:none !important;
}
header nav .menu_container .menu_wrapper .footer{
    display:none;
}

header nav .menu_wrapper{}

header nav .menu_wrapper ul li ul.sub-menu{
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    background: #fff;
    transition: .3s all;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    min-width: 220px;
    left: -25px;
}

header nav .menu_wrapper ul > li:hover > ul{
    opacity: 1;
    background: #fff;
    margin-top: 0;
    z-index: 980;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}

header nav .menu_wrapper ul li ul.sub-menu li{
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

header nav .menu_wrapper ul li ul.sub-menu li a{
    padding: 4px 25px;
    font-size: 14px;
}

header nav .menu_wrapper ul li ul.sub-menu li a:hover {
    color: #e1001a;
}
/* Бургер меню END */

.nav-menu {
    background-color:#fff;
}

.nav-menu__phone {
    white-space:nowrap;
}

.nav-menu ul, 
.nav-menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.nav-menu li a {
    font-weight: 700;
    line-height: 20px;
    padding: 20px 30px;
    transition: .3s all;
    display: block;
    text-decoration:none !important;
}

.nav-menu__footer {
    display:none;
}

.nav-menu__deep {
}

.menu-wrapper {
}

.menu-wrapper ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    margin-top: 30px;
    opacity: 0;
    background: #fff;
    transition: .3s all;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    min-width: 220px;
    left: -25px;
}

.menu-wrapper ul > li:hover > ul{
    opacity: 1;
    background: #fff;
    margin-top: 0;
    z-index: 980;
    box-shadow: 0 15px 32px rgba(0, 0, 0, 0.14);
}

.menu-wrapper ul li ul.sub-menu li{
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.menu-wrapper ul li ul.sub-menu li a{
    padding: 4px 25px;
    font-size: 14px;
}
.menu-wrapper ul li ul.sub-menu li a:hover {
    color: #e1001a;
}
/* Бургер меню END */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.xs_result{
    color:green;
}

/* Keyframes */
@keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}

@-webkit-keyframes animation1 {
    0% {transform: scale(1); opacity: 1.0; background-color: #000;}
    50% {transform: scale(0.5); opacity: 0.1; background-color: green;}
    70% {transform: scale(3); opacity: 1.0; background-color: blue;}
    100% {transform: scale(1); opacity: 1.0; background-color: red;}
}

.btn-anim:hover {
    animation: animation1 3s ease infinite;
    -webkit-animation: animation1 3s ease infinite;
}
/* style.css END */

/* Общая стандартная настройка END */

/************** Spar **************/



.circle circle {
    width: 82px;
    height: 82px;
    fill: rgba(0,0,0,0);
    stroke: #F3F3F3;
    stroke-width: 6;
    stroke-dasharray: 240px 240px;
}
.circle circle:nth-child(2n) {
    fill: rgba(0,0,0,0);
    stroke-width: 7;
}

.circle.lev-1 circle:nth-child(2n) {
    stroke: #FF3629;
}
.circle.lev-2 circle:nth-child(2n) {
    stroke: #FFAC30;
}
.circle.lev-3 circle:nth-child(2n) {
    stroke: #15B742;
}

.slick-arrow {
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/download_file.html?file_id=7144528994949558440);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 27px;
    overflow: hidden;
    text-indent: 100px;
}

.slick-prev {
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.14);
    transform: rotate(-180deg);
}

.slick-next {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
}

/* HEADER START*/
.header {
    background-color: #fff;
    border-bottom: 1px solid #EFEFEF;

    /*margin-left: 131px;*/
}
.header__inner {
    display: flex;
    justify-content: space-between;
	height:100px;
}
.header__wr-logo {
    flex: 0 0 130px;
}
.main-side__wr-logo {
    flex: 0 1 auto;
    /*margin-bottom: 48px;*/
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EFEFEF;
	height: 100px;
    min-height: 101px;
}
.header__logo {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0s all;
}
.header__logo picture {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 68px;
    min-width: 68px;
    height: 68px;
}
.header__logo-img {
    display: inline-block;
    vertical-align: top;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__line {
    flex-grow: 1;
    border-left: 1px solid #EFEFEF;
}
.header__line .container {
    padding-right: 30px;
	height:100%;
}
.header-line {
}
.header__wr-line {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 77px;
	height:100%;
}
.header__search {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    flex-grow: 1;
}
.search-form {
}
.search-form__send {
    background: url(/download_file.html?file_id=7144528302655405871) no-repeat 50% 50% / 16px;
    cursor: pointer;
    padding: 0;
    width: 16px;
    min-width: 16px;
}
.search-form__item {
    width: 100%;
}
.search-form__input {
    color: #262626 !important;
    font-family: CeraRoundPro, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    border: none !important;
}
.search-form__input::placeholder {
    color: #CECECE !important;
}
.header__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.header-panel {
}
.header-panel__support {
    display: inline-block;
    vertical-align: top;
    padding: 12px 24px;

    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.panel-support {
}
.panel-support__txt {
    color: #15B742;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-left: 32px;
}
.panel-support__txt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    min-width: 17px;
    height: 16px;

    background-image: url(/download_file.html?file_id=7144528347626197962);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.header-panel__messages {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 45px;
    min-width: 45px;
    height: 45px;
    background-color: #fff;

    position: relative;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.header-panel__numb {
    width: 17px;
    min-width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;

    position: absolute;
    top: -1px;
    left: auto;
    right: -1px;
    z-index: 1;
}
.header-panel__numb-this {
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: #E73137;
    border-radius: 50%;

    color: #FFFFFF;
    font-size: 10px;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
}
.messages__icon {
}
.header-panel__burger {
    display: none;
}
.header-panel__burger-img {
    display: inline-block;
    vertical-align: top;
}
.header-line__profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 21px;
}
.header-line__person {
    text-align: right;
}
.header-line__person strong {
    display: block;
    margin-bottom: 3px;

    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}
.header-line__person span {
    display: block;

    color: #BABABA;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}
.header-line__image {
    width: 56px;
    min-width: 56px;
    height: 56px;

    border: 1px solid #E4E4E6;
    border-radius: 12px;
    background: #F4F5F9;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position:relative;
	overflow: hidden;
}
.header-line__img {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
}
.header-line__image--photo .header-line__img{
	width:100%;
	height:100%;
	position:absolute;
	object-fit: cover;
	left:0;
	top:0;
}

.h-panel__lost-links{
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 5px 10px -2px #00000038;
    padding: 20px 30px;
    text-align: left;
    min-width: 180px;
    width: 100%;
	display:none;
	margin-top:6px;
}
.h-panel__lost-support-wr{
	position:relative
}
.h-panel__lost-support-wr.active .h-panel__lost-links{
	display:block
}

.h-panel__lost-link{
	display: block;
    font-weight: 500;
    padding: 12px 0 12px 32px;
    font-size: 15px;
    color: #262626;
    position: relative;
}
.h-panel__lost-link:before{
	content:"";
	display:block;
	position:absolute;
	width:16px;
	height:16px;
	background:url(/download_file.html?file_id=7212577652460858749) no-repeat 50% 50%/contain;
	top:50%;
	margin-top:-8px;
	left:0;
}
.h-panel__lost-link--chat:before{
	background-image:url(/download_file.html?file_id=7212584292506556354);
}
.h-panel__lost-link--vb:before{
	background-image:url(/download_file.html?file_id=7212585165169492327);
}
.h-panel__lost-link--tg:before{
	background-image:url(/download_file.html?file_id=7212586143277873141);
}
.h-panel__lost-link:hover{
	color:#15B742
}
/* HEADER END*/



/* FOOTER START */
.footer {
    border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
    margin-left: 130px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 50px;
}
.footer__side {
    width: 20%;
    max-width:190px;
}
.footer__side-tlt {
    font-size: 24px;
    color: #262626;
    line-height: 150%;
    font-weight: RotondaC, Arial;
    margin: 0px 0px 25px 0px;
}
.footer__side-stores {
    margin: 0px 0px 20px 0px;
}
.footer__side-store {
    display: inline-block;
    vertical-align: top;
    padding: 8px 27px;
    margin: 0px 0px 16px 0px;
    transition: .2s all;
    position: relative;
    z-index: 1;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px #75757533;
    border-radius: 8px;
}
.footer__side-inn {
    display: block;
    position: relative;
    z-index: 1;
}
.footer__side-store:last-child {
    margin: 0px 0px 0px 0px;
}
.footer__side-app {
    display: inline-block;
    vertical-align: top;
}
.footer__side-app--front {
}
.footer__side-app--back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: .2s all;
    opacity: 0;
}
.footer__side-google {
}
.footer__side-code {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 190px;
    padding: 26px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px #75757533;
    border-radius: 12px;
}
.footer__side-qr {
    width: 140px;
    height: 140px;
}
.footer__body {
    width: 29.419%;
    padding-top:7px;
}
.footer__top {
    width: 35%;
    padding-top:7px;
}
.footer__top-info{
    margin-bottom:35px
}
.footer__top-link-item{
    font-size: 15px;
    margin-bottom: 24px;
}
.footer__top-link{
    color:#15B742
}
.footer__top-tlt {
    font-size: 24px;
    color: #262626;
    line-height: 120%;
    font-family: RotondaC, Arial;
    margin: 0px 0px 16px 0px;
}
.footer__top-desc {
    color: #BABABA;
    font-size: 16px;
    line-height: 140%;
    max-width: 410px;
}
.footer__top-btn {
    padding: 19px 20px;
    color: #15B742;
    width: 27.1%;
}
.footer__top-brands {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer__top-brand {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px rgb(117 117 117 / 14%);
    margin: 0px 14px 0px 0px;
    background-position: 45% 40%;
    background-repeat: no-repeat;
    background-size: 80px;
    transition: .2s all;
}

.footer__top-brand-vk:before,
.footer__top-brand-sw:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    background-position: 45% 40%;
    background-repeat: no-repeat;
    background-size: 80px;
    opacity: 0;
    transition: .2s all;
}
.footer__top-brand-vk:before {
    background-image: url(/download_file.html?file_id=7087155754959617784);
    opacity: 0;
}
.footer__top-brand-sw:before {
    background-image: url(/download_file.html?file_id=7087155609148664026);
    opacity: 0;
}

.footer__top-brand:last-child {
    margin: 0px 0px 0px 0px;
}
.footer__top-brand-vk {
    background-image: url(/download_file.html?file_id=7087155699991612335);
    opacity: 1;
}
.footer__top-brand-sw {
    background-image: url(/download_file.html?file_id=7087155561928982498);
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
}
.footer__bottom-side {
    min-width: 280px;
    margin-bottom:30px
}
.footer__bottom-tlt {
    color: #BABABA;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}
.footer__bottom-numb {
    color: #262626;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    font-family: RotondaC, Arial;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.footer__bottom-item {
    margin: 0px 0px 35px 0px;
}
.footer__bottom-item:last-child {
    margin: 0px 0px 0px 0px;
}
.footer__bottom-num {
    color: #262626;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.04em;
    font-family: RotondaC, Arial;
}
.footer__bottom-ds {
    color: #BABABA;
    font-size: 14px;
}
.footer__copyright {
    border-top: 1px solid #EFEFEF;
}
.footer__copyright-inner {
    font-size: 14px;
    color: #BABABA;
    line-height: 150%;
    padding: 40px 0;
}
.footer__copyright-inner a {
    font-size: 14px;
    color: #BABABA;
}
/* FOOTER END */


.main {
    /*min-height: 500px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;*/
}

.main__distance {
    padding: 30px 0;
}

.main__side {
    /*display: flex;
    justify-content: center;
    padding: 48px 0px;

    flex: 0 0 131px;
    border-right: 1px solid #EFEFEF;*/
}
.main-side {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;

    width: 100%;
    max-width: 131px;
    border-right: 1px solid #EFEFEF;

    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    z-index: 100;

    background-color: #fff;
}
body.sidebar--active .main-side {
    max-width: 1022px;
}
body.sidebar--active .header__logo {
    width: 50%;
    align-items: flex-start;
    padding-left: 31px;
    border-right: 1px solid #EFEFEF;
}

.main-side__buttons {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-start;
}
.side-buttons {
}

.side-buttons__parent {
    width: 100%;
}
.buttons-parent__icons {}

.side-buttons__back {
    display: none;
}
.side-buttons__child {
    display: none;
}
.side-buttons__child-tab{
	display:none
}
.side-buttons__child-tab--active{
	display:block
}
.side-buttons__child ul {
    padding: 0;
    margin: 0;
}
.side-buttons__child ul li {
    list-style-type: none;
}
.side-buttons__child ul li a {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 120%;
    padding: 22px 53px;
}
body.sidebar--active  .side-buttons__child {
    display: block;
}


body.sidebar--active .side-buttons__parent {
    width: 50%;
    border-right: 1px solid #EFEFEF;
}
body.sidebar--active .side-buttons__child {
    width: 50%;
}

body.sidebar--active .side-buttons__name {
    display: block;
}
body.sidebar--active .side-buttons__next {
    display: block;
}

.side-buttons__parent,
.side-buttons__child {
    padding-top: 48px;
}


.side-buttons__wr-item {
    display: flex;
    justify-content: flex-start;
}
.side-buttons__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 53px;

    flex-grow: 1;
}
.side-buttons__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.side-buttons__name {
    color: #000;
    font-size: 20px;
    line-height: 110%;
    margin-left: 45px;
    transition: .2s all;

    display: none;
}
.side-buttons__img {
}
.side-buttons__next {
    width: 115px;
    min-width: 115px;
    cursor: pointer;

    background-image: url(/download_file.html?file_id=7144528481437479038);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10px;
    transition: .2s all;

    display: none;
}
.main__content {
    width: 100%;
    flex-grow: 1;
    background-color: #f4f5f9;
}
.main-content {
}
.main-content__inner {
    padding: 30px 0;
}

.hero-section {
}
.hero-section__inn {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.index {
}
.index-breadcrumbs {
    margin-bottom: 11px;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;

    display: flex;
	flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
}
.breadcrumbs ul li {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 120%;
    list-style-type: none;

    margin-right: 10px;
}
.breadcrumbs ul li a {
    color: #000;
    font-size: 14px;
    line-height: 120%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 22px;
    white-space: nowrap;
}
.breadcrumbs ul li a::after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 12px;
    min-width: 12px;
    height: 12px;
    color: #7A7A7A;

    position: absolute;
    top:50%;
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    z-index: 1;
}
.index-title {
    margin: 0 !important;
}

.hero-section__main-slider {
    width: 100%;
    max-width: 1200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.hero-section__main-slider .slick-dots{
    margin: 0;
    padding: 0;
    position: absolute;
    left: auto;
    right: 38px;
    bottom: 40px;
}
.hero-section__main-slider .slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.hero-section__main-slider .slick-dots li button{
    outline: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 8;
    transition: .3s all;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    transition: .2s all;
}
.hero-section__main-slider .slick-dots li.slick-active button{
    width: 20px;
    background: #E73137;
}


.main-slider {
	
}
.hero-section__main-slider .slick-list {
    height: 100%;
}
.hero-section__main-slider .slick-track {
    height: 100%;
}
.main-slider__item {
    position: relative;
    min-height: 447px;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
	overflow:hidden
}
.main-slider__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 65px 40px;
	min-width:354px;
	width:354px;
    gap: 24px;
    height: 100%;
}
.main-slider__tlt {
    color: #262626;
    font-size: 37px;
    font-weight: 500;
    line-height: 140%;
    max-width: 244px;
	position:relative;
	z-index: 5;
}
.main-slider__tlt[data-size='Средний']{
	font-size: 32px
}
.main-slider__tlt[data-size='Маленький']{
	font-size: 24px
}
.main-slider__btn {
    padding: 16px 46px;
	z-index: 5;
}
.main-slider__bg {
    width: 100%;
    height: 100%;
	position:relative
}
.main-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.main-slider__circle{
	position: absolute;
    display: block;
    width: 947px;
    height: 947px;
    top: -180px;
    border-radius: 50%;
    left: 354px;
    z-index: 3;
	box-shadow: -600px 0 0 0px
}
.hero-section__banner-slider {
    width: 100%;
    max-width: 430px;
    border-radius: 12px;
    overflow: hidden;
}
.banner-slider {
}
.banner-slider__item {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.banner-slider__image {
    width: 100%;
    height: 240px;
    position: relative;
	display:block;
    border-radius: 12px;
    overflow: hidden;
}
.banner-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slider__text {
    padding: 15px 40px 30px;
	min-height: 207px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap:24px;
}
.banner-slider__subtlt {
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    max-width: 325px;
}
.banner-slider__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.banner-slider__date {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    padding: 8px 21px;
    letter-spacing: 0.04em;

    border-radius: 12px;
    background: #F3F3F3;
}
.banner-slider__date span {
}
.banner-slider__arrow {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.slider-arrow {
}
.slider-arrow__item {
    width: 52px;
    min-width: 52px;
    height: 52px;

    background: #fff;
    border-radius: 50%;
    cursor: pointer;

    background-image: url(/download_file.html?file_id=7144528994949558440);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 27px;
}
.slider-arrow__item--prev {
    box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.14);
    transform: rotate(-180deg);
}
.slider-arrow__item--next {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
}




.events-list {
}
.events-list__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}
.events-list__item {
    display: block;
    width: calc(100% / 4 - 40px);
    margin: 0 20px;
}
.events-item {
}
.events-item__inn {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    height: 100%;
}
.events-item__image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.events-item__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-item__text {
    padding: 25px 40px;

    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}



.usefull {
}
.usefull__inner {
    display: flex;
    justify-content: flex-start;
    margin: 0 -20px;
}
.usefull__item {
    display: block;
    width: calc(100% / 6 - 40px);
    margin: 0 20px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 40px 40px;
}
.usefull-item {
}
.usefull-item__icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    margin-bottom: 24px;
}
.usefull-item__img {
    display: inline-block;
    vertical-align: top;
}
.usefull-item__txt {
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}


/* Страница История успеха START */
.success-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.success-list__wr-item {
    width: calc(100% / 3 - 40px);
    margin: 20px 20px;
}
.success-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;

    padding: 40px 40px;
    background-color: #fff;
}
.success-list__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;

    margin-bottom: 34px;
}
.success-list__image {
    width: 77px;
    min-width: 77px;
}
.success-list__picture {
    width: 100%;
    height: 77px;
    position: relative;
    margin-bottom: 24px;
}
.success-list__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.success-list__arrow {
    width: 21px;
    height: 25px;

    background-image: url(/download_file.html?file_id=7144529122394353479);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0 auto;
}
.success-list__tlt {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    color: #000000;
	max-width: 320px;
}
.success-list__text {
    margin-bottom: 30px;
}
.success-list__text ul {
    padding: 0;
    margin: 0;
}
.success-list__text ul li {
    list-style-type: none;
    display: block;
    color: #7A7A7A;
    font-size: 16px;
    line-height: 130%;
	position:relative;
	padding-left:24px;
	font-family: RotondaC;
}
.success-list__text ul li:before{
	position:absolute;
	left:-1px;
	top:0;
	line-height:140%;
	display:block;
	content:"→";
}
.success-list__text ul li:not(:last-child) {
    margin-bottom: 5px;
}
.success-list__btn {
    margin: auto 0px 0px 0px;
}
/* Страница История успеха END */

/* Страница FAQ START */
.faq {
}
.faq__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
}
.faq__body {
    flex: 0 1 1178px;
    background-color: #fff;
    padding: 57px 57px;
    border-radius: 12px;
}
.faq__item {
    padding: 13px 0;
    cursor: pointer;
    padding-left: 23px;
}
.faq__item:not(:last-child) {
    border-bottom: 1px solid rgb(117 117 117 / 20%);
}
.faq__main {
}
.faq__tlt {
    color: #000;
    font-size: 17px;
    line-height: 140%;
    font-weight: 500;
    position: relative;
    transition: .2s all;
}
.faq__item--active .faq__tlt {
    color: #15B742;
}
.faq__tlt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    min-width: 11px;
    height: 11px;

    background-image: url(/download_file.html?file_id=7144527964560652449);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:3px;
    left: -19px;
    z-index: 1;
}
.faq__item--active .faq__tlt::before {
    background-image: url(/download_file.html?file_id=7144527991005855009);
    transform: rotate(90deg);
}
.faq__contnent {
    color: #000;
    font-size: 16px;
    display: none;
    margin-top: 12px;
	line-height: 140%;
}
.faq__contnent p {
    margin: 0 0 0 0;
}
.faq__contnent ol,
.faq__contnent ul{
	margin-top:0;
	margin-bottom:0;
}
.faq__item--active .faq__contnent {
    display: block;
}
.faq__sidebar {
    flex: 0 1 432px;
}
.faq-sidebar {
}
.faq-sidebar__tlt {
    font-size: 24px;
    color: #000;
    margin-bottom: 40px;
	font-weight: 500;
}
.faq-sidebar__box {
}
.faq-sidebar__line {
}
.faq-sidebar__line:not(:last-child) {
    margin-bottom: 24px;
}
.faq-sidebar__btn {
}
/* Страница FAQ END */

/* Страница Преподаватели START */
.lecturer {
}
.lecturer__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 36px;
}
.lecturer__column {
    width: 50%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
}
.lecturer__item {
    padding: 40px 40px;
    border-radius: 12px;
    background-color: #fff;
}
.lect-person {
}
.lect-person__box {
    display: grid;
    grid-template-columns: 245px auto;
    grid-gap: 40px;
	align-items: start;
}
.lect-person__image {
    border-radius: 12px;
    overflow: hidden;
    grid-row: 1/3;
}
.lect-person__image picture {
    display: block;
    position: relative;
    padding-top: 122%;
    overflow: hidden;
    border-radius: 12px;
}
.lect-person__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lect-person__head {
    margin-bottom: -10px;
}
.lect-person__name {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
	text-align:left;
}
.lect-person__position {
}
.lect-person__position span {
    font-size: 13px;
    color: #000000;
    line-height: 130%;
    text-align: center;
    padding: 6px 15px;
    display: inline-block;
    vertical-align: top;
    background-color: #F0F0F0;
    border-radius: 20px;
	font-family: RotondaC;
}
.lect-person__text {
    font-size: 16px;
    color: #7A7A7A;
    line-height: 140%;
	font-family: RotondaC;
}
.lect-person__text p {
    margin: 0 0;
}
/* Страница Преподаватели END */

/* Страница Руководители START */
.news-single {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}
.news-single__body {
    flex: 0 1 1178px;

    padding: 40px 40px;
    background-color: #fff;
    border-radius: 12px;
}
.news-content {
}
.news-content__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;

    margin-bottom: 24px;
}
.news-content__date {
}
.news-content__date span {
    display: inline-block;
    vertical-align: top;

    font-size: 13px;
    line-height: 120%;
    padding: 6px 15px;
    color: #000;
    background-color: #F0F0F0;
    border-radius: 20px;
}
.news-content__share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.news-share {}
.news-share__tlt {
    font-size: 13px;
    color: #000;
    line-height: 130%;
}
.news-share__script {}
.news-share__script .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 24px !important;
    width: 24px !important;
    background-size: 19px 19px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.news-share__script .ya-share2__container_mobile .ya-share2__badge {
    border-radius: 5px !important;
}
.news-content__text {
}
.news-content__text p {
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 24px;
}
.news-content__text ul {
    padding: 0;
    margin: 0 0 24px 0;
}
.news-content__text ul li {
    list-style-type: none;
}
.news-content__text ul li:not(:last-child) {
    margin-bottom: 10px;
}
.news-content__list {
    margin: -16px -16px;
}
.content-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

    margin-top: 27px;
}
.content-list__item {
    border-radius: 12px;
    overflow: hidden;

    width: calc(100% / 4 - 32px);
    margin: 16px 16px;
}
.content-list__item picture {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.content-list__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-single__sidebar {
    flex: 0 1 432px;
}
.news-sidebar {
}
.news-sidebar__other {
}
.news-other {
}
.news-other__tlt {
    color: #000;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 40px;
}
.news-other__wr-body {
}
.news-other__body {
}
.news-other__item {
    display: flex;
    justify-content: flex-start;

    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}
.news-other__image {
    flex: 0 0 172px;
    min-height: 97px;
    position: relative;
}
.news-other__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-other__text {
    flex: 0 1 100%;
    padding: 11px 21px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	gap:5px
}
.news-other__text span {
    font-size: 13px;
    color: #C1C1C1;
    line-height: 120%;
    display: block;
}
.news-other__text strong {
    font-size: 15px;
    color: #000;
    line-height: 130%;
    display: block;
}
.news-other__btn {
}
/* Страница Руководители END */


/* Страница Карта курса START */
.coursemap {
}
.coursemap__head {
    margin-bottom: 54px;
}
.course-head {
}
.course-head__note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;

    background-color: #fff;
    border-radius: 12px;
    padding: 0px 0 0px 8px;

    margin-bottom: 35px;
}
.course-head__note span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 31px;

    color: #000;
    font-family: RotondaC;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.course-head__note span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    min-width: 23px;
    height: 23px;

    background-image: url(/download_file.html?file_id=7144528191528860628);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.course-head__wr-close {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.course-head__done {
    min-width: 18px;
    height: 12px;
}
.course-head__img {
    display: inline-block;
    vertical-align: top;
}
.course-head__close {
    cursor: pointer;
    padding: 15px 22px 15px 6px;
}
.course-head__close picture {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.course-head__button {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.course-head__btn {
}
.course-head__btn--blocked {
    background-color: #6FD08C;
}
.coursemap__body {
    display: flex;
    justify-content: flex-start;
    gap: 78px;
}
.coursemap__main {
    flex: 0 1 1185px;
}
.coursemap-main {
}
.coursemap--stat .coursemap-main__tlt {
	display:none
}
.coursemap-main__list {
}
.coursemap-list {
}
.coursemap-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;

    padding: 25px 30px;
    background-color: #fff;
    border-radius: 12px;
}
.coursemap-list__item:not(:last-child) {
    margin-bottom: 35px;
}
.coursemap-list__wrap {
}
.coursemap-list__tlt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    margin-bottom: 22px;
}
.coursemap-list__tlt strong {
    display: inline-block;
    vertical-align: top;

    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
}
.coursemap-list__tlt span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    border-radius: 12px;
    text-align: center;
    padding: 4px 14px;
}
.coursemap-list__tlt-done {
    background-color: #8ED100;
}
.coursemap-list__tlt-done--not {
    background-color: #ADB1B9;
}
.coursemap-list__dates {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 42px;
	flex-wrap: wrap;
}
.coursemap-dates {
}
.coursemap-dates__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
	font-family: RotondaC;
}
.coursemap-dates__name {
    color: #ADB1B9;
    font-size: 16px;
    line-height: 120%;
}
.coursemap-dates__val {
    color: #000;
    font-size: 16px;
    line-height: 120%;
}
.coursemap-list__btn {
}
.coursemap__sidebar {
    flex: 0 1 399px;
    padding-top: 81px;
}
.coursemap--stat .coursemap-sidebar {
	padding-top:0;
}
.coursemap-sidebar__stats {
    padding: 31px 25px;
	
    background-color: #fff;
    border-radius: 12px;
}
.coursemap-sidebar__tlt {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;

    margin-bottom: 42px;
}
.coursemap-sidebar__loading {
    margin-bottom: 40px;
}
.coursemap-loading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}
.coursemap-loading__name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    gap: 20px;
}
.coursemap-loading__line {
    width: 128px;
    min-width: 128px;
    height: 15px;

    border-radius: 12px;
    background: #F3F3F3;
    position: relative;
}
.coursemap-loading__line span {
    display: inline-block;
    vertical-align: top;

    position: absolute;
    top:2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    z-index: 1;

    border-radius: 12px;
    background:#ddd;
	max-width:10%;
}
.coursemap-loading__line--0 span{
	background:#546e7a;
	max-width:10%;
}
.coursemap-loading__line--1 span{
	background:#15B742;
	max-width:50%;
}
.coursemap-loading__line--2 span{
	background:#15B742;
	max-width:100%;
}
.coursemap-loading__line--3 span{
	background:#c00;
	max-width:50%;
}
.coursemap-loading__line--4 span{
	background:#15B742;
	max-width:100%;
}
.coursemap-loading__line--5 span{
	background:#666;
	max-width:50%;
}

.coursemap-sidebar__passed {
    margin-bottom: 40px;
}

.color-plan,
.color-plan a{
	background-color: #ffac3e !important;
	color: #FFFFFF !important;
}

.color-project,
.color-project a{
	background-color: #adb1b9 !important;
	color: #FFFFFF !important;
}

.color-cancel,
.color-cancel a{
	background-color: #ff606f !important;
	color: #FFFFFF !important;
}

.color-finish,
.color-finish a{
	background-color: #8c80c8 !important;
	color: #FFFFFF !important;
}

.color-fail, .color-failed,
.color-fail a, .color-failed a{
	background-color: #ff606f !important;
	color: #FFFFFF !important;
}

.color-success,
.color-success a{
	background-color: #8ed100 !important;
	color: #FFFFFF !important;
}
.color-viewed,
.color-viewed a{
	background-color: #8c80c8 !important;
	color: #FFFFFF !important;
}

.color-process,
.color-process a{
	background-color: #8ed100 !important;
	color: #FFFFFF !important;
}

.color-archive,
.color-archive a{
	background-color: #fff59b !important;
	color: #FFFFFF !important;
}

.coursemap-sidebar__dates {
}
.coursemap-sidebar__dates p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 5px 0;
}



.coursemap-sidebar .h-panel__dashboard-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.coursemap-sidebar .h-panel__dashboard-image {
    width: 82px;
    height: 82px;
    position: relative;
    z-index: 1;
    display: block;
}

.coursemap-sidebar .h-panel__dashboard-txt {
    margin: 0px 0px 0px 10px;
}

.coursemap-sidebar .h-panel__dashboard-image .value {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 19px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.coursemap-sidebar .h-panel__dashboard-image svg {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    min-width: 82px;
    height: 82px;
}

.coursemap-sidebar .h-panel__dashboard-tlt {
    font-size: 16px;
    color: #262626;
    line-height: 130%;
    margin: 0px 0px 12px 0px;
    display: inline-block;
    transition: color .2s;
}

.coursemap-sidebar .h-panel__dashboard-val {
    color: #BABABA;
    font-size: 14px;
    display: block;
}
/* Страница Карта курса END */

/* Страница Profile START */
.profile {
}
.profile__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}



.profile__head {
    padding: 40px 101px 20px 40px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;

    margin-bottom: 80px;
}
.person {
}
.person__card {
}
.card {
}
.card__top {
    display: flex;
    justify-content: flex-start;
    gap: 40px;

    margin-bottom: 30px;
}
.card__image {
    flex: 0 0 218px;
    border-radius: 12px;
    overflow: hidden;
	background:#F4F5F9 url(/download_file.html?file_id=7144528249777715300) no-repeat 50% 50% / 100px;
	border:1px solid #E4E4E6
}
.card__image picture {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.card__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card__force {
}
.card__atlt {
    margin-bottom: 40px;
}
.card__name {
    color: #000000;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 4px;
}
.card__drop {
    display: none;
}
.card__marker {
    display: flex;
    justify-content: flex-start;
    gap: 9px;
}
.card-marker {
}
.card__marker--mobile {
    display: none;
}
.card-marker__item {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    padding: 6px 15px;

    border-radius: 12px;
    background: #F0F0F0;
}
.card__load-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}





.card__load-wrapper .h-panel__dashboard-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 169px;
}

.card__load-wrapper .h-panel__dashboard-image {
    width: 82px;
    height: 82px;
    position: relative;
    z-index: 1;
    display: block;
}

.card__load-wrapper .h-panel__dashboard-txt {
    margin: 0px 0px 0px 10px;
}

.card__load-wrapper .h-panel__dashboard-image .value {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 19px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.card__load-wrapper .h-panel__dashboard-image svg {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    min-width: 82px;
    height: 82px;
}

.card__load-wrapper .h-panel__dashboard-tlt {
    font-size: 16px;
    color: #262626;
    line-height: 130%;
    margin: 0px 0px 12px 0px;
    display: inline-block;
    transition: color .2s;
}

.card__load-wrapper .h-panel__dashboard-val {
    color: #BABABA;
    font-size: 14px;
    display: block;
}

.card__round-appear {
    display: none;
}




.card__bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.card-cunt {
}
.card-cunt__wr-exit {
    flex: 0 0 258px;
}
.card-cunt__wr-exit--mobile {
    display: none;
}
.card-cunt__exit {
    display: inline-block;
    vertical-align: top;

    color: #BABABA;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;

    padding-right: 20px;
    position: relative;
}
.card-cunt__exit::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    min-width: 12px;
    height: 12px;

    background-image: url(/download_file.html?file_id=7144528170053530050);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.card-cunt__reward {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.card-reward {
}
.card-reward__item {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
	min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	position:relative;
	overflow:hidden;
	z-index: 2;
}
.card-reward__item span {
    display: inline-block;
    vertical-align: top;
    padding-left: 37px;
    position: relative;
    white-space: nowrap;
}
.card-reward__item span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    min-width: 26px;
    height: 25px;

    background-image: url(/download_file.html?file_id=7144528269106117000);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.card-reward__info{
	position: absolute;
    bottom: 100%;
    left: -15px;
    background: #fff;
    line-height: 140%;
    max-width: 300px;
    min-width: 310px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    font-size: 13px;
    padding: 20px 20px;
    margin-bottom: 50px;
    transition: .2s all;
    opacity: 0;
    box-shadow: 0px -1px 22px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    flex-direction: column;
}
.card-reward__info:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    bottom: -5px;
    left: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.03);
	z-index:1;
}
.card-reward__info:before{
	content:"";
	display:block;
	position:absolute;
	background:#fff;
	left:0;
	right:0;
	bottom:0;
	height:12px;
	z-index:2;
}
.card-reward__item:hover{
	overflow:visible
}
.card-reward__item:hover .card-reward__info{
	margin-bottom:15px;
	opacity:1;
}
.person__details {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	padding-top:36px;
    flex: 0 1 464px;
}
.person-details {
}
.person-details__list {
    width:100%;
    margin-bottom: 9px;
}
.person__details--active .person-details__show-more span::before {
    transform: rotate(180deg) translateY(50%);
}
.person-details__line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}
.person-details__line:not(:last-child) {
    margin-bottom: 8px;
}
.person-details__name {
    flex: 0 0 152px;

    color: #15B742;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding-left: 22px;
    position: relative;
}
.person-details__name::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    min-width: 14px;
    height: 14px;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.person-details__line--hide{
	display:none
}
.person__details--active .person-details__line--hide {
    display:flex;
}
.person-details__name--login::before {
    background-image: url(/download_file.html?file_id=7144528842214829696);
}
.person-details__name--birth::before {
    background-image: url(/download_file.html?file_id=7144528894530418971);
}
.person-details__name--position::before {
    background-image: url(/download_file.html?file_id=7144528920559222411);
}
.person-details__name--place::before {
    background-image: url(/download_file.html?file_id=7144528949525036350);
}
.person-details__name--phone::before {
    background-image: url(/download_file.html?file_id=7144528973467218027);
}
.person-details__name--email::before {
    background-image: url(/download_file.html?file_id=7147902989996222950);
}
.person-details__name--med::before {
    background-image: url(/download_file.html?file_id=7147902915108008862);
}
.person-details__name--otpusk::before {
    background-image: url(/download_file.html?file_id=7147902989996222950);
}
.person-details__name--card::before {
    background-image: url(/download_file.html?file_id=7147902834032835764);
}
.person-details__val {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.person-details__show-more {
    cursor: pointer;
    margin-bottom: 15px;
}
.person-details__show-more span {
    display: inline-block;
    vertical-align: top;

    color: #ACACAC;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;

    padding-left: 22px;
    position: relative;
}
.person-details__show-more span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;

    background-image: url(/download_file.html?file_id=7144528133804118039);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.person-details__btn {
    display: inline-block;
    vertical-align: top;

    margin: auto 0 0 0;
}





















.profile__body {
}
.profile__nav {
    margin-bottom: 60px;
}
.profile-nav {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.profile-nav__item {
    display: inline-block;
    vertical-align: top;

    color: #15B742;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;

    padding: 17px 32px;
    background-color: #fff;
    border-radius: 12px;
    transition: .2s all;
    cursor: pointer;
}
.profile-nav__item--active {
    color: #fff;
    background-color: #15B742;
}
.profile__content {
}
.profile__tab-career {
}
.profile-career {
}
.profile-career__body {
    padding: 40px 40px;
    border-radius: 12px;
    background-color: #fff;

    border-radius: 0 0 12px 12px;
    margin-bottom: 35px;
}
.profile-career__top {
    display: flex;
	align-items: flex-start;
    justify-content: space-between;
    gap: 24px;

    /*margin-bottom: 40px;*/

    padding: 40px 40px 0;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}
.career-top {
}
.career-top__tumbler {
    display: flex;
    justify-content: flex-start;
    gap: 3px;

    border-radius: 12px;
    background: #EBEBEB;
    padding: 3px 3px;
}
.tumbler {
}
.tumbler__item {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;

    padding: 14px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s all;
}
.tumbler__item--active {
    background-color: #fff;
}
.career-top__search {
    flex: 0 1 435px;
}
.career-top__search-input {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background: #fff;
    padding: 16px 25px !important;

    color: #D9D9D9;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    height: 100%;
}
.career-top__buttons {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.career-top__btn {
}
.career-top__trigger {
    display: none;
}
.career-top__trigger-img {
    display: inline-block;
    vertical-align: top;
}
.career-top__period{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.profile-career__list {
}
.career-list {
}
.career-list__item:first-child {
    border-top: 1px solid #ebebeb;
}
a.career-list__item:hover,
.career-list__item[data-href]:hover{
	background:#00000005
}
.career-list__item {
    display: flex;
	color:inherit;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;

    padding: 40px 0;
    border-bottom: 1px solid #ebebeb;
}
.career-list__person {
}
.career-list__name {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.career-list__name:not(:last-child){
    margin-bottom: 11px;
}
.career-list__date .career-list__number:not(:last-child){
    margin-bottom: 11px;
}
.career-list__name span {
    color: #000;
}
.career-list__position {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.career-list__position span {
    color: #15B742;
    font-weight: 500;
}
.list-position__persent {
    color: #000000;
    font-weight: 700;

    padding-left: 12px;
    position: relative;
}

.list-position__persent::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    min-width: 10px;
    height: 10px;

    background-image: url(/download_file.html?file_id=7144528098851739744);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.list-position {
}
.list-position__persent {
}
.career-list__date {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
	text-align:right
}
.profile-career__btn {
    width: 100%;
}

.profile-career__appear {
    display: none;
}
.appear-btn {
}
.appear-btn__btn {
}
/* Страница Profile END */

/* Страница Education START */
.profile__nav {
}
.profile-nav {
}
.profile-nav__item {
}
.profile-nav__item--active {
}
.profile__content {
}
.profile__tab-edu {
}
.profile-edu {
}
.profile-edu__wrapper {
    margin-bottom: 40px;
}
.edu-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}
.edu-head__panel {
    display: flex;
    justify-content: flex-start;
    gap: 74px;
}
.edu-head__nav {
}
.edu-nav {
    display: flex;
    justify-content: flex-start;
    gap: 3px;

    border-radius: 12px;
    background: #EBEBEB;
    padding: 3px 3px;
}
.profile-edu__notfound{
    padding: 14px 20px;
}
.edu-nav__item {
}
input + label.edu-nav__item-label,
.edu-nav__item-label{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 14px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: .2s all;
    position: relative;
}
input.edu-nav__item-input + .edu-nav__item-label:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background-color: #D9D9D9;

    position: absolute;
    top:6px;
    bottom: 6px;
    left: auto;
    right: 0;
    z-index: 1;
}
input.edu-nav__item-input + .edu-nav__item-label:after,
input.edu-nav__item-input + .edu-nav__item-label:before{
	display:none
}
input.edu-nav__item-input:checked + .edu-nav__item-label:after,
.edu-nav__item:last-child .edu-nav__item-label:after {
    display: none;
}
input.edu-nav__item-input:checked + .edu-nav__item-label {
    background-color: #fff;
}
.edu-head__wr-search {
    flex: 0 1 277px;
}
.edu-head__search-input,
.edu-nav__select,
.edu-head__search-date-period {
    width: 100%;
    border-radius: 12px;
    padding: 16px 25px !important;
    font-size: 16px;
    line-height: 120%;
	box-sizing:border-box;
}
.edu-nav__select{
	padding-right:40px !important
}
.edu-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.edu-list__item {
    display: inline-block;
    vertical-align: top;
    position: relative;

    width: calc(100% / 4 - 40px);
    margin: 20px 20px;

    background-color: #fff;
    border-radius: 12px;
}
.edu-list__type {
    position: absolute;
    top:24px;
    left: 24px;
    z-index: 5;

    padding: 4px 8px;
    border-radius: 10px;
    background-color: #fff;
}
.edu-list__type span {
    color: #7A7A7A;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;

    padding-left: 15px;
    position: relative;
}
.edu-list__type span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    min-width: 10px;
    height: 10px;

    background-color: #000;
    border-radius: 50%;

    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.edu-list__type--yes span::before {
    background-color: #15B742;
}
.edu-list__type--no span::before {
    background-color: #FF3629;
}
.edu-list__image {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.edu-list__image picture,
.events-item__image picture{
	position:relative;
	display:block;
	padding-top:58%
}
.edu-list__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.edu-list__text {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    padding: 25px 40px;
}
.profile-edu__btn {
    display: block;
    width: 100%;
    background-color: #fff;
}
/* Страница Education END */

/* Страница мобильное меню START */
.mobile-menu {
    padding: 11px 0 13px;
    background-color: #fff;

    position: fixed;
    top:auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;

    display: none;
	box-shadow: 0 0 10px #0000001a;
}
.mobile-menu__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu__item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.mobile-menu__image {
    width: 24px;
    min-width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto 3px;
}
.mobile-menu__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-menu__text {
    font-size: 12px;
    line-height: 120%;
    color: #262626;
}
/* Страница мобильное меню END */

.login_form__wrap{
	display:flex;
	align-items: center;
    justify-content: center;
	gap:64px
}
.login_form{
	box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 12px;
	max-width: 530px;
	width:100%;
    margin: 70px 0;
	overflow:hidden;
	background: #fff;
}
.login_form__container{
	padding:30px 40px;
}
.login_form__foot{
	padding: 25px 40px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
}
.login_form__foot-text{
	margin-right: 20px;
    color: #c6c6c6;
    line-height: 140%;
}
.login_form__buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	margin:0 -10px;
}
.login_form__buttons .btn{
	margin:10px;
}
.login_form__title{
	font-weight: 500;
    line-height: 140%;
    font-size: 26px;
    margin-bottom: 18px;
}
.login_form__desc{
	margin-bottom:18px;
	font-family: RotondaC, CeraRoundPro, sans-serif;
	color:#434343;
	font-size:17px;
}
.login_form__text{
	color: #707070;
    max-width: 487px;
    font-family: RotondaC, CeraRoundPro, sans-serif;
    font-size: 17px;
	width:100%;
}
.login_form__mess{
	margin-bottom: 20px;
    background: #ffd5d5;
    border-radius: 7px;
    padding: 10px 20px;
    color: red;
}
.xs_input{
	margin-bottom:20px;
}
.xs_input__label{
	margin-bottom: 5px;
    font-size: 13px;
    color: #BABABA;
    font-weight: 300;
}
.xs_input__container{
	position:relative;
}
.xs_input__showpass{
	position: absolute;
    width: 45px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
	background: url(/download_file.html?file_id=7091628838647471315) no-repeat 50% 50% / 14px;
}
input[type=text] + .xs_input__showpass{
	background-image: url(/download_file.html?file_id=7091628805717983872)
}
body.not_auth main,
body.not_auth .footer{
	margin-left:0;
	border-left:0;
}
body.not_auth .container,
body.not_auth .header__inner{
	max-width: 1488px;
}
body.not_auth .header__inner{
	padding:0 60px;
	margin:0 auto;
}
body.not_auth .header__line{
	border:none
}
body.not_auth .header__line .container{
	padding:0;
}
body.not_auth .header__wr-logo{
	flex: 0 0 70px;
}

/* Календарь START */
.wr-calendar-form {
    margin: 0px 0px 20px 0px;
}
.calendar-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-form__side {
    width: 84%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.calendar-form__item {
    width: 100%;
    position: relative;
    z-index: 5;
	max-width:220px;
    margin: 0px 15px 0px 0px;
}
.placeholder-empty .calendar-form__head {border: 1px solid #EFEFEF}
.placeholder-empty .calendar-form__name {color: #BABABA;}
.placeholder-empty .calendar-form__arrow {}
.calendar-form__item:first-child {
    width: 154px;
    min-width: 154px;
}
.calendar-form__item:last-child {
    margin: 0px 0px 0px 0px;
}
.calendar-form__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding: 18px 24px;
    border: 1px solid #EFEFEF;
    border-radius: 12px;
    transition: .2s all;
    cursor: pointer;
    max-width: 220px;
	background:#fff
}
.calendar-form__item.active .calendar-form__head,
.calendar-form__item:hover .calendar-form__head {
    border: 1px solid #BCEECA;
}
.calendar-form__name,
input.calendar-form__name{
    font-size: 16px;
    color: #262626;
    font-weight: 500;
	line-height: 143%;
    margin: 0px 15px 0px 0px;
    max-width: 160px;
    overflow: hidden;
	border:0;
	padding: 0;
    border-radius: 0;
}
.calendar-form__arrow {
    position: relative;
    z-index: 1;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
}
.calendar-form__arrow:before,
.calendar-form__arrow:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 7px;
}
.calendar-form__arrow:before {
    position: relative;
    top: 0;
    left: 0;
    background-image: url(/download_file.html?file_id=7087154634573512504);
    opacity: 1;
}
.calendar-form__arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(/download_file.html?file_id=7087154661324931572);
    opacity: 0;
}
.calendar-form__item.active .calendar-form__arrow:before {
    opacity: 0;
}
.calendar-form__item.active .calendar-form__arrow:after {
    transform: rotate(-180deg);
    opacity: 1;
}
.calendar-form__body {
    padding: 15px 0;
    position: absolute;
    top: 100%;
	margin-top:12px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgb(117 117 117 / 14%);
    border-radius: 12px;
    display: none;
}
.calendar-form__item.active .calendar-form__body {
    display: block;
}
.calendar-form__body-item {
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 24px;
    cursor: pointer;
    margin: 0px 0px 4px 0px;
    transition: .2s all;
}
.calendar-form__body-item:hover {
    color: #15B742;
}
.calendar-form__body-item:last-child {
    margin: 0px 0px 0px 0px;
}
.calendar-form__body-chooseall {
}
.calendar-form__colored {
}
.calendar-form__colored-one {
}
.calendar-form__colored-two {
}
.calendar-form__colored-three {
}
.calendar-form__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.calendar-form__nav-item {
    width: 64px;
    min-width: 64px;
    height: 62px;
    border: 1px solid #EFEFEF;
    border-radius: 12px;
    margin: 0px 0px 0px 14px;
    transition: .2s all;
    position: relative;
    z-index: 1;
	cursor:pointer;
	background:#fff;
}
.calendar-form__nav-item:before,
.calendar-form__nav-item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-image: url(/download_file.html?file_id=7087154514756165190);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 9px;
    transition: .2s all;
}
.calendar-form__nav-item:before {
    opacity: 1;
}
.calendar-form__nav-item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(/download_file.html?file_id=7087154541048626206);
    opacity: 0;
    transform: rotate(180deg);
}
.calendar-form__nav-item:hover:before {
    opacity: 0;
}
.calendar-form__nav-item:hover:after {
    opacity: 1;
}
.calendar-form__nav--left {
}
.calendar-form__nav--right {
    transform: rotate(180deg);
}
.calendar-lights {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 22px 0px;
}
.calendar-lights__item {
    width: 148px;
    min-width: 148px;
    margin: 0px 24px 0px 0px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.calendar-lights__item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0px 12px 0px 0px;
}
.calendar-lights__item-name {
    font-size: 12px;
    color: #7A7A7A;
}

.calendar-form__body-item[data-value=Очные],
.calendar-form__body-item[data-value=Zoom],
.calendar-form__body-item[data-value=ТренингCпэйс]{
	white-space:nowrap
}
.calendar-form__body-item[data-value=Очные]:before,
.calendar-form__body-item[data-value=Zoom]:before,
.calendar-form__body-item[data-value=ТренингCпэйс]:before{
	content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    margin-top: -2px;
    line-height: 100%;
    vertical-align: middle;
}

.calendar-lights__item-one:before,
.calendar-form__body-item[data-value=Очные]:before{
    background-color: #64C7FF;
}
.calendar-lights__item-two:before,
.calendar-form__body-item[data-value=Zoom]:before{
    background-color: #FF7996;
}
.calendar-lights__item-three:before,
.calendar-form__body-item[data-value=ТренингCпэйс]:before{
    background-color: #41E66F;
}


.calendar-lights__item-four:before {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
}
.calendar-lights__item-four:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background-color: #E73137;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
}
.calendar-wrtable {
    margin: 0px 0px 24px 0px;
}
.calendar-table {
    width: 100%;
    border-collapse: collapse;
	border-bottom: 1px solid #efefef;
	border-radius: 12px;
    overflow: hidden;
}
.calendar-table__tr {
}
.calendar-table__td {
    width: 22.86%;
	position:relative;
    padding: 20px;
    border: 1px solid #EFEFEF;
	vertical-align:bottom;
	background:#fff
}
.calendar-table__td:last-child {
    width: 8.56%;
    min-width: 112px;
    background: #FCFCFC;
}
.calendar-table__td.current {
    background-color: #F5FFF8;
    z-index: 1;
    border-right: 1px solid #CEF3D8;
}
.calendar-table__td.current:before,
.calendar-table__td.current:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #CEF3D8;
    position: absolute;
    z-index: 2;
}
.calendar-table__td.current:before {
    top: 0;
    left: 0;
    right: 0;
}
.calendar-table__td.current:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #CEF3D8;
}
.calendar-table__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:auto;
	padding: 20px;
}

.calendar-table__inner {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 185px;
	padding-top:55px
}
.calendar-table[data-period='Неделя'] .calendar-table__inner{
    min-height: 300px;
}

.calendar-table__numb {
    font-size: 20px;
    color: #262626;
    font-weight: 500;
}
.calendar-table__day {
    font-size: 20px;
    color: #7A7A7A;
    line-height: 140%;
    font-weight: 500;
}

.calendar-table__date.status-back .calendar-table__numb {
    color: #BABABA;
}
.calendar-table__item {
    display: block;
    width: 100%;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    color: #1C5E2E;
    background: #BCF4CC;
    border-radius: 8px;
    margin: 0px 0px 8px 0px;
    position: relative;
    z-index: 1;
	line-height:140%;
    transition: .2s all;
	cursor:pointer;
    border: 1px solid transparent;
}
.calendar-table__item:before,
.calendar-table__item:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: auto;
    z-index: 2;
    transform: translateY(-50%);
    display: none;
}
.calendar-table__item:before {
    right: 12px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.calendar-table__item:after {
    width: 6px;
    height: 6px;
    right: 15px;
}


.calendar-table__item:last-child {
    margin: 0px 0px 0px 0px;
}
.calendar-table__item-one {
    color: #274F9D;
    background: #AAE0FF;
}
.calendar-table__item-two {
    color: #98253E;
    background: #FFDEE5;
}
.calendar-table__item:hover{
	background:#9defb4
}
.calendar-table__item-one:hover{
    background: #8ccef3;
}
.calendar-table__item-two:hover{
    background: #f9cdd6;
}
.calendar-table__color-one:before {
    display: block;
}
.calendar-table__color-one:after {
    display: block;
    background-color: #E73137;
}
/* Календарь END */


/* Попап календаря START */
.xs-calendar {
    background-color: #fff;
    padding: 24px;
    max-width: 100%;
    width: 666px;
}
.xs-calendar__inner {
}
.xs_calendar__title {
    font-size: 32px;
    color: #262626;
	font-weight: 500;
    line-height: 120%;
    margin: 0px 0px 40px 0px;
}
.xs_calendar__subtitle {
    font-size: 26px;
    color: #262626;
	font-family: RotondaC, Arial;
    line-height: 120%;
    margin: 0px 0px 20px 0px;
	max-width: 500px;
}
.xs_calendar__title-desc{
	font-size: 15px;
    font-family: CeraRoundPro, Arial, sans-serif;
}
input[type="text"].career__reserves-filter-position,
input[type="text"].career__reserves-filter-division{
	max-width:220px;
	margin-right:15px;
	margin-bottom:15px;
	border: 1px solid #ddd;
    height: 38px;
    border-radius: 19px;
}
input[type="text"].career__reserves-filter-position:focus,
input[type="text"].career__reserves-filter-division:focus{
	border-color:#15b742!important
}
.career__reserves-filter-completed{
	max-width: 220px;
	margin-bottom:15px;
	border: 1px solid #ddd;
    padding: 0 30px 0 15px;
    border-radius: 19px;
    font-size: 13px;
    height: 38px;
	min-width: 170px;
    background: url(/download_file.html?file_id=6660025694597165767) no-repeat top 50% right 18px;
    -webkit-appearance: none;
    cursor: pointer;
}
.xs-calendar__body {
}
.xs-calendar__item {
    margin: 0px 0px 32px 0px;
}
.xs-calendar__item--flex{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.xs-calendar__set-button{
	padding:14px 30px
}
.xs-calendar__item-collaborator-phone-copy svg{
	width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
	fill:#919191;
	cursor:pointer;
}
.xs-calendar__item-collaborator-comment{
	font-size:13px
}
.xs-calendar__item-collaborator-phone-copy svg:hover{
	fill:#15B742;
}
.xs-calendar__set{
	display:none
}
.xs-calendar__item-collaborators--selected + .xs-calendar__set{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    white-space: nowrap;
    left: 0;
    right: 16px;
    bottom: 20px;
    max-width: 836px;
    background: #fafafa;
    margin: auto;
    z-index: 1;
    border-radius: 24px;
    padding: 15px 24px;
}
.xs-calendar__set-select{max-width:260px;margin-right:20px}
.xs-calendar__set-message{margin-right:20px}
.xs-calendar__total{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	gap:10px 40px;
	margin-bottom:32px
}
.xs-calendar__total-item--request{
	margin-left:auto;
	color: #15B742;
}
.xs-calendar__total-item span{
	font-weight: 500;
    font-size: 15px;
	color: #e73137;
}
.xs-calendar__item:last-child {
    margin: 0px 0px 40px 0px;
}
.xs-calendar__item-tlt {
    color: #BABABA;
    font-size: 16px;
    line-height: 120%;
    margin: 0px 0px 14px 0px;
}
.xs-calendar__item-txt {
    font-size: 18px;
    color: #262626;
    line-height: 120%;
}
.xs-calendar__btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
	gap:20px
}
.xs-calendar__btns .btn{
	margin-top:20px
}
/* Попап календаря END */

/* Попап заявки START */
.pu_order {
    background: #FFFFFF;
    border-radius: 24px;
    text-align: center;
    width: 100%;
    max-width: 738px !important;
    padding: 60px 30px !important;
}
.pu_order__inner {
}
.pu_order__done {
    text-align: center;
    margin: 0px 0px 40px 0px;
}
.pu_order__done-img {
    display: inline-block;
    vertical-align: top;
    width: 94px;
    height: 94px;
}
.pu_order__title {
    font-size: 32px;
    color: #262626;
    line-height: 110%;
    text-align: center;
    margin: 0px 0px 16px 0px;
}
.pu_order__subtitle {
    font-size: 16px;
    color: #7A7A7A;
    line-height: 130%;
    text-align: center;
    margin: 0px 0px 40px 0px;
}
.pu_order__wr-back {
    text-align: center;
}
.pu_order__back {
    font-size: 16px;
    color: #15B742;
    font-weight: 500;
    border: 1px solid #15B742;
    padding: 17px 39px;
}
/* Попап заявки END */



/* База знаний START */
.baza {
}
.baza__inner {
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.trigger-baza__sidebar {
    display: none;
    width: 100%;
    height: 56px;
    background-color: #15B742;
    background-image: url(/download_file.html?file_id=7103883978591938650);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 12px;
    margin: 0px 0px 20px 0px;
    cursor: pointer;
    transition: .2s all;
}
.trigger-baza__sidebar.active {
    background-color: #129E39;
}
.baza__sidebar {
    width: 23.256%;
    max-width: 388px;
    padding: 14px 40px;
    box-sizing: border-box;
    border-radius: 12px;
	background:#fff;
}
.baza__sidebar-ul {
    padding: 0;
    margin: 0;
}
.baza__sidebar-li {
    display: block;
    border-bottom: 1px solid #EFEFEF;
}
.has-child {}
.baza__sidebar-li:last-child {
    border-bottom: none;
}
.baza__sidebar-link {
    display: block;
    font-weight: 400;
    line-height: 120%;
    padding: 20px 30px 20px 0;
    font-size: 18px;
    color: #262626;
    font-family: RotondaC;
    position: relative;
    z-index: 1;
    transition: .2s all;
}
.baza__sidebar-li.has-child .baza__sidebar-link:before,
.baza__sidebar-li.has-child .baza__sidebar-link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    z-index: 2;
    transition: .2s all;
    transform: translateY(-50%);
}

.baza__sidebar-li.has-child .baza__sidebar-link:before {
    background-image: url(/download_file.html?file_id=7103884115496486830);
    opacity: 1;
}
.baza__sidebar-li.has-child .baza__sidebar-link:after {
    background-image: url(/download_file.html?file_id=7103884055418161942);
    opacity: 0;
}
.baza__sidebar-li.has-child.active .baza__sidebar-link:before {
    opacity: 0;
}
.baza__sidebar-li.has-child.active .baza__sidebar-link:after {
    opacity: 1;
}
        

.baza__sidebar-link:hover,
.baza__sidebar-li.active .baza__sidebar-link {
    color: #15B742;
}

.baza__sidebar-ul_child1 {
    display: none;
    padding: 0 0 16px 24px;
    margin: 0;
}
.baza__sidebar-li.active .baza__sidebar-ul_child1 {
    display: block;
}
.baza__sidebar-li_child1 {
    display: block;
}
.baza__sidebar-link_child1 {
    display: block;
    font-size: 16px;
    color: #7A7A7A;
    line-height: 120%;
    padding: 6px 0;
    position: relative;
    z-index: 1;
    transition: .2s all;
}
.baza__sidebar-li_child1.has-child .baza__sidebar-link_child1 {
    padding-left: 24px;
}
.baza__sidebar-li_child1.has-child .baza__sidebar-link_child1:before,
.baza__sidebar-li_child1.has-child .baza__sidebar-link_child1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transition: .2s all;
    transform: translateY(-50%);
}

.baza__sidebar-li_child1.has-child .baza__sidebar-link_child1:before {
    background-image: url(/download_file.html?file_id=7103884115496486830);
    opacity: 1;
}
.baza__sidebar-li_child1.has-child .baza__sidebar-link_child1:after {
    background-image: url(/download_file.html?file_id=7103884055418161942);
    opacity: 0;
}

.baza__sidebar-li_child1.has-child.active .baza__sidebar-link_child1:before {
    opacity: 0;
}
.baza__sidebar-li_child1.has-child.active .baza__sidebar-link_child1:after {
    opacity: 1;
}    

.baza__sidebar-li_child2.has-child .baza__sidebar-link_child2 {
    padding-left: 24px;
}
.baza__sidebar-li_child2.has-child .baza__sidebar-link_child2:before,
.baza__sidebar-li_child2.has-child .baza__sidebar-link_child2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transition: .2s all;
    transform: translateY(-50%);
}

.baza__sidebar-li_child2.has-child .baza__sidebar-link_child2:before {
    background-image: url(/download_file.html?file_id=7103884115496486830);
    opacity: 1;
}
.baza__sidebar-li_child2.has-child .baza__sidebar-link_child2:after {
    background-image: url(/download_file.html?file_id=7103884055418161942);
    opacity: 0;
}

.baza__sidebar-li_child2.has-child.active .baza__sidebar-link_child2:before {
    opacity: 0;
}
.baza__sidebar-li_child2.has-child.active .baza__sidebar-link_child2:after {
    opacity: 1;
}    




.baza__sidebar-link_child1:hover,
.baza__sidebar-li_child1.active .baza__sidebar-link_child1 {
    color: #15B742;
}

.baza__sidebar-ul_child2 {
    padding: 0 0 0 24px;
    margin: 0;
    display: none;
}
.baza__sidebar-li_child1.has-child.active .baza__sidebar-ul_child2 {
    display: block;
}
.baza__sidebar-li_child2 {
    display: block;
}
.baza__sidebar-link_child2 {
    display: block;
    font-size: 16px;
    color: #7A7A7A;
    line-height: 120%;
    padding: 6px 0;
    transition: .2s all;
	position: relative;
    z-index: 1;
}

.baza__sidebar-link_child2:hover,
.baza__sidebar-li_child2.active .baza__sidebar-link_child2 {
    color: #15B742;
}



.baza__sidebar-ul_child3 {
    padding: 0 0 0 24px;
    margin: 0;
    display: none;
}
.baza__sidebar-li_child2.has-child.active .baza__sidebar-ul_child3 {
    display: block;
}
.baza__sidebar-li_child3 {
    display: block;
}
.baza__sidebar-link_child3 {
    display: block;
    font-size: 16px;
    color: #7A7A7A;
    line-height: 120%;
    padding: 6px 0;
    transition: .2s all;
}

.baza__sidebar-link_child3:hover,
.baza__sidebar-li_child3.active .baza__sidebar-link_child3 {
    color: #15B742;
}



.baza__content {
    width: 74.419%;
}
.baza__content-body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;    
}
.baza__content-writem {
    width: 33.333%;
    padding: 0 20px 40px;
}
.baza__content-writem--col4{
	width:25%
}
.baza__content-item {
    height: 100%;
	background:#fff;
    /*box-shadow: 0px 2px 8px rgb(117 117 117 / 14%);*/
    border-radius: 12px;
	display:block;
	position: relative;
	top:0;
    transition: top .2s;
}
.baza__content-wrimage {
    position: relative;
    z-index: 1;
}
.baza__content-image {
    display: block;
    position: relative;
    z-index: 1;
	padding-top: 58%;
    background-color: #ebedec;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 12px;
	overflow: hidden;
}
.baza__content-image img{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	vertical-align:top;
}
.baza__content-type {
    font-size: 12px;
    color: #7A7A7A;
    line-height: 120%;
    font-weight: 500;
    padding: 4px 9px;
    background-color: #fff;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
}
.baza__content-img {
    display: inline-block;
    vertical-align: top;
}
.baza__content-title {
    display: block;
    font-size: 20px;
    color: #262626;
    line-height: 140%;
    font-weight: 500;
    padding: 25px 40px;
	text-overflow: ellipsis;
    overflow: hidden;
}
.baza__content-title:hover{
	color:#15B742
}
.baza__content-show_more {
    color: #15B742;
    font-size: 16px;
	overflow:hidden;
    font-weight: 500;
    line-height: 120%;
	display:block;
    text-align: center;
    border: 1px solid #15B742;
    border-radius: 12px;
	background:#fff;
    padding: 17px 15px;
    transition: .2s all;
    margin: 0px 0px 30px 0px;
    cursor: pointer;
}
.baza__content-show_more:hover {
    color: #fff;
    background-color: #15B742;
}
.baza__pagination {
}
.baza__pagination-ul {
    padding: 0;
    margin: 0;
}
.baza__pagination-li {
    display: inline-block;
    vertical-align: top;
}
.baza__pagination-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    color: #262626;
    line-height: 120%;
    font-weight: 500;
    transition: .2s all;
    border-radius: 50%;
	margin: 0 5px 5px 0;
}
a.baza__pagination-link:hover{
	color:#15B742
}
span.baza__pagination-link:not(.separator){
    color: #fff;
    background-color: #15B742;
}
.baza__pagination-arrow {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    color: #262626;
    line-height: 120%;
    font-weight: 500;
    transition: .2s all;
    border-radius: 50%;
    overflow: hidden;
	position:relative;
    text-indent: 1000px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(117, 117, 117, 0.14);
}
.baza__pagination-arrow:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto;
	width:16px;
	height:16px;
	display:block;
    background: url(/download_file.html?file_id=7103883872305662892) no-repeat 50% 50%/contain;
}
.baza__pagination-arrow--prev:after{
	transform: rotate(180deg);
}
/* База знаний END */

.fancybox__content{
	border-radius:24px;
	color:inherit !important;
}
.fancybox__container{
	color:inherit !important;
}
.fancybox__content>.carousel__button.is-close{
	top: 25px !important;
    right: 25px !important;
    color: #b7b7b7 !important;
    width: 16px;
    height: 16px;
}
.fancybox__content>.carousel__button.is-close svg{
	filter:none
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{
	opacity:.2 !important
}

.xs_inline_filter{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.xs_inline_filter .xs_input,
.xs_inline_filter input[type=submit]{
	margin-right:25px
}
.xs_inline_filter input[type=submit] + a{
	margin-left:0
}
.overflow_content{
	overflow:auto
}
.overflow_content .xs_list{
	min-width:1024px
}
video{
	/*
	object-fit: cover;
	vertical-align:top;
	*/
	background-color: #080808;
}
.resource_video_detail{
	margin-bottom:40px
}
.resource_video_detail__views{
	margin-top: 30px;
    color: #BABABA;
}
.wtsn-container.wtsn-main{
	max-width:100%;
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-list-block{
	padding:0
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-item-btn,
.wtsn-container.wtsn-main .wtsn-feed .wtsn-comment-item-author{
	color:#15B742;
	border-color:#15B742
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-comment:not([disabled]):hover .wtsn-item-btn-text,
.wtsn-container.wtsn-main .wtsn-feed .wtsn-comment-item-author:hover,
.wtsn-container.wtsn-main .wtsn-file-attach-item .wtsn-file-attach-btn:hover{
	color:#129E39;
	border-color:#129E39
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-item-btn .wtsn-item-btn-qty{
	background-color:#15B742;
	border-color:#15B742
}
.wtsn-container.wtsn-main .wtsn-editor-input-area textarea{
	height:100px;
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-like[wt-mine]{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2042%2042%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20%20style%3D%22fill-opacity%3A0%3Bstroke%3A%2315b742%3Bstroke-width%3A2%3B%22%20d%3D%22M21%2C1%20C32.046%2C1%2041%2C9.954%2041%2C21%20C41%2C32.046%2032.046%2C41%2021%2C41%20C9.954%2C41%201%2C32.046%201%2C21%20C1%2C9.954%209.954%2C1%2021%2C1%20Z%22%2F%3E%3Cpath%20fill%3D%22%2315b742%22%20d%3D%22M27%2C28%20C27%2C28%2027%2C17%2027%2C17%20C27%2C17%2029%2C17%2029%2C17%20C29%2C17%2029%2C28%2029%2C28%20C29%2C28%2027%2C28%2027%2C28%20Z%20M13%2C25%20C13%2C25%2013%2C17%2013%2C17%20C13%2C17%2016%2C17%2016%2C17%20C16%2C17%2016%2C13%2016%2C13%20C16%2C13%2019%2C13%2019%2C13%20C19%2C13%2022%2C17%2022%2C17%20C22%2C17%2026%2C17%2026%2C17%20C26%2C17%2026%2C28%2026%2C28%20C26%2C28%2016%2C28%2016%2C28%20C16%2C28%2013%2C25%2013%2C25%20Z%20M24%2C26%20C24%2C26%2024%2C19%2024%2C19%20C24%2C19%2021%2C19%2021%2C19%20C21%2C19%2018%2C15%2018%2C15%20C18%2C15%2018%2C19%2018%2C19%20C18%2C19%2015%2C19%2015%2C19%20C15%2C19%2015%2C24.172%2015%2C24.172%20C15%2C24.172%2016.828%2C26%2016.828%2C26%20C16.828%2C26%2024%2C26%2024%2C26%20Z%22%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-like:not([disabled]):hover{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2042%2042%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20%20style%3D%22fill-opacity%3A0%3Bstroke%3A%23129e39%3Bstroke-width%3A2%3B%22%20d%3D%22M21%2C1%20C32.046%2C1%2041%2C9.954%2041%2C21%20C41%2C32.046%2032.046%2C41%2021%2C41%20C9.954%2C41%201%2C32.046%201%2C21%20C1%2C9.954%209.954%2C1%2021%2C1%20Z%22%2F%3E%3Cpath%20fill%3D%22%23129e39%22%20d%3D%22M27%2C28%20C27%2C28%2027%2C17%2027%2C17%20C27%2C17%2029%2C17%2029%2C17%20C29%2C17%2029%2C28%2029%2C28%20C29%2C28%2027%2C28%2027%2C28%20Z%20M13%2C25%20C13%2C25%2013%2C17%2013%2C17%20C13%2C17%2016%2C17%2016%2C17%20C16%2C17%2016%2C13%2016%2C13%20C16%2C13%2019%2C13%2019%2C13%20C19%2C13%2022%2C17%2022%2C17%20C22%2C17%2026%2C17%2026%2C17%20C26%2C17%2026%2C28%2026%2C28%20C26%2C28%2016%2C28%2016%2C28%20C16%2C28%2013%2C25%2013%2C25%20Z%20M24%2C26%20C24%2C26%2024%2C19%2024%2C19%20C24%2C19%2021%2C19%2021%2C19%20C21%2C19%2018%2C15%2018%2C15%20C18%2C15%2018%2C19%2018%2C19%20C18%2C19%2015%2C19%2015%2C19%20C15%2C19%2015%2C24.172%2015%2C24.172%20C15%2C24.172%2016.828%2C26%2016.828%2C26%20C16.828%2C26%2024%2C26%2024%2C26%20Z%22%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-dislike[wt-mine]{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2042%2042%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill-opacity%3A0%3Bstroke%3A%2315b742%3Bstroke-width%3A2%3B%22%20d%3D%22M21%2C1%20C32.046%2C1%2041%2C9.954%2041%2C21%20C41%2C32.046%2032.046%2C41%2021%2C41%20C9.954%2C41%201%2C32.046%201%2C21%20C1%2C9.954%209.954%2C1%2021%2C1%20Z%22%2F%3E%3Cpath%20fill%3D%22%2315b742%22%20d%3D%22M26%2C25%20C26%2C25%2026%2C29%2026%2C29%20C26%2C29%2023%2C29%2023%2C29%20C23%2C29%2020%2C25%2020%2C25%20C20%2C25%2016%2C25%2016%2C25%20C16%2C25%2016%2C14%2016%2C14%20C16%2C14%2026%2C14%2026%2C14%20C26%2C14%2028.999%2C16.998%2028.999%2C16.998%20C28.999%2C16.998%2029%2C25%2029%2C25%20C29%2C25%2026%2C25%2026%2C25%20Z%20M27%2C17.827%20C27%2C17.827%2025.172%2C16%2025.172%2C16%20C25.172%2C16%2018%2C16%2018%2C16%20C18%2C16%2018%2C23%2018%2C23%20C18%2C23%2020.998%2C23%2020.998%2C23%20C20.998%2C23%2024%2C27%2024%2C27%20C24%2C27%2024%2C23%2024%2C23%20C24%2C23%2027%2C23%2027%2C23%20C27%2C23%2027%2C17.827%2027%2C17.827%20Z%20M13%2C14%20C13%2C14%2015%2C14%2015%2C14%20C15%2C14%2015%2C25%2015%2C25%20C15%2C25%2013%2C25%2013%2C25%20C13%2C25%2013%2C14%2013%2C14%20Z%22%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-dislike:not([disabled]):hover{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2042%2042%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill-opacity%3A0%3Bstroke%3A%23129e39%3Bstroke-width%3A2%3B%22%20d%3D%22M21%2C1%20C32.046%2C1%2041%2C9.954%2041%2C21%20C41%2C32.046%2032.046%2C41%2021%2C41%20C9.954%2C41%201%2C32.046%201%2C21%20C1%2C9.954%209.954%2C1%2021%2C1%20Z%22%2F%3E%3Cpath%20fill%3D%22%23129e39%22%20d%3D%22M26%2C25%20C26%2C25%2026%2C29%2026%2C29%20C26%2C29%2023%2C29%2023%2C29%20C23%2C29%2020%2C25%2020%2C25%20C20%2C25%2016%2C25%2016%2C25%20C16%2C25%2016%2C14%2016%2C14%20C16%2C14%2026%2C14%2026%2C14%20C26%2C14%2028.999%2C16.998%2028.999%2C16.998%20C28.999%2C16.998%2029%2C25%2029%2C25%20C29%2C25%2026%2C25%2026%2C25%20Z%20M27%2C17.827%20C27%2C17.827%2025.172%2C16%2025.172%2C16%20C25.172%2C16%2018%2C16%2018%2C16%20C18%2C16%2018%2C23%2018%2C23%20C18%2C23%2020.998%2C23%2020.998%2C23%20C20.998%2C23%2024%2C27%2024%2C27%20C24%2C27%2024%2C23%2024%2C23%20C24%2C23%2027%2C23%2027%2C23%20C27%2C23%2027%2C17.827%2027%2C17.827%20Z%20M13%2C14%20C13%2C14%2015%2C14%2015%2C14%20C15%2C14%2015%2C25%2015%2C25%20C15%2C25%2013%2C25%2013%2C25%20C13%2C25%2013%2C14%2013%2C14%20Z%22%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container.wtsn-main .wtsn-feed .wtsn-feed-item .wtsn-btn-comment:not([disabled]):hover{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2042%2042%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22fill-opacity%3A0%3Bstroke%3A%23129e39%3Bstroke-width%3A2%3B%22%20d%3D%22M21%2C1%20C32.046%2C1%2041%2C9.954%2041%2C21%20C41%2C32.046%2032.046%2C41%2021%2C41%20C9.954%2C41%201%2C32.046%201%2C21%20C1%2C9.954%209.954%2C1%2021%2C1%20Z%22%2F%3E%3Cpath%20fill%3D%22%23129e39%22%20d%3D%22M17.000%2C23%20C17%2C23%2017%2C21%2017%2C21%20C17%2C21%2021%2C21%2021%2C21%20C21%2C21%2021%2C23%2021%2C23%20C21%2C23%2017%2C23%2017%2C23%20Z%20M17%2C18%20C17%2C18%2025%2C18%2025%2C18%20C25%2C18%2025%2C20%2025%2C20%20C25%2C20%2017%2C20%2017%2C20%20C17%2C20%2017%2C18%2017%2C18%20Z%20M22%2C27%20C22%2C27%2022%2C25%2022%2C25%20C22%2C25%2027%2C25%2027%2C25%20C27%2C25%2027%2C16%2027%2C16%20C27%2C16%2015%2C16%2015%2C16%20C15%2C16%2015%2C25%2015%2C25%20C15%2C25%2017.828%2C25%2017.828%2C25%20C17.828%2C25%2021.414%2C28.586%2021.414%2C28.586%20C21.414%2C28.586%2020%2C30%2020%2C30%20C20%2C30%2017%2C27%2017%2C27%20C17%2C27%2013%2C27%2013%2C27%20C13%2C27%2013%2C14%2013%2C14%20C13%2C14%2029%2C14%2029%2C14%20C29%2C14%2029%2C27%2029%2C27%20C29%2C27%2022%2C27%2022%2C27%20Z%22%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container.wtsn-main .wtsn-file-attach-item .wtsn-file-attach-btn:hover{
	background-image:url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%3F%3E%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3Anone%3Bstroke%3A%23129e39%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2%3B%22%3E%3Cpath%20d%3D%22M21.44%2C11.05l-9.19%2C9.19a6%2C6%2C0%2C0%2C1-8.49-8.49l9.19-9.19a4%2C4%2C0%2C0%2C1%2C5.66%2C5.66L9.41%2C17.41a2%2C2%2C0%2C0%2C1-2.83-2.83L15.07%2C6.1%22%20%2F%3E%3C%2Fsvg%3E')
}
.wtsn-container .wtsn-feed .wtsn-feed-item-main{
	background-color:#fff!important;
	border-radius:12px;
}
.xs_subsections{
	margin:0;
	padding:0;
	list-style:none
}
.xs_subsections__item{
	margin-bottom:12px;
	padding:0;
}
.xs_subsections__link{
	padding: 12px 15px 12px 50px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    transition: border-color .2s, color .2s;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 12px;
}
.xs_subsections__link:hover{
	border-color:#15b74261;
	color:#129E39
}
.xs_subsections__link:before{
	font-family: 'icomoon' !important;
	content: "\f0f6";
	position:absolute;
	left: 18px;
    top: 11px;
    font-size: 16px;
}
.xs_subsections__link-name{
	width:100%
}
.xs_subsections__link-type{
	color:#262626;
	font-size:13px;
	min-width:130px;
	margin-left:20px;
}
.xs_subsections__link-size{
	color:#262626;
	font-size:13px;
	min-width:70px;
	margin-left:20px;
	text-align: right;
}

.view_title{
	margin-bottom: 30px;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.view_title__title{
	margin-bottom: 7px;
}
.view_title__subtitle{
    font-size: 13px;
    color: #bdbdbd;
}
.view_title__wrap{
	width:100%;
}
.view_title__image{
	width: 88px;
    height: 72px;
    min-width: 88px;
    margin-right: 30px;
    border-radius: 30px;
    background: #efefef no-repeat 50% 50%/cover;
}
.xs_message_box{
	background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 15px 25px;
}
.xs_message_box--alert{
	background:#e73137;
	color: #fff;
}
.xs_message_box--alert .btn{
	color:#262626
}
.xs_message_box--alert .btn:hover{
	background:#f9f9f9;
	color:#262626
}
.xs_message_box__addition{
	max-height:0;
	overflow:hidden;
	transition:.2s min-height;
	padding: 0 0 0 38px;
}
.xs_message_box.show .xs_message_box__addition{
	max-height:600px;
	margin-top:10px;
}
.xs_message_box__head{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.xs_message_box__buttons{
	margin-top:15px;
}
.xs_message_box__head:before{
    content: "";
    background: url(/download_file.html?file_id=7125749974566806919) no-repeat 50% 50%/contain;
    display: block;
    width: 22px;
	min-width: 22px;
    height: 22px;
    margin-right: 17px;
}
.xs_message_box__message{
	width:100%;
}
.xs_message_box__more{
    content: "";
    background: url(/download_file.html?file_id=7087154541048626206) no-repeat 50% 50%/contain;
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    margin-left: 17px;
    margin-top: 4px;
}
.xs_message_box.show .xs_message_box__more{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.xs_message_box__close{
    content: "";
    background: url(/download_file.html?file_id=7087154608569702776) no-repeat 50% 50%/contain;
    display: block;
    width: 12px;
    min-width: 12px;
    height: 12px;
    opacity: .4;
    cursor: pointer;
    margin-left: 17px;
    margin-top: 5px;
}
.xs_message_box__close:hover{
	opacity:.6
}
.tool_bar_panel button{
	margin:0 12px 10px 0;
}
.tool_bar_panel {
	margin-bottom:30px
}
.learning_informers{
	display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;	
	margin:0 -15px 15px;
	overflow:auto;
}
.learning_informers::-webkit-scrollbar{
	display:none
}
.learning_informers__item{
	width:33.33333%;
	padding:0 15px 15px;
	min-width:326px;
}
.learning_informers__wrap{
	background: #f3f3f3;
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
}
.learning_informers__info_item{	
	display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;	
}
.learning_informers__info_item-name{
	margin-right:6px;
}
.learning_informers__graph{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.learning_informers__graph_name{
	margin-left:20px;
}
.learning_informers__graph .circle circle{
	stroke:#fff
}
.learning_informers__status_indicate{
	width:120px;
	margin:12px 0 8px 20px !important;
	height: 14px;
	position:relative;
}
.learning_informers__status_indicate:after{
	content:"";
	position:absolute;
	left:2px;
	right:2px;
	top:2px;
	bottom:2px;
	background:#ddd;
	display:block;
	max-width:10%;
}
.learning_informers__status_indicate.wt-course-status-0:after{
	background:#546e7a;
	max-width:10%;
}
.learning_informers__status_indicate.wt-course-status-1:after{
	background:#15B742;
	max-width:50%;
}
.learning_informers__status_indicate.wt-course-status-2:after{
	background:#15B742;
	max-width:100%;
}
.learning_informers__status_indicate.wt-course-status-3:after{
	background:#c00;
	max-width:50%;
}
.learning_informers__status_indicate.wt-course-status-4:after{
	background:#363;
	max-width:100%;
}
.learning_informers__status_indicate.wt-course-status-5:after{
	background:#666;
	max-width:50%;
}
.learning_informers__status{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.learning_map__item{
	border-radius: 24px;
    padding: 25px 25px;
    display: flex;
    margin-bottom: 35px;
    background: #f3f3f3;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.learning_map__item_head{
	margin-bottom: 6px;
}
.learning_map__item_data{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.learning_map__item_title{
	display: inline-block;
    font-size: 24px;
    font-family: RotondaC, Arial;
    color: #262626;
    line-height: 140%;
    margin-right: 20px;
}
.learning_map__item_status{
	padding:2px 15px;
	display: inline-block;
	border-radius:5px;
}
.learning_map__item_data-item{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 40px 0 0;
    min-width: 180px;
}
.learning_map__item_data-item_name{
	color: #bdbdbd;
}
.learning_map__item_data-item_val{margin-left:15px}
.learning_map__item_buttons{
	margin-left:30px;
}
.learning_map__item_wrap{
	width:100%
}
.xs_mode_talent_pool_cr_card .cssXP-Dialog-Window .XAML-dialog-buttons-grid .x-btn.cssXPButton.x-unselectable.x-btn-default-small{
	min-width:200px;
}
.head_btn_right{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head_btn_right .btn{
	margin-bottom: 40px;
}
.head_btn_right h1{
	margin-right:30px
}
.xs_table_container{
	overflow:auto;	
	margin: 0px -20px;
    padding: 0 20px;
}
.xs_table_container::-webkit-scrollbar{
	display:none
}

.xs-calendar--participant{
	width:980px
}
.xs-calendar__item-collaborators{
	line-height:140%
}
.xs-calendar__item-collaborator{
	padding:15px;
	margin:0 -15px
}
.xs-calendar__item-collaborator--top{
	font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}
.xs-calendar__item-collaborator:hover{
	background:#ececec40
}
.xs-calendar__item-collaborator-worker{
	width:100%;
	margin-left:10px;
}
.xs-calendar__item-collaborator-phone{
	min-width:150px;
	margin-left:20px;
}
.xs-calendar__item-collaborator-is_confirm{
	min-width:120px;
	margin-left:20px;
}
.xs-calendar__item-collaborator-is_assist{
	min-width:93px;
	margin-left:20px;
}
.xs-calendar__item-collaborator-top{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.xs-calendar__item-collaborator-name-cont{
	position: relative;
    display: inline;
}
.xs-calendar__item-collaborator-name{
    display: inline;
	font-size:15px;
	margin-right: 27px;
}
.xs-calendar__item-collaborator-name-btn {
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: .6;
    margin: -19px 0 0;
	position: absolute;
    right: 0;
    display: none;
}
.xs-calendar__item-collaborator:hover .xs-calendar__item-collaborator-name-btn {
    display: block;
}
.xs-calendar__item-collaborator-name-btn svg {
    width: 100%;
    height: 100%;
    fill: #e73137;
}
.xs-calendar__item-collaborator-position{
	font-size: 13px;
    color: #919191;
	margin: 0 0 4px;
	line-height:140%;
}
.element_filter__input{
	width:100%;
}
.element_filter__input-btn{
	padding:10px 40px
}
.profile-edu__body {
    margin-bottom: 20px;
}
.element_list__row{
	padding: 20px 10px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: -1px;
    position: relative;
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
	color: inherit;
}
.element_list__row[data-href],
a.element_list__row{
	cursor:pointer
}
.element_list__row[data-href]:hover,
a.element_list__row:hover{
	background:#ececec40
}
.element_list__item{
	margin-right:20px;
}
.element_list__item:last-child{
	margin-right:0px;
	text-align:right
}
.element_list__item--name{
	font-size: 16px;
	color:#000
}
.element_list__item--status{
	font-weight:500;
}
.element_list__item--is_assist{
	color:#15B742
}
.element_list__item--is_not_assist{
	color:#FF3629
}
.element_list__subitem{
	font-size:14px;
	margin-top: 5px;
	position:relative;
	padding-left: 30px;
}
.element_list__subitem:before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    width: 14px;
    height: 1px;
    background: #919191;
}
.element_list__item_desc{
	color: #919191;
	font-size: 14px;
}
.xs_filter__show{
	position:relative;
}

/* Заявка на кадровый резерв  - НАЧАЛО */
.xs_cadre__form,
.career__reserves_new,
.xs_gray_block{
	background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    max-width: 1100px;
}
.xs_cadre__form, .career__reserves_new{
	background:	#f4f5f9
}
.position_check,
.xs_cadre__positiondesc .checker_position{
	color: #15b742;
	cursor:pointer;
	border-bottom: 1px solid #15b7428c;
}
.xs_cadre__checker,
.xs_checker_position{
	width: 46px;
	height: 46px;
	min-width: 46px;
	margin-left: 5px;
	background:#15b742 url(/download_file.html?file_id=7159131271734535021) no-repeat 50%/20px;
	border-radius: 12px;
	cursor:pointer;
	display: flex;
    align-items: center;
    justify-content: center;
}
.xs_cadre__checker:hover,
.xs_checker_position:hover{
	background-color:#129E39
}
.xs_cadre__positiondesc{
	min-width: 220px;
	padding-left: 30px;
	max-width: 200px;
}
.xs_checked_position{
	cursor:pointer
}
.xs_checked_position:hover{
	color: #15b742;
}
.position_check:hover,
.xs_cadre__positiondesc .checker_position:hover{
	border-color:transparent
}
.short_input{
	max-width:400px
}
.post_education_hide,
.post_city_hide,
.post_other_city_hide{
	display:none
}
.xs_tree_modal{
	display:none;
	padding: 40px !important;
	max-width: 550px;
	width: 100%;
}
.xs_tree ul,
.xs_tree li{
	margin:0;
	padding:0;
	list-style:none
}
.xs_tree{
	font-size:15px;
	margin:0;
	padding:0;
}
.xs_tree.sub{
	font-size:13px;
	margin:0;
}
.xs_tree li{
	padding:7px 0 7px 30px;
	margin:0;
	position:relative;
}
.xs_tree.sub li{
	padding:3px 0 3px 25px;
}
.xs_tree.sub > li > strong > label input{
	position:absolute;
	left: 0;
	top: 11px;
}
.xs_tree li .xs_delete,
.xs_tree li .xs_sort{
	display:none;
}
.xs_tree li:last-child > .xs_sort.xs_down{
	display:none;
}
.xs_tree li:first-child > .xs_sort.xs_up{
	display:none;
}
.xs_tree li .xs_delete:before,
.xs_tree li .xs_sort:before{
	height:15px;
	font-size:18px;
}
.xs_tree li:hover > .xs_delete,
.xs_tree li:hover > .xs_sort{
	display:inline;
}
.xs_tree li .desc{
	font-size: 70%;
	color: #a0a0a0;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.xs_tree li .open_close{
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	left:0;
	top:8px;
	cursor:pointer;
	border:1px solid #ccc;
	text-align:center;
	line-height:12px;
	color:#989898;
}
.xs_tree.sub li .open_close{
	width: 12px;
	height: 12px;
	top: 6px;
	line-height: 10px;
}
.xs_tree li .open_close:before{
	content:"+";
}
.xs_tree li.active > .open_close:before{
	content:"-";
}
.xs_tree li a{
	text-decoration:none !important;
	border-bottom:1px dashed transparent;
}
.xs_tree li a:hover{
	border-bottom-color:rgba(0, 82, 120, 0.29);
}
.xs_tree ul{
	margin-top:10px;
	display:none;
	position:relative;
}
.xs_tree ul:before{
	content: "";
	width: 1px;
	top: -14px;
	bottom: 17px;
	background: #ccc;
	display: block;
	left: -22px;
	position: absolute;
}
.xs_tree.sub ul:before{
	top: -11px;
	bottom: 12px;
	left: -19px;
}
.xs_tree .active > ul{
	display:block;
}
.xs_tree ul li:not(.is_parent){
	padding-left:10px;
	position:relative;
}
.xs_tree.sub ul li{
	padding-left: 0px;
	font-size: 12px;
}
.xs_tree ul li:before{
	content: "";
	height: 1px;
	top: 16px;
	background: #ccc;
	display: block;
	left: -22px;
	width: 22px;
	position: absolute;
}
.xs_tree.sub ul li:before {
	top: 13px;
	left: -19px;
	width: 13px;
}

.xs_form .xs_line{
	margin-bottom:25px;
}
.xs_form .input textarea {
	height: 120px;
}
.xs_form .xs_line.xs_flex .name{
	min-width:25%;
	width:25%;
	padding-right: 30px;
	box-sizing: border-box;
}
.xs_form .input{
	width:100%
}
.xs_radio{
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow:hidden;
}
.xs_radio label:after,
.xs_radio label:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
}
.xs_radio label:before{
	border:1px solid #15b742;
	border-radius:50%;
	width:20px;
	height:20px;
	background:#fff;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
}
.xs_radio input:checked + label:before{
	background:#15b742
}
.xs_radio input:checked + label:after{
	z-index:2;
	background:url(/download_file.html?file_id=7011396784471640415) no-repeat 50% 50%/contain;
	width:12px;
	height:12px;
	top:0;
	left:4px;
	bottom:0;
	margin:auto;
}
.xs_radio label{
	padding:5px 25px 4px 33px;
	margin:0 !important;
	font-size:14px;
	color:#15b742;
	cursor:pointer;
	position:relative;
	line-height: 130%;
}
.xs_radio label:last-child{
	border-right:0
}
.xs_radio input[type=radio] {
	position: absolute;
	opacity: 0;
	z-index: 1;
}
.xs_required{
	color: red;
	font-size: 19px;
	vertical-align: bottom;
}
.selection-box,
.xs_autocomplete{
	position:relative;
}
.selection-box__name{
	position:relative;
	z-index:2;
}
.selection-box__list,
.xs_autocomplete__result{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	background: #fff;
	box-shadow: 0 10px 30px rgb(0 0 0 / 25%);
	z-index: 3;
	max-height: 340px;
	overflow: auto;
	display:none;
	font-size:14px
}
.xs_autocomplete__result{
	display:block;
}
.selection-box__item,
.xs_autocomplete__item{
	padding:9px 20px;
	cursor:pointer
}
.xs_autocomplete__item--empty{
	cursor:default
}
.selection-box__item:hover,
.xs_autocomplete__item:not(.xs_autocomplete__item--empty):hover{
	background:#eee
}

.xs_copy_item--line{
	margin-bottom:10px;
	position:relative;
}
.xs_copy_item--line .xs_autocomplete__search{
	padding-right:45px
}
.xs_copy_item--line .delete{
	position:absolute;
	right:7px;
	top:0;
	bottom:0;
	margin:auto;
	width:26px;
	height:26px;
	border-radius:50%;
	z-index:2;
	opacity:.5;
	cursor:pointer;
    background: #d9d9d9 url(/download_file.html?file_id=7087154608569702776) no-repeat 50% 50%/10px;
}
.xs_copy_item--line .delete:hover{
	opacity:1;
}
.xs_copy_button--line{
	color: #15B742;
    font-size: 14px;
    font-weight: 500;
	cursor:pointer;
	display:inline-block;
}
.xs_copy_button--line:hover{
	color:#129E39
}

/* Заявка на кадровый резерв - КОНЕЦ*/

#floatTip{
	position:absolute;
	max-width:350px;
	display:none;
	font-size:12px;
	z-index:999;
	padding: 10px;
    border: 1px solid #EFEFEF;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
	box-shadow: 0 16px 37px -20px rgba(0, 0, 0, 0.87);
}

/* traineeship - start */

.spar-messages {
    margin: 0px 0px 60px 0px;
}
.spar-messages__item {
    display: flex;
    justify-content: flex-start;
}
.spar-messages__icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px 24px 0px 0px;
}
.spar-messages__icon svg {}
.spar-messages__text {
    padding: 24px;
    border-radius: 0px 24px 24px 24px;
    background: #E5FAEB;
    width: 100%;
    max-width: 881px;
}
.spar-messages__tlt {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 12px 0px;
}
.spar-messages__text p {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.section-cover {
    position: relative;

    background-image: url(/download_file.html?file_id=7290821494940100804);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: initial;
}
.section-one {
    min-height: 768px;
    padding: 125px 0 0;
}
.internship {
    position: relative;
}
.internship::before,
.internship::after {
    content: '';
    display: inline-block;
    vertical-align: middle;

    position: absolute;
    left: auto;
    right: 310px;
    z-index: 1;
}

.internship::before {
    width: 260px;
    height: 163px;
    background-image: url(/download_file.html?file_id=7290821437759952964);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    top: 94px;
}
.internship::after {
    width: 198px;
    height: 141px;
    background-image: url(/download_file.html?file_id=7290821645052200860);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    bottom: 202px;
}
.internship__inner {
    max-width: 740px;
}
.internship__tlt {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 30px 0px;
}
.internship__list {
}
.internship-list {
}
.internship-list__tlt {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 16px 0px;
}
.internship-list__ol {
    margin: 0 0 30px;
    padding: 0px 0px 0px 19px;
}
.internship-list__li {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px 0px 7px 0px;
}
.internship-list__li:last-child {
    margin: 0;
}
.internship__line {
    margin: 0px 0px 30px 0px;
}
.internship__line:last-child {
    margin: 0px;
}
.internship__line-ltl {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 12px 0px;
}
.internship__link {
    color: #15B742;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0px 26px 0px 0px;
    position: relative;
}
.internship__link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    position: relative;
    background-image: url(/download_file.html?file_id=7290821246104746054);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #fff;
    position: absolute;
    top:50%;
    left: auto;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}


.section-two {
    min-height: 350px;
    position: relative;
}
.section-two::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 187px;
    height: 156px;
    position: absolute;
    top:40px;
    left: 0;
    z-index: 1;
    background-image: url(/download_file.html?file_id=7290821459424635100);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.two--aside {
}
.two--aside__inner {
    width: 100%;
    max-width: 410px;
    margin: 0px 0px 0px auto;
}


.section-three {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    min-height: 375px;
	padding-bottom:100px
}
.internship__p {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px 0px 16px 0px;
}

.section-four {
    position: relative;
    min-height: 300px;
    margin-bottom: 80px;
}
.section-four::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 382px;
    height: 391px;
    background-image: url(/download_file.html?file_id=7290821615421510671);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: -80px;
    left: auto;
    right: 0;
}

.section-four__inner {
    max-width: 840px;
}
.check-list {
}
.check-list__tlt {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 16px 0px;
}
.check-list__ul {
    margin: 0px 0px 30px 0px;
}
.check-list__item {
    margin: 0px 0px 13px 0px;
    position: relative;
}
.check-list__item:last-of-type {
    margin: 0;
}
.check-list__input {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
input[type=checkbox] + .check-list__label {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	padding-left: 44px;
}
input[type=checkbox] + label.check-list__label:before{
	width:24px;
	height:24px;
	top:0;
	background: #F3F3F3;
}
input[type=checkbox]:checked + label.check-list__label:after{
	width: 12px;
    height: 12px;
	left: 6px;
    top: 6px;
}
.check-list__undertlt {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.check-list__undertlt p {
    margin: 0 0 5px;
}



.section-five {
    padding-bottom: 80px;
}
.certification {
}
.certification__tlt {
    color: #262626;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0px 0px 30px 0px;
}
.certification__body {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin: 0px 0px 30px;
}
.certification__item {
    padding: 24px;
    border-radius: 24px;
    background: #E5FAEB;
    min-height: 240px;
}
.certification__item:nth-child(1) {
    flex: 0 1 300px;
}
.certification__item:nth-child(2) {
    flex: 0 1 409px;
}
.certification__item:nth-child(3) {
    flex: 0 1 521px;
}
.certification__icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 0px 0px 24px 0px;
}
.certification__item:nth-child(1) .certification__icon {
    background-image: url(/download_file.html?file_id=7290821360060344698)
}
.certification__item:nth-child(2) .certification__icon {
    background-image: url(/download_file.html?file_id=7290821386969507304)
}
.certification__item:nth-child(3) .certification__icon {
    background-image: url(/download_file.html?file_id=7290821403917770601)
}

.certification__item:nth-child(1) .certification__txt {
    max-width: 193px;
}
.certification__item:nth-child(2) .certification__txt {
    max-width: 288px;
}
.certification__item:nth-child(3) .certification__txt {
    max-width: 395px;
}

.certification__txt {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.certification__info {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.certification__info p {
    margin: 0;
}
.certification__info a,
.certification__info [data-href] {
    color: #15B742;
    border-bottom: 1px solid;
    transition: .2s all;
	cursor:pointer
}
.certification__info a:hover,
.certification__info [data-href]:hover {
    border-bottom: 1px solid transparent;
}


.section-six__img {
    margin: 0px 0px 30px 0px;
}
.section-six__img img {
    display: inline-block;
    vertical-align: top;
}
.section-six__tlt {
    color: #262626;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

/* traineeship - end */
.gray_desc{
	font-size: 13px;
    color: #bdbdbd;
}

.xs-estimation_detail{
	max-width:760px;
}
.xs-estimation_detail [data-competence]{
	cursor:pointer
}
.xs-estimation_detail [data-indicate]:not(.active){
	display:none
}
.amcharts-chart-div a {
    display: none !important;
}

.nine_box_result{
	display:flex;
	gap:60px;
}
.nine_box_result__col:first-child{
	width:100%;
}
.nine_box_result__legend{
	position:relative;
	padding:0 0 25px 22px;
}
.nine_box_result__legend-label{
	position:absolute;
	font-size:14px;
	font-weight:500;
	text-align: center;
}
.nine_box_result__legend-label--bottom{
	bottom:0;
	left:22px;
	right:0;
}
.nine_box_result__legend-label--right{
	right: 0;
    bottom: 0;
}
.nine_box_result__legend-label--top{
	top: 7px;
    left: -10px;
    transform: rotate(-90deg);
}
.nine_box_result__legend-label--left{
	transform: rotate(-90deg);
    width: 100%;
    top: 139px;
    left: -155px;
}
.nine_box_result__legend-label--zero{
	left:0;
	bottom:0;
}
.nine_box_result__square{
	display:flex;
	width:300px;
	flex-wrap:wrap;
	gap: 6px;
}
.nine_box_result__square-item{
	display: flex;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.nine_box_result__square-name{
	font-size: 12px;
    font-weight: 500;
    line-height: 130%;
}
.nine_box_result__square-desc{
	font-size: 11px;
    line-height: 130%;
    margin-top: 5px;
    font-weight: 300;
}

.nine_box_result__graph{
	padding:0 0 30px 40px;
    width: 100%;
	position:relative;
}
.nine_box_result__graph-scale{
	font-size:12px;
	text-align:right;
	position: absolute;
}
.nine_box_result__graph-scale--horizontal{
    bottom: 0;
    left: 40px;
    right: -18px;
    display: flex;
    justify-content: space-between;
}
.nine_box_result__graph-scale--vertical{
    top: -11px;
    left: 0;
    right: auto;
    bottom: 21%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.nine_box_result__graph-grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	height: 293px;
	width:100%;
	position:relative;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.nine_box_result__graph-grid-item{
	border-left:1px dashed #eee;
	border-top:1px dashed #eee;
	width: 16.666666%;
    height: 16.666666%;
}
.nine_box_result__graph-grid-container{
	position:absolute;
	left:0;
	bottom:0;
	top:16.666666%;
	right:16.666666%;
}
.nine_box_result__graph-grid-value{
	position:absolute;
	width: 96px;
    height: 96px;
    border-radius: 50%;
	display:flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
	transform: translate3d(-50%, -50%, 0);
}
.nine_box_result__graph-grid-name{
	font-size: 12px;
    font-weight: 500;
    line-height: 130%;
}
.nine_box_result__graph-grid-desc{
	font-size: 11px;
    line-height: 130%;
    margin-top: 5px;
    font-weight: 300;
}

.content_white{
	background:#fff;
	padding:40px;
	border-radius:12px;
}
.content_internship{
	max-width:1290px
}

.xs_sotr_info{
	width:850px;
	font-size:15px;
	line-height:140%
}
.xs_sotr_info .picture{
	display:block;
	width:163px;
	height:163px;
	margin:0 auto 24px;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border-radius:50%;
}
.xs_sotr_info .otz_name,
.xs_sotr_info .story{
	text-align:center;
}
.xs_sotr_info .story{
	margin-bottom:30px;
}
.xs_sotr_info .story strong{
	display:block;
	font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 10px;
}
.xs_sotr_info .otz_name{
	padding:25px 0 7px;
    font-size: 20px;
    margin: 0;
    color: #15B742;
    text-transform: uppercase;
    font-weight: 900 !important;
}
.xs_sotr_info ol li strong{
	font-size:17px
}

/* Карточка развития карьеры - начало */

.career__container{
	background-color: #fff;
    padding: 57px 57px;
    border-radius: 12px;
}
.career__title{
	margin-bottom:7px;
}
.career__create-date{
	margin-bottom:40px;
	font-size:13px;
	color:#bdbdbd;
}
.career__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-bottom: 30px;
	font-size:13px
}
.career__person{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.career__person-photo{
	width:158px;
	height:158px;
	min-width:158px;
	margin-right:30px;
	border-radius:12px;
	background:#F4F5F9 url(/download_file.html?file_id=7144528249777715300) no-repeat 50% 50% / 100px;
	border:1px solid #E4E4E6;
}
.career__person-fullname,
.career__person-status-date{
	font-size:18px;
	margin-bottom: 7px;
}
.career__person-status-date{
	display:inline
}
.career__person-data,
.career__status{
	max-width:372px;
	padding-right: 20px;
	box-sizing: border-box;
}
.career__reserves{
	margin-bottom:80px
}
.career__reserves-tab{
	display:none
}
.career__reserves-tab.active{
	display:block
}
.career__reserves-navs,
.career__reserves-taskstatuses{
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	background:#ececec;
	border-radius:15px;
	padding:3px;
	font-size:16px;
	margin-bottom: 40px;
}
.career__reserves-add{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.career__reserves-add-btn{
	height: 52px;
	padding: 0 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.career__reserves_new,
.career__reserves_newtask{
	display:none
}
.career__reserves_new.active,
.career__reserves_newtask.active{
	display:block
}
.career__reserves-navs{
	box-sizing: border-box;
	margin-right:15px;
}
.career__reserves-nav,
.career__reserves-taskstatusname{
	padding:12px 20px;
	display: flex;
	flex-wrap: nowrap;
	border-radius:12px;
	justify-content: center;
	align-items: center;
	position:relative;
	cursor:default
}
.career__reserves-nav:not(.active):after,
.career__reserves-taskstatusname:not(.active):after{
	content:"";
	display:block;
	width:1px;
	left:0;
	top:6px;
	bottom:6px;
	background:#d5d5d5;
	position:absolute;
}
.career__reserves-nav.active + .career__reserves-nav:after,
.career__reserves-taskstatusname.active + .career__reserves-taskstatusname:after,
.career__reserves-nav:first-child:after,
.career__reserves-taskstatusname:first-child:after{
	display:none
}
.career__reserves-nav.active,
.career__reserves-taskstatusname.active{
	background:#fff;
	font-weight: 600;
	box-shadow:0 0 12px #0000001a
}
.career__reserves-nav:not(.active):not(.disabled),
.career__reserves-taskstatusname:not(.active):not(.disabled){
	cursor:pointer
}
.career__reserves-task{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding:8px 5px 8px 15px;
}
.career__reserves-task:hover{
	background:#ececec40;
}
.career__reserves-task .xs_set_comment{
	display:none;
}
.career__reserves-taskname{
	width:100%;
	padding-right:30px;
}
.career__reserves-taskcomment{
	font-size:13px;
	color:#919191
}
.career__reserves-tasknumber{
	min-width:28px;
	color:#e73137;
	padding-right:10px;
}
.career__reserves-tasktype{
	min-width:120px;
	padding-right:20px;
}
.career__reserves-tasknumber,
.career__reserves-taskname{
	font-size:16px;
}
.career__reserves-taskstatus{
	min-width: 520px;
	text-align: right;
}
.career__reserves-taskstatuses{
	font-size:13px;
	position:relative;
	margin:0;
}
.career__reserves-taskstatuses:after,
.career__reserves-taskstatuses:before{
	position:absolute;
	opacity:.4
}
.career__reserves-taskstatuses:before{
	display:none
}
.career__reserves-taskstatusname{
	width:auto;
	padding:8px 15px
}
.career__graphics{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.career__graphics:not(.active),
.career__reserves-place:not(.active){
	display:none
}
.career__reserves-title{
	font-size: 20px;
	font-weight: 900;
	font-family: 'Lato', 'Open Sans', Trebuchet MS, Verdana, Tahoma, sans-serif;
	line-height:140%;
	margin-bottom: 15px;
}
.career__graphic{
	min-width: 120px;
	width: 120px;
	height: 120px;
	position: relative;
}
.career__graphic-value {
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	height: 20px;
	line-height:100%;
	margin: auto;
	top: 0;
	bottom: 0;
}
.career__graphic-value span{
	font-weight:600;
	font-size: 32px;
	margin-right:3px;
}
.career__graphic-circle circle{
	fill: rgba(0,0,0,0);
	stroke: #eef0f6;
	stroke-width: 2;
	stroke-dasharray: 408px 408px;
}
.career__graphic-circle circle:nth-child(2n) {
	fill: rgba(0,0,0,0);
	stroke: #e73137;
	stroke-width: 6;
	transition: .2s all;
}
.career__complete{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 70px;
	font-size: 16px;
	line-height: 160%;
	min-width:192px;
}
.career__complete-all,
.career__complete-passed,
.career__complete-complete{
	font-weight:900
}
.career__complete-icon{
	border-right:3px solid #e73137;
	width: 17px;
	height: 50px;
	right: 0;
	display: inline-block;
	position: relative;
	margin: -19px 22px -6px 0px;
}
.career__complete-icon:after,
.career__complete-icon:before{
	content: "";
	width: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 24px;
	background: #e73137;
}
.career__complete-icon:before{
	left: 7px;
	top: 12px;
}
.career__teachers{
	display:none;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin:0 -15px;
}
.career__teachers.active{
	display: flex;
}
.career__teachers-items{
	width: 50%;
	padding: 0 15px;
	margin-bottom:30px;
	box-sizing: border-box;
	display:none
}
.career__teachers-items.active{
	display:block
}
.career__teachers-title,
.career__reserves-tasks-title,
.career__reserves-placetitle{
	font-weight:500;
	font-size:16px;
	margin-bottom:15px;
}
.career__teachers-edit-btn,
.career__reserves-place-edit-btn{
	color:#15B742;
	font-size:14px;
	cursor:pointer;
}
.career__teacher_set .xs_form,
.career__reserves-place_set .xs_form{
	padding:0
}
.career__reserves-place{
	font-size:16px;
	margin-bottom:30px
}
.career__reserves-placetitle{
	display:inline;
	margin:0;
}
.career__teachers-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.career__teachers-photo{
	width:40px;
	height:40px;
	min-width:40px;
	margin-right:15px;
	border-radius:50%;
	background:#efefef url(/spar_new/images/user.jpg) no-repeat 50% 50%/cover
}
.career__teachers-info{
	width:100%
}
.career__teachers-position{
	font-size:13px;
	color:#919191
}
.xs_set_comment_text,
.xs_set{
	display:inline
}
.xs_set{
	font-size:12px;
	margin:0 5px;
	cursor:pointer;
	color:#bdbdbd
}
.xs_set span{
	color: #15B742;
	text-decoration: none;
	margin:-5px 0 0;
	overflow:hidden;
	text-indent:-10000px;
	white-space:nowrap;
	display:inline-block;
	width:13px;
	height:13px;
	background:url(/download_file.html?file_id=7158903089040282478) no-repeat 50% 50%/cover;
	vertical-align: middle;
}
.xs_set_comment_form + .xs_set{
	display:none
}
.xs_set span:hover{
	color:#129E39
}
.xs_set_comment_form + .xs_set_comment{
	display:none
}
.xs_set_comment_form textarea,
.xs_set_comment_form select{
	width: 100%;
	padding: 9px 10px;
	font-size: 12px;
	box-sizing:border-box
}
.career__reserves-taskname-cont{
	position:relative;
	display:inline;
}
.is_edit .career__reserves-taskname-cont{
	padding-right:50px;
}
.career__reserves-task-navpane{
	position:absolute;
	right: 0;
	display:none;
}
.career__reserves-task-navpane-btn{
	width:18px;
	height:18px;
	cursor:pointer;
	opacity:.6;
	margin-left: 6px;
}
.career__reserves-task-navpane-btn:hover{
	opacity:1
}
.career__reserves-task:hover .career__reserves-task-navpane{
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.career__reserves-task-navpane-btn svg{
	width:100%;
	height:100%;
	fill:#e73137;
}
.career__reserves-set-btn{
	margin-top:30px
}
.career__reserves-btns{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:30px;
}
.career__reserves-delete-btn{
	color: #e73137;
	cursor: pointer;
	margin: 16px 0;
	display: flex;
	justify-content: flex-start;
}
.career__reserves-delete-btn-svg{
	width:20px;
	height:20px;
	margin-right:10px;
}
.career__reserves-delete-btn-svg svg{
	width:20px;
	height:20px
}

/* Карточка развития карьеры - конец */

.img_contact{
	margin-right:0
}

.btn.request_olympiad{
	display:block;
	max-width:400px;
	margin:30px auto
}