

/* Start:/bitrix/templates/gdc_new/css/nice-select.css?16982278234007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/bitrix/templates/gdc_new/css/fancybox.css?169822782315659*/
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.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;-webkit-overflow-scrolling:touch;touch-action:pan-y}.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}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;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.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;touch-action:none;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{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(1, 210, 232, 0.94));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(1, 210, 232, 0.94));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:/bitrix/templates/gdc_new/css/fonts.css?16982278231433*/
/* Fonts */
@font-face {
    font-family: 'Manrope';
    src: url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Regular.woff2') format('woff2'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Regular.woff') format('woff'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Bold.eot');
    src: local('Manrope Bold'), local('Manrope-Bold'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Bold.woff2') format('woff2'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Bold.woff') format('woff'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('/bitrix/templates/gdc_new/css/../fonts/Manrope-ExtraBold.eot');
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('/bitrix/templates/gdc_new/css/../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
/* End */


/* Start:/bitrix/templates/gdc_new/css/slick.min.css?16982278231315*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/bitrix/templates/gdc_new/css/normalize.css?16982278234290*/
*, :after, :before {
  box-sizing: border-box; 
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

section,
.block,
.photo {
  position: relative;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input,
textarea {
  display: block;
  overflow: visible;
  background: transparent;
  padding: 0;
}

table {border-collapse: collapse;}

button,
select {
  text-transform: none;
}

button[disabled] {
  cursor: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ol, ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {list-style-type: decimal;}
ol li, ul li, label {position: relative;}

button, input[type="submit"], select {
  background: transparent;
  cursor: pointer;
  padding: 0;
}
input[type="submit"]:disabled {cursor: auto;}
p {
  margin: 0;
}
:focus {outline: none;}
:focus {-moz-outline: 3px solid #fff !important;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0px !important;
}
input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important;
}
/* End */


/* Start:/bitrix/templates/gdc_new/css/style.css?174894017060735*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


/* Base */
html, body {
	height: 100%;
}
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #f9f9fd;
}
body::-webkit-scrollbar-thumb {
    background: #5277F1;
    border-radius: 10px;
}

body {
	position: relative;
	overflow-x: hidden;
	background: white;
	color: #131E3C;
	font: 16px 'Manrope', sans-serif;
}
* {
	-webkit-tap-highlight-color: transparent;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.inner-wrapper {
	position: relative;
	max-width: 1440px;
	width: 100%;
	height: 100%;
	padding: 70px 56px;
	margin: 0 auto;
}
h1 {
	position: relative;
    display: inline-flex;
    align-items: center;
	font-weight: 800;
	font-size: 72px;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin-bottom: 20px;
	z-index: 1;
}
h1:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 11px;
    background: #9EF23A;
    width: 93px;
    height: 76px;
    z-index: -1;
}
h2 {
	position: relative;
    display: inline-flex;
    align-items: center;
	font-weight: 800;
	font-size: 56px;
	line-height: 100%;
	margin-bottom: 20px;
	z-index: 1;
}
h2:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 11px;
    background: #9EF23A;
    width: 93px;
    height: 76px;
    z-index: -1;
}
h3 {
	font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
a {
	color: #131E3C;
	text-decoration: none;
}
b {
	font-weight: 700;
}
p {
	letter-spacing: -0.02em;
	line-height: 160%;
}
input.field::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #131E3C;}
input.field::-moz-placeholder, textarea::-moz-placeholder {color: #131E3C;}
input.field:-moz-placeholder, textarea:-moz-placeholder {color: #131E3C;}
input.field:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #131E3C;}
label, input, select, textarea {
	color: #131E3C;
	font: 18px 'Manrope', sans-serif;
}
svg, label {
	display: block;
}
label, svg path {
	transition: all .3s;
}
label {
	cursor: pointer;
}

/* Photo and Logo */
.photo {
	overflow: hidden;
}
.logo a:hover {
	opacity: .5;
}
.logo a, img {
	display: block;
}
.logo a {
	transition: all .15s;
}
.logo img {
	width: 99px;
}
.photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Buttons */
.btn1:hover {
	background: white;
	border-color: #E6E6E6;
	color: #131E3C;
}
.btn1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #5277F1;
	border: 1px solid transparent;
	color: white;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: all .3s;
	height: 78px;
	padding: 0 40px;
}
.btn1 span {
	width: calc(100% - 34px);
}
.btn1 svg {
	width: 24px;
	height: 24px;
	margin-left: 10px;
}
.btn1:hover svg path {
	fill: #131E3C;
}

/* Slick Slider */
.slick-arrow:hover {
	border-color: rgba(82, 119, 241, 0.6);
}
.slick-arrow {
	position: absolute;
    top: 0;
    bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    background: white;
    border: 1px solid rgba(82, 119, 241, 0.3);
    box-shadow: 0 4px 45px rgb(0 0 0 / 5%);
    transition: all .3s;
	width: 66px;
	height: 54px;
	margin: auto 0;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow svg {
	width: 20px;
	height: 24px;
}
.slick-dots {
    position: absolute;
    top: 67px;
    display: flex;
    flex-wrap: wrap;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li {
	margin-right: 9px;
}
.slick-dots li.slick-active button {
	background: #5277F1;
}
.slick-dots li button {
    background: #E6E6E6;
    font-size: 0;
    transition: all .3s;
    width: 48px;
    height: 5px;
}

/* Tabs */
.tabs-block:not(.active) {
	display: none;
}

/* Header */
.header {
    background: white;
    z-index: 10;
}
.header-wrapper {
    padding: 0;
}
.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}
.header-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9EF23A;
    width: 210px;
    padding: 16px;
}
.header-contacts {
	padding-left: 40px;
}
.header-contacts ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-contacts ul li:last-child {
	margin-right: 0;
}
.header-contacts ul li {
	margin-right: 32px;
}
.header-contacts ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgb(19 30 60 / 60%);
    letter-spacing: -0.04em;
}
.header-contacts ul li a:hover span {
	text-decoration: underline;
}
.header-contacts ul li a svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.header-contacts ul li a span {
    font-size: 16px;
    line-height: 22px;
}
.header-sandwich_wr {
	display: none;
}
.header-menu {
	border-bottom: 2px solid #E6E6E6;
	padding: 10px 0;
}
.header-menu nav ul {
    display: flex;
    flex-wrap: wrap;
 	justify-content: center;
}
.header-menu nav ul.header-sub_menu{
 	justify-content: stretch;
}
.header-menu nav ul li:last-child {
	margin-right: 0;
}
.header-menu nav ul li {
	position: static;
	margin-right: 56px;
}
.header-menu nav ul li:not(.active) a:hover {
	text-decoration: underline;
}
.header-menu nav ul li.active > a {
	color: white;
}
.header-menu nav ul li a {
	display: inline-flex;
	align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all .3s;
    z-index: 1;
}
.header-menu nav ul li > a span {
	position: relative;
}
.header-menu nav ul li.active > a span:after {
	opacity: 1;
	visibility: visible;
}
.header-menu nav ul li > a span:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -10px;
	opacity: 0;
	visibility: hidden;
	background: #CDB19B;
	transition: all .3s;
	width: calc(100% + 20px);
	height: calc(100% + 5px);
	z-index: -1;
}
.header-menu nav ul li.sub-menu_open a svg {
	transform: rotate(180deg);
}
.header-menu nav ul li a svg {
	transition: all .3s;
	width: 10px;
	height: 6px;
	margin-right: 16px;
}
.header-sub_menu::-webkit-scrollbar {
    width: 4px;
}
.header-sub_menu::-webkit-scrollbar-thumb {
    background: #5277F1;
}
.header-menu .sub-menu_open .header-sub_menu {
	opacity: 1;
	visibility: visible;
	height: 648px;
	padding: 32px;
}
.header-sub_menu {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	background: white;
    box-shadow: 0 26px 33px rgb(159 159 159 / 26%);
    transition: all .3s;
    max-width: 1330px;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0 auto;
}
.header-sub_menu-block {
    width: 33%;
    padding: 0px 40px;
    margin-bottom: 40px;
    margin-right: 0!important;
}
.header-sub_menu-title {
	display: block;
    color: #5277F1;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.header-sub_menu-block ul li:last-child {
	margin-bottom: 0;
}
.header-sub_menu-block ul li {
	line-height: 140%;
	margin-bottom: 16px;
}
.header-sub_menu-block ul li a:hover {
	text-decoration: underline;
}
.header-sub_menu-block ul li a {
    font-size: 14px;
    letter-spacing: -0.02em;
}
.header-menu .header-contacts {
	display: none;
}

/* Main */
.main-content {
	flex: 1 0 auto;
}

/* Screen Banner */
.screen-banner {
	overflow: hidden;
}
.banner-wrapper {
    padding-top: 0;
    padding-left: 170px;
    padding-bottom: 32px;
}
.banner-slider_item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-slider_item-info {
    width: calc(100% - 588px);
    padding-top: 100px;
    padding-right: 85px;
}
.banner-slider_item-info h1 {
	text-transform: uppercase;
}
.banner-slider_item-more {
    display: inline-flex;
    align-items: center;
    color: #5277F1;
    margin-top: 80px;
}
.banner-slider_item-more span {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.banner-slider_item-more svg {
	position: relative;
	top: -3px;
	animation: bannerArrow .7s linear infinite;
	width: 17px;
	height: 13px;
	margin-left: 8px;
}
@keyframes bannerArrow {
	0% {top: -3px;}
	50% {top: 3px;}
	100% {top: -3px;}
}
.banner-slider_item-photo {
    width: 588px;
    height: 588px;
    /*margin-top: -65px;*/
}

/* Screen Projects Min*/
.screen-projects_min {
	background: rgba(230, 230, 230, 0.4);
}
.projects-min_wrapper {
	padding-top: 105px;
	padding-bottom: 0;
}
.projects-min_slider .slick-list {
    max-width: 960px;
    width: 100%;
    padding-top: 33px;
    margin: 0 auto;
}
.projects-min_slider-item {
	position: relative;
}
.projects-min_slider-item_top.active {
	top: -33px;
}
.projects-min_slider-item_top {
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all 1s;
    z-index: -1;
}
.projects-min_slider-item_top-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 33px;
    padding: 5px 0;
}
.projects-min_slider-item_top-title {
	background: #9EF23A;
    font-weight: 800;
    letter-spacing: 0.02em;
	text-transform: uppercase;
}
.projects-min_slider-item_top-date {
	background: #ABD3FF;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.projects-min_slider-item_main {
	display: flex;
    flex-wrap: wrap;
    background: #131E3C;
    height: 234px;
}
.projects-min_slider-item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: calc(100% - 411px);
	padding: 32px;
}
.projects-min_slider-item_info h3 {
	color: white;
}
.projects-min_slider-item_info p {
	color: white;
}
.projects-min_slider-item_photo {
	width: 411px;
	height: 100%;
}
.projects-min_slider-item:hover .projects-min_slider-item_more {
    opacity: 1;
    visibility: visible;
}
.projects-min_slider-item_more {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    width: 200px;
    z-index: 1;
}
.projects-min_slider-item_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Screen Sservices */
.screen-services:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/bitrix/templates/gdc_new/css/../img/services-bg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.services-wrapper {
	padding-top: 64px;
	padding-bottom: 64px;
}
.services-content {
	background: white;
	text-align: center;
	padding: 58px 170px;
}
.services-title h2:after {
	right: 15px;
	background: #ABD3FF;
    width: 124px;
    height: 67px;
}
.services-tabs {
    display: flex;
    justify-content: center;
	border-bottom: 1px solid #E6E6E6;
}
.services-tabs ul {
	display: flex;
	flex-wrap: wrap;
}
.services-tabs ul li:not(.line):last-child {
	margin-right: 0;
}
.services-tabs ul li:not(.line) {
	position: static;
    padding: 22px 0;
	margin-right: 56px;
}
.services-tabs ul li:not(.line).active button {
	font-weight: 800;
}
.services-tabs ul li:not(.line) button {
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.services-tabs ul li.line {
	position: absolute;
	bottom: -1px;
	background: #5277F1;
	height: 4px;
}
.services-tabs_content {
	max-width: 740px;
	padding-top: 68px;
	margin: 0 auto;
}
.services-tabs_block p:last-child {
	margin-bottom: 0;
}
.services-tabs_block p {
	padding-bottom: 30px;
}

/* Screen Portfolio */
.portfolio-main {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
}
.portfolio-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.portfolio-title h2 {
	margin: 0;
}
.portfolio-title h2:after {
	left: 18px;
	right: auto;
	width: 164px;
	height: 63px;
}
.portfolio-faq_item:last-child {
	margin-bottom: 0;
}
.portfolio-faq_item {
	margin-bottom: 55px;
}
.portfolio-faq_question {
	cursor: pointer;
}
.portfolio-faq_item:not(.active) .portfolio-faq_answer {
	opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}
.portfolio-faq_question {
	position: relative;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding-right: 72px;
}
.portfolio-faq_question-icon {
	position: absolute;
    top: -5px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5277F1;
    width: 48px;
    height: 40px;
}
.portfolio-faq_question-icon svg {
	width: 16px;
	height: 24px;
}
.portfolio-faq_item.active .portfolio-faq_question-icon .plus {
	display: none;
}
.portfolio-faq_item:not(.active) .portfolio-faq_question-icon .minus {
	display: none;
}
.portfolio-faq_answer {
	transition: all .3s;
	padding-top: 24px;
}
.portfolio-faq_answer ul {
	column-count: 2;
}
.portfolio-faq_answer ul li:last-child {
	margin-bottom: 0;
}
.portfolio-faq_answer ul li {
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.portfolio-faq_answer-item {
	display: inline-flex;
	padding-left: 48px;
}
.portfolio-faq_answer-style1 .portfolio-faq_answer-item:before {
	content: '';
	position: absolute;
	top: 10px;
    left: 9px;
	background: #5277F1;
	width: 8px;
	height: 8px;
}
.portfolio-faq_answer ul li a {
	position: relative;
	color: #5277F1;
	padding-left: 48px;
}
.portfolio-faq_answer ul li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/bitrix/templates/gdc_new/css/../img/portfolio-faq-icon.svg') no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.portfolio-faq_answer ul li a:hover span {
	text-decoration: underline;
}
.portfolio-platform.active {
    opacity: 1;
    visibility: visible;
}
.portfolio-platform {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    background: rgb(205 177 155 / 50%);
    transition: all 1s;
    max-width: 1100px;
    padding: 76px 64px 76px 51px;
    margin: 80px auto 0;
}
.portfolio-platform_info {
	width: 70%;
	padding-right: 50px;
}
.portfolio-platform_info h3 {
    color: black;
    margin-bottom: 31px;
}
.portfolio-platform_info p {
	color: black;
}
.portfolio-platform_other {
    width: 30%;
    text-align: right;
}

/* Screen Events */
.screen-events {
	background: rgb(230 230 230 / 20%);
}
.events-wrapper {
	padding-top: 64px;
	padding-bottom: 80px;
}
.events-title {
	text-align: center;
}
.events-title h2 {
	margin-bottom: 61px;
}
.events-title h2:after {
	left: 75px;
	right: auto;
	background: rgb(205 177 155 / 60%);
	width: 164px;
	height: 63px;
}
.events-tabs {
	margin-bottom: 40px;
}
.events-tabs ul {
	position: relative;
	top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.events-tabs ul li:not(.line).active button {
	font-weight: 800;
}
.events-tabs ul li:not(.line):last-child {
	margin-right: 0;
}
.events-tabs ul li:not(.line) {
	position: static;
    margin-right: 56px;
}
.events-tabs ul li:not(.line) button {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	background: none;
    width: auto;
    height: auto;
    padding: 24px 0;
}
.events-tabs ul li.line {
    position: absolute;
    bottom: -1px;
    background: #5277F1;
    height: 4px;
}
.events-slider {
    padding-bottom: 40px;
}
.events-slider_mob {
	display: none;
}
.events-slider_block {
	display: flex!important;
}
.events-slider_item:last-child {
	margin-right: 0;
}
.events-slider_item {
	position: relative;
	width: calc(25% - 12px);
	margin-right: 16px;
}
.events-slider_item-main {
	position: relative;
	height: 243px;
}
.events-slider_item-photo {
	height: 100%;
}
.events-slider_item-play {
    position: absolute;
    top: 14px;
    left: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #E6E6E6;
    box-shadow: 0 4px 45px rgb(0 0 0 / 5%);
    width: 55px;
    height: 37px;
}
.events-slider_item-play svg {
	width: 23px;
	height: 21px;
}
.events-slider_item-options {
	position: absolute;
    left: 11px;
    bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 22px);
}
.events-slider_item-time {
	background: #9EF23A;
}
.events-slider_item-date {
	background: #ABD3FF;
}
.events-slider_item-options_item {
    font-size: 14px;
    letter-spacing: -0.02em;
	height: 24px;
	padding: 0 9px;
	margin-right: 9px;
}
.events-slider_item-info {
	padding-top: 24px;
}
.events-slider_item-info h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.events-slider_item-info p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
.events-slider_item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.events-slider_progress.mob {
	display: none;
}
.events-slider_progress {
    background-color: #D9D9D9;
    background-image: linear-gradient(to right, #5277F1, #5277F1);
    background-repeat: no-repeat;
    transition: background-size 0.4s ease-in-out;
    width: 100%;
    height: 3px;
}

/* Screen Projectsr */
.projects-wrapper {
	padding-bottom: 0;
}
.projects-content {
	display: flex;
    flex-wrap: wrap;
    height: 660px;
}
.projects-info {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
    padding: 64px 56px 80px;
    margin-left: -56px;
}
.projects-info:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url('/bitrix/templates/gdc_new/css/../img/projects-bg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.projects-info h2 {
	margin-bottom: 40px;
}
.projects-info h2:after {
	display: none;
}
.projects-slider {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	width: calc(100% - 544px);
	padding-left: 56px;
}
.projects-slider_item-info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.projects-slider_item-info_desc {
	width: 60%;
}
.projects-slider_item-info_desc h3 {
	margin-bottom: 16px;
}
.projects-slider_item-btn_wr {
	text-align: right;
	width: 40%;
}
.projects-slider_item-photo_wr {
	position: relative;
	height: 337px;
	margin-top: 75px;
}
.projects-slider_item-date {
    position: absolute;
    top: -33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E6E6E6;
	font-size: 14px;
	letter-spacing: 0.02em;
    width: 190px;
    height: 33px;
}
.projects-slider_item-photo {
	height: 100%;
}
.projects-slider .slick-arrow {
    top: 46px;
    bottom: auto;
}
.projects-slider .slick-prev {
    left: auto;
    right: 74px;
}

/* Page Policy */
.policy-head {
	position: relative;
}
.policy-head_info {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
	padding: 58px 30px;
}
.policy-title {
	color: white;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.policy-title:after {
	right: -10px;
	background: #CDB19B;
	width: 270px;
    height: 76px;
}
.policy-head_info p {
	color: white;
}
.policy-head_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.policy-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 56px;
}
.policy-menu {
    position: sticky;
    top: 56px;
    overflow: hidden;
    background: white;
	border: 4px solid #ABD3FF;
    width: 320px;
    z-index: 2;
}
.policy-menu_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 20px 28px 20px;
}
.policy-menu_list {
	padding: 10px 28px 28px;
}
.policy-menu_list ul li:last-child {
	margin-bottom: 0;
}
.policy-menu_list ul li {
	padding-left: 24px;
	margin-bottom: 26px;
}
.policy-menu_list ul li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url('/bitrix/templates/gdc_new/css/../img/arrow-icon.svg') no-repeat;
	background-size: 100%;
	width: 12px;
	height: 15px;
}
.policy-menu_list ul li a:hover {
	text-decoration: underline;
}
.policy-menu_list ul li {
	line-height: 22px;
}
.policy-menu_list ul li a {
	font-size: 16px;
	letter-spacing: -0.04em;
}
.policy-content {
    width: calc(100% - 320px);
    padding-left: 128px;
}
.policy-date {
    color: #5277F1;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.policy-block:last-child {
	margin-bottom: 0;
}
.policy-block {
	margin-bottom: 64px;
}
.policy-block:first-child h2 {
	border: 0;
	padding: 0;
}
.policy-block h2 {
	display: block;
	border-bottom: 1px solid #E6E6E6;
    color: #5277F1;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.policy-block h2:after {
	display: none;
}
.policy-block h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.02em;
}
.policy-block p:last-child, .policy-block li:last-child {
	margin-bottom: 0;
}
.policy-block p, .policy-block li {
	margin-bottom: 20px;
}
.policy-block ul:last-cihld {
	margin-bottom: 0;
}
.policy-block ul {
	margin-bottom: 56px;
}
.policy-block ul li {
	padding-left: 40px;
}
.policy-block ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #5277F1;
    width: 8px;
    height: 8px;
}
.policy-block a:hover {
	text-decoration: underline;
}
.policy-block a {
	color: #5277F1;
	word-break: break-word;
}
.policy-block .add-text {
	margin-top: 56px;
}
.policy-block .add-text p {
	color: rgba(19, 30, 60, 0.5);
}
.page-cookie_policy .policy-block {
	margin-bottom: 48px;
}
.page-cookie_policy .policy-block h2 {
	border: 0;
    color: #131E3C;
    font-size: 20px;
    letter-spacing: -0.02em;
    text-transform: none;
    padding: 0;
    margin-bottom: 16px;
}
.page-cookie_policy .policy-block h3 {
	margin-bottom: 40px;
}

