

/* Start:/local/templates/srg_main/assets/js/slick/slick-theme.css?15626543163349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/srg_main/assets/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/srg_main/assets/js/slick/./fonts/slick.eot');
    src: url('/local/templates/srg_main/assets/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/srg_main/assets/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/srg_main/assets/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/srg_main/assets/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/srg_main/assets/js/slick/slick.css?15747723861796*/
/* Slider */
.slick-slider
{
    max-width: 100%;
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/srg_main/assets/js/light/photoswipe.css?15626543164274*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9999999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/* End */


/* Start:/local/templates/srg_main/assets/js/light/default-skin/default-skin.css?156265431612092*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/local/templates/srg_main/assets/js/light/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/local/templates/srg_main/assets/js/light/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/local/templates/srg_main/assets/js/light/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* End */


/* Start:/local/templates/srg_main/assets/css/remodal-default-theme.css?15626543165719*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 400px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* End */


/* Start:/local/templates/srg_main/assets/css/remodal.css?15626543161602*/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* End */


/* Start:/local/templates/srg_main/assets/css/bootstrap-grid.css?156265431637644*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/srg_main/assets/css/style.css?160262486457820*/
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic-ext,latin-ext');



/* Reset default browser styles, based on Eric Meyer's and Dan Cederholm's CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,acronym,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,thead,tr,th,td,input,textarea,header,footer,main,section,nav,aside,article{margin:0;padding:0;font-size:100%;vertical-align:baseline;border:0;outline:0;background:transparent;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
/* Reset default browser styles, based on Eric Meyer's and Dan Cederholm's CSS END*/

/* CLEAR FIX*/
.clear {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    display: block;
    clear: both
}

/* CLEAR FIX END*/

/* BASIS */
html {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: #1A1A1A
}

html,
body {}

input {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

body {
    background-color: #fff
}

body.stay {
    overflow: hidden
}

/* BASIS END*/

/* TYPOGRAPHY */
a,
p,
h1,
h2,
h3,
li,
div {
    font-weight: 400
}

h1 {
    color: #fff
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a.link1 {
    display: inline-block;
    padding: 0 4px 3px 4px;
    position: relative;
    color: #01A9DF
}

a.link1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #01A9DF
}

a:hover,
a:active {}

a.link1:hover,
a.link1:active {}

a.link1:hover:after,
a.link1:active:after {
    background: transparent
}

p {}

ul {
    list-style: inside
}

b,
strong {
    font-weight: 700
}


.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: inherit;
    pointer-events: none
}

/* TYPOGRAPHY END*/

/* BUTTONS */
.button {
    display: flex;
    background: #01A9DF;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px
}

.button.white {
    background: #fff;
    color: #1A1A1A
}

.button.big {
    height: 50px
}

.button.button-icon {
    font-size: 16px
}

.button svg,
.button span {
    margin: auto
}

.button:hover,
.button:active {
    background: #26B6E4
}

.button.white:hover,
.button.white:active {
    background: #fff;
    color: #01A9DF
}

/* BUTTONS END */

/* EFFECTS */
#loader {
    transition: all 1s ease
}

.button,
a,
a.link1:after,
.button-slide {
    transition: background .2s ease-in-out, color .2s ease-in-out
}

/* EFFECTS END */


/* WRAPPERS */
.wrap {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px
}

.wrap.big {
    padding: 30px 20px
}

/* WRAPPERS END*/

/* SECTIONS */
header,
footer,
section {
    width: 100%;
    margin: 0 auto;
    display: block
}

header {
    background: #fff
}

header .wrap {
    padding: 0;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

header .wrap>* {}

header .logo {
    display: block;
    text-decoration: none;
    margin: 0 20px
}

header .logo img {
    height: 30px;
    width: auto
}

header .button {
    width: 50px;
    height: 50px
}

.menu {
    display: none
}

#main {}

.main-slider,
.main-slide,
.slide-fog {
    height: 520px
}

.main-slider {
    overflow: hidden
}

.main-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.slide-fog {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%)
}

.slide-fog .wrap {
    padding: 60px 20px
}

.slide-fog p {
    color: #fff
}

.slide-title {
    line-height: 42px;
    padding-left: 8px
}

.slide-title span {
    background: #01A9DF;
    box-shadow: 20px 0 0 #01A9DF, -8px 0 0 #01A9DF;
    padding: 6px 0;
    font-size: 20px;
    text-transform: uppercase
}

.slide-text {
    font-size: 10px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.button-slider {
    overflow: hidden;
    height: 400px
}

.button-slide {
    height: 80px !important
}

.button-slide {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    cursor: pointer
}

.button-slide>* {}

.button-slide-icon {
    flex-basis: 90px;
    text-align: left
}

.button-slide-icon img {
    display: inline-block !important;
    width: 40px;
    height: auto;
    max-height: 40px
}

.button-slide-text {
    text-align: center;
    padding: 0 10px;
    width: 100%
}

.button-slide-text span {}

.button-slide:hover,
.button-slide:active,
.button-slide.slick-current {
    background: #01A9DF
}

.button-slide:hover span,
.button-slide:active span,
.button-slide.slick-current span {
    color: #fff
}

.button-slide:hover img,
.button-slide:active img,
.button-slide.slick-current img {
    filter: brightness(0) invert(1)
}

.slide-arrows {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto
}

.slide-arrows-wrap {
    position: absolute;
    bottom: 30px
}

.navs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%
}

.navs a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #01A9DF;
    color: #fff;
    font-size: 14px;
    margin: 0 1px;
    cursor: pointer
}

.navs a svg {
    margin: auto
}

.navs a:hover,
.navs a:active {
    background: #fff;
    color: #01A9DF
}

#banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#banner .slide-fog {
    height: auto
}

.breads {
    font-size: 8px;
    line-height: 14px;
    color: #fff
}

.breads svg {
    margin: 0 10px
}

.breads a {
    color: #fff
}

.breads a:hover,
.breads a:active {
    color: #01A9DF
}

h1 {
    margin-top: 15px
}

.big-space {
    height: 20px
}

.photo-slider {
    margin-bottom: 40px
}

.photo-slider-body,
.photo-slide {
    height: 160px;
    overflow: hidden
}

.photo-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.photo-slider-arrows {}

p.notice {
    background: #F1FBFD;
    padding: 20px 20px 60px 20px
}

