

/* Start:/leader/_inc/share-widget/share-widget.css?16976230485817*/
.share__widget {
    position: relative;
    z-index: 1;
}

.share__menu {
    display: flex;
    position: absolute;
    bottom: -58px;
    left: 73px;

    padding: 12px;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    column-gap: 8px;
    row-gap: 0;
    height: 58px;
    overflow: visible;

    border-radius: 50px;

    background: rgba(255, 255, 255, 0);
    transition: all ease-out 600ms;
}

.share__visually-hidden {
    position: absolute !important;
    bottom: -58px;
    left: 58px;
    width: 0px !important;
    height: 58px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;

    background: rgba(255, 255, 255, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    transition: all ease 300ms;
}

.dark .share__menu {
    background: rgba(26, 18, 48, 0.05);
}

.lite .share__menu {
    background: rgba(255, 255, 255, 0.4);
}

.share__menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(26, 18, 48);
    opacity: 0.6;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;

    transition: all ease-out 600ms;
}

.share__visually-hidden .share__menu-btn {
    display: none;
}

.share__menu-btn:hover {
    opacity: 1;
}

.share__menu-btn svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: rgba(26, 18, 48);
}

.share__menu-btn svg.share__btn-copy {
    fill: none;
    stroke: rgba(26, 18, 48);
}

.share__menu-btn.copy svg.share__btn-copy {
    fill: rgba(26, 18, 48);
    stroke: none;
}

.share__menu-btn.copy {
    position: relative;
    opacity: 1;
}

.share__menu-btn-copy-info {
    display: none;

    position: absolute;
    z-index: 5;
    bottom: 44.3px;
    left: 50%;

    padding: 12px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px 16px 16px 0px;

    font-size: 16px;
    font-family: 'GT-Walsheim-LC';
    color: rgba(26, 18, 48);
    opacity: 1;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
}

.copy.share__menu-btn:hover .share__menu-btn-copy-info {
    display: flex;
}

.share__btn {
    position: absolute;
    top: 0;
    left: 0;

    width: 58px;
    height: 58px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(26, 18, 48);
    background-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.show .share__btn {
    opacity: 0.6;
    transition: all ease-out 600ms;
}

.show .share__btn:hover {
    opacity: 1;
}

.share__btn-hover-info {
    display: none;

    position: absolute;
    z-index: 5;
    bottom: 68px;
    left: 50%;

    padding: 12px;
    background-color: rgba(255, 255, 255, 1);

    border-radius: 16px 16px 16px 0px;

    font-size: 16px;
    font-family: 'GT-Walsheim-LC';
    color: rgba(26, 18, 48);
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
}

.share__btn:hover .share__btn-hover-info {
    display: flex;
}

.show .share__btn:hover .share__btn-hover-info {
    display: none;
}

/* иконка поделиться*/
.share__btn-on {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px 2px 2px;
    width: 24px;
    height: 24px;

    fill: rgba(26, 18, 48);
}

.isIOS .share__btn-on {
    padding: 0;
}

/* ========== сами иконки в меню ==========*/
/* размеры */
.share__btn-telegramm {
    width: 15px;
    height: 13.18px;
}

.share__btn-vk {
    width: 18.33px;
    height: 10.89px;
}

.share__btn-ok {
    width: 9.5px;
    height: 16.46px;
}

.share__btn-copy {
    width: 16px;
    height: 16px;
}

.copy .share__btn-copy {
    width: 16px;
    height: 16px;
}

.telegramm-icon {}

.vk-icon {}

.ok-icon {}

/* замена иконок скопировать */
.copy-icon {
    display: flex;
}

.done-icon {
    display: none;
}

.copy .copy-icon {
    display: none;
}

.copy .done-icon {
    display: flex;
}

/* замена иконок поделиться */

.ios-icon {
    display: none;
}

.isIOS .ios-icon {
    display: flex;
}

.android-icon {
    display: flex;
}

.isIOS .android-icon {
    display: none;
}

@media (max-width: 768px) {

    .share__menu {
        left: 0;
        bottom: 4px;

        padding: 8px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: fit-content;
        row-gap: 8px;
        column-gap: 0;
        width: 42px;
        backdrop-filter: blur(4px);
    }

    .share__visually-hidden {
        bottom: 0px;
        width: 42px !important;
        height: 0px !important;
    }

    .share__menu-btn-copy-info {
        left: -147px;
        bottom: 36px;

        border-radius: 12px 12px 0px 12px;
        font-size: 14px;
        line-height: 1.1;

    }

    .share__menu-btn {
        border-width: 1px;
        opacity: 1;

        width: 32px;
        height: 32px;
    }

    .show .share__btn:hover {
        opacity: 0.6;
    }

    .share__btn:hover .share__btn-hover-info {
        display: none;
    }

    .share__btn {
        border-width: 1.5px;

        width: 42px;
        height: 42px;
    }

    .share__btn-on {
        width: 20px;
        height: 20px;
    }

    .share__btn-telegramm {
        width: 12px;
        height: 10.54px;
    }

    .share__btn-vk {
        width: 14.67px;
        height: 8.71px;
    }

    .share__btn-ok {
        width: 7.6px;
        height: 13.17px;
    }

    .share__btn-copy {
        width: 13px;
        height: 13px;
    }

    .copy .share__btn-copy {
        width: 13px;
        height: 13px;
    }

}
/* End */


/* Start:/local/templates/.default/css/jquery.fancybox.min.css?160408281912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/components/omega/showcase.tem.section/templates/.default/style.css?175889416495688*/
.recruitment {
    background-color: var(--lite-color);
}

.recruitment__container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    gap: 32px;
}

.recruitment__tags {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .recruitment__tags {
        margin-right: 0;
    }
}

.recruitment__tags li {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 14px;
    color: var(--accent-color);
    background-color: var(--chips-color);
    border-radius: 8px;
    height: 26px;
}

.recruitment__sticker {
    height: 40px;
    margin-left: auto;
}

@media (max-width: 1280px) {
    .recruitment__sticker {
        margin-left: initial;
    }
}

@media (max-width: 767px) {
    .recruitment__sticker {
        margin-bottom: 18px;
        height: auto;
    }
}

.recruitment__track-marathon-link {
    position: relative;
    top: -30px;
}

@media (max-width: 767px) {
    .recruitment__track-marathon-link {
        top: -4px;
    }
}

.recruitment__title {
    margin-bottom: 40px;
    word-wrap: break-word;
    max-width: 1008px;
}

.recruitment--transparent .recruitment__title {
    margin-bottom: 20px;
}

.recruitment__description {
    line-height: 28px;
    margin-bottom: 60px;
}

.recruitment__image {
    max-width: 300px;
    max-height: 300px;
    min-width: 250px;
    min-height: 250px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.recruitment__image img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.recruitment__info-box {
    font-size: 18px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--secondary-accent-color);
    margin-bottom: 20px;
}

.recruitment__button {
    display: inline-block;
    height: 64px;
    padding: 16px 64px;
    border-radius: 50px;
    border: none;
    color: var(--lite-color);
    background-color: rgb(179, 10, 63);
    transition: var(--smooth-transition);
    text-align: center;
    text-decoration: none;
}

.recruitment .recruitment__button {
    left: 8px;
    text-align: center;
    text-decoration: none;
}

.recruitment__button:hover,
.recruitment__button:focus,
.recruitment__button:active {
    background-color: var(--secondary-accent-color);
}