/* Footer */
.footer {
	flex: 0 0 auto;
	border-top: 1px solid #E6E6E6
}
.footer-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid transparent;
    padding: 35px 0;
	position: relative;
}
.footer-top::before {
	content: "";
	position: absolute;
	left: -500%;
	width: 1500%;
	bottom: 0;
	height: 1px;
	background: #E6E6E6;
	z-index: -1;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu ul li:last-child {
	margin-right: 0;
}
.footer-menu ul li {
	margin-right: 56px;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-menu ul li a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.footer-main {
	padding: 30px 0;
}
.footer-contacts ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-contacts ul li:last-child {
	margin-right: 0;
}
.footer-contacts ul li {
    margin-right: 48px;
}
.footer-contacts_item {
	display: inline-flex;
	flex-wrap: wrap;
}
.footer-contacts_item svg {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 8px;
}
.footer-contacts ul li a:hover span {
	text-decoration: underline;
}
.footer-contacts_item span {
	color: rgb(19 30 60 / 60%);
    letter-spacing: -0.04em;
    width: calc(100% - 24px);
}
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid transparent;
	padding: 16px 0;
	position: relative;
}

.footer-bottom::before {
	content: "";
	position: absolute;
	left: -500%;
	width: 1500%;
	top: 0;
	height: 1px;
	background: #E6E6E6;
	z-index: -1;
}
.footer-menu2 ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu2 ul li:last-child {
	margin-right: 0;
}
.footer-menu2 ul li {
	margin-right: 56px;
}
.footer-menu2 ul li a:hover {
	text-decoration: underline;
}
.footer-menu2 ul li a {
	letter-spacing: -0.02em;
}
.footer-author img {
	width: 138px;
}

.container {
	width: 1328px;
	max-width: 100%;
	margin: 0 auto;
}


.page-main {
	background-image: url('/bitrix/templates/gdc_new/css/../img/main.jpg');
	background-size: cover;
	background-position: center;
	padding: 58px 0;
	position: relative;
}

.page-main__text {
	width: 500px;
	max-width: 100%;
	margin: 16px auto 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.page-main__title {
	font-weight: 800;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 !important;
}

.page-main .container {
	position: relative;
}

.page-main__title::after {
	width: 127px;
	background: #CDB19B;
	right: -3px;
}

.page-main__arrow {
	text-decoration: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 54px;
	background: #FFFFFF;
	border: 1px solid rgba(82, 119, 241, 0.3);
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	position: absolute;
	top: calc(50% - 27px);
	right: 0;
}
.page-main__arrow.prev {
	right: auto;
	left: 0;
}
.page-main__arrow.prev svg {
	transform: rotate(180deg);
}

.page-main__arrow svg {
	display: block;
	stroke: #131E3C;
	transition: all 0.4s;
}
.page-main__arrow:hover svg {
	stroke: #5277f1;
}

.managementMain .page-main__title::after {
	display: none;
}

.management {
	padding: 56px 0 80px;
}

.management-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin: 0 0 40px 0;
}
.management-title::after, .management-title::before {
	display: none;
}

.management-tabs {
	display: flex;
	align-items: center;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.management-tabs__item {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	height: 68px;
	margin-right: 56px;
	user-select: none;
	border-bottom: 4px solid transparent;
	transition: border-color 0.4s;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #131E3C;
}
.management-tabs__item:last-child {
	margin-right: 0;
}
.management-tabs__item:hover {
	border-color: #5277F1;
}
.management-tabs__item.active {
	border-color: #5277F1;
	font-weight: 800;
}

.management-list {
	margin: -8px -8px 0;
	display: flex;
	flex-wrap: wrap;
}

.management-block {
	padding: 0 8px;
	margin-top: 48px;
	width: 33.33333%;
}

.management-item__top {
	position: relative;
}

.management-item__btn {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.management-item:hover .management-item__btn {
	opacity: 1;
}

.management-content {
	display: none;
}
.management-content:first-child {
	display: block;
}
.management-item__title {
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #131E3C;
	transition: all 0.4s;
	margin: 16px 0 8px;
	display: block;
}
.management-item:hover .management-item__title {
	color: #5277F1;
}
.management-item__proff {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: flex-end;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.management-item__img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}



.hide {
	display: none;
}

.team-modal {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 0 63px;
}
.team-modal__top {
	display: flex;
	align-items: center;
}

.team-modal__img {
	width: 432px;
	min-width: 432px;
	margin-right: 40px;
	height: auto;
	display: block;
}

.team-modal__content {
	padding: 48px 40px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.team-modal__content .mb {
	margin-bottom: 40px;
}
.team-modal__content b {
	display: block;
	margin-bottom: 16px;
	font-weight: 800;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.fancybox__slide {
	padding: 24px;
}

.fancybox__backdrop {
	background: rgba(82, 119, 241, 0.3);
}
.team-modal .carousel__button.is-close {
	width: 18px;
	height: 18px;
	background-image: url('/bitrix/templates/gdc_new/css/../img/close.png');
	opacity: 1;
	right: 31px;
	top: 31px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
}
.team-modal .carousel__button.is-close svg {
	display: none;
}
.team-modal__right {
	flex-grow: 1;
	padding-right: 48px;
}
.team-modal__name {
	font-weight: 800;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.team-modal__proff {
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin-top: 16px;
}
.team-modal__bottom {
	margin: 130px 0 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.team-modal__bottomBold {
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
}


.newsMain .page-main__title::after {
	width: 280px;
	right: -6px;
}


.news {
	padding: 50px 0 80px;
}

.news-top {
	position: relative;
}

.news-select {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	pointer-events: none;
}
.news-select__item {
	pointer-events: auto;
	display: flex;
	align-items: center;
	margin-left: 41px;
}
.news-select__item:first-child {
	margin-left: 0;
}
.news-select__item p {
	margin-right: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: right;
	letter-spacing: -0.02em;
	color: #131E3C;
	opacity: 0.5;
}
.news-select__item select {
	display: none;
}

.nice-select {
	width: 200px;
	height: 48px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid rgba(19, 30, 60, 0.2) !important;
	padding-left: 15px;
	border-radius: 0;
	padding-right: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.nice-select .list {
	width: 100%;
	border-radius: 0;
}
.nice-select .option {
	font-size: 14px;
	height: auto;
	line-height: 30px;
}
.nice-select:after {
	display: none;
}
.nice-select::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	right: 16px;
	top: calc(50% - 4.5px);
	transition: all 0.4s;
	background-image: url('/bitrix/templates/gdc_new/css/../img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.nice-select.open::before {
	transform: rotate(180deg);
}

.page-main__title::after {
	height: 73px !important;
}


.pagination {
	display: flex;
	margin-top: 72px;
	align-items: center;
	justify-content: center;
}

.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	transition: all 0.4s;
	margin: 0 4px;
	width: 32px;
	height: 32px;
	border: 1px solid #E6E6E6;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.pagination a:hover, .pagination a.active {
	background: #5277F1;
	border-color: #5277F1;
	color: #fff;
}
.pagination a.prev, .pagination a.next {
	position: relative;
}
.pagination a.prev::before, .pagination a.next::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('/bitrix/templates/gdc_new/css/../img/pagination.svg');
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s;
}
.pagination a.prev::before {
	transform: rotate(180deg);
}

.pagination a.prev:hover::before, .pagination a.next:hover::before {
	filter: brightness(0) invert(1)
}


.news-links {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
	/*overflow-x: auto;*/
	margin-top: 40px;
}

.news-link {
	text-decoration: none;
	outline: none;
	display: inline-flex;
	padding: 0 15px;
	height: 38px;
	border: 1px solid #5277F1;
	/*margin-right: 16px;*/
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	align-items: center;
	letter-spacing: -0.04em;
	color: #131E3C;
	transition: all 0.4s;
	white-space: nowrap;
}

.news-link:hover {
	text-decoration: none;
	color: #fff;
	background: #5277F1;
}

.show-more {
	display: none;
}

.news-list {
	margin: -72px -7px 0;
	display: flex;
	flex-wrap: wrap;
}

.news-block {
	padding: 0 7px;
	margin-top: 72px;
	width: 25%;
}

.news-item__top {
	position: relative;
	padding-top: 75.6%;
}

.news-item__dots {
	position: absolute;
	left: 11px;
	bottom: 10px;
	display: flex;
	align-items: center;
	z-index: 3;
}

.news-item__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.news-item__dot {
	display: inline-flex;
	padding: 0 10px;
	height: 24px;
	background: #9EF23A;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin-right: 9px;
}

.news-item__date {
	background: #ABD3FF;
}

.news-item__play {
	position: absolute;
	top: 14px;
	left: 11px;
	width: 55px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	background-image: url('/bitrix/templates/gdc_new/css/../img/play.svg');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}

.news-item__title {
	font-weight: 700;
	font-size: 15px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
	transition: all 0.4s;
	margin: 24px 0 16px;
}
.news-item__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #131E3C;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-item {
	position: relative;
}
.news-item__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.news-item:hover .news-item__title {
	color: #5277F1;
}

.servicesMain .page-main__title::after {
	display: none !important;
}

.pageServices {
	padding: 56px 0 80px;
}

.pageServices-list {
	margin: 0 -8px;
	display: flex;
	flex-wrap: wrap;
}

.pageServices-title::after {
	display: none;
}

.pageServices-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin: 0;
}

.pageServices-block {
	margin-top: 32px;
	width: 33.3333%;
	padding: 0 8px;
	margin-bottom: 45px;
}

.pageServices-item {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.pageServices-item__img {
	padding-top: 45%;
	position: relative;
}

.pageServices-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pageServices-item__wrapper {
	flex-grow: 1;
	border: 4px solid rgba(171, 211, 255, 0.3);
	border-top: none;
	padding: 24px 28px 28px;
}

.pageServices-item__title {
	padding-bottom: 8px;
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.pageServices-item__link {
	width: 334px;
	max-width: 100%;
}
.pageServices-item__link {
	display: block;
	text-decoration: none;
	outline: none;
	transition: all 0.4s;
	margin-top: 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.pageServices-item__link:hover {
	color: #5277F1;
	text-decoration: underline;
}



.popup {
	padding: 72px 64px 64px 48px;
	width: 880px;
	max-width: 100%;
	position: relative;
	background: #FFFFFF;
}

.popup-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.popup-form {
	width: 366px;
	max-width: 100%;
}

.popup-text {
	width: 448px;
	max-width: 100%;
	position: relative;
	z-index: 2;
	color: #131E3C;
}
.popup-text h2 {
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.popup-text p {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
}
.popup-text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.popup-text ul li {
	display: block;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -0.32px;
	position: relative;
	padding-left: 42px;
}
.popup-text ul li::before {
	content: "";
	position: absolute;
	left: 5px;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	background: #5277F1;

}
.popup-text::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 161px;
	height: 45px;
	background: #ABD3FF;
	z-index: -1;
}

.form {
	width: 100%;
}

.form-input {
	display: block;
	margin-bottom: 24px;
	position: relative;
}

.form-input input {
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	border: 1px solid rgba(19, 30, 60, 0.5);
	padding-left: 23px;
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	filter: none !important;
	box-shadow: none !important;
}

.form-input input::placeholder {
	color: rgba(19, 30, 60, 0.5);
}

.form-error {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	opacity: 0;
	transition: all 0.4s;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

input, button {
	outline: none !important;
}

.form-error svg {
	display: block;
	cursor: pointer;
}

.form-error span {
	position: absolute;
	right: 1px;
	bottom: calc(100% + 7px);
	white-space: nowrap;
	padding: 0 14px;
	height: 34px;
	background: #131E3C;
	display: inline-flex;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	transition: all 0.4s;
	align-items: center;
	visibility: hidden;
}

.form-error:hover span {
	opacity: 1;
	visibility: visible;
}


.form-input__error .form-error {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.form-input__error input:not(.iti__search-input) {
	border: 1px solid #F40000;
	color: #F40000
}

.form-input__error input:not(.iti__search-input)::placeholder {
	color: #F40000
}

.form-btn.btn1 svg {
	margin-left: 10px;
	display: block;
}
.form-btn.btn1 span {
	width: auto;
}
.form-btn {
	width: 249px;
	height: 80px;
	background: #2845A6;
	padding: 0;
}

.form-label {
	margin: 24px 0 59px;
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.form-label input {
	display: none;
}

.form-label b {
	display: block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin-right: 16px;
	border: 1px solid #5277F1;
	position: relative;
	transition: all 0.4s;
}

.form-label b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('/bitrix/templates/gdc_new/css/../img/checkbox.svg');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.4s;
}

.form-label span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #000000;
	transition: all 0.4s;
}

.form-label span a {
	color: #000;
	text-decoration: none;
}

.form-label span a:hover {
	text-decoration: underline;
	color: #000;
}

.form-label input:checked + b::before {
	opacity: 1;
}

.form-input__error.form-label span {
	color: #F40000
}
.form-input__error.form-label b {
	border-color: #F40000;
}

.popup-img {
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
	user-select: none;
}
.popup .carousel__button.is-close {
	width: 18px;
	height: 18px;
	background-image: url('/bitrix/templates/gdc_new/css/../img/close.png');
	opacity: 1;
	right: 31px;
	top: 31px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
}
.popup .carousel__button.is-close svg {
	display: none;
}






.contactMain .page-main__title::after {
	left: auto;
	right: 41px;
	width: 242px;
}

.contact {
	padding: 46px 0 72px;
}

.contact-wrapper {
	position: relative;
}

.contact-map {
	height: 523px;
	filter: grayscale(1)
}

.contact-item {
	width: 376px;
	max-width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 3;
	right: 56px;
	padding: 48px;
	background: #131E3C;
}

.contact-item__title {
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}
.contact-item__address {
	margin: 36px 0 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	width: 220px;
	max-width: 100%;
}

.contact-item__link {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.contact-item__link:first-child {
	margin-top: 0;
}
.contact-item__link svg {
	margin-right: 16px;
	display: block;
}


.contact-item__link a {
	text-decoration: none;
	outline: none;
	display: inline-flex;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	align-items: flex-end;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.contact-item__link a:hover {
	text-decoration: underline;
	color: #fff;
}

.contact-item__bottom {
	text-decoration: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #9EF23A;
	margin-top: 16px;
}

.contact-item__bottom svg {
	display: block;
	margin-left: 8px;
}

.contact-item__bottom:hover {
	text-decoration: underline;
	color: #9EF23A;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.formBlock {
	background-image: url('/bitrix/templates/gdc_new/css/../img/form.jpg');
	background-size: cover;
	background-position: center;
	padding: 64px 0;
}

.formBlock-wrapper {
	padding: 56px 112px 68px 56px;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.formBlock-title {
	font-weight: 800;
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #131E3C;
	width: 500px;
	max-width: 100%;
}

.formBlock-title::after {
	display: none;
}

.formBlock-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.formBlock-img {
	position: absolute;
	left: 0;
	bottom: -20px;
	pointer-events: none;
	user-select: none;
	width: 590px;
}

.formBlock-form {
	padding-top: 23px;
	width: 432px;
	max-width: 100%;
}


.pageError {
	overflow: hidden;
	height: 530px;
	position: relative;
}

.pageError-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	user-select: none;
}
.pageError-text {
	font-weight: 700;
	font-size: 740px;
	line-height: 555px;
	letter-spacing: -0.02em;
	color: #E6E6E6;
}

.pageError-center {
	position: absolute;
	left: calc(50% - 290px);
	bottom: 24px;
	z-index: 2;
	width: 588px;
	height: 588px;
	border-radius: 100%;
	overflow: hidden;
}

.pageError-center__list {
	display: flex;
}

.pageError-center__list img {
	height: 588px;
	object-fit: cover;
	width: 100%;
}
/*@-webkit-keyframes marquee {
	0% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
	100% {
	  -webkit-transform: translate(-100%, 0);
			  transform: translate(-100%, 0);
	}
}

@keyframes marquee {
	0% {
	  -webkit-transform: translate(0, 0);
			  transform: translate(0, 0);
	}
	100% {
	  -webkit-transform: translate(-100%, 0);
			  transform: translate(-100%, 0);
	}
}*/

.pageError-center__title::after {
	display: none;
}
.pageError-center__title {
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #131E3C;
	margin-bottom: 58px;
	margin-top: 20px;
}
.pageError-center__info {
	width: 305px;
	height: 305px;
	border-radius: 100%;
	left: calc(50% - 152.5px);
	top: calc(50% - 152.5px);
	background: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	justify-content: center;
	text-align: center;
}

.pageError-center__link {
	display: inline-flex;
	align-items: center;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #5277F1;
}

.pageError-center__link svg {
	display: block;
	margin-left: 8px;
}

.pageError-center__link:hover {
	text-decoration: underline;
}

.pageError-mobile {
	display: none;
}

.management-tabs__title {
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin: 0;
	display: flex;
	align-items: center;
	min-height: 70px;
}
.management-tabs__title::after {
	display: none;
}


.projectsMain .page-main__title::after {
	right: -2px;
	width: 144px;
}

.news-item__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.services-item__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
	z-index: 5;
	padding: 0;
	width: 196px;
	height: 80px;
	background: #5277F1;
	justify-content: center;
}
.services-item__btn svg {
	margin-left: 10px;
	display: block;
}
.services-item__btn span {
	width: auto;
}
.news-item:hover .services-item__btn {
	opacity: 1;
}


.pageMainArticle-wrapper {
	position: relative;
	height: 449px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	padding: 72px 0 80px;
}
/*janeenga*/
.pageMainArticle-title {
	font-weight: 800;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	display: block;
	letter-spacing: -0.04em;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
}
.pageMainArticle-title span {
	/*background: #CDB19B;*/
}

.pageMainArticle-title::after {
	display: none;
}

.pageMainArticle-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	user-select: none;
	pointer-events: none;
}


.footer {
	overflow: hidden;
}



.header-menu {
	position: relative;
	border-width: 1px;
}

.header-menu::before {
	content: "";
	left: calc(50% - 50vw);
	width: 100vw;
	position: absolute;
	bottom: -1px;
	height: 1px;
	background: #E6E6E6;
}

.pageMainArticle-subtitle {
	width: 544px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	max-width: 100%;
	margin: 0 auto;
}

.pageMainArticle-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.pageMainArticle-dot {
	display: flex;
	align-items: center;
	height: 33px;
	width: 190px;
	background: #9EF23A;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #131E3C;
	text-align: center;
	justify-content: center;
}

.pageMainArticle-date {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.02em;
	background: #ABD3FF;
}

.similar {
	padding: 80px 0;
}

.similar-title {
	margin-bottom: 50px;
	text-align: center;
	font-weight: 800;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	display: block;
}

.similar-title::after {
	display: none;
}
.similar-slider {
	width: calc(100% + 16px);
	margin-right: -16px;
}
.similar .news-item {
	margin-right: 16px;
}

.similar .events-slider_block {
	justify-content: space-between;
	display: flex;
}

.similar .slick-next, .similar .slick-prev {
	width: 66px;
	height: 54px;
	top: -94px;
	right: 16px;
	transform: none;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid rgba(82, 119, 241, 0.3);
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	font-size: 0;
	transition: all 0.4s;
	z-index: 4;
	left: auto;
}

.similar .slick-next::before, .similar .slick-prev::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('/bitrix/templates/gdc_new/css/../img/slider.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.similar .slick-next:hover, .similar .slick-prev:hover {
	border: 1px solid #5277f1;
}

.similar .events-slider_progress {
	display: none;
}
.similar .events-slider {
	padding: 0;
}
.similar .slick-prev {
	right: 90px;
}

.similar .slick-next::before {
	transform: rotate(180deg);
}

.pageArticle {
	padding-top: 64px;
}

.pageArticle-list {
	display: flex;
	justify-content: space-between;
}

.pageArticle-left {
	width: 359px;
	max-width: 100%;
}

.pageArticle-sticky {
	position: sticky;
	top: 24px;
	left: 0;
}

.pageArticle-dots {
	margin-bottom: 47px;
}
.pageArticle-dots__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #131E3C;
	margin-bottom: 16px;
}
.pageArticle-dots__list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-top: -8px;
}
.pageArticle-dots__item {
	text-decoration: none;
	outline: none;
	display: inline-flex;
	align-items: center;
	/*white-space: nowrap;*/
	
	margin-top: 8px;
	margin-right: 8px;
	padding: 8px 15px;
	/*padding: 0 15px;*/
	/*height: 38px;*/
	border: 1px solid #5277F1;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #131E3C;
	transition: all 0.4s;
}
.pageArticle-dots__item:hover {
	text-decoration: none;
	background: #5277F1;
	color: #fff;
}

.pageArticle-box {
	margin-top: 56px;
}
.pageArticle-box__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #131E3C;
}
.pageArticle-box__text {
	margin: 16px 0 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.pageArticle-box__link {
	display: inline-flex;
	text-decoration: none;
	outline: none;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #5277F1;
}
.pageArticle-box__link svg {
	display: block;
	margin-left: 8px;
}
.pageArticle-box__link:hover {
	text-decoration: underline;
	color: #5277F1;
}

.pageArticle-right {
	width: 880px;
	max-width: 100%;
}

.pageArticle-projectsContent {
	margin-bottom: -80px;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.pageArticle-projectsContent p {
	margin-bottom: 48px;
}


.pageArticle-projectsContent h2, .pageArticle-projectsContent h3, .pageArticle-projectsContent h4, .pageArticle-projectsContent h5, .pageArticle-projectsContent h6 {
	font-weight: 800;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin: 0 0 32px;
	display: block;
}

.pageArticle-projectsContent img {
	margin: 0 0 80px;
	display: block;
	width: 100%;
	height: auto;
}


.pageArticle-projectsContent ul {
	padding: 0;
	margin: 0 0 80px;
}

.pageArticle-projectsContent ul li {
	display: block;
	width: 100%;
	padding: 0 0 0 40px;
	font-weight: 400;
	/*font-size: 16px;*/
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
	margin-top: 24px;
}
.pageArticle-projectsContent ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #5277F1;
}
.pageArticle-projectsContent {
	padding-top: 16px;
}

.benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -32px;
}

.benefits-item {
	width: calc(50% - 8px);
	margin-top: 32px;
}

.benefits-item__img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	margin: 0 !important;
}

.benefits-item__title {
	margin: 16px 0 8px;
	font-weight: 800;
	/*font-size: 16px;*/
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.benefits-item__text {
	font-weight: 400;
	/*font-size: 14px;*/
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.pageArticle-projectsContent.mb0 {
	margin-bottom: 0 !important;
}

.pageArticle-projectsContent img.img-big {
	width: 1328px;
	max-width: none;
	position: relative;
	left: -448px;
	z-index: -1;
	margin: 80px 0;

}

.pageArticle-dots__item {
	text-transform: uppercase;
	background: #fff;
}

.pageArticle-projectsContent blockquote {
	display: block;
	margin: 0 0 40px;
	padding: 72px 0 0 0;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
	background-image: url('/bitrix/templates/gdc_new/css/../img/quote.svg');
	background-repeat: no-repeat;
	background-position: left top;
}


.article-manager {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
}

.article-manager__img {
	margin: 0 !important;
	width: 96px !important;
	height: 96px;
	min-width: 96px;
}
.article-manager__info {
	flex-grow: 1;
	margin-left: 32px;
}
.article-manager__name {
	font-weight: 800;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.article-manager__proff {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.pageArticle-projectsContent small {
	display: block;
	margin-bottom: 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.small-mb {
	margin-bottom: 24px !important;
}

.article-file {
	margin-bottom: 16px;
	text-align: center;
	padding: 30px 0 27px;
	text-align: center;
	border: 1px dashed #131E3C;
	display: block;
	width: 768px;
	max-width: 100%;
	transition: all 0.4s;
	color: #131E3C;
}

.article-file input {
	display: none;
}

.article-file span {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.02em;
	display: block;
	width: 100%;
}
.article-file svg {
	display: inline-flex;
	margin: 0 auto 13px;
	stroke: #131E3C;
	transition: all 0.4s;
}

.article-file.article-file__error svg {
	stroke: #FF0000;
}
.article-file.article-file__error {
	border-color: #FF0000;
	color: #FF0000;
}

.svg-opacity {
	opacity: 0.3;
}

.article-files {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-right: -38px;
}

.article-files__item {
	margin-right: 38px;
	display: flex;
	align-items: center;
	margin-top: 17px;
}

.article-files__item svg {
	display: block;
	margin-right: 16px;
}

.article-files__itemInfo {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.article-files__itemName {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	font-weight: 800;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}

.article-files__itemDelete {
	width: 9px;
	min-width: 9px;
	height: 9px;
	background-image: url('/bitrix/templates/gdc_new/css/../img/delete.svg');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 8px;
	display: block;
	cursor: pointer;
}

.article-slider__progressbar {
	margin-top: 24px;
	position: relative;
	height: 3px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	background-image: linear-gradient(to right, #5277F1, #5277F1);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
	margin-bottom: 52px;
}

.article-slider__progressbar::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 1px;
	background: #E6E6E6;
	z-index: -1;
}

.article-slider img {
	margin: 0 !important;
	width: 100%;
	display: block;
	height: auto;
}
.article-slider .slick-next, .article-slider .slick-prev {
	width: 66px;
	height: 54px;
	bottom: 22px;
	right: 21px;
	transform: none;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid rgba(82, 119, 241, 0.3);
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	font-size: 0;
	transition: all 0.4s;
	z-index: 4;
	top: auto;
	left: auto;
}

.article-slider .slick-next::before, .article-slider .slick-prev::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('/bitrix/templates/gdc_new/css/../img/slider.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.article-slider .slick-prev {
	right: 95px;
}
.article-slider .slick-next::before {
	transform: rotate(180deg);
}

.article-thumbnail {
	margin: 24px -16px 24px 0;
}

.article-thumbnail__item {
	padding-right: 16px;
	cursor: pointer;
	position: relative;
}

.article-thumbnail__item img {
	margin: 0 !important;
}
.article-thumbnail__item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0px;
	height: 8px;
	background: #5277F1;
	transition: all 0.4s;
	z-index: 2;
}

.slick-current.article-thumbnail__item::before {
	width: calc(100% - 16px);
}

.article-slider__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.article-slider__item {
	position: relative;
}

.article-slider__itemLink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

.article-slider__play {
	width: 80px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;;
}

.article-slider__dots {
	position: absolute;
	z-index: 3;
	right: 24px;
	top: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.article-slider__dot {
	display: inline-flex;
	align-items: center;
	padding: 0 24px;
	height: 34px;
	background: #9EF23A;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: -0.02em;
	color: #131E3C;
}
.article-slider__date {
	background: #ABD3FF;
	margin-left: 8px;
}

.article-thumbnail__item .article-slider__play {
	border: 1px solid #E6E6E6;
	box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.05);
	width: 55px;
	height: 37px;
}
.article-thumbnail__item .article-slider__dots {
	right: auto;
	left: 8px;
	top: 8px;
}
.article-thumbnail__item .article-slider__dot {
	height: 24px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
}


.similar-progress, .article-slider__progressbar {
	background-size: 8% 100%;
}





















@media (max-width: 999px) {
	.screen-projects .projects-slider .slick-arrow, .screen-projects .projects-slider .slick-dots {
		display: flex !important;
		bottom: 10px;
		top: auto;
	}
	.screen-projects .projects-slider .slick-dots {
		width: 100%;
		justify-content: center;
		bottom: 27px;
	}
	.screen-projects .projects-slider .slick-prev {
		right: auto;
		left: 0;
	}
	.screen-projects .projects-slider .slick-next {
		left: auto;
		right: 0;
	}
}


#popup-subscribe {cursor: auto !important;}

.select2-container--default .select2-search--inline .select2-search__field {
	margin: 0 !important;
}
.select2-search.select2-search--inline {
	display: flex;
	align-items: center;
	height: 55px;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
	color: rgba(19, 30, 60, 0.5);
}




.scroll-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	flex-wrap: wrap;
	text-decoration: none;
	outline: none;
	color: #131E3C;
    font: 16px 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 20px;
	text-align: center;
	justify-content: center;
    line-height: 100%;
	bottom: 20px;
}
.scroll-btn span {
	display: block;
	text-align: center;
	width: 100%;
}
.scroll-btn b {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background: #131E3C;
	display: flex;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
}
.scroll-btn b img {
	width: 34px;
}

.screen-banner {
	position: relative;
	padding-bottom: 80px;
}

.expert__technology__list-item {
	width: calc(50% - 8px) !important;
	flex: 0 0 calc(50% - 8px) !important
}









#popup-subscribe {
	width: 1136px;
	max-width: 100%;
}

.popup-text h2 {
	margin: 0;
}
.popup-text h2:after {
	display: none;
}
#popup-subscribe .form > span {
	margin: 18px 0;
	display: block;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: -0.28px;
}
#popup-subscribe .form > span a {
	text-decoration: none;
	color: #5277F1;
}
#popup-subscribe .form > span a:hover {
	text-decoration: underline;
}

.new-popup-img {
	bottom: 50px;
}

@media (max-width: 999px) {
	#popup-subscribe .popup-list {
		padding-bottom: 21px;
	}
	.new-popup-img {
		bottom: -323px;
		width: 244px;
	}
	#popup-subscribe {
		overflow: auto;
	}
	.popup-text  {
		margin-bottom: 32px;
	}
	.popup-text h2 {
		font-size: 24px;
		line-height: 100%;
		margin: 0;
	}
	.popup-text p {
		margin: 14px;
		font-size: 14px;
		line-height: 20px;
	}
	.popup-text ul li {
		padding-left: 24px;
		font-size: 14px;
		line-height: 140%;
	}
	.popup-text ul li::before {
		left: 0;
	}
	#popup-subscribe .popup-form {
      width: 100%;
   }
}

@media (max-width: 576px) {
	.scroll-btn {
		font-size: 12px;
	}
	.scroll-btn b {
		margin-bottom: 6px;
		width: 40px;
		height: 40px;
	}
	.scroll-btn b img {
		width: 25px;
	}
	.expert__technology__list-item {
		width: 100% !important;
		flex: 0 0 100% !important
	}
}
/* End */


/* Start:/bitrix/templates/gdc_new/css/adaptive.css?174842610145576*/
@media all and (min-width: 1000px) and (max-width: 1439px) {
    body::-webkit-scrollbar {
        width: 0.278vw;
    }

    body {
        font-size: 1.111vw;
    }

    .inner-wrapper {
        max-width: 100vw;
        padding: 4.861vw 3.889vw;
    }

    h1 {
        font-size: 5vw;
        margin-bottom: 1.389vw;
    }

    h1:after {
        top: -0.208vw;
        right: 0.764vw;
        width: 6.458vw;
        height: 5.278vw;
    }

    h2 {
        font-size: 3.889vw;
        margin-bottom: 1.389vw;
    }

    h2:after {
        top: -0.208vw;
        right: 0.764vw;
        width: 6.458vw;
        height: 5.278vw;
    }

    h3 {
        font-size: 2.222vw;
        margin-bottom: 1.389vw;
    }

    h4 {
        font-weight: 800;
        font-size: 1.389vw;
        line-height: 2.222vw;
        letter-spacing: -0.02em;
        margin-bottom: 1.111vw;
    }

    label,
    input,
    select,
    textarea {
        font-size: 1.25vw;
    }

    .logo img {
        width: 6.875vw;
    }

    .btn1 {
        border-width: 0.069vw;
        font-size: 1.111vw;
        height: 5.417vw;
        padding: 0 2.778vw;
    }

    .btn1 span {
        width: calc(100% - 2.2vw);
    }

    .btn1 svg {
        width: 1.667vw;
        height: 1.667vw;
        margin-left: 0.694vw;
    }

    .slick-arrow {
        border-width: 0.069vw;
        box-shadow: 0 0.278vw 3.125vw rgb(0 0 0 / 5%);
        width: 4.583vw;
        height: 3.75vw;
    }

    .slick-arrow svg {
        width: 1.389vw;
        height: 1.667vw;
    }

    .slick-dots {
        top: 4.653vw;
    }

    .slick-dots li {
        margin-right: 0.625vw;
    }

    .slick-dots li button {
        width: 3.333vw;
        height: 0.347vw;
    }

    .header-wrapper {
        padding: 0;
    }

    .header-main {
        border-width: 0.07vw;
    }

    .header-logo {
        width: 14.685vw;
        padding: 1.119vw;
    }

    .header-contacts {
        padding-left: 2.797vw;
    }

    .header-contacts ul li {
        margin-right: 2.238vw;
    }

    .header-contacts ul li a svg {
        width: 1.119vw;
        height: 1.119vw;
        margin-right: 0.559vw;
    }

    .header-contacts ul li a span {
        font-size: 1.119vw;
        line-height: 1.538vw;
    }

    .header-menu {
        border-width: 0.14vw;
        padding: 0.699vw 0;
    }

    .header-menu 
    nav 
    ul 

    li {
        margin-right: 3.916vw;
    }

    .header-menu 
    nav 
    ul 
    li 

    a {
        font-size: 0.979vw;
        line-height: 1.329vw;
    }

    .header-menu 
    nav 
    ul 
    li 
    a 

    span:after {
        top: -0.21vw;
        left: -0.699vw;
        width: calc(100% + 1.399vw);
        height: calc(100% + 0.35vw);
    }

    .header-menu 
    nav 
    ul 
    li 
    a 

    svg {
        width: 0.699vw;
        height: 0.42vw;
        margin-right: 1.119vw;
    }

    .header-sub_menu::-webkit-scrollbar {
        width: 0.28vw;
    }

    .header-menu .sub-menu_open .header-sub_menu {
        height: 45.315vw;
        padding: 2.238vw;
    }

    .header-sub_menu {
        top: 2.727vw;
        box-shadow: 0 1.818vw 2.308vw rgb(159 159 159 / 26%);
        max-width: 93.007vw;
    }

    .header-sub_menu-block {
        padding-right: 2.797vw;
        margin-bottom: 2.797vw;
    }

    .header-sub_menu-title {
        font-size: 0.979vw;
        margin-bottom: 1.119vw;
    }

    .header-sub_menu-block ul li {
        margin-bottom: 1.119vw;
    }

    .header-sub_menu-block ul li a {
        font-size: 0.979vw;
    }

    .banner-wrapper {
        padding-top: 0;
        padding-left: 11.806vw;
        padding-bottom: 2.222vw;
    }

    .banner-slider_item-info {
        width: calc(100% - 40.833vw);
        padding-top: 6.944vw;
        padding-right: 5.903vw;
    }

    .banner-slider_item-more {
        margin-top: 5.556vw;
    }

    .banner-slider_item-more span {
        font-size: 0.972vw;
    }

    .banner-slider_item-more svg {
        top: -0.208vw;
        width: 1.181vw;
        height: 0.903vw;
        margin-left: 0.556vw;
    }

    @keyframes bannerArrow {
        0% {
            top: -0.208vw;
        }

        50% {
            top: 0.208vw;
        }

        100% {
            top: -0.208vw;
        }
    }

    .banner-slider_item-photo {
        width: 40.833vw;
        height: 40.833vw;
        margin-top: -4.514vw;
    }

    .projects-min_wrapper {
        padding-top: 7.292vw;
        padding-bottom: 0;
    }

    .projects-min_slider .slick-list {
        max-width: 66.667vw;
        padding-top: 2.292vw;
    }

    .projects-min_slider-item_top.active {
        top: -2.292vw;
    }

    .projects-min_slider-item_top-item {
        width: 13.194vw;
        height: 2.292vw;
        padding: 0.347vw 0;
    }

    .projects-min_slider-item_top-date {
        font-size: 0.972vw;
    }

    .projects-min_slider-item_main {
        height: 16.25vw;
    }

    .projects-min_slider-item_info {
        width: calc(100% - 28.542vw);
        padding: 2.222vw;
    }

    .projects-min_slider-item_photo {
        width: 28.542vw;
    }

    .projects-min_slider-item_more {
        width: 13.889vw;
    }

    .services-wrapper {
        padding-top: 4.444vw;
        padding-bottom: 4.444vw;
    }

    .services-content {
        padding: 4.028vw 11.806vw;
    }

    .services-title h2:after {
        right: 1.042vw;
        width: 8.611vw;
        height: 4.653vw;
    }

    .services-tabs {
        border-width: 0.069vw;
    }

    .services-tabs ul li:not(.line) {
        padding: 1.528vw 0;
        margin-right: 3.889vw;
    }

    .services-tabs ul li:not(.line) button {
        font-size: 0.972vw;
    }

    .services-tabs ul li.line {
        bottom: -0.069vw;
        height: 0.278vw;
    }

    .services-tabs_content {
        max-width: 51.389vw;
        padding-top: 4.722vw;
    }

    .services-tabs_block p {
        padding-bottom: 2.083vw;
    }

    .portfolio-main {
        max-width: 61.111vw;
    }

    .portfolio-title {
        margin-bottom: 5.556vw;
    }

    .portfolio-title h2:after {
        left: 1.25vw;
        width: 11.389vw;
        height: 4.375vw;
    }

    .portfolio-faq_item {
        margin-bottom: 3.819vw;
    }

    .portfolio-faq_question {
        font-size: 1.389vw;
        line-height: 2.222vw;
        padding-right: 5vw;
    }

    .portfolio-faq_question-icon {
        top: -0.347vw;
        width: 3.333vw;
        height: 2.778vw;
    }

    .portfolio-faq_question-icon svg {
        width: 1.111vw;
        height: 1.667vw;
    }

    .portfolio-faq_answer {
        padding-top: 1.667vw;
    }

    .portfolio-faq_answer ul li {
        margin-bottom: 1.667vw;
    }

    .portfolio-faq_answer-item {
        padding-left: 3.333vw;
    }

    .portfolio-faq_answer-style1 .portfolio-faq_answer-item:before {
        top: 0.694vw;
        left: 0.625vw;
        width: 0.556vw;
        height: 0.556vw;
    }

    .portfolio-faq_answer ul li a {
        padding-left: 3.333vw;
    }

    .portfolio-faq_answer ul li a:before {
        width: 1.667vw;
        height: 1.667vw;
    }

    .portfolio-platform {
        max-width: 76.389vw;
        padding: 5.278vw 4.444vw 5.278vw 3.542vw;
        margin: 5.556vw auto 0;
    }

    .portfolio-platform_info {
        padding-right: 3.472vw;
    }

    .portfolio-platform_info h3 {
        margin-bottom: 2.153vw;
    }

    .events-wrapper {
        padding-top: 4.444vw;
        padding-bottom: 5.556vw;
    }

    .events-title h2 {
        margin-bottom: 4.236vw;
    }

    .events-title h2:after {
        left: 5.208vw;
        width: 11.389vw;
        height: 4.375vw;
    }

    .events-slider {
        padding-bottom: 2.778vw;
    }

    .events-tabs {
        margin-bottom: 2.778vw;
    }

    .events-tabs ul {
        border-width: 0.069vw;
    }

    .events-tabs ul li:not(.line) {
        margin-right: 3.889vw;
    }

    .events-tabs ul li:not(.line) button {
        font-size: 0.972vw;
        padding: 1.667vw 0;
    }

    .events-tabs ul li.line {
        bottom: -0.069vw;
        height: 0.278vw;
    }

    .events-slider_item {
        width: calc(25% - 0.833vw);
        margin-right: 1.111vw;
    }

    .events-slider_item-main {
        height: 16.875vw;
    }

    .events-slider_item-play {
        position: absolute;
        top: 0.972vw;
        left: 0.764vw;
        border-width: 0.069vw;
        box-shadow: 0 0.278vw 3.125vw rgb(0 0 0 / 5%);
        width: 3.819vw;
        height: 2.569vw;
    }

    .events-slider_item-play svg {
        width: 1.597vw;
        height: 1.458vw;
    }

    .events-slider_item-options {
        left: 0.764vw;
        bottom: 0.694vw;
        width: calc(100% - 1.528vw);
    }

    .events-slider_item-options_item {
        font-size: 0.972vw;
        height: 1.667vw;
        padding: 0 0.625vw;
        margin-right: 0.625vw;
    }

    .events-slider_item-info {
        padding-top: 1.667vw;
    }

    .events-slider_item-info h3 {
        font-size: 1.111vw;
        margin-bottom: 1.111vw;
    }

    .events-slider_item-info p {
        font-size: 0.972vw;
    }

    .events-slider_progress {
        height: 0.208vw;
    }

    .projects-wrapper {
        padding-bottom: 0;
    }

    .projects-content {
        height: 45.833vw;
    }

    .projects-info {
        width: 41.667vw;
        padding: 4.444vw 3.889vw 5.556vw;
        margin-left: -3.889vw;
    }

    .projects-info h2 {
        margin-bottom: 2.778vw;
    }

    .projects-slider {
        width: calc(100% - 37.778vw);
        padding-left: 3.889vw;
    }

    .projects-slider_item-info_desc h3 {
        margin-bottom: 1.111vw;
    }

    .projects-slider_item-photo_wr {
        height: 23.403vw;
        margin-top: 5.208vw;
    }

    .projects-slider_item-date {
        top: -2.292vw;
        font-size: 0.972vw;
        width: 13.194vw;
        height: 2.292vw;
    }

    .projects-slider .slick-arrow {
        top: 3.194vw;
    }

    .projects-slider .slick-prev {
        right: 5.139vw;
    }

    .policy-head_info {
        padding: 4.028vw 2.083vw;
    }

    .policy-title {
        margin-bottom: 1.111vw;
    }

    .policy-title:after {
        right: -0.694vw;
        width: 18.75vw;
        height: 5.278vw;
    }

    .policy-wrapper {
        padding-top: 3.889vw;
    }

    .policy-menu {
        top: 3.889vw;
        border-width: 0.278vw;
        width: 22.222vw;
    }

    .policy-menu_title {
        font-size: 1.389vw;
        line-height: 2.222vw;
        padding: 1.389vw 1.944vw 1.389vw;
    }

    .policy-menu_list {
        padding: 0.694vw 1.944vw 1.944vw;
    }

    .policy-menu_list ul li {
        padding-left: 1.667vw;
        margin-bottom: 1.806vw;
    }

    .policy-menu_list ul li:before {
        top: 0.208vw;
        width: 0.833vw;
        height: 1.042vw;
    }

    .policy-menu_list ul li {
        line-height: 1.528vw;
    }

    .policy-menu_list ul li a {
        font-size: 1.111vw;
    }

    .policy-content {
        width: calc(100% - 22.222vw);
        padding-left: 8.889vw;
    }

    .policy-date {
        font-size: 0.972vw;
        margin-bottom: 1.667vw;
    }

    .policy-block {
        margin-bottom: 4.444vw;
    }

    .policy-block h2 {
        border-width: 0.069vw;
        font-size: 0.972vw;
        padding-bottom: 1.111vw;
        margin-bottom: 1.667vw;
    }

    .policy-block h3 {
        font-size: 1.667vw;
    }

    .policy-block p,
    .policy-block li {
        margin-bottom: 1.389vw;
    }

    .policy-block ul {
        margin-bottom: 3.889vw;
    }

    .policy-block ul li {
        padding-left: 2.778vw;
    }

    .policy-block ul li:before {
        top: 0.694vw;
        width: 0.556vw;
        height: 0.556vw;
    }

    .policy-block .add-text {
        margin-top: 3.889vw;
    }

    .page-cookie_policy .policy-block {
        margin-bottom: 3.333vw;
    }

    .page-cookie_policy .policy-block h2 {
        font-size: 1.389vw;
        margin-bottom: 1.111vw;
    }

    .page-cookie_policy .policy-block h3 {
        margin-bottom: 2.778vw;
    }

    .footer-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-top {
        border-width: 0.069vw;
        padding: 2.431vw 0;
    }

    .footer-menu ul li {
        margin-right: 3.889vw;
    }

    .footer-menu ul li a {
        font-size: 0.972vw;
    }

    .footer-main {
        padding: 2.083vw 0;
    }

    .footer-contacts ul li {
        margin-right: 3.333vw;
    }

    .footer-contacts_item svg {
        width: 1.111vw;
        height: 1.111vw;
        margin-top: 0.278vw;
        margin-right: 0.556vw;
    }

    .footer-contacts_item span {
        width: calc(100% - 1.667vw);
    }

    .footer-bottom {
        border-width: 0.069vw;
        padding: 1.111vw 0;
    }

    .footer-menu2 ul li {
        margin-right: 3.889vw;
    }

    .footer-author img {
        width: 9.583vw;
    }
}

@media all and (max-width: 1400px) {
    .container {
        width: 1160px;
    }

    .pageArticle-projectsContent img.img-big {
        width: 1160px;
        left: -360px;
    }

    .management-item__img {
        height: 250px;
    }

    .pageError-container {
        width: 100%;
    }

    .pageArticle-left {
        width: 320px;
    }

    .pageArticle-right {
        width: 800px;
    }

    .pageArticle-projectsContent {
        font-size: 18px;
        line-height: 24px;
    }

    .pageArticle-projectsContent p {
        margin-bottom: 24px;
    }

    .pageArticle-projectsContent h2,
    .pageArticle-projectsContent h3,
    .pageArticle-projectsContent h4,
    .pageArticle-projectsContent h5,
    .pageArticle-projectsContent h6 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .pageArticle-projectsContent img {
        margin-bottom: 40px;
    }

    .pageArticle-projectsContent {
        margin-bottom: -40px;
    }

    .pageArticle-projectsContent ul {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .article-thumbnail__item .article-slider__dot {
        left: 3px;
        top: 3px;
        height: 20px;
        font-size: 12px;
    }

    .article-thumbnail__item .article-slider__play {
        width: 35px;
        height: 26px;
    }

    .article-thumbnail__item .article-slider__play svg {
        display: block;
        width: 16px;
        height: auto;
    }

    .pageArticle-projectsContent img.img-big {
        width: 960px;
    }

    .pageArticle-right {
        width: 600px;
    }

    .management-item__img {
        height: 230px;
    }

    .management-item__title {
        margin: 24px 0 16px;
        font-size: 16px;
        line-height: 160%;
    }

    .management-item__text {
        font-size: 14px;
        line-height: 140%;
    }

    .management-item__btn {
        opacity: 1;
    }

    .news-select {
        position: static;
        padding-top: 16px;
        margin: 0 0 28px;
        justify-content: space-between;
    }

    .news-select__item {
        margin: 8px 0 0 0;
    }

    .news-block {
        width: 33.33333%;
    }

    .formBlock-wrapper {
        padding: 48px;
    }

    .formBlock-img {
        width: 400px;
    }

    .formBlock-form {
        padding: 0;
    }

    .pageError-container {
        width: 100%;
    }

    .pageError {
        height: 400px;
    }

    .pageError-text {
        font-size: 600px;
        line-height: 400px;
    }

    .pageError-center {
        transform: scale(0.8);
        bottom: -50px;
    }

    .management-tabs__projects {
        padding: 0;
        height: auto;
        border: none;
    }

    .management-tabs__title {
        min-height: auto;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 999px) {
    body::-webkit-scrollbar {
        width: 2px;
    }

    body {
        font-size: 14px;
    }

    .menu-open {
        overflow: hidden;
    }

    .inner-wrapper {
        padding: 32px 24px;
    }

    h1 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 11px;
    }

    h1:after {
        display: none;
    }

    h2 {
        font-size: 24px;
        line-height: 100%;
    }

    h2:after {
        top: 0;
        width: 58px;
        height: 24px;
    }

    h3 {
        font-size: 24px;
    }

    .btn1 {
        font-size: 12px;
        height: 48px;
        padding: 0 16px;
    }

    .slick-arrow {
        top: auto;
        bottom: 60px;
        width: 45px;
        height: 35px;
        z-index: 1;
    }

    .slick-arrow svg {
        width: 15px;
        height: auto;
    }

    .slick-dots {
        top: -30px;
    }

    .slick-dots li button {
        width: 24px;
        height: 2px;
    }

    .btn1 span {
        width: auto;
    }

    .btn1 svg {
        width: 16px;
        height: auto;
    }

    .header-wrapper {
        padding: 0;
    }

    .header-main {
        align-items: normal;
        justify-content: flex-start;
        border: 0;
    }

    .header-block {
        width: 35%;
    }

    .header-logo {
        width: 100%;
        padding: 8px;
    }

    .header-logo img {
        width: 69px;
    }

    .header-request_call {
        width: 45%;
    }

    .header-main .header-contacts {
        display: none;
    }

    .menu-open .header-sandwich {
        border-color: transparent;
    }

    .header-sandwich_wr {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ABD3FF;
        width: 20%;
    }

    .header-sandwich {
        position: relative;
        border-bottom: 2px solid #2845A6;
        transition: all .3s;
        width: 24px;
        height: 16px;
        z-index: 2;
    }

    .header-sandwich:before,
    .header-sandwich:after {
        content: '';
        position: absolute;
        left: 0;
        background: #2845A6;
        transition: all .3s;
        width: 100%;
        height: 2px;
    }

    .menu-open .header-sandwich:before {
        top: 7px;
        transform: rotate(45deg);
    }

    .header-sandwich:before {
        top: 0;
    }

    .menu-open .header-sandwich:after {
        transform: rotate(-45deg);
    }

    .header-sandwich:after {
        top: 7px;
    }

    .menu-open .header-menu {
        left: 0;
    }

    .header-menu {
        position: absolute;
        top: 48px;
        left: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
        background: white;
        border: 0;
        transition: all .3s;
        height: calc(100vh - 48px);
        width: 100%;
        padding: 48px 24px 110px;
    }

    .header-menu 

    nav {
        padding: 0 26px;
    }

    .header-menu 
    nav 

    ul {
        display: block;
    }

    .header-menu 
    nav 
    ul 

    li:last-child {
        margin-bottom: 0;
    }

    .header-menu 
    nav 
    ul 

    li {
        margin: 0 0 56px;
    }

    .header-menu 
    nav 
    ul 
    li.active 

    a {
        display: block;
        color: inherit;
    }

    .header-menu 
    nav 
    ul 
    li 
    a 

    span {
        font-size: 16px;
    }

    .header-menu 
    nav 
    ul 
    li 
    a 

    span:after {
        display: none;
    }

    .header-menu 
    nav 
    ul 
    li 
    a 

    svg {
        position: absolute;
        top: 3px;
        right: 0;
        width: 20px;
        height: 12px;
        margin: 0;
    }

    .header-menu .sub-menu_open .header-sub_menu {
        height: auto;
        padding: 32px 0 0;
    }

    .header-sub_menu {
        position: static;
        display: block;
        overflow: hidden;
        background: transparent;
        box-shadow: none;
    }

    .header-sub_menu-block {
        width: 100%;
        padding: 0;
        margin-bottom: 32px;
    }

    .header-sub_menu-block:last-child {
        margin-bottom: 0;
    }

    .header-menu .header-contacts {
        display: block;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        padding: 16px 0;
        margin-top: 56px;
    }

    .header-menu .header-contacts ul li {
        width: 50%;
        margin: 0;
    }

    .header-menu .header-contacts ul li a {
        justify-content: center;
    }

    .header-menu .header-contacts ul li a svg {
        margin: 0 0 8px;
    }

    .header-contacts ul li a span {
        text-align: center;
        width: 100%;
    }

    .banner-wrapper {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .banner-slider_item-info {
        width: calc(100% - 255px);
        padding-top: 64px;
        padding-right: 50px;
    }

    .banner-slider_item-more {
        margin-top: 16px;
    }

    .banner-slider_item-more span {
        font-size: 12px;
    }

    .banner-slider_item-photo {
        width: 255px;
        height: 255px;
        margin-top: -30px;
    }

    .projects-min_wrapper {
        padding-bottom: 0;
    }

    .projects-min_slider-item_top-title {
        padding: 0 19px;
    }

    .projects-min_slider-item_top-item {
        width: auto;
        padding: 0 16px;
    }

    .projects-min_slider-item_info h3 {
        margin-bottom: 16px;
    }

    .projects-min_slider-item_more {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin-top: 24px;
    }

    .projects-min_slider .slick-arrow {
        top: 33px;
        bottom: 0;
    }

    .projects-min_slider .slick-prev {
        left: -20px;
    }

    .projects-min_slider .slick-next {
        right: -20px;
    }

    .services-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services-content {
        padding: 24px;
        margin: 0 -24px;
    }

    .services-title h2:after {
        top: 0;
        right: 42px;
        width: 67px;
        height: 24px;
    }

    .services-tabs ul li:not(.line).active {
        border-bottom: 2px solid #5277F1;
    }

    .services-tabs ul li:not(.line) {
        margin-right: 24px;
        padding: 12px 0;
    }

    .services-tabs ul li.line {
        display: none;
    }

    .services-tabs ul li:not(.line) button {
        font-size: 12px;
    }

    .services-tabs_content {
        padding-top: 30px;
    }

    .services-tabs_block p {
        padding-bottom: 20px;
    }

    .portfolio-wrapper {
        padding-bottom: 0;
    }

    .portfolio-title {
        margin-bottom: 42px;
    }

    .portfolio-title h2:after {
        left: 33px;
        width: 58px;
        height: 24px;
    }

    .portfolio-faq_question-icon {
        top: -10px;
    }

    .portfolio-request_call {
        position: absolute;
        left: 0;
        bottom: -88px;
        width: 100%;
    }

    .portfolio-faq_item {
        margin-bottom: 45px;
    }

    .portfolio-faq_question {
        font-size: 16px;
        line-height: 20px;
    }

    .portfolio-platform {
        display: block;
        padding: 32px 24px 40px;
        margin: 167px -24px 0;
    }

    .portfolio-platform_info {
        width: 100%;
        padding: 0;
    }

    .portfolio-platform_info h3 {
        margin-bottom: 16px;
    }

    .portfolio-platform_other {
        text-align: center;
        width: 100%;
        margin-top: 24px;
    }

    .portfolio-platform_call {
        width: 100%;
    }

    .events-wrapper {
        padding-top: 24px;
    }

    .events-title {
        text-align: left;
    }

    .events-title h2 {
        margin-bottom: 14px;
    }

    .events-title h2:after {
        left: 122px;
        width: 63px;
        height: 27px;
    }

    .events-tabs {
        margin-bottom: 30px;
    }

    .events-tabs ul {
        justify-content: flex-start;
        border-top: 0;
    }

    .events-tabs ul li:not(.line) {
        margin-right: 24px;
    }

    .events-tabs ul li.line {
        height: 2px;
    }

    .events-tabs ul li:not(.line) button {
        font-size: 12px;
        line-height: 12px;
        padding: 12px 0;
    }

    /*.events-slider {*/
    /* display: none;*/
    /*}*/
    .events-slider_mob {
        display: block;
        padding-bottom: 24px;
    }

    .events-slider_item-main {
        height: 179px;
    }

    .events-slider_item-play {
        top: 16px;
        left: 16px;
    }

    .events-slider_item-options {
        left: 16px;
        bottom: 16px;
    }

    .events-slider_item-info {
        padding-top: 16px;
    }

    .events-slider_item-info h3 {
        font-size: 14px;
        line-height: 160%;
    }

    .events-slider_item-info p {
        font-size: 12px;
    }

    .events-slider_progress.desk {
        display: none;
    }

    .events-slider_progress.mob {
        display: block;
    }

    .projects-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .projects-content {
        height: auto;
    }

    .projects-info {
        width: 40%;
        padding: 28px 24px 32px;
        margin: 0;
    }

    .projects-info h2 {
        margin-bottom: 16px;
    }

    .projects-info_btn {
        width: 100%;
        margin-top: 48px;
    }

    .projects-slider {
        width: 60%;
        padding: 28px 0 0 24px;
    }

    .projects-slider_item-info_desc {
        width: 100%;
    }

    .projects-slider_item-btn_wr {
        text-align: center;
        width: 100%;
        margin-top: 21px;
    }

    .projects-slider_item-btn {
        width: 100%;
    }

    .projects-slider_item-photo_wr {
        height: 150px;
        margin-top: 65px;
    }

    .projects-slider .slick-dots,
    .projects-slider .slick-arrow {
        display: none !important;
    }

    .policy-head_info {
        padding: 28px 0 100px;
    }

    .policy-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .policy-head_info p br {
        display: none;
    }

    .policy-menu {
        top: 24px;
        width: 100%;
    }

    .policy-menu_title {
        position: relative;
    }

    .policy-menu.active .policy-menu_title:after {
        transform: rotate(-90deg);
    }

    .policy-menu_title:after {
        content: '›';
        position: absolute;
        right: 28px;
        font-size: 36px;
        font-weight: normal;
        transform: rotate(90deg);
        transition: all .3s;
    }

    .policy-menu.active .policy-menu_list {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 10px 28px 28px;
    }

    .policy-menu_list {
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        height: 0;
        padding: 0;
    }

    .policy-content {
        width: 100%;
        padding: 40px 0 0;
    }

    .policy-block {
        margin-bottom: 40px;
    }

    .policy-block h3 {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .policy-block ul {
        margin-bottom: 40px;
    }

    .policy-block ul li {
        padding-left: 24px;
    }

    .policy-block ul li:before {
        top: 7px;
    }

    .footer-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-top {
        padding: 24px 0;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    .footer-menu ul li {
        margin-right: 24px;
    }

    .footer-menu ul li a {
        font-size: 12px;
    }

    .footer-main {
        padding: 24px 0 18px;
    }

    .footer-contacts ul {
        justify-content: center;
    }

    .footer-contacts ul li {
        margin: 5px;
    }

    .footer-contacts_item {
        line-height: 19px;
    }

    .footer-menu2 ul li {
        margin-right: 24px;
    }

    .footer-menu2 ul li a {
        font-size: 12px;
    }

    .page-main .container {
        position: static;
    }

    .container {
        width: 730px;
    }

    .page-main__arrow {
        top: auto;
        bottom: 0;
        right: 0;
    }

    .page-main__arrow.prev {
        left: auto;
        right: 66px;
    }

    .page-main__title {
        font-size: 26px;
        line-height: 32px;
    }

    .page-main__title::after {
        display: block;
        height: 33px !important;
        top: 0;
        width: 42px;
    }

    .page-main__text {
        width: 300px;
        margin-top: 29px;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
    }

    .page-main {
        padding: 28px 0 100px;
    }

    .managementMain .page-main__title::after {
        display: block;
        left: 23px;
        right: auto;
        width: 99px;
    }

    .management {
        padding: 32px 0 64px;
    }

    .management-title {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 150%;
    }

    .management-tabs {
        border-top: none;
    }

    .management-tabs__item {
        height: 34px;
        border-width: 2px;
        margin-right: 24px;
        font-size: 12px;
        line-height: 12px;
    }

    .management-block {
        margin-top: 40px;
    }

    .management-list {
        margin-top: -20px;
    }

    .team-modal {
        width: 400px;
        padding: 0;
    }

    .team-modal__top {
        display: block;
    }

    .team-modal__img {
        width: 100%;
        min-width: auto;
        margin: 0 0 22px 0;
    }

    .team-modal .carousel__button.is-close,
    .popup .carousel__button.is-close {
        position: fixed;
		top: 30px;
		right: 30px;
    }

    .team-modal__name {
        font-size: 24px;
        line-height: 120%;
    }

    .team-modal__proff {
        margin-top: 16px;
        font-size: 16px;
        line-height: 160%;
    }

    .team-modal__bottom {
        margin: 40px 0 4px;
        font-size: 14px;
        line-height: 160%;
    }

    .team-modal__bottomBold {
        font-size: 20px;
        line-height: 32px;
    }

    .team-modal__right {
        padding: 0 16px;
    }

    .team-modal__content {
        padding: 58px 16px 40px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.02em;
    }

    .team-modal__content .mb {
        margin-bottom: 32px;
    }

    .team-modal__content b {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .newsMain .page-main__title::after {
        right: auto;
        left: 50px;
        width: 105px;
    }

    .news-select__item p {
        font-size: 16px;
        line-height: 160%;
    }

    .nice-select {
        width: 180px;
        min-width: 180px;
        height: 40px;
        font-size: 16px;
    }

    .news {
        padding: 28px 0 64px;
    }

    .news-links {
        margin-top: 0;
        margin-bottom: 28px;
    }

    .pagination {
        margin-top: 15px;
    }

    .show-more {
        margin: 40px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        outline: none;
        transition: all 0.4s;
        width: 450px;
        height: 48px;
        background: #5277F1;
        max-width: 100%;
        font-weight: 800;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .news-list {
        margin-top: -40px;
    }

    .news-block {
        margin-top: 40px;
    }

    .pageServices-block {
        width: 50%;
        margin-top: 24px;
    }

    .pageServices-title {
        font-size: 20px;
        line-height: 32px
    }

    .pageServices-item__wrapper {
        padding: 24px 20px 20px 20px;
    }

    .pageServices {
        padding: 32px 0;
    }

    .popup {
        width: 400px;
        padding: 0 !important;
    }

    .popup-list {
        display: block;
        padding: 21px 16px 157px;
    }

    .popup-text {
        margin-bottom: 16px;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .popup-text::before {
        display: none;
    }

    .form-input {
        margin-bottom: 16px;
    }

    .form-label {
        margin: 16px 0;
    }

    .form-btn {
        width: 100%;
    }

    .popup {
        overflow: hidden;
    }

    .popup-img {
        width: 326px;
        bottom: -33px;
    }

    .contact-map {
        height: 403px;
    }

    .contact {
        padding: 40px 0;
    }

    .contact-item {
        position: static;
        width: 100%;
        padding: 24px 24px 21px;
    }

    .contact-item__title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }

    .contact-item__address {
        margin: 8px 0 40px;
    }

    .contact-item__bottom {
        margin-top: 34px;
    }

    .contactMain .page-main__title::after {
        right: 33px;
        width: 111px;
    }

    .formBlock {
        padding: 24px 0;
    }

    .formBlock-wrapper {
        padding: 21px 16px 157px;
    }

    .formBlock-list {
        display: block;
    }

    .formBlock-title {
        width: 500px;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
    }

    .formBlock-form {
        width: 100%;
    }

    .formBlock-img {
        width: 300px;
    }

    .pageError {
        padding: 108px 0 150px;
    }

    .pageError-text {
        font-size: 210px;
        line-height: 200px;
    }

    .pageError-wrapper {
        width: 400px;
        min-width: 400px;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .pageError-center {
        transform: none;
        width: 177px;
        height: 177px;
        left: calc(50% - (177px / 2));
        top: calc(44% - (177px / 2));
    }

    .pageError-center__list img {
        height: 177px;
    }

    .pageError-center__info {
        display: none;
    }

    .pageError-center__list {
        display: flex;
    }

    .pageError-mobile {
        display: block;
        text-align: center;
        margin-top: 78px;
    }

    .pageError-center__title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.04em;
        margin: 0;
    }

    .pageError {
        height: auto;
    }

    .pageError-center__link {
        margin-top: 16px;
        font-size: 12px;
        line-height: 24px;
    }

    .pageError-center__link svg {
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

    .projectsMain .page-main__title::after {
        width: 80px;
    }

    .pageMainArticle-wrapper {
        padding: 28px 24px 50px;
        display: block;
        height: auto;
    }

    .pageMainArticle-title {
        font-weight: 800;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .pageMainArticle-text {
        margin-top: 80px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.02em
    }

    .pageMainArticle-dots {
        width: 100%;
        justify-content: center;
    }

    .pageMainArticle-dot {
        height: 32px;
        display: inline-flex;
        width: auto;
        padding: 0 30px;
        min-width: 151px;
    }

    .pageMainArticle-date {
        min-width: auto;
    }

    .similar {
        padding: 48px 0;
    }

    .similar-title {
        text-align: left;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
    }

    .similar .slick-next,
    .similar .slick-prev {
        display: none !important;
    }

    .similar-progress::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        top: 1px;
        background: #E6E6E6;
        z-index: -1;
    }

    .similar-progress {
        margin-top: 24px;
        position: relative;
        height: 3px;
        display: block;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
        background-image: linear-gradient(to right, #5277F1, #5277F1);
        background-repeat: no-repeat;
        background-size: 8% 100%;
        transition: background-size .4s ease-in-out;
    }

    .pageArticle-projectsContent {
        padding-top: 0;
    }

    .pageArticle-list {
        display: block;
    }

    .pageArticle-left {
        width: 100%;
    }

    .pageArticle-right {
        width: 100%;
    }

    .pageArticle-box {
        display: none;
    }

    .pageArticle {
        padding: 31px 0 0 0;
    }

    .pageArticle-projectsContent h2,
    .pageArticle-projectsContent h3,
    .pageArticle-projectsContent h4,
    .pageArticle-projectsContent h5,
    .pageArticle-projectsContent h6 {
        margin-bottom: 24px;
        font-weight: 800;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.02em;
    }

    .pageArticle-projectsContent p {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0.02em;
    }

    .pageArticle-projectsContent ul li {
        padding-left: 24px;
        font-size: 14px;
        line-height: 160%;
    }

    .pageArticle-projectsContent ul li::before {
        top: 7px;
    }

    .pageArticle-projectsContent ul {
        margin-bottom: 48px;
    }

    .pageArticle-projectsContent {
        margin-bottom: -48px;
    }

    .pageArticle-projectsContent img {
        margin-bottom: 48px;
    }

    .benefits-item {
        margin-top: 24px;
    }

    .benefits {
        margin-top: -32px;
    }

    .pageArticle-box {
        display: block;
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .pageArticle-box__title {
        font-size: 16px;
        line-height: 100%;
    }

    .pageArticle-box__text {
        margin: 8px 0 24px;
        font-size: 14px;
        line-height: 140%;
    }

    .pageArticle-dots {
        margin-bottom: 0;
    }

    .pageArticle-projectsContent img.img-big {
        width: 100%;
        position: static;
        z-index: 1;
        margin: 0 0 48px;
    }

    .mobile-left-mb {
        margin-bottom: 32px;
    }

    .pageArticle-projectsContent blockquote {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 160%;
        padding-top: 39px;
        background-size: 24px;
    }

    .article-manager__img {
        width: 79px !important;
        min-width: 79px;
        height: 79px;
    }

    .article-manager__info {
        margin-left: 24px;
    }

    .article-manager__name {
        font-weight: 700;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.02em;
    }

    .article-manager__proff {
        margin-top: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: -0.02em;
    }

    .small-mb {
        margin-bottom: 4px !important;
    }

    .pageArticle-projectsContent small {
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 160%;
    }
}

@media all and (min-width: 768px) and (max-width: 999px) {
    .footer-contacts ul li:first-child {
        text-align: center;
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .pageServices-block {
        width: 100%;
    }

    .news-block {
        width: 50%;
    }

    .news-select {
        display: block;
    }

    .news-select__item p {
        width: 150px;
        text-align: left;
        white-space: nowrap;
    }

    .news-select__item {
        justify-content: flex-start;
    }

    .banner-wrapper {
        padding-top: 64px;
        padding-bottom: 0;
    }

    .banner-slider_item-info {
        width: 100%;
        padding: 0;
    }

    .banner-slider_item-photo {
        margin: 27px auto -80px;
    }

    .projects-min_slider-item_main {
        height: auto;
    }

    .projects-min_slider-item_info {
        width: 100%;
        padding: 24px 16px 32px;
    }

    .projects-min_slider-item_photo {
        width: 100%;
        height: 150px;
    }

    .services-tabs ul::-webkit-scrollbar {
        display: none;
    }

    .services-tabs ul {
        flex-wrap: nowrap;
        overflow: auto;
        white-space: pre;
    }

    .portfolio-faq_answer ul {
        column-count: 1;
    }

    .projects-info {
        width: 100%;
        margin: 0 -24px;
    }

    .projects-info:after {
        width: calc(100% + 48px);
    }

    .projects-slider {
        width: 100%;
        padding: 36px 0 0;
    }

    .footer-wrapper {
        padding-top: 32px;
        padding-bottom: 12px;
    }

    .footer-top {
        display: block;
        padding: 0;
    }

    .footer-menu {
        text-align: center;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .footer-menu ul {
        display: block;
    }

    .footer-menu ul li:last-child {
        margin-bottom: 0;
    }

    .footer-menu ul li {
        margin: 0 0 32px;
    }

    .footer-menu ul li a {
        font-size: 14px;
    }

    .footer-main {
        padding-bottom: 8px;
    }

    .footer-contacts ul li {
        width: 50%;
        padding-right: 10px;
        padding-bottom: 10px;
        margin: 0;
    }

    .footer-bottom {
        justify-content: center;
        padding: 0;
    }

    .footer-menu2 {
        width: 100%;
        padding: 14px 0 0;
    }

    .footer-menu2 ul {
        justify-content: space-between;
    }

    .footer-menu2 ul li {
        margin: 0;
    }

    .footer-menu2 ul li a {
        font-size: 12px;
    }

    .management-block {
        width: 50%;
    }

    .footer-contacts ul {
        justify-content: space-between;
    }

    .footer-contacts ul li:last-child {
        margin-left: auto;
        margin-top: -15px;
    }
}

@media all and (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0 24px;
    }

    .management-list {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .management-block {
        width: 100%;
        padding: 0;
    }

    .management-item__img {
        height: 350px;
    }

    .news-select__item p {
        width: 145px;
        min-width: 145px;
        font-size: 15px;
        margin: 0;
    }

    .news-select__item .nice-select {
        flex-grow: 1;
    }

    .nice-select {
        min-width: auto;
    }

    .news-links {
        margin-right: -24px;
    }

    .news-list {
        margin: -16px auto 0;
        padding: 0;
        display: block;
        width: 360px;
        max-width: 100%;
    }

    .news-block {
        width: 100%;
        padding: 0;
    }

    .contact {
        padding: 0;
    }

    .contact-wrapper {
        margin: 0 -24px;
    }

    .pageMainArticle-wrapper {
        width: auto;
        margin: 0 -24px;
    }

    .similar-slider {
        margin: 0;
        width: 600px;
    }

    .benefits-item {
        width: 100%;
    }

    .article-files {
        margin-right: -24px;
    }

    .article-files__item {
        margin-right: 24px;
    }

    .article-thumbnail {
        display: none;
    }

    .article-slider {
        width: calc(100% + 24px);
    }

    .article-slider__item {
        padding-right: 8px;
    }

    .article-slider .slick-arrow {
        display: none !important;
    }

    .article-slider__progressbar {
        margin: 16px 0 48px;
    }

    .article-slider__dots {
        left: 16px;
        bottom: 16px;
        top: auto;
        right: auto;
    }

    .article-slider__dot {
        height: 24px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .article-slider__play {
        left: 16px;
        top: 16px;
        transform: none;
        width: 55px;
        height: 37px;
    }

    .footer-contacts ul li {
        width: 210px;
        max-width: 50%;
    }

    .footer-contacts ul li:last-child {
        margin-left: auto;
        margin-top: -35px;
    }

    /*.pageError-center__list { animation: marquee 30s infinite linear; }*/
}

@media all and (max-width: 374px) {
    .header-request_call {
        font-size: 9px;
    }

    .news-select__item p {
        width: 120px;
        min-width: 120px;
        font-size: 13px;
    }

    .nice-select {
        font-size: 14px;
    }

    .pageServices-item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .pageServices-item__wrapper {
        padding: 22px 18px 18px 18px;
    }

    .pageError-wrapper {
        width: auto;
        min-width: auto;
        margin: 0 -24px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
    }

    .pageError-text {
        font-size: 180px;
        line-height: 160px;
    }

    .pageError-center {
        width: 140px;
        height: 140px;
        left: calc(50% - 70px);
        top: calc(46% - 70px);
    }

    .pageError-center__list img {
        height: 140px;
    }

    .pageMainArticle-wrapper {
        padding: 16px 16px 50px;
    }

    .pageMainArticle-dot {
        padding: 0 20px;
        min-width: auto;
    }

    .pageMainArticle-title {
        font-size: 24px;
    }

    .similar-slider {
        width: 540px;
    }

    /*.article-slider {*/
    /* width: 560px;*/
    /*}*/
    .footer-menu2 ul li a {
        font-size: 11px;
    }

    .footer-contacts_item {
        font-size: 12px;
    }
}

@media all and (max-width: 340px) {
    .footer-contacts_item {
        font-size: 11px;
    }
}
/* End */


/* Start:/bitrix/templates/gdc_new/css/popup.css?16982278231184*/
.popup-thank {

}
.popup-thank__content {
    display: flex;
}
.popup-thank__content-left {
    width: 330px;
    flex: 0 0 330px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup-thank__content-heading h3 {
    text-transform: uppercase;
    font-weight: 800;
}

.popup-thank__content-btn .btn1{
    width: 253px;
    max-width: 100%;
}
.popup-thank__content-img {
    max-width: 462px;
    display: block;
}

@media all and (min-width: 1000px) {
    .popup-thank__content-left .popup-thank__content-img {
        display: none;
    }
}
@media all and (max-width: 999px) {
    .popup-thank__content {
        flex-direction: column;
        padding: 20px 16px 24px;
    }

    .popup-thank__content-left {
        width: 100%;
        flex-direction: column;
    }

    .popup-thank__content-heading {
        margin-bottom: 25px;
    }

    .popup-thank__content-img {
        margin-bottom: 54px;
        max-width: 278px;
    }

    .popup-thank__content-right {
        display: none;
    }

    .popup-thank__content-btn .btn1 {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/gdc_new/css/form.css?169822782345*/
.form-label span a{
    color: #5277F1;
}

/* End */


/* Start:/bitrix/templates/gdc_new/css/coming-soon.css?16982278231947*/
.coming-soon {
    display: flex;
    padding: 0;
}
.coming-soon__body {
    flex: 0 0 50%;
    padding: 86px 0;
}
.coming-soon__body-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 48px;
}
.coming-soon__body__timer {
    display: flex;
}
.coming-soon__body__timer-item {
    margin-right: 20px;
}
.coming-soon__body__timer-item:last-child {
    margin-right: 0;
}
.coming-soon__body__timer-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #000000;
    display: flex;
    margin: 0 -1.5px;
}
.coming-soon__body__timer-value span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(19, 30, 60, 0.2);
    width: 51.28px;
    height: 71.95px;
    border-radius: 6.62px;
    margin: 0 1.5px;
}
.coming-soon__body__timer-value span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: #131E3C;
    opacity: 0.1;
    border-radius: 0 0 6.61644px 6.61644px;
}
.coming-soon__body__timer-label {
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.2329px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.16em;
    color: #131E3C;
    opacity: 0.4;
}
.coming-soon-img {
    flex: 0 0 50%;
    height: 100%;
    max-width: 50%;
}

@media all and (max-width: 999px) {
    .coming-soon {
        display: block;
        padding: 32px 24px;
    }
    .coming-soon__body__timer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .coming-soon__body__timer-item {
        margin: 10px;
    }
    .coming-soon__body__timer-item:last-child {
        margin: 10px;
    }
    .coming-soon-img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/* End */


/* Start:/bitrix/templates/gdc_new/components/bitrix/menu/main_menu/style.css?16982278231769*/
@media (min-width: 1000px) {
    .sub-menu-hire-it-experts {
        position: relative !important;
        padding: 0 10px !important;
    }
    .header-menu .sub-menu-hire-it-experts.sub-menu_open {
        background: #CDB19B;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open a {
        color: #FFF !important;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open a path {
        stroke: #FFF !important;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open .header-sub_menu {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
        height: auto;
        padding: 20px;
        display: block;
        width: auto;
        background: #CDB19B;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open .header-sub_menu li {
        margin-bottom: 16px;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open .header-sub_menu li:last-child {
        margin-bottom: 0;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open .header-sub_menu a {
        display: block;
        white-space: nowrap;
        color: #FFF;

        font-weight: 700;
        font-size: 14px;
        line-height: 1.3571;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .header-menu .sub-menu-hire-it-experts.sub-menu_open .header-sub_menu a:hover {
        text-decoration: underline;
    }

    .header-sub_menu-block ul li {
        flex: 0 0 calc(100% - 56px);
        margin-right: 56px !important;
    }
}

@media (max-width: 999px) {
    .header-menu > nav > ul > li {
        position: relative !important;
    }

    .header-menu::before {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/gdc_new/styles.css?1745312155115*/
.fancybox__container {
	pointer-events: none !important;
}
.fancybox__content {
	pointer-events: auto !important;
}
/* End */


/* Start:/bitrix/templates/gdc_new/template_styles.css?17525543621702*/
.services-tabs_block td {
    vertical-align: baseline;
    padding: 12px;
    border-bottom: 0;
    width: 50%;
}
.pageArticle-projectsContent ul {
    margin: 0 0 40px;
}
.pageMainArticle-img {
    filter: brightness(0.6);
}

.form-search {
    position: relative;
}

.form-head-search {
    max-width: 978px;
    margin: 26px auto 0;
}
.form-header-search {
    max-width: 294px;
    margin-right: 22px;
    margin-bottom: 0;
}

.form-search--btn {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
}

.header-search {
    margin-left: auto;
}

@media (max-width: 999px) {
    .header-search {
        display: none;
    }

    .form-header-search {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
	.services-tabs_block img{
		width:100%;
	}
}
@media (min-width: 1000px) {
    .header-menu-search {
        display: none;
    }
}

.iti {
    width: 100%;
}

.iti--inline-dropdown .iti__dropdown-content {
    z-index: 5
}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.services__item{line-height: 160%;}
.management-item__img{object-position: 0 20%;}
.desc p{margin-bottom:20px;}
.desc ul{list-style:disc;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px; }
.desc.pageArticle-projectsContent{margin-bottom:40px!important;}
.popup-form .form-input input{height: 45px!important;}
.popup-form .form-input{margin-bottom: 15px!important;}
.form-label{margin-bottom: 25px!important;}
.header-menu nav ul li ul li.active > a{color:#131E3C;text-decoration:underline;}
/* End */
/* /bitrix/templates/gdc_new/css/nice-select.css?16982278234007 */
/* /bitrix/templates/gdc_new/css/fancybox.css?169822782315659 */
/* /bitrix/templates/gdc_new/css/fonts.css?16982278231433 */
/* /bitrix/templates/gdc_new/css/slick.min.css?16982278231315 */
/* /bitrix/templates/gdc_new/css/normalize.css?16982278234290 */
/* /bitrix/templates/gdc_new/css/style.css?174894017060735 */
/* /bitrix/templates/gdc_new/css/adaptive.css?174842610145576 */
/* /bitrix/templates/gdc_new/css/popup.css?16982278231184 */
/* /bitrix/templates/gdc_new/css/form.css?169822782345 */
/* /bitrix/templates/gdc_new/css/coming-soon.css?16982278231947 */
/* /bitrix/templates/gdc_new/components/bitrix/menu/main_menu/style.css?16982278231769 */
/* /bitrix/templates/gdc_new/styles.css?1745312155115 */
/* /bitrix/templates/gdc_new/template_styles.css?17525543621702 */