.video-block {}

.video-item,
.video-item-iframe,
.video-item-shadow {
    width: 100%;
    height: 160px
}

.video-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.video-item-control,
.video-item-shadow,
.video-item-iframe {
    position: absolute
}

.video-item-control {
    width: 42px;
    height: 42px;
    background: #01A9DF;
    display: flex;
    font-size: 15px;
    color: #fff;
    z-index: 3;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px
}

.video-item-control:hover,
.video-item-control:active {
    background: #26B6E4
}

.video-item-control svg {
    margin: auto
}

.video-item-iframe {
    left: 0;
    top: 0;
    z-index: 1
}

.video-item-iframe iframe {
    width: 100%;
    height: 100%
}

.video-item-shadow {
    background: rgba(26, 26, 26, 0.65);
    left: 0;
    top: 0;
    z-index: 2
}

.video-name {
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
    text-decoration: underline
}

.video-item.played .video-item-control,
.video-item.played .video-item-shadow {
    display: none
}


#service-list {}

h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px
}

#service-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

#service-list ul li {
    width: 100%;
    margin-bottom: 10px
}

#service-list ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    background: #F1FBFD;
    padding: 20px
}

#service-list ul li a:hover,
#service-list ul li a:active {
    color: #fff;
    background: #01A9DF
}

#service-list ul li a span {}

#service-list ul li a span.service-icon {}

#service-list ul li a span.service-icon-wrap {
    width: 60px;
    display: block
}

#service-list ul li a span.service-icon img {}

#service-list ul li a:hover span.service-icon img,
#service-list ul li a:active span.service-icon img {
    filter: brightness(0) invert(1)
}

#service-list ul li a span.service-name {
    font-size: 10px;
    text-align: center;
    line-height: 18px
}

#news {
    background: #F3FBFD
}

.news-white {
    background-color: #ffffff !important;
}

#news.half {
    background: transparent
}

#news .wrap,
#states .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

#news .wrap-block {
    display: block;
}

.flex-box {
    display: flex;
}

#news h2,
#states h2 {
    flex-grow: 1
}

.news-arrows,
.state-arrows,
.news-arrows2,
.state-arrows2 {
    flex-basis: 85px;
    align-self: flex-end
}

.news-slider,
.state-slider,
.news-slider2,
.state-slider2 {
    flex-basis: 100%;
    width: 100%;
    margin: 20px 0;
    border-top: 1px #DDE4E6 solid;
    border-bottom: 1px #DDE4E6 solid;
    padding: 30px 0
}

.news-item {}

.news-item .date {
    font-size: 8px;
    margin-bottom: 15px
}

.new-head {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px
}

.new-src {
    font-size: 10px;
    margin-bottom: 15px
}

.new-src a {
    color: #01A9DF
}

.new-src a:hover,
.new-src:active {}

.new-short {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 15px
}

#news .more {}

.gotocat {
    margin-top: 7px;
    font-weight: bold;
}

.gotocat svg {
    fill: #01A9DF;
    width: 17px;
    height: 9px;
    margin-left: 10px
}

.gotocat:hover,
.gotocat:active {
    color: #01A9DF
}

#states.half {
    background: #F3FBFD
}

.cat-megawrap {}

.pagepart {}

.left {}

.right {}

#page-content {}

.pagepart h3 {
    text-transform: uppercase;
    color: #01A9DF;
    margin-bottom: 10px
}

.pagepart p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 25px
}

/*.pagepart p b {*/
/*    font-weight: 400;*/
/*    color: #01A9DF*/
/*}*/

#cases {}

.case-slider {
    width: 100%;
    border: 1px #E8E8E8 solid
}

.case-slide {
    padding: 40px 20px
}

.case-slide p {
    margin-bottom: 0;
    text-align: center
}

.case-logo {
    text-align: center;
    margin-bottom: 30px
}

.case-logo img {
    width: 130px;
    height: auto;
    display: inline-block !important
}

.case-slide p.case-name {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 50px
}

p.case-desc {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 40px
}

.case-stats {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: flex-start
}

.case-stats span {
    display: block
}

.case-stats>span {
    width: 33%
}

.case-stats span span.number {
    font-size: 18px;
    color: #01A9DF
}

.case-stats span span.number b {
    font-weight: 400
}

.case-stats span span.text {
    font-size: 8px;
    line-height: 14px
}

.spec-slider-wrap {
    padding: 30px;
    border: 1px #E8E8E8 solid
}

.spec-slider {}

.spec-slide {}

.spec-slide p {
    margin-bottom: 0;
    text-align: center
}

.spec-slide p.name {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px
}

.spec-slide p.desc {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px
}

.spec-slide p.phone {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #01A9DF
}

.spec-slide p.mail {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px
}

.widget-post {
    margin-top: 40px
}

.widget-post-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    margin-bottom: 15px
}

p.widget-post-title {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px
}

p.widget-post-desc {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px
}

.widget-line {
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    margin-top: 40px
}

.widget-event {
    background: #F2FBFD;
    margin-top: 40px;
    padding: 30px 20px
}

.widget-event h2 {
    margin-bottom: 0
}

.widget-event p {}

.widget-event p.date {
    font-size: 8px;
    line-height: 22px;
    margin-bottom: 10px
}

.widget-event p.text {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 25px
}

.widget-event .widget-line {
    margin: 30px 0
}

footer {
    background: #1A1A1A
}

footer p,
footer li a {
    color: #fff
}

footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0 !important
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.footer-phone {
    flex-basis: 60%;
    padding-top: 7px
}

.footer-phone a {
    font-size: 16px
}

.footer-soc {
    flex-basis: 40%;
    text-align: right
}

.footer-soc a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #01A9DF;
    margin: 0 1px;
    font-size: 13px;
    color: #fff
}

.footer-soc a svg {
    margin: auto
}

.footer-soc a:hover,
.footer-soc a:active {
    background: #26B6E4;
    color: #fff
}

.footer-contact {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px
}

.footer-contact-field {
    display: table;
    max-width: 50%
}

.footer-contact-field span {
    display: table-cell;
    vertical-align: top
}

.footer-contact-field span.left {
    width: 34px;
    font-size: 22px;
    color: #26B6E4
}

.footer-contact-field span.left svg {}

