

/* Start:/local/templates/gospay-theme-v2/assets/css/plugins/owl-carousel.min.css?17573965243356*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/gospay-theme-v2/assets/css/plugins/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


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

/* End */


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


/* Start:/local/templates/gospay-theme-v2/assets/css/plugins/selectize.default.css?175739652412285*/
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* End */


/* Start:/local/templates/gospay-theme-v2/assets/css/plugins/sweetalert2.min.css?175739652433298*/
@charset "UTF-8";
@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-shown {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon::before {
    display: none;
    align-items: center;
    font-size: 2em;
    font-weight: 700
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon::before {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 .0625em #fff, 0 0 0 .125em rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s
}

@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-shown {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 99993;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
    margin-top: auto
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4)
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    box-shadow: none;
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    outline: initial;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    margin: 1em auto
}

.swal2-file, .swal2-input, .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: inherit;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #ccc
}

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
    color: #ccc
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em auto;
    background: inherit
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.swal2-range input, .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-input[type=number] {
    max-width: 10em
}

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox, .swal2-radio {
    align-items: center;
    justify-content: center;
    background: inherit;
    color: inherit
}

.swal2-checkbox label, .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input, .swal2-radio input {
    margin: 0 .4em
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    zoom: normal;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-moz-document url-prefix() {
    .swal2-close:focus {
        outline: 2px solid rgba(50, 100, 150, .4)
    }
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    zoom: normal;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: small
}

.swal2-icon::before {
    display: flex;
    align-items: center;
    height: 92%;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning.swal2-icon-content {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-warning::before {
    content: unset;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-info::before {
    content: "i"
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-question::before {
    content: "?"
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
    content: "؟"
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-progress-steps {
    align-items: center;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

/* End */


/* Start:/local/templates/gospay-theme-v2/assets/css/plugins/select2.min.css?175739652414966*/
.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;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;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;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:100%;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:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/gospay-theme-v2/assets/css/style.css?1757396525121775*/
html,
body {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fluid-header {
  display: block;
  flex: 0 0 auto;
}
.fluid-main {
  display: block;
  flex: 1 0 auto;
}
.fluid-footer {
  display: block;
  flex: 0 0 auto;
}
* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #232323;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #335bab;
  color: #fff;
}
h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 20px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
h3 {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #0061D9;
}
p {
  font-size: 15px;
  line-height: 22px;
  color: #232323;
  margin-bottom: 16px;
}
span {
  font-size: 13px;
  line-height: 38px;
  color: #232323;
}
a {
  text-decoration: none;
}
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside-all-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside-all-transition * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside-all-transition *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.presets_in_site .info_element {
  font-size: 55px;
  line-height: 63px;
  color: #1F1F1F;
}
.presets_in_site .demo_table {
  max-width: 800px;
}
.presets_in_site .demo_table tr td {
  padding: 10px;
}
.presets_in_site .jq-selectize {
  width: 300px;
  text-align: left;
}
.presets_in_site .jq-selectize .selectize-input {
  background: #fff !important;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
}
.fancybox-content {
  padding: 64px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-slide--html .fancybox-close-small {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 20px !important;
  top: 20px !important;
  padding: 0 !important;
}
/*hamburger menu*/
.hamburger-menu {
  z-index: 2;
  position: relative;
  top: 30px;
  width: 40px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 40px;
  height: 4px;
}
.hamburger-menu .bar {
  position: relative;
  transform: translateY(25px);
  background: #ffffff;
  transition: all 0ms 300ms;
}
.hamburger-menu .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffffff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #ffffff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar.animate:after {
  top: 0;
  border-radius: 10px;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar.animate:before {
  bottom: 0;
  border-radius: 10px;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
span.btn-error-msg {
  font-size: 15px;
  line-height: 25px;
  color: #E12933;
}
label {
  display: inline-block;
}
label span {
  display: block;
  white-space: pre-line;
  text-align: left;
  color: #76767A;
  font-size: 15px;
  line-height: 17px;
  padding: 10px 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 17px;
  min-width: 350px;
  min-height: 48px;
  background: #FFFFFF;
  border: 1px solid #A7A7AB;
  box-sizing: border-box;
  border-radius: 4px;
  text-indent: 20px;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}
input[type="text"] *,
input[type="number"] *,
input[type="password"] *,
input[type="search"] * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #232323 !important;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 0 3px #90C2FF;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="text"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="search"][readonly] {
  background: #eaeaea;
  color: rgba(0, 0, 0, 0.7);
  border: transparent !important;
  box-shadow: none;
  cursor: no-drop;
}
input[type="text"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="search"][readonly] {
  cursor: text;
}
input[type="text"].input-error,
input[type="number"].input-error,
input[type="password"].input-error,
input[type="search"].input-error {
  border: 2px solid #E12933;
}
.jq-nice-select {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-nice-select * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-nice-select *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-nice-select:hover:after {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
.jq-nice-select:focus {
  box-shadow: 0 0 0 3px #90C2FF;
}
.jq-nice-select:hover {
  border: 1px solid #232323 !important;
}
.jq-nice-select.disabled {
  background: #F5F5F7;
  color: #76767A;
}
.jq-nice-select .option:hover,
.jq-nice-select .option.focus,
.jq-nice-select .option.selected.focus {
  background-color: #0061D9 !important;
  color: #FFFFFF !important;
}
.jq-nice-select .option:hover:before,
.jq-nice-select .option.focus:before,
.jq-nice-select .option.selected.focus:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
}
.jq-nice-select .list {
  width: 100%;
  font-size: 15px;
  background-color: #F5F5F7 !important;
  border: 1px solid #E0E0E0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
}
.jq-nice-select .list li {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  text-indent: 28px;
  padding: 0;
}
.jq-nice-select .list li:first-child {
  /*display: none;*/
}
.jq-nice-select .list li.selected {
  color: #000 !important;
}
.jq-nice-select .list li.selected:before {
  content: ' ';
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  margin-top: 8px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.jq-nice-select .list li:hover {
  background-color: #0061D9;
  color: #FFFFFF !important;
}
.jq-nice-select .list li:hover:before {
  content: ' ';
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  margin-top: 8px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.jq-nice-select .list li:hover.selected:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
}
.jq-nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
  color: #000 !important;
}
.jq-nice-select .list:hover .option:not(:hover).selected:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_black.svg");
}
.jq-selectize {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  /*
	&:hover {
		box-shadow: 0 0 0 3px #90C2FF;
		cursor: pointer;
		border-radius: 4px;
	}
	*/
}
.jq-selectize * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-selectize *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-selectize:focus {
  box-shadow: 0 0 0 3px #90C2FF;
  border-radius: 4px;
}
.jq-selectize.selectize-control {
  position: relative;
  height: 48px;
}
.jq-selectize.selectize-control.single .selectize-input {
  height: 48px;
  line-height: 30px;
  padding-left: 20px;
  background: transparent;
  font-size: 15px;
}
.jq-selectize.selectize-control.single .selectize-input > input {
  font-size: 15px;
  min-width: 250px;
}
.jq-selectize .option.focus,
.jq-selectize .option.selected.active {
  background-color: transparent;
  color: #FFFFFF;
}
.jq-selectize .option.focus:before,
.jq-selectize .option.selected.active:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
}
.jq-selectize .selectize-dropdown {
  width: 100%;
  font-size: 15px;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  border: none;
}
.jq-selectize .selectize-dropdown .selectize-dropdown-content {
  max-height: 450px;
}
.jq-selectize .selectize-dropdown [data-selectable].option {
  cursor: pointer;
}
.jq-selectize .selectize-dropdown [data-selectable] .highlight {
  background: #0061D9;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
}
.jq-selectize .selectize-dropdown .option {
  height: 30px;
  line-height: 30px;
  min-height: 30px;
  text-indent: 28px;
  padding: 0;
  cursor: not-allowed;
}
.jq-selectize .selectize-dropdown .option.active {
  color: #000;
}
.jq-selectize .selectize-dropdown .option.active:before {
  content: ' ';
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  margin-top: 8px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.jq-selectize .selectize-dropdown .option:hover {
  background-color: #0061D9;
  color: #FFFFFF;
}
.jq-selectize .selectize-dropdown .option:hover:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
}
.select2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2 * {
  outline: none;
}
.select2 * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2 *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2.select2-container--open {
  box-shadow: 0 0 0 3px #90C2FF;
  border-radius: 4px;
}
.select2.select2-container--open .select2-selection {
  border: 1px solid transparent !important;
}
.select2.select2-container--below .select2-selection__rendered {
  color: #000 !important;
}
.select2.select2-container--disabled .select2-selection {
  background-color: #F5F5F7 !important;
  border: 1px solid transparent !important;
  cursor: no-drop !important;
}
.select2.select2-container--disabled .select2-selection__rendered {
  color: #76767A !important;
}
.select2.select2-container--disabled:hover .select2-selection .select2-selection__rendered {
  color: #76767A !important;
}
.select2:hover .select2-selection {
  border: 1px solid #232323 !important;
}
.select2:hover .select2-selection__rendered {
  color: #000 !important;
}
.select2:focus .select2-selection {
  box-shadow: 0 0 0 3px #90C2FF;
}
.select2 .selection .select2-selection {
  min-width: 312px;
  border: 1px solid #A7A7AB;
  height: 48px;
  border-radius: 4px !important;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  color: #666;
  line-height: 48px;
  font-size: 15px;
  padding-left: 20px;
  height: 100%;
}
.select2:hover .select2-selection__arrow:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.select2 .select2-selection__arrow {
  height: 48px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
}
.select2 .select2-selection__arrow b {
  display: none;
}
.select2 .select2-selection__arrow:after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  width: 10px;
  height: 10px;
  right: 18px;
  margin-top: -7px;
}
.select2.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.select2-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select2-container .select2-dropdown {
  margin-top: 3px !important;
  background-color: #F5F5F7;
  border: 1px solid #E0E0E0;
  overflow-y: scroll;
  max-height: 300px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  min-width: auto;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 10px 0 10px 20px;
  line-height: 16px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #0061D9;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected]:hover:before {
  content: ' ';
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: transparent;
  font-weight: bold;
  color: #000;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]:before {
  content: ' ';
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 4px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]:hover {
  background-color: #0061D9;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true]:hover:before {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/check_mark_white.svg");
}
.fieldset_elements {
  border: none;
}
.fieldset_elements * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fieldset_elements *:after,
.fieldset_elements *:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fieldset_elements label {
  cursor: pointer;
  position: relative;
  left: calc(28px * 0.7);
  margin: 10px 0;
  display: inline-block;
  line-height: 20px;
  padding: 10px 10px;
  color: #232323;
}
.fieldset_elements label:after,
.fieldset_elements label:before {
  content: "";
  display: inline-table;
  position: absolute;
  margin-top: 10px;
}
.fieldset_elements label:before {
  height: calc(28px * 0.7);
  width: calc(28px * 0.7);
  left: calc(28px * -0.7);
  top: 0;
}
.fieldset_elements label:after {
  height: calc(28px * 0.2);
  width: calc(28px * 0.45);
  border-left: calc(28px * 0.08) solid #fff;
  border-bottom: calc(28px * 0.08) solid #fff;
  transform: rotate(-50deg);
  left: calc(28px * -0.58);
  top: calc(28px * 0.22);
}
.fieldset_elements .only-one-element {
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  text-align: left;
}
.fieldset_elements .only-one-element:before {
  left: calc(28px * 0.4);
}
.fieldset_elements .only-one-element:after {
  left: calc(28px * 0.54);
}
.fieldset_elements .only-one-element:hover {
  background: #E6E6EB;
}
.fieldset_elements .only-one-element:active {
  background: #D7D7DE;
}
.fieldset_elements input[type="checkbox"],
.fieldset_elements input[type="radio"] {
  opacity: 0;
  display: none;
}
.fieldset_elements input[type="checkbox"]:disabled + label,
.fieldset_elements input[type="radio"]:disabled + label {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  cursor: no-drop;
  box-shadow: none !important;
}
.fieldset_elements input[type="checkbox"]:disabled + .only-one-element,
.fieldset_elements input[type="radio"]:disabled + .only-one-element {
  background: #ddd;
}
.fieldset_elements input[type="checkbox"]:checked + .only-one-element,
.fieldset_elements input[type="radio"]:checked + .only-one-element {
  box-shadow: 2px 2px 0 #0061D9, -2px -2px 0 #0061D9, 2px -2px 0 #0061D9, -2px 2px 0 #0061D9;
}
.fieldset_elements input[type="checkbox"] + label:before,
.fieldset_elements input[type="radio"] + label:before {
  border: 2px solid #000;
  background: transparent;
  outline: none;
}
.fieldset_elements input[type="checkbox"] + label:before {
  border-radius: 4px;
}
.fieldset_elements input[type="radio"] + label:before {
  border-radius: 50%;
}
.fieldset_elements input[type="checkbox"]:checked + label::before,
.fieldset_elements input[type="radio"]:checked + label::before {
  background: #1577D0;
  border: none;
}
.fieldset_elements input[type="checkbox"]:focus + label::before,
.fieldset_elements input[type="radio"]:focus + label::before {
  outline: #1577D0 auto calc(28px * 0.13);
}
.fieldset_elements input[type="checkbox"] + label::after,
.fieldset_elements input[type="radio"] + label::after {
  content: none;
}
.fieldset_elements input[type="checkbox"]:checked + label::after {
  content: " ";
}
.fieldset_elements input[type="radio"]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 0.7px;
  margin-top: 9px;
  border: none;
}
.switch {
  display: none;
}
.switch:hover + label:after {
  border: 1px solid #A7A7A7;
}
.switch:focus + label:after {
  box-shadow: 2px 2px #90C2FF, -2px -2px #90C2FF, -2px 2px #90C2FF, 2px -2px #90C2FF;
}
.switch:checked + label:after {
  border-color: #0B4796;
  box-shadow: 0 1px 1px rgba(206, 206, 206, 0.5);
  background: #0B4796;
}
.switch:checked + label:before {
  left: 24px;
  border-color: transparent;
  background: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.switch:checked:active + label:after {
  border-color: #0061D9;
  background: #0061D9;
}
.switch:disabled + label:after,
.switch:disabled + label:before,
.switch:checked:disabled + label:after,
.switch:checked:disabled + label:before {
  cursor: not-allowed;
}
.switch:checked:disabled + label:after {
  border-color: #9FCAFF;
  box-shadow: 0 1px 1px rgba(206, 206, 206, 0.5);
  background: #9FCAFF;
}
.switch:checked:disabled + label:before {
  background: #F5F5F7;
}
.switch:disabled + label:after {
  background: #F5F5F7;
  border: 1px solid #DDDDDD;
}
.switch + label {
  position: relative;
  height: 35px;
  padding-left: 50px;
  transition: all 0.4s ease-in-out 1s;
  display: inline-block;
  line-height: 26px;
  cursor: pointer;
  font-size: 15px;
}
.switch + label:after,
.switch + label:before {
  top: 50%;
  content: '';
  position: absolute;
  transition: all 0.9s ease;
  cursor: pointer;
}
.switch + label:after {
  left: 0;
  width: 46px;
  height: 24px;
  margin-top: -17.5px;
  background: #fff;
  border-radius: 35px;
  border: 1px solid #ccc;
}
.switch + label:before {
  top: 50%;
  left: 2px;
  z-index: 1;
  width: 20px;
  content: '';
  height: 20px;
  border-radius: 50%;
  position: absolute;
  margin-top: -15.5px;
  transition: all 0.9s ease;
  background: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  height: 48px;
}
.btn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:focus {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: 3px 3px #90C2FF, -3px -3px #90C2FF, -3px 3px #90C2FF, 3px -3px #90C2FF;
  border-radius: 4px;
}
.btn.btn-primary {
  color: #FFFFFF;
}
.btn.btn-primary:disabled {
  background: #A7A7AB !important;
  border: 2px solid #A7A7AB !important;
  cursor: not-allowed;
}
.btn.btn-primary.btn-blue {
  background-color: #0061D9;
  border: 2px solid #0061D9;
}
.btn.btn-primary.btn-blue:hover {
  border: 2px solid #0E52AC;
  background-color: #0E52AC;
}
.btn.btn-primary.btn-blue:active {
  border: 2px solid #0B4796;
  background-color: #0B4796;
}
.btn.btn-primary.btn-blue:focus {
  border: 2px solid #1466D6;
  background-color: #1466D6;
}
.btn.btn-primary.btn-red {
  background-color: #E12933;
  border: 2px solid #E12933;
}
.btn.btn-primary.btn-red:hover {
  border: 2px solid #BF262E;
  background-color: #BF262E;
}
.btn.btn-primary.btn-red:active {
  border: 2px solid #911A21;
  background-color: #911A21;
}
.btn.btn-primary.btn-red:focus {
  border: 2px solid #E12933;
  background-color: #E12933;
}
.btn.btn-primary.btn-yellow {
  background-color: #FC931F;
  border: 2px solid #FC931F;
}
.btn.btn-primary.btn-yellow:hover {
  border: 2px solid #E07907;
  background-color: #E07907;
}
.btn.btn-primary.btn-yellow:active {
  border: 2px solid #B15D00;
  background-color: #B15D00;
}
.btn.btn-primary.btn-yellow:focus {
  border: 2px solid #FC931F;
  background-color: #FC931F;
}
.btn.btn-primary-round {
  background: transparent;
}
.btn.btn-primary-round:disabled {
  color: #A7A7AB !important;
  background: #F7F7F7 !important;
  border: 2px solid #A7A7AB !important;
  cursor: not-allowed;
}
.btn.btn-primary-round.btn-blue {
  color: #0061D9;
  border: 2px solid #A5C4EA;
}
.btn.btn-primary-round.btn-blue:hover {
  color: #0E52AC;
  border: 2px solid #0E52AC;
}
.btn.btn-primary-round.btn-blue:active {
  background-color: #E6EEF7;
}
.btn.btn-primary-round.btn-blue:focus {
  transition: all 0s ease;
  border: 2px solid transparent;
}
.btn.btn-primary-round.btn-red {
  color: #E12933;
  border: 2px solid #F79BA0;
}
.btn.btn-primary-round.btn-red:hover {
  color: #BF262E;
  border: 2px solid #BF262E;
}
.btn.btn-primary-round.btn-red:active {
  background-color: #F7E6E6;
}
.btn.btn-primary-round.btn-red:focus {
  transition: all 0s ease;
  border: 2px solid transparent;
}
.btn.btn-primary-round.btn-yellow {
  color: #FC931F;
  border: 2px solid #FC931F;
}
.btn.btn-primary-round.btn-yellow:hover {
  color: #E07907;
  border: 2px solid #E07907;
}
.btn.btn-primary-round.btn-yellow:active {
  background-color: #FFE8CE;
}
.btn.btn-primary-round.btn-yellow:focus {
  transition: all 0s ease;
  border: 2px solid transparent;
}
.swal_confirm,
.swal_cancel {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  height: 48px;
  box-shadow: none !important;
}
.swal_confirm *,
.swal_cancel * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swal_confirm *:hover,
.swal_cancel *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swal_cancel {
  color: #0061D9 !important;
  background-color: #FFF !important;
  border: 2px solid #A5C4EA !important;
}
.swal_confirm {
  background-color: #0061D9 !important;
  border: 2px solid #0061D9 !important;
}
.swal2-content .text-region {
  font-size: 14px;
  line-height: 0;
  position: relative;
  top: 5px;
}
.container {
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.fluid-header {
  width: 100%;
  background-color: #020B22;
}
.fluid-header * {
  color: #FFFFFF;
}
.fluid-header nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 113px;
}
.fluid-header nav * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header nav *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header nav .geo_position {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
.fluid-header nav .geo_position .icon_map {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header nav .geo_position .icon_map:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  width: 20px;
  height: 18px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon_map.svg");
  display: inline-block;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 3px;
  left: -3px;
}
.fluid-header nav .geo_position:hover .dashed {
  color: #0061D9;
}
.fluid-header nav .geo_position .dashed {
  display: inherit;
  border-bottom: 1px dashed;
}
.fluid-header nav .geo_position:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061D9;
}
.fluid-header nav .geo_position:hover .icon_map:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon_map_hover.svg");
}
.fluid-header nav .man_icon {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/man_icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #020B22;
  position: relative;
  top: 5px;
  right: 6px;
}
.fluid-header nav .logout a:hover span {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/logout_hover.svg") !important;
}
.fluid-header nav .logout a span {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/logout.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: #020B22;
  position: relative;
  top: 5px;
  right: 6px;
}
.fluid-header nav ul {
  font-size: 15px;
  width: calc(100% - 178px);
  float: right;
  line-height: 110px;
  text-align: center;
  color: #FFFFFF;
}
.fluid-header nav ul li {
  list-style-type: none;
  padding: 0 15px;
  white-space: nowrap;
  float: right;
}
.fluid-header nav ul li:first-child {
  padding-right: 0;
}
.fluid-header nav ul li:first-child a {
  padding: 30px 0 30px 25px;
}
.fluid-header nav ul li:last-child {
  float: left;
}
.fluid-header nav ul li:last-child a {
  outline: none;
}
.fluid-header nav ul li a {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  margin: 0;
}
.fluid-header nav ul li a:hover {
  color: #0061D9;
}
.fluid-header nav ul li a:hover:not(.geo_position) span {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/man_icon_hover.svg");
}
.fluid-header nav ul.mobile-nav {
  background: #020B22;
  position: absolute;
  top: 112px;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease-out;
  z-index: 2;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.fluid-header nav ul.mobile-nav.show {
  left: 0;
  opacity: 1;
}
.fluid-header nav ul.mobile-nav.hide {
  opacity: 0;
  left: -100%;
  display: none;
}
.fluid-header nav ul.mobile-nav li {
  padding-left: 0;
  line-height: 80px;
}
.fluid-header nav ul.mobile-nav li:first-child {
  border-top: 1px solid rgba(125, 135, 162, 0.4);
  border-bottom: 1px solid rgba(125, 135, 162, 0.4);
}
.fluid-header nav ul.mobile-nav li a.geo_position {
  white-space: normal;
  display: inline-block;
  line-height: 20px;
}
.fluid-header nav .current-menu-item a {
  text-decoration: underline;
}
.fluid-header #header-carousel-items:hover .owl-nav .owl-prev {
  opacity: 1;
}
.fluid-header #header-carousel-items:hover .owl-nav .owl-next {
  opacity: 1;
}
.fluid-header #header-carousel-items:hover .owl-dots {
  opacity: 1;
  position: absolute;
  bottom: 32px;
}
.fluid-header #header-carousel-items .carousel-item {
  list-style-type: none;
}
.fluid-header #header-carousel-items .carousel-item .slider {
  height: 500px;
}
.fluid-header #header-carousel-items .carousel-item .slider.have-bg-hexagons {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/background_slider.svg");
  background-size: 560px 524px;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: -1;
}
.fluid-header #header-carousel-items .carousel-item .slider h1 {
  width: 510px;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.fluid-header #header-carousel-items .carousel-item .slider > div {
  width: 50%;
}
.fluid-header #header-carousel-items .owl-stage-outer {
  width: 100%;
}
.fluid-header #header-carousel-items .owl-dots {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
}
.fluid-header #header-carousel-items .owl-dots * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header #header-carousel-items .owl-dots *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header #header-carousel-items .owl-dots .owl-dot {
  outline: none;
  width: 18px;
  height: 18px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin: 4px 8px;
  padding: 8px !important;
}
.fluid-header #header-carousel-items .owl-dots .owl-dot:hover {
  background: radial-gradient(#020b22 30%, #ffffff 30%);
  border: 2px solid transparent;
}
.fluid-header #header-carousel-items .owl-dots .owl-dot.active {
  background: radial-gradient(#FFFFFF 30%, transparent 10%);
}
.fluid-header #header-carousel-items .owl-dots .owl-dot.active:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: radial-gradient(#FFFFFF 50%, transparent 53%);
}
.fluid-header #header-carousel-items .owl-nav {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header #header-carousel-items .owl-nav * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header #header-carousel-items .owl-nav *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-header #header-carousel-items .owl-nav .owl-prev,
.fluid-header #header-carousel-items .owl-nav .owl-next {
  opacity: 0;
  position: absolute;
  margin-top: -250px;
  outline: none;
  width: 40px;
  height: 40px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/slider-next.svg");
  background-repeat: no-repeat;
}
.fluid-header #header-carousel-items .owl-nav .owl-prev:hover,
.fluid-header #header-carousel-items .owl-nav .owl-next:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/slider-next-hover.svg");
}
.fluid-header #header-carousel-items .owl-nav .owl-prev span,
.fluid-header #header-carousel-items .owl-nav .owl-next span {
  display: none;
}
.fluid-header #header-carousel-items .owl-nav .owl-prev {
  left: 0;
  margin-left: -70px;
  transform: scale(-1, 1);
}
.fluid-header #header-carousel-items .owl-nav .owl-next {
  right: 0;
  margin-right: -70px;
}
.fluid-header #header-carousel-items .left_half {
  float: left;
}
.fluid-header #header-carousel-items .left_half p {
  margin: 30px 0;
  display: block;
}
.fluid-header #header-carousel-items .left_half ul {
  list-style: none;
}
.fluid-header #header-carousel-items .left_half ul li {
  margin: 14px 0;
}
.fluid-header #header-carousel-items .left_half ul li:before {
  content: "—";
  position: relative;
  left: -5px;
}
.fluid-header #header-carousel-items .left_half ul li a {
  border-bottom: 1px solid;
}
.fluid-header #header-carousel-items .left_half ul li a:hover {
  border-bottom: none;
}
.fluid-header #header-carousel-items .left_half #button_slider {
  width: 198px;
  margin-top: 26px;
  margin-left: 4px;
}
.fluid-header #header-carousel-items .right_half {
  float: right;
  display: flex;
  justify-content: center;
}
.fluid-header #header-carousel-items .right_half.have-img-0 img {
  top: 30px;
  position: relative;
  height: 100%;
  width: auto;
  max-width: 479px;
  max-height: 468px;
}
.fluid-header #header-carousel-items .right_half.have-img-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.fluid-header #header-carousel-items .right_half.have-img-1 img {
  max-width: 465px;
  margin-bottom: 70px;
}
.fluid-uin {
  width: 100%;
}
.fluid-uin #search_uin {
  height: 100px;
  font-size: 24px;
  line-height: 28px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.fluid-uin #search_uin label#uin_label {
  line-height: 100px;
  display: inline-block;
  white-space: nowrap;
  color: #232323;
}
.fluid-uin #search_uin label#uin_label #question {
  width: 30px;
  height: 30px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/question.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -5px;
  margin-right: 5px;
  cursor: pointer;
}
.fluid-uin #search_uin .view_question {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-uin #search_uin .view_question.y_view_this {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.1), 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  z-index: 1;
  max-width: 1140px;
  margin: 170px auto 0 -35px;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item {
  width: calc(50% - 30px);;
  float: left;
  padding: 15px;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: absolute;
  top: -30px;
  left: 30px;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item h3 {
  margin: -10px 0 20px 0;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item p {
  font-size: 13px;
  line-height: 23px;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item ul li {
  font-size: 13px;
  line-height: 23px;
  list-style-type: none;
}
.fluid-uin #search_uin .view_question.y_view_this .question_flex_item ul li .eye_link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061D9;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/eye_link.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 26px;
}
.fluid-uin #search_uin #uin_label_input {
  width: 100%;
  margin-left: 10px;
  min-width: 220px;
}
.fluid-uin #search_uin #search_uin_button {
  margin-left: 12px;
  height: 48px;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner {
  width: 64px;
  height: 64px;
  transform: scale(0.5);
  margin: -24px 36.85px 0 36.85px;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.fluid-uin #search_uin #search_uin_button .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@-moz-document url-prefix() {
  .fluid-uin .y_view_this {
    margin: 340px auto 0 -35px;
    margin-top: 340px;
  }
}
@supports (-ms-ime-align:auto) {
  .fluid-uin .y_view_this {
    margin: 340px auto 0 -35px;
  }
}
.fluid-main {
  background: #F4F7FB;
  padding: 60px 0;
}
.fluid-main.index .info_main,
.fluid-main.pay-services .info_main {
  display: inline-block;
  margin-bottom: 20px;
}
.fluid-main.index .info_main .title_main,
.fluid-main.pay-services .info_main .title_main {
  font-size: 24px;
  line-height: 28px;
  color: #232323;
}
.fluid-main.index .info_main .text_position,
.fluid-main.pay-services .info_main .text_position {
  margin-top: 20px;
}
.fluid-main.index .info_main .text_position a,
.fluid-main.pay-services .info_main .text_position a {
  border-bottom: 1px dotted black;
  color: #0061D9;
}
.fluid-main.index .info_main .text_position a:hover,
.fluid-main.pay-services .info_main .text_position a:hover {
  border-bottom: none;
}
.fluid-main.index .select_category,
.fluid-main.pay-services .select_category {
  float: right;
  margin: 20px 0 30px 20px;
  width: 384px;
}
.fluid-main.index div.items,
.fluid-main.pay-services div.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.fluid-main.index div.items a.item,
.fluid-main.pay-services div.items a.item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex: 0 0 32%;
  margin-bottom: 26px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 40px 50px;
  background-size: 45px;
  border-radius: 3px;
  height: 247px;
  width: 100%;
  animation: move-highlight 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@keyframes move-highlight {
  50% {
    background-position: center 50px;
    box-shadow: 0 10px 25px #76767A;
    border-radius: 5px;
  }
}
.fluid-main.index div.items a.item h5,
.fluid-main.pay-services div.items a.item h5 {
  font-size: 18px;
  margin-left: 40px;
  margin-top: 125px;
  margin-right: 25px;
  color: #232323;
}
.fluid-main.index div.items a.item p,
.fluid-main.pay-services div.items a.item p {
  font-size: 14px;
  line-height: 150%;
  color: #76767A;
  padding: 10px 40px 40px 40px;
}
.fluid-main.index div.items .item:hover,
.fluid-main.pay-services div.items .item:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(3, 17, 120, 0.12);
}
.fluid-main.index div.items .semya-i-deti,
.fluid-main.pay-services div.items .semya-i-deti {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/semya-i-deti.svg");
}
.fluid-main.index div.items .pasporta-registratsiya-vizy,
.fluid-main.pay-services div.items .pasporta-registratsiya-vizy {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/pasporta-registratsiya-vizy.svg");
}
.fluid-main.index div.items .sports-car,
.fluid-main.pay-services div.items .sports-car {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/sports-car.svg");
}
.fluid-main.index div.items .education,
.fluid-main.pay-services div.items .education {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/education.svg");
}
.fluid-main.index div.items .nalogi-i-finansy,
.fluid-main.pay-services div.items .nalogi-i-finansy {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/education.svg");
}
.fluid-main.index div.items .moye-zdorovye,
.fluid-main.pay-services div.items .moye-zdorovye {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/moye-zdorovye.svg");
}
.fluid-main.index div.items .pensiya-posobiya-i-lgoty,
.fluid-main.pay-services div.items .pensiya-posobiya-i-lgoty {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/moye-zdorovye.svg");
}
.fluid-main.index div.items .litsenzii-spravki-akkreditatsii,
.fluid-main.pay-services div.items .litsenzii-spravki-akkreditatsii {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/litsenzii-spravki-akkreditatsii.svg");
}
.fluid-main.index div.items .kvartira-stroitelstvo-i-zemlya,
.fluid-main.pay-services div.items .kvartira-stroitelstvo-i-zemlya {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/kvartira-stroitelstvo-i-zemlya.svg");
}
.fluid-main.index div.items .bezopasnost-i-pravoporyadok,
.fluid-main.pay-services div.items .bezopasnost-i-pravoporyadok {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/bezopasnost-i-pravoporyadok.svg");
}
.fluid-main.index div.items .rabota-i-zanyatost,
.fluid-main.pay-services div.items .rabota-i-zanyatost {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/rabota-i-zanyatost.svg");
}
.fluid-main.index div.items .kultura-dosug-sport,
.fluid-main.pay-services div.items .kultura-dosug-sport {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/kultura-dosug-sport.svg");
}
.fluid-main.index div.items .biznes-predprinimatelstvo-nko,
.fluid-main.pay-services div.items .biznes-predprinimatelstvo-nko {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/biznes-predprinimatelstvo-nko.svg");
}
.fluid-main.index div.items .proizvodstvo-i-torgovlya,
.fluid-main.pay-services div.items .proizvodstvo-i-torgovlya {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/proizvodstvo-i-torgovlya.svg");
}
.fluid-main.index div.items .informatsiya-svyaz-i-reklama,
.fluid-main.pay-services div.items .informatsiya-svyaz-i-reklama {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/informatsiya-svyaz-i-reklama.svg");
}
.fluid-main.index div.items .prirodopolzovaniye-i-ekologiya,
.fluid-main.pay-services div.items .prirodopolzovaniye-i-ekologiya {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/services_icons/prirodopolzovaniye-i-ekologiya.svg");
}
.fluid-main.index .view_more,
.fluid-main.pay-services .view_more {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.fluid-main.services {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.services * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.services *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.services .not-found {
  min-height: 400px;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-not-found.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 100%;
}
.fluid-main.services .not-found h6 {
  font-size: 50px;
  text-align: center;
  color: #dae2ec;
}
.fluid-main.services h1 {
  display: inline-block;
}
.fluid-main.services .JQAjaxAllCodeNameServices {
  float: right;
}
.fluid-main.services #JQAjaxGetServicesInCategory {
  clear: both;
}
.fluid-main.services p {
  text-indent: 20px;
  font-size: 18px;
  text-align: justify;
  line-height: 23px;
}
.fluid-main.services p:hover a {
  color: #0061D9;
  border-bottom: 1px solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fluid-main.services p:hover:before {
  background: url("/local/templates/gospay-theme-v2/assets/images/icon-right-arrow-hover.svg") no-repeat left center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.services p a.a-lot-of-symbols:after {
  content: '...';
}
.fluid-main.services p:before {
  content: '';
  background: url("/local/templates/gospay-theme-v2/assets/images/icon-right-arrow.svg") no-repeat left center;
  background-size: 18px;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.services p a {
  padding: 3px 3px 5px 3px;
  margin: 3px 3px 5px 3px;
}
.fluid-main.services span {
  font-size: inherit;
}
.fluid-main.servicesregion {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.servicesregion * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.servicesregion *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.servicesregion h1 {
  text-align: center;
}
.fluid-main.servicesregion .info-box {
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
  margin-bottom: 40px;
}
.fluid-main.servicesregion .info-box:hover {
  box-shadow: 0 10px 25px rgba(3, 17, 120, 0.12);
}
.fluid-main.servicesregion .info-box .service__region a h3 {
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  display: inline-block;
  font-size: 20px;
}
.fluid-main.servicesregion .info-box .service__region a h3:hover {
  text-decoration: underline;
  color: #0061D9;
}
.fluid-main.servicesregion .info-box .service__list {
  margin-left: 40px;
  margin-top: 20px;
}
.fluid-main.servicesregion .info-box .service__list p {
  display: list-item;
}
.fluid-main.servicesregion .info-box .service__list p:hover {
  text-decoration: underline;
  color: #0061D9;
}
.fluid-main.servicesregion .info-box .service__list p:hover a {
  text-decoration: underline;
  color: #0061D9;
}
.fluid-main.servicesregion .info-box .click-toggle {
  text-align: left;
  margin: 20px;
  cursor: pointer;
  display: list-item;
}
.fluid-main.servicesregion .info-box .info-box {
  display: none;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.fluid-main.servicesregion .info-box .info-box h3 {
  text-align: center;
}
.fluid-main.servicesregion .info-box .info-box p {
  display: list-item;
  list-style-type: decimal;
  margin-left: 10px;
  margin-right: -20px;
  text-align: justify;
}
.fluid-main.paypay_form,
.fluid-main.paypay_form2,
.fluid-main.paypay_uin,
.fluid-main.payfree,
.fluid-main.payment,
.fluid-main.paytest {
  padding: 20px 0;
  /*
		input {
			width: 100%;
			max-width: 50%;
		}
		.select2 {
			width: 100% !important;
			max-width: 50%;
		}


		[class^="col-"] .form-group {
			display: flex;
			justify-content: space-between;
			margin: 10px 0;
			align-items: center;
		}
*/
}
.fluid-main.paypay_form .animal__list td,
.fluid-main.paypay_form2 .animal__list td,
.fluid-main.paypay_uin .animal__list td,
.fluid-main.payfree .animal__list td,
.fluid-main.payment .animal__list td,
.fluid-main.paytest .animal__list td {
  top: auto !important;
  left: auto !important;
  text-indent: 0 !important;
  background: #f2f8fc;
  border-radius: 4px;
  border: 1px solid #e6ebec;
  border-bottom: none;
  padding: 20px 40px;
}
.fluid-main.paypay_form .animal__list td div,
.fluid-main.paypay_form2 .animal__list td div,
.fluid-main.paypay_uin .animal__list td div,
.fluid-main.payfree .animal__list td div,
.fluid-main.payment .animal__list td div,
.fluid-main.paytest .animal__list td div {
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #e6ebec;
}
.fluid-main.paypay_form .animal__list td div span,
.fluid-main.paypay_form2 .animal__list td div span,
.fluid-main.paypay_uin .animal__list td div span,
.fluid-main.payfree .animal__list td div span,
.fluid-main.payment .animal__list td div span,
.fluid-main.paytest .animal__list td div span {
  font-size: inherit;
  line-height: inherit;
}
.fluid-main.paypay_form .animal__list td div span.price,
.fluid-main.paypay_form2 .animal__list td div span.price,
.fluid-main.paypay_uin .animal__list td div span.price,
.fluid-main.payfree .animal__list td div span.price,
.fluid-main.payment .animal__list td div span.price,
.fluid-main.paytest .animal__list td div span.price {
  font-weight: bold;
  margin: 5px 10px;
}
.fluid-main.paypay_form .animal__list td div input.animal_count,
.fluid-main.paypay_form2 .animal__list td div input.animal_count,
.fluid-main.paypay_uin .animal__list td div input.animal_count,
.fluid-main.payfree .animal__list td div input.animal_count,
.fluid-main.payment .animal__list td div input.animal_count,
.fluid-main.paytest .animal__list td div input.animal_count {
  width: 80px;
  min-width: auto;
}
.fluid-main.paypay_form .pay-only-uin,
.fluid-main.paypay_form2 .pay-only-uin,
.fluid-main.paypay_uin .pay-only-uin,
.fluid-main.payfree .pay-only-uin,
.fluid-main.payment .pay-only-uin,
.fluid-main.paytest .pay-only-uin {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 60px 0;
  border-radius: 6px;
  background-color: #f9f9f9;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.paypay_form .pay-only-uin *,
.fluid-main.paypay_form2 .pay-only-uin *,
.fluid-main.paypay_uin .pay-only-uin *,
.fluid-main.payfree .pay-only-uin *,
.fluid-main.payment .pay-only-uin *,
.fluid-main.paytest .pay-only-uin * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.paypay_form .pay-only-uin *:hover,
.fluid-main.paypay_form2 .pay-only-uin *:hover,
.fluid-main.paypay_uin .pay-only-uin *:hover,
.fluid-main.payfree .pay-only-uin *:hover,
.fluid-main.payment .pay-only-uin *:hover,
.fluid-main.paytest .pay-only-uin *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.paypay_form .pay-only-uin:hover,
.fluid-main.paypay_form2 .pay-only-uin:hover,
.fluid-main.paypay_uin .pay-only-uin:hover,
.fluid-main.payfree .pay-only-uin:hover,
.fluid-main.payment .pay-only-uin:hover,
.fluid-main.paytest .pay-only-uin:hover {
  box-shadow: 0 10px 25px rgba(3, 17, 120, 0.12);
}
.fluid-main.paypay_form .pay-only-uin h4,
.fluid-main.paypay_form2 .pay-only-uin h4,
.fluid-main.paypay_uin .pay-only-uin h4,
.fluid-main.payfree .pay-only-uin h4,
.fluid-main.payment .pay-only-uin h4,
.fluid-main.paytest .pay-only-uin h4 {
  font-size: 24px;
  padding: 20px 0;
}
.fluid-main.paypay_form #requisites__table table,
.fluid-main.paypay_form2 #requisites__table table,
.fluid-main.paypay_uin #requisites__table table,
.fluid-main.payfree #requisites__table table,
.fluid-main.payment #requisites__table table,
.fluid-main.paytest #requisites__table table {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.paypay_form #requisites__table table *,
.fluid-main.paypay_form2 #requisites__table table *,
.fluid-main.paypay_uin #requisites__table table *,
.fluid-main.payfree #requisites__table table *,
.fluid-main.payment #requisites__table table *,
.fluid-main.paytest #requisites__table table * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.paypay_form #requisites__table table *:hover,
.fluid-main.paypay_form2 #requisites__table table *:hover,
.fluid-main.paypay_uin #requisites__table table *:hover,
.fluid-main.payfree #requisites__table table *:hover,
.fluid-main.payment #requisites__table table *:hover,
.fluid-main.paytest #requisites__table table *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.paypay_form #requisites__table table:hover,
.fluid-main.paypay_form2 #requisites__table table:hover,
.fluid-main.paypay_uin #requisites__table table:hover,
.fluid-main.payfree #requisites__table table:hover,
.fluid-main.payment #requisites__table table:hover,
.fluid-main.paytest #requisites__table table:hover {
  box-shadow: 0 10px 25px rgba(15, 25, 99, 0.3);
}
.fluid-main.paypay_form #requisites__table table tr:hover,
.fluid-main.paypay_form2 #requisites__table table tr:hover,
.fluid-main.paypay_uin #requisites__table table tr:hover,
.fluid-main.payfree #requisites__table table tr:hover,
.fluid-main.payment #requisites__table table tr:hover,
.fluid-main.paytest #requisites__table table tr:hover {
  background-color: #E6EEF7;
}
.fluid-main.paypay_form #requisites__table table tr th,
.fluid-main.paypay_form2 #requisites__table table tr th,
.fluid-main.paypay_uin #requisites__table table tr th,
.fluid-main.payfree #requisites__table table tr th,
.fluid-main.payment #requisites__table table tr th,
.fluid-main.paytest #requisites__table table tr th,
.fluid-main.paypay_form #requisites__table table tr td,
.fluid-main.paypay_form2 #requisites__table table tr td,
.fluid-main.paypay_uin #requisites__table table tr td,
.fluid-main.payfree #requisites__table table tr td,
.fluid-main.payment #requisites__table table tr td,
.fluid-main.paytest #requisites__table table tr td {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E6EEF7;
}
.fluid-main.paypay_form #requisites__table table tr th:first-child,
.fluid-main.paypay_form2 #requisites__table table tr th:first-child,
.fluid-main.paypay_uin #requisites__table table tr th:first-child,
.fluid-main.payfree #requisites__table table tr th:first-child,
.fluid-main.payment #requisites__table table tr th:first-child,
.fluid-main.paytest #requisites__table table tr th:first-child,
.fluid-main.paypay_form #requisites__table table tr td:first-child,
.fluid-main.paypay_form2 #requisites__table table tr td:first-child,
.fluid-main.paypay_uin #requisites__table table tr td:first-child,
.fluid-main.payfree #requisites__table table tr td:first-child,
.fluid-main.payment #requisites__table table tr td:first-child,
.fluid-main.paytest #requisites__table table tr td:first-child {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.fluid-main.paypay_form #requisites__table table tr th:last-child,
.fluid-main.paypay_form2 #requisites__table table tr th:last-child,
.fluid-main.paypay_uin #requisites__table table tr th:last-child,
.fluid-main.payfree #requisites__table table tr th:last-child,
.fluid-main.payment #requisites__table table tr th:last-child,
.fluid-main.paytest #requisites__table table tr th:last-child,
.fluid-main.paypay_form #requisites__table table tr td:last-child,
.fluid-main.paypay_form2 #requisites__table table tr td:last-child,
.fluid-main.paypay_uin #requisites__table table tr td:last-child,
.fluid-main.payfree #requisites__table table tr td:last-child,
.fluid-main.payment #requisites__table table tr td:last-child,
.fluid-main.paytest #requisites__table table tr td:last-child {
  border-bottom: 1px solid transparent;
}
.fluid-main.paypay_form #requisites__table table tr th:not(:hover),
.fluid-main.paypay_form2 #requisites__table table tr th:not(:hover),
.fluid-main.paypay_uin #requisites__table table tr th:not(:hover),
.fluid-main.payfree #requisites__table table tr th:not(:hover),
.fluid-main.payment #requisites__table table tr th:not(:hover),
.fluid-main.paytest #requisites__table table tr th:not(:hover),
.fluid-main.paypay_form #requisites__table table tr td:not(:hover),
.fluid-main.paypay_form2 #requisites__table table tr td:not(:hover),
.fluid-main.paypay_uin #requisites__table table tr td:not(:hover),
.fluid-main.payfree #requisites__table table tr td:not(:hover),
.fluid-main.payment #requisites__table table tr td:not(:hover),
.fluid-main.paytest #requisites__table table tr td:not(:hover) {
  border-bottom: 1px solid #E6EEF7;
}
.fluid-main.paypay_form #requisites__table table tr th:hover,
.fluid-main.paypay_form2 #requisites__table table tr th:hover,
.fluid-main.paypay_uin #requisites__table table tr th:hover,
.fluid-main.payfree #requisites__table table tr th:hover,
.fluid-main.payment #requisites__table table tr th:hover,
.fluid-main.paytest #requisites__table table tr th:hover,
.fluid-main.paypay_form #requisites__table table tr td:hover,
.fluid-main.paypay_form2 #requisites__table table tr td:hover,
.fluid-main.paypay_uin #requisites__table table tr td:hover,
.fluid-main.payfree #requisites__table table tr td:hover,
.fluid-main.payment #requisites__table table tr td:hover,
.fluid-main.paytest #requisites__table table tr td:hover {
  background-color: #0061D9;
  color: #fff;
}
.fluid-main.paypay_form #requisites__table table tr th:hover div,
.fluid-main.paypay_form2 #requisites__table table tr th:hover div,
.fluid-main.paypay_uin #requisites__table table tr th:hover div,
.fluid-main.payfree #requisites__table table tr th:hover div,
.fluid-main.payment #requisites__table table tr th:hover div,
.fluid-main.paytest #requisites__table table tr th:hover div,
.fluid-main.paypay_form #requisites__table table tr td:hover div,
.fluid-main.paypay_form2 #requisites__table table tr td:hover div,
.fluid-main.paypay_uin #requisites__table table tr td:hover div,
.fluid-main.payfree #requisites__table table tr td:hover div,
.fluid-main.payment #requisites__table table tr td:hover div,
.fluid-main.paytest #requisites__table table tr td:hover div {
  color: #fff;
}
.fluid-main.paypay_form h1,
.fluid-main.paypay_form2 h1,
.fluid-main.paypay_uin h1,
.fluid-main.payfree h1,
.fluid-main.payment h1,
.fluid-main.paytest h1 {
  margin: 10px 0 10px 0;
  font-size: 24px;
  text-align: center;
  line-height: normal;
}
.fluid-main.paypay_form h1.a-lot-of-symbols:after,
.fluid-main.paypay_form2 h1.a-lot-of-symbols:after,
.fluid-main.paypay_uin h1.a-lot-of-symbols:after,
.fluid-main.payfree h1.a-lot-of-symbols:after,
.fluid-main.payment h1.a-lot-of-symbols:after,
.fluid-main.paytest h1.a-lot-of-symbols:after {
  content: '...';
}
.fluid-main.paypay_form label span,
.fluid-main.paypay_form2 label span,
.fluid-main.paypay_uin label span,
.fluid-main.payfree label span,
.fluid-main.payment label span,
.fluid-main.paytest label span {
  display: inline-block;
}
.fluid-main.paypay_form .unique-raion-logo,
.fluid-main.paypay_form2 .unique-raion-logo,
.fluid-main.paypay_uin .unique-raion-logo,
.fluid-main.payfree .unique-raion-logo,
.fluid-main.payment .unique-raion-logo,
.fluid-main.paytest .unique-raion-logo {
  /*
			.transition;
			&:hover {
				.transition;
				border: 1px solid #eceff3;
				box-shadow: 0 10px 25px rgba(3, 17, 120, 0.12);
				background: #f9f9f9;
			}
			*/
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  border: 1px solid transparent;
}
.fluid-main.paypay_form .unique-raion-logo img,
.fluid-main.paypay_form2 .unique-raion-logo img,
.fluid-main.paypay_uin .unique-raion-logo img,
.fluid-main.payfree .unique-raion-logo img,
.fluid-main.payment .unique-raion-logo img,
.fluid-main.paytest .unique-raion-logo img {
  width: 150px;
  margin-right: 30px;
}
.fluid-main.paypay_form .unique-raion-logo div,
.fluid-main.paypay_form2 .unique-raion-logo div,
.fluid-main.paypay_uin .unique-raion-logo div,
.fluid-main.payfree .unique-raion-logo div,
.fluid-main.payment .unique-raion-logo div,
.fluid-main.paytest .unique-raion-logo div {
  position: relative;
  top: 20px;
}
.fluid-main.paypay_form .unique-raion-logo div h3,
.fluid-main.paypay_form2 .unique-raion-logo div h3,
.fluid-main.paypay_uin .unique-raion-logo div h3,
.fluid-main.payfree .unique-raion-logo div h3,
.fluid-main.payment .unique-raion-logo div h3,
.fluid-main.paytest .unique-raion-logo div h3 {
  font-size: 24px;
  line-height: 1.45;
  font-weight: bold;
}
.fluid-main.paypay_form .unique-raion-logo div p,
.fluid-main.paypay_form2 .unique-raion-logo div p,
.fluid-main.paypay_uin .unique-raion-logo div p,
.fluid-main.payfree .unique-raion-logo div p,
.fluid-main.payment .unique-raion-logo div p,
.fluid-main.paytest .unique-raion-logo div p {
  color: #76767A;
}
.fluid-main.paypay_form #payForm,
.fluid-main.paypay_form2 #payForm,
.fluid-main.paypay_uin #payForm,
.fluid-main.payfree #payForm,
.fluid-main.payment #payForm,
.fluid-main.paytest #payForm {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.paypay_form #payForm:hover,
.fluid-main.paypay_form2 #payForm:hover,
.fluid-main.paypay_uin #payForm:hover,
.fluid-main.payfree #payForm:hover,
.fluid-main.payment #payForm:hover,
.fluid-main.paytest #payForm:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(3, 17, 120, 0.12);
}
.fluid-main.paypay_form .error,
.fluid-main.paypay_form2 .error,
.fluid-main.paypay_uin .error,
.fluid-main.payfree .error,
.fluid-main.payment .error,
.fluid-main.paytest .error {
  border: 2px solid red !important;
}
.fluid-main.paypay_form .white-space-nowrap,
.fluid-main.paypay_form2 .white-space-nowrap,
.fluid-main.paypay_uin .white-space-nowrap,
.fluid-main.payfree .white-space-nowrap,
.fluid-main.payment .white-space-nowrap,
.fluid-main.paytest .white-space-nowrap {
  white-space: nowrap;
}
.fluid-main.paypay_form #FEE,
.fluid-main.paypay_form2 #FEE,
.fluid-main.paypay_uin #FEE,
.fluid-main.payfree #FEE,
.fluid-main.payment #FEE,
.fluid-main.paytest #FEE,
.fluid-main.paypay_form #AMOUNT,
.fluid-main.paypay_form2 #AMOUNT,
.fluid-main.paypay_uin #AMOUNT,
.fluid-main.payfree #AMOUNT,
.fluid-main.payment #AMOUNT,
.fluid-main.paytest #AMOUNT,
.fluid-main.paypay_form #email,
.fluid-main.paypay_form2 #email,
.fluid-main.paypay_uin #email,
.fluid-main.payfree #email,
.fluid-main.payment #email,
.fluid-main.paytest #email {
  min-width: 100px;
}
.fluid-main.paypay_form #FEE,
.fluid-main.paypay_form2 #FEE,
.fluid-main.paypay_uin #FEE,
.fluid-main.payfree #FEE,
.fluid-main.payment #FEE,
.fluid-main.paytest #FEE {
  width: 40px;
  text-align: center;
  margin-right: 5px;
}
.fluid-main.paypay_form #AMOUNT,
.fluid-main.paypay_form2 #AMOUNT,
.fluid-main.paypay_uin #AMOUNT,
.fluid-main.payfree #AMOUNT,
.fluid-main.payment #AMOUNT,
.fluid-main.paytest #AMOUNT {
  width: 175px;
  margin-right: 5px;
}
.fluid-main.paypay_form #email,
.fluid-main.paypay_form2 #email,
.fluid-main.paypay_uin #email,
.fluid-main.payfree #email,
.fluid-main.payment #email,
.fluid-main.paytest #email {
  width: calc(100% - 100px - 175px - 10px - 8px);
}
.fluid-main.paypay_form table,
.fluid-main.paypay_form2 table,
.fluid-main.paypay_uin table,
.fluid-main.payfree table,
.fluid-main.payment table,
.fluid-main.paytest table {
  width: 100%;
  overflow: hidden;
}
.fluid-main.paypay_form table .have-title-h1,
.fluid-main.paypay_form2 table .have-title-h1,
.fluid-main.paypay_uin table .have-title-h1,
.fluid-main.payfree table .have-title-h1,
.fluid-main.payment table .have-title-h1,
.fluid-main.paytest table .have-title-h1 {
  border-bottom: none !important;
}
.fluid-main.paypay_form table #INN_P022,
.fluid-main.paypay_form2 table #INN_P022,
.fluid-main.paypay_uin table #INN_P022,
.fluid-main.payfree table #INN_P022,
.fluid-main.payment table #INN_P022,
.fluid-main.paytest table #INN_P022 {
  width: calc(100% - 214px);
  min-width: auto;
}
.fluid-main.paypay_form table #uin-btn,
.fluid-main.paypay_form2 table #uin-btn,
.fluid-main.paypay_uin table #uin-btn,
.fluid-main.payfree table #uin-btn,
.fluid-main.payment table #uin-btn,
.fluid-main.paytest table #uin-btn {
  width: 205px;
  float: right;
  text-align: right;
}
.fluid-main.paypay_form table #uin-btn #findUIN,
.fluid-main.paypay_form2 table #uin-btn #findUIN,
.fluid-main.paypay_uin table #uin-btn #findUIN,
.fluid-main.payfree table #uin-btn #findUIN,
.fluid-main.payment table #uin-btn #findUIN,
.fluid-main.paytest table #uin-btn #findUIN {
  width: 100%;
}
.fluid-main.paypay_form table tr td,
.fluid-main.paypay_form2 table tr td,
.fluid-main.paypay_uin table tr td,
.fluid-main.payfree table tr td,
.fluid-main.payment table tr td,
.fluid-main.paytest table tr td {
  max-width: 390px;
  padding: 5px 3px 5px 0;
}
.fluid-main.paypay_form table tr td:first-child,
.fluid-main.paypay_form2 table tr td:first-child,
.fluid-main.paypay_uin table tr td:first-child,
.fluid-main.payfree table tr td:first-child,
.fluid-main.payment table tr td:first-child,
.fluid-main.paytest table tr td:first-child {
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  top: -5px;
  padding-right: 0;
  left: -20px;
  text-indent: 10px;
}
.fluid-main.paypay_form table tr td:first-child label span,
.fluid-main.paypay_form2 table tr td:first-child label span,
.fluid-main.paypay_uin table tr td:first-child label span,
.fluid-main.payfree table tr td:first-child label span,
.fluid-main.payment table tr td:first-child label span,
.fluid-main.paytest table tr td:first-child label span {
  display: inline-block;
  font-size: 24px;
  color: red;
  text-indent: 0;
  font-family: Arial Black, sans-serif;
}
.fluid-main.paypay_form table tr td:nth-child(2n) input,
.fluid-main.paypay_form2 table tr td:nth-child(2n) input,
.fluid-main.paypay_uin table tr td:nth-child(2n) input,
.fluid-main.payfree table tr td:nth-child(2n) input,
.fluid-main.payment table tr td:nth-child(2n) input,
.fluid-main.paytest table tr td:nth-child(2n) input {
  width: 100%;
}
.fluid-main.paypay_form table tr td:nth-child(2n) .select2.select2-container,
.fluid-main.paypay_form2 table tr td:nth-child(2n) .select2.select2-container,
.fluid-main.paypay_uin table tr td:nth-child(2n) .select2.select2-container,
.fluid-main.payfree table tr td:nth-child(2n) .select2.select2-container,
.fluid-main.payment table tr td:nth-child(2n) .select2.select2-container,
.fluid-main.paytest table tr td:nth-child(2n) .select2.select2-container {
  width: 100% !important;
}
.fluid-main.paypay_form .fieldset_elements .only-one-element,
.fluid-main.paypay_form2 .fieldset_elements .only-one-element,
.fluid-main.paypay_uin .fieldset_elements .only-one-element,
.fluid-main.payfree .fieldset_elements .only-one-element,
.fluid-main.payment .fieldset_elements .only-one-element,
.fluid-main.paytest .fieldset_elements .only-one-element {
  max-width: 100%;
}
.fluid-main.paypay_form fieldset:hover a,
.fluid-main.paypay_form2 fieldset:hover a,
.fluid-main.paypay_uin fieldset:hover a,
.fluid-main.payfree fieldset:hover a,
.fluid-main.payment fieldset:hover a,
.fluid-main.paytest fieldset:hover a {
  text-decoration: none;
}
.fluid-main.paypay_form fieldset a,
.fluid-main.paypay_form2 fieldset a,
.fluid-main.paypay_uin fieldset a,
.fluid-main.payfree fieldset a,
.fluid-main.payment fieldset a,
.fluid-main.paytest fieldset a {
  text-decoration: underline;
}
.fluid-main.paypay_form .buttons-accept-reset,
.fluid-main.paypay_form2 .buttons-accept-reset,
.fluid-main.paypay_uin .buttons-accept-reset,
.fluid-main.payfree .buttons-accept-reset,
.fluid-main.payment .buttons-accept-reset,
.fluid-main.paytest .buttons-accept-reset {
  display: flex;
  justify-content: space-between;
}
.fluid-main.paypay_form .buttons-accept-reset button,
.fluid-main.paypay_form2 .buttons-accept-reset button,
.fluid-main.paypay_uin .buttons-accept-reset button,
.fluid-main.payfree .buttons-accept-reset button,
.fluid-main.payment .buttons-accept-reset button,
.fluid-main.paytest .buttons-accept-reset button {
  margin: 5px;
  min-width: 150px;
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-back,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-back,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-back,
.fluid-main.payfree .buttons-accept-reset button.icon-back,
.fluid-main.payment .buttons-accept-reset button.icon-back,
.fluid-main.paytest .buttons-accept-reset button.icon-back {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-back.svg");
  padding: 20px 20px 20px 40px;
  line-height: 5px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-back:hover,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-back:hover,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-back:hover,
.fluid-main.payfree .buttons-accept-reset button.icon-back:hover,
.fluid-main.payment .buttons-accept-reset button.icon-back:hover,
.fluid-main.paytest .buttons-accept-reset button.icon-back:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-back-hover.svg");
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-back:active,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-back:active,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-back:active,
.fluid-main.payfree .buttons-accept-reset button.icon-back:active,
.fluid-main.payment .buttons-accept-reset button.icon-back:active,
.fluid-main.paytest .buttons-accept-reset button.icon-back:active {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-back.svg");
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-reset,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-reset,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-reset,
.fluid-main.payfree .buttons-accept-reset button.icon-reset,
.fluid-main.payment .buttons-accept-reset button.icon-reset,
.fluid-main.paytest .buttons-accept-reset button.icon-reset {
  line-height: 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 20px 40px 20px 20px;
  background-position: 110px center;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-clear.svg");
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-reset:hover,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-reset:hover,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-reset:hover,
.fluid-main.payfree .buttons-accept-reset button.icon-reset:hover,
.fluid-main.payment .buttons-accept-reset button.icon-reset:hover,
.fluid-main.paytest .buttons-accept-reset button.icon-reset:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-clear-hover.svg");
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-reset:active,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-reset:active,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-reset:active,
.fluid-main.payfree .buttons-accept-reset button.icon-reset:active,
.fluid-main.payment .buttons-accept-reset button.icon-reset:active,
.fluid-main.paytest .buttons-accept-reset button.icon-reset:active {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-clear.svg");
}
.fluid-main.paypay_form .buttons-accept-reset button.icon-pay,
.fluid-main.paypay_form2 .buttons-accept-reset button.icon-pay,
.fluid-main.paypay_uin .buttons-accept-reset button.icon-pay,
.fluid-main.payfree .buttons-accept-reset button.icon-pay,
.fluid-main.payment .buttons-accept-reset button.icon-pay,
.fluid-main.paytest .buttons-accept-reset button.icon-pay {
  line-height: 5px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 20px 40px 20px 20px;
  background-position: 110px center;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon-pay.svg");
}
.fluid-main.about .text-block,
.fluid-main.contacts .text-block {
  margin-bottom: 50px;
}
.fluid-main.about p,
.fluid-main.contacts p,
.fluid-main.about h1,
.fluid-main.contacts h1,
.fluid-main.about h2,
.fluid-main.contacts h2,
.fluid-main.about h3,
.fluid-main.contacts h3 {
  margin-bottom: 20px;
}
.fluid-main.about h3,
.fluid-main.contacts h3 {
  font-weight: bold;
}
.fluid-main.about ul,
.fluid-main.contacts ul,
.fluid-main.about li,
.fluid-main.contacts li {
  font-size: 16px;
  margin-block-start: 14px;
  margin-left: 24px;
}
.fluid-main.about p,
.fluid-main.contacts p {
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 14px;
  text-align: justify;
}
.fluid-main.about a,
.fluid-main.contacts a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061D9;
}
.fluid-main.about a:hover,
.fluid-main.contacts a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.fluid-main.about table,
.fluid-main.contacts table {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.about table *,
.fluid-main.contacts table * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.about table *:hover,
.fluid-main.contacts table *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.about table:hover,
.fluid-main.contacts table:hover {
  box-shadow: 0 10px 25px rgba(15, 25, 99, 0.3);
}
.fluid-main.about table tr:hover,
.fluid-main.contacts table tr:hover {
  background-color: #E6EEF7;
}
.fluid-main.about table tr:last-child td,
.fluid-main.contacts table tr:last-child td {
  border-bottom: none !important;
}
.fluid-main.about table tr:first-child td:first-child:hover,
.fluid-main.contacts table tr:first-child td:first-child:hover {
  border-top-left-radius: 5px;
}
.fluid-main.about table tr:first-child td:nth-child(2n):hover,
.fluid-main.contacts table tr:first-child td:nth-child(2n):hover {
  border-top-right-radius: 5px;
}
.fluid-main.about table tr:last-child td:first-child:hover,
.fluid-main.contacts table tr:last-child td:first-child:hover {
  border-bottom-left-radius: 5px;
}
.fluid-main.about table tr:last-child td:nth-child(2n):hover,
.fluid-main.contacts table tr:last-child td:nth-child(2n):hover {
  border-bottom-right-radius: 5px;
}
.fluid-main.about table tr td,
.fluid-main.contacts table tr td {
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E6EEF7;
}
.fluid-main.about table tr td:last-child,
.fluid-main.contacts table tr td:last-child {
  border-bottom: none;
}
.fluid-main.about table tr td:not(:hover),
.fluid-main.contacts table tr td:not(:hover) {
  border-bottom: 1px solid #E6EEF7;
}
.fluid-main.about table tr td:first-child,
.fluid-main.contacts table tr td:first-child {
  font-weight: 600;
}
.fluid-main.about table tr td.hov-column-ver1,
.fluid-main.contacts table tr td.hov-column-ver1 {
  background-color: #E6EEF7;
  border-bottom: 1px solid #fff;
}
.fluid-main.about table tr td:hover,
.fluid-main.contacts table tr td:hover {
  background-color: #0061D9;
  color: #fff;
}
.fluid-main.about table tr td:nth-child(2n),
.fluid-main.contacts table tr td:nth-child(2n) {
  text-align: center;
}
.fluid-main.tariff h3,
.fluid-main.support h3 {
  font-weight: bold;
}
.fluid-main.tariff ul,
.fluid-main.support ul,
.fluid-main.tariff li,
.fluid-main.support li {
  font-size: 16px;
  margin-block-start: 14px;
  margin-left: 24px;
}
.fluid-main.tariff a,
.fluid-main.support a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061D9;
}
.fluid-main.tariff a:hover,
.fluid-main.support a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.fluid-main.lk h1 {
  text-align: center;
}
.fluid-main.lk .searchForm {
  margin-bottom: -10px;
  display: inline-block;
  width: 100%;
}
.fluid-main.lk .searchForm .searchInput {
  float: left;
  width: calc(100% - 265px);
  min-width: 100px;
}
.fluid-main.lk .searchForm .searchButton {
  float: right;
  width: 110px;
}
.fluid-main.lk .searchForm .resetButton {
  margin-left: 10px;
}
.fluid-main.lk table {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.lk table * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.lk table *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.lk table .column1,
.fluid-main.lk table .column4,
.fluid-main.lk table .column6 {
  white-space: nowrap;
}
.fluid-main.lk table .column2,
.fluid-main.lk table .column4,
.fluid-main.lk table .column5,
.fluid-main.lk table .column6 {
  text-align: center;
}
.fluid-main.lk table:hover {
  box-shadow: 0 10px 25px rgba(15, 25, 99, 0.3);
}
.fluid-main.lk table thead {
  text-align: center;
}
.fluid-main.lk table thead tr td {
  background-color: #0061D9;
  color: #fff;
  font-weight: 600;
  border-left: 1px solid #e6eef736;
  border-bottom: none !important;
}
.fluid-main.lk table tr:hover {
  background-color: #E6EEF7;
}
.fluid-main.lk table tr td {
  padding: 10px;
  border-bottom: 1px solid transparent;
  /*border-left: 1px solid #E6EEF7;*/
}
.fluid-main.lk table tr td:last-child {
  border-bottom: none;
}
.fluid-main.lk table tr td:not(:hover) {
  border-bottom: 1px solid #E6EEF7;
}
.fluid-main.lk table tr td.hov-column-ver1 {
  background-color: #E6EEF7;
  border-bottom: 1px solid #fff;
}
.fluid-main.lk table tr td:hover {
  background-color: #0061D9;
  color: #fff;
}
.fluid-main.lk table tr td:hover .icon-print,
.fluid-main.lk table tr td:hover .icon-replay {
  color: #fff;
}
.fluid-main.lk table tr td:hover .icon-print {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/print_check_hover.png");
}
.fluid-main.lk table tr td:hover .icon-replay {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/replay_hover.svg");
}
.fluid-main.lk table tr td .icon-print:hover,
.fluid-main.lk table tr td .icon-replay:hover {
  border-color: #fff;
}
.fluid-main.lk table tr td .icon-print:active,
.fluid-main.lk table tr td .icon-replay:active {
  color: #000;
}
.fluid-main.lk table tr td .icon-print:active {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/print_check.png");
}
.fluid-main.lk table tr td .icon-replay:active {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/replay.svg");
}
.fluid-main.lk table tr td .icon-replay {
  background-repeat: no-repeat;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/replay.svg");
  padding: 20px 20px 20px 40px;
  background-position: 10px center;
  background-size: 20px;
  line-height: 5px;
  color: red;
}
.fluid-main.lk table tr td .icon-print {
  background-repeat: no-repeat;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/print_check.png");
  padding: 20px 20px 20px 40px;
  background-position: 10px center;
  background-size: 20px;
  line-height: 5px;
}
.fluid-main.lk table tr td.notFound {
  text-align: center;
  padding: 40px;
  font-size: 18px;
}
.fluid-main.lk table tr td.notFound:hover {
  background: white;
  color: #0061D9;
}
.fluid-main .bx-system-auth-form {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 50px auto;
  padding: 30px;
  max-width: 400px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
  background-color: #fff;
  text-align: center;
}
.fluid-main .bx-system-auth-form * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main .bx-system-auth-form *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main .bx-system-auth-form:hover {
  box-shadow: 0 10px 25px rgba(15, 25, 99, 0.3);
}
.fluid-main .bx-system-auth-form input,
.fluid-main .bx-system-auth-form button {
  max-width: 400px;
  width: 100%;
  min-width: 150px;
}
.fluid-main .bx-system-auth-form .fieldset_elements label {
  left: 0;
}
.fluid-main.payaccept h1,
.fluid-main.lkincludecheck h1,
.fluid-main.payhmaohandlersaccept h1 {
  display: none;
}
.fluid-main.payaccept .printMe.check__table h1,
.fluid-main.lkincludecheck .printMe.check__table h1,
.fluid-main.payhmaohandlersaccept .printMe.check__table h1 {
  display: inline-block;
  padding-bottom: 0;
  margin-top: 10px;
}
.fluid-main.payaccept #approve-check,
.fluid-main.lkincludecheck #approve-check,
.fluid-main.payhmaohandlersaccept #approve-check,
.fluid-main.payaccept #approve-check-2,
.fluid-main.lkincludecheck #approve-check-2,
.fluid-main.payhmaohandlersaccept #approve-check-2 {
  float: right;
  margin-bottom: 20px;
}
.fluid-main.payaccept #approve-check rect,
.fluid-main.lkincludecheck #approve-check rect,
.fluid-main.payhmaohandlersaccept #approve-check rect,
.fluid-main.payaccept #approve-check-2 rect,
.fluid-main.lkincludecheck #approve-check-2 rect,
.fluid-main.payhmaohandlersaccept #approve-check-2 rect {
  fill: white;
  fill-opacity: 0;
  stroke-width: 3;
  stroke: #0061D9;
}
.fluid-main.payaccept #approve-check-2,
.fluid-main.lkincludecheck #approve-check-2,
.fluid-main.payhmaohandlersaccept #approve-check-2 {
  display: none;
}
.fluid-main.payaccept table,
.fluid-main.lkincludecheck table,
.fluid-main.payhmaohandlersaccept table {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  margin: 20px 0;
  border-radius: 5px;
  border: 1px solid #eceff3;
  box-shadow: 0 3px 8px rgba(3, 17, 120, 0.1);
}
.fluid-main.payaccept table *,
.fluid-main.lkincludecheck table *,
.fluid-main.payhmaohandlersaccept table * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.payaccept table *:hover,
.fluid-main.lkincludecheck table *:hover,
.fluid-main.payhmaohandlersaccept table *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-main.payaccept table:hover,
.fluid-main.lkincludecheck table:hover,
.fluid-main.payhmaohandlersaccept table:hover {
  box-shadow: 0 10px 25px rgba(15, 25, 99, 0.3);
}
.fluid-main.payaccept table tr:hover,
.fluid-main.lkincludecheck table tr:hover,
.fluid-main.payhmaohandlersaccept table tr:hover {
  background-color: #E6EEF7;
}
.fluid-main.payaccept table tr td,
.fluid-main.lkincludecheck table tr td,
.fluid-main.payhmaohandlersaccept table tr td {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E6EEF7;
}
.fluid-main.payaccept table tr td:first-child,
.fluid-main.lkincludecheck table tr td:first-child,
.fluid-main.payhmaohandlersaccept table tr td:first-child {
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.fluid-main.payaccept table tr td:last-child,
.fluid-main.lkincludecheck table tr td:last-child,
.fluid-main.payhmaohandlersaccept table tr td:last-child {
  border-bottom: 1px solid transparent;
}
.fluid-main.payaccept table tr td:not(:hover),
.fluid-main.lkincludecheck table tr td:not(:hover),
.fluid-main.payhmaohandlersaccept table tr td:not(:hover) {
  border-bottom: 1px solid #E6EEF7;
}
.fluid-main.payaccept table tr td:hover,
.fluid-main.lkincludecheck table tr td:hover,
.fluid-main.payhmaohandlersaccept table tr td:hover {
  background-color: #0061D9;
  color: #fff;
}
.fluid-main.payaccept .flex-between,
.fluid-main.lkincludecheck .flex-between,
.fluid-main.payhmaohandlersaccept .flex-between {
  display: flex;
  justify-content: space-between;
}
.fluid-main .alert.alert-danger {
  padding: 20px;
  text-align: center;
  border: 2px solid rgba(255, 0, 0, 0.4);
  border-radius: 12px;
  margin-bottom: 30px;
  color: red;
}
.fluid-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #001D34;
}
.fluid-footer * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer *:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer * {
  color: #FFFFFF;
}
.fluid-footer .first_footer_block {
  height: 135px;
  /*display: flex;*/
  display: none;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(125, 135, 162, 0.4);
}
.fluid-footer .first_footer_block p {
  height: 32px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.fluid-footer .first_footer_block p.mobile-768 {
  display: none;
}
.fluid-footer .first_footer_block #search_footer_button {
  width: 198px;
  height: 48px;
  margin-left: 40px;
}
.fluid-footer .second_footer_block {
  height: 156px;
}
.fluid-footer .second_footer_block .current-menu-item a {
  text-decoration: underline;
}
.fluid-footer .second_footer_block ul {
  white-space: nowrap;
}
.fluid-footer .second_footer_block ul li {
  line-height: 156px;
  display: inline-block;
  padding: 0 15px;
}
.fluid-footer .second_footer_block ul li:first-child {
  margin-left: 20px;
}
.fluid-footer .second_footer_block ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  margin: 0px -20px;
  white-space: nowrap;
}
.fluid-footer .second_footer_block ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0061D9;
}
.fluid-footer .second_footer_block .social_links {
  float: right;
  line-height: 156px;
}
.fluid-footer .second_footer_block .social_links a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  padding: 25px;
  background-position: center;
  width: 32px;
  height: 32px;
  background-size: 40px;
  margin-left: 16px;
}
.fluid-footer .second_footer_block .social_links a.img_facebook {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/social-facebook.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .second_footer_block .social_links a.img_vk {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/social-vk.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .second_footer_block .social_links a.img_facebook:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/social-facebook-hover.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .second_footer_block .social_links a.img_vk:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/social-vk-hover.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .third_footer_block {
  height: 220px;
  display: flex;
  align-items: center;
}
.fluid-footer .third_footer_block p {
  width: 711px;
  height: 92px;
  font-size: 13px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.fluid-footer .third_footer_block .pay_methods {
  width: 489px;
  text-align: right;
}
.fluid-footer .third_footer_block .pay_methods a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 26px;
  margin-right: -16px;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
}
.fluid-footer .third_footer_block .pay_methods .img_mir {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_mir.svg");
}
.fluid-footer .third_footer_block .pay_methods .img_mir:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_mir_hover.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .third_footer_block .pay_methods .img_visa {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_visa.svg");
}
.fluid-footer .third_footer_block .pay_methods .img_visa:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_visa_hover.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fluid-footer .third_footer_block .pay_methods .img_mastercard {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_visa.png");
  background-size: 70px;
}
.fluid-footer .third_footer_block .pay_methods .img_mastercard:hover {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/card_visa_hover.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-error {
  display: block;
  position: relative;
  overflow: hidden;
  /* запрещает обтекать другие блоки */
  opacity: 0.3;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}
.item-error:before {
  content: '';
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) url("/local/templates/gospay-theme-v2/assets/images/cross.svg") no-repeat;
  background-size: 100% 100%;
  /* растягивает фон на всю ширину и высоту блока */
}
#popup-location {
  display: none;
}
#popup-location.fancybox-content {
  display: inline-table !important;
}
#popup-location .map-icon {
  background-repeat: no-repeat;
  background-position: left 0;
  background-image: url("/local/templates/gospay-theme-v2/assets/images/icon_map_big_blue.svg");
  line-height: 72px;
  padding-left: 50px;
}
#popup-location .info-in-popup {
  color: #76767A;
  margin-top: -10px;
  margin-bottom: 20px;
}
#popup-location .now-location {
  margin-bottom: 20px;
}
#popup-location .now-location span {
  color: #0061D9;
  font-size: inherit;
  line-height: 10px;
}
#popup-location .switch-popup-location {
  margin-bottom: 20px;
}
#popup-location .select-manually {
  display: block;
  margin: 20px 0 10px 0;
  color: #757575;
  font-size: 15px;
}
#popup-location .changer-loc {
  display: block;
  margin-bottom: 20px;
}
#popup-location .changer-loc input {
  width: 100%;
}
#popup-location button.btn {
  width: 198px;
}
#popup-location #reset-location {
  display: none;
}
#popup-uin {
  display: none;
}
.centred_logo {
  height: 100%;
  display: inline-flex;
  align-items: center;
  float: left;
}
.centred_logo .logo {
  background-image: url("/local/templates/gospay-theme-v2/assets/images/logo_group_2.svg");
  display: inline-block;
  position: relative;
  width: 178px;
  height: 49px;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
#top_line {
  position: relative;
  width: 100%;
  height: 1px;
  left: 0;
  top: 112px;
  background: rgba(125, 135, 162, 0.4);
}
#bottom_line {
  height: 1px;
  background: rgba(125, 135, 162, 0.4);
  width: 100%;
}
/*
	<576px Extra small
	≥576px Small
	≥768px Medium
	≥992px Large
	≥1200px Extra large
*/
@media (max-width: 1200px) {
  .fluid-header nav ul {
    white-space: nowrap;
  }
  .fluid-header nav ul li {
    padding: 0 7px;
  }
  .fluid-header nav ul li a {
    padding: 20px 7px;
  }
  .fluid-header #header-carousel-items .owl-nav {
    display: none;
  }
}
@media (max-width: 1063px) {
  .fluid-footer .second_footer_block ul {
    margin-left: 20px;
  }
  .fluid-footer .second_footer_block ul li {
    padding: 0 15px;
  }
  .fluid-footer .second_footer_block ul li a {
    padding: 50px 15px;
  }
}
@media (max-width: 992px) {
  #header-carousel-items .slider {
    background-image: none !important;
  }
  #header-carousel-items .slider > div {
    width: 100% !important;
    height: 100% !important;
  }
  #header-carousel-items .slider h1 {
    width: 100% !important;
  }
  #header-carousel-items .slider .right_half {
    display: none !important;
  }
  .fluid-main.services h1 {
    text-align: center;
    display: block;
  }
  .fluid-main.services .JQAjaxAllCodeNameServices {
    float: none;
    margin: 0 0 20px 0;
  }
  .fluid-main.services #JQAjaxGetServicesInCategory {
    clear: both;
  }
  .fluid-main div.items a.item {
    flex: 0 0 48% !important;
  }
}
@media (max-width: 960px) {
  .fluid-main.lk table {
    font-size: 13px;
  }
  .fluid-main.lk table tr td {
    padding: 5px;
  }
  .fluid-main.lk table tr td a,
  .fluid-main.lk table tr td button {
    padding: 5px 5px 5px 35px !important;
    line-height: 35px !important;
    font-size: 13px;
  }
  .fluid-header ul.desktop-nav li:last-child {
    display: none;
  }
  .fluid-footer .second_footer_block ul {
    margin-left: 5px;
  }
  .fluid-footer .second_footer_block ul li {
    padding: 0 2px;
  }
  .fluid-footer .second_footer_block ul li a {
    padding: 50px 2px;
    margin: 0;
  }
  .fluid-footer .second_footer_block ul li:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .fluid-header nav ul {
    white-space: nowrap;
  }
  .fluid-header nav ul li {
    padding: 0 5px;
  }
  .fluid-header nav ul li a {
    padding: 20px 5px;
  }
  .fluid-header nav ul.mobile-nav li a {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .fluid-header nav {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .fluid-header nav .hamburger-menu {
    display: inline-block;
  }
  .fluid-header nav .desktop-nav {
    display: none;
  }
  .fluid-header nav .mobile-nav.hide {
    opacity: 0;
    left: -100%;
    display: flex !important;
  }
  .fluid-header #header-carousel-items {
    height: 100%;
  }
  .fluid-header #header-carousel-items .owl-item {
    /*margin-bottom: 90px;*/
    margin-bottom: 50px;
  }
  .fluid-header #header-carousel-items .owl-dots {
    position: absolute;
    bottom: 32px;
  }
  .fluid-header #header-carousel-items .slider .left_half h1 {
    margin-top: 20px;
  }
  .fluid-header #header-carousel-items .slider .left_half #button_slider {
    width: calc(100% - 8px);
  }
  .fluid-uin * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fluid-uin #search_uin {
    display: block;
    height: 100%;
    padding: 0 0 40px 0;
  }
  .fluid-uin #search_uin label#uin_label {
    line-height: 70px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .fluid-uin #search_uin #uin_label_input {
    margin: 0 auto 16px auto;
    width: 100%;
  }
  .fluid-uin #search_uin #search_uin_button {
    margin: 0 auto 0 auto;
    width: 100%;
  }
  .fluid-uin #search_uin #search_uin_button .lds-spinner {
    margin: -24px auto 0 auto;
  }
  .fluid-uin .y_view_this {
    max-width: 776px !important;
    width: 94%;
    margin: 0 auto 0 -3px !important;
  }
  .fluid-uin .y_view_this + #uin_label_input {
    box-shadow: none;
  }
  .fluid-uin .y_view_this .question_flex_item {
    width: 100% !important;
    float: none !important;
    padding: 15px 0 !important;
    display: block !important;
  }
  .fluid-uin .y_view_this .question_flex_item .arrow-up {
    border-left-width: 18px !important;
    border-right-width: 18px !important;
    top: -18px !important;
    left: 0 !important;
  }
  @-moz-document url-prefix() {
    .y_view_this {
      margin: 0 auto 0 auto !important;
    }
  }
  .fluid-main .select_category {
    width: 100%;
    margin: 32px 0;
  }
  .fluid-main div.items a.item {
    height: 240px;
    background-position: 30px 30px;
  }
  .fluid-main div.items a.item p {
    padding: 10px 30px 30px 30px;
  }
  .fluid-main div.items a.item h5 {
    margin-left: 30px;
    margin-top: 100px;
  }
  .fluid-main.lkincludecheck .printMe.check__table h1 {
    display: block;
    text-align: center;
  }
  .fluid-main.lkincludecheck #approve-check {
    margin: 0 auto;
    float: none;
    display: block;
  }
  .fluid-main.lkincludecheck #approve-check-2 {
    display: none;
  }
  .fluid-main.lkincludecheck table {
    font-size: 13px;
  }
  .fluid-main.lkincludecheck table tr td {
    padding: 5px;
  }
  .fluid-main.lkincludecheck table tr td:first-child {
    text-align: left;
    white-space: normal;
  }
  .fluid-main.lkincludecheck .flex-between {
    flex-wrap: wrap-reverse;
  }
  .fluid-main.lkincludecheck .flex-between button {
    width: 100%;
    margin: 10px 0;
  }
  .fluid-main .not-found-404 {
    width: 100%;
  }
  .fluid-main .not-found-404 div {
    font-size: 50vw;
  }
  .fluid-footer * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fluid-footer .first_footer_block {
    flex-wrap: wrap;
    height: auto;
    padding: 40px 0;
  }
  .fluid-footer .first_footer_block p {
    margin: 20px 20px 20px 20px;
    padding: 0 20px 20px 20px;
  }
  .fluid-footer .first_footer_block #search_footer_button {
    margin: 0;
  }
  .fluid-footer .second_footer_block {
    height: auto;
  }
  .fluid-footer .second_footer_block .centred_logo {
    float: none;
    display: block;
    text-align: center;
    margin: 40px 0;
  }
  .fluid-footer .second_footer_block ul {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: unset;
    padding: unset;
    width: 100%;
  }
  .fluid-footer .second_footer_block ul li {
    display: flex;
    white-space: unset;
    text-align: center;
    line-height: 50px;
  }
  .fluid-footer .second_footer_block ul li:first-child {
    margin: unset;
  }
  .fluid-footer .second_footer_block ul li:last-child {
    display: inline;
  }
  .fluid-footer .second_footer_block ul li a {
    white-space: unset;
    margin: unset;
    padding: unset;
  }
  .fluid-footer .second_footer_block .social_links {
    float: none;
    text-align: center;
  }
  .fluid-footer .second_footer_block .social_links a {
    margin: 20px;
  }
  .fluid-footer .third_footer_block {
    flex-wrap: wrap;
    height: auto;
    padding: 40px 0;
  }
  .fluid-footer .third_footer_block p {
    width: 100%;
    height: auto;
  }
  .fluid-footer .third_footer_block .pay_methods {
    width: 100%;
    text-align: center;
  }
  .fluid-footer .third_footer_block .pay_methods a {
    display: block;
    margin: 0 auto;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 5px;
    top: 5px;
    padding: 0;
  }
  .fancybox-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 30px !important;
  }
}
@media (max-width: 576px) {
  .fluid-main .items {
    flex-flow: column;
  }
  .fluid-main.paypay_form #payForm,
  .fluid-main.paypay_form2 #payForm,
  .fluid-main.paypay_uin #payForm,
  .fluid-main.payfree #payForm,
  .fluid-main.paytest #payForm {
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
  }
  .fluid-main.paypay_form #payForm:hover,
  .fluid-main.paypay_form2 #payForm:hover,
  .fluid-main.paypay_uin #payForm:hover,
  .fluid-main.payfree #payForm:hover,
  .fluid-main.paytest #payForm:hover {
    box-shadow: none;
    padding: 0;
  }
  .fluid-main.paypay_form #payForm .white-space-nowrap,
  .fluid-main.paypay_form2 #payForm .white-space-nowrap,
  .fluid-main.paypay_uin #payForm .white-space-nowrap,
  .fluid-main.payfree #payForm .white-space-nowrap,
  .fluid-main.paytest #payForm .white-space-nowrap {
    white-space: nowrap;
  }
  .fluid-main.paypay_form #payForm #FEE,
  .fluid-main.paypay_form2 #payForm #FEE,
  .fluid-main.paypay_uin #payForm #FEE,
  .fluid-main.payfree #payForm #FEE,
  .fluid-main.paytest #payForm #FEE,
  .fluid-main.paypay_form #payForm #AMOUNT,
  .fluid-main.paypay_form2 #payForm #AMOUNT,
  .fluid-main.paypay_uin #payForm #AMOUNT,
  .fluid-main.payfree #payForm #AMOUNT,
  .fluid-main.paytest #payForm #AMOUNT,
  .fluid-main.paypay_form #payForm #email,
  .fluid-main.paypay_form2 #payForm #email,
  .fluid-main.paypay_uin #payForm #email,
  .fluid-main.payfree #payForm #email,
  .fluid-main.paytest #payForm #email {
    min-width: 100px;
  }
  .fluid-main.paypay_form #payForm #FEE,
  .fluid-main.paypay_form2 #payForm #FEE,
  .fluid-main.paypay_uin #payForm #FEE,
  .fluid-main.payfree #payForm #FEE,
  .fluid-main.paytest #payForm #FEE {
    width: 40px;
    text-align: center;
  }
  .fluid-main.paypay_form #payForm #AMOUNT,
  .fluid-main.paypay_form2 #payForm #AMOUNT,
  .fluid-main.paypay_uin #payForm #AMOUNT,
  .fluid-main.payfree #payForm #AMOUNT,
  .fluid-main.paytest #payForm #AMOUNT {
    width: calc(100% - 100px - 10px);
  }
  .fluid-main.paypay_form #payForm #email,
  .fluid-main.paypay_form2 #payForm #email,
  .fluid-main.paypay_uin #payForm #email,
  .fluid-main.payfree #payForm #email,
  .fluid-main.paytest #payForm #email {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .fluid-main.paypay_form #payForm .unique-raion-logo,
  .fluid-main.paypay_form2 #payForm .unique-raion-logo,
  .fluid-main.paypay_uin #payForm .unique-raion-logo,
  .fluid-main.payfree #payForm .unique-raion-logo,
  .fluid-main.paytest #payForm .unique-raion-logo {
    flex-wrap: wrap;
  }
  .fluid-main.paypay_form #payForm .unique-raion-logo .text h3,
  .fluid-main.paypay_form2 #payForm .unique-raion-logo .text h3,
  .fluid-main.paypay_uin #payForm .unique-raion-logo .text h3,
  .fluid-main.payfree #payForm .unique-raion-logo .text h3,
  .fluid-main.paytest #payForm .unique-raion-logo .text h3 {
    font-size: 18px;
  }
  .fluid-main.paypay_form #payForm table,
  .fluid-main.paypay_form2 #payForm table,
  .fluid-main.paypay_uin #payForm table,
  .fluid-main.payfree #payForm table,
  .fluid-main.paytest #payForm table {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: visible;
    display: block;
  }
  .fluid-main.paypay_form #payForm table *,
  .fluid-main.paypay_form2 #payForm table *,
  .fluid-main.paypay_uin #payForm table *,
  .fluid-main.payfree #payForm table *,
  .fluid-main.paytest #payForm table * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fluid-main.paypay_form #payForm table *:hover,
  .fluid-main.paypay_form2 #payForm table *:hover,
  .fluid-main.paypay_uin #payForm table *:hover,
  .fluid-main.payfree #payForm table *:hover,
  .fluid-main.paytest #payForm table *:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .fluid-main.paypay_form #payForm table tbody,
  .fluid-main.paypay_form2 #payForm table tbody,
  .fluid-main.paypay_uin #payForm table tbody,
  .fluid-main.payfree #payForm table tbody,
  .fluid-main.paytest #payForm table tbody {
    display: block;
  }
  .fluid-main.paypay_form #payForm table tr,
  .fluid-main.paypay_form2 #payForm table tr,
  .fluid-main.paypay_uin #payForm table tr,
  .fluid-main.payfree #payForm table tr,
  .fluid-main.paytest #payForm table tr {
    display: block;
    margin-bottom: 16px;
  }
  .fluid-main.paypay_form #payForm table tr td,
  .fluid-main.paypay_form2 #payForm table tr td,
  .fluid-main.paypay_uin #payForm table tr td,
  .fluid-main.payfree #payForm table tr td,
  .fluid-main.paytest #payForm table tr td {
    display: block;
    max-width: 100%;
  }
  .fluid-main.paypay_form #payForm table tr td:first-child,
  .fluid-main.paypay_form2 #payForm table tr td:first-child,
  .fluid-main.paypay_uin #payForm table tr td:first-child,
  .fluid-main.payfree #payForm table tr td:first-child,
  .fluid-main.paytest #payForm table tr td:first-child {
    text-align: center;
    border-bottom: none;
    top: auto;
    padding: initial;
    left: auto;
    text-indent: 0;
  }
  .fluid-main.paypay_form #payForm table tr td:nth-child(2n) .select2.select2-container,
  .fluid-main.paypay_form2 #payForm table tr td:nth-child(2n) .select2.select2-container,
  .fluid-main.paypay_uin #payForm table tr td:nth-child(2n) .select2.select2-container,
  .fluid-main.payfree #payForm table tr td:nth-child(2n) .select2.select2-container,
  .fluid-main.paytest #payForm table tr td:nth-child(2n) .select2.select2-container {
    min-width: auto;
  }
  .fluid-main.paypay_form #payForm table tr td:nth-child(2n) .select2.select2-container .selection .select2-selection,
  .fluid-main.paypay_form2 #payForm table tr td:nth-child(2n) .select2.select2-container .selection .select2-selection,
  .fluid-main.paypay_uin #payForm table tr td:nth-child(2n) .select2.select2-container .selection .select2-selection,
  .fluid-main.payfree #payForm table tr td:nth-child(2n) .select2.select2-container .selection .select2-selection,
  .fluid-main.paytest #payForm table tr td:nth-child(2n) .select2.select2-container .selection .select2-selection {
    min-width: auto;
  }
  .fluid-main.paypay_form #payForm table tr td:nth-child(2n) input[type="text"],
  .fluid-main.paypay_form2 #payForm table tr td:nth-child(2n) input[type="text"],
  .fluid-main.paypay_uin #payForm table tr td:nth-child(2n) input[type="text"],
  .fluid-main.payfree #payForm table tr td:nth-child(2n) input[type="text"],
  .fluid-main.paytest #payForm table tr td:nth-child(2n) input[type="text"],
  .fluid-main.paypay_form #payForm table tr td:nth-child(2n) input[type="number"],
  .fluid-main.paypay_form2 #payForm table tr td:nth-child(2n) input[type="number"],
  .fluid-main.paypay_uin #payForm table tr td:nth-child(2n) input[type="number"],
  .fluid-main.payfree #payForm table tr td:nth-child(2n) input[type="number"],
  .fluid-main.paytest #payForm table tr td:nth-child(2n) input[type="number"] {
    min-width: auto;
  }
  .fluid-main.paypay_form #payForm .buttons-accept-reset,
  .fluid-main.paypay_form2 #payForm .buttons-accept-reset,
  .fluid-main.paypay_uin #payForm .buttons-accept-reset,
  .fluid-main.payfree #payForm .buttons-accept-reset,
  .fluid-main.paytest #payForm .buttons-accept-reset {
    flex-wrap: wrap;
  }
  .fluid-main.paypay_form #payForm .buttons-accept-reset button,
  .fluid-main.paypay_form2 #payForm .buttons-accept-reset button,
  .fluid-main.paypay_uin #payForm .buttons-accept-reset button,
  .fluid-main.payfree #payForm .buttons-accept-reset button,
  .fluid-main.paytest #payForm .buttons-accept-reset button {
    width: 100%;
  }
  .fluid-main.paypay_form #payForm .buttons-accept-reset button.icon-back,
  .fluid-main.paypay_form2 #payForm .buttons-accept-reset button.icon-back,
  .fluid-main.paypay_uin #payForm .buttons-accept-reset button.icon-back,
  .fluid-main.payfree #payForm .buttons-accept-reset button.icon-back,
  .fluid-main.paytest #payForm .buttons-accept-reset button.icon-back {
    padding: 20px 40px 20px 20px;
    line-height: 5px;
    background-position: 110px center;
    order: 1;
  }
  .fluid-main.servicesregion .service__box {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }
  .fluid-main.servicesregion .service__box .service__region {
    display: block;
    text-align: center;
    margin: 20px;
  }
  .fluid-main.servicesregion .service__box .service__list {
    margin: 0 10px 0 10px  !important;
    padding: 0 !important;
  }
  .fluid-main.servicesregion .service__box .service__list p {
    text-indent: 28px;
    display: block;
    text-align: justify;
  }
  .fluid-main.servicesregion .service__box .service__list .click-toggle {
    display: block !important;
    margin: 10px !important;
    text-indent: 20px;
  }
  .fluid-footer .first_footer_block button#search_footer_button {
    width: 100%;
    margin: 0 20px;
  }
  .fluid-footer .second_footer_block ul li a {
    padding: unset;
  }
}
@media (max-width: 512px) {
  #popup-location .map-icon {
    line-height: 24px;
    margin-bottom: 24px;
  }
  #popup-location #reset-location,
  #popup-location #accept-location {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fluid-main.paypay_form #payForm .buttons-accept-reset button,
  .fluid-main.paypay_form2 #payForm .buttons-accept-reset button,
  .fluid-main.paypay_uin #payForm .buttons-accept-reset button,
  .fluid-main.payfree #payForm .buttons-accept-reset button,
  .fluid-main.paytest #payForm .buttons-accept-reset button {
    padding: 20px !important;
    background-position: 40px !important;
  }
}
.phoneCus {
  background: white;
  margin-bottom: 20px;
  padding: 4px;
  border: 1px solid #a7a7ab;
  border-right: 0px !important;
  font-size: 15px;
  padding-right: 0px !important;
  display: inline-flex;
  border-radius: 4px 0px 0px 4px;
  padding-left: 20px;
  transition: all 0.7s;
}
.phoneCus :hover {
  border-color: #000;
  transition: all 0.7s;
}
.phoneInpCus {
  padding: 8px 10px 9px 10px;
  font-size: 15px;
  width: 100%;
  display: inline-flex;
  padding-left: 2px !important;
  outline: none !important;
  margin-bottom: 20px;
  border: 1px solid #a7a7ab;
  border-left: 0px !important;
  border-radius: 0px 4px 4px 0px;
}
.phoneInpCus :hover {
  border-color: #000;
  transition: all 0.7s;
}
.phoneInpCus-active {
  color: #000;
}
#email-cus {
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 17px;
  min-width: 350px;
  min-height: 48px;
  background: #FFFFFF;
  border: 1px solid #A7A7AB;
  box-sizing: border-box;
  border-radius: 4px;
  text-indent: 20px;
  outline: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}
