.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{transform:rotate(1turn)}}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{ 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/images/vendor/malihu-custom-scrollbar-plugin/mCSB_buttons.png?3a8a4582fe1dbc77086eccca317c459e); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2); box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
@charset "UTF-8";

/*FONTS*/

/*images*/

/*=======================START-MEDIA=====================*/

/*=======================END-MEDIA=====================*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
iframe {
  border: 0;
}

ul,
nav {
  list-style: none;
}

input:focus,
button:focus,
a:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  font: normal 18px/1.1 "Gilroy", sans-serif;
  background: #fff;
  min-width: 320px;
  color: #102A43;
  margin: 0;
  overflow-x: hidden;
}

section {
  max-width: 100%;
}

a {
  color: #102A43;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #102A43;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

noscript div {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 77777;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  border: 3px solid red;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
}

noscript div a {
  text-decoration: underline;
  color: blue;
}

input,
textarea,
select {
  vertical-align: middle;
  color: #102A43;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=file],
input[type=password],
input[type=submit],
input[type=email],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
}

input[type=email] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type=image] {
  padding: 0;
  border: none;
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

button {
  cursor: pointer;
}

p {
  max-width: 100%;
  margin: 0 0 10px;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
i,
em {
  max-width: 100%;
  word-wrap: break-word;
}

div {
  word-wrap: break-word;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url(/fonts/Gilroy-Bold.woff2?fa78b88dfaa4ab71e74d5c27a88c54b0) format("woff2"), url(/fonts/Gilroy-Bold.woff?a2f4251ce5350bb80f3f1702713ae771) format("woff"), url(/fonts/Gilroy-Bold.ttf?689a0e26add17b1840c8ca6cdda3b793) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url(/fonts/Gilroy-Regular.woff2?3219f81ea72bc05f71b7d3b4f372c7f1) format("woff2"), url(/fonts/Gilroy-Regular.woff?8d1fbd9566f0dbddb51ee791bc85ef2e) format("woff"), url(/fonts/Gilroy-Regular.ttf?c160fe481ae3ed7cf83a2e29e2c2bb68) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url(/fonts/Gilroy-Medium.woff2?006dc205f8eb124ad09e5b92081a66f3) format("woff2"), url(/fonts/Gilroy-Medium.woff?d1add55d8927ba3896004e216c958870) format("woff"), url(/fonts/Gilroy-Medium.ttf?c23b8547fe6ab9d4a1236c857ef36437) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url(/fonts/Gilroy-Light.woff2?3bc39d41dde70657b9f47004c2ae41e6) format("woff2"), url(/fonts/Gilroy-Light.woff?d50b60c42eb68b72b8cd1fab879c5390) format("woff"), url(/fonts/Gilroy-Light.ttf?fc3adf223e06a82e20a4db670946d532) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: iconfont;
  src: url(/fonts/iconfont.eot?d282a6d785f801f3764b08da8f5c939e);
  src: url(/fonts/iconfont.eot?d282a6d785f801f3764b08da8f5c939e) format("embedded-opentype"), url(/fonts/iconfont.woff2?dfb19f543272a534a228514f29527fa6) format("woff2"), url(/fonts/iconfont.woff?409d67147726f74b7ad89dc76546edea) format("woff"), url(/fonts/iconfont.ttf?1515ef48e3e4a895e0ac528136127ea7) format("truetype"), url(/fonts/iconfont.svg?2e5322aed92fd898cdd2494a729e70c3) format("svg");
  font-style: normal;
  font-weight: 400;
}

.icon {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-lg {
  vertical-align: -15%;
  line-height: 0.75em;
  font-size: 1.33333333em;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-arrow::before {
  content: "\EA01";
}

.icon-arrows::before {
  content: "\EA02";
}

.icon-back::before {
  content: "\EA03";
}

.icon-camera::before {
  content: "\EA04";
}

.icon-edit::before {
  content: "\EA05";
}

.icon-eye::before {
  content: "\EA06";
}

.icon-facebook::before {
  content: "\EA07";
}

.icon-flag::before {
  content: "\EA08";
}

.icon-google::before {
  content: "\EA09";
}

.icon-instagram::before {
  content: "\EA0A";
}

.icon-like::before {
  content: "\EA0B";
}

.icon-linkedin::before {
  content: "\EA0C";
}

.icon-live::before {
  content: "\EA0D";
}

.icon-logout::before {
  content: "\EA0E";
}

.icon-next::before {
  content: "\EA0F";
}

.icon-play::before {
  content: "\EA10";
}

.icon-prev::before {
  content: "\EA11";
}

.icon-prevd::before {
  content: "\EA12";
}

.icon-qout::before {
  content: "\EA13";
}

.icon-quot::before {
  content: "\EA14";
}

.icon-rss::before {
  content: "\EA15";
}

.icon-search::before {
  content: "\EA16";
}

.icon-send::before {
  content: "\EA17";
}

.icon-telegram::before {
  content: "\EA18";
}

.icon-time::before {
  content: "\EA19";
}

.icon-twitter::before {
  content: "\EA1A";
}

.icon-uparrow::before {
  content: "\EA1B";
}

.icon-user::before {
  content: "\EA1C";
}

.icon-video::before {
  content: "\EA1D";
}

.icon-youtube::before {
  content: "\EA1E";
}

html {
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  overflow: visible;
}

body {
  margin: 0;
  color: #102A43;
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  background: #fff;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gilroy-Medium", sans-serif;
}

body.overflow {
  overflow: hidden;
}

@media only screen and (max-width: 1366px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1370px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 70%;
  padding: 0 52px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1370px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 16px;
  }
}

.content {
  flex: 1 0 auto;
}

.content .tags__list {
  overflow: auto;
}

.content .tags__list a {
  margin-right: 10px;
  white-space: nowrap;
}

.tags__list .mCSB_container {
  display: flex;
}

figure[style="float: left"] img {
  margin-right: 20px;
}

figure[style="float: right"] img {
  margin-left: 20px;
}

/*.main {
    padding-top: 74px;
}*/

.main-container {
  width: calc(100% - 500px);
  margin-left: auto;
}

@media only screen and (max-width: 1370px) {
  .main-container {
    width: calc(100% - 335px);
  }
}

@media only screen and (max-width: 1024px) {
  .main-container {
    width: 100%;
  }
}

.main-subcontainer {
  width: calc(100% - 450px);
}

@media only screen and (max-width: 1370px) {
  .main-subcontainer {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1024px) {
  .main-subcontainer {
    width: 100%;
  }
}

.footer {
  flex: 0 0 auto;
}

.desktop.open body {
  overflow: hidden;
}

b,
strong {
  font-weight: 600;
}

*,
*:after,
*:before {
  box-sizing: border-box !important;
}

.input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

* ::-webkit-scrollbar {
  width: 2px;
}

* ::-webkit-scrollbar:horizontal {
  height: 5px;
}

* ::-webkit-scrollbar-thumb {
  width: 2px;
  border-color: #202C45;
  background-color: #202C45;
}

* ::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #202C45;
  background-color: #202C45;
}