.footer-contact-field span.right,
.footer-contact-field span.right a {
    font-size: 10px;
    line-height: 18px;
    color: #6D6D6D
}

.footer-contact-field span.right a:hover,
.footer-contact-field span.right a:active {
    color: #fff
}

.footer-contact-field.footer-adres {
    padding-right: 10px
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-links ul {
    list-style: none;
    margin-bottom: 30px;
    padding-right: 10px;
    flex-basis: 50%
}

.footer-links ul.big {
    flex-basis: 100%;
    width: 100%
}

.footer-links ul li {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px
}

.footer-links ul li.space {
    height: 20px
}

.footer-links ul li a {
    color: #6D6D6D
}

.footer-links ul li.category {
    font-size: 12px;
    line-height: 18px
}

.footer-links ul li.category a {
    color: #fff
}

.footer-links ul li a:hover,
.footer-links ul li a:active {
    color: #fff
}

.footer-links ul li.category a:hover,
.footer-links ul li.category a:active {
    color: #26B6E4
}

footer .line {
    width: 100%;
    height: 1px;
    background: #262626
}

footer .final {
    padding: 30px 0;
    text-align: center;
    width: 100%;
    font-size: 10px;
    line-height: 32px
}

footer .final span {
    color: #6D6D6D
}

footer .final a {
    text-decoration: underline
}

footer a:hover,
footer a:active {
    color: #26B6E4
}

/* SECTIONS END*/

/* POPUPS */
.message-creator {
    position: fixed
}

.message {
    position: fixed;
    z-index: 65;
    padding: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: perspective(500px) translate3d(0px, 100%, 0px);
    background: #fff;
}

.message-body {}

.message-body p {
    margin-bottom: 8px
}

.message-body p>a {
    opacity: 1;
    padding: 0 15px;
    border-radius: 2px;
    border-bottom: 1px transparent solid;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px
}

.message-body p>a.yes {
    margin-right: 2px
}

.message-body p>a.no {}

.message-body p>a:hover,
.message-body p>a:active {
    border-color: #fff
}

/* POPUPS END*/

/* UPBUTTON*/
#upbutton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    display: none
}

#upbutton a {
    width: 40px;
    height: 40px;
    display: block;
    opacity: 0.9;
    background: #0068ad;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1)
}

#upbutton:hover a {
    opacity: 1
}

.widget-post__title {
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 500;
}

.widget-post__icon-block {
    display: flex;
    justify-content: center
}

.widget-post__icon-block a {
    margin: 0 10px;
}

.btn-accent {
    width: 100%;
    font-size: 12px;
    padding: 24px 0;
    background-color: #00a9e0;
    display: block;
    text-align: center;
    color: #ffffff;
    transition: 0.3s;
}

.btn-accent:hover {
    background-color: #26b6e4;
}

.list {
    padding-left: 20px;
}

.list li {
    position: relative;
    margin-bottom: 24px;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
}

.list li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #00a9e0;
    top: 6px;
    left: -18px;
}

.card-image img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    transition: 0.3s;
}

.card-text {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
    color: #1a1a1a;
}

.card-source {
    font-size: 12px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.card-source a {
    color: #00a9e0;
    text-decoration: underline;
}

.card-subtext {
    color: #1a1a1a;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 22px;
}

.card-link {
    color: #00a9e0;
    font-size: 12px;
    padding-bottom: 4px;
    position: relative;
}

.card-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #00a9e0;
}

.card:hover img {
    opacity: 1;
    transition: 0.4s;
}

.card:hover .card-text {
    transition: 0.4s;
    color: #00a9e0;
}

.card:hover .card-date {
    background-color: #00a9e0;
    color: #ffffff;
}

.card {
    position: relative;
    margin-bottom: 30px;
}

.card-date {
    transition: 0.4s;
    z-index: 10;
    position: absolute;
    font-size: 10px;
    padding: 0 4px;
    top: 20px;
    left: 20px;
    background-color: #ffffff;
}

.btn-more, .btn-more-2 {
    cursor: pointer;
    display: block;
    padding: 21px 36px;
    font-size: 12px;
    color: #ffffff;
    background-color: #00a9e0;
    margin: auto;
    margin-top: 20px;
    width: 100%;
    border: none;
    transition: 0.3s;
}

.btn-more_white {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
}

.btn-more:hover {
    background-color: #26b6e4;
}

.btn-more:focus {
    outline: none !important
}

.hidden-row, .hidden-row-2{
    display: none;
}

.news-title {
    margin-bottom: 70px;
}

.widget-post-small-title {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.social-block .footer-soc {
    text-align: center;
}

.page-heading {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.date {
    font-size: 11px;
    color: #1a1a1a;
}

.page-source {
    color: #1a1a1a;
    font-size: 11px;
}

.page-source a {
    color: #00a9e0;
    text-decoration: underline;
    text-transform: uppercase;
}

.person-block {
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
}

.person-block-photo {
    margin-right: 24px;
}

.person-block-photo img {
    width: 100px;
    height: auto;
}

.person-block-text {
    display: none;
    margin: 0 !important;
}

.person-block-text-hidden {
    display: block;
}

.big-text {
    font-size: 13px !important;
    margin: 0 !important;
    margin-bottom: 4px !important;
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
}

.big-text span {
    color: #00a9e0;
}

.small-list {
    margin-top: -25px;
    margin-bottom: 50px;
}

.small-list li {
    position: relative;
    font-size: 12px;
    line-height: 28px;
    color: #1a1a1a;
    list-style: none;
    padding-left: 10px;
}

.small-list li:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 13px;
    left: 0;
    background-color: #00a9e0;
}

.gotocat-back {
    font-weight: bold;
}

.gotocat-back svg {
    transform: rotate(180deg);
    margin-right: 10px;
}

.blue-menu {
    background-color: #00a9e0;
    padding: 8px 0;
}

.blue-menu .menu-link:hover:after {
    opacity: 0;
}

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

.menu-item {
    list-style: none;
}

.menu-link {
    position: relative;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.3px;
}

.menu-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: 0.2s;
}

.blue-box {
    background-color: #f2fbfd;
}

.title-center {
    text-align: center;
}

.offer-text p {
    margin-top: 25px;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 28px;
}

.slider-block {
    border: 1px solid #e8e8e8;
    padding: 50px 210px;
}