#menu-cus-manager a {
  padding: 10px;
  background: #0061d9;
  color: #FFF;
  transition: all 0.7s;
}
#menu-cus-manager a:hover {
  background: #003475;
  transition: all 0.7s;
}
#handler {
  position: fixed;
  top: 88%;
  right: -49px;
  z-index: 10000;
  background: #0061d9;
  color: #FFF;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.7s;
}
#handler:hover {
  background: #003475;
  transition: all 0.7s;
}
#check_monitoring .check_monitoring__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#check_monitoring .check_monitoring__menu div {
  padding: 10px 30px;
  margin: 20px;
  border-bottom: 1px solid #cbcbcb;
  cursor: pointer;
  transition: all 0.5s;
}
#check_monitoring .check_monitoring__menu div:hover {
  transition: all 0.5s;
  border-bottom: 1px solid #001d34;
}
#check_monitoring .check_monitoring__menu .check_monitoring__div_active {
  border-bottom: 1px solid #001d34;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/gospay-theme-v2/template_styles.css?1757396525544*/
.fluid-header nav ul li a{
    padding: 30px 10px;
}
.form-container__policy {
    padding-bottom: 40px;
    font-size: 14px;
}
.form-container__policy a {
    text-decoration: underline;
    transition: all 0.5s;
}
.form-container__policy a:hover {
    text-decoration: none;
    color: #0061d9;
    transition: all 0.5s;
}
@media (max-width: 768px) {
    .form-container__policy {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        margin: unset;
        width: 100%;
    }
}

/* End */
/* /local/templates/gospay-theme-v2/assets/css/plugins/owl-carousel.min.css?17573965243356 */
/* /local/templates/gospay-theme-v2/assets/css/plugins/nice-select.css?17573965243951 */
/* /local/templates/gospay-theme-v2/assets/css/plugins/fancybox.min.css?175739652412795 */
/* /local/templates/gospay-theme-v2/assets/css/plugins/selectize.default.css?175739652412285 */
/* /local/templates/gospay-theme-v2/assets/css/plugins/sweetalert2.min.css?175739652433298 */
/* /local/templates/gospay-theme-v2/assets/css/plugins/select2.min.css?175739652414966 */
/* /local/templates/gospay-theme-v2/assets/css/style.css?1757396525121775 */
/* /local/templates/gospay-theme-v2/template_styles.css?1757396525544 */
