

/* Start:/local/js_libs/fancybox/style.css?167647553215512*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/rpharm_23_2023/fonts/RainerTestv04.css?1676539851713*/
@font-face {
    font-family: 'RainerTestv04';
    src: url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Medium.woff2') format('woff2'),
        url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RainerTestv04';
    src: url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Regular.woff2') format('woff2'),
        url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RainerTestv04';
    src: url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Bold.woff2') format('woff2'),
        url('/local/templates/rpharm_23_2023/fonts/RainerTestv04-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/rpharm_08_2023/components/bitrix/form.result.new/modal/style.css?1677665229190*/
.form_modal .description {
  color: #282828;
  font-size: 12px;
  line-height: 1.5;
}
.form_modal .description a {
  color: #ff0000;
}
.form_modal .description a:hover {
  color: #004ba5;
}

/* End */


/* Start:/local/templates/rpharm_08_2023/template_styles.css?167769617756196*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: normal;
  background-color: #F1ECDF;
  background-image: url('/local/templates/rpharm_08_2023/images/paper-texture.png');
  color: #33333F;
  position: relative;
}
::-webkit-scrollbar {
  width: 0px;
  background-color: #E9EEF4;
}
::-webkit-scrollbar-thumb {
  background-color: #FB5889;
}
::-webkit-scrollbar:horizontal {
  height: 0px;
  background-color: #E9EEF4;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #FB5889;
}
.img-responsive {
  position: relative;
  max-width: 100%;
  height: auto;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.m-auto {
  margin: auto;
}
p {
  margin: 0;
  padding: 0;
}
.color-dark {
  color: #000000;
}
.container,
.container-fluid {
  margin: auto;
  padding: 0 10px;
}
.container {
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1165px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1320px;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bg_color_1 {
  background-color: #F1ECDF;
  mix-blend-mode: multiply;
}
.bg_color_2 {
  background-color: #8E414F;
  mix-blend-mode: multiply;
}
.bg_color_3 {
  background-color: #FB5889;
  mix-blend-mode: multiply;
}
.bg_color_4 {
  background-color: #12B24B;
  mix-blend-mode: multiply;
}
.up_left_element:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  border: 0px solid transparent;
  border-right: calc((100vw / 1920) * 540) solid #8E414F;
  border-top: calc((100vw / 1920) * 200) solid #F1ECDF;
}
.down_right_element:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  border: 0px solid transparent;
  border-left: calc((100vw / 1920) * 540) solid #8E414F;
  border-bottom: calc((100vw / 1920) * 200) solid #F1ECDF;
}
.form_control {
  position: relative;
}
.form_control input[type="text"] {
  position: relative;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}
.form_control input[type="submit"] {
  padding: 16px 0;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
}
.form_control input[type="submit"]:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.header {
  position: relative;
  padding: 20px 0;
  mix-blend-mode: multiply;
  background-color: #F1ECDF;
}
.header .logo {
  margin-right: auto;
}
.header .logo svg {
  height: 38px;
  width: auto;
}
@media (min-width: 960px) {
  .header .logo svg {
    height: 56px;
  }
}
@media (min-width: 1440px) {
  .header .logo svg {
    height: 64px;
  }
}
.header .toggle_block {
  position: fixed;
  bottom: -100%;
  top: auto;
  left: 0;
  background-color: #2B3A46;
  padding: 20px 10px;
  width: calc(100% - 20px);
  z-index: 995;
  transition: all 300ms ease;
}
@media (max-width: 960px) {
  .header .toggle_block {
    display: flex;
    flex-direction: column;
  }
  .header .toggle_block:before {
    content: '';
    background-color: #2B3A46;
    background-image: url(/local/templates/rpharm_08_2023/images/paper-texture.png);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header .toggle_block .support {
    margin: auto auto 0 auto;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 5px 3px;
    display: flex;
    flex-wrap: wrap;
  }
  .header .toggle_block .support .title {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 0px 15px;
    line-height: 36px;
  }
  .header .toggle_block .support a {
    margin: 0 5px;
  }
  .header .toggle_block .support a svg {
    transition: all 0.3s ease;
  }
  .header .toggle_block .support a:hover svg {
    transform: scale(0.9);
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .header .toggle_block .support {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .header .toggle_block {
    position: relative;
    display: flex;
    top: auto;
    bottom: auto;
    left: auto;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .header .toggle_block .support {
    display: none;
  }
}
.header .toggle_block .menu {
  margin: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header .toggle_block .menu .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.header .toggle_block .menu .item a {
  font-family: 'RainerTestv04';
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  padding: 16px 0;
  text-decoration: none;
}
.header .toggle_block .menu .item a span {
  position: relative;
  margin: auto;
}
.header .toggle_block .menu .item.active,
.header .toggle_block .menu .item:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='135' height='61' viewBox='0 0 135 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95.3462 54.2598C96.6703 54.0032 95.9279 53.9821 96.1833 53.8391C97.7344 53.4519 96.9351 53.7928 97.4932 53.7549C98.439 53.4814 99.153 53.1616 99.8813 52.9975C99.9428 52.9975 100.085 52.9975 99.9333 53.0564C100.912 52.6735 102.95 52.2359 104.071 51.7436C104.126 51.7362 104.182 51.7362 104.237 51.7436C104.019 51.7436 103.962 51.6552 103.977 51.5879C104.544 51.4027 104.993 51.1671 105.249 51.1671C105.063 51.2201 104.888 51.3013 104.733 51.4069L105.31 51.1755C105.906 51.1503 104.52 51.4827 104.558 51.5963C105.703 51.1755 107.017 50.6495 107.906 50.3718C108.162 50.4686 105.854 51.104 107.093 50.8473L105.674 51.2302C106.819 51.1166 104.828 51.4785 105.892 51.4112C107.736 50.8852 107.892 50.679 109.675 50.0815C110.044 49.8585 109.491 50.0142 109.855 49.7911C110.554 49.4696 111.296 49.2278 112.063 49.0716C112.664 48.9748 113.237 48.77 113.747 48.4699C114.279 48.027 114.906 47.6849 115.591 47.4642L115.241 47.8135C116.915 47.0771 116.069 47.1697 117.87 46.488C117.591 46.6858 116.589 47.1234 116.849 47.0266C118.05 46.6353 117.606 46.6058 118.457 46.185L118.712 46.2271C119.573 45.8063 120.471 45.3098 121.379 44.8049C122.287 44.2999 123.181 43.7361 124.108 43.2101C124.032 43.3027 123.739 43.5215 124.207 43.3195C126.51 41.9435 129.144 40.3404 131.093 38.6025C131.301 38.3501 131.485 38.0765 131.679 37.8157C131.84 37.6558 132.015 37.5379 131.873 37.7441C132.582 37.0204 131.835 37.6516 132.109 37.2602C132.473 36.8394 132.648 36.7216 132.464 37.033C133.128 36.1186 133.684 35.1457 134.124 34.1296C134.233 33.8393 134.356 33.5573 134.45 33.288C134.545 33.0187 134.625 32.7073 134.706 32.4465C134.786 32.1856 134.814 31.8868 134.866 31.6049C134.918 31.323 134.923 31.1 134.951 30.8727L134.98 31.2304C135.033 30.7323 134.98 30.2298 134.824 29.7492C134.668 29.306 134.55 28.8531 134.469 28.3943L134.564 28.6258C134.148 27.1585 133.473 25.7595 132.563 24.481C131.726 23.2187 130.866 22.0994 130.246 21.1148C129.825 20.7231 129.455 20.2896 129.144 19.823C128.695 19.2549 128.26 18.7079 128.076 18.7163C127.384 17.6946 126.592 16.7287 125.711 15.8298C125.238 15.3669 124.86 15.2449 124.212 14.7231L124.307 14.6137L123.337 13.9825C123.228 13.81 123.11 13.6501 122.992 13.486L122.415 13.0273C122.656 13.2251 122.888 13.4818 122.826 13.4818C121.999 12.895 121.229 12.2475 120.523 11.5462L119.265 10.7804C118.849 10.5279 118.409 10.2965 117.984 10.0566C118.292 10.168 118.585 10.3091 118.859 10.4774C117.44 9.77468 118.712 10.2039 117.397 9.5727C117.544 9.69052 117.256 9.5727 117.213 9.59374C116.779 9.29081 116.326 9.00984 115.856 8.75218C115.279 8.45342 114.65 8.1168 114.092 7.87274L114.352 7.89378C112.228 6.8431 110.023 5.92635 107.755 5.15028C108.573 5.49953 108.313 5.57106 107.623 5.34384L107.405 5.11661C106.932 5.04929 108.105 5.41116 107.145 5.20077C106.275 4.88939 106.62 4.84731 107.145 4.97776L106.057 4.66217C106.01 4.59905 106.27 4.66217 106.355 4.63271C105.882 4.5696 104.549 3.90055 103.844 3.86689L103.797 3.80798C101.395 3.1221 100.274 2.91592 98.2782 2.48251C98.2073 2.59612 97.4364 2.40256 96.8169 2.38153C95.3604 2.06173 93.7431 1.66199 91.9508 1.41793C90.6834 1.2959 91.5678 1.46843 91.005 1.46422C90.9294 1.34219 89.1371 1.11497 90.0592 1.15705C87.9028 0.912991 87.307 0.841458 84.5641 0.706807C84.8526 0.774133 85.1836 0.824627 85.0087 0.845667C84.5358 0.845667 83.8879 0.706807 83.9635 0.660521H84.1101C81.0363 0.576364 77.0167 -0.0379769 74.5671 0.172415H74.7042L72.1694 0.252364C71.0014 0.214494 72.8693 0.176622 72.0087 0.0966735C69.2706 0.252363 67.6864 0.016725 65.4306 0.14296C63.6809 -0.210498 59.2357 0.2187 56.8665 0.0924648L57.0083 0.168206C56.6128 0.21384 56.2122 0.21384 55.8166 0.168206C55.8876 0.227115 56.4834 0.206075 56.1051 0.269193C50.9552 0.576364 45.4412 0.875123 40.2015 1.76718C38.2815 2.08698 39.2132 2.35207 36.7872 2.68028L37.4256 2.39415C35.534 2.86542 33.6093 3.38299 31.6988 3.88793L28.8614 4.72949C27.9156 5.01563 27.036 5.36908 26.1517 5.7015C26.3171 5.5918 26.4984 5.50262 26.6908 5.43641C26.1108 5.58198 25.5434 5.7648 24.9931 5.98343C24.6114 6.10965 24.2528 6.28549 23.9291 6.5052C23.3758 6.70717 23.7683 6.47995 23.4136 6.57252C22.6381 6.79975 21.5977 7.41409 21.1532 7.473C21.0775 7.473 21.347 7.35939 21.4842 7.30048C21.0113 7.51508 19.2426 8.2262 19.7534 8.14204C18.4293 8.64698 17.2943 9.22346 16.235 9.64845C15.6344 10.0692 14.036 10.6878 13.9462 10.9655C13.9462 10.8561 13.3692 11.1212 12.7261 11.4915C12.1351 11.8338 11.5725 12.2135 11.0426 12.6276C11.2507 12.4172 10.3616 13.0021 10.5697 12.7454C9.72792 13.3051 9.01385 13.8815 9.23138 13.8563C7.54786 14.761 6.4933 16.2968 5.50967 16.8018C3.48567 18.9057 1.87308 21.1274 0.96039 23.5343C0.86581 23.4585 1.13536 22.7979 1.45693 22.1878C1.7785 21.5776 2.13789 21.0138 1.99602 21.0012C1.45624 21.9207 1.03126 22.8901 0.72866 23.8919C0.423306 24.8857 0.223817 25.9029 0.132818 26.93C0.0618827 27.5486 0.0571526 26.5723 0.0429656 26.3577C-0.0655353 27.5379 0.0317641 28.726 0.331427 29.8797C0.487483 30.4435 0.671912 30.9527 0.861071 31.4618C1.05023 31.971 1.24885 32.4675 1.4853 32.9514C1.3924 32.8265 1.31621 32.6923 1.2583 32.5517C1.42382 32.9388 1.59406 33.4648 1.67446 33.3932L1.49003 33.0229C1.43802 32.6905 1.665 33.0566 1.92509 33.5026C2.11365 33.8428 2.3269 34.1717 2.56351 34.4873C2.26558 34.2222 2.49257 34.6934 2.69119 35.1269C2.8898 35.5603 3.0837 35.9432 2.62025 35.5224C2.78104 35.758 3.01276 36.0399 3.03641 35.9432C3.23502 36.3092 3.27286 36.4397 2.9844 36.1115C3.20162 36.4689 3.46336 36.8034 3.76468 37.1087C3.93019 37.2771 4.05315 37.4538 4.50713 37.9924C4.46457 38.0134 4.26594 37.803 4.1288 37.7189C4.39363 37.9756 4.65845 38.228 4.94692 38.531C5.23539 38.834 5.59479 39.1664 5.99202 39.6124C5.91636 39.5787 5.99202 39.705 5.73665 39.4399C6.40871 40.0987 7.14107 40.7067 7.92618 41.2577C8.29031 41.5354 8.67336 41.7963 9.08005 42.074C9.48674 42.3517 9.89816 42.6757 10.3758 42.9955C9.6759 42.7767 10.9858 43.471 10.9811 43.673C11.3358 43.8918 11.7094 44.0937 12.0782 44.2789L11.6999 43.9591C12.1728 44.2368 12.6457 44.4682 13.0666 44.6997C13.4875 44.9311 13.9462 45.1204 14.3434 45.3729L13.5868 45.0489L15.4122 45.9788L14.4238 45.3855C15.45 45.8063 14.4238 45.1583 15.6959 45.861C15.4216 45.7474 16.6795 46.3365 17.143 46.6689C17.7498 46.8769 18.3406 47.1201 18.9116 47.3969C19.0771 47.5273 18.6657 47.4937 18.7697 47.5778C19.3325 47.6704 21.1342 48.5793 21.8294 48.7224C21.6071 48.6592 21.5551 48.7224 21.6119 48.7813L22.0848 48.8612C22.534 49.0842 22.6002 49.1263 22.4867 49.16C23.9054 49.7449 22.1368 48.7897 23.7777 49.5471C23.6406 49.5008 23.6973 49.5471 23.4136 49.4461C25.0877 50.1698 26.7239 50.7084 28.2797 51.3102C28.677 51.63 26.861 50.8473 27.3339 51.1671C28.4831 51.5668 29.6984 51.9498 30.8759 52.3285C32.0535 52.7072 33.2735 53.0228 34.3849 53.4015L33.9734 53.25C34.3671 53.2629 34.7496 53.3705 35.08 53.5614C35.6393 53.7882 36.2222 53.9657 36.8203 54.0915C36.5318 54.0284 36.4041 54.0915 36.4893 54.0915C37.2601 54.3314 38.0593 54.546 38.9673 54.7732C39.8752 55.0004 40.8967 55.194 42.0931 55.4549H41.781C42.689 55.7326 44.207 56.0987 45.2142 56.3217C45.5311 56.3217 46.108 56.4605 45.777 56.3006C46.5156 56.5399 47.2687 56.7422 48.0327 56.9066C48.7752 57.0749 49.5223 57.1633 50.2553 57.2769C51.6889 57.46 53.1098 57.7142 54.5114 58.0385C54.1757 57.988 53.7028 57.9669 53.9676 58.009L56.3652 58.3204C56.1949 58.19 56.0625 58.211 55.5802 58.0553C56.1101 58.0588 56.6386 58.1039 57.1597 58.19C56.0815 58.0932 57.1596 58.3541 57.5947 58.4803C57.5238 58.4382 57.6893 58.4256 57.6515 58.3877C58.8715 58.7328 57.8974 58.2152 59.5809 58.556L59.4816 58.5939C60.1247 58.6486 60.7253 58.6528 61.411 58.758C61.6806 58.9095 60.7253 58.7244 60.6638 58.8169C61.6333 58.9305 62.6027 58.8464 63.4681 59.0442C63.052 59.0442 62.4561 58.9768 62.0494 58.9516C62.6207 59.1159 63.2107 59.2231 63.8086 59.2714H63.7377L65.3739 59.507L64.9577 59.4229C66.2157 59.2419 67.4405 59.6417 69.1003 59.5659C67.4878 59.6206 68.8261 59.6543 68.6889 59.7763C69.1051 59.8478 69.7387 59.9446 69.5496 59.9657C70.3393 59.9236 70.8359 60.1592 71.9472 60.0961C71.9945 60.1424 72.7795 60.1676 72.5903 60.2644C73.6071 60.3023 72.3586 60.1719 72.4532 60.1214C74.0185 60.0835 76.0945 60.5421 78.3502 60.4959C80.2844 60.4959 80.6533 60.3907 82.4503 60.4117C83.0508 60.5127 81.9443 60.5421 81.9443 60.5421C82.8151 60.6508 83.6945 60.6958 84.5736 60.6768C84.3844 60.7062 84.5736 60.7441 84.8526 60.803C85.5903 60.8241 85.3539 60.6684 86.3233 60.7736C86.0818 60.8433 85.8331 60.8912 85.5808 60.9166C86.451 60.9166 87.3164 60.8661 88.2196 60.8661C88.4514 60.9503 87.6663 60.9587 87.3495 60.9924C88.3615 60.9924 89.9741 61.0345 90.2909 60.9208L89.6431 60.8241C90.0119 60.8241 89.8275 60.9335 89.5532 60.9461C88.6783 61.005 88.3048 60.8535 88.2575 60.8072H88.9006C88.2527 60.5295 86.3233 60.7399 85.0323 60.6726L85.5808 60.5085L84.2473 60.6053C83.9683 60.5463 83.7744 60.4369 84.4175 60.4369C83.5001 60.3065 83.5947 60.4664 82.8097 60.3233C82.7198 60.3233 82.7624 60.2981 82.8428 60.2939H81.9348C82.1145 60.2644 81.7929 60.1592 82.3462 60.2139C80.7337 60.0204 79.7264 60.2139 79.1258 60.0414H79.2629C77.0072 59.9783 79.0312 60.1719 77.3335 60.2224L76.2269 59.8016L75.9952 59.9194C75.7635 59.9194 75.3048 59.8563 75.3946 59.81C74.5245 59.8436 75.5365 59.8773 75.0305 59.932C73.9239 59.7384 71.9472 59.7763 71.7202 59.5323C71.3135 59.5996 72.7795 59.7006 71.5831 59.6711C71.2662 59.4144 70.2022 59.5954 69.2186 59.406C69.5401 59.3135 70.5001 59.4565 69.4928 59.263C68.8592 59.4102 67.5161 59.061 66.6555 59.0021C66.594 59.1536 64.7639 58.8716 63.3452 58.7749C63.4397 58.7496 60.6638 58.3541 59.3444 58.1353L59.387 58.1142C59.1033 58.2405 57.7319 58.0469 56.734 57.9122C56.7908 57.8239 56.9752 57.8155 57.5238 57.8533L56.578 57.7103C56.1962 57.7209 55.8141 57.6955 55.4383 57.6345L55.6984 57.5546C54.3164 57.4207 52.9442 57.2156 51.5889 56.9402C51.4754 57.0328 52.7901 57.4788 51.0829 57.2474C51.0356 57.1759 50.9978 57.0623 51.4423 57.117C51.1693 57.0974 50.8987 57.0565 50.6337 56.9949L51.3288 57.016C50.6147 56.8393 50.9316 57.016 50.3499 56.915C50.383 56.835 49.9385 56.7761 50.0378 56.7256C50.2762 56.7818 50.5177 56.8267 50.7613 56.8603C50.1922 56.7542 49.6338 56.6065 49.092 56.4185C49.1346 56.4774 49.0636 56.5363 48.5813 56.4563C47.3517 56.1997 48.184 56.2628 47.4841 56.0692C47.1673 56.0692 46.4012 55.8336 46.3492 55.9556C46.1546 55.9335 45.9685 55.8716 45.8054 55.7747C45.4791 55.7368 44.7366 55.5811 44.1597 55.4717C43.5827 55.3623 43.1808 55.2697 43.5165 55.4254L43.6773 55.4759L43.5685 55.4549C42.5187 55.2613 41.45 54.9794 40.3907 54.6848C39.3314 54.3903 38.291 54.0368 37.2695 53.7844V53.7465C36.6595 53.595 35.9833 53.4141 35.3496 53.2458C34.7159 53.0774 34.139 52.8881 33.6944 52.7955C33.3398 52.6819 32.8905 52.4547 33.0607 52.4547C32.2615 52.2616 31.4817 52.0096 30.7293 51.7015C31.6751 51.9455 30.4409 51.5416 31.6751 51.9624C30.8004 51.5946 29.8982 51.2811 28.9749 51.024C29.4478 51.0745 28.1568 50.578 27.5893 50.4097L28.3696 50.78C27.7406 50.5654 27.2015 50.3592 26.653 50.153L27.0124 50.1278C25.9643 49.6482 24.8804 49.2335 23.7683 48.8865C23.2623 48.7139 22.7705 48.5498 22.307 48.3605C21.8556 48.1665 21.4236 47.9385 21.016 47.6788C20.3539 47.5021 22.2314 48.2974 21.6308 48.1627C20.5762 47.6788 19.5737 47.0013 19.2426 46.8541C17.8239 46.1472 17.7814 46.4333 16.3201 45.6759C16.4809 45.8105 16.5849 46.0251 15.4453 45.5202C14.4333 44.9648 14.3198 44.6786 14.9724 44.9732C15.2183 45.0952 15.327 45.1752 15.3081 45.1836C15.6439 45.3435 16.0979 45.537 15.7196 45.2888L15.5588 45.2635C15.0859 44.9479 13.6672 44.2158 14.0644 44.3168C13.2747 43.9465 13.6861 44.22 14.2394 44.5398L12.6504 43.572C12.3998 43.4247 12.1492 43.2816 11.8843 43.1217C11.6195 42.9618 11.35 42.7683 11.0473 42.5537C11.227 42.7052 11.3689 42.8735 11.1703 42.743C10.7749 42.4473 10.3561 42.1773 9.91708 41.9351C9.60566 41.819 9.32046 41.6536 9.07532 41.447C8.46055 40.8832 9.43473 41.5017 8.24303 40.6054C7.5857 39.9953 8.20046 40.3824 8.50785 40.576C8.23357 40.3824 7.97347 40.1847 7.73702 39.9869C7.50057 39.7891 7.31614 39.5661 7.12698 39.3768C6.74393 38.9896 6.47438 38.6109 6.22847 38.3374L6.72974 38.8087C6.43182 38.5268 6.2001 38.2827 5.96838 38.0345L6.14335 38.3837C5.87853 38.0807 5.67045 37.8241 5.70828 37.7988C5.38198 37.5211 5.75084 38.1523 5.14553 37.5716C4.82869 37.1508 4.12408 36.284 4.14772 36.0694C5.06042 37.458 4.1761 35.8464 5.0084 36.9825C4.79768 36.7211 4.60501 36.4484 4.43146 36.1662C4.43146 36.1115 4.49294 36.1998 4.56387 36.284C4.40877 35.9315 4.18638 35.6055 3.90654 35.3204C3.59267 35.0385 3.35356 34.6978 3.20666 34.3232C3.38163 34.4746 3.17827 33.9276 3.06005 33.692C3.33433 34.2853 3.06005 34.0286 2.74321 33.4984C2.38381 32.518 2.24667 32.4633 2.05278 31.9457C2.11426 32.1477 2.18046 32.3455 2.25139 32.5432C1.98857 32.1131 1.77926 31.6588 1.62716 31.1883C1.66973 31.1126 1.90619 31.8027 1.84471 31.5502C1.62196 31.1377 1.46289 30.7004 1.37181 30.25C1.32452 30.0101 1.27722 29.7619 1.21574 29.5094C1.17431 29.2458 1.11589 28.9844 1.04077 28.7267C1.04077 28.2218 1.20156 28.6594 1.19211 28.2218C1.14126 27.9819 1.11906 27.7379 1.12589 27.4938C1.12294 27.316 1.14038 27.1384 1.17792 26.9637C1.20629 26.7996 1.22993 26.6312 1.2583 26.4293C1.28668 26.2273 1.32451 25.9832 1.36234 25.6677C1.26303 25.836 1.23466 25.9454 1.21574 25.8907C1.20772 25.6499 1.22515 25.409 1.26777 25.1711C1.12064 25.8646 1.05094 26.5694 1.05969 27.275C1.01384 26.8218 1.00119 26.3664 1.02185 25.9117C1.02185 26.0716 0.979301 26.2357 0.955656 26.3998C0.932012 26.5639 0.955656 26.7238 0.955656 26.8753C0.955656 27.1825 0.955656 27.456 0.955656 27.6453C0.851619 26.9973 0.884714 27.0604 0.785405 27.3718C0.979294 26.5008 0.827966 25.5961 1.2583 24.6199L1.53259 24.7167C1.80687 24.0014 2.0575 23.366 2.3507 22.6801C2.69424 21.8888 3.14358 21.1372 3.68901 20.4415C3.53768 20.6098 3.40054 20.7866 3.25867 20.9633C3.30596 20.673 3.99166 19.9071 4.39836 19.3643C4.43619 19.4653 4.73412 19.1581 4.98003 18.9772C4.89018 18.9772 6.02986 17.8411 6.03932 17.6054C6.29941 17.4077 6.55478 17.2099 6.82433 17.0248C7.29215 16.619 7.7327 16.189 8.14371 15.7372C8.53635 15.2876 8.98892 14.882 9.49147 14.5295C9.15098 14.904 9.80832 14.4875 8.96183 15.228C9.40162 14.883 9.82723 14.5969 9.7894 14.5464C10.0873 14.3907 10.9858 13.5407 11.4824 13.3261C11.6789 13.0819 11.9261 12.8734 12.2106 12.7117C12.2816 12.6865 12.2343 12.7454 12.2343 12.7454C12.2343 12.7454 13.0571 12.1731 12.5133 12.3835C13.3551 12.0385 14.4049 11.4199 15.4926 10.8603C16.414 10.341 17.3994 9.9175 18.4293 9.59795C19.5879 9.08459 20.9687 8.42817 22.0517 8.01581C21.9902 8.0663 22.0517 8.05788 21.8578 8.12521C23.3852 7.62868 22.6617 7.54453 24.402 6.97647C25.3478 6.77029 23.5318 7.39726 24.0946 7.23315C24.279 7.32572 24.7756 7.10271 25.3998 6.86286C26.0347 6.59415 26.6945 6.37454 27.3718 6.20644L27.0975 6.32005C27.6422 6.17314 28.1721 5.98594 28.6817 5.76041C29.287 5.5374 29.9585 5.28493 30.701 5.07454C30.701 5.07454 30.6348 5.12082 30.701 5.11661C31.3332 4.8315 31.9875 4.58683 32.6588 4.38445C33.4391 4.14461 34.2714 3.90476 34.9854 3.70278C34.574 3.9258 34.3517 3.9258 34.6591 3.96788C35.2975 3.78694 34.4132 3.83323 35.6901 3.47977C36.1298 3.44611 37.0851 3.29462 37.2412 3.3872L36.0164 3.6565C36.6879 3.6565 37.6006 3.30725 38.2484 3.19364L38.187 3.282C39.1328 3.05478 39.6057 2.93275 40.0786 2.80231C40.7378 2.61881 41.409 2.47126 42.0884 2.36048H41.8708C42.949 1.9902 42.8166 2.30999 43.9185 2.01965L44.2874 2.14168L46.004 1.79664C46.7228 1.67882 47.5173 1.55258 48.184 1.46422C47.4463 1.68303 45.8905 1.885 44.9494 2.12064C45.6777 1.99861 47.4416 1.80926 47.8152 1.69986C47.5043 1.76656 47.1881 1.81158 46.8694 1.83451C47.3092 1.72089 47.8152 1.61149 48.4158 1.51471L49.3616 1.37585C49.6926 1.34219 50.0473 1.31274 50.4161 1.28328C50.3026 1.46422 51.2626 1.40952 52.3881 1.33378C53.3758 1.24977 54.3702 1.24977 55.3579 1.33378C57.9589 1.08131 60.5598 1.21175 63.5911 1.16125C62.5081 0.912992 64.4801 1.16126 64.291 0.883539C64.6388 0.86041 64.9882 0.86041 65.3361 0.883539L67.4925 1.04764C68.0032 1.12759 66.8162 1.10655 66.8825 1.16546C68.4383 1.19071 67.5303 1.28328 68.5612 1.36323C68.3532 1.26224 69.1051 1.22858 69.9799 1.27487L68.7315 1.14022C70.9116 1.0224 70.6231 1.38006 72.8079 1.27066L72.1127 1.3464C73.2382 1.31694 76.2647 1.40531 77.3666 1.22437C77.5652 1.26224 77.8395 1.34219 77.3288 1.35061C80.0054 1.44318 83.3062 1.35061 85.368 1.69565L85.16 1.74614C85.6599 1.72325 86.1611 1.75007 86.6543 1.82609C86.6165 1.85134 86.4463 1.87238 86.6543 1.89762C87.3193 1.89807 87.9832 1.94308 88.6405 2.03227H88.0683C90.6409 2.41098 92.0643 2.34786 94.216 2.66766C94.1734 2.84859 96.1738 3.27359 97.1574 3.50922H97.1149C100.056 4.14881 102.151 4.49386 104.837 5.23864C105.235 5.41537 105.783 5.61735 106.398 5.85719C107.013 6.09704 107.736 6.35372 108.474 6.63564C109.212 6.91757 109.968 7.23736 110.701 7.54032C111.434 7.84328 112.12 8.1757 112.716 8.50812C112.356 8.29773 112.858 8.40293 113.307 8.59649C113.87 8.89525 114.957 9.28236 114.768 9.38335L114.57 9.27395C114.905 9.63582 116.073 10.2249 116.934 10.7425L117.223 10.6373C118.258 11.4789 119.724 12.3835 121.006 13.2966C121.644 13.7595 122.249 14.2055 122.737 14.6179C123.134 14.9399 123.492 15.2981 123.805 15.6867C124.302 16.078 124.888 16.5914 125.361 16.9953L125.233 17.0584C125.825 17.6812 126.269 18.1483 126.714 18.67C127.158 19.1918 127.659 19.7514 128.326 20.5636L127.976 20.2816C128.714 21.2074 129.248 21.2663 129.939 22.1289L129.967 22.4992C131.228 24.1329 132.339 25.8538 133.292 27.6453C133.249 27.6243 133.183 27.5864 133.032 27.3003C133.306 27.9332 133.517 28.5866 133.66 29.2527C133.817 29.9428 133.845 30.5151 133.987 30.3299C133.939 30.3299 133.93 30.4646 133.93 30.6623C133.93 30.8601 133.906 31.1336 133.906 31.4408C133.906 31.748 133.854 32.0846 133.783 32.4086C133.712 32.7326 133.665 33.044 133.571 33.2922L133.504 33.1029C133.455 33.4172 133.387 33.729 133.301 34.037C133.169 34.429 132.993 34.8082 132.776 35.1689C132.601 35.4214 132.54 35.3457 132.776 35.0174C132.595 35.2693 132.436 35.5338 132.303 35.8085C132.132 36.1328 131.909 36.4333 131.641 36.7006C131.726 36.5659 131.792 36.4271 131.863 36.2798C131.542 36.7006 131.362 36.8731 131.263 37.0288C131.164 37.1845 131.102 37.2981 130.932 37.5379C130.648 37.8629 130.331 38.1643 129.986 38.4384C129.75 38.6434 129.478 38.8138 129.182 38.9434C128.919 39.3192 128.573 39.644 128.165 39.8985C128.066 39.9196 128.236 39.7555 128.326 39.6755C126.78 40.7064 126.141 41.3586 124.959 41.9351C124.878 41.928 124.796 41.9458 124.727 41.9856C126.018 41.2324 127.002 40.5634 126.917 40.6349C126.837 40.5423 125.834 41.1861 126.515 40.5381C125.573 41.3462 124.534 42.0602 123.417 42.6673C123.366 42.686 123.312 42.7 123.257 42.7094L123.356 42.6378C123.131 42.7493 122.916 42.8759 122.713 43.0165C122.372 43.1806 122.155 43.2858 121.833 43.4584C121.658 43.4584 120.594 44.0895 120.041 44.342C120.154 44.4262 119.431 44.7628 120.154 44.5229C120.065 44.5566 120.249 44.4556 120.627 44.2705C120.708 44.2284 120.802 44.1779 120.854 44.1442L120.821 44.1737L122.136 43.4457C121.712 43.7869 121.234 44.0705 120.717 44.2873C120.481 44.4977 120.244 44.7081 120.065 44.8385C119.223 45.0615 117.738 45.6801 117.483 45.6801L114.754 46.9929C113.984 47.3413 113.236 47.7261 112.512 48.1459C112.27 48.2732 111.995 48.3441 111.713 48.3521C111.988 48.2174 112.328 48.0828 112.47 47.9902C111.997 48.2174 111.264 48.5204 110.63 48.7855C110.179 48.9294 109.754 49.1306 109.368 49.383C108.067 49.7701 110.016 48.9874 108.285 49.6397L108.498 49.5092C108.058 49.6312 107.646 49.7617 107.249 49.8963C106.852 50.031 106.464 50.1404 106.09 50.2708C105.348 50.5275 104.672 50.8052 103.934 51.0787C103.196 51.3522 102.478 51.5837 101.669 51.8235C100.79 52.0926 99.8862 52.2953 98.9686 52.4294C99.1234 52.3951 99.282 52.3768 99.4415 52.3747C94.9159 53.3594 90.1018 54.5081 85.4863 54.7438C84.734 54.7821 83.9887 54.8935 83.2637 55.0762L82.9705 54.9668L81.6227 55.2361C80.7209 55.3198 79.8126 55.3325 78.9083 55.2739C78.459 55.2739 77.9908 55.2529 77.4896 55.2739C76.9336 55.2648 76.3776 55.2873 75.825 55.3413L76.1418 55.4296C75.2622 55.4296 73.347 55.5096 73.4983 55.3918C73.2923 55.4448 73.0751 55.4534 72.8646 55.417L72.841 55.3455L70.6704 55.4044C69.8333 55.3539 69.9043 55.2781 69.8759 55.215C69.8475 55.1519 69.7293 55.0804 68.5092 54.992C67.606 54.9541 65.913 55.0173 66.2488 55.0888C66.5741 55.0911 66.8957 55.1512 67.1946 55.2655L66.3575 55.2445C66.1873 55.438 65.5158 55.6022 67.5587 55.8883L69.001 55.8588L69.4739 55.9893L68.268 55.9135C68.7964 56.0133 69.3397 56.0346 69.8759 55.9766C70.0628 56.055 70.2654 56.0993 70.4717 56.1071L71.8904 55.9556C72.056 56.0398 71.252 56.0945 72.1931 56.166C72.8599 56.0945 71.5689 55.9682 72.666 55.9388C73.3517 56.0524 73.1389 56.1281 73.957 56.065C74.0705 56.1113 73.8955 56.1576 73.5787 56.166C74.3378 56.157 75.0957 56.1093 75.8486 56.0229C76.3372 56.067 76.8287 56.0797 77.3193 56.0608C77.8253 56.0608 78.2367 56.0608 78.2036 56.145C78.8272 56.0246 79.4592 55.9416 80.0952 55.8967C79.4994 56.0398 80.0952 56.0145 80.8424 55.9851C81.5896 55.9556 82.4077 55.8841 82.2611 56.0313C83.1265 55.741 85.4626 55.6947 86.9901 55.3581C86.8637 55.4015 86.7319 55.4312 86.5976 55.4465C87.4819 55.3581 87.7467 55.3876 88.3237 55.3581C88.3615 55.2655 88.7256 55.1729 89.1654 55.0635C89.6052 54.9541 90.1112 54.8321 90.4801 54.7185C91.5819 54.7185 89.8653 55.0215 90.2342 55.1393C90.1538 55.0089 92.069 54.7185 91.6813 54.6512C92.0697 54.596 92.4656 54.596 92.854 54.6512C92.9486 54.4113 93.6012 54.466 94.2444 54.2052C95.4502 54.0747 94.599 54.3398 95.8759 54.0242C96.4812 53.9569 95.3462 54.2598 95.3462 54.2598ZM126.326 41.8425L125.38 42.419C125.276 42.419 125.328 42.3433 125.55 42.2128C125.446 42.3096 125.985 42.0319 126.326 41.8552V41.8425ZM121.124 43.7908C121.279 43.6719 121.461 43.5843 121.658 43.5341L121.053 43.8833L121.02 43.9212C121.044 43.8753 121.079 43.835 121.124 43.8034V43.7908Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (min-width: 960px) {
  .header .toggle_block .menu {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: right;
  }
  .header .toggle_block .menu .item {
    min-width: 135px;
    margin: 0 5px;
  }
  .header .toggle_block .menu .item a {
    color: #000000;
  }
  .header .toggle_block .menu .item.active,
  .header .toggle_block .menu .item:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='135' height='61' viewBox='0 0 135 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95.3462 54.2598C96.6703 54.0032 95.9279 53.9821 96.1833 53.8391C97.7344 53.4519 96.9351 53.7928 97.4932 53.7549C98.439 53.4814 99.153 53.1616 99.8813 52.9975C99.9428 52.9975 100.085 52.9975 99.9333 53.0564C100.912 52.6735 102.95 52.2359 104.071 51.7436C104.126 51.7362 104.182 51.7362 104.237 51.7436C104.019 51.7436 103.962 51.6552 103.977 51.5879C104.544 51.4027 104.993 51.1671 105.249 51.1671C105.063 51.2201 104.888 51.3013 104.733 51.4069L105.31 51.1755C105.906 51.1503 104.52 51.4827 104.558 51.5963C105.703 51.1755 107.017 50.6495 107.906 50.3718C108.162 50.4686 105.854 51.104 107.093 50.8473L105.674 51.2302C106.819 51.1166 104.828 51.4785 105.892 51.4112C107.736 50.8852 107.892 50.679 109.675 50.0815C110.044 49.8585 109.491 50.0142 109.855 49.7911C110.554 49.4696 111.296 49.2278 112.063 49.0716C112.664 48.9748 113.237 48.77 113.747 48.4699C114.279 48.027 114.906 47.6849 115.591 47.4642L115.241 47.8135C116.915 47.0771 116.069 47.1697 117.87 46.488C117.591 46.6858 116.589 47.1234 116.849 47.0266C118.05 46.6353 117.606 46.6058 118.457 46.185L118.712 46.2271C119.573 45.8063 120.471 45.3098 121.379 44.8049C122.287 44.2999 123.181 43.7361 124.108 43.2101C124.032 43.3027 123.739 43.5215 124.207 43.3195C126.51 41.9435 129.144 40.3404 131.093 38.6025C131.301 38.3501 131.485 38.0765 131.679 37.8157C131.84 37.6558 132.015 37.5379 131.873 37.7441C132.582 37.0204 131.835 37.6516 132.109 37.2602C132.473 36.8394 132.648 36.7216 132.464 37.033C133.128 36.1186 133.684 35.1457 134.124 34.1296C134.233 33.8393 134.356 33.5573 134.45 33.288C134.545 33.0187 134.625 32.7073 134.706 32.4465C134.786 32.1856 134.814 31.8868 134.866 31.6049C134.918 31.323 134.923 31.1 134.951 30.8727L134.98 31.2304C135.033 30.7323 134.98 30.2298 134.824 29.7492C134.668 29.306 134.55 28.8531 134.469 28.3943L134.564 28.6258C134.148 27.1585 133.473 25.7595 132.563 24.481C131.726 23.2187 130.866 22.0994 130.246 21.1148C129.825 20.7231 129.455 20.2896 129.144 19.823C128.695 19.2549 128.26 18.7079 128.076 18.7163C127.384 17.6946 126.592 16.7287 125.711 15.8298C125.238 15.3669 124.86 15.2449 124.212 14.7231L124.307 14.6137L123.337 13.9825C123.228 13.81 123.11 13.6501 122.992 13.486L122.415 13.0273C122.656 13.2251 122.888 13.4818 122.826 13.4818C121.999 12.895 121.229 12.2475 120.523 11.5462L119.265 10.7804C118.849 10.5279 118.409 10.2965 117.984 10.0566C118.292 10.168 118.585 10.3091 118.859 10.4774C117.44 9.77468 118.712 10.2039 117.397 9.5727C117.544 9.69052 117.256 9.5727 117.213 9.59374C116.779 9.29081 116.326 9.00984 115.856 8.75218C115.279 8.45342 114.65 8.1168 114.092 7.87274L114.352 7.89378C112.228 6.8431 110.023 5.92635 107.755 5.15028C108.573 5.49953 108.313 5.57106 107.623 5.34384L107.405 5.11661C106.932 5.04929 108.105 5.41116 107.145 5.20077C106.275 4.88939 106.62 4.84731 107.145 4.97776L106.057 4.66217C106.01 4.59905 106.27 4.66217 106.355 4.63271C105.882 4.5696 104.549 3.90055 103.844 3.86689L103.797 3.80798C101.395 3.1221 100.274 2.91592 98.2782 2.48251C98.2073 2.59612 97.4364 2.40256 96.8169 2.38153C95.3604 2.06173 93.7431 1.66199 91.9508 1.41793C90.6834 1.2959 91.5678 1.46843 91.005 1.46422C90.9294 1.34219 89.1371 1.11497 90.0592 1.15705C87.9028 0.912991 87.307 0.841458 84.5641 0.706807C84.8526 0.774133 85.1836 0.824627 85.0087 0.845667C84.5358 0.845667 83.8879 0.706807 83.9635 0.660521H84.1101C81.0363 0.576364 77.0167 -0.0379769 74.5671 0.172415H74.7042L72.1694 0.252364C71.0014 0.214494 72.8693 0.176622 72.0087 0.0966735C69.2706 0.252363 67.6864 0.016725 65.4306 0.14296C63.6809 -0.210498 59.2357 0.2187 56.8665 0.0924648L57.0083 0.168206C56.6128 0.21384 56.2122 0.21384 55.8166 0.168206C55.8876 0.227115 56.4834 0.206075 56.1051 0.269193C50.9552 0.576364 45.4412 0.875123 40.2015 1.76718C38.2815 2.08698 39.2132 2.35207 36.7872 2.68028L37.4256 2.39415C35.534 2.86542 33.6093 3.38299 31.6988 3.88793L28.8614 4.72949C27.9156 5.01563 27.036 5.36908 26.1517 5.7015C26.3171 5.5918 26.4984 5.50262 26.6908 5.43641C26.1108 5.58198 25.5434 5.7648 24.9931 5.98343C24.6114 6.10965 24.2528 6.28549 23.9291 6.5052C23.3758 6.70717 23.7683 6.47995 23.4136 6.57252C22.6381 6.79975 21.5977 7.41409 21.1532 7.473C21.0775 7.473 21.347 7.35939 21.4842 7.30048C21.0113 7.51508 19.2426 8.2262 19.7534 8.14204C18.4293 8.64698 17.2943 9.22346 16.235 9.64845C15.6344 10.0692 14.036 10.6878 13.9462 10.9655C13.9462 10.8561 13.3692 11.1212 12.7261 11.4915C12.1351 11.8338 11.5725 12.2135 11.0426 12.6276C11.2507 12.4172 10.3616 13.0021 10.5697 12.7454C9.72792 13.3051 9.01385 13.8815 9.23138 13.8563C7.54786 14.761 6.4933 16.2968 5.50967 16.8018C3.48567 18.9057 1.87308 21.1274 0.96039 23.5343C0.86581 23.4585 1.13536 22.7979 1.45693 22.1878C1.7785 21.5776 2.13789 21.0138 1.99602 21.0012C1.45624 21.9207 1.03126 22.8901 0.72866 23.8919C0.423306 24.8857 0.223817 25.9029 0.132818 26.93C0.0618827 27.5486 0.0571526 26.5723 0.0429656 26.3577C-0.0655353 27.5379 0.0317641 28.726 0.331427 29.8797C0.487483 30.4435 0.671912 30.9527 0.861071 31.4618C1.05023 31.971 1.24885 32.4675 1.4853 32.9514C1.3924 32.8265 1.31621 32.6923 1.2583 32.5517C1.42382 32.9388 1.59406 33.4648 1.67446 33.3932L1.49003 33.0229C1.43802 32.6905 1.665 33.0566 1.92509 33.5026C2.11365 33.8428 2.3269 34.1717 2.56351 34.4873C2.26558 34.2222 2.49257 34.6934 2.69119 35.1269C2.8898 35.5603 3.0837 35.9432 2.62025 35.5224C2.78104 35.758 3.01276 36.0399 3.03641 35.9432C3.23502 36.3092 3.27286 36.4397 2.9844 36.1115C3.20162 36.4689 3.46336 36.8034 3.76468 37.1087C3.93019 37.2771 4.05315 37.4538 4.50713 37.9924C4.46457 38.0134 4.26594 37.803 4.1288 37.7189C4.39363 37.9756 4.65845 38.228 4.94692 38.531C5.23539 38.834 5.59479 39.1664 5.99202 39.6124C5.91636 39.5787 5.99202 39.705 5.73665 39.4399C6.40871 40.0987 7.14107 40.7067 7.92618 41.2577C8.29031 41.5354 8.67336 41.7963 9.08005 42.074C9.48674 42.3517 9.89816 42.6757 10.3758 42.9955C9.6759 42.7767 10.9858 43.471 10.9811 43.673C11.3358 43.8918 11.7094 44.0937 12.0782 44.2789L11.6999 43.9591C12.1728 44.2368 12.6457 44.4682 13.0666 44.6997C13.4875 44.9311 13.9462 45.1204 14.3434 45.3729L13.5868 45.0489L15.4122 45.9788L14.4238 45.3855C15.45 45.8063 14.4238 45.1583 15.6959 45.861C15.4216 45.7474 16.6795 46.3365 17.143 46.6689C17.7498 46.8769 18.3406 47.1201 18.9116 47.3969C19.0771 47.5273 18.6657 47.4937 18.7697 47.5778C19.3325 47.6704 21.1342 48.5793 21.8294 48.7224C21.6071 48.6592 21.5551 48.7224 21.6119 48.7813L22.0848 48.8612C22.534 49.0842 22.6002 49.1263 22.4867 49.16C23.9054 49.7449 22.1368 48.7897 23.7777 49.5471C23.6406 49.5008 23.6973 49.5471 23.4136 49.4461C25.0877 50.1698 26.7239 50.7084 28.2797 51.3102C28.677 51.63 26.861 50.8473 27.3339 51.1671C28.4831 51.5668 29.6984 51.9498 30.8759 52.3285C32.0535 52.7072 33.2735 53.0228 34.3849 53.4015L33.9734 53.25C34.3671 53.2629 34.7496 53.3705 35.08 53.5614C35.6393 53.7882 36.2222 53.9657 36.8203 54.0915C36.5318 54.0284 36.4041 54.0915 36.4893 54.0915C37.2601 54.3314 38.0593 54.546 38.9673 54.7732C39.8752 55.0004 40.8967 55.194 42.0931 55.4549H41.781C42.689 55.7326 44.207 56.0987 45.2142 56.3217C45.5311 56.3217 46.108 56.4605 45.777 56.3006C46.5156 56.5399 47.2687 56.7422 48.0327 56.9066C48.7752 57.0749 49.5223 57.1633 50.2553 57.2769C51.6889 57.46 53.1098 57.7142 54.5114 58.0385C54.1757 57.988 53.7028 57.9669 53.9676 58.009L56.3652 58.3204C56.1949 58.19 56.0625 58.211 55.5802 58.0553C56.1101 58.0588 56.6386 58.1039 57.1597 58.19C56.0815 58.0932 57.1596 58.3541 57.5947 58.4803C57.5238 58.4382 57.6893 58.4256 57.6515 58.3877C58.8715 58.7328 57.8974 58.2152 59.5809 58.556L59.4816 58.5939C60.1247 58.6486 60.7253 58.6528 61.411 58.758C61.6806 58.9095 60.7253 58.7244 60.6638 58.8169C61.6333 58.9305 62.6027 58.8464 63.4681 59.0442C63.052 59.0442 62.4561 58.9768 62.0494 58.9516C62.6207 59.1159 63.2107 59.2231 63.8086 59.2714H63.7377L65.3739 59.507L64.9577 59.4229C66.2157 59.2419 67.4405 59.6417 69.1003 59.5659C67.4878 59.6206 68.8261 59.6543 68.6889 59.7763C69.1051 59.8478 69.7387 59.9446 69.5496 59.9657C70.3393 59.9236 70.8359 60.1592 71.9472 60.0961C71.9945 60.1424 72.7795 60.1676 72.5903 60.2644C73.6071 60.3023 72.3586 60.1719 72.4532 60.1214C74.0185 60.0835 76.0945 60.5421 78.3502 60.4959C80.2844 60.4959 80.6533 60.3907 82.4503 60.4117C83.0508 60.5127 81.9443 60.5421 81.9443 60.5421C82.8151 60.6508 83.6945 60.6958 84.5736 60.6768C84.3844 60.7062 84.5736 60.7441 84.8526 60.803C85.5903 60.8241 85.3539 60.6684 86.3233 60.7736C86.0818 60.8433 85.8331 60.8912 85.5808 60.9166C86.451 60.9166 87.3164 60.8661 88.2196 60.8661C88.4514 60.9503 87.6663 60.9587 87.3495 60.9924C88.3615 60.9924 89.9741 61.0345 90.2909 60.9208L89.6431 60.8241C90.0119 60.8241 89.8275 60.9335 89.5532 60.9461C88.6783 61.005 88.3048 60.8535 88.2575 60.8072H88.9006C88.2527 60.5295 86.3233 60.7399 85.0323 60.6726L85.5808 60.5085L84.2473 60.6053C83.9683 60.5463 83.7744 60.4369 84.4175 60.4369C83.5001 60.3065 83.5947 60.4664 82.8097 60.3233C82.7198 60.3233 82.7624 60.2981 82.8428 60.2939H81.9348C82.1145 60.2644 81.7929 60.1592 82.3462 60.2139C80.7337 60.0204 79.7264 60.2139 79.1258 60.0414H79.2629C77.0072 59.9783 79.0312 60.1719 77.3335 60.2224L76.2269 59.8016L75.9952 59.9194C75.7635 59.9194 75.3048 59.8563 75.3946 59.81C74.5245 59.8436 75.5365 59.8773 75.0305 59.932C73.9239 59.7384 71.9472 59.7763 71.7202 59.5323C71.3135 59.5996 72.7795 59.7006 71.5831 59.6711C71.2662 59.4144 70.2022 59.5954 69.2186 59.406C69.5401 59.3135 70.5001 59.4565 69.4928 59.263C68.8592 59.4102 67.5161 59.061 66.6555 59.0021C66.594 59.1536 64.7639 58.8716 63.3452 58.7749C63.4397 58.7496 60.6638 58.3541 59.3444 58.1353L59.387 58.1142C59.1033 58.2405 57.7319 58.0469 56.734 57.9122C56.7908 57.8239 56.9752 57.8155 57.5238 57.8533L56.578 57.7103C56.1962 57.7209 55.8141 57.6955 55.4383 57.6345L55.6984 57.5546C54.3164 57.4207 52.9442 57.2156 51.5889 56.9402C51.4754 57.0328 52.7901 57.4788 51.0829 57.2474C51.0356 57.1759 50.9978 57.0623 51.4423 57.117C51.1693 57.0974 50.8987 57.0565 50.6337 56.9949L51.3288 57.016C50.6147 56.8393 50.9316 57.016 50.3499 56.915C50.383 56.835 49.9385 56.7761 50.0378 56.7256C50.2762 56.7818 50.5177 56.8267 50.7613 56.8603C50.1922 56.7542 49.6338 56.6065 49.092 56.4185C49.1346 56.4774 49.0636 56.5363 48.5813 56.4563C47.3517 56.1997 48.184 56.2628 47.4841 56.0692C47.1673 56.0692 46.4012 55.8336 46.3492 55.9556C46.1546 55.9335 45.9685 55.8716 45.8054 55.7747C45.4791 55.7368 44.7366 55.5811 44.1597 55.4717C43.5827 55.3623 43.1808 55.2697 43.5165 55.4254L43.6773 55.4759L43.5685 55.4549C42.5187 55.2613 41.45 54.9794 40.3907 54.6848C39.3314 54.3903 38.291 54.0368 37.2695 53.7844V53.7465C36.6595 53.595 35.9833 53.4141 35.3496 53.2458C34.7159 53.0774 34.139 52.8881 33.6944 52.7955C33.3398 52.6819 32.8905 52.4547 33.0607 52.4547C32.2615 52.2616 31.4817 52.0096 30.7293 51.7015C31.6751 51.9455 30.4409 51.5416 31.6751 51.9624C30.8004 51.5946 29.8982 51.2811 28.9749 51.024C29.4478 51.0745 28.1568 50.578 27.5893 50.4097L28.3696 50.78C27.7406 50.5654 27.2015 50.3592 26.653 50.153L27.0124 50.1278C25.9643 49.6482 24.8804 49.2335 23.7683 48.8865C23.2623 48.7139 22.7705 48.5498 22.307 48.3605C21.8556 48.1665 21.4236 47.9385 21.016 47.6788C20.3539 47.5021 22.2314 48.2974 21.6308 48.1627C20.5762 47.6788 19.5737 47.0013 19.2426 46.8541C17.8239 46.1472 17.7814 46.4333 16.3201 45.6759C16.4809 45.8105 16.5849 46.0251 15.4453 45.5202C14.4333 44.9648 14.3198 44.6786 14.9724 44.9732C15.2183 45.0952 15.327 45.1752 15.3081 45.1836C15.6439 45.3435 16.0979 45.537 15.7196 45.2888L15.5588 45.2635C15.0859 44.9479 13.6672 44.2158 14.0644 44.3168C13.2747 43.9465 13.6861 44.22 14.2394 44.5398L12.6504 43.572C12.3998 43.4247 12.1492 43.2816 11.8843 43.1217C11.6195 42.9618 11.35 42.7683 11.0473 42.5537C11.227 42.7052 11.3689 42.8735 11.1703 42.743C10.7749 42.4473 10.3561 42.1773 9.91708 41.9351C9.60566 41.819 9.32046 41.6536 9.07532 41.447C8.46055 40.8832 9.43473 41.5017 8.24303 40.6054C7.5857 39.9953 8.20046 40.3824 8.50785 40.576C8.23357 40.3824 7.97347 40.1847 7.73702 39.9869C7.50057 39.7891 7.31614 39.5661 7.12698 39.3768C6.74393 38.9896 6.47438 38.6109 6.22847 38.3374L6.72974 38.8087C6.43182 38.5268 6.2001 38.2827 5.96838 38.0345L6.14335 38.3837C5.87853 38.0807 5.67045 37.8241 5.70828 37.7988C5.38198 37.5211 5.75084 38.1523 5.14553 37.5716C4.82869 37.1508 4.12408 36.284 4.14772 36.0694C5.06042 37.458 4.1761 35.8464 5.0084 36.9825C4.79768 36.7211 4.60501 36.4484 4.43146 36.1662C4.43146 36.1115 4.49294 36.1998 4.56387 36.284C4.40877 35.9315 4.18638 35.6055 3.90654 35.3204C3.59267 35.0385 3.35356 34.6978 3.20666 34.3232C3.38163 34.4746 3.17827 33.9276 3.06005 33.692C3.33433 34.2853 3.06005 34.0286 2.74321 33.4984C2.38381 32.518 2.24667 32.4633 2.05278 31.9457C2.11426 32.1477 2.18046 32.3455 2.25139 32.5432C1.98857 32.1131 1.77926 31.6588 1.62716 31.1883C1.66973 31.1126 1.90619 31.8027 1.84471 31.5502C1.62196 31.1377 1.46289 30.7004 1.37181 30.25C1.32452 30.0101 1.27722 29.7619 1.21574 29.5094C1.17431 29.2458 1.11589 28.9844 1.04077 28.7267C1.04077 28.2218 1.20156 28.6594 1.19211 28.2218C1.14126 27.9819 1.11906 27.7379 1.12589 27.4938C1.12294 27.316 1.14038 27.1384 1.17792 26.9637C1.20629 26.7996 1.22993 26.6312 1.2583 26.4293C1.28668 26.2273 1.32451 25.9832 1.36234 25.6677C1.26303 25.836 1.23466 25.9454 1.21574 25.8907C1.20772 25.6499 1.22515 25.409 1.26777 25.1711C1.12064 25.8646 1.05094 26.5694 1.05969 27.275C1.01384 26.8218 1.00119 26.3664 1.02185 25.9117C1.02185 26.0716 0.979301 26.2357 0.955656 26.3998C0.932012 26.5639 0.955656 26.7238 0.955656 26.8753C0.955656 27.1825 0.955656 27.456 0.955656 27.6453C0.851619 26.9973 0.884714 27.0604 0.785405 27.3718C0.979294 26.5008 0.827966 25.5961 1.2583 24.6199L1.53259 24.7167C1.80687 24.0014 2.0575 23.366 2.3507 22.6801C2.69424 21.8888 3.14358 21.1372 3.68901 20.4415C3.53768 20.6098 3.40054 20.7866 3.25867 20.9633C3.30596 20.673 3.99166 19.9071 4.39836 19.3643C4.43619 19.4653 4.73412 19.1581 4.98003 18.9772C4.89018 18.9772 6.02986 17.8411 6.03932 17.6054C6.29941 17.4077 6.55478 17.2099 6.82433 17.0248C7.29215 16.619 7.7327 16.189 8.14371 15.7372C8.53635 15.2876 8.98892 14.882 9.49147 14.5295C9.15098 14.904 9.80832 14.4875 8.96183 15.228C9.40162 14.883 9.82723 14.5969 9.7894 14.5464C10.0873 14.3907 10.9858 13.5407 11.4824 13.3261C11.6789 13.0819 11.9261 12.8734 12.2106 12.7117C12.2816 12.6865 12.2343 12.7454 12.2343 12.7454C12.2343 12.7454 13.0571 12.1731 12.5133 12.3835C13.3551 12.0385 14.4049 11.4199 15.4926 10.8603C16.414 10.341 17.3994 9.9175 18.4293 9.59795C19.5879 9.08459 20.9687 8.42817 22.0517 8.01581C21.9902 8.0663 22.0517 8.05788 21.8578 8.12521C23.3852 7.62868 22.6617 7.54453 24.402 6.97647C25.3478 6.77029 23.5318 7.39726 24.0946 7.23315C24.279 7.32572 24.7756 7.10271 25.3998 6.86286C26.0347 6.59415 26.6945 6.37454 27.3718 6.20644L27.0975 6.32005C27.6422 6.17314 28.1721 5.98594 28.6817 5.76041C29.287 5.5374 29.9585 5.28493 30.701 5.07454C30.701 5.07454 30.6348 5.12082 30.701 5.11661C31.3332 4.8315 31.9875 4.58683 32.6588 4.38445C33.4391 4.14461 34.2714 3.90476 34.9854 3.70278C34.574 3.9258 34.3517 3.9258 34.6591 3.96788C35.2975 3.78694 34.4132 3.83323 35.6901 3.47977C36.1298 3.44611 37.0851 3.29462 37.2412 3.3872L36.0164 3.6565C36.6879 3.6565 37.6006 3.30725 38.2484 3.19364L38.187 3.282C39.1328 3.05478 39.6057 2.93275 40.0786 2.80231C40.7378 2.61881 41.409 2.47126 42.0884 2.36048H41.8708C42.949 1.9902 42.8166 2.30999 43.9185 2.01965L44.2874 2.14168L46.004 1.79664C46.7228 1.67882 47.5173 1.55258 48.184 1.46422C47.4463 1.68303 45.8905 1.885 44.9494 2.12064C45.6777 1.99861 47.4416 1.80926 47.8152 1.69986C47.5043 1.76656 47.1881 1.81158 46.8694 1.83451C47.3092 1.72089 47.8152 1.61149 48.4158 1.51471L49.3616 1.37585C49.6926 1.34219 50.0473 1.31274 50.4161 1.28328C50.3026 1.46422 51.2626 1.40952 52.3881 1.33378C53.3758 1.24977 54.3702 1.24977 55.3579 1.33378C57.9589 1.08131 60.5598 1.21175 63.5911 1.16125C62.5081 0.912992 64.4801 1.16126 64.291 0.883539C64.6388 0.86041 64.9882 0.86041 65.3361 0.883539L67.4925 1.04764C68.0032 1.12759 66.8162 1.10655 66.8825 1.16546C68.4383 1.19071 67.5303 1.28328 68.5612 1.36323C68.3532 1.26224 69.1051 1.22858 69.9799 1.27487L68.7315 1.14022C70.9116 1.0224 70.6231 1.38006 72.8079 1.27066L72.1127 1.3464C73.2382 1.31694 76.2647 1.40531 77.3666 1.22437C77.5652 1.26224 77.8395 1.34219 77.3288 1.35061C80.0054 1.44318 83.3062 1.35061 85.368 1.69565L85.16 1.74614C85.6599 1.72325 86.1611 1.75007 86.6543 1.82609C86.6165 1.85134 86.4463 1.87238 86.6543 1.89762C87.3193 1.89807 87.9832 1.94308 88.6405 2.03227H88.0683C90.6409 2.41098 92.0643 2.34786 94.216 2.66766C94.1734 2.84859 96.1738 3.27359 97.1574 3.50922H97.1149C100.056 4.14881 102.151 4.49386 104.837 5.23864C105.235 5.41537 105.783 5.61735 106.398 5.85719C107.013 6.09704 107.736 6.35372 108.474 6.63564C109.212 6.91757 109.968 7.23736 110.701 7.54032C111.434 7.84328 112.12 8.1757 112.716 8.50812C112.356 8.29773 112.858 8.40293 113.307 8.59649C113.87 8.89525 114.957 9.28236 114.768 9.38335L114.57 9.27395C114.905 9.63582 116.073 10.2249 116.934 10.7425L117.223 10.6373C118.258 11.4789 119.724 12.3835 121.006 13.2966C121.644 13.7595 122.249 14.2055 122.737 14.6179C123.134 14.9399 123.492 15.2981 123.805 15.6867C124.302 16.078 124.888 16.5914 125.361 16.9953L125.233 17.0584C125.825 17.6812 126.269 18.1483 126.714 18.67C127.158 19.1918 127.659 19.7514 128.326 20.5636L127.976 20.2816C128.714 21.2074 129.248 21.2663 129.939 22.1289L129.967 22.4992C131.228 24.1329 132.339 25.8538 133.292 27.6453C133.249 27.6243 133.183 27.5864 133.032 27.3003C133.306 27.9332 133.517 28.5866 133.66 29.2527C133.817 29.9428 133.845 30.5151 133.987 30.3299C133.939 30.3299 133.93 30.4646 133.93 30.6623C133.93 30.8601 133.906 31.1336 133.906 31.4408C133.906 31.748 133.854 32.0846 133.783 32.4086C133.712 32.7326 133.665 33.044 133.571 33.2922L133.504 33.1029C133.455 33.4172 133.387 33.729 133.301 34.037C133.169 34.429 132.993 34.8082 132.776 35.1689C132.601 35.4214 132.54 35.3457 132.776 35.0174C132.595 35.2693 132.436 35.5338 132.303 35.8085C132.132 36.1328 131.909 36.4333 131.641 36.7006C131.726 36.5659 131.792 36.4271 131.863 36.2798C131.542 36.7006 131.362 36.8731 131.263 37.0288C131.164 37.1845 131.102 37.2981 130.932 37.5379C130.648 37.8629 130.331 38.1643 129.986 38.4384C129.75 38.6434 129.478 38.8138 129.182 38.9434C128.919 39.3192 128.573 39.644 128.165 39.8985C128.066 39.9196 128.236 39.7555 128.326 39.6755C126.78 40.7064 126.141 41.3586 124.959 41.9351C124.878 41.928 124.796 41.9458 124.727 41.9856C126.018 41.2324 127.002 40.5634 126.917 40.6349C126.837 40.5423 125.834 41.1861 126.515 40.5381C125.573 41.3462 124.534 42.0602 123.417 42.6673C123.366 42.686 123.312 42.7 123.257 42.7094L123.356 42.6378C123.131 42.7493 122.916 42.8759 122.713 43.0165C122.372 43.1806 122.155 43.2858 121.833 43.4584C121.658 43.4584 120.594 44.0895 120.041 44.342C120.154 44.4262 119.431 44.7628 120.154 44.5229C120.065 44.5566 120.249 44.4556 120.627 44.2705C120.708 44.2284 120.802 44.1779 120.854 44.1442L120.821 44.1737L122.136 43.4457C121.712 43.7869 121.234 44.0705 120.717 44.2873C120.481 44.4977 120.244 44.7081 120.065 44.8385C119.223 45.0615 117.738 45.6801 117.483 45.6801L114.754 46.9929C113.984 47.3413 113.236 47.7261 112.512 48.1459C112.27 48.2732 111.995 48.3441 111.713 48.3521C111.988 48.2174 112.328 48.0828 112.47 47.9902C111.997 48.2174 111.264 48.5204 110.63 48.7855C110.179 48.9294 109.754 49.1306 109.368 49.383C108.067 49.7701 110.016 48.9874 108.285 49.6397L108.498 49.5092C108.058 49.6312 107.646 49.7617 107.249 49.8963C106.852 50.031 106.464 50.1404 106.09 50.2708C105.348 50.5275 104.672 50.8052 103.934 51.0787C103.196 51.3522 102.478 51.5837 101.669 51.8235C100.79 52.0926 99.8862 52.2953 98.9686 52.4294C99.1234 52.3951 99.282 52.3768 99.4415 52.3747C94.9159 53.3594 90.1018 54.5081 85.4863 54.7438C84.734 54.7821 83.9887 54.8935 83.2637 55.0762L82.9705 54.9668L81.6227 55.2361C80.7209 55.3198 79.8126 55.3325 78.9083 55.2739C78.459 55.2739 77.9908 55.2529 77.4896 55.2739C76.9336 55.2648 76.3776 55.2873 75.825 55.3413L76.1418 55.4296C75.2622 55.4296 73.347 55.5096 73.4983 55.3918C73.2923 55.4448 73.0751 55.4534 72.8646 55.417L72.841 55.3455L70.6704 55.4044C69.8333 55.3539 69.9043 55.2781 69.8759 55.215C69.8475 55.1519 69.7293 55.0804 68.5092 54.992C67.606 54.9541 65.913 55.0173 66.2488 55.0888C66.5741 55.0911 66.8957 55.1512 67.1946 55.2655L66.3575 55.2445C66.1873 55.438 65.5158 55.6022 67.5587 55.8883L69.001 55.8588L69.4739 55.9893L68.268 55.9135C68.7964 56.0133 69.3397 56.0346 69.8759 55.9766C70.0628 56.055 70.2654 56.0993 70.4717 56.1071L71.8904 55.9556C72.056 56.0398 71.252 56.0945 72.1931 56.166C72.8599 56.0945 71.5689 55.9682 72.666 55.9388C73.3517 56.0524 73.1389 56.1281 73.957 56.065C74.0705 56.1113 73.8955 56.1576 73.5787 56.166C74.3378 56.157 75.0957 56.1093 75.8486 56.0229C76.3372 56.067 76.8287 56.0797 77.3193 56.0608C77.8253 56.0608 78.2367 56.0608 78.2036 56.145C78.8272 56.0246 79.4592 55.9416 80.0952 55.8967C79.4994 56.0398 80.0952 56.0145 80.8424 55.9851C81.5896 55.9556 82.4077 55.8841 82.2611 56.0313C83.1265 55.741 85.4626 55.6947 86.9901 55.3581C86.8637 55.4015 86.7319 55.4312 86.5976 55.4465C87.4819 55.3581 87.7467 55.3876 88.3237 55.3581C88.3615 55.2655 88.7256 55.1729 89.1654 55.0635C89.6052 54.9541 90.1112 54.8321 90.4801 54.7185C91.5819 54.7185 89.8653 55.0215 90.2342 55.1393C90.1538 55.0089 92.069 54.7185 91.6813 54.6512C92.0697 54.596 92.4656 54.596 92.854 54.6512C92.9486 54.4113 93.6012 54.466 94.2444 54.2052C95.4502 54.0747 94.599 54.3398 95.8759 54.0242C96.4812 53.9569 95.3462 54.2598 95.3462 54.2598ZM126.326 41.8425L125.38 42.419C125.276 42.419 125.328 42.3433 125.55 42.2128C125.446 42.3096 125.985 42.0319 126.326 41.8552V41.8425ZM121.124 43.7908C121.279 43.6719 121.461 43.5843 121.658 43.5341L121.053 43.8833L121.02 43.9212C121.044 43.8753 121.079 43.835 121.124 43.8034V43.7908Z' fill='black'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1920px) {
  .header .toggle_block .menu .item {
    margin: 0 15px;
  }
}
.header .toggle_menu {
  position: relative;
}
@media (min-width: 768px) {
  .header .toggle_menu {
    display: none;
  }
}
.header .toggle_menu .no_active {
  display: block;
}
.header .toggle_menu .active {
  display: none;
}
.header .toggle_menu.show_menu .no_active {
  display: none;
}
.header .toggle_menu.show_menu .active {
  display: block;
}
.header.show_menu {
  background-color: #2B3A46;
  mix-blend-mode: unset;
}
.header.show_menu .logo svg path {
  fill: #FFFFFF;
}
.header.show_menu .toggle_block {
  bottom: 0;
  top: 85px;
}
.footer {
  padding: 28px 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 1440px) {
  .footer {
    font-size: 18px;
  }
}
.footer .copyright {
  order: 1;
  margin: auto 0;
  color: #000000;
}
@media (min-width: 768px) {
  .footer .copyright {
    order: 0;
  }
}
.footer .copyright .title {
  margin-bottom: 5px;
}
.footer .copyright .title a {
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.footer .copyright .title a:hover {
  border-bottom: 2px solid #000;
}
.footer .support {
  order: 0;
  margin: auto;
  border: 2px solid #666679;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer .support {
    margin-bottom: 0;
    margin-right: 0;
    order: 1;
  }
}
.footer .support .title {
  color: #000000;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .support .title {
    margin: auto 15px;
    width: auto;
  }
}
.footer .support a {
  margin: 0 5px;
}
.footer .support a svg {
  transition: all 0.3s ease;
}
.footer .support a:hover svg {
  transform: scale(0.9);
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal.show {
  display: flex;
  background: rgba(0, 0, 0, 0.85);
}
.modal .modal-dialog {
  position: relative;
  padding: 60px 20px;
  background: #FFFFFF;
  margin: auto;
  z-index: 1001;
  width: calc(100% - 40px);
}
@media (min-width: 960px) {
  .modal .modal-dialog {
    width: 480px;
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog {
    width: 640px;
  }
}
.modal .modal-dialog.full {
  width: 100%;
}
@media (min-width: 992px) {
  .modal .modal-dialog.full {
    max-width: 800px;
    padding: 60px 80px;
  }
}
.modal .modal-dialog .modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
.modal .modal-dialog .modal-close:before,
.modal .modal-dialog .modal-close:after {
  content: '';
  display: block;
  width: 100%;
  background-color: #8E414F;
  height: 5px;
  transform: rotate(-45deg);
  top: 50%;
  position: absolute;
  transition: all 0.3s ease;
}
.modal .modal-dialog .modal-close:after {
  transform: rotate(45deg);
}
.modal .modal-dialog .modal-close:hover:before,
.modal .modal-dialog .modal-close:hover:after {
  background-color: #000000;
  transform: rotate(45deg);
}
.modal .modal-dialog .modal-close:hover:after {
  transform: rotate(-45deg);
}
.modal .modal-dialog .modal-header {
  border: 0 solid #8E414F;
  border-width: 3px 0;
}
@media (min-width: 960px) {
  .modal .modal-dialog .modal-header {
    margin-bottom: 50px;
  }
}
.modal .modal-dialog .modal-header .title {
  color: #000000;
  font-size: 24px;
  padding: 12px 0;
  font-weight: bold;
  line-height: 107.4%;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .modal .modal-dialog .modal-header .title {
    padding: 18px 0;
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .modal .modal-dialog .modal-header .title {
    padding: 18px 0;
    font-size: 36px;
  }
}
.modal .modal-dialog .modal-body {
  overflow: hidden;
  overflow-y: auto;
  max-height: 40vh;
}
.form_group .form-label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #444444;
  margin-bottom: 10px;
}
.form_group .form_control {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.form_group .form_control .form-control {
  padding: 12px 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  background: #F8F8F8;
  color: #727272;
  border: none;
  outline: none;
  width: 100%;
}
.form_group .form_control .form-control.is-invalid {
  border: 2px solid red;
}
.form_group .form_control .form-control:focus {
  color: #33333F;
  font-weight: bold;
}
.form_group .form_control .form-control:not(:placeholder-shown) {
  font-weight: bold;
}
.form_group .form_control textarea.form-control {
  min-height: 120px;
  text-align: unset;
  padding: 15px;
  resize: none;
}
.form_group .btn {
  transition: all 300ms ease;
  cursor: pointer;
  border: 2px solid #000000;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 72px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: auto;
}
.form_group .btn:hover {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 600;
}
.rupor {
  transition: all 300ms ease;
  position: fixed;
  right: -20px;
  background-image: url(/local/templates/rpharm_08_2023/images/bg_rupor.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 184px;
  height: 245px;
  display: block;
  bottom: 20%;
  color: #000000;
  text-decoration: none;
  display: none;
}
@media (min-width: 960px) {
  .rupor {
    display: block;
  }
}
.rupor span {
  position: absolute;
  font-family: 'RainerTestv04';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 46px;
  line-height: 1;
  transform: rotate(30deg);
  text-align: right;
  left: -60%;
  top: -8%;
  width: 100%;
  display: block;
  display: none;
}
.rupor span.flash.active {
  display: block;
}
.rupor:hover {
  right: -10px;
}
.rupor:hover span.hover {
  display: block;
}
.rupor:hover span.flash {
  display: none;
}
.rupor:hover span.flash.active {
  display: none;
}

/* End */
/* /local/js_libs/fancybox/style.css?167647553215512 */
/* /local/templates/rpharm_23_2023/fonts/RainerTestv04.css?1676539851713 */
/* /local/templates/rpharm_08_2023/components/bitrix/form.result.new/modal/style.css?1677665229190 */
/* /local/templates/rpharm_08_2023/template_styles.css?167769617756196 */