.slider-block_title {
    margin-bottom: 70px;
}

.career-slider img {
    margin: auto;
    margin-bottom: 30px;
}

.career-slider {
    text-align: center;
}

.career-slider_title {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 22px;
    text-align: center;
}

.career-slider_text {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 24px;
    text-align: center;
    margin-bottom: 80px;
}

.career-slider .slick-dots li button {
    display: none;
}

.career-slider .slick-dots li {
    width: 9px;
    height: 9px;
    border: 1px solid #e8e8e8;
    top: -2px;
}

.career-slider .slick-dots li:hover {
    border: 1px solid #00a9e0;
}

.career-slider .slick-dots .slick-active {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #00a9e0;
    top: 0;
}

.career-slider .slick-dots .slick-active:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #00a9e0;
    top: 50%;
    margin-top: -2.5px;
    left: 50%;
    margin-left: -2.5px;
}

.vacancies-list {
    list-style: none;
    column-count: 2;
    margin-right: 20px;
}

.vacancies-list li {
    white-space: nowrap;
}

.vacancies-list a {
    margin-bottom: 25px;
    color: #1a1a1a;
    font-size: 12px;
    letter-spacing: 0.3px;
    position: relative;
    display: inline-block;
}

.vacancies-list a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #00a9e0;
    bottom: -4px;
    left: 0;
}

.btn-block {
    display: flex;
    justify-content: space-between
}

.btn-block_btn {
    cursor: pointer;
    padding: 35px 0;
    background-color: #e8e8e8;
    color: #1a1a1a;
    font-size: 26px;
    text-align: center;
    width: 50%;
}

.btn-block_btn p {
    display: inline;
    position: relative;
}

.btn-block_btn p:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00a9e0;
}

.btn-block_active {
    background-color: #00a9e0;
    color: #ffffff;
}

.btn-block_active p:before {
    background-color: #ffffff;
}

.btn-block_btn:hover {
    color: #00a9e0;
}

.btn-block_active:hover {
    color: #ffffff;
}

.btn-content {
    display: none;
    padding: 75px 0;
    background-color: #f2fbfd;
}

.btn-content p {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 20px;
}

.btn-content a {
    color: #00a9e0;
    text-decoration: underline;
}

.btn-content .small-list {
    margin: 0;
    margin-bottom: 30px;
}

.btn-content li {
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

.btn-content h3 {
    color: #00a9e0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.btn-content .small-list {
    margin-bottom: 30px;
}

.btn-content .small-list li {
    margin-bottom: 5px !important;
}

.btn-content-active {
    display: block;
}

.photo-slider2 {
    position: relative;
}

.photo-slider2 img {
    width: 100%;
    height: auto;
}

.photo-slider2 .prev{
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 100;
}

.photo-slider2 .next{
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 100;
}

.photo-slider3 {
    position: relative;
    display: none;
    margin-bottom: 70px;
}

.photo-slider3_slide {
    display: flex !important;
    flex-wrap: wrap
}

.photo-slider3_slide img {
    width: 50%;
    height: 100%;
}

.photo-slider3 .prev {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -45px;
}

.photo-slider3 .next {
    position: absolute;
    bottom: -50px;
    right: 50%;
    margin-right: -45px;
}

.space-wrap {
    padding: 0 100px;
}

.org-block {
    margin-bottom: 35px;
}

.org-text {
    color: #1a1a1a !important;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
}

.org-date {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.org-date p {
    font-size: 14px;
    color: #1a1a1a;
}

.org-date img {
    display: flex;
    align-items: center;
    margin-right: 10px;
    height: auto;
}

.org_big-text {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.org_big-text span {
    color: #00a9e0;
}

.org-name {
    text-align: center;
    padding: 30px 50px;
    border: 1px solid #e8e8e8;
}

.org-name_title {
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: normal;
}

.org-name img {
    margin: 0 8px;
}

.list-low {
    margin-top: 30px;
}

.list-low li {
    margin-bottom: 10px;
}

.voices {
    margin: 70px 0;
}

.voice-name {
    transition: 0.3s;
}

.voice-card:hover .voice-name {
    color: #00A9DF;
}

.voice-image img {
    width: 100%;
    height: auto;
}

.voice-name {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
    font-weight: normal;
    font-weight: 400 !important;
}
.voice-text {
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 !important;
    font-weight: 300 !important;
    padding-right: 25px;
}

.program img {
    width: 23px;
    height: auto;
    margin-right: 15px;
}

.program {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 18px 0;
    border: 1px solid #00a9e0;
    margin-bottom: 80px;
}


.info-card {
    border: 1px solid #e8e8e8;
    padding: 40px 35px;
    text-align: center;
    height: 100%;
}

.info-card_icon {
    display: block;
    margin-bottom: 25px;
}

.info-card_small {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    color: #1a1a1a !important;
}

.info-card_text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 !important;
}

.info-card_blue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00a9e0;
    color: #ffffff !important;
}

.info-card_price {
    font-size: 26px;
    color: #ffffff !important;
}

.info-card_phone {
    font-size: 16px;
    color: #00a9e0;
    margin: 18px 0;
    display: block;
}

.info-card_text-bold {
    font-weight: 600 !important;
    margin-top: 35px !important;
    display: block;
}

.gotocat-space {
    padding: 80px 0 45px 0;
    display: block;
}

.org-name-mobile {
    display: none;
}

.info-card-height {
    height: auto;
    margin-top: 30px;
}

.text-block-small {
    margin-bottom: 70px;
}

.text-block-small p {
    margin: 0 !important;
    margin-bottom: 15px !important;
}

.place-card_spot {
    text-transform: uppercase;
    color: #00a9e0;
    font-size: 40px;
    margin-bottom: 24px;
    display: block;
}

.place-card_text {
    font-size: 14px;
    line-height: 24px;
}

.about-company {
    margin-bottom: 70px;
}

.about-company p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 26px;
}

.about-company span {
    color: #00a9e0;
}

.place-block {
    margin-bottom: 75px;
}

.page-content p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 26px;
    margin-bottom: 20px;
}

.page-content span {
    color: #00a9e0;
}

.history {
    margin-top: 70px;
}

.history-slider-nav {
    position: relative;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 50px;
    margin-right: 6px;
}