* ::-webkit-scrollbar-track {
  border-width: 0;
}

* ::-webkit-scrollbar-track-piece {
  background: #ffffff;
}

.h1-title,
.h2-title,
.h3-title,
.h4-title,
.h5-title {
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
}

.color--red {
  color: #B2252B;
}

.color--white {
  color: #fff;
}

.color--green {
  color: lightgreen;
}

.color--blue {
  color: #67A6D4;
}

.color--dark-blue {
  color: #004D93;
}

h1,
.h1-title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1370px) {
  h1,
  .h1-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 570px) {
  h1,
  .h1-title {
    font-size: 22px;
    line-height: 27px;
  }
}

.iframe-container {
  margin-bottom: 25px;
  float: none !important;
}

.big-title {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 45px;
  font-family: "Gilroy-Bold", sans-serif;
}

@media only screen and (max-width: 1370px) {
  .big-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 570px) {
  .big-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

h2,
.h2-title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1370px) {
  h2,
  .h2-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 570px) {
  h2,
  .h2-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

#js_error .h2-title,
#js_success .h2-title {
  font-family: "Gilroy-Regular", sans-serif;
}

.h3,
.h3-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1370px) {
  .h3,
  .h3-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 570px) {
  .h3,
  .h3-title {
    font-size: 18px;
    line-height: 24px;
  }
}

h4,
.h4-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "Gilroy-Regular", sans-serif;
}

@media only screen and (max-width: 1370px) {
  h4,
  .h4-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 570px) {
  h4,
  .h4-title {
    font-size: 18px;
    line-height: 24px;
  }
}

section {
  margin: 0 auto 40px;
  width: 100%;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 24px;
  height: 24px;
  position: absolute;
  margin: 0px !important;
}

.label-f {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 15px;
}

body.noscroll {
  overflow: hidden;
}

noscript {
  position: fixed;
  top: 0;
  background: #fff;
  font-size: 14px;
  width: 100%;
  z-index: 9999999;
  text-align: center;
}

noscript a {
  color: red;
  text-decoration: underline;
}

noscript a:hover {
  text-decoration: none;
}

.main-btn {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  min-width: 155px;
  padding: 9px 30px;
  height: 44px;
  border-bottom: 4px solid transparent;
  background: #FF9900;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
}

.main-btn:hover,
.main-btn:focus,
.main-btn:active .main-btn.active {
  border-color: #93580033;
}