@media (max-width: 991px) {
    .recruitment__tags li {
        font-size: 14px;
        line-height: 14px;
        max-width: fit-content;
    }

    .recruitment__tags {
        display: flex;
        flex-wrap: wrap;
    }

    .recruitment__title {
        font-size: 24px;
        line-height: 28px;
    }

    .recruitment__description {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .recruitment__info {
        font-size: 18px;
        line-height: 21px;
    }

    .recruitment__button {
        padding: 16px 32px;
        font-size: 18px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .recruitment__image img {
        width: 100%;
        height: auto;
        min-width: 250px;
        min-height: 250px;
    }
}

@media (max-width: 550px) {
    .recruitment {
        padding-top: 8px;
        margin-top: 20px;
        background-color: inherit;
    }

    .recruitment__title {
        padding-top: 0px;
        margin-bottom: 20px;
        white-space: inherit;
    }

    .recruitment__tags {
        padding: 10px;
        padding-left: 0px;
        height: auto;
        margin-bottom: 10px;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .recruitment--transparent .recruitment__title {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .recruitment__tags li {
        height: min-content;
        word-wrap: break-word;
        display: block;
        z-index: 1;
    }

    .recruitment__container {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .recruitment__content-main {
        background-color: var(--lite-color);
        margin: 0px;
        padding: 0px;
        border-radius: 24px;
        margin-bottom: 0px;
        width: 100%;
    }

    .recruitment__image {
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        max-width: calc(100% - 32px);
        min-height: 0;
        width: 100%;
        height: 160px;
        border-radius: 16px;
        overflow: hidden;
    }

    .recruitment__image img {
        position: absolute;
        border-radius: 16px;
        top: -70px;
    }

    .recruitment__info-box {
        padding: 20px 10px;
        border-radius: 24px;
        background-color: var(--secondary-accent-color);
        color: var(--lite-color);
        font-feature-settings: "case" on, "cpsp" on;
    }

    .recruitment__info-box sup.tip:after {
        content: url(/local/templates/Vitrina/img/icons/qtip-info--white.svg);
    }

    .recruitment__button-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        height: 66px;
        background-color: #f5f5f5;
    }

    .recruitment__button {
        position: fixed;
        bottom: 10px;
        z-index: 3;
        height: 46px;
        left: 10px;
        right: 10px;
    }
}

@media (max-width: 360px) {
    .recruitment__content-main {
        padding: 10px 0px 20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        width: 100%;
    }

    .recruitment__image {
        max-width: calc(100% - 32px);
    }

    .recruitment__image img {
        top: -30px;
    }

    .recruitment__info-box {
        margin: 0 -8px;
    }
}

.procurement-management {
    background-color: var(--lite-color);
}

.procurement-management--transparent,
.recruitment--transparent {
    background-color: transparent;
}

.procurement-management {
    margin-top: 60px;
}

.procurement-management--with-inner,
.recruitment--with-inner {
    padding: 20px 168px;
}

@media (max-width: 991px) {
    .procurement-management--with-inner,
    .recruitment--with-inner {
        padding: 20px 64px;
    }
}

@media (max-width: 767px) {
    .procurement-management--with-inner,
    .recruitment--with-inner {
        padding: 20px 32px;
    }
}

@media (max-width: 570px) {
    .procurement-management--with-inner,
    .recruitment--with-inner {
        padding: 20px 16px;
    }
}

.procurement-management__inner,
.recruitment__inner {
    margin: 0 auto;
    max-width: 1264px;
    padding: 40px;
    border-radius: 32px;
}

@media (max-width: 570px) {
    .procurement-management__inner,
    .recruitment__inner {
        padding: 12px;
    }
}

.procurement-management__inner--white,
.recruitment__inner--white {
    background-color: var(--lite-color);
}

.procurement-management__container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.procurement-management__maincontent {
    display: flex;
    gap: 32px;
}

.procurement-management__tags {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.procurement-management__tags li {
    padding: 6px 16px;
    font-size: 16px;
    line-height: 14px;
    color: var(--accent-color);
    background-color: var(--chips-color);
    border-radius: 8px;
}

.procurement-management__title {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.procurement-management__right-header-mobile {
    display: none;
    font-size: 14px;
    line-height: 16px;
}

.procurement-management__description {
    line-height: 28px;
    margin-bottom: 60px;
}

.procurement-management__info-box {
    font-size: 18px;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--secondary-accent-color);
    margin-bottom: 20px;
}

.procurement-management__button {
    cursor: pointer;
    display: inline-block;
    height: 64px;
    padding: 16px 64px;
    border-radius: 50px;
    border: none;
    color: var(--lite-color);
    background-color: var(--main-text-color);
    transition: var(--smooth-transition);
}

.procurement-management__right {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: end;
    align-items: end;
}

.procurement-management__image {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-width: 150px;
    max-height: 150px;
    height: 25vw;
    width: 25vw;
}

.procurement-management__image img {
    position: absolute;
    width: auto;
    height: 100%;
}

.procurement-management__header-icon {
    display: flex;
    justify-content: flex-start;
    width: 20px;
}

.procurement-management__right-header-pc {
    display: flex;
    gap: 10px;
    padding: 10px 10px 10px 12px;
}

.procurement-management__right .text {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
}

.procurement-management__button:hover,
.procurement-management__button:focus,
.procurement-management__button:active {
    background-color: var(--secondary-accent-color);
}

.procurement-management__bottomcontent {
    gap: 20px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-accent-color);
}

.procurement-management__bottomcontent li::before {
    display: flex;
    width: 24px;
    height: 24px;
    line-height: 1;
    content: url('data:image/svg+xml; utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.2104 7.20998C18.1175 7.11625 18.0069 7.04186 17.885 6.99109C17.7632 6.94032 17.6324 6.91418 17.5004 6.91418C17.3684 6.91418 17.2377 6.94032 17.1159 6.99109C16.994 7.04186 16.8834 7.11625 16.7904 7.20998L9.34044 14.67L6.21044 11.53C6.11392 11.4367 5.99998 11.3634 5.87512 11.3142C5.75026 11.265 5.61694 11.2409 5.48276 11.2432C5.34858 11.2455 5.21617 11.2743 5.09309 11.3278C4.97001 11.3812 4.85868 11.4585 4.76544 11.555C4.6722 11.6515 4.59889 11.7654 4.54968 11.8903C4.50048 12.0152 4.47635 12.1485 4.47867 12.2827C4.48099 12.4168 4.50972 12.5493 4.56321 12.6723C4.6167 12.7954 4.69392 12.9067 4.79044 13L8.63044 16.84C8.7234 16.9337 8.834 17.0081 8.95586 17.0589C9.07772 17.1096 9.20843 17.1358 9.34044 17.1358C9.47245 17.1358 9.60316 17.1096 9.72502 17.0589C9.84687 17.0081 9.95748 16.9337 10.0504 16.84L18.2104 8.67998C18.3119 8.58634 18.393 8.47269 18.4484 8.34619C18.5038 8.21969 18.5324 8.08308 18.5324 7.94498C18.5324 7.80688 18.5038 7.67028 18.4484 7.54378C18.393 7.41728 18.3119 7.30363 18.2104 7.20998Z" fill="rgba(44, 21, 81, 1)"/></svg>');
}

.procurement-management__bottomcontent li {
    width: auto;
    display: flex;
    align-items: flex-start;
    min-height: 24px;
    gap: 10px;
}

@media (max-width: 991px) {
    .procurement-management__tags li {
        font-size: 14px;
        line-height: 14px;
        max-width: fit-content;
    }

    .procurement-management__bottomcontent {
        grid-template-columns: 1fr 1fr;
    }

    .procurement-management__image {
        min-height: 250px;
        min-width: 250px;
    }

    .procurement-management__tags {
        display: flex;
        flex-wrap: wrap;
    }

    .procurement-management__title {
        font-size: 24px;
        line-height: 28px;
    }

    .procurement-management__description {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .procurement-management__info {
        font-size: 18px;
        line-height: 21px;
    }

    .procurement-management__button {
        padding: 16px 32px;
        font-size: 18px;
        line-height: 14px;
    }
}

@media (max-width: 550px) {
    .procurement-management {
        margin-top: 10px;
        padding-top: 8px;
        background-color: inherit;
    }

    .procurement-management__right-header-mobile {
        position: relative;
        display: flex;
        gap: 10px;
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .procurement-management__description {
        margin-bottom: 0px;
    }

    .procurement-management__right-header-mobile::before {
        content: '';
        width: 96%;
        margin: 0 auto;
        border-top: 1px solid #d5d9dc;
        position: absolute;
        top: 0px;
        left: 8px;
    }

    .procurement-management__right-header-mobile::after {
        content: '';
        width: 96%;
        margin: 0 auto;
        border-bottom: 1px solid #d5d9dc;
        position: absolute;
        bottom: 0px;
        left: 8px;
    }

    .procurement-management__right-header-pc {
        display: none;
    }

    .procurement-management__tags {
        padding: 10px;
        height: auto;
        margin-bottom: 10px;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .procurement-management__title {
        margin-bottom: 20px;
        white-space: inherit;
    }

    .procurement-management__tags li {
        height: min-content;
        word-wrap: break-word;
        display: block;
        z-index: 1;
    }

    .procurement-management__container {
        padding-top: 0;
        padding-bottom: 20px;
        gap: 20px;
    }

    .procurement-management__bottomcontent {
        padding: 20px 8px;
        background-color: var(--lite-color);
        border-radius: 24px;
        margin: 0 -8px;
    }

    .procurement-management__right {
        position: absolute;
        overflow: hidden;
        height: 160px;
        width: 100%;
        border-radius: 16px;
        max-width: calc(100% - 32px);
    }

    .procurement-management__image {
        width: 100%;
        max-width: none;
        border-radius: 0;
        position: inherit;
        display: none;
    }

    .procurement-management__image img {
        width: 100%;
        position: absolute;
        border-radius: 16px;
    }

    .procurement-management__content-top {
        border-radius: 24px;
        margin: -8px -8px 0px -8px;
        padding: 10px 8px 20px;
        margin-bottom: 20px;
        background-color: var(--lite-color);
    }

    .procurement-management__info-box {
        padding: 20px 10px;
        border-radius: 24px;
        background-color: var(--accent-color);
        color: var(--lite-color);
        margin: 0 0px;
    }

    .procurement-management__button {
        display: none;
    }

    .procurement-management__bottomcontent {
        grid-template-columns: 1fr;
    }

}

.info-block__title {
    margin-bottom: 40px;
    margin-top: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: left;
}

.info-block__content .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;

    margin-bottom: 40px;
}

.info-block__content .item {
    position: relative;
    padding-left: 32px;

    letter-spacing: 0;
}

.info-block__content .item::before {
    position: absolute;
    content: '.';
    top: -18px;
    left: 10px;

    color: var(--main-text-color);
    font-weight: 700;
    font-size: 32px;
}

.info-block__content .text {
    line-clamp: none;
    -webkit-line-clamp: none;
    letter-spacing: 0;
    height: auto;

    transition: var(--smooth-transition);
}

.info-block__mobile-btn {
    display: none;
}

@media (max-width: 1300px) {
    .info-block__content .list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

}

@media (max-width: 991px) {
    .info-block__title {
        margin-bottom: 30px;
    }

    .info-block {
        font-size: 18px;
        line-height: 24px;
    }

    .info-block__content .list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;

        margin-bottom: 30px;
    }

    .info-block__content .item::before {
        top: -10px;
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .info-block__content .list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .info-block__title {
        text-align: start;

    }
}

@media (max-width: 570px) {
    .info-block__title {
        justify-content: flex-start;
    }

    .info-block__content .item::before {
        top: -8px;
        font-size: 24px;
    }

    .info-block__content .item {
        position: relative;
        padding-left: 26px;

        letter-spacing: 0;
    }

    .info-block__content .text.hidden {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 16;
        -webkit-box-orient: vertical;
        line-clamp: 16;
        box-orient: vertical;
    }

    .info-block__mobile-btn {
        padding-top: 6px;
        display: flex;
        align-items: center;
    }

    .info-block__mobile-btn span {
        text-decoration: underline;
    }

    .info-block__mobile-btn-icon {
        fill: var(--main-text-color);
    }

    .info-block__switch-icon {
        transform: rotate(180deg);
        transition: var(--smooth-transition);
    }

    .hidden .info-block__switch-icon {
        transform: rotate(0deg);
    }

    .hidden.info-block__mobile-btn .more {
        display: block;
        transition: var(--smooth-transition);
    }

    .info-block__mobile-btn .more {
        display: none;
    }

    .hidden.info-block__mobile-btn .close {
        display: none;
    }

    .info-block__mobile-btn .close {
        display: block;
        transition: var(--smooth-transition);
    }

}

.divider {
    width: 100%;
    height: 1px;

    background-color: var(--divider-color);
}

.divider__wrapper {
    margin: 20px 0;
}

.detailed {
    color: var(--main-text-color);
}

.detailed .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.detailed__header {
    display: flex;
    font-family: "GT-Walsheim-LC-bold";
    font-size: 36px;
    line-height: 40px;
}

.detailed__subheader {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.detailed__content-body {
    display: flex;
    gap: 30px;
}

.detailed__body-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detailed__body-list li {
    display: flex;
    gap: 10px;
}

.detailed__body-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detailed__body-list li span {
    max-width: 38px;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    background-color: var(--divider-color);
    border-radius: 50px;
    font-size: 24px;
    line-height: 38px;
    color: var(--accent-color);
}

.detailed__image.pc {
    height: 560px;
}

.detailed__content-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detailed__bottom-switch {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.detailed__switch-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    text-decoration-line: underline;
}

.detailed__bottom-list li {
    position: relative;
    /*display: flex;
    gap: 10px;*/
    padding-left: 32px;
}

.detailed__bottom-list li::before {
    position: absolute;
    top: -12px;
    left: 10px;
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    content: ".";
}

.detailed__content-bottom .detailed__switch-icon {
    transform: rotate(0);
    transition: all 0.3s ease;
}

.detailed__content-bottom.show .detailed__switch-icon {
    transform: rotate(180deg);
}

.detailed__image.mobile {
    display: none;
}

.detailed__content-bottom .detailed__bottom-list {
    display: none;
}

.detailed__content-bottom.show .detailed__bottom-list {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1350px) {
    .detailed__image.pc {
        width: 100%;
        height: 100%;
        min-width: 450px;
    }
}

@media (max-width: 1150px) {
    .detailed__image.pc {
        width: 100%;
        height: 100%;
        min-width: 350px;
    }
}

@media (max-width: 991px) {
    .detailed__body-list li {
        font-size: 18px;
        line-height: 32px;
    }

    .detailed__body-list li span {
        max-width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .detailed__image.pc {
        display: none;
    }

    .detailed__content-body {
        margin-top: 10px;
    }

    .detailed .container {
        gap: 30px;
    }

    .detailed__image.mobile {
        display: block;
        border-radius: 24px;
    }

    .detailed__content-bottom {
        margin-top: -10px;
        gap: 10px;
    }
}

@media (max-width: 550px) {
    .detailed__subheader {
        font-size: 18px;
        line-height: 26px;
    }

    .detailed__body-list {
        gap: 10px;
    }

    .detailed__bottom-list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .detailed__body-list li {
        align-items: flex-start;
    }

    .detailed__header {
        font-size: 24px;
        line-height: 32px;
    }

    .detailed__switch-text {
        font-size: 18px;
        line-height: 38px;
        font-family: "GT-Walsheim-LC";
        font-weight: 400;
    }
}

.more-block {
    text-align: center;
}

.more-block__title {
    max-width: 900px;
    margin-bottom: 40px;
    text-align: left;
}

.more-block__content {
    padding: 60px 40px;

    background-color: var(--lite-color);
    border-radius: 32px;
}

.more-block__content .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 40px;

    text-align: start;
}

.more-block__content .title {
    margin-bottom: 10px;

    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;

    display: flex;
    align-content: center;
}

.more-block__content .title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    margin-right: 8px;
    width: 32px;
    height: 32px;

    line-height: 1;
    content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'><path fill='rgba(255, 15, 67, 1)' fill-rule='evenodd' d='m9 13.586 7.434-7.435 1.131 1.132L9 15.848l-4.566-4.565 1.131-1.132L9 13.586Z' clip-rule='evenodd' /><rect width='19.333' height='19.333' x='1.333' y='1.333' stroke='rgba(255, 15, 67, 1)' stroke-width='2' rx='9.667' /></svg>");
}

.more-block__content .text {
    font-size: 20px;
    line-height: 1.78;
    letter-spacing: 0;
}


@media (max-width: 1380px) {
    .more-block__content .list {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
}

@media (max-width: 1100px) {
    .more-block__content .list {
        grid-template-columns: 1fr;
    }
    .feedback-form__info-bottom img {
        max-width: 366px;
    }
}

@media (max-width: 991px) {
    .more-block__content .list {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }
}

@media (max-width: 900px) {
    .more-block__content .list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .more-block__content .list {
        grid-template-columns: 1fr 1fr;
    }

    .more-block {
        text-align: start;
    }

    .more-block__title {
        margin-bottom: 30px;
    }

    .more-block__content {
        padding: 30px 8px;
        margin: 0 -8px;
    }

    .more-block__content .title {
        font-size: 18px;
        line-height: 24px;
    }

    .more-block__content .text {
        font-size: 16px;
        line-height: 18px;
    }

}

@media (max-width: 600px) {
    .more-block__content .list {
        grid-template-columns: 1fr;
    }
}

.where-to-begin {
    overflow-x: hidden;
}

.where-to-begin__container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.where-to-begin__container-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.where-to-begin__header-title {
    font-size: 36px;
    line-height: 40px;
}

.where-to-begin__header-btns {
    display: flex;
    gap: 48px;
}

.where-to-begin__button-icon {
    fill: var(--divider-color);
}

.where-to-begin__button-icon:hover {
    fill: rgba(213, 217, 220, 0.7);
}

.where-to-begin__sliders {
    width: auto;
    position: relative;
    padding-left: 168px;
}

@media (max-width: 991px) {
    .where-to-begin__sliders {
        padding-left: 64px;
    }
}

@media (max-width: 767px) {
    .where-to-begin__sliders {
        padding-left: 32px;
    }
}

@media (max-width: 570px) {
    .where-to-begin__sliders {
        padding-left: 16px;
    }
}

.where-to-begin__sliders .slick-list {
    overflow: visible;
}

.where-to-begin__slider-card-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 508px !important;
    height: 400px !important;
    padding: 32px;
    border-radius: 32px;
    background-color: var(--lite-color);
}
.where-to-begin__slider-card-slide27 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 32px;
    background-color: var(--lite-color);
    z-index:1;
    max-width:616px!important;
    justify-content: space-between;
    left: -2px;
    position: relative;
    margin:-2px;
}
.where-to-begin__slider-card-slide27.slide27Uno {
    max-width: unset !important;
}
.unoSlide27IMG {
    display: flex;
    flex-direction: row;
}
.button27sec {
    text-decoration:none;
    height: 48px;
    padding: 16px 32px;
    border-radius: 50px;
    text-align:center;
    font-size:20px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    flex: none;
    order: 0;
    flex-grow: 0;
}
.slideImg27{
    /*display:flex;
    flex-direction: row;*/
    max-width:670px!important;
    display: grid;
    grid-template-columns: 65% 35%;
    margin: -2px;
}
.imgBlock27Stretched {
    background-size: cover;
    background-position: center;
}
.imgBlock27Stretched img {
    display: none !important;
}
.imgBlock27{
    background-color:rgb(240 240 240);
    border-radius: 0 32px 32px 0;
    margin-left: -50px;
    position:relative;
}
.imgImgBlock27{
    object-fit: none;
    border-radius:0 32px 32px 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.startRow {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:1439px ){
    .startRow {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .unoSlideWhithoutIMG27 {
        margin-left: -8px!important;
        margin-right: -8px!important;
    }
}
@media (min-width: 1439px) {
    .unoLabelwhithoutIMG27 {
        max-width:65%;
    }
}

.startRowNowUno {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.where-to-begin__card-padding {
    padding-right: 32px;
}
.where-to-begin__card-padding27 {
    padding-right: 10px;
    border-radius: 32px;
    padding-right: 17px;
    margin-right:32px
}

#where-to-begin-btn-next27.slick-disabled,
#where-to-begin-btn-back27.slick-disabled {
    opacity: 0.5;
}

.buttonWithoutImage27{
    display:flex;
    align-items: center;
}
.labelWithoutImage27{
    font-size:16px;
    line-height:20px;
    padding-left:20px;
}
.img27_full {
    display:block!important;
}
.img27_mobile {
    display:none!important;
}

.where-to-begin__card-header {
    display: flex;
    gap: 32px;
}

.where-to-begin__card-header-digit {
    max-width: 36px;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-text-color);
    color: var(--lite-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    border-radius: 32px;
}

.where-to-begin__card-header-title {
    font-family: "GT-Walsheim-LC-bold";
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.where-to-begin__card-description {
    line-height: 32px;
}

.where-to-begin__card-tag {
    font-size: 18px;
    line-height: 24px;
    color: var(--secondary-accent-color);
}

.unoSlideImg27 {
    width: unset !important;
    max-width: unset !important;
}

@media (max-width: 991px) {
    .where-to-begin__header-btns {
        display: none;
    }

    .where-to-begin__container {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .where-to-begin__slider-card-slide {
        padding: 30px 16px;
        width: 300px !important;
        height: 422px !important;
        gap: 20px;
    }
    .where-to-begin__slider-card-slide27 {
        padding: 30px 16px;
        width: 310px !important;
        gap: 20px;
        left:unset;
        top:-2px;
        margin-bottom:16px;
        margin-left: -1px;
        margin-right: -1px;
    }
    .slide27{
        margin-left: unset;
        margin-right: unset
    }
    .where-to-begin__card-padding27 {
        padding-right: unset;
        padding-bottom: 1px;
    }
    .slideImg27 {
        flex-direction: column;
        width: 310px !important;
        display: flex;
        margin: 0px -1px
    }
    .slideImg27.unoSlideImg27 {
        width: unset !important;
    }
    .unoSlide27IMG{
        position:absolute;
    }
    .imgBlock27{
        border-radius: 0 0 32px 32px;
        margin-left:unset;
        margin-top:-40px;
        margin-bottom: 16px;
        height:240px;
    }
    .imgImgBlock27{
        object-fit: none;
        border-radius: 0 0 32px 32px;
        bottom: 0;
        position: absolute;
        width: 100%;
        height:240px;
    }
    .img27_full {
        display:none!important;
    }
    .img27_mobile {
        display:block!important;
    }
    .buttonWithoutImage27{
        display:flex;
        align-items: unset;
        flex-direction: column-reverse;
        gap:20px
    }
    .labelWithoutImage27{
        padding-left:unset;
        font-size:16px;
        letter-spacing:0;
    }

    .where-to-begin__card-padding {
        padding-right: 10px;
    }

    .where-to-begin__card-header {
        flex-direction: column;
        gap: 10px;
    }

    .where-to-begin__card-header-digit {
        font-size: 18px;
        line-height: 28px;
    }

    .where-to-begin__card-header-title {
        font-size: 18px;
        line-height: 28px;
    }

    .where-to-begin__card-tag {
        font-size: 16px;
        line-height: 18px;
    }

    .where-to-begin__card-description {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .slide27Uno {
        width: unset !important;
    }
}
@media (max-width: 550px) {
    .where-to-begin__header-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 360px) {
    .where-to-begin__container-header {
        margin: 0 -8px;
    }
}

@media (max-width: 300px) {
    .where-to-begin__slider-card-slide {
        width: 240px !important;
        min-height: 540px !important;
        height: 100% !important;
    }
    .where-to-begin__slider-card-slide27 {
        width: 240px !important;
        min-height: 540px !important;
        height: 100% !important;
    }

}

.image-block {
    width: 100%;

    border-radius: 32px;
}

.image-block img {
    border-radius: 32px;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

@media (max-width: 570px) {
    .image-container {
        padding: 0 8px;
    }

    .image-block {
        width: 100%;
        height: 280px;

        border-radius: 24px;
    }

    .image-block img {
        border-radius: 24px;
        object-fit: cover;
        object-position: center right;
    }
}

.video-block {
    position: relative;
    width: 100%;
    max-height: 636px;
    overflow: hidden;
    border-radius: 32px;
}

.video-block img {
    border-radius: 32px;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

.video-block__info {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    background-color: rgba(41, 39, 39, 0.5);
    border-radius: 32px;
}

.video-block__info-time {
    padding: 10px;
    margin-bottom: 26px;
    width: max-content;

    background-color: var(--divider-color);
    border-radius: 8px;
    line-height: 1.12;
}

.video-block__info-time span {
    font-size: 16px;
}

.video-block__info-title {
    max-width: 500px;

}

.video-block__info-title span {
    text-transform: uppercase;

    font-family: 'Alter Aves';
    font-size: 48px;
    line-height: 1.27;
    color: var(--lite-color);
}

.video-block__btn {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    width: 96px;
    height: 96px;
    padding: 28px 28px 28px 34px;
    background-color: var(--decor-color);
    border-radius: 50%;
    outline: none;

    transition: var(--smooth-transition);
}

.video-block__btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;

    width: 27px;
    height: 32px;
    fill: var(--lite-color);
    transition: var(--smooth-transition);
}

.video-block__btn:hover,
.video-block__btn:focus,
.video-block__btn:active {
    background-color: var(--lite-color);
}

.video-block__btn:hover .video-block__btn-icon,
.video-block__btn:focus .video-block__btn-icon,
.video-block__btn:active .video-block__btn-icon {
    fill: var(--decor-color);
}

.local-video__video {
    width: 100%;
    height: auto;
    border-radius: 32px;
    max-height: 636px;
}

.local-video__video video {
    border-radius: 32px;
    width: 100%;
    height: 100%;
    max-height: 636px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1400px) {
    .video-block__info {
        padding: 40px;
    }

    .video-block__info-title {
        max-width: 360px;
    }

    .video-block__info-title span {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 1200px) {
    .video-block__info-title {
        max-width: 280px;
    }

    .video-block__info-title span {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .video-block {
        width: 100%;
        height: 360px;

        border-radius: 24px;
    }

    .video-block__info {
        padding: 20px;
        border-radius: 24px;
    }

    .video-block__info-title {
        max-width: 240px;
    }

    .video-block__info-time {
        padding: 6px 10px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .video-block__info-time span {
        font-size: 14px;
        line-height: 16px;
    }

    .video-block__btn {
        width: 74px;
        height: 74px;
        padding: 17px 17px 17px 23px;
    }

    .video-block img {
        border-radius: 24px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .local-video__video {
        width: 100%;
        height: auto;
        border-radius: 24px;
        max-height: 360px;
    }

    .local-video__video video {
        border-radius: 24px;
        width: 100%;
        height: 100%;
        max-height: 360px;
        object-fit: cover;
        object-position: center;
    }

}

@media (max-width: 570px) {
    .video-container {
        padding: 0 8px;
    }

    .video-block {
        height: 194px;
    }

    .video-block__info-title {
        display: none;
    }

    .video-block__info-time {
        margin-bottom: 0;
    }

    .local-video__video {
        max-height: 194px;
    }

    .local-video__video video {
        max-height: 194px;
    }
}

.teachers-block {
    text-align: center;
}

.teachers-block__title {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;

}

@media (max-width: 570px) {
    .teachers-block__title {
        margin-bottom: 30px;

    }
}

.teachers-block__description {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;

    font-weight: 700;
    font-size: 24px;
    line-height: 1.58;
}

.teachers-block__content {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.teachers-block__about-teachers {
    text-align: start;
    max-width: 508px;
}

.teachers-block__about-teachers .item {
    position: relative;
    padding-left: 32px;
    letter-spacing: 0.0em;
}

.teachers-block__about-teachers .item::before {
    position: absolute;
    content: '.';
    top: -18px;
    left: 10px;

    color: var(--main-text-color);
    font-weight: 700;
    font-size: 32px;
}

.teachers-block__slider-container {
    position: relative;
    width: 616px;
    min-width: 616px;
    margin: 0 auto;
}

.teachers-block__slider-teachers {
    max-width: 500px;
    height: 320px;
    margin: 0 auto;
}

.teachers-blocks-slider__inner {
    margin-bottom: 20px;
}

.teachers-block-slider__nav-prev {
    cursor: pointer;
    position: absolute;
    top: 90px;
    left: 0;
    transform: translateY(-50%);
    fill: var(--main-text-color);
}

.teachers-block-slider__nav-next {
    cursor: pointer;
    position: absolute;
    top: 90px;
    right: 0;
    transform: translateY(-50%);
    fill: var(--main-text-color);
}

.teachers-block-slider__nav-next svg {
    fill: var(--main-text-color);
    transition: var(--smooth-transition);
}

.teachers-block-slider__nav-prev svg {
    fill: var(--main-text-color);
    transition: var(--smooth-transition);
}

.teachers-block-slider__nav-prev:hover svg,
.teachers-block-slider__nav-prev:focus svg,
.teachers-block-slider__nav-prev:active svg,
.teachers-block-slider__nav-next:hover svg,
.teachers-block-slider__nav-next:focus svg,
.teachers-block-slider__nav-next:active svg {
    fill: var(--decor-color);
}

.teachers-block__person-img {
    width: 128px;
    height: 128px;
    margin: 26px auto;

    border-radius: 50%;
    filter: grayscale(1);
    transition: var(--smooth-transition);

}

.teachers-block__person-img img {
    width: 100%;
    height: 100%;
    object-position: center;

    border-radius: 50%;
    transition: var(--smooth-transition);
}

.slick-current .teachers-block__person-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;

    border-radius: 50%;
    filter: grayscale(0);
    transition: var(--smooth-transition);
}

.teachers-block-slider__slide.slick-current {
    width: 180px;
    height: 180px;
    transition: var(--smooth-transition);
}

.teachers-info__content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 280px;
}

.teachers-info__name {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 8px;

}

.teachers-info__job-title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.0em;

}

@media (max-width: 1350px) {
    .teachers-block__description {
        margin-bottom: 40px;
    }

    .teachers-block__content {
        flex-direction: column;
        align-items: center;
        column-gap: 0;
        row-gap: 40px;

    }

    .teachers-block__about-teachers {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .teachers-block__description {
        text-align: start;
        font-size: 18px;
        line-height: 24px;
    }

    .teachers-block__about-teachers {
        font-size: 18px;
        line-height: 24px;
    }

    .teachers-block__about-teachers .item {
        padding-left: 28px;
    }

    .teachers-block__about-teachers .item::before {
        top: -6px;
        font-size: 24px;
    }

    .teachers-block-slider__nav-prev {
        display: none;
    }

    .teachers-block-slider__nav-next {
        display: none;
    }

    .teachers-block__slider-container {
        position: relative;
        width: 100%;
        min-width: fit-content;
        margin: 0px;
    }

    .teachers-block__slider-teachers {
        max-width: auto;
        width: auto;
        height: 320px;
        margin: 0 auto;
    }

    .teachers-block__person-img {
        width: 120px;
        height: 120px;
    }

    .slick-current .teachers-block__person-img {
        width: 140px;
        height: 160px;
        padding: 10px 0;
    }

    .teachers-info-slider-slide__item {
        padding: 10px;
        margin: 0 auto;
        max-width: 380px;
        background-color: var(--lite-color);
        border-radius: 24px;
    }

    .teachers-info__name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .teachers-info__job-title {
        font-size: 14px;
        line-height: 14px;
    }

    .teachers-block__slider-teachers {
        max-width: calc(100vw - 32px);
        height: 320px;
        margin: 0 auto;
    }

    .teachers-blocks-slider__inner {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .teachers-block__slider-teachers {
        max-width: 100vw;
    }

    .teachers-block-slider-slide__item {
        min-width: 160px;
    }

    .teachers-info-slider-slide__item {
        max-width: 308px;
        width: calc(100vw - 16px);
    }

    .teachers-block__slider-teachers {
        height: 274px;
    }

}

.reviews {
    text-align: left;
}

.reviews-wrapper {
    padding: 40px 0;
}

.reviews__mobile-title {
    display: none;
}

.reviews__slider {
    position: relative;
}

.reviews-slider-slide__item {
    max-width: 400px;
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 24px;

    align-self: stretch;
    text-align: start;
    letter-spacing: 0.02em;
}

.reviews-slider__slide {
    filter: grayscale(1);
    color: var(--secondary-text-color);
}

.slick-current.reviews-slider__slide {
    filter: grayscale(0);
    color: var(--main-text-color);

}

.reviews__person-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;

    border: 2px solid transparent;
    /* background-color: rgba(102, 51, 152, 1); */
}

.slick-current .reviews__person-img {
    border: 2px solid rgba(102, 51, 152, 1);
}

.reviews__person-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    object-position: center;
}

.reviews__person-name {
    margin-bottom: 8px;

    word-wrap: normal;
    word-break: normal;

    font-size: 24px;
    line-height: 1.33;
}

.reviews__person-text {
    font-size: 14px;
    line-height: 1
}

.reviews-slider__nav-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -104px;
    transform: translateY(-50%);
    fill: var(--main-text-color);
}

.reviews-slider__nav-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -104px;
    transform: translateY(-50%);
    fill: var(--main-text-color);
}

.reviews-slider__nav-next svg {
    fill: var(--main-text-color);
    transition: var(--smooth-transition);
}

.reviews-slider__nav-prev svg {
    fill: var(--main-text-color);
    transition: var(--smooth-transition);
}

.reviews-slider__nav-prev:hover svg,
.reviews-slider__nav-prev:focus svg,
.reviews-slider__nav-prev:active svg,
.reviews-slider__nav-next:hover svg,
.reviews-slider__nav-next:focus svg,
.reviews-slider__nav-next:active svg {
    fill: var(--decor-color);
}

.reviews-text-slider__slide {
    padding: 48px 96px 48px 216px;

    background-color: var(--lite-color);
    border-radius: 32px;
    cursor: grab;

}

.reviews-text__content {
    position: relative;
    padding-right: 41px;
    text-align: start;
    font-size: 24px;
    line-height: 1.58;

    letter-spacing: 0.0em;
}

.reviews-text__content:before {
    position: absolute;
    left: -120px;
    top: 0px;
    width: 88px;
    height: 88px;
    content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='none'><path fill='rgba(255, 15, 67, 1)' d='M47.02 62.42 27.13 43.96l19.89-18.59L40.78 19 14 43.96l26.78 24.83 6.24-6.37Zm26.91 0L53.91 43.96l20.02-18.59L67.69 19 40.78 43.96l26.91 24.83 6.24-6.37Z' /></svg>");
}

@media (max-width: 1300px) {
    .reviews-text-slider__slide {
        padding: 36px 36px 36px 140px;

    }

    .reviews-text__content {
        padding-right: 20px;
        font-size: 22px;
        line-height: 32px;
    }

}

@media (max-width: 991px) {
    .reviews-slider__nav-prev {
        left: -30px;
    }

    .reviews-slider__nav-next {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .reviews-wrapper {
        margin: 0 -32px;
    }

    .reviews__title {
        display: none;
    }

    /* .reviews-slider__inner .slick-track{
        display: flex;
        flex-direction: row-reverse;
    } */
    .reviews__mobile-title {
        display: block;
    }

    .reviews-slider__nav-prev {
        display: none !important;
    }

    .reviews-slider__nav-next {
        display: none !important;
    }

    .reviews-text-slider__slide {
        padding: 72px 8px 16px;
    }

    .reviews-text__content {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .reviews-text__content:before {
        position: absolute;
        top: -56px;
        left: 0;
        width: 48px;
        height: 48px;
        content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'><path fill='rgba(255, 15, 67, 1)' d='M25.647 34.047 14.798 23.978l10.85-10.14-3.404-3.474L7.636 23.978l14.608 13.544 3.403-3.475Zm14.679 0-10.92-10.069 10.92-10.14-3.404-3.474-14.678 13.614 14.678 13.544 3.404-3.475Z'/></svg>");
    }

    .slick-current .reviews__person-img {
        border: 2px solid rgba(255, 15, 67, 1);
    }
}

@media (max-width: 570px) {
    .reviews-wrapper {
        margin: 0 -16px;
    }

    .reviews-slider-slide__item.reviews__person {
        grid-template-columns: 64px 1fr;
        column-gap: 16px;

        /* width: 320px; */
        /* margin-right: 12px; */

    }

    .reviews__person-img {
        width: 64px;
        height: 64px;
    }

    .reviews__person-name {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }

    .reviews__person-text {
        font-size: 14px;
        line-height: 14px;
    }

    .reviews-slider__slide {
        width: 450px;

    }

}

@media (max-width: 360px) {

    .reviews-slider__slide {
        width: 304px;

    }

    .reviews-slider-slide__item {
        max-width: 288px;
        margin-left: -16px;
    }

}

@media (max-width: 330px) {
    .reviews-slider__slide {
        width: 100%;

    }

    .reviews-slider-slide__item {

        margin-left: 0;
    }

}

.questions {
    text-align: center;
}

.questions__title {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.questions__accordion {
    /* padding: 0 108px; */
    margin: 0 auto;
    max-width: 1048px;
    text-align: start;
}

.questions__accordion {
    text-align: start;
}

.questions__accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.questions__box {
    padding: 16px 48px;
    height: min-content;

    background-color: var(--lite-color);
    border-radius: 50px;
    transition: var(--smooth-transition);
}

.is-open .questions__box {
    height: max-content;
}

.questions__accordion-item .questions__content-heading {
    display: grid;
    grid-template-columns: 1fr 28px;
    column-gap: 14px;
    align-items: center;

    transition: var(--smooth-transition);
    cursor: pointer
}

.is-open .questions__content-heading {
    margin-bottom: 16px;
}

.questions__content-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.17;

    transition: all 0.1s ease;
}

.is-open .questions__content-title {
    font-weight: 700;
    line-height: 1.33;
}

.questions__content-text {
    display: none;
    /* height: 0; */
    opacity: 0;
    transition: var(--smooth-transition);
}


.questions__content-list {
    display: flex;
    flex-direction: column;
}

.questions__content-list .item {
    position: relative;
    padding-left: 24px;
}

.questions__content-list .item::before {
    position: absolute;
    top: -9px;
    left: 5px;
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    content: '.';
}

.is-open .questions__content-text {
    display: block;
    height: min-content;

    opacity: 1;
}

.question__btn {
    transform: rotate(0);
    transition: var(--smooth-transition);
}

.is-open .question__btn {
    transform: rotate(180deg);
}

.managers-page .questions__accordion {
    color: var(--main-text-color);

}

@media (max-width: 991px) {
    .questions__content-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .questions {
        text-align: start;
    }

    .questions__content-title {
        font-size: 18px;
        line-height: 20px;
    }

    .is-open .questions__content-title {
        line-height: 20px;
    }

    .questions__box {
        padding: 16px 10px;
        border-radius: 24px;
    }

    .questions__content-text {
        font-size: 16px;
        line-height: 18px;
    }

    .questions__content-list .item {
        padding-left: 20px;
    }

    .questions__content-list .item::before {
        top: -9px;
        left: 5px;

        line-height: 1;
        font-size: 22px;
        content: '.';
    }
}

@media (max-width: 570px) {

    .questions__accordion {
        margin: 0 -8px;
    }
}

.question-button {
    display: none;
    align-items: center;
    gap: 10px;
    background-color: var(--decor-color);
    color: var(--lite-color);
    border-radius: 30px;
    border: none;
    padding: 10px 14px;
    font-style: normal;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    max-width: 192px;
    height: 52px;
    position: fixed;
    right: 40px;
    bottom: 40px;
}

.question-button.question-button--product {
    max-width: 100%;
}

@media (max-width: 570px) {
    .question-button__text {
        display: none;
    }

    .question-button {
        padding: 10px;
        right: 10px;
        bottom: 70px;
    }
}

.questions__content-text ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.questions__content-text ul li {
    position: relative;
    padding-left: 24px;
}

.questions__content-text ul li::before {
    position: absolute;
    top: -9px;
    left: 5px;
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    content: '.';
}

@media (max-width: 767px) {
    .questions__content-text ul li {
        padding-left: 20px;
    }

    .questions__content-text ul li::before {
        top: -9px;
        left: 5px;
        line-height: 1;
        font-size: 22px;
        content: '.';
    }
}

.feedback-form__container {
    position: relative;
    max-width: 1263px;
    border-radius: 32px;
    background-color: var(--lite-color);
    padding: 40px;
    display: flex;
    gap: 140px;
}

.feedback-form {
    margin: 60px auto;
}

.feedback-form__info {
    display: flex;
    flex-direction: column;
}

.feedback-form__info-discription {
    font-size: 24px;
    line-height: 32px;
    max-width: 468px;
    letter-spacing: 0;
    margin-top: 32px;
}

.feedback-form__info-bottom {
    margin-top: 148px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 45%;
    max-height: 335px;
    height: 100%;
}

.feedback-form__info-bottom img {
    max-width: 366px;
}

.feedback-form__bottom-jobtitle {
    font-family: "GT-Walsheim-LC";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}

.feedback-form__bottom-image {
    border-bottom-left-radius: 32px;
}

.feedback-form__form input[type="text"]:focus,
.feedback-form__form input[type="email"]:focus {
    outline: none;
}

.feedback-form__textarea:focus {
    outline: none;
}

.feedback-form__form-select:focus {
    outline: none;
}

.feedback-form__form {
    font-family: "GT-Walsheim-LC-lite";
    max-width: 576px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 24px;
    color: var(--form-input-color);
    gap: 20px;
}

.feedback-form__form input[type="text"],
.feedback-form__form input[type="email"] {
    height: 56px;
    padding: 24px 0px 8px 4px;
}

.feedback-form__captcha-mobile-label {
    display: none;
}

.feedback-form__form input {
    border: none;
}

.feedback-form__form select {
    border: none;
}

.border-bottom {
    border-bottom: 1px solid var(--divider-color);
}

.feedback-form__form-select {
    background-color: inherit;
    height: 56px;
    padding: 24px 0px 8px 0px;
    color: var(--form-input-color);
}

.feedback-form__textarea {
    width: 100%;
    height: 80px;
    margin-top: 8px;
    border: 1px solid var(--divider-color);
}

.feedback-form__textarea-label {
    padding-top: 24px;
}

.feedback-form__checkbox {
    width: 0;
    height: 0;
    transform: scale(0);
}

.feedback-form__checkbox-label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--divider-color);
    cursor: pointer;
    border-radius: 3px;
}

.feedback-form__checkbox-box {
    display: flex;
}

.feedback-form__checkbox:checked ~ .feedback-form__checkbox-label::before {
    background-color: var(--main-text-color);
    border: 1px solid var(--main-text-color);
    background-image: url("/local/templates/Vitrina/img/icons/checked-icon.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.feedback-form__checkbox-label {
    padding-left: 24px;
    position: relative;
    font-family: var(--main-font);
    color: var(--main-text-color);
}

.feedback-form__captcha-image {
    border: 1px solid var(--divider-color);
}

.feedback-form__captcha-label {
    line-height: 18px;
    margin-bottom: 8px;
    padding: 20px 0px 10px 0px;
}

.feedback-form__captcha-content {
    display: flex;
    gap: 32px;
    height: 49px;
}

.feedback-form__captcha input[type="text"] {
    height: 49px;
    border: 1px solid var(--divider-color);
    padding: 8px;
}

.feedback-form__captcha {
    padding-bottom: 12px;
}

.feedback-form__button {
    flex-shrink: 0;
    max-width: 163px;
    padding: 16px 32px;
    height: 46px;
    background-color: var(--main-text-color);
    border-radius: 50px;
    line-height: 14px;
    color: var(--lite-color);
}

.feedback-form__button:hover,
.feedback-form__button:active,
.feedback-form__button:focus {
    background-color: var(--secondary-accent-color);
}

@media (max-width: 1360px) {
    .feedback-form {
        padding: 0 94px;
    }

    .feedback-form__form {
        min-width: 350px;
        width: 100%;
    }

    .feedback-form__container {
        gap: 70px;
    }

    .feedback-form__captcha-input {
        min-width: 150px;
    }
}

@media (max-width: 991px) {
    .feedback-form__container {
        flex-direction: column;
        gap: 30px;
    }

    .feedback-form {
        padding: 0 64px;
    }

    .feedback-form__info-bottom {
        display: none;
    }

    .feedback-form__info-discription {
        margin-top: 20px;
    }

    .feedback-form__form {
        max-width: none;
    }

    .feedback-form__checkbox-label {
        margin-top: 10px;
    }

    .feedback-form__form {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .feedback-form__container {
        padding: 31px 12px;
    }

    .feedback-form__info-discription {
        font-size: 18px;
        line-height: 24px;
    }

    .feedback-form {
        padding: 0 32px;
    }
}

@media (max-width: 570px) {
    .feedback-form__captcha-mobile-label {
        display: block;
        margin-top: 18px;
        margin-bottom: 2px;
    }

    .feedback-form__captcha-label {
        margin-bottom: 0;
        margin-top: 14px;
        padding: 4px 0px;
    }

    .feedback-form {
        padding: 0px 16px;
    }

    .feedback-form__form {
        min-width: 50px;
        width: 100%;
    }

    .feedback-form__captcha-image {
        max-width: 184px;
    }

    .feedback-form__captcha-input {
        max-width: 184px;
    }

    .feedback-form__captcha-pc-label {
        display: none;
    }

    .feedback-form__captcha-content {
        flex-direction: column;
        height: auto;
        gap: 2px;
    }

    .feedback-form__button {
        max-width: none;
    }
}

@media (max-width: 360px) {
    .feedback-form {
        padding: 0px 8px;
    }
}

.call-to-action__box {
    padding: 60px 35px;

    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;

    background-color: var(--lite-color);
    border-radius: 32px;
}

.call-to-action__header {
    max-width: 905px;
}

.call-to-action__button {
    flex-shrink: 0;
    padding: 16px 32px;
    height: 46px;
    background-color: var(--main-text-color);
    border-radius: 50px;
    line-height: 14px;
    color: var(--lite-color);
}

.call-to-action__button:hover,
.call-to-action__button:active,
.call-to-action__button:focus {
    background-color: var(--secondary-accent-color);
}

@media (max-width: 767px) {
    .call-to-action {
        display: none;
    }

    .call-to-action--mobile-show {
        display: block;
    }
}

.modal-feedback-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.modal-feedback-form.hide {
    display: none;
}

.modal-feedback-form_text {
    padding: 25px 0px 25px 20px;
}

.modal-feedback-form_icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.modal-feedback-form_title {
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
}

.modal-feedback-form_modal {
    max-width: 367px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 32px;
    background-color: var(--lite-color);
    color: rgb(26, 18, 48);
}

@media (max-width: 570px) {
    .modal-feedback-form_title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-feedback-form_text {
        padding: 10px 0px 10px 20px;
    }

    .modal-feedback-form_modal {
        max-width: 320px;
    }

}

@media (max-width: 340px) {
    .modal-feedback-form_modal {
        width: calc(100vw - 16px);
    }
}

.managers-feedback-forms__form label {
    font-weight: 100;
}

.managers-feedback-forms__form input, .managers-feedback-forms__form textarea {
    color: rgb(0, 0, 0);
}

.modal-feedback-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.modal-feedback-form.hide {
    display: none;
}

.modal-feedback-form_text {
    padding: 25px 0px 25px 20px;
}

.modal-feedback-form_icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.modal-feedback-form_title {
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
}

.modal-feedback-form_modal {
    max-width: 367px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 32px;
    background-color: var(--lite-color);
    color: rgb(26, 18, 48);
}

@media (max-width: 570px) {
    .modal-feedback-form_title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-feedback-form_text {
        padding: 10px 0px 10px 20px;
    }

    .modal-feedback-form_modal {
        max-width: 320px;
    }

}

@media (max-width: 340px) {
    .modal-feedback-form_modal {
        width: calc(100vw - 16px);
    }
}

.managers-feedback-forms__form label {
    font-weight: 100;
}

.managers-feedback-forms__form input, .managers-feedback-forms__form textarea {
    color: rgb(0, 0, 0);
}

.questions__accordion .item:not(:last-child) {
    margin-bottom: 20px;
}

.recruitment__container.recruitment__container_botom_null {
    padding-bottom: 0px;
    padding-top: 10px;
}

.recruitment__inner--white .recruitment__container {
    padding-bottom: 0px;
}

.recruitment .section_main_1_developed {
    display: flex;
    margin-bottom: 20px;
}

.recruitment .section_main_1_developed .procurement-management__header-icon {
    margin-right: 10px;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .recruitment .section_main_1_developed .procurement-management__header-icon {
        margin-top: 2px;
    }
}

.section_main_1_header {
    display: flex;
    flex-wrap: wrap;
}

.call-to-action__box-15scection {
    padding: 35px 35px;
    display: flex;
    gap: 20px;
    align-items: start;
    background-color: var(--lite-color);
    border-radius: 32px;
}

.call-to-action__box-16scection {
    padding: 35px 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    background-color: var(--lite-color);
    border-radius: 32px;
}

.call-to-action__box-16scection .call-to-action__box-16scection_item1 {
    width: 100%;
    display: flex;
}

.call-to-action__box-16scection b {
    margin-left: 20px;
}

.call-to-action__box-16scection .call-to-action__box-16scection_item4 {
    width: 48%;
    display: flex;
}

.call-to-action__box-16scection .call-to-action__box-16scection_item6 {
    width: 31%;
    display: flex;
}

.call-to-action__box-17scection {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    border-radius: 32px;
}

.call-to-action__box-17scection h2 {
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
}

.call-to-action__box-17scection p.text {
    margin-bottom: 20px;
}

.call-to-action__box-17scection-bulet {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.call-to-action__box-17scection-bulet .call-to-action__box-17scection-bulet-item {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px 20px;
}

.call-to-action__box-18scection {
    padding: 35px 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    align-items: start;
    background-color: var(--lite-color);
    border-radius: 32px;
}

@media (max-width: 570px) {
    .call-to-action__box-18scection {
        padding: 35px 8px;
    }
}

.call-to-action__box-18scection h2.info-block__title {
    width: 40%;
    text-align: left;
}

.call-to-action__box-18scection .call-to-action__box-18scection_item1 {
    width: 50%;
}

.call-to-action__box-18scection .call-to-action__box-18scection_item1 b {
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.call-to-action__box-18scection-no-one {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: start;
    border-radius: 32px;
}

.call-to-action__box-18scection-no-one.six {
    gap: 30px;
}

.call-to-action__box-18scection-no-one h2.info-block__title {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.call-to-action__box-18scection-no-one .call-to-action__box-18scection_item1 {
    width: calc(50% - 20px);
    background: white;
    border-radius: 32px;
    padding: 35px;
}

.call-to-action__box-18scection-no-one .call-to-action__box-18scection_item1 b {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.call-to-action__box-18scection-no-one .call-to-action__box-18scection_item6 {
    width: calc(33% - 17px);
    background: white;
    border-radius: 32px;
    padding: 35px;
    word-wrap: break-word;
}

.call-to-action__box-18scection-no-one .call-to-action__box-18scection_item6 b {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.call-to-action__box-19scection h2.info-block__title {
    text-align: left;
    display: block;
    margin-top: 0px;
}

.call-to-action__box-19scection_item {
    display: flex;
    flex-wrap: wrap;
}

.call-to-action__box-19scection_item .call-to-action__box-19scection_item_text {
    width: 50%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-right: 32px;
}

.call-to-action__box-19scection_item_text h2 {
    margin-bottom: 20px;
    font-family: 'GT-Walsheim-LC-bold';
    font-weight: 700;
}

.call-to-action__box-19scection_item_text b {
    margin-bottom: 20px;
    font-family: 'GT-Walsheim-LC-bold';
    font-weight: 700;
    display: block;
}

.call-to-action__box-19scection_item .call-to-action__box-19scection_item_img {
    width: 50%;
}

.call-to-action__box-19scection_item .call-to-action__box-19scection_item_img img {
    border-radius: 30px;
    width: 100%;
}

.call-to-action__box-20scection {
    padding: 35px 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    background-color: var(--lite-color);
    border-radius: 32px;
}

@media (max-width: 570px) {
    .call-to-action__box-20scection {
        padding: 35px 8px;
    }
}

.call-to-action__box-20scection .img {
    width: 120px;
    border-radius: 100px;
}

.call-to-action__box-20scection .img img {
    width: 120px;
    border-radius: 100px;
}

.call-to-action__box-20scection .text {
    width: calc(100% - 140px);
    line-height: unset;
}

.call-to-action__box-20scection .text span {
    display: block;
    color: #b30a3f;
    text-align: right;
    margin-top: 24px;
}

.call-to-action__box--section22 {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    border-radius: 32px;
}

.call-to-action__box--section22 .tags-wrapper--flex {
    display: flex;
    flex-wrap: wrap;
}

.call-to-action__box--section22 .tags-wrapper--flex .tag-wrapper {
    width: 100%;
    flex: 0 0 100%;
}

.call-to-action__box--section22 .tag-gray {
    display: inline-block;
    background: #e8e8e8;
    text-decoration: none;
    color: #1a1230;
    padding: 10px 15px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 1rem;
    width: 100%;
}

.call-to-action__box--section22 .tags-wrapper--flex .tag-gray {
    width: auto;
}

.call-to-action__box--section22 .tag-gray {
    font-size: 20px;
}

.wrapper .teachers-block__title.one {
    color: #b30a3f;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}

.wrapper .wrapper-body {
    display: flex;
    flex-wrap: wrap;
}

.wrapper .wrapper-body .wrapper-body-text {
    width: 47%;
    text-align: initial;
    padding-right: 10px;
}

.wrapper .wrapper-body .wrapper-body-teacher {
    display: flex;
    width: 53%;
    flex-wrap: wrap;
}

.wrapper .wrapper-body .wrapper-body-teacher .wrapper-body-teacher-item {
    display: flex;
    width: 100%;
}

.wrapper .wrapper-body .wrapper-body-teacher .img img {
    width: 160px;
    height: 160px;
    border-radius: 100px;
}

.wrapper .wrapper-body .wrapper-body-teacher .text {
    text-align: left;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wrapper .wrapper-body .wrapper-body-teacher .text b {
    font-family: "GT-Walsheim-LC", sans-serif;
    font-weight: initial;
    font-size: 24px;
}

.wrapper .wrapper-body .wrapper-body-teacher .text p {
    font-size: 16px;
}

.wrapper .wrapper-body .wrapper-body-teacher .wrapper-body-teacher-item {
    background: white;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.wrapper .wrapper-body .wrapper-body-teacher .wrapper-body-teacher-item:last-child {
    margin-bottom: 0px;
}

.wrapper .wrapper-body .wrapper-body-teacher .wrapper-body-teacher-item .img img {
    width: 140px;
    height: 140px;
}

@media (max-width: 570px) {
    .wrapper .wrapper-body .wrapper-body-teacher .wrapper-body-teacher-item .img img {
        width: 80px;
        height: 80px;
    }
}

.accordion-flush .accordion-item {
    background: unset;
    padding-left: 0;
}

.accordion-flush .accordion-item .accordion-body table td {
    vertical-align: top;
}

.accordion-flush .accordion-button:not(.collapsed), .accordion-flush .accordion-button {
    color: unset;
    background-color: unset;
    border-color: unset;
    outline: 0;
    padding-left: 0;
    font-size: unset;
}

button,
button:active,
button:focus {
    border: none;
}

.accordion-button--no-description {
    pointer-events: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(/local/components/omega/showcase.tem.section/templates/.default/img/Vector.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/local/components/omega/showcase.tem.section/templates/.default/img/Vector.png);
    transform: rotate(-90deg);
}

.accordion-button--no-description::after {
    display: none;
}

.accordion-flush .accordion-button:active {
    border: 0px;
}

.accordion-flush .accordion-body li {
    font-size: 20px;
    line-height: 28px;
}

.recruitment .section_main_1_developed.section_main_1_developed_mobile {
    display: none;
}

@media (max-width: 1200px) {
    .call-to-action__box-18scection h2.info-block__title {
        width: 100%;
    }

    .call-to-action__box-18scection .call-to-action__box-18scection_item1 {
        width: 100%;
    }

    .call-to-action__box-18scection {
        gap: 0px;
    }
}

@media (max-width: 1232px) {
    .call-to-action__box-18scection-no-one .call-to-action__box-18scection_item6 {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .wrapper .wrapper-body .wrapper-body-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .wrapper .wrapper-body .wrapper-body-teacher {
        width: 100%;
    }

    .wrapper .wrapper-body .wrapper-body-teacher .text b {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
    }

    .wrapper .wrapper-body .wrapper-body-teacher .text p {
        padding-right: 50px;
    }

    .wrapper .wrapper-body .wrapper-body-teacher .img img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 550px) {
    .call-to-action__box-20scection {
        align-items: center;
        justify-content: center;
    }

    .call-to-action__box-20scection .text {
        width: 100%;
        margin-top: 15px;
    }

    .call-to-action__box-19scection_item .call-to-action__box-19scection_item_text {
        width: 100%;
        order: 2;
    }

    .call-to-action__box-19scection_item .call-to-action__box-19scection_item_img {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }

    .recruitment .section_main_1_developed {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        display: none;
    }

    .recruitment .section_main_1_developed.section_main_1_developed_mobile {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 20px;
        margin-left: 0px;
        display: flex;
    }

    .section_main_1_header {
        display: block;
    }

    .call-to-action__box-15scection {
        padding: 35px 10px;
    }

    .call-to-action__box-16scection {
        padding: 35px 10px;
    }

    .call-to-action__box-16scection .call-to-action__box-16scection_item4 {
        width: 100%;
    }

    .call-to-action__box-16scection .call-to-action__box-16scection_item6 {
        width: 100%;
    }

    .call-to-action__box-18scection-no-one {
        gap: 30px;
    }

    .call-to-action__box-18scection-no-one .call-to-action__box-18scection_item1 {
        width: 100%;
        padding: 35px 8px;
    }

    .call-to-action__box-18scection-no-one .call-to-action__box-18scection_item6 {
        padding: 35px 10px;
        width: 100%;
    }

    .accordion-flush .accordion-body li {
        font-size: 18px;
    }

    .accordion-button {
        align-items: end;
    }

    .accordion-button::after {
        flex-shrink: 0;
        margin-left: auto;
        content: "";
        background-image: url(/local/components/omega/showcase.tem.section/templates/.default/img/Vector.png);
        background-repeat: no-repeat;
        background-size: 12px;
        transition: transform .2s ease-in-out;
        height: 12px;
        width: 12px;
    }

    .accordion-flush .accordion-body {
        padding-left: 0;
    }

    .call-to-action__box-18scection .call-to-action__box-18scection_item1 b {
        font-size: 18px;
    }

    .call-to-action__box-18scection-no-one .call-to-action__box-18scection_item1 b {
        font-size: unset;
    }
}

.call-to-action__box-17scection {
    margin-top: 0px;
}

section.wrapper, section {
    padding-bottom: 60px;
    padding-top: 60px;
}

section .wrapper {
    padding: 0px;
}

.call-to-action__box-21scection .info-block__title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.call-to-action__box-21scection .info-block__content {
    margin-bottom: 60px;
    font-size: 24px;
}

.more-block .wrapper {
    padding: 0px;
}

.info-block .wrapper {
    padding: 0px;
}

.info-block .wrapper .info-block__title {
    margin-top: 0px;
}

.questions .wrapper {
    padding: 0px;
}

@media (max-width: 900px) {
    section.wrapper, section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

section .call-to-action__box-19scection_item .call-to-action__box-19scection_item_text {
    padding-right: 0px;
}

section .call-to-action__box-19scection_item .call-to-action__box-19scection_item_text--left {
    padding-right: 32px;
}

section .call-to-action__box-19scection_item .call-to-action__box-19scection_item_img {
    padding-right: 32px;
}

section .call-to-action__box-19scection_item .call-to-action__box-19scection_item_img--right {
    padding-right: 0;
}

.wrapper.box-15 {
    padding-top: 0px;
}

.wrapper.box-16 {
    padding-top: 0px;
}

section:nth-child(1) {
    margin-top: 0px;
    padding-top: 0px;
}

@media (max-width: 767px) {
    section:nth-child(1) {
        margin-top: 20px;
    }
}

.slick-list div:focus,
.slick-list div:active {
    outline: none !important;
}


/*#region Share widget */
.share__widget {
    opacity: 0;
}

.interact_desktop {
    display: flex;
    flex-direction: row;
}

.interact_desktop .share-widget-container {
    margin-left: 20px;
}

.share__menu-btn {
    background: transparent;
}

.share__widget .share__btn {
    height: 64px;
    width: 64px;
    border-width: 2px;
    border-style: solid;
}

.share__menu-btn {
    width: 64px;
    height: 64px;
}

.share__btn-hover-info, .share__menu-btn-copy-info {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}


.interact_desktop .share__widget.copy .share__menu-btn-copy-info {
    display: block;
    bottom: 54px;
}

.interact_desktop .share__menu-btn-copy-info {
    margin-top: -90px;
    margin-right: -180px;
    bottom: unset;
    left: unset;
}

.interact_desktop .share__widget .share__menu-btn {
    border-width: 2px;
}

.interact_mobile .share__widget .share__menu-btn {
    border-width: 1px;
}

.interact_mobile {
    display: flex;
}

.interact_mobile > a {
    flex: 1;
}

.interact_mobile .share-widget-container {
    width: 42px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .interact_desktop {
        padding-top: 10px;
        padding-right: 8px;
    }

    .share__menu-btn {
        width: 46px;
        height: 46px;
    }

    .interact_desktop .share-widget-container {
        margin-left: 17px;
    }

    .interact_desktop .share__menu-btn-copy-info {
        margin-right: 225px;
    }

    .interact_desktop .share__widget .share__menu-btn:active,
    .interact_desktop .share__widget .share__menu-btn:focus {
        border: 2px solid rgb(179, 10, 63);
    }

    .recruitment__button {
        position: relative;
        bottom: unset;
        flex-grow: 1;
    }

    .share-widget-container {
	width: 46px;
    }

    .share__widget .share__btn {
        height: 46px;
        width: 46px;
    }
}

/*#endregion Share widget */

/*#region Section Cases */
.cases.wrapper {
    overflow: visible;
}

.container.cases__header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

.container.cases__cards-wrapper {
    padding-top: 0;
}

.cases h2 {
    color: #B30A3F;
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 60px;
    display: block;
}

.cases__cards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.cases__card {
    background-color: transparent;
    flex: 1 1 calc((100% / 3) - 2rem);
    max-width: calc(33% - 32px);
    height: 551px;
    perspective: 1000px;
}

.cases__card.slick-slide {
    height: 551px;
    margin-right: 32px;
}

.cases__cards .slick-list {
    overflow: visible;
}

.cases__card-inner {
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.cases__card--flip .cases__card-inner {
    transform: rotateY(180deg);
}

.cases__card-front {
    border-radius: 32px;
    display: flex;
    position: absolute;
    flex-direction: column;
    flex-shrink: 0;
    height: 551px;
    overflow: hidden;
    width: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.cases__card-top {
    height: 319px;
    width: 100%;
}

.cases__card-top img {
    width: 100%;
}

.cases__card-bottom {
    background: #B30A3F;
    color: #F5F5F5;
    font-family: 'GT-Walsheim-LC-bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    height: 232px;
    line-height: normal;
    display: flex;
    flex-direction: column;
}

.cases__card-bottom div:first-child {
    height: 172px;
    padding: 28px 32px 0 32px;
}

.cases__card-bottom div:last-child {
    display: block;
    font-family: var(--main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 66px;
    text-align: center;
}

.cases__card-bottom:after {
    content: url(/local/components/omega/showcase.tem.section/templates/.default/img/arrow-up.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: calc(50% - 12px);
    margin-top: 191px;
    cursor: pointer;
}

.cases__card-back {
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 551px;
    overflow: hidden;
    width: 100%;
    background: #FFF;
    position: absolute;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.cases__back-info {
    padding: 28px 28px 0 28px;
    height: 485px;
    color: #1A1230;
    font-family: 'GT-Walsheim-LC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
}

.cases__back-info ul {
    margin-bottom: 4px;
}

.cases__back-info b {
    font-family: 'GT-Walsheim-LC-bold';
    font-weight: 700;
}

.cases__back-link {
    height: 66px;
    text-align: center;
    font-size: 16px;
}

.cases__back-link:after {
    content: url(/local/components/omega/showcase.tem.section/templates/.default/img/arrow-down.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -36px;
    margin-top: 26px;
    cursor: pointer;
}

.cases__card-bottom > div:last-child,
.cases__back-link {
    cursor: pointer;
}

.cases__card:nth-child(even) .cases__card-bottom {
    background-color: #1A1230;
}

@media (max-width: 1200px) {
    .cases__card {
        background-color: transparent;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .cases__card,
    .cases__card-back,
    .cases__card-front {
        width: 279px;
        height: 504px;
    }

    .cases__card-bottom div:first-child {
        padding: 16px 21px 47px 21px;
        height: 127px;
    }

    .cases__card-top img {
        width: 279px;
    }

    .cases__cards {
        gap: 20px;
    }

    .cases__card.slick-slide {
        margin-right: 20px;
    }

    .cases__card-bottom {
        font-size: 16px;
        line-height: 20px;
        font-family: 'GT-Walsheim-LC';
        font-weight: 400;
    }

    .cases__card-bottom:after {
        margin-left: 129px;
        margin-top: 149px;
    }

    .cases__back-info {
        font-size: 13px;
        line-height: 17px;
        padding: 17px 17px 0 17px;
    }

    .cases__back-info ul {
        margin-bottom: 0;
        padding-left: 22px;
    }

    .cases__back-link {
        font-size: 16px;
    }

    .cases__back-link:after {
        margin-left: -36px;
        margin-top: 24px;
    }
}
/*#endregion Section Cases */

/*#region Tables */
section table {
    border: none;
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
section tbody {
    display: table;
    width: 100%;
}
section table tr {
    border-bottom: 1px solid #E8E8E8;
}
section table tr:first-child {
    border-top: 1px solid #E8E8E8;
}
section table th,
section table td {
    padding: 10px 12px;
}
section table th {
    background-color: #E8E8E8;
    font-weight: inherit;
    border-right: 1px solid #F5F5F5;
}
section table th:last-child {
    border-right: none;
}
/*#endregion Tables */

/*#region schedule */
.schedule {
    letter-spacing: 0;
}
.schedule__inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    border-radius: 32px;
}
@media (max-width: 767px) {
    .schedule__inner {
        text-align: center;
        border-radius: 24px;
    }
}
.schedule__part {
    padding: 40px 98px 78px 60px;
    flex: 0 0 50%;
    width: 50%;
}
@media (max-width: 1199px) {
    .schedule__part {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .schedule__part {
        padding: 24px 8px;
    }
}
.schedule__part--1 {
    border-radius: 32px;
    background-color: #E8E8E8;
}
@media (max-width: 767px) {
    .schedule__part--1 {
        border-radius: 24px;
    }
}
@media (max-width: 767px) {
    .schedule__part--2 {
        padding-top: 32px;
    }
}
.schedule__title {
    margin-bottom: 32px;
    min-height: 40px;
}
@media (max-width: 767px) {
    .schedule__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .schedule__part--2 .schedule__title {
        display: none;
    }
}
.schedule__title h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .schedule__title h2 {
        font-size: 30px;
        line-height: 32px;
    }
}
.schedule__title-small {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    color: #1A1230;
}
@media (max-width: 767px) {
    .schedule__title-small {
         margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }
}
.schedule__part--2 .schedule__title-small {
    color: #818181;
}
.schedule__part--no-data {
    background-image: url("/local/components/omega/showcase.tem.section/templates/.default/img/schedule__background.svg");
    background-position: right bottom -1px;
    background-repeat: no-repeat;
    background-size: 60% auto;
}
.schedule__list {
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .schedule__part--no-data {
        display: none;
    }
}
@media (max-width: 767px) {
    .schedule__list {
        margin-bottom: 20px;
    }
}
.schedule__list-item {
    margin-bottom: 12px;
    padding: 12px;
    font-size: 20px;
    line-height: 23px;
    color: #1A1230;
    border-radius: 8px;
    background-color: #FFFFFF;
}
@media (max-width: 767px) {
    .schedule__list-item {
        padding: 10px;
        font-size: 16px;
        line-height: 18px;
    }
}
.schedule__part--2 .schedule__list-item {
    color: #818181;
    background-color: #F5F5F5;
}
.schedule__list-item:last-child {
    margin-bottom: 0;
}
.schedule__text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 24px;
    color: #1A1230;
}
@media (max-width: 767px) {
    .schedule__text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 18px;
    }   
}
.schedule__text img {
    max-width: 100%;
    height: auto;
}
.schedule__button {
    display: inline-block;
    padding: 16px 32px;
    width: 100%;
    max-width: 330px;
    background-color: #1A1230;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
}
@media (max-width: 767px) {
    .schedule__button {
        font-size: 18px;
        line-height: 14px;
    }
}
.schedule__button:hover,
.schedule__button:focus {
    opacity: 0.8;
}
/*#endregion schedule */

/*#region header-main-video */
.header-main-video {
    position: relative;
    color: rgba(31, 23, 57, 1);
}
@media (max-width: 767px) {
    section.header-main-video {
        margin-top: 0;
    }
}
.header-main-video__bg {
    min-height: 456px;
    position: relative;
}
@media (max-width: 570px) {
    .header-main-video__bg {
        height: 100vh;
    }
}
.hero-for-managers-new__bg--no-video {
    background-color: #302F2F;
}
section.header-main-video--alternative {
    margin-top: 0;
    padding-top: 0;
}
.header-main-video--alternative .header-main-video__inner {
    background-color: #ffffff;
}
.header-main-video--alternative .header-main-video__bg {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    background-color: #ffffff;
}
.header-main-video--alternative .header-main-video__bg-inner {
    width: 812px;
    position: absolute;
    right: 0;
    height: 100%;
}
@media (max-width: 1600px) {
    .header-main-video--alternative .header-main-video__bg-inner {
        right: -169px;
    }
}
.header-main-video--alternative .header-main-video__bg-inner:before {
    content: '';
    position: absolute;
    width: 169px;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0.537549) 55.36%, rgba(255, 255, 255, 0) 90.36%);
    z-index: 1;
}
.header-main-video--alternative .header-main-video__bg-inner:after {
    content: '';
    position: absolute;
    width: 169px;
    height: 100%;
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.537549) 55.36%, rgba(255, 255, 255, 0) 90.36%);
}
.header-main-video--alternative .header-main-video__bg-inner--no-right-blur:after {
    display: none;
}
.header-main-video__bg video,
.header-main-video__bg img {
    object-fit: cover;
    width: 900px;
    height: 100%;
    position: absolute;
    right: 0;
}
.header-main-video--alternative .header-main-video__bg video{
    object-fit: contain;
    width: 812px;
}
.header-main-video__mask {
    background: linear-gradient(90.29deg, #FFFFFF 64.45%, rgba(255, 255, 255, 0.65) 82.04%, rgba(255, 255, 255, 0.6) 85.63%, rgba(255, 255, 255, 0.447971) 89.29%, rgba(255, 255, 255, 0.306872) 92.52%, rgba(255, 255, 255, 0.15649) 96.06%, rgba(255, 255, 255, 0) 99.74%);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 30%;
    top: 0;
    bottom: 60px;
}
@media (max-width: 900px) {
    .header-main-video__mask {
        bottom: 30px;
    }
}
.header-main-video__content-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
}
@media (max-width: 900px) {
    .header-main-video__content-wrapper {
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    .header-main-video__content-wrapper {
        position: static;
    }
}
@media (max-width: 1199px) {
    .header-main-video--alternative .header-main-video__content-wrapper {
        position: static;
        background-color: #ffffff;
    }
}
@media (max-width: 767px) {
    .hero-for-managers-new__content-wrapper {
        padding-top: 103px;
    }
}
.header-main-video__content {
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 35px;
    max-width: 1328px;
    position: relative;
    height: 100%;
    z-index: 1;
}
@media (max-width: 570px) {
    .header-main-video__content {
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
.header-main-video__content:after {
    content: '';
    position: absolute;
    width: 439px;
    min-height: 456px;
    bottom: 0;
    right: -16px;
    /*background-image: url(/local/components/omega/showcase.tem.section/templates/.default/img/header-main-video__bg.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 900px) {
    .header-main-video__content:after {
        display: none;
    }
}
@media (max-width: 900px) {
    .header-main-video__breadcrumbs {
        display: none;
    }
}
.header-main-video .breadcrumb__container {
    margin-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.header-main-video .breadcrumb-item .link,
.header-main-video .breadcrumb-item .current {
    padding: 0;
    color: rgba(31, 23, 57, 1);
}
.header-main-video .breadcrumb-item .link:hover,
.header-main-video .breadcrumb-item .link:focus {
    color: rgba(31, 23, 57, 1);
}
.header-main-video .breadcrumb-item+.breadcrumb-item::before {
    height: 18px;
    content: url("data:image/svg+xml; utf8,<svg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.305 2.195a.667.667 0 0 0-.943.943l4.195 4.195H1.833a.667.667 0 0 0 0 1.334h11.724l-4.195 4.195a.667.667 0 1 0 .943.943L16.109 8l-5.804-5.805Z' fill='rgba(31, 23, 57, 1)'/></svg>") !important;
}
.header-main-video .breadcrumbs-replacement {
    display: none;
}
.header-main-video__content-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.header-main-video__sticker {
    height: 40px;
}
@media (max-width: 900px) {
    .header-main-video__sticker {
        height: auto;
    } 
}
.header-main-video__track-marathon-link {
    display: inline-block;
    position: relative;
    top: -23px;
    z-index: 1;
}
@media (max-width: 900px) {
    .header-main-video__track-marathon-link {
        margin-bottom: 16px;
        top: 0;
    }
}
.header-main-video__info {
    max-width: 790px;
}
@media (max-width: 1300px) {
    .header-main-video--alternative .header-main-video__info {
        max-width: 590px;
    }
}
@media (max-width: 1199px) {
    .header-main-video--alternative .header-main-video__info {
        max-width: 900px;
    }
}
.header-main-video__title {
    margin-bottom: 16px;
}
@media (max-width: 570px) {
    .header-main-video__title {
        margin-bottom: 20px;
    }
}
.header-main-video__title h1 {
    font-size: 40px;
    line-height: 44px;
    font-family: "GT Walsheim Pro", Roboto, Ubuntu;
    font-weight: 700;
}
@media (max-width: 767px) {
    .header-main-video__title h1 {
        font-size: 32px;
        line-height: 28px;
    }
}
@media (max-width: 570px) {
    .header-main-video__title h1 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 1300px) {
    .header-main-video--alternative .header-main-video__title h1 {
        font-size: 32px;
        line-height: 28px;
    }
}
.header-main-video__title-small {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 32px;
}
@media (max-width: 767px) {
    .header-main-video__title-small {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 24px;
    }
}
.header-main-video__text {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
    max-width: 760px;
}
@media (max-width: 767px) {
    .header-main-video__text {
        margin-bottom: 24px;
    }
}
.header-main-video--alternative .header-main-video__text {
    max-width: 690px;
}
@media (max-width: 1300px) {
    .header-main-video--alternative .header-main-video__text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1199px) {
    .header-main-video--alternative .header-main-video__text {
        margin-bottom: 32px;
    }
}
.header-main-video__text p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .header-main-video__text p {
        margin-bottom: 8px;
    }
}
@media (max-width: 1300px) {
    .header-main-video--alternative .header-main-video__text p {
        font-size: 16px;
        line-height: 20px;
    }
}
.header-main-video__text p:last-child {
    margin-bottom: 0;
}
.header-main-video__mobile-content {
    margin-bottom: 32px;
    border-radius: 20px;
}
.header-main-video--alternative .header-main-video__mobile-content {
    margin-bottom: 24px;
}
.header-main-video__mobile-content video,
.header-main-video__mobile-content img {
    border-radius: 20px;
    max-width: 100%;
}
.header-main-video__button {
    display: inline-block;
    padding: 16px 64px;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    border-radius: 50px;
    background-color: #FF0F43;
    text-decoration: none;
    text-align: center;
}
@media (max-width: 900px) {
    .header-main-video__button {
        padding: 16px 32px;
        border-radius: 50px;
        font-size: 18px;
        line-height: 14px;
    }
}
@media (max-width: 570px) {
    .header-main-video__button {
        padding: 16px;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
}
.header-main-video__button:hover,
.header-main-video__button:focus {
    opacity: 0.8;
}
/*#endregion header-main-video */

/*region Section5_copy-btn */
.section5--copy-btn > div > div {
    padding: 60px 40px;
    border-radius: 32px;
    background-color: var(--lite-color);
}

.section5--copy-btn h1 {
    margin-bottom: 20px;
}

.section5--copy-btn a {
    color: #B30A3F;
}

.detailed__content-body {
    margin-bottom: 40px;
}

.section5__copy-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 20px;
    background: #1A1230;
    border-radius: 50px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.section5__copy-btn svg {
    margin-top: -5px;
}

.section5__copy-success {
    position: absolute;
    width: 230px;
    margin-left: 300px;
    margin-top: -30px;
    padding: 20px 15px;
    background: #F5F5F5;
    box-shadow: 2px 4px 20px rgba(106, 106, 106, 0.25);
    border-radius: 10px;
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1A1230;
}

#section5__copy-content {
    display: none;
}

@media screen and (max-width: 1350px) {
    .section5--copy-btn .detailed__content-body br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .section5--copy-btn > div > div {
        padding: unset;
        border-radius: unset;
        background-color: unset;
    }

    .section5--copy-btn h1 {
        font-size: 32px;
        line-height: 32px;
    }

    .section5__copy-btn {
        display: flex;
    }

    .detailed__content-body {
        margin-bottom: 20px;
    }

    .section5__copy-success {
        position: absolute;
        width: 230px;
        margin-left: 30%;
        margin-top: 70px;
    }
}
/*endregion*/
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/products/style.css?17060019113438*/
.feedback-form__container {
    gap: 85px;
}
.feedback-form__info {
    max-width: 560px;
}
#form-note-popup.fancybox-content {
    max-width: 640px !important;
}
.moigorod2023 textarea {
    padding: 10px;
}
.feedback-form__field {
    margin-top: 24px;
}
.feedback-form__field .inputselect {
    margin-top: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #D5D9DC;
    width: 100%;
    outline: 0;
}
.feedback-form__form input[type="text"].error,
.feedback-form__form input[type="email"].error {
    border-bottom: 1px solid #FF0F43 !important;
}
.feedback-form__form textarea.error {
    border: 1px solid #FF0F43 !important;
}
.feedback-form__form input[type="text"].valid,
.feedback-form__form input[type="email"].valid {
    border-bottom: 1px solid #009900 !important;
}
.feedback-form__form textarea.valid {
    border: 1px solid #009900 !important;
}
.feedback-form__form label.error {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1em;
    color: #FF0F43;
}
.feedback-form__captcha {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 5px;
}
@media (max-width: 991px) {
    .feedback-form__captcha {
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
}
.feedback-form__captcha .feedback-form__captcha-label {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 22px;
    padding: 0;
    width: 100%;
    flex-basis: 100%;
}
@media (max-width: 991px) {
    .feedback-form__captcha .feedback-form__captcha-label {
        padding-top: 20px;
    }
}
@media (max-width: 575px) {
    .feedback-form__captcha .feedback-form__captcha-label {
        margin-bottom: 8px;
        margin-top: 14px;
        padding: 4px 0px;
        font-size: 16px;
        line-height: 20px;
    }
}
.feedback-form__captcha .feedback-form__captcha-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 210px;
    height: auto;
}
.feedback-form__captcha .feedback-form__captcha-image {
    border: 1px solid transparent;
    min-height: 48px;
    width: auto;
}
.feedback-form__captcha input[type="text"] {
    width: auto;
    min-width: 209px;
    height: 49px;
    border: 1px solid var(--divider-color);
    padding: 8px;
}
@media (max-width: 575px) {
    .feedback-form__captcha input[type="text"] {
        min-width: 184px;
    }
}

.feedback-form__captcha input[type="text"].error {
    border: 1px solid #FF0F43 !important;
}

.feedback-form__captcha input[type="text"].valid {
    border: 1px solid #009900 !important;
}
label[for="feedback-form__captcha-input"].error {
    position: absolute;
    left: 0;
    top: 94%;
}
.feedback-form__checkbox-box label.error {
    position: absolute;
    left: 0;
    top: 94%;
}
#reloadCaptcha {
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    max-height: 49px;
    cursor: pointer;
    text-decoration: none;
    color: #818181;
}
.reloadCaptcha__text {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: 2px;
}
@media (max-width: 1500px) {
    .reloadCaptcha__text {
        display: none;
    }
}
@media (max-width: 991px) {
    .reloadCaptcha__text {
        display: inline-block;
    }
}
@media (max-width: 575px) {
    .reloadCaptcha__text {
        display: none;
    }
}
.feedback-form__button {
    position: relative;
    top: -5px;
}
/* End */
/* /leader/_inc/share-widget/share-widget.css?16976230485817 */
/* /local/templates/.default/css/jquery.fancybox.min.css?160408281912795 */
/* /local/components/omega/showcase.tem.section/templates/.default/style.css?175889416495688 */
/* /local/templates/.default/components/bitrix/form.result.new/products/style.css?17060019113438 */