.history-slider-nav_slide {
    font-size: 14px;
    color: #1a1a1a;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.history-slider-nav_slide:hover {
    border: 1px solid #00a9e0;
}

.history-slider-nav_slide.slick-current {
    color: #ffffff;
    background-color: #00a9e0;
}

.history-slider .next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 39px;
    width: 39px;
}

.history-slider .prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 39px;
    width: 39px;
}

.history-slider-for {
    padding: 40px;
    border: 1px solid #00a9e0;
}

.history-slider-for p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 26px;
}

.history-slider-for span {
    color: #00a9e0;
}

.guide .voice-text {
    padding: 0;
}

.guide .voice-name {
    padding-right: 50px;
}

.guide .voice-card {
    margin-bottom: 50px;
}

.guide {
    margin-top: 70px;
}

.history_slider-block {
    margin-top: 30px;
}

.rating-slider-for {
    border: none
}

.rating-slider_slide {
    display: flex !important;
}

.rating-card {
    display: flex;
}

.rating-card_image {
    margin-right: 25px;
}

.rating {
    margin-top: 70px;
}

.rating-card {
    margin: 0 40px;
}

.rating-card p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
}

.rating-crad a {
    font-size: 12px;
}

.rating-slider-nav .slick-track {
    margin: inherit;
}

.rating-slider .next {
    position: absolute;
    top: 30%;
    right: 0;
}

.rating-slider .prev {
    position: absolute;
    top: 30%;
    left: 0;
}

.presentation {
    margin-top: 70px;
    padding: 80px;
    background: url('/local/templates/srg_main/assets/css/../img/presentation-bg-2.png') no-repeat center / cover;
}

.presentaion_title {
    color: #ffffff !important;
}

.presentation_btn-block {
    display: flex;
}

.presentation_white-btn {
    margin-right: 20px;
    display: block;
    width: 220px;
    padding: 22px 0;
    text-align: center;
    color: #fff0ff;
    border: 1px solid #fff;
}

.presentation_btn {
    display: block;
    width: 220px;
    padding: 22px 0;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fff;
}

.active-white {
    background-color: #ffffff;
    color: #00a9e0;
}

.client {
    position: relative;
    margin-top: 70px;
}

.client-slide {
    padding: 0 22px;
}

.client-slide img {
    padding: 35px;
    border: 1px solid #e8e8e8;
}

.client-slider .next {
    position: absolute;
    bottom: 0;
    left: -150px;
}

.client-slider .prev {
    position: absolute;
    bottom: 0;
    left: -200px;
}

.btn-more_white {
    display: none;
}

.client-mobile-title {
    display: none;
}

.rating-slider .history-slider-nav {
    padding: 0;
}

.remodal {
    padding: 50px;
    max-width: 570px;
}

.remodal-width {
    max-width: 770px;
}

.remodal-overlay {
    background: rgba(11, 11, 11, 0.9);
}

.remodal-title {
    text-align: left;
    color: #1a1a1a;
    font-size: 26px;
    margin-bottom: 22px;
    font-weight: normal;
    line-height: 1.6;
}

.remodal-form label {
    display: block;
    opacity: 0.8;
    color: #1a1a1a;
    font-size: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.remodal-form .remodal-input {
    padding: 25px;
    background-color: #f2fbfd;
    font-size: 14px;
    color: #1a1a1a;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #f2fbfd;
    -webkit-appearance:none;
    box-shadow: none;
}

.remodal-form .remodal-input:hover {
    border: 1px solid #00a9e0;
}

.remodal-form .remodal-input:focus {
    border: 2px solid #00a9e0;
    box-shadow: none;
    -webkit-appearance:none;
    outline: none;
}

.remodal-btn {
    color: #ffffff;
    font-size: 14px;
    width: 250px;
    padding: 25px 0;
    background-color: #00a9e0;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.remodal-btn:focus {
    box-shadow: none !important;
    outline: none;
}

.remodal-close {
    width: 50px;
    height: 50px;
    background-color: #00a9e0;
    color: #ffffff;
}

.remodal-close:hover {
    color: #ffffff;
}


.remodal-close:before {
    top: 7px;
    left: 7px;
}

.remodal-text {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 45px;
    display: block;
    text-align: left;
}

.remodal_btn-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.personal {
    text-align: left;
    display: flex;
}

.personal .check {

}

.personal a {
    color: #00a9e0;
    text-decoration: underline;
}

.check {
    position: absolute;
    z-index: 100;
    width: 18px;
    height: 18px;
    opacity: 0;
  }

.check-input {
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 18px;
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    margin-right: 12px;
    z-index: 10;
    margin-top: 2px;
}

.check-input:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -3px;
}

.check:checked + .check-input {
    border: 2px solid #00a9e0;
}

.check:checked + .check-input:after {
    background-color: #00a9e0;
}

.remodal_accept {
    margin-right: 40px;
    display: inline;
}

.remodal-content {
    display: flex;
}

.remodal-content .voice-card {
    text-align: left;
    margin-right: 50px;
}

.remodal-content .voice-image {
    width: 170px;
}

.remodal-content .list {
    text-align: left;
}

.remodal-content .voice-name {
    padding-right: 50px;
}

.remodal-content .blank img{
    width: 230px;
}

.remodal-content .blank {
    margin-right: 50px;
}

.remodal_text-block p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: left;
}

.remodal-content .italic {
    font-style: italic;
}

.remodal-content .remodal_subtitle {
    color: #00a9e0;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    text-align: left;
}

.remodal-content .career-list {
    margin-bottom: 45px;
}

.remodal-content .career-list li {
    margin-bottom: 15px;
}

.remodal-block-content {
    display: block;
}

.remodal-content .info-card_mail {
    display: block;
    margin-bottom: 15px;
}

.remodal-content .info-card_phone {
    margin: 12px 0;
    line-height: 1.4;
}

.remodal-content .info-card_small {
    margin: 0;
}

.remodal-content .info-card_br {
    display: none;
}

.menu .icon {
    font-size: 10px;
    transform: rotate(90deg);
    margin-left: 6px;
    padding-top: 1px;
    color: #00a9e0;
}

.wrap-menu {
    position: relative;
}

.submenu_colum {
    width: 30%;
}