.main-btn.white-style {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.main-btn.white-style:hover,
.main-btn.white-style:focus,
.main-btn.white-style:active .main-btn.white-style.active {
  border-color: #fff;
  background: #fff;
  color: #102A43;
}

.main-btn.black-style {
  border: 1px solid #102A43;
  background: transparent;
  color: #102A43;
}

.main-btn.black-style:hover,
.main-btn.black-style:focus,
.main-btn.black-style:active .main-btn.black-style.active {
  border-color: #102A43;
  background: #102A43;
  color: #fff;
}

.main-btn.bg-style {
  border: 1px solid #102A43;
  background: #102A43;
  color: #fff;
}

.main-btn.bg-style:hover,
.main-btn.bg-style:focus,
.main-btn.bg-style:active .main-btn.bg-style.active {
  border-color: #102A43;
  background: #fff;
  color: #102A43;
}

.label {
  font-size: 14px;
  line-height: 18px;
  color: #102A43;
  margin-bottom: 5px;
  display: block;
}

.bg-blue {
  background: #102A43;
  margin: 0 -52px;
  padding: 40px 0 40px 52px;
}

.bg-blue .h2-title {
  color: #fff;
}

@media only screen and (max-width: 1370px) {
  .bg-blue {
    margin: 0 -20px;
    padding: 24px 0 24px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .bg-blue {
    margin: 0 -16px;
    padding: 32px 0 32px 16px;
  }
}

.hidden {
  display: none !important;
}

.container {
  max-width: 100%;
  padding: 0 15px;
}

.row {
  margin-right: -24px;
  margin-left: -24px;
}

@media only screen and (max-width: 1370px) {
  .row {
    margin-right: -17px;
    margin-left: -17px;
  }
}

@media only screen and (max-width: 570px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.banner-center {
  text-align: center;
  margin-bottom: 40px;
}

.banner-center img {
  display: inline-block;
}

[class*=col-] {
  padding-right: 24px;
  padding-left: 24px;
}

@media only screen and (max-width: 1370px) {
  [class*=col-] {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media only screen and (max-width: 570px) {
  [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.flex {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
}

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

h1,
h2,
h3,
h4,
h5 {
  display: block;
}

.checkbox label {
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #004D93;
  display: inline-block;
}

.checkbox label .h3-title {
  display: inline-block;
  position: relative;
  color: #004D93;
  margin-bottom: 0;
  top: -5px;
}

.checkbox label:before,
.checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox label:before {
  width: 24px;
  height: 24px;
  border: 2px solid #003E6B;
  border-radius: 2px;
}

.checkbox label:after {
  transition: all 0.3s ease;
  top: 1px;
  left: 9px;
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  border-bottom: 2px solid #FF9900;
  border-right: 2px solid #FF9900;
  opacity: 0;
}

@media only screen and (max-width: 1370px) {
  .checkbox label .h3-title {
    top: -1px;
  }
}

@media only screen and (max-width: 570px) {
  .checkbox label {
    padding-left: 33px;
    font-size: 14px;
    line-height: 24px;
  }
}

[type=checkbox]:checked + label:after {
  opacity: 1;
}

[type=checkbox]:checked + label:before {
  background: #004D93;
  border-color: #004D93;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.radio {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio] + label {
  /*  height: 33px;*/
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.85;
  display: block;
  position: relative;
}

.radio input[type=radio] + label:not(:empty) {
  padding-left: 35px;
}

.radio input[type=radio] + label:before,
.radio input[type=radio] + label:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 3px;
  position: absolute;
}

.radio input[type=radio] + label:before {
  background: #4BC0C5;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input[type=radio] + label:after {
  background: #fff;
  transform: scale(0.85);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input[type=radio]:checked + label:before {
  transform: scale(1.04);
  background: #fff;
  border: 2px solid #4BC0C5;
}

.radio input[type=radio]:checked + label:after {
  background: #4BC0C5;
  transform: scale(0.5);
  transition: transform 0.3s ease;
}

.radio:hover input + label:before,
.radio:focus input + label:before {
  transform: scale(0.92);
}

.radio:hover input + label:after,
.radio:focus input + label:after {
  transform: scale(0.74);
}

.radio:hover input:checked + label:after,
.radio:focus input:checked + label:after {
  transform: scale(0.4);
}

.main-subcontainer iframe {
  max-width: 100%;
  height: 580px;
  margin-bottom: 20px;
}

.content {
  max-width: 1050px;
  margin: 0 auto 20px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 12px;
}

.content a {
  color: #2288ea;
}

.content a:hover,
.content a:focus {
  color: #0058ad;
}

.content iframe {
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 1250px) {
  .content {
    padding-left: 50px;
  }
}

.content ol {
  counter-reset: item;
  margin-bottom: 15px;
}

.content ol li {
  display: flex;
  color: #7F8A98;
  margin-bottom: 10px;
  align-items: baseline;
}

.content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #FF9900;
}

.content ul {
  margin-bottom: 15px;
}

.content ul li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  color: #7F8A98;
}

.content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF9900;
}

.content figure {
  margin: 0 0 10px;
  padding: 0 !important;
}

.content figcaption {
  font-size: 16px;
}

.content p,
.content img {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.content img {
  width: 100%;
  height: auto;
}

.content .date {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  letter-spacing: 0.1px;
  color: #829AB1;
  margin-bottom: 15px;
}

.content cite,
.content blockquote {
  font-size: 16px;
  color: #191e23;
  background: #f5f5f5;
  padding: 10px 20px;
  display: block;
  margin-bottom: 20px;
  font-style: normal;
}

.content cite p,
.content blockquote p {
  font-style: normal;
  color: #191e23;
  line-height: 24px;
  margin-bottom: 10px;
}

.content .cite-image {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-family: "Gilroy-Bold", sans-serif;
  padding-bottom: 27px;
  max-width: 100%;
}

.content .cite-image:before {
  top: auto;
  color: #8A8A8A;
  opacity: 0.3;
  font-size: 80px;
  right: 10px;
  text-align: right;
  bottom: 0;
}

.content .cite-image span {
  max-width: 577px;
}

.content .cite-image img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  margin-right: 30px;
}

@media only screen and (max-width: 1150px) {
  .content .cite-image {
    font-size: 20px;
    padding-bottom: 27px;
  }

  .content .cite-image:before {
    font-size: 45px;
    right: 10px;
  }

  .content .cite-image span {
    max-width: 500px;
  }
}

@media only screen and (max-width: 650px) {
  .content .cite-image {
    font-size: 18px;
    line-height: 25px;
  }

  .content .cite-image:before {
    font-size: 35px;
  }

  .content .cite-image span {
    max-width: 315px;
  }

  .content .cite-image img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .content .cite-image {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
  }

  .content .cite-image:before {
    font-size: 32px;
  }

  .content .cite-image img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .content {
    margin: 0 0 30px !important;
  }
}

@media only screen and (max-width: 480px) {
  .content {
    margin-bottom: 40px;
  }

  .content cite {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 40px 0 0;
  }

  .content cite:before {
    top: 8px;
  }
}

.outtaHere {
  display: none;
  position: absolute;
  left: -10000px;
}

.form-field {
  margin-bottom: 24px;
  position: relative;
}

.form-field:before {
  content: attr(data-error);
  position: absolute;
  top: 105%;
  left: 0;
  font-size: 13px;
  line-height: 16px;
  color: #B2252B;
  font-family: "Gilroy-Regular", sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.form-field.error .form-control {
  border: 1px solid #FF353E;
  box-shadow: inset 0px 0px 0px 200px #ffeeee;
}

.form-field.error:before {
  opacity: 1;
  visibility: visible;
}

.form-field.pass .form-control {
  border: 1px solid #4BC0C5;
  box-shadow: inset 0px 0px 0px 200px #e6f5f3;
}

.form-control,
textarea,
select,
.input-field .select2,
.select-wrapper input.select-dropdown,
.select-list .btn,
.label-input {
  margin: 0;
  font-family: "Gilroy-Regular", sans-serif;
  padding: 15px;
  box-shadow: none;
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 24px;
  color: #102A43;
  background: #fff;
  border: 1px solid #D9E2EC;
  border-radius: 0 !important;
}

@media only screen and (max-width: 700px) {
  .form-control,
  textarea,
  select,
  .input-field .select2,
  .select-wrapper input.select-dropdown,
  .select-list .btn,
  .label-input {
    height: 52px;
  }
}

textarea.form-control {
  min-height: 218px;
}

.modal-g {
  max-width: 865px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.09);
  font-size: 14px;
  line-height: 1.29;
  color: #102A43;
  border-radius: 6px;
  padding: 60px 70px;
}

.modal-g .bottom-h {
  text-align: center;
}

.modal-g .two-columns {
  align-items: center;
  padding-top: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.modal-g .two-columns .column-left,
.modal-g .two-columns .column-right {
  width: 50%;
}

.modal-g .two-columns .column-left {
  border-right: 2px solid #D9E2EC;
  padding-right: 65px;
  padding-top: 37px;
  padding-bottom: 37px;
}

.modal-g .two-columns .column-right {
  padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .modal-g {
    padding: 30px;
  }
}

@media only screen and (max-width: 570px) {
  .modal-g {
    padding: 20px 16px;
  }
}

@media only screen and (max-width: 700px) {
  .modal-g .two-columns {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .modal-g .two-columns .column-left,
  .modal-g .two-columns .column-right {
    width: 100%;
  }

  .modal-g .two-columns .column-left {
    border-right: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .modal-g .two-columns .column-left .social__list {
    max-width: 300px;
  }

  .modal-g .two-columns .column-right {
    padding-left: 0;
  }
}

.modal-signin .main-btn {
  width: 100%;
  margin-top: 32px;
}

.modal-signin .social__list {
  padding-top: 15px;
  justify-content: space-between;
}

.modal-signin .btn-password {
  color: #004D93;
  margin-top: 5px;
  display: block;
}

.modal-signin .btn-signup {
  color: #004D93;
}

.modal-signup .btn-signup {
  color: #004D93;
}

.modal-signup .main-btn {
  width: 100%;
  margin-top: 15px;
}

.modal-signup .two-columns {
  align-items: flex-start;
  padding-top: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.modal-signup .two-columns .column-left {
  border-right: 0;
  padding-right: 23px;
  padding-top: 0;
  padding-bottom: 0;
  width: 47%;
}

.modal-signup .two-columns .column-right {
  padding-left: 43px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .modal-signup .two-columns {
    align-items: flex-start;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .modal-signup .two-columns .column-left {
    padding-right: 0;
    width: 100%;
  }

  .modal-signup .two-columns .column-right {
    padding-left: 0;
    width: 100%;
  }
}

.modal-tape .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  border-top: 2px solid #fff;
  position: relative;
  top: -2px;
  background: #fff;
  position: relative;
}

.modal-tape .btn-holder .main-btn {
  width: 292px;
}

.social__list.width-bg .social__item {
  width: 60px;
  height: 60px;
}

.social__list.width-bg .social__item a {
  color: #fff;
}

.social__list.width-bg .social__item.bg-facebook {
  background: #3B5998;
}

.social__list.width-bg .social__item.bg-twitter {
  background: #55ACEE;
}

.social__list.width-bg .social__item.bg-goole {
  background: #DC4E41;
}

.navbar-search {
  max-width: 928px;
  margin-bottom: 20px;
}

.navbar-search .input-field {
  position: relative;
}

.navbar-search .input-field .form-control {
  border-radius: 4px !important;
  padding-right: 65px;
}

.navbar-search .input-field .search-btn {
  background: #FF9900;
  width: 57px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 19px;
  transition: all 0.3s ease;
}

.navbar-search .input-field .search-btn:hover {
  background: #FFB74A;
}

.navbar-search .results {
  font-size: 14px;
  line-height: 20px;
  color: #8D8D8D;
  margin-top: -8px;
}

@media only screen and (max-width: 700px) {
  .navbar-search .input-field .form-control {
    height: 44px;
  }
}

.tabs-nav {
  display: flex;
  align-items: center;
}

.tabs-nav li {
  margin-right: 16px;
}

.tabs-nav li a,
.tabs-nav li span {
  border: 1px solid #102A43;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 25px;
  font-family: "Gilroy-Medium", sans-serif;
  transition: all 0.3s ease;
}

.tabs-nav li a.active,
.tabs-nav li a:hover,
.tabs-nav li span.active,
.tabs-nav li span:hover {
  background: #FF9900;
  color: #fff;
  border-color: #FF9900;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D9E2EC;
  border-radius: 0;
  height: 44px;
}

.select2-container {
  z-index: 999999;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\EA02" !important;
  position: absolute;
  top: 8px;
  left: -13px;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 iconfont;
  color: #102A43;
  font-size: 7px;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 44px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(180deg);
}

.container-wrap {
  width: 100%;
}

*:focus {
  outline: none !important;
}

.checkbox {
  min-height: 21px;
  margin-bottom: 17px;
}

.checkbox.ttl {
  margin-bottom: 13px;
}

.checkbox-list {
  border-bottom: 2px solid #D9E2EC;
  padding-top: 17px;
}

.checkbox-list:first-child {
  padding-top: 6px;
}

.checkbox-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.checkbox-item .checkbox {
  width: 25.5%;
}

@media only screen and (max-width: 991px) {
  .checkbox-item .checkbox {
    width: 45.5%;
  }
}

.desktop.open .ham-toggle {
  pointer-events: none;
}

.sitemap {
  margin-bottom: 40px;
}

.sitemap__title h1 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

figure + a {
  display: block;
  margin-bottom: 8px;
  margin-top: -30px;
}

.sidebar__right .sidebar__item {
  margin-bottom: 0;
  padding-right: 0;
  display: contents;
}

.sidebar__right .sidebar__item img {
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.sidebar__right .sidebar__item a {
  display: block;
}

.js_auth-spost {
  margin-top: 20px;
}

.btn-row-flex {
  display: flex;
  align-items: center;
}

.btn-row-flex .main-btn {
  width: auto;
  margin: 0 10px;
}

.tabs-nav.tab--fill.search-tab-filters label {
  margin-bottom: 0;
}

.tabs-nav.tab--fill.search-tab-filters .datepicker {
  min-width: 223px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #102A43 !important;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 3px;
  margin: 2px 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px;
}

.tags__list .mCSB_container {
  display: flex;
  align-items: center;
  height: 45px;
}

.wp-block-video video {
  width: 100%;
}

.go-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 50px;
  border-radius: 50%;
  color: #fff;
  background: #004d9380;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 4px 4px 8px -1px rgba(153, 206, 247, 0.2);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
}

.go-to-top.act {
  opacity: 1;
}

@media only screen and (max-width: 1370px) {
  .go-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.icon.icon-google {
  width: 18px;
}

@media only screen and (max-width: 1700px) {
  .icon.icon-google {
    width: 14px;
  }
}

.header {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D9E2EC;
  position: relative;
}

.header__logo {
  max-width: 140px;
  display: block;
  margin-right: 35px;
}

.header__right,
.header__left {
  display: inline-flex;
  align-items: center;
}

.header__left {
  justify-content: flex-end;
}

.header__left .main-btn {
  margin-left: 20px;
}

.header__left .tape__link {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  position: relative;
  margin-right: 25px;
  letter-spacing: 1.5px;
}

.header__left .tape__link.active,
.header__left .tape__link:hover {
  color: #004D93;
}

.header__left .search__link {
  font-size: 20px;
  color: #004D93;
  position: relative;
  top: 1px;
}

.header__left .user__link {
  font-size: 21px;
  color: #004D93;
  margin-left: 27px;
}

.header__left .user__link .icon-logout {
  position: relative;
  top: -1px;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav .nav__list {
  display: flex;
}

.header__nav .nav__link {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 12px;
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  letter-spacing: 1.5px;
}

.header__nav .nav__link .icon {
  margin-right: 6px;
}

.header__nav .nav__link.active,
.header__nav .nav__link:hover {
  color: #004D93;
}

@media only screen and (max-width: 1200px) {
  .header__logo {
    margin-right: 20px;
  }

  .header__nav .nav__link {
    padding: 0 4px;
  }

  .header__left .tape__link {
    margin-right: 18px;
  }

  .header__left .user__link {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .header {
    height: 57px;
  }

  .header__logo {
    position: absolute;
    left: -44px;
    right: 0;
    margin: 0 auto;
  }

  .header__nav {
    position: absolute;
    right: 0;
  }

  .header__nav .nav__list {
    display: none;
  }

  .header__left {
    padding-right: 35px;
  }

  .header__left .tape__link {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .header__left .tape__link {
    margin-right: 13px;
  }

  .header__left .user__link {
    margin-left: 13px;
    font-size: 16px;
  }

  .header__left .search__link {
    font-size: 16px;
    top: 0;
  }

  .header__logo {
    left: -40px;
    max-width: 88px;
  }
}

.nav__ham {
  cursor: pointer;
  width: 20px;
  z-index: 9990;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -3px;
}

.nav__ham span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  margin-bottom: 2px;
  transition: 0.3s;
}

.nav__ham span:last-of-type {
  margin-bottom: 0;
}

.nav__ham.ham-toggle span {
  background-color: #004D93;
  width: 14px;
}

.nav__ham.ham-toggle span:nth-child(2),
.nav__ham.ham-toggle span:nth-child(3) {
  display: none;
}

.nav__ham.ham-toggle span:first-of-type {
  transform: rotate(45deg);
  position: relative;
  top: 2px;
}

.nav__ham.ham-toggle span:last-of-type {
  transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1200px) {
  .nav__ham {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav__ham span {
    background-color: #004D93;
  }
}

.tags__list {
  display: flex;
  justify-content: space-between;
  height: 46px;
  align-items: center;
  border-bottom: 1px solid #D9E2EC;
  overflow: auto;
  margin-bottom: 32px;
}

.tags__link {
  font-size: 14px;
  line-height: 19px;
  font-family: "Gilroy-Medium", sans-serif;
  color: #627D98;
  white-space: pre;
  margin-right: 20px;
}

.menu__list {
  max-height: 375px;
  overflow: auto;
  width: 321px;
  overflow-x: hidden;
  border-right: 1px solid #D9E2EC;
}

@media only screen and (max-width: 1770px) {
  .menu__list {
    width: 280px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu__list {
    width: 321px;
  }
}

.menu__list .has-submenu .menu__link {
  margin-left: 20px;
}

.menu__desktop {
  width: calc(100% + 104px);
  background: #fff;
  position: absolute;
  z-index: 99999999999;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  top: 70px;
  left: -52px;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.menu__desktop.open {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  max-height: 624px;
  overflow: auto;
  overflow-x: hidden;
}

.menu__item--first {
  width: 320px;
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
}

.menu__item--first:hover .menu__more {
  opacity: 1;
  visibility: visible;
}

.menu__item--first:hover .menu__link {
  color: #FF9900;
}

.menu__item--first:hover .icon:before {
  opacity: 0;
}

@media only screen and (max-width: 375px) {
  .menu__item--first:hover .icon:before {
    opacity: 1;
  }
}

.menu__item--first:hover .icon:after {
  background: #FF9900;
  width: 40px;
  height: 2px;
  top: 4px;
  left: -33px;
  content: "";
  position: absolute;
}

@media only screen and (max-width: 375px) {
  .menu__item--first:hover .icon:after {
    display: none;
  }
}

.menu__item--first .icon {
  font-size: 10px;
  display: block;
  position: relative;
  top: 6px;
  color: #FF9900;
}

@media only screen and (max-width: 1366px) {
  .menu__item--first .icon {
    top: 4px;
  }
}

.menu__item--first .icon:nth-child(2) {
  display: none;
}

.menu__item--first .menu__link {
  text-transform: uppercase;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  margin-left: 25px;
  position: relative;
}

.menu__more {
  position: absolute;
  left: 320px;
  width: 320px;
  top: 0;
  padding-top: 0;
  border-left: 1px solid #D9E2EC;
  border-right: 1px solid #D9E2EC;
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  overflow-x: hidden;
  /*max-height: 375px;*/
}

@media only screen and (max-width: 1200px) {
  .menu__more {
    max-height: 1000px;
    padding-left: 10px !important;
  }
}

.menu__more .menu__item .icon {
  color: #8D8D8D;
  top: 17px;
}

.menu__more .menu__item .icon:before {
  opacity: 1 !important;
}

.menu__more .menu__item .icon:after {
  display: none !important;
}

@media only screen and (max-width: 1366px) {
  .menu__more .menu__item .icon {
    top: 15px;
  }
}

.menu__more .menu__item:hover .menu__more--last,
.menu__more .menu__item.active .menu__more--last {
  opacity: 1;
  visibility: visible;
}

.menu__more .menu__item:hover .icon,
.menu__more .menu__item.active .icon {
  color: #003E6B;
}

.menu__more .menu__item:hover .menu__link,
.menu__more .menu__item.active .menu__link {
  color: #003E6B !important;
}

.menu__more .menu__link {
  text-transform: inherit;
  color: #8D8D8D !important;
  padding-bottom: 16px;
}

.menu__more .menu__link.active,
.menu__more .menu__link:hover {
  color: #003E6B;
}

.menu__more .menu__link.active .icon,
.menu__more .menu__link:hover .icon {
  color: #003E6B;
}

.menu__more--last {
  position: fixed;
  left: 638px;
  width: 616px;
  top: 80px;
  padding-left: 25px;
  flex-wrap: wrap;
  height: 100%;
  max-height: 616px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .menu__more--last {
    padding-left: 16px;
  }
}

.menu__more--last .menu__item,
.menu__more--last .menu__item--first {
  width: 48%;
  padding-left: 0;
  display: inline-block;
}

.menu__more--last .menu__link {
  text-transform: inherit;
  color: #003E6B !important;
  padding-bottom: 34px;
  transition: all 0.3s ease;
}

.menu__more--last .menu__link:hover,
.menu__more--last .menu__link.active {
  color: #FF9900 !important;
}

.menu__general {
  border-top: 1px solid #D9E2EC;
  padding-top: 40px;
  width: 321px;
  padding-left: 32px;
  padding-bottom: 15px;
  border-right: 1px solid #D9E2EC;
}

.menu__general a,
.menu__general span {
  color: #627D98;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

.menu__general a .icon,
.menu__general span .icon {
  font-size: 10px;
  display: block;
  margin-right: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media only screen and (max-width: 1770px) {
  .menu__general {
    width: 280px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu__general {
    width: 321px;
  }
}

.menu__column--left {
  width: calc(100% - 650px);
}

.menu__column--right {
  width: 650px;
}

@media only screen and (max-width: 1770px) {
  .menu__item--first {
    width: 280px;
  }

  .menu__more {
    position: absolute;
    left: 280px;
    width: 290px;
  }

  .menu__more--last {
    left: 568px;
    width: 415px;
    top: 100px;
  }

  .menu__column--left {
    width: calc(100% - 350px);
  }

  .menu__column--right {
    width: 350px;
  }
}

@media only screen and (max-width: 1400px) {
  .menu__desktop {
    width: calc(100% + 40px);
    left: -20px;
  }

  .menu__more--last {
    width: 300px;
  }

  .menu__more--last .menu__item,
  .menu__more--last .menu__item--first {
    width: 100%;
  }

  .menu__more--last .menu__link {
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 1366px) {
  .menu__item--first .menu__link .icon {
    top: 4px;
  }
}

@media only screen and (max-width: 1200px) {
  .menu__list {
    position: relative;
  }

  .menu__item--first {
    position: static;
    width: 321px;
  }

  .menu__desktop {
    justify-content: flex-start;
    width: auto;
  }

  .menu__column--left {
    width: 320px;
  }

  .menu__more {
    left: 0;
    padding-left: 0;
    border-left: 0;
    background: #fff;
    height: 100%;
    z-index: 99;
    width: 320px;
    overflow: auto;
    top: 0;
  }

  .menu__more--last {
    left: 0;
    border-left: 0;
    padding-left: 10px;
    height: 100%;
    z-index: 99;
    background: #fff;
    top: 0;
  }
}

@media only screen and (max-width: 680px) {
  .menu__desktop {
    flex-direction: column;
    width: 100%;
    max-width: 350px;
  }

  .menu__column--right,
  .menu__more,
  .menu__column--left,
  .menu__item--first {
    width: 101%;
  }

  .menu__item--first {
    padding-left: 15px;
  }
}

.inform-more {
  text-align: center;
  border-left: 1px solid #D9E2EC;
}

.inform-more .top,
.inform-more .middle {
  border-bottom: 1px solid #D9E2EC;
}

.inform-more .top,
.inform-more .middle,
.inform-more .bottom {
  padding: 24px 15px;
}

.inform-more .h3-title {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.inform-more form {
  position: relative;
  max-width: 414px;
  margin: 0 auto;
}

.inform-more form .form-control {
  padding-right: 50px;
}

.inform-more form button {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 19px;
  color: #FF9900;
}

.inform-more .social__list {
  justify-content: center;
}

.inform-more .social__item {
  background: #627D98;
}

.inform-more .social__link {
  color: #fff;
}

.banner__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9E2EC;
}

.banner__header img {
  min-height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__header .txt-info {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy-Regular", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner__header .txt-info .ttl {
  font-size: 20px;
  line-height: 28px;
  font-family: "Gilroy-Bold", sans-serif;
}

@media only screen and (max-width: 1280px) {
  .banner__header .txt-info .ttl {
    font-size: 16px;
    font-family: "Gilroy-Medium", sans-serif;
  }
}

@media only screen and (max-width: 991px) {
  .banner__header {
    margin: 0 -20px;
  }

  .banner__header img:first-of-type {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .banner__header .txt-info {
    font-size: 10px;
    line-height: 14px;
    align-items: flex-start;
    padding: 10px;
  }

  .banner__header .txt-info .ttl {
    font-size: 12px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .banner__header img {
    min-height: 82px;
    max-width: 82px;
  }
}

.news-header {
  background: #F0F4F8;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 57px;
  position: relative;
  left: -16px;
  width: 70px;
  display: none;
  cursor: pointer;
}

.news-header .ttl {
  position: relative;
}

.news-header .ttl .quantity {
  right: 0;
  top: -15px;
  width: 20px;
  height: 20px;
  background: #FF9900;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gilroy-Regular", sans-serif;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .news-header .ttl .quantity {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .news-header {
    display: flex;
  }
}

.js_nav--ham {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .menu__item--first:hover .menu__more {
    position: static;
    overflow: hidden;
  }

  .menu__more .menu__item:hover .menu__more--last {
    position: static;
  }
}

.sidebar__left {
  width: 450px;
  padding-right: 15px;
  border-right: 1px solid #D9E2EC;
  margin-bottom: 40px;
}

.sidebar__left .main-btn {
  width: 100%;
}

@media only screen and (max-width: 1370px) {
  .sidebar__left {
    width: 300px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .sidebar__left {
    width: 100%;
    max-width: 363px;
    padding: 20px 16px;
    border-right: 0;
    position: fixed;
    top: 57px;
    left: -500px;
    transition: all 0.3s ease;
    background: #fff;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar__left.open {
    visibility: visible;
    left: 0;
    opacity: 1;
  }
}

.sidebar__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.sidebar__data .h2-title {
  color: #004D93;
  border-bottom: 1px solid;
  margin-bottom: 0;
}

.sidebar__data .date-info {
  font-size: 18px;
  line-height: 24px;
  margin-left: auto;
}

.sidebar__item {
  margin-bottom: 24px;
  padding-right: 10px;
  display: block;
}

.sidebar__item:hover {
  color: #004D93;
}

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

.sidebar__item.text-center img {
  display: inline-block;
}

@media only screen and (max-width: 1370px) {
  .sidebar__item {
    margin-bottom: 22px;
    padding-right: 0;
  }
}

.sidebar__item strong {
  margin-bottom: 10px;
}

.sidebar__item .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #935800;
  font-family: "Gilroy-Regular", sans-serif;
}

.sidebar__item .time .image-name {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.sidebar__item .time .image-name img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 21px !important;
  height: 21px;
  margin-right: 5px;
  margin-top: 0;
}

.sidebar__item .time .image-name .name {
  font-size: 12px;
  line-height: 16px;
  color: #102A43;
  font-family: "Gilroy-Bold", sans-serif;
}

.sidebar__item .time .icon {
  color: #FF9900;
  margin-left: 7px;
}

@media only screen and (max-width: 1370px) {
  .sidebar__item .time {
    font-size: 14px;
    line-height: 18px;
  }
}

.sidebar__item img {
  margin-top: 24px;
}

@media only screen and (max-width: 1370px) {
  .sidebar__item img {
    margin-top: 22px;
  }
}

.hidden-sidebar {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  position: fixed;
}

.hidden-sidebar.open {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

/*FONTS*/

/*images*/

/*=======================START-MEDIA=====================*/

/*=======================END-MEDIA=====================*/

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.breadcrumbs__link {
  font-size: 14px;
  line-height: 20px;
  color: #102A43;
  font-family: "Gilroy-Medium", sans-serif;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.breadcrumbs__link:hover {
  border-color: #486581;
}

.breadcrumbs .divider {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1;
  padding: 0 24px;
}

.breadcrumbs span {
  color: #9FB3C8;
}

@media only screen and (max-width: 650px) {
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 16px;
  }

  .breadcrumbs .divider {
    padding: 0 6px;
  }
}

.online .h1-title {
  width: 100%;
}

.online__video {
  width: calc(100% - 500px);
}

.online__video--single {
  width: 100% !important;
  margin-bottom: 70px;
}

.online__video .video-h {
  position: relative;
  margin-bottom: 30px;
}

.online__video .video-h img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.online__video .video-h .icon-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 65px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.3s ease;
}

.online__video .video-h .icon-play:hover {
  color: #ffe7c4;
}

.online__video .video-txt {
  font-size: 14px;
  max-width: 850px;
}

.online__programm {
  width: 500px;
  padding-left: 55px;
  border-right: 1px solid #D9E2EC;
  position: relative;
}

.online__programm:before {
  position: absolute;
  bottom: -4px;
  height: 100px;
  box-shadow: inset 0px -107px 38px -35px white;
  width: 100%;
  content: "";
}

.online__programm .programm-list {
  font-size: 18px;
  line-height: 24px;
  max-height: 700px;
  overflow: auto;
}

.online__programm .programm-list li {
  margin-bottom: 16px;
}

.online__programm .programm-list li a {
  display: flex;
}

.online__programm .programm-list li .time {
  width: 55px;
  margin-right: 24px;
  color: #627D98;
}

@media only screen and (max-width: 1560px) {
  .online__programm .programm-list {
    max-height: 490px;
  }
}

@media only screen and (max-width: 1370px) {
  .online__video {
    width: calc(100% - 400px);
  }

  .online__programm {
    width: 400px;
  }

  .online__programm .programm-list {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .online__programm .programm-list {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .online__video {
    width: 100%;
  }

  .online__programm {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .online__programm:before {
    height: 39px;
    box-shadow: inset 0px -63px 38px -35px white;
  }

  .online__video .video-h .icon-play {
    font-size: 49px;
  }
}

.width-preview .online__programm .programm-list {
  max-height: 566px;
}

.width-preview .online__programm .programm-list li {
  margin-bottom: 24px;
}

.width-preview .online__programm .preview-time {
  width: 105px;
  position: relative;
  height: 95px;
}

.width-preview .online__programm .preview-time .time {
  font-size: 12px;
  line-height: 16px;
  margin-right: 0;
  position: absolute;
  bottom: 5px;
  color: #D9E2EC;
  left: 5px;
  width: 100%;
}

.width-preview .online__programm .preview-txt {
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 130px);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.width-preview .online__programm .preview-txt .about-discr {
  font-size: 13px;
  line-height: 16px;
  color: #935800;
}

@media only screen and (max-width: 1370px) {
  .width-preview .online__programm .preview-time {
    width: 60px;
    height: 55px;
  }

  .width-preview .online__programm .preview-txt {
    padding-right: 10px;
    width: calc(100% - 75px);
  }
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoWrapperActive .icon-play {
  display: none;
}

/*FONTS*/

/*images*/

/*=======================START-MEDIA=====================*/

/*=======================END-MEDIA=====================*/

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #102A43;
  transition: all 0.3s;
  padding-right: 30%;
  position: relative;
}

.accordion__item {
  padding: 24px 32px;
  border: 1px solid #D9E2EC;
  margin-bottom: 32px;
  transition: all 0.3s;
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
}

.accordion-body {
  font-size: 18px;
  line-height: 24px;
  color: #8D8D8D;
  display: none;
  font-family: "Gilroy-Medium", sans-serif;
}

.accordion-body p {
  font-size: 18px;
  line-height: 24px;
  color: #8D8D8D;
  font-family: "Gilroy-Medium", sans-serif;
}

.accordion-body__contents {
  padding-top: 15px;
  padding-right: 10%;
}

.accordion__item > .accordion-header:after {
  content: "\EA03";
  padding: 10px 11px;
  right: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: 0.3s all;
  transform: rotate(-90deg);
  width: 32px;
  height: 32px;
  background: #FF9900;
  font: normal normal 400 14px/1 iconfont;
  font-size: 12px;
  color: #fff;
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(90deg);
}

.accordion__item.active {
  padding-top: 38px;
  padding-bottom: 25px;
}

.subttl {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #627D98;
  margin-bottom: 15px;
  font-family: "Gilroy-Medium", sans-serif;
}

.footer {
  background: #102A43;
  margin: 0 -52px;
  margin-top: auto;
}

@media only screen and (max-width: 1370px) {
  .footer {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    margin: 0 -16px;
  }
}

.footer form {
  position: relative;
  width: 46%;
  max-width: 414px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1200px) {
  .footer form {
    width: 88%;
  }
}

@media only screen and (max-width: 700px) {
  .footer form {
    width: 100%;
  }
}

.footer form .form-control {
  padding-right: 50px;
}

.footer form button {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 19px;
  color: #FF9900;
}

@media only screen and (max-width: 700px) {
  .footer form button {
    top: 10px;
    right: 17px;
    font-size: 28px;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  background: #1B3B60;
  padding: 60px 52px;
}

@media only screen and (max-width: 1370px) {
  .footer__top {
    padding: 34px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__top {
    padding: 32px 16px 30px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__top .left,
.footer__top .right {
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .footer__top .left,
  .footer__top .right {
    flex-direction: column;
  }
}

@media only screen and (max-width: 700px) {
  .footer__top .left,
  .footer__top .right {
    width: 100%;
  }
}

.footer__top .left {
  align-items: flex-end;
}

@media only screen and (max-width: 1370px) {
  .footer__top .left {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__top .left {
    justify-content: center;
  }
}

.footer__top .left .h1-title {
  max-width: 355px;
  margin-right: 15px;
}

@media only screen and (max-width: 1700px) {
  .footer__top .left .h1-title {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1370px) {
  .footer__top .left .h1-title {
    max-width: 210px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__top .left .h1-title {
    max-width: 300px;
  }
}

.footer__top .right {
  justify-content: flex-end;
}

@media only screen and (max-width: 1370px) {
  .footer__top .right {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__top .right {
    justify-content: center;
  }
}

.footer__top .right .h1-title {
  max-width: 420px;
  margin-right: 15px;
}

@media only screen and (max-width: 1700px) {
  .footer__top .right .h1-title {
    max-width: 322px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer__top .right .h1-title {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1370px) {
  .footer__top .right .h1-title {
    max-width: 240px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__top .right .h1-title {
    max-width: 300px;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 31px 52px;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  .footer__bottom {
    flex-direction: column-reverse;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .footer__bottom {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1370px) {
  .footer__bottom {
    padding: 31px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__bottom {
    padding: 32px 16px 45px;
  }
}

.footer__bottom .left {
  padding-top: 10px;
}

.footer__bottom .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media only screen and (max-width: 1100px) {
  .footer__bottom .right .footer__copy {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 570px) {
  .footer__bottom .right .footer__copy {
    bottom: 12px;
    justify-content: flex-start;
    padding-left: 16px;
  }
}

.footer__bottom .top {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
  min-height: 37px;
}

@media only screen and (max-width: 1100px) {
  .footer__bottom .top {
    margin-bottom: 18px;
    min-height: auto;
  }
}

@media only screen and (max-width: 570px) {
  .footer__bottom .top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__bottom .footer__copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer__bottom .footer__copy a {
  margin-left: 5px;
}

.footer__bottom .main-btn {
  min-width: 271px;
}

@media only screen and (max-width: 1275px) {
  .footer__bottom .main-btn {
    min-width: 250px;
  }
}

@media only screen and (max-width: 570px) {
  .footer__bottom .main-btn {
    margin-bottom: 27px;
  }
}

.footer__bottom .btn {
  font-size: 36px;
  color: #627D98;
  transition: all 0.3s ease;
}

.footer__bottom .btn:hover {
  color: #fff;
}

.footer .menu__list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border: 0;
  width: 100% !important;
  max-height: 1000px !important;
}

@media only screen and (max-width: 1100px) {
  .footer .menu__list {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .footer .menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer .menu__link {
  font-size: 14px;
  line-height: 20px;
  font-family: "Gilroy-Bold", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #67A6D4;
  margin-right: 32px;
  display: block;
  transition: all 0.3s ease;
}

.footer .menu__link:hover {
  color: #fff;
}

@media only screen and (max-width: 1275px) {
  .footer .menu__link {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .footer .menu__link {
    margin-bottom: 16px;
  }
}

.footer .menu__item:last-of-type .menu__link {
  margin-right: 0;
}

.footer__copy {
  font-size: 13px;
  line-height: 16px;
  color: #627D98;
  letter-spacing: -0.1px;
}

@media only screen and (max-width: 1280px) {
  .footer__copy:first-of-type {
    display: block;
  }
}

@media only screen and (max-width: 570px) {
  .footer__copy {
    font-size: 10px;
    line-height: 14px;
    opacity: 0.5;
  }

  .footer__copy:first-of-type {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    display: block;
  }
}

@media only screen and (max-width: 1700px) {
  .footer .h1-title {
    font-size: 29px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer .h1-title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 1370px) {
  .footer .h1-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 700px) {
  .footer .h1-title {
    font-size: 22px;
    line-height: 24px;
  }
}

.social__list {
  display: flex;
  align-items: center;
}

.social__item {
  background: #fff;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 32px;
  transition: all 0.3s ease;
}

.social__item:hover {
  background: #FF9900;
}

.social__item:hover .social__link {
  color: #fff;
}

@media only screen and (max-width: 1700px) {
  .social__item {
    width: 49px;
    height: 49px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 1370px) {
  .social__item {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 700px) {
  .social__item {
    width: 37px;
    height: 37px;
    font-size: 20px;
    margin-right: 11px;
  }
}

.social__item:last-of-type {
  margin-right: 0;
}

.info-article {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  flex-wrap: wrap;
}

.info-article .name {
  margin-left: auto;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy-Bold", sans-serif;
  color: #102A43;
  display: flex;
  align-items: center;
}

.info-article .name img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 0;
}

.info-article .data {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8D8D8D;
  display: inline-block;
  margin-right: 20px;
}

.info-article .revisions {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.info-article .revisions .icon {
  display: inline-block;
  margin-right: 15px;
  font-weight: 800;
  font-size: 18px;
  color: #102A43;
}

@media only screen and (max-width: 650px) {
  .info-article .name {
    margin-left: 0;
  }
}

.article-page .tags__list {
  border-top: 1px solid #D9E2EC;
  margin-bottom: 30px;
}

@media only screen and (max-width: 650px) {
  .article-page .tags__list {
    margin-bottom: 20px;
  }
}

.article-page .tags__link {
  font-size: 12px;
  line-height: 20px;
}

.swiper-pagination {
  text-align: left;
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  opacity: 1;
  border: 1px solid #627D98;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #004D93;
}

.js-slider-simple {
  margin-bottom: 25px;
}

.js-slider-simple img {
  margin-bottom: 30px;
}

.review-one {
  margin-bottom: 32px;
}

.review-one__name {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-family: "Gilroy-Bold", sans-serif;
  color: #102A43;
  margin-bottom: 15px;
}

.review-one__name img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 0;
}

.review-one__content .data {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FF9900;
  display: block;
  margin-bottom: 7px;
}

.review-one__content .btn-answer .icon {
  color: #FF9900;
}

.review-one--answer {
  padding-left: 30px;
}

.review-one--answer .review-one__name {
  font-family: "Gilroy-Regular", sans-serif;
  max-width: 235px;
  font-size: 14px;
  line-height: 20px;
}

.review-form {
  margin-bottom: 30px;
}

.review-form textarea.form-control {
  min-height: 97px;
}

.review-form .review-one__name {
  margin-bottom: 30px;
}

.review-form .main-btn {
  width: 328px;
}

.section-name-article {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #102A43;
  border: 1px solid #102A43;
  padding: 7px 11px;
  display: inline-block;
  margin-bottom: 10px;
}

.width-more {
  width: 100%;
  max-width: 531px;
  height: 47px;
  padding: 12px 30px;
}

.two-columns-container {
  display: flex;
  max-width: 1025px;
  margin-left: 21%;
}

@media only screen and (max-width: 1790px) {
  .two-columns-container {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1250px) {
  .two-columns-container {
    flex-direction: column;
  }
}

.social-panel {
  width: 100px;
}

.social-panel .social__list {
  display: block;
  margin-bottom: 35px;
}

.social-panel .social__item {
  padding-left: 0;
  background: #102A43;
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 7px;
}

.social-panel .social__item:before {
  display: none;
}

.social-panel .social__link {
  color: #fff;
}

.social-panel .link-like {
  display: block;
  margin-bottom: 25px;
  font-size: 25px;
  padding-left: 5px;
}

.social-panel .link-like.active {
  color: #FF9900;
}

.social-panel .link-flag {
  display: block;
  color: #8D8D8D;
  padding-left: 10px;
  font-size: 23px;
}

.social-panel .link-flag:hover {
  color: #FF9900;
}

.social-panel .link-flag.active {
  color: #FF9900;
}

@media only screen and (max-width: 1560px) {
  .social-panel {
    width: 60px;
  }
}

@media only screen and (max-width: 1250px) {
  .social-panel {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    align-items: center;
  }

  .social-panel .social__list {
    display: flex;
    margin-bottom: 0;
  }

  .social-panel .social__list .social__item {
    margin-bottom: 0;
  }

  .social-panel .social__list li {
    margin-right: 20px;
  }

  .social-panel .links {
    margin-left: auto;
    display: flex;
  }

  .social-panel .link-like {
    margin-bottom: 0;
    font-size: 25px;
    padding-left: 0;
  }

  .social-panel .link-like.active {
    color: #FF9900;
  }

  .social-panel .link-flag {
    padding-left: 15px;
    padding-top: 5px;
  }

  .social-panel .link-flag:hover {
    color: #FF9900;
  }

  .social-panel .link-flag.active {
    color: #FF9900;
  }
}

.breadcrumbs {
  max-width: 1235px;
  margin: 0 auto;
}

.online__video {
  width: 100%;
}

.daily-news {
  margin-top: 55px;
  padding: 32px 32px 37px;
  font-size: 16px;
  line-height: 20px;
  color: #102A43;
  border: 1px solid #D9E2EC;
  display: flex;
  flex-direction: column;
}

.daily-news strong {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width: 1560px) {
  .main-subcontainer {
    width: calc(100% - 300px);
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-subcontainer {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1560px) {
  .sidebar__left {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .sidebar__left {
    width: 100%;
  }
}

.content {
  margin: 0 0 70px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .content {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1600px) {
  .content {
    max-width: 900px;
  }
}

.content p {
  text-align: justify;
}

.width-lg {
  width: 100%;
  height: 100%;
}

.width-md {
  width: 80%;
  height: 80%;
}

.width-sm {
  width: 60%;
  height: 60%;
}

.width-xs {
  width: 40%;
  height: 40%;
}

.width-xss {
  width: 20%;
  height: 20%;
}

/*.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; !* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) *!
}

!* Then style the iframe to fit in the container div with full height and width *!
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