.submenu {
    display: none;
    position: absolute;
    /*bottom: -812px;*/
    top: 80px;
    width: 99.2%;
    left: 0;
    box-shadow: 0 17px 73px rgba(0, 0, 0, 0.1);
    background-color: #f2fbfd;
    padding: 50px;
    z-index: 10000;
}

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

.menu_multi-item:hover .submenu {
    display: block;
}

.submenu:hover {
    display: block;
}

.submenu_heading {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.submenu_heading-blue {
    color: #00a9e0;
}

.submenu_list {
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
    list-style: none;
}

.submenu_item {
    position: relative;
    display: block;
    font-size: 12px;
    padding: 12px 0;
    height: auto !important;
    border-bottom: 1px solid #e3ebed;
}

.submenu_item:hover {
    border-bottom: 1px solid #00a9e0;
    color: #00a9e0;
}

.submenu_icon {
    position: absolute;
    top: 15px;
    right: 0;
    transform: rotate(0deg) !important;
    font-size: 12px !important;
}

.search-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    width: 99.1%;
}

.search-bar input {
    height: 80px;
    box-shadow: 0 17px 73px rgba(0, 0, 0, 0.1);
    background-color: #f2fbfd;
    padding: 33px;
    width: 100%;
    font-size: 14px;

}

.search-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.search-icon svg {
    font-size: 18px;
    font-weight: bold;
    color: #00a9e0;
}

.active-search {
    display: block;
    top: 80px;
    z-index: 1000000;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.search-btn-block {
    position: relative;
}

.search-close:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.search-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    transform: rotate(-45deg);
}

.search-close {
    position: absolute;
    top: 38px;
    bottom: 0;
    left: 25px;
    background-color: #00a9e0;
}

.search-close {
    display: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.mobile-menu {
    margin-top: 50px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000000000;
    box-shadow: 0 17px 73px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #f2fbfd;
    width: 100%;
}

.mobile-menu_icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    transition: 0.3s;
    color: #00a9e0;
}

.mobile-menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu_link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e3ebed;
    padding: 15px 0;
}

.mobile-menu_dropdown {
    display: none;
    list-style: none;
    /* margin: 15px 0; */
}

.mobile-menu_dropdown li {
    font-size: 10px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.mobile-menu_dropdown li:first-child {
    margin-top: 15px;
}

.card_small-text {
    font-size: 10px;
    margin-left: 6px;
}

.card-time {
    margin-top: 15px;
}

/*.about-submenu {*/
/*    bottom: -166px;*/
/*}*/

/*.press-center-submenu {*/
/*    bottom: -133px;*/
/*}*/

.about-submenu h5:hover {
    color: #01a9df;
}

.press-center-submenu h5:hover {
    color: #01a9df;
}

/*.career-submenu {*/
/*    bottom: -166px;*/
/*}*/

.career-submenu h5:hover {
    color: #01a9df;
}

/* UPBUTTON END*/



/* MOBILING */
@media screen and (min-width:1200px) {
    h2 {
        font-size: 26px;
        line-height: 36px
    }

    .btn-more, .btn-more-2 {
        margin-top: 80px;
        width: auto;

    }

    .date {
        font-size: 14px;
    }

    .page-source {
        font-size: 14px;
    }

    .person-block-photo img {
        width: 130px;
        height: auto;
    }

    .big-text {
        font-size: 16px !important;
    }

    .person-block {
        margin-bottom: 45px;
    }

    .person-block-text-hidden {
        display: none;
    }

    .person-block-text {
        display: block;
    }

    .small-list li {
        font-size: 14px;
    }

    .list li {
        font-size: 14px;
        line-height: 28px;
    }

    .list li:before {
        top: 10px;
    }

    .list span {
        color: #00a9e0;
    }

    .pagepart p {
        margin-bottom: 50px;
    }

    .button {}

    .button.button-icon {
        font-size: 18px
    }

    header .wrap {
        padding: 0 10px;
        height: 80px;
        position: relative;
    }

    header .logo {
        margin: 0 20px 0 0
    }

    header .logo img {
        height: 43px
    }

    header .button {
        width: 80px;
        height: 80px
    }

    header .button.menu-switcher {
        display: none
    }

    .menu,
    .menu li,
    .menu li .menu_link {
        height: 80px
    }

    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        height: 80px
    }

    .menu li {}

    .menu li .menu_link {
        display: flex;
        align-items: center;
        padding: 0 20px
    }

    .menu li .menu_link:hover,
    .menu li .menu_link:active {
        color: #fff;
        background: #00A9DF
    }

    .menu li .menu_link:hover .icon {
        color: #ffffff;
    }

    .slide-fog .wrap {
        padding: 110px 10px
    }

    .slide-fog p {}

    .slide-title {
        line-height: 65px;
        padding-left: 8px
    }

    .slide-title span {
        box-shadow: 20px 0 0 #01A9DF, -8px 0 0 #01A9DF;
        padding: 6px 0;
        font-size: 40px
    }

    .slide-text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .slide-fog .button {
        max-width: 170px
    }

    .button-slider {
        height: 80px
    }

    .button-slide-icon {
        text-align: center
    }

    .slide-arrows-wrap {
        bottom: 30px;
        right: 20px;
        justify-content: flex-end
    }

    .navs a {
        width: 48px;
        height: 48px;
        font-size: 14px
    }

    .breads {
        font-size: 12px;
        line-height: 18px
    }

    .cat-megawrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1200px;
        margin: 0 auto
    }

    .left .wrap {
        padding-right: 0 !important;
        padding-bottom: 40px
    }


    .right .wrap {
        padding-left: 0 !important
    }

    .pagepart {}

    .left {
        width: 870px
    }

    .right {
        width: 250px
    }

    .big-space {
        height: 40px
    }

    .photo-slider {
        margin-bottom: 0
    }

    .photo-slider-body,
    .photo-slide {
        height: 490px
    }

    .photo-slide {}

    .photo-slider-arrows {
        justify-content: flex-end;
        position: relative;
        z-index: 10;
        top: -48px
    }

    p.notice {
        padding: 30px 30px 45px 30px
    }

    .video-block {}

    .video-item,
    .video-item-iframe,
    .video-item-shadow {
        height: 480px
    }

    .video-item {}

    .video-item-control,
    .video-item-shadow,
    .video-item-iframe {}

    .video-item-control {
        width: 70px;
        height: 70px;
        font-size: 15px;
        margin-left: -35px;
        margin-top: -35px
    }

    .video-item-control:hover,
    .video-item-control:active {}

    .video-item-control svg {}

    .video-item-iframe {}

    .video-item-iframe iframe {}

    .video-item-shadow {}

    .video-name {
        font-size: 14px;
        line-height: 28px;
        margin-top: 10px
    }

    .video-item.played .video-item-control,
    .video-item.played .video-item-shadow {}

    #service-list {}

    #service-list h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 50px
    }

    #service-list ul {}

    #service-list ul:after {
        content: "";
        display: block;
        width: 270px;
        height: 0
    }

    #service-list ul li {
        width: 270px;
        margin-bottom: 25px
    }

    #service-list ul li a {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        height: 220px;
        padding: 30px
    }

    #service-list ul li a:hover,
    #service-list ul li a:active {}

    #service-list ul li a span {}

    #service-list ul li a span.service-icon {
        width: 100%;
        margin-bottom: 20px;
        height: 70px
    }

    #service-list ul li a span.service-icon-wrap {
        width: 100%;
        text-align: center
    }

    #service-list ul li a span.service-icon img {
        width: auto;
        height: 70px
    }

    #service-list ul li a:hover span.service-icon img,
    #service-list ul li a:active span.service-icon img {}

    #service-list ul li a span.service-name {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        flex-grow: 1
    }

    #page-content {}

    #page-content span {
        color: #00a9e0;
    }

    .pagepart h3 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .pagepart p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 50px
    }

    .pagepart p b {}

    #cases {}

    #cases .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

    #cases h2 {
        order: 1;
        flex-grow: 1
    }

    .case-slider {
        order: 3
    }

    .case-slide {
        padding: 50px
    }

    .case-slide p {}

    .case-logo {
        margin-bottom: 50px
    }

    .case-logo img {}

    .case-slide p.case-name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px
    }

    p.case-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 50px
    }

    .case-stats {}

    .case-stats span {}

    .case-stats>span {}

    .case-stats span span.number {
        font-size: 30px;
        line-height: 50px
    }

    .case-stats span span.number b {
        font-size: 40px
    }

    .case-stats span span.text {
        font-size: 12px;
        line-height: 20px
    }

    .cases-arrows {
        order: 2;
        align-self: flex-end;
        width: auto
    }


    .wrap.big,
    .subwarp {
        padding: 70px 10px
    }

    .twoinone {
        background: #F3FBFD
    }

    .subwarp {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%
    }

    .twoinone .wrap {
        padding: 0 !important
    }

    #news.half,
    #states.half {
        width: 48%;
        background: transparent
    }

    #news {}

    #news .wrap {}

    #news h2,
    #states h2 {
        order: 1
    }

    .news-arrows,
    .state-arrows,
    .news-arrows2,
    .state-arrows2 {
        flex-basis: 85px;
        order: 4
    }

    .half .navs {
        order: 2
    }

    .news-slider,
    .state-slider,
    .news-slider2,
    .state-slider2 {
        margin: 20px 0;
        border: none;
        order: 3;
        width: 100%
    }

    .news-item {
        padding-right: 60px
    }

    .news-item .date {
        font-size: 8px;
        margin-bottom: 15px
    }

    .new-head {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .new-src {
        font-size: 12px;
        margin-bottom: 15px
    }

    .new-short {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 15px
    }

    #news .more {}

    .gotocat {
        order: 2
    }

    .half .gotocat {
        order: 4
    }

    .gotocat svg {
        fill: #01A9DF;
        width: 17px;
        height: 9px;
        margin-left: 10px
    }

    .gotocat:hover,
    .gotocat:active {
        color: #01A9DF
    }

    .spec-slider-wrap {}

    .spec-slider {}

    .spec-slide {}

    .spec-slide p {
        margin-bottom: 0
    }

    .spec-slide p.name {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .spec-slide p.desc {
        font-size: 12px;
        line-height: 22px
    }

    .widget-post {
        margin-top: 45px
    }

    .widget-post-image {
        height: 140px;
        margin-bottom: 20px
    }

    p.widget-post-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px
    }

    p.widget-post-desc {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .widget-event {
        background: transparent;
        margin-top: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start
    }

    .widget-event h2 {
        margin-bottom: 15px;
        order: 2
    }

    .widget-event p {}

    .widget-event .gotocat {
        order: 3;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 10px
    }

    .widget-event p.date {
        font-size: 10px;
        line-height: 22px;
        margin-bottom: 15px;
        order: 4
    }

    .widget-event p.text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
        order: 5
    }

    .widget-event .more {
        order: 6
    }

    .widget-event .widget-line {
        margin: 50px 0;
        order: 1
    }

    .widget-event .widget-line.ii {
        order: 7
    }

    footer {}

    footer p,
    footer li a {}

    footer .wrap {
        justify-content: space-between
    }

    .footer-contacts {
        width: 250px;
        order: 2
    }

    .footer-phone {
        flex-basis: 100%;
        width: 100%;
        padding-top: 0;
        order: 1
    }

    .footer-phone a {
        font-size: 20px
    }

    .footer-soc {
        flex-basis: 100%;
        width: 100%;
        text-align: left;
        order: 3
    }

    .footer-soc a {
        width: 40px;
        height: 40px;
        margin: 0 8px 0 0;
        font-size: 16px
    }

    .footer-soc a svg {}

    .footer-soc a:hover,
    .footer-soc a:active {}

    .footer-contact {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        order: 2
    }

    .footer-contact-field {
        display: table;
        max-width: 100%;
        margin-bottom: 15px
    }

    .footer-contact-field span {}

    .footer-contact-field span.left {
        font-size: 23px
    }

    .footer-contact-field span.left svg {}

    .footer-contact-field span.right,
    .footer-contact-field span.right a {
        font-size: 12px;
        line-height: 24px
    }

    .footer-contact-field span.right a:hover,
    .footer-contact-field span.right a:active {}

    .footer-contact-field.footer-adres {}

    .footer-links {
        order: 1
    }

    .footer-links ul {
        padding-right: 40px;
        flex-basis: 200px;
        width: 200px;
        margin-right: 50px
    }

    .footer-links ul.big {
        flex-basis: 270px;
        width: 270px
    }

    .footer-links ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px
    }

    .footer-links ul li.space {
        height: 20px
    }

    .footer-links ul li a {}

    .footer-links ul li.category {
        font-size: 14px;
        line-height: 20px
    }

    .footer-links ul li.category a {}

    .footer-links ul li a:hover,
    .footer-links ul li a:active {}

    .footer-links ul li.category a:hover,
    .footer-links ul li.category a:active {}

    footer .line {
        order: 3
    }

    footer .final {
        font-size: 12px;
        line-height: 20px;
        order: 4
    }

    footer .final span {
        float: right
    }

    footer .final a {
        float: left
    }

    footer .final br {
        display: none
    }

    footer a:hover,
    footer a:active {}
}

/* MOBILING END*/

@media screen and (max-width:1200px) {
    .blue-menu {
        display: none;
    }

    .offer-card {
        margin-bottom: 20px;
        text-align: center;
    }

    .offer-card p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

    .slider-block {
        padding: 15px;
    }

    .slider-block_title {
        margin-bottom: 30px;
    }

    .career-slider_text {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .vacancies-list {
        column-count: 1
    }

    .vacancies-list li {
        white-space: normal;
    }

    .btn-block_btn {
        width: 100%;
        display: block;
        padding: 25px 0;
    }

    .btn-block {
        display: block;
    }

    .btn-block_btn p {
        font-size: 17px;
    }

    .btn-content {
        padding: 35px 0;
    }

    .btn-content h3 {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .photo-slider2 {
        display: none;
    }

    .photo-slider3 {
        display: block;
    }

    .org-name-mobile {
        display: block;
        margin-bottom: 30px;
    }

    .org-date {
        margin-bottom: 15px;
    }

    .voices {
        margin: 40px 0;
    }

    .voice-card {
        margin-bottom: 15px;
    }

    .voice-text {
        font-size: 11px !important;
        padding: 0;
    }

    .voice-name {
        margin: 10px 0;
    }

    .program {
        width: 100%;
        margin-bottom: 40px;
    }

    .info-card {
        margin-bottom: 15px;
        height: auto;
    }

    .info-card-height {
        margin: 0;
    }

    .gotocat-space {
        padding: 25px 0;
    }

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

    .text-block-small {
        margin-bottom: 30px;
    }

    .list-low {
        margin-top: 15px;
    }

    .place-card {
        text-align: center;
        margin-bottom: 30px;
    }

    .place-card_text {
        font-size: 12px;
    }

    .place-card_spot {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .place-block {
        margin-bottom: 30px;
    }

    .about-company {
        margin-bottom: 30px;
    }

    .page-content p {
        margin-bottom: 15px;
    }

    .history-slider-for {
        padding: 15px;
    }

    .guide {
        margin-top: 40px;
    }

    .guide .voice-card {
        margin-bottom: 20px;
    }

    .guide .voice-text {
        line-height: 1.6 !important;
    }

    .guide .next {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-right: -45px;
        z-index: 100;
    }

    .guide .prev {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -45px;
        z-index: 10;
    }

    .rating {
        margin-top: 40px;
    }

    .rating-slider .next {
        top: 0;
    }

    .rating-slider .prev {
        top: 0;
    }

    .rating-card {
        margin: 0;
        margin-bottom: 15px;
    }

    .rating-slider_slide {
        display: block !important;
    }

    .rating-mobile-hidden-card {
        display: none;
    }

    .btn-more_white {
        display: block;
    }

    .presentation {
        margin-top: 40px;
        padding: 35px;
    }

    .presentaion_title {
        text-align: center;
    }

    .presentation_btn-block {
        display: block;
    }

    .presentation_white-btn {
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .presentation_btn {
        margin: 0;
        width: 100%;
    }

    .client-slide-mobile img {
        margin: auto;
        border: 1px solid #e8e8e8;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    .client-slider-mobile .next {
        position: absolute;
        bottom: -50px;
        right: 50%;
        margin-right: -45px;
        z-index: 100;
    }

    .client-slider-mobile .prev {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -45px;
        z-index: 10;
    }

    .client-mobile-title {
        text-align: center;
        display: block;
    }

    .client-slider-mobile {
        margin-bottom: 40px;
    }

    .rating-slider .history-slider-nav {
        padding: 0 45px;
    }

    .remodal, .remoda-width {
        padding: 20px;
    }

    .remodal_accept {
        margin: 0;
        width: 150px;
    }

    .remodal-close {
        top: -50px;
        left: 50%;
        margin-left: -25px;
    }

    .remodal_btn-block {
        display: block;
    }

    .personal {
        justify-content: center;
    }

    .remodal-content {
        display: block;
    }

    .remodal-content .voice-card {
        text-align: center;
        margin: 0;
        margin-bottom: 15px;
    }

    .remodal-content .voice-name {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .remodal-content .voice-image {
        margin: auto;
        margin-bottom: 15px;
        width: 250px;
    }

    .remodal {
        margin-top: 50px;
    }

    .remodal-content .blank {
        margin: 0;
        margin-bottom: 30px;
    }

    .remodal-content .info-card_small {
        font-size: 10px;
    }

    .remodal-content .info-card_br {
        display: block;
    }

    .search-bar {
        width: 100%;
        top: 47px;
    }

    .search-close {
        top: 23px;
        left: 14px;
    }

    .search-close:after {
        width: 25px;
    }

    .search-close:before {
        width: 25px;
    }

    .search-icon {
        right: 15px;
    }

}

/* End */


/* Start:/local/templates/srg_main/components/bitrix/search.page/head_search/style.css?1562654318163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */
/* /local/templates/srg_main/assets/js/slick/slick-theme.css?15626543163349 */
/* /local/templates/srg_main/assets/js/slick/slick.css?15747723861796 */
/* /local/templates/srg_main/assets/js/light/photoswipe.css?15626543164274 */
/* /local/templates/srg_main/assets/js/light/default-skin/default-skin.css?156265431612092 */
/* /local/templates/srg_main/assets/css/remodal-default-theme.css?15626543165719 */
/* /local/templates/srg_main/assets/css/remodal.css?15626543161602 */
/* /local/templates/srg_main/assets/css/bootstrap-grid.css?156265431637644 */
/* /local/templates/srg_main/assets/css/style.css?160262486457820 */
/* /local/templates/srg_main/components/bitrix/search.page/head_search/style.css?1562654318163 */
