

/* Start:/local/templates/nbu/css/style.css?1608796647284369*/
@charset "UTF-8";
* {
  outline: 0 !important;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: 0;
  max-width: 100%;
}

.x-boss-wrap {
  justify-content: space-between;
}

.x-boss-subwrap {
  width: 70%;
}

.x-boss-img {
  width: 140px;
  height: 172px;
  border-radius: 12px;
  overflow: hidden;
}

.x-boss-img img {
  object-fit: cover;
}

.x-w-100 {
  width: 100% !important;
}

.x-pr-none {
  padding-right: 0 !important;
}

.x-mb-none {
  margin-bottom: 0 !important;
}

.d-flex {
  display: flex;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  color: #0b9fa5;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  font-size: 13px;
  color: #292929;
}

::-ms-clear {
  display: none;
}

.wrapp_1136 {
  max-width: 1136px;
  margin: 0 auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-family: icomoon;
  src: url(/local/templates/nbu/css/../fonts/icomoon.eot?54ahpn);
  src: url(/local/templates/nbu/css/../fonts/icomoon.eot?54ahpn#iefix) format('embedded-opentype'),
    url(/local/templates/nbu/css/../fonts/icomoon.ttf?54ahpn) format('truetype'), url(/local/templates/nbu/css/../fonts/icomoon.woff?54ahpn) format('woff'),
    url(/local/templates/nbu/css/../fonts/icomoon.svg?54ahpn#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marker:before {
  content: '\e900';
}

.btn-effect-1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-effect-1 span {
  position: relative;
  z-index: 1;
}

.btn-effect-1:before {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: top 0.4s ease 0s;
  transition: top 0.4s ease 0s;
}

.btn-effect-1:after {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: bottom 0.4s ease 0s;
  transition: bottom 0.4s ease 0s;
}

.btn-effect-1:hover span {
  color: #fff;
}

.btn-effect-1:hover:before {
  top: 0;
}

.btn-effect-1:hover:after {
  bottom: 0;
}

.btn-effect-1.c-cobalt {
  color: #104b97;
  border: 1px solid #104b97;
}

.btn-effect-1.c-cobalt:after {
  background-color: #104b97;
}

.btn-effect-1.c-cobalt:before {
  background-color: #104b97;
}

.btn-effect-1.c-bondiBlue {
  color: #0b9fa5;
  border: 1px solid #0b9fa5;
}

.btn-effect-1.c-bondiBlue:after {
  background-color: #0b9fa5;
}

.btn-effect-1.c-bondiBlue:before {
  background-color: #0b9fa5;
}

.btn-effect-1.c-darkBlue {
  color: #000;
  border: 1px solid #08397b;
}

.btn-effect-1.c-darkBlue:after {
  background-color: #08397b;
}

.btn-effect-1.c-darkBlue:before {
  background-color: #08397b;
}

.btn-effect-1.c-dGray {
  color: #646464;
  border: 1px solid #646464;
}

.btn-effect-1.c-dGray:after {
  background-color: #646464;
}

.btn-effect-1.c-dGray:before {
  background-color: #646464;
}

.btn-effect-1.c-white {
  color: #fff;
  border: 0 none;
}

.btn-effect-1.c-white span {
  color: #fff;
}

.btn-effect-1.c-white:after {
  background-color: #fff;
}

.btn-effect-1.c-white:before {
  background-color: #fff;
}

.btn-effect-1.c-white:hover span {
  color: #0b9fa5;
}

.btn-effect-2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.btn-effect-2 span {
  position: relative;
  z-index: 1;
}

.btn-effect-2:hover span {
  color: #fff;
}

.btn-effect-2.c-cobalt {
  color: #104b97;
  border: 1px solid #104b97;
}

.btn-effect-2.c-cobalt.fullFill {
  background-color: #104b97;
}

.btn-effect-2.c-cobalt.fullFill span {
  color: #fff;
}

.btn-effect-2.c-cobalt.fullFill:hover {
  background: #0d3b77;
}

.btn-effect-2.c-cobalt.fullFill:hover span {
  color: #fff;
}

.btn-effect-2.c-cobalt:hover {
  background: #104b97;
  background: rgba(16, 75, 151, 0.1);
}

.btn-effect-2.c-cobalt:hover span {
  color: #08397b;
}

.btn-effect-2.c-bondiBlue {
  color: #0b9fa5;
  border: 1px solid #0b9fa5;
}

.btn-effect-2.c-bondiBlue.fullFill {
  background-color: #0b9fa5;
}

.btn-effect-2.c-bondiBlue.fullFill span {
  color: #fff;
}

.btn-effect-2.c-bondiBlue.fullFill:hover {
  background: #097f84;
}

.btn-effect-2.c-bondiBlue.fullFill:hover span {
  color: #fff;
}

.btn-effect-2.c-bondiBlue:hover {
  background: #0b9fa5;
  background: rgba(11, 159, 165, 0.1);
}

.btn-effect-2.c-bondiBlue:hover span {
  color: #0b9fa5;
}

.btn-effect-2.c-darkBlue {
  color: #000;
  border: 1px solid #08397b;
}

.btn-effect-2.c-darkBlue.fullFill {
  background-color: #08397b;
}

.btn-effect-2.c-darkBlue.fullFill span {
  color: #fff;
}

.btn-effect-2.c-darkBlue.fullFill:hover {
  background: #062959;
}

.btn-effect-2.c-darkBlue.fullFill:hover span {
  color: #fff;
}

.btn-effect-2.c-darkBlue:hover {
  background: #08397b;
  background: rgba(8, 57, 123, 0.1);
}

.btn-effect-2.c-darkBlue:hover span {
  color: #08397b;
}

.btn-effect-2.c-dGray {
  color: #646464;
  border: 1px solid #646464;
}

.btn-effect-2.c-dGray.fullFill {
  background-color: #646464;
}

.btn-effect-2.c-dGray.fullFill span {
  color: #fff;
}

.btn-effect-2.c-dGray.fullFill:hover {
  background: #525252;
}

.btn-effect-2.c-dGray.fullFill:hover span {
  color: #fff;
}

.btn-effect-2.c-dGray:hover {
  background: #646464;
  background: rgba(100, 100, 100, 0.1);
}

.btn-effect-2.c-dGray:hover span {
  color: #646464;
}

.btn-effect-2.c-white {
  color: #fff;
  border: 0 none;
}

.btn-effect-2.c-white.fullFill {
  background-color: #fff;
}

.btn-effect-2.c-white.fullFill span {
  color: #000;
}

.btn-effect-2.c-white.fullFill:hover {
  background: #ededed;
}

.btn-effect-2.c-white.fullFill:hover span {
  color: #000;
}

.btn-effect-2.c-white span {
  color: #fff;
}

.btn-effect-2.c-white:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.btn-effect-2.c-white:hover span {
  color: #fff;
}

#stick-form .stick-form-wraps.notActive {
  position: static !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

#preloader.not-active {
  display: none;
}

#preloader .wrap {
  position: absolute;
  width: 760px;
  height: 760px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  overflow: hidden;
}

#preloader .wrap .logo svg {
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}

#preloader .wrap span {
  width: 50%;
  min-height: 380px;
  display: inline-block;
  vertical-align: top;
  margin: -1px;
  overflow: hidden;
}

#preloader .wrap span svg path {
  -webkit-transition: fill-opacity 0.3s ease 0s;
  transition: fill-opacity 0.3s ease 0s;
}

#preloader .wrap span.slice1 svg {
  fill: #0b9fa5;
}

#preloader .wrap span.slice1 svg path {
  stroke: #0b9fa5;
  fill: #0b9fa5;
}

#preloader .wrap span.slice2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#preloader .wrap span.slice2 svg {
  fill: #0b9fa5;
}

#preloader .wrap span.slice2 svg path {
  stroke: #0b9fa5;
  fill: #0b9fa5;
}

#preloader .wrap span.slice3 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#preloader .wrap span.slice3 svg {
  fill: #0b9fa5;
}

#preloader .wrap span.slice3 svg path {
  stroke: #0b9fa5;
  fill: #0b9fa5;
}

#preloader .wrap span.slice4 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#preloader .wrap span.slice4 svg {
  fill: #0b9fa5;
}

#preloader .wrap span.slice4 svg path {
  stroke: #0b9fa5;
  fill: #0b9fa5;
}

header .head-hov {
  color: #08397b !important;
}

header .col-top {
  background-color: #f9f9fc;
  padding: 13px 0;
}

header .col-top .wrap {
  max-width: 1136px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}

header .col-top .wrap .col-left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

header .col-top .wrap .col-left ul.currency {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

header .col-top .wrap .col-left ul.currency li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

header .col-top .wrap .col-left ul.currency li.key {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

header .col-top .wrap .col-left ul.currency li.key span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px;
  color: #646464;
}

header .col-top .wrap .col-left ul.currency li.key span.hr {
  width: 11px;
  height: 1px;
  background-color: #0b9fa5;
  margin: 0 5px;
}

header .col-top .wrap .col-left ul.currency li.key span.uzs {
  color: #979797;
}

header .col-top .wrap .col-left ul.currency li.value {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

header .col-top .wrap .col-left ul.currency li.value span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px;
  color: #646464;
  position: relative;
}

header .col-top .wrap .col-left ul.currency li.value span.buy {
  padding-right: 30px;
}

header .col-top .wrap .col-left ul.currency li.value span.down:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e35151;
  left: -15px;
  top: 4px;
}

header .col-top .wrap .col-left ul.currency li.value span.up:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3fb061;
  left: -15px;
  top: 3px;
}

header .col-top .wrap .col-left ul.currency li.value:last-child {
  padding-right: 0;
}

header .col-top .wrap .col-left ul.currency.currency-usd {
  padding-right: 60px;
}

header .col-top .wrap .col-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

header .col-top .wrap .col-right .spec {
  position: relative;
}

header .col-top .wrap .col-right .spec a.btn {
  display: inline-block;
  vertical-align: middle;
  font: 500 12px/14px;
  color: #646464;
  text-decoration: none;
  padding: 12px 22px 12px 22px;
  margin: -12px 0;
  margin-left: 74px;
  -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
}

header .col-top .wrap .col-right .spec a.btn span {
  display: inline-block;
  min-width: 14px;
  max-width: 14px;
  padding-right: 12px;
  vertical-align: middle;
}

header .col-top .wrap .col-right .spec a.btn span img {
  width: 100%;
  height: auto;
}

header .col-top .wrap .col-right .spec a.btn:hover {
  background-color: #f3f3f3;
  padding-bottom: 13px;
}

header .col-top .wrap .col-right .spec .dropdown-switch {
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 170px;
  padding: 15px 39px;
  height: 170px;
  background-color: #f9f9fc;
  border-radius: 5px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: -999;
}

header .col-top .wrap .col-right .spec .dropdown-switch::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f9f9fc transparent;
}

header .col-top .wrap .col-right .spec .dropdown-switch strong {
  display: block;
  margin-bottom: 10px;
  font: 500 14px/30px;
  color: #000;
}

header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures {
  font: 400 14px/30px;
  color: #000;
  margin-top: -10px;
  margin-bottom: 5px;
}

header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures input {
  display: none;
}

header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures label {
  cursor: pointer;
  position: relative;
}

header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures label::before {
  content: '';
  position: absolute;
  left: -26px;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures input[type='radio']:checked + label {
  color: #00a2de;
  position: relative;
}

header
  .col-top
  .wrap
  .col-right
  .spec
  .dropdown-switch
  .switchRadioFeatures
  input[type='radio']:checked
  + label::before {
  content: '';
  position: absolute;
  left: -26px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header
  .col-top
  .wrap
  .col-right
  .spec
  .dropdown-switch
  .switchRadioFeatures
  input[type='radio']:checked
  + label::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #00a2de;
  position: absolute;
  left: -23px;
  top: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .col-top .wrap .col-right .spec .dropdown-switch .rangeWrap {
  margin: 0 -8px;
}

header .col-top .wrap .col-right .spec .dropdown-switch .rangeWrap a {
  display: inline-block;
  vertical-align: middle;
  font: 500 18px/18px;
  color: #000 !important;
  padding: 2px 8px;
  min-width: 24px;
  cursor: pointer;
  text-decoration: none;
}

header .col-top .wrap .col-right .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  min-width: 40px;
  position: relative;
}

header .col-top .wrap .col-right .language a {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  font: 500 12px/20px;
  color: #000;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .col-top .wrap .col-right .language a .fa-phone {
  visibility: hidden;
}

header .col-top .wrap .col-right .language img {
  height: 17px;
  margin-right: 6px;
  border-radius: 50%;
}

header .col-top .wrap .col-right .language .language-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .col-top .wrap .col-right .tel-img {
  display: none;
}

header .col-top .wrap .head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .col-middle {
  background-color: #fff;
  padding: 14px 0;
}

header .col-middle .wrap {
  max-width: 1136px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .col-middle .wrap .col-left {
  display: inline-block;
  vertical-align: middle;
}

header .col-middle .wrap .col-left a.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
}

header .col-middle .wrap .col-left a.logo img {
  width: 100%;
  height: auto;
}

header .col-middle .wrap .col-left ul.menu {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

header .col-middle .wrap .col-left ul.menu li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
}

header .col-middle .wrap .col-left ul.menu li:first-child {
  padding-left: 0;
}

header .col-middle .wrap .col-left ul.menu li a {
  display: inline-block;
  font: 400 15px/15px;
  color: #646464;
  text-decoration: none;
  -webkit-transition: color 150ms ease 0s;
  transition: color 150ms ease 0s;
}

header .col-middle .wrap .col-left ul.menu li a:hover {
  color: #000;
}

header .col-middle .wrap .col-right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: 0;
}

header .col-middle .wrap .col-right a {
  font: 500 19px/19px;
  color: #646464;
  text-decoration: none;
  display: inline-block;
  padding-left: 82px;
  z-index: 2;
}

header .col-middle .wrap .col-right a.tel {
  -webkit-transition: color 150ms ease 0s;
  transition: color 150ms ease 0s;
}

header .col-middle .wrap .col-right a.tel:hover {
  color: #08397b;
}

header .col-middle .wrap .col-right a.search-btn {
  padding: 0 20px;
}

header .col-middle .wrap .col-right a.search-btn span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .col-middle .wrap .col-right a.search-btn span img {
  max-width: 25px;
}

header .col-middle .wrap .col-right a.btn-effect-2 {
  font: 400 14px/14px;
  text-decoration: none;
  border-radius: 8px;
  padding: 12px 27px;
}

header .col-middle .searchbox {
  position: relative;
  min-width: 40px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

header .col-middle .searchbox-input {
  top: 0;
  right: 0;
  border: none;
  outline: 0;
  background: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 55px 0 20px;
  font-size: 16px;
  color: #646464;
  font-weight: 300;
}

header .col-middle .searchbox-input::-webkit-input-placeholder {
  color: #646464;
}

header .col-middle .searchbox-input:-moz-placeholder {
  color: #646464;
}

header .col-middle .searchbox-input::-moz-placeholder {
  color: #646464;
}

header .col-middle .searchbox-input:-ms-input-placeholder {
  color: #646464;
}

header .col-middle .searchbox-icon,
header .col-middle .searchbox-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -5px;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #fff;
}

header .col-middle .searchbox-open {
  width: 95%;
  border: 1px solid #104b97;
  border-radius: 10px;
}

header .col-middle .searchbox .fa-search {
  font-size: 20px;
  color: #104b97;
}

header .col-middle .search-b {
  position: absolute;
  left: 50px;
  top: 6px;
}

header .col-bottom {
  background-color: #0b9fa5;
}

header .col-bottom .active-hov {
  background: rgba(255, 255, 255, 0.2);
}

header .col-bottom .wrap {
  max-width: 1136px;
  margin: 0 auto;
}

header .col-bottom .wrap nav ul {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

header .col-bottom .wrap nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

header .col-bottom .wrap nav ul li a {
  font: 500 12px/12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px 16px 13px 16px;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

header .col-bottom .wrap nav ul li a:hover {
  color: #fff;
}

header .col-bottom .wrap nav ul li:hover > ul {
  display: block;
}

header .col-middle .wrap .col-right a.tel-img {
  display: none;
}

header .col-bottom .wrap nav ul li ul {
  position: absolute;
  top: 40px;
  z-index: 999;
  background: #0a7f84;
  min-width: 180px;
  max-width: 180px;
  display: none;
}

header .col-bottom .wrap nav ul li ul li {
  display: block;
}

.variantBlackWhite header .col-middle .wrap .col-left a.logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.variantBlackWhite header .col-middle .wrap .col-left ul.menu li a {
  color: #000;
}

.variantBlackWhite header .col-middle .searchbox .fa-search {
  color: #000;
}

.variantBlackWhite header .col-middle .wrap .col-right a.btn-effect-2 {
  color: #000;
  border-color: #000;
}

.variantBlackWhite header .col-middle .wrap .col-right a.btn-effect-2:hover {
  background: #000;
  color: #fff;
}

.variantBlackWhite {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

header .col-top .wrap .col-right .spec .dropdown-switch.active {
  top: 50px;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.section1 {
  position: relative;
  margin-bottom: 40px;
  line-height: 0;
  overflow: hidden;
}

.section1 .pattern {
  position: absolute;
  right: -5px;
  top: -2px;
  z-index: 2;
  width: 300px;
  fill-opacity: 0.4;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: none;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item {
  position: relative;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item {
  display: block;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .image {
  width: 100%;
  max-height: 550px;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .image img {
  width: 100%;
  min-width: 700px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap h1 {
  display: block !important;
  padding-bottom: 0 !important;
  font: 300 48px/60px GoogleSans !important;
  color: #000 !important;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap p {
  font-size: 35px;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2 {
  padding: 20px 38px;
  border-radius: 8px;
  background: #0b9fa5;
  font: 400 16px/16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2 span {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2:hover {
  background: #097f84;
}

.section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2:hover span {
  color: #fff;
}

.section1 .navigation {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 3;
}

.section1 .navigation .wrap {
  max-width: 1136px;
  margin: 0 auto;
  text-align: right;
}

.section1 .navigation .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section1 .navigation .wrap ul li {
  list-style: none;
  display: inline-block;
}

.section1 .navigation .wrap ul li span.count {
  display: inline-block;
  padding: 0 15px;
  font: 400 12px/12px;
  color: #fff;
}

.section1 .navigation .wrap ul li a {
  display: block;
  width: 38px;
  height: 38px;
}

.section1 .navigation .wrap ul li a img {
  width: 100%;
  height: auto;
}

.sec1 {
  position: relative;
  overflow: hidden;
}

.sec1:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/nbu/css/../images/innerSection-before.png) no-repeat center center;
  background-size: cover;
  opacity: 0.1;
}

.sec1:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/nbu/css/../images/innerSection-after.png) no-repeat center center;
  background-size: cover;
}

.innerSection1 {
  position: relative;
  background-size: cover;
  line-height: 0;
  overflow: hidden;
}

.innerSection1:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/nbu/css/../images/innerSection-before.png) no-repeat center center;
  background-size: cover;
  opacity: 0.1;
}

.innerSection1:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.3);
}

.innerSection1 .image {
  width: 100%;
  max-height: 550px;
}

.innerSection1 .image img {
  width: 100%;
  min-width: 700px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.innerSection1 .desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  padding: 0 20px;
}

.innerSection1 .container {
  max-width: 1136px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.innerSection1 .container .wrap {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  min-height: auto;
}

.innerSection1 .wrap {
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.innerSection1 .wrap span {
  font: 500 12px/20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.innerSection1 .wrap h1 {
  font: 300 48px/64px;
  color: #fff;
  margin-bottom: 15px;
}

.innerSection1 .wrap h2 {
  font: 300 48px/64px;
  color: #fff;
  margin-bottom: 20px;
}

.innerSection1 .wrap p {
  font: 300 19px/32px;
  color: #fff;
  padding-bottom: 60px;
}

.section2 {
  margin-bottom: 80px;
}

.section2 .wrap {
  max-width: 1136px;
  margin: 0 auto;
}

.section2 .wrap .list {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section2 .wrap .list .item {
  width: 16.66666%;
  display: inline-block;
  vertical-align: top;
}

.section2 .wrap .list .item .wraps {
  padding: 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.section2 .wrap .list .item .wraps a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section2 .wrap .list .item .wraps a .icon {
  display: block;
  margin-bottom: 15px;
  position: relative;
  min-height: 48px;
}

.section2 .wrap .list .item .wraps a .icon img {
  width: 100%;
  max-width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.section2 .wrap .list .item .wraps a span.name {
  display: inline-block;
  font: 500 15px/16px;
  color: #292929;
}

.section2 .wrap .list .item .wraps:hover {
  background-color: #f9f9fc;
}

.section3 {
  margin-bottom: 80px;
  overflow: hidden;
}

.section3 .wrap {
  max-width: 1136px;
  margin: 0 auto;
}

.section3 .wrap .title {
  margin-bottom: 20px;
}

.section3 .wrap .title h2 {
  font: 300 32px/32px;
  color: #000;
  display: inline-block;
  padding-right: 30px;
}

.section3 .wrap .title a {
  display: inline-block;
  font: 500 12px/12px;
  color: #979797;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.section3 .wrap .title a:hover {
  color: #08397b;
}

.section3 .wrap .list {
  font-size: 0;
  line-height: 0;
  margin: 0 -80px;
}

.section3 .wrap .list .item {
  width: 33.333333%;
  display: inline-block;
  vertical-align: top;
}

.section3 .wrap .list .item .wraps {
  padding: 0 80px;
}

.section3 .wrap .list .item .wraps h3 {
  font: 500 16px/22px;
  color: #292929;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
}

.section3 .wrap .list .item .wraps h3 a {
  font: 500 16px/22px;
  color: #292929;
  text-decoration: none;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.section3 .wrap .list .item .wraps h3 a:hover {
  color: #08397b;
}

.section3 .wrap .list .item .wraps span.date {
  display: block;
  font: 400 15px/15px;
  color: #646464;
}

.section4 {
  margin-bottom: 0;
}

.section4 .wrap {
  max-width: 1136px;
  margin: 0 auto;
  text-align: right;
}

.section4 .wrap .col-right {
  width: 100%;
  max-width: 560px;
  display: inline-block;
  padding: 180px 0 140px 0;
}

.section4 .wrap .col-right .wraps {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  -webkit-box-shadow: rgba(45, 45, 45, 0.05) 0 2px 2px, rgba(49, 49, 49, 0.05) 0 4px 4px,
    rgba(42, 42, 42, 0.05) 0 8px 8px, rgba(32, 32, 32, 0.05) 0 16px 16px, rgba(49, 49, 49, 0.05) 0 32px 32px,
    rgba(35, 35, 35, 0.05) 0 64px 64px;
  box-shadow: rgba(45, 45, 45, 0.05) 0 2px 2px, rgba(49, 49, 49, 0.05) 0 4px 4px, rgba(42, 42, 42, 0.05) 0 8px 8px,
    rgba(32, 32, 32, 0.05) 0 16px 16px, rgba(49, 49, 49, 0.05) 0 32px 32px, rgba(35, 35, 35, 0.05) 0 64px 64px;
}

.section4 .wrap .col-right .wraps h2 {
  font: 300 32px/32px;
  color: #000;
  margin-bottom: 20px;
}

.section4 .wrap .col-right .wraps h2 span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section4 .wrap .col-right .wraps h2 span.icon img {
  width: 100%;
  max-width: 32px;
}

.section4 .wrap .col-right .wraps p {
  font: 300 19px/32px;
  color: #292929;
  padding-bottom: 20px;
}

.section4 .wrap .col-right .wraps a.btn-effect-2 {
  padding: 21px 40px;
  border-radius: 8px;
  font: 400 16px/16px;
  text-decoration: none;
  border: 1px solid #0b9fa5;
}

.section5 {
  background-color: #f9f9fc;
}

.section5 .wrap {
  max-width: 1136px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.section5 .wrap i.slice {
  position: absolute;
  bottom: 0;
  left: -45px;
  display: block;
  width: 540px;
  height: 540px;
  background: url(/local/templates/nbu/css/../images/hand-card.png) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.section5 .wrap .col-right {
  width: 100%;
  max-width: 560px;
  display: inline-block;
  padding: 80px 0 80px 0;
}

.section5 .wrap .col-right .wraps {
  padding: 0;
  border-radius: 8px;
  text-align: left;
}

.section5 .wrap .col-right .wraps h2 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 50px;
}

.section5 .wrap .col-right .wraps h2 span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.section5 .wrap .col-right .wraps h2 span.icon img {
  width: 100%;
  max-width: 32px;
}

.section5 .wrap .col-right .wraps ul.list {
  font-size: 0;
  line-height: 0;
  margin: 0 -20px;
}

.section5 .wrap .col-right .wraps ul.list li {
  list-style: none;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.section5 .wrap .col-right .wraps ul.list li div {
  display: block;
  padding: 20px;
  margin-bottom: 50px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}

.section5 .wrap .col-right .wraps ul.list li div span.icon {
  display: block;
  margin-bottom: 20px;
  position: relative;
  min-height: 48px;
}

.section5 .wrap .col-right .wraps ul.list li div span.icon img {
  width: 48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section5 .wrap .col-right .wraps ul.list li div span.title {
  display: block;
  font: 500 16px/24px;
  color: #292929;
}

.section5 .wrap .col-right .wraps ul.list li div p {
  font: 400 15px/20px;
  color: #646464;
}

.section5 .wrap .col-right .wraps ul.list li div:hover {
  background-color: #fff;
}

.section5 .wrap .col-right .wraps ul.list li div:hover span.title {
  color: #104b97;
}

.section5 .wrap .col-right .wraps ul.list li div:hover p {
  color: #104b97;
}

.section5 .wrap .col-right .wraps a.btn-effect-2 {
  padding: 21px 40px;
  border-radius: 8px;
  font: 400 16px/16px;
  text-decoration: none;
}

.section8 {
  display: none;
}

.section6 {
  margin-bottom: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section6 .pattern {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 380px;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.section6 .wrap {
  max-width: 1136px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}

.section6 .wrap i.slice1 {
  position: absolute;
  left: 0;
  bottom: -185px;
  z-index: 2;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.section6 .wrap i.slice1 i.shadow {
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: 100%;
  z-index: 2;
}

.section6 .wrap i.slice2 {
  position: absolute;
  left: 180px;
  bottom: -95px;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.section6 .wrap i.slice2 i.shadow {
  -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: calc(100% - 10px);
  height: 100%;
  z-index: 2;
}

.section6 .wrap .col-right {
  width: 100%;
  max-width: 560px;
  display: inline-block;
  padding: 100px 0 75px 0;
}

.section6 .wrap .col-right .wraps {
  padding: 0;
  border-radius: 8px;
  text-align: left;
}

.section6 .wrap .col-right .wraps h2 {
  font: 300 32px/40px;
  color: #fff;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section6 .wrap .col-right .wraps h2 span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.section6 .wrap .col-right .wraps h2 span.icon img {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.section6 .wrap .col-right .wraps p {
  font: 300 19px/32px;
  color: #fff;
  padding-right: 50px;
  padding-bottom: 50px;
}

.section6 .wrap .col-right .wraps .btn-block a {
  text-decoration: none;
  display: inline-block;
}

.section6 .wrap .col-right .wraps .btn-block a img {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.section6 .wrap .col-right .wraps .btn-block a:hover img {
  opacity: 1;
}

.section6 .wrap .col-right .wraps .btn-block a.apple img {
  width: 156px;
  height: 46px;
}

.section6 .wrap .col-right .wraps .btn-block a.android img {
  width: 156px;
}

.section7 {
  position: relative;
  padding: 80px 0;
}

.section7 .wrap {
  max-width: 1136px;
  margin: 0 auto;
}

.section7 .wrap .partners-list .owl-stage-outer .owl-stage .owl-item .item {
  text-align: center;
}

.section7 .wrap .partners-list .owl-stage-outer .owl-stage .owl-item .item img {
  display: inline-block;
  max-height: 40px;
}

footer {
  overflow: hidden;
  background-color: #f9f9fc;
  padding: 80px 0 45px 0;
  position: relative;
}

footer .dev-stage {
  background: #08397b;
  width: 18%;
  height: 110px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0;
}

footer .dev-stage strong {
  color: #fff;
  font: 300 16px/20px;
  position: absolute;
  top: 40%;
  text-align: center;
  left: 0;
  right: 0;
}

footer .pattern {
  position: absolute;
  right: 0;
  bottom: -7px;
  z-index: 0;
  max-width: 380px;
  fill-opacity: 0.4;
  fill: #08397b;
}

footer .wrap {
  max-width: 1136px;
  margin: 0 auto;
}

footer .wrap a {
  text-decoration: none;
}

footer .wrap h2 {
  padding-bottom: 20px;
  font: 500 16px/20px;
  color: #08397b;
}

footer .wrap .list {
  font-size: 0;
  line-height: 0;
  margin-bottom: 45px;
}

footer .wrap .list .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

footer .wrap .list .item:nth-child(1),
footer .wrap .list .item:nth-child(2) {
  width: 20%;
}

footer .wrap .list .item.contact-info {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}

footer .wrap .list .item .wraps ul li {
  list-style: none;
  padding-bottom: 15px;
}

footer .wrap .list .item .wraps ul li a {
  display: inline-block;
  font: 500 14px/20px;
  color: #646464;
  text-decoration: none;
  -webkit-transition: color 150ms ease 0s;
  transition: color 150ms ease 0s;
  z-index: 99;
}

footer .wrap .list .item .wraps ul li a:hover {
  color: #08397b;
}

footer .wrap .list .item .wraps ul li:nth-child(3) {
  padding-bottom: 35px;
}

footer .wrap .list .item.contact-info .wraps ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 40px;
}

footer .wrap .list .item.contact-info .wraps ul li span.icon {
  display: inline-block;
  margin-right: 15px;
  padding-top: 2px;
}

footer .wrap .list .item.contact-info .wraps ul li span.icon img {
  width: 100%;
  max-width: 15px;
  min-width: 15px;
}

footer .wrap .list .item.contact-info .wraps ul li a {
  display: inline-block;
  font: 500 15px/20px;
  color: #104b97;
  text-decoration: none;
  -webkit-transition: color 150ms ease 0s;
  transition: color 150ms ease 0s;
  margin-left: 15px;
}

footer .wrap .list .item.contact-info .wraps ul li a:hover {
  color: #0b9fa5;
}

footer .wrap nav {
  margin-bottom: 20px;
}

footer .wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .wrap nav ul li {
  list-style: none;
  display: inline-block;
  min-width: 180px;
}

footer .wrap nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 500 15px/20px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 150ms ease 0s;
  transition: color 150ms ease 0s;
}

footer .wrap nav ul li a:hover {
  color: #0b9fa5;
}

footer .wrap nav ul li a img {
  display: inline-block;
  max-width: 16px;
  margin-right: 16px;
  vertical-align: middle;
  padding-bottom: 5px;
}

footer .wrap p.copyright {
  font: 14px/17px;
  color: #979797;
  margin-bottom: 10px;
  display: inline-block;
  width: 60%;
}

footer .wrap .copy-logo {
  display: inline-block;
}

footer .wrap .copy-logo a {
  display: inline-block;
  display: -webkit-inline-box;
}

footer .wrap .copy-logo a p {
  font: 14px/17px;
  color: #979797;
}

footer .wrap .copy-logo a img {
  padding-left: 10px;
  height: 20px;
}

.pageCredit .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 75px 0 80px 0;
}

.pageCredit .wrap h2 {
  font: 300 32px/40px;
  color: #000;
  padding-bottom: 22px;
}

.pageCredit .wrap p {
  font: 400 14px/20px;
  color: #646464;
  margin-bottom: 20px;
}

.pageCredit .wrap .form {
  margin: 0 -16px 0 -16px;
  font-size: 0;
  line-height: 0;
}

.pageCredit .wrap .form .select-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.pageCredit .wrap .form .select-wrapper .inp-25per {
  width: 20%;
}

.pageCredit .wrap .form .select-wrapper .inp-25per .month {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0 0 0 38px;
  min-height: 78px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pageCredit .wrap .form .item {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}

.pageCredit .wrap .form .item .wraps {
  padding: 0 16px;
}

.pageCredit .wrap .form .item .wraps label {
  display: block;
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background-color: transparent;
}

.pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 16px 0 21px 40px;
  font: 300 24px/40px;
  color: #08397b;
}

.pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon {
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 10px;
}

.pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #b3b3b3;
}

.pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon:before {
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom: 10px solid #b3b3b3;
}

.pageCredit .wrap .form .item.typeInput .wraps #rangeSummaInput,
.pageCredit .wrap .form .item.typeInput .wraps #rangeYearInput {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0 0 0 38px;
  min-height: 78px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageCredit .wrap .form .item.typeInput .wraps .noUi-target {
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: #0b9fa5;
  height: 2px;
  position: relative;
  top: -2px;
  padding-left: 24px;
}

.pageCredit .wrap .form .item.typeInput .wraps .noUi-target .noUi-base .noUi-origin .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0b9fa5;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  top: -11px;
  cursor: pointer;
  display: block;
  position: absolute;
  margin-left: 20px;
  right: 0;
  background: #fff;
}

.pageCredit .wrap .form .item.typeInput .wraps .noUi-target .noUi-base .noUi-origin .noUi-handle:before {
  display: none;
}

.pageCredit .wrap .form .item.typeInput .wraps .noUi-target .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}

.pageCredit .wrap .form .item.typeCheckbox {
  width: 100%;
  margin: 40px 0;
}

.pageCredit .wrap .form .item.typeCheckbox .wraps .checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.pageCredit .wrap .form .item.typeCheckbox .wraps .checkbox label {
  font: 400 14px/20px;
  text-transform: capitalize;
  color: rgba(100, 100, 100, 0.4);
  background: 0 0;
  border: 0 none;
  padding: 0;
  margin: 0 20px 0 0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageCredit .wrap .form .item.typeCheckbox .wraps .checkbox label .ui-checkboxradio-icon {
  border: 1px solid #b3b3b3;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}

.pageCredit .wrap .form .item.typeCheckbox .wraps .checkbox label.ui-state-active {
  color: #646464;
}

.pageCredit .wrap .form .item.typeCheckbox .wraps .checkbox label.ui-state-active .ui-checkboxradio-icon {
  background: #0b9fa5 url(/local/templates/nbu/css/../images/pageCredit/checkIn.svg) no-repeat center center;
  background-size: 60% 100%;
  border-color: #0b9fa5;
}

.pageCredit .wrap .form .item.submit {
  width: 100%;
  margin-bottom: 0;
}

.pageCredit .wrap .form .item.submit .wraps button {
  padding: 21px 53px;
  cursor: pointer;
  font: 300 18px/24px;
  color: #fff;
  border-radius: 8px;
}

.pageCredit .formResult {
  margin-bottom: 80px;
}

.pageCredit .formResult .col-top {
  background-color: #08397b;
}

.pageCredit .formResult .col-top .wraps {
  max-width: 1136px;
  margin: 0 auto;
  padding: 60px 0;
}

.pageCredit .formResult .col-top .wraps ul {
  font-size: 0;
  line-height: 0;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageCredit .formResult .col-top .wraps ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.pageCredit .formResult .col-top .wraps ul li span {
  display: block;
  font: 500 12px/20px;
  color: #e6e6e6;
  text-transform: uppercase;
}

.pageCredit .formResult .col-top .wraps ul li i {
  font: normal 300 18px/40px;
  color: #fff;
}

.pageCredit .formResult .col-top .wraps .btnGroup {
  font-size: 0;
  line-height: 0;
}

.pageCredit .formResult .col-top .wraps .btnGroup a {
  font: 400 14px/18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px 10px;
  min-width: 138px;
  margin-right: 32px;
}

.pageCredit .formResult .col-top .wraps .btnGroup a span img {
  width: 10px;
  height: 16px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

.pageCredit .formResult .col-bottom .title {
  max-width: 1136px;
  margin: 38px auto;
  font-size: 0;
}

.pageCredit .formResult .col-bottom .title .item {
  width: 16%;
  display: inline-block;
  vertical-align: top;
}

.pageCredit .formResult .col-bottom .title .item.month {
  width: 10%;
}

.pageCredit .formResult .col-bottom .title .item .wraps {
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
}

.pageCredit .formResult .col-bottom .values .line .row {
  max-width: 1136px;
  margin: 0 auto;
}

.pageCredit .formResult .col-bottom .values .line .row .item {
  width: 16%;
  display: inline-block;
  vertical-align: top;
  font: 300 19px/24px;
  color: #292929;
}

.pageCredit .formResult .col-bottom .values .line .row .item.month {
  width: 10%;
}

.pageCredit .formResult .col-bottom .values .line .row .item.summa {
  width: 16%;
}

.pageCredit .formResult .col-bottom .values .line .row .item.pay {
  color: #08397b;
}

.pageCredit .formResult .col-bottom .values .line .row .item .wraps {
  padding: 8px 0;
}

.pageCredit .formResult .col-bottom .values .line:nth-child(2n + 1) {
  background-color: #f0f0f0;
}

.pageCredit .formResult .col-bottom .values .line.mark .row .item {
  font-weight: 600;
  color: #0b9fa5;
}

.pageCredit .formResult .col-bottom .values .line.totalResult {
  background-color: transparent;
  margin-top: 20px;
}

.pageCredit .formResult .col-bottom .values .line.totalResult .row .item {
  font-weight: 600;
  color: #292929;
}

.credit-tabs .tabcontent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  background: #f4f5f5;
  margin-bottom: 25px;
  overflow: hidden;
}

.credit-tabs .tabcontent {
  width: 100%;
  font-size: 16px;
}

.credit-tabs .tabcontent p {
  font: 400 20px/32px;
}

.credit-tabs .tabcontent ul {
  background: 0 0;
}

.credit-tabs .tabcontent ul li {
  list-style: none;
  position: relative;
  font: 400 16px/23px;
  color: #292929;
  width: 100%;
}

.credit-tabs .tabcontent ul li::before {
  position: absolute;
  top: 4px;
  left: -30px;
  content: '';
  width: 15px;
  height: 15px;
  background: #0b9fa5;
  border-radius: 100%;
}

.tab_head li {
  background: #08397b;
  float: left;
  list-style: none;
}

.tab_head li a {
  display: block;
  padding: 17px 1.6vmax;
  background: #0b9fa5;
  text-decoration: none;
  color: #fff;
  font: 300 16px/20px;
}

.tab_head li a:hover {
  background: #32afb5 !important;
}

.tab_head li:last-child a {
  border: none;
}

.credit-tabs #tabs_container .tabcontent {
  width: 100%;
  color: #292929;
  font-weight: 400;
  clear: both;
  margin-bottom: 30px;
  display: none;
  padding: 0 20px;
}

.credit-tabs #tabs_container .tabcontent.active {
  display: block;
}

.credit-tabs .wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.credit-tabs ~ .wrap {
  padding: 5px 0 35px;
}

.credit-tabs #tabs_container {
  padding: 0 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  clear: both;
}

.credit-tabs .transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.credit-tabs .make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.credit-tabs .tabcontent {
  padding: 25px 0;
}

.credit-tabs .showscale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.credit-tabs .hideleft {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.credit-tabs .showleft {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.credit-tabs .hidescaleup {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
}

.credit-tabs .showscaleup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.credit-tabs .hideflip {
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.credit-tabs .showflip {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotatey(0) scale(1);
  transform: rotatey(0) scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.credit-tabs .tabulous_active {
  background: #32afb5 !important;
  color: #fff !important;
}

.credit-tabs .tabulousclear {
  display: block;
  clear: both;
}

.ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper {
  font: 400 16px/21px;
  color: #000;
  padding: 16px 0 20px 20px;
  background-color: #fff;
  border: none;
  transition: 0.2s ease 0s;
}

.ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #0b9fa5;
  color: #fff;
}

.pageCredit .wrap .form .item.typeInput .wraps #rangePeriodInput {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0 0 0 38px;
  min-height: 78px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pechat {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.pechat .fa-print {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 10px 0 10px;
}

.pechat .fa-file-pdf-o {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 10px 0 10px;
}

.pechat .pdfobject-container {
  height: 100px;
}

.pechat .pdfobject {
  border: 1px solid #666;
}

.pageCards #inter_butt {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pageCards #nat_butt {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pageCards .wrap {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.pageCards .wrap h2 {
  font: 500 12px/0;
  color: #646464;
  margin-bottom: 30px;
}

.pageCards .wrap #list_nat {
  display: none;
}

.pageCards .wrap .list {
  margin-bottom: 80px;
  display: block;
}

.pageCards .wrap .list .item {
  width: 100%;
  margin-bottom: 30px;
}

.pageCards .wrap .list .item .col-left {
  width: 21%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pageCards .wrap .list .item .col-right {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 50px;
  width: 74%;
}

.pageCards .wrap .list .item .col-right .wraps h3 {
  font: 300 32px/40px;
  color: #08397b;
}

.pageCards .wrap .list .item .col-right .wraps ul.description {
  list-style: none;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li {
  position: relative;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li a {
  font: 300 19px/32px;
  color: #0b9fa5;
  text-decoration: underline;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li a:hover {
  text-decoration: none;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li a::-moz-selection {
  background: green;
  color: #fff;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li a::selection {
  background: green;
  color: #fff;
}

.pageCards .wrap .list .item .col-right .wraps ul.description li::before {
  position: absolute;
  content: ' ';
  width: 15px;
  height: 15px;
  left: -28px;
  top: 8px;
  background: #0b9fa5;
  border-radius: 100%;
}

.pageCards .c_choice {
  width: 100%;
  margin-bottom: 70px;
}

.pageCards .c_choice .change_c {
  width: 45.87%;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
}

.pageCards .c_choice .ins_text {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 10px;
}

.pageCards .c_choice .ins_text p {
  text-align: center;
  font: 300 24px/40px;
  margin-bottom: 0;
}

.pageContribute .sel-dep .c_choice {
  width: 100%;
  margin-bottom: 70px;
}

.pageContribute .sel-dep .c_choice .change_c {
  width: 45.87%;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 5px;
}

.pageContribute .sel-dep .c_choice .ins_text {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 10px;
}

.pageContribute .sel-dep .c_choice .ins_text p {
  text-align: center;
  font: 300 24px/40px;
  margin: 0;
}

.pageContribute .sel-dep .c_choice .ins_text.bg_active p {
  color: #fff;
}

.mb_class {
  margin-bottom: 20px;
}

.listNotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

.listNotes span {
  color: #000;
  font: 500 16px/24px;
}

.listNotes li {
  width: 30%;
  font: 500 12px/20px;
  color: #646464;
}

.listNotes a {
  color: #0b9fa5;
  font: 500 16px/24px;
}

.listNotes a:hover {
  text-decoration: none;
}

.description {
  margin-bottom: 10px;
}

.description li {
  font: 300 18px/32px;
  color: #292929;
}

.bg_active {
  background: #08397b;
  color: #fff;
  border-radius: 3px;
}

.about_section {
  margin-top: 0;
  clear: both;
}

.a_bank {
  display: block;
}

.a_bank h1 {
  color: #000;
  font: 48px/64px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.a_bank h2 {
  color: #000;
  font: 32px/40px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.a_bank p {
  font: 300 19px/32px;
  color: #000;
}

.a_bank span {
  font: 600 32px/40px;
  color: #000;
}

.a_bank a {
  text-decoration: none;
}

.flex_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.icons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.icons_list a {
  text-decoration: none;
  font: 500 16px/24px;
  color: #000;
  width: 16.6666%;
  display: inline-block;
}

.icons_list span {
  display: block;
  text-align: center;
}

.icon_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon_block img {
  max-width: 64px;
  max-height: 50px;
  display: block;
  margin: 0 auto 15px auto;
}

.icon_block p {
  font: 19px/32px;
}

.pageContribute .sel-dep {
  padding: 0 20px;
}

.pageContribute .radio-toolbar {
  text-align: center;
}

.pageContribute .radio-toolbar .radio-toolbar input[type='radio'] {
  display: none;
}

.pageContribute .radio-toolbar .radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 0;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
  line-height: 40px;
}

.pageContribute .radio-toolbar .radio-toolbar input[type='radio']:checked + label {
  background-color: #bbb;
}

.pageContribute .mb_contriute {
  margin-top: 50px;
  margin-bottom: 100px;
}

.pageContribute .count {
  height: 80px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

.pageContribute #calculator .short_count {
  width: 15.503%;
}

.pageContribute .count {
  border-radius: 4px;
}

.pageContribute .count .radio-toolbar {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageContribute .count .radio-toolbar input[type='radio'] {
  display: none;
}

.pageContribute .count .radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  font-family: Arial;
  font-size: 16px !important;
  cursor: pointer;
  width: 50%;
  line-height: 80px !important;
  font: 300 32px/40px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pageContribute .count .radio-toolbar input[type='radio']:checked + label {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

.pageContribute #calculator .ui-selectmenu-text {
  color: #292929 !important;
}

.pageContribute .line_bor {
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}

.pageContribute .line_bor .triangle {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}

.pageContribute .line_bor .triangle:after,
.pageContribute .line_bor .triangle:before {
  top: 100%;
  left: 70px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pageContribute .line_bor .triangle:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 40px;
  margin-left: -20px;
}

.pageContribute .line_bor .triangle:before {
  border-color: rgba(191, 191, 191, 0);
  border-top-color: #bfbfbf;
  border-width: 41px;
  margin-left: -21px;
}

.pageContribute .sel-dep h3 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 42px;
  margin-top: 100px;
}

.pageContribute .sel-dep .deposits-list {
  font-size: 0;
  margin: 0 -8px;
}

.pageContribute .sel-dep .deposits-list .dep-block {
  width: 33.33333%;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
}

.pageContribute .sel-dep .deposits-list .dep-text {
  padding: 40px 20px;
  margin: 0 8px 16px 8px;
  border: 1px solid #b3b3b3;
}

.pageContribute .sel-dep .deposits-list .dep-text h4 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 19px;
}

.pageContribute .sel-dep .deposits-list .dep-text p {
  font: 400 16px/24px;
  color: #2a2a2a;
}

.pageContribute .sel-dep .deposits-list .dep-text .dep-descrip {
  border-bottom: 1px solid #b3b3b3;
  padding: 0 20px 40px 20px;
  min-height: 185px;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit {
  padding: 40px 20px 0 20px;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap {
  width: 100%;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap .ins-last p {
  font: 500 12px/35px;
  color: #646464;
  text-transform: uppercase;
  margin: 0;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap .ins-last i {
  font: 500 12px/20px;
  color: #3fb061;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap .not-accept i {
  color: red;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap a {
  text-decoration: none;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt {
  background: #0b9fa5;
  width: 220px;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt:hover {
  background: #097f84;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt p {
  color: #000;
  font: 300 18px/24px;
  color: #fff;
  margin: 0;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim {
  font: 400 20px/20px;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim p {
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 10px;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim i {
  color: #000;
  font: 300 26px/36px;
  display: inline-block;
  float: right;
  min-height: 72px;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .big-i {
  width: 100%;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .big-i i,
.pageContribute .sel-dep .deposits-list .dep-text .limit .big-i p {
  display: block;
  float: none;
}

.pageContribute .sel-dep .deposits-list .dep-text .limit .big-i i {
  padding-top: 15px;
}

.page-MoneyTransform {
  padding-top: 60px;
  margin-bottom: 80px;
}

.page-MoneyTransform .f-t-caption h1 {
  font: 500 12px/20px;
  width: 100%;
  text-align: center;
  color: #646464;
  text-transform: uppercase;
}

.page-MoneyTransform .f-t-caption h2 {
  font: 400 48px/64px;
  width: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 42px;
}

.page-MoneyTransform .f-t-caption h3 {
  font: 300 32px/40px;
  width: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.page-MoneyTransform .f-t-caption h4 {
  font: 400 12px/20px;
  width: 100%;
  text-align: center;
  color: #646464;
}

.page-MoneyTransform .m-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-MoneyTransform .m-form-block .left-side {
  width: 40.322%;
}

.page-MoneyTransform .m-form-block .left-side .cal-te {
  padding: 0 0 0 90px;
  margin-top: 40px;
}

.page-MoneyTransform .m-form-block .left-side .cal-te button {
  background: #0b9fa5;
  color: #fff;
  font: 300 18px/24px;
  cursor: pointer;
  width: 220px;
  height: 60px;
  border-radius: 5px;
  border: none;
}

.page-MoneyTransform .m-form-block .left-side .cal-te button:hover {
  background: #097f84;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block {
  margin-bottom: 30px;
  font-size: 0;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system p {
  text-transform: uppercase;
  font: 600 12px/20px;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps {
  padding: 0;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label {
  display: block;
  margin-bottom: 7px;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input {
  display: none;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input + img {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .wallet-block
  .block-icon
  .m-icon
  .m-icon-wraps
  label
  > input:checked
  + img {
  border: 3px solid #3fb061;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:first-child .m-icon-wraps {
  padding-right: 8px;
}

.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps {
  padding-left: 8px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form {
  display: block;
  font-size: 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc {
  width: 20%;
  display: inline-block;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc p {
  text-transform: uppercase;
  font: 600 12px/20px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block {
  width: 80%;
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice {
  position: relative;
  z-index: 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon {
  z-index: 9999;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 80px;
  height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon .radio-toolbar {
  height: 100%;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .euro-choice
  .euro-icon
  .radio-toolbar
  input[type='radio'] {
  display: none;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon .radio-toolbar {
  text-align: center;
  border-radius: 5px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon .radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
  line-height: 40px;
  border-radius: 5px;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .euro-choice
  .euro-icon
  .radio-toolbar
  input[type='radio']:checked
  + label {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form {
  margin: 0 -16px 0 -16px;
  font-size: 0;
  line-height: 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item {
  width: 100%;
  display: block;
  vertical-align: top;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item .wraps {
  padding: 0 16px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item .wraps label {
  display: block;
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeSelect {
  margin-bottom: 20px;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeSelect .ui-selectmenu-button {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background-color: transparent;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeSelect
  .ui-selectmenu-button
  .ui-selectmenu-text {
  padding: 16px 0 21px 40px;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeSelect
  .ui-selectmenu-button
  .ui-selectmenu-icon {
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 10px;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeSelect
  .ui-selectmenu-button
  .ui-selectmenu-icon:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #b3b3b3;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeSelect
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon:before {
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom: 10px solid #b3b3b3;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeSummaInput,
.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeYearInput {
  width: 100%;
  font: 300 32px/41px;
  color: #000;
  padding: 0 0 0 38px;
  min-height: 78px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #b3b3b3;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps .noUi-target {
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: #0b9fa5;
  height: 2px;
  position: relative;
  top: -2px;
  padding-left: 24px;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeInput
  .wraps
  .noUi-target
  .noUi-base
  .noUi-origin
  .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #0b9fa5;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  top: -11px;
  cursor: pointer;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeInput
  .wraps
  .noUi-target
  .noUi-base
  .noUi-origin
  .noUi-handle:before {
  display: none;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeInput
  .wraps
  .noUi-target
  .noUi-base
  .noUi-origin
  .noUi-handle:after {
  display: none;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeCheckbox {
  width: 100%;
  margin: 40px 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeCheckbox .wraps .checkbox {
  display: inline-block;
  vertical-align: middle;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeCheckbox .wraps .checkbox label {
  font: 400 14px/20px;
  text-transform: capitalize;
  color: rgba(100, 100, 100, 0.4);
  background: 0 0;
  border: 0 none;
  padding: 0;
  margin: 0 20px 0 0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeCheckbox
  .wraps
  .checkbox
  label
  .ui-checkboxradio-icon {
  border: 1px solid #b3b3b3;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeCheckbox
  .wraps
  .checkbox
  label.ui-state-active {
  color: #646464;
}

.page-MoneyTransform
  .m-form-block
  .left-side
  .calc-form
  .calc-block
  .form
  .item.typeCheckbox
  .wraps
  .checkbox
  label.ui-state-active
  .ui-checkboxradio-icon {
  background: #0b9fa5 url(/local/templates/nbu/css/../images/pageCredit/checkIn.svg) no-repeat center center;
  background-size: 60% 100%;
  border-color: #0b9fa5;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.submit {
  width: 100%;
  margin-bottom: 0;
}

.page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.submit .wraps button {
  padding: 21px 53px;
  cursor: pointer;
  font: 300 18px/24px;
  color: #fff;
  border-radius: 8px;
}

.page-MoneyTransform .m-form-block .right-side {
  width: 54.523%;
}

.page-MoneyTransform .m-form-block .right-side .inside-right {
  border-radius: 5px;
  padding: 60px 95px 0 95px;
  background: #08397b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap .cur-ins {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap .cur-ins p {
  font: 400 12px/20px;
  color: #e6e6e6;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap .cur-ins i {
  font: 400 32px/40px;
  color: #fff;
  text-transform: uppercase;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 60px;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text p {
  font: 200 18px/32px;
  color: #e6e6e6;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text i {
  font: 400 15px/32px;
  color: #fff;
  text-transform: uppercase;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches:hover {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: #fff;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches:hover:hover .icon-marker {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: #000;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches:hover:hover {
  color: #000;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches .icon-marker {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}

.page-MoneyTransform .m-form-block .right-side .inside-right .currency-block a {
  text-decoration: none;
  font: 400 14px/17px;
  color: #fff;
  width: 160px;
  height: 42px;
  margin-bottom: 72px;
}

.topt {
  clear: both;
  overflow: hidden;
}

.department .dep-ins {
  margin-bottom: 20px;
}

.lefside50 {
  display: inline-block;
  width: 48%;
}

.department.lefside50 .dep-ins,
.department.rightside50 .dep-ins {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 200px;
}

.rightside50 {
  display: inline-block;
  width: 48%;
  float: right;
}

.subscribeform input[type='text'] {
  width: calc(100% - 160px);
  margin: 0;
  padding: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9cb6b7;
}

.subscribeform input[type='submit'] {
  margin: 0;
  padding: 10px 20px;
  border: none;
  background: #0b9fa5;
  color: #fff;
  cursor: pointer;
}

.subscribeform input[type='submit']:hover {
  background: #000;
}

.department.full .dep-ins .text-tel {
  display: block;
}

#asd_subscribe_res {
  margin: 0 0 10px;
  font-size: 16px;
}

.department.full .dep-ins .text-tel p {
  display: inline-block;
}

.department .dep-ins h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
}

.department .dep-ins .text-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.department .dep-ins .text-tel p {
  font: 400 15px/20px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.department .dep-ins .text-tel a {
  color: #000;
  font: 500 16px/20px;
  text-decoration: none;
}

.pagePayments {
  padding-top: 80px;
  margin-bottom: 80px;
}

.pagePayments .payForm {
  margin-bottom: 80px;
}

.pagePayments .payForm .pay-inside {
  width: 100%;
}

.pagePayments .payForm .pay-inside .pay-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 52px;
}

.pagePayments .payForm .pay-inside .pay-icon img {
  max-width: 32px;
  height: 48px;
  margin-right: 33px;
}

.pagePayments .payForm .pay-inside .pay-icon p {
  color: #292929;
  font: 300 24px/20px;
}

.pagePayments .payForm .flex-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagePayments .payForm .flex-gr .input-block {
  width: 368px;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}

.pagePayments .payForm .flex-gr .input-block input {
  background: #fff;
  font: 300 24px/20px;
  height: 80px;
  border: none;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagePayments .payForm .flex-gr .input-block input:first-of-type {
  border-bottom: 1px solid #b3b3b3;
}

.pagePayments .payForm .flex-gr .input-block input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pagePayments .payForm .flex-gr .input-block input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .input-block input:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagePayments .payForm .flex-gr .month-block p {
  font: 400 12px/20px;
  text-transform: uppercase;
  color: #646464;
  margin-bottom: 29px;
}

.pagePayments .payForm .flex-gr .month-block input {
  width: 80px;
  height: 80px;
  text-align: center;
  font: 400 24px/32px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
}

.pagePayments .payForm .flex-gr .month-block input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .month-block input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.pagePayments .payForm .flex-gr .choice-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.pagePayments .payForm .flex-gr .choice-count p {
  font: 400 12px/20px;
  text-transform: uppercase;
  color: #646464;
  margin-bottom: 29px;
}

.pagePayments .payForm .flex-gr .choice-count .radio-ch {
  width: 520px;
  height: 80px;
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
}

.pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar input[type='radio'] {
  display: none;
}

.pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  padding: 0;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
  line-height: 80px;
  float: left;
  font-size: 24px;
  color: #292929;
}

.pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar input[type='radio']:checked + label {
  background-color: #000;
  color: #fff;
}

.pagePayments .fl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.pagePayments .fl-wrap .payForm:first-of-type {
  margin-right: 208px;
}

.pagePayments .flex-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.pagePayments .end-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.pagePayments .end-form i {
  font: 300 32px/40px GoogleSans;
  color: #000;
  margin-bottom: 22px;
}

.pagePayments .end-form .end-count {
  background: #1b9398;
  width: 368px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagePayments .end-form .end-count p {
  color: #fff;
  padding-left: 40px;
  font: 300 24px/40px;
}

.pageSafes ul li {
  font: 300 19px/32px;
  color: #292929;
  padding-left: 0;
}

.pageSafes .safes-block {
  margin: 60px 0;
}

.pageSafes .safes-block .text-safes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.pageSafes .safes-block .text-safes h1 {
  font: 400 48px/48px;
  color: #000;
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}

.pageSafes .safes-block .text-safes h2 {
  font: 400 24px/30px;
  color: #000;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}

.pageSafes .safes-block .text-safes p {
  font: 300 18px/32px;
  color: #292929;
}

.pageSafes .safes-block .text-safes h3 {
  font: 300 32px/40px;
  color: #000;
  margin: 0;
  margin-bottom: 22px;
  text-align: center;
}

.pageSafes .safes-block .text-safes-mb {
  margin-bottom: 40px;
}

.pageSafes .safes-block .col-safes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageSafes .safes-block .col-safes .safes-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pageSafes .safes-block .col-safes .safes-ins .image-block {
  margin-bottom: 45px;
  width: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pageSafes .safes-block .col-safes .safes-ins .image-block-2 {
  width: 95px;
  height: 155px;
}

.pageSafes .safes-block .col-safes .safes-ins .image-block-3 {
  width: 112px;
  height: 155px;
}

.pageSafes .safes-block .col-safes .safes-ins .image-block-4 {
  width: 129px;
  height: 155px;
}

.pageSafes .safes-block .col-safes .safes-ins .sec-text {
  margin-bottom: 30px;
  padding: 15px;
  margin-left: -15px;
}

.pageSafes .safes-block .col-safes .safes-ins .sec-text i {
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
}

.pageSafes .safes-block .col-safes .safes-ins .sec-text p {
  color: #000;
  font: 300 32px/40px;
}

.pageSafes .safes-block .col-safes .marker-text p {
  font: 300 19px/32px GoogleSans !important;
  color: #292929 !important;
}

.pageSafes .safes-block .last-safes-text p {
  font: 500 16px/24px;
  color: #e35151;
}

.pageSafes .kwarts-img {
  width: 100%;
  height: 330px;
}

.pageSafes .kwarts-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-map .item {
  display: inline-block;
  color: #fff;
  width: 100%;
}

.section-map .map-block {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 50px 0;
  margin-top: 0px;
}

.section-map .map-block .map-drop {
  display: block;
  z-index: 2;
  width: 391px;
  background: #fff;
  height: auto;
}

.section-map .map-block .map-drop:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 30px;
  left: -61px;
  border-style: solid;
  border-width: 46px 79px 55px 0;
  border-color: transparent #fff transparent transparent;
}

.section-map .map-block .map-drop .cross-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-map .map-block .map-drop .cross-close .fa-times {
  font-size: 27px;
  padding-top: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.section-map .map-block .map-drop .in-map-block {
  border-bottom: 1px solid #646464;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins {
  padding: 15px 20px;
  cursor: pointer;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block p {
  font: 500 16px/23px;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block .fa-map-marker {
  font-size: 20px;
  margin-right: 15px;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block .fa-phone {
  font-size: 20px;
  margin-right: 15px;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block .fa-clock-o {
  font-size: 20px;
  margin-right: 15px;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .mar-wrap .mar-block .fa-cog {
  font-size: 20px;
  margin-right: 15px;
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .fa-chevron-down {
  font-size: 20px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.section-map .map-block .map-drop .in-map-block .white-bl-ins .ins-white-drop {
  display: none;
  max-width: 300px;
}

.section-map .map-block .map-drop .in-map-block:last-of-type {
  border-bottom: none;
}

.section-map .map-block .ins-map {
  padding-top: 25px;
  position: absolute;
  left: 115px;
  top: 0;
  width: 370px;
  z-index: 1;
  margin-top: 40px;
}

.section-map .map-block .ins-map #region-2 {
  display: none;
}

.section-map .map-block .ins-map .check-map {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
}

.modern-page-navigation ul li a {
  font-size: 18px;
  font-weight: 400;
  padding: 0 !important;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio'] {
  display: none;
}

.section-map .map-block .ins-map .check-map .radio-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: column;
  -ms-flex-pack: column;
  justify-content: column;
}

.section-map .map-block .ins-map .check-map .radio-toolbar label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-bottom: 0;
}

.section-map .map-block .ins-map .check-map .radio-toolbar label img {
  display: none;
}

.section-map .map-block .ins-map .check-map .radio-toolbar label img.active {
  display: block;
}

.section-map .map-block .ins-map .check-map .radio-toolbar label:nth-child(1) img {
  display: block;
}

.section-map .map-block .ins-map .check-map .radio-toolbar label:nth-child(1) img.active {
  display: none;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label {
  background: #08397b;
  color: #fff;
  text-align: center;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label:last-child img {
  display: block;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label:last-child img.active {
  display: none;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label:nth-child(2) img {
  display: block;
}

.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label:nth-child(2) img.active {
  display: none;
}

.section-map .map-block .ins-map .check-map label img {
  width: 40px;
  height: 48px;
  margin-bottom: 13px;
}

.section-map .map-block .ins-map .regions-block {
  padding: 0 45px;
}

.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button {
  width: 100%;
  font: 300 25px/30px;
  color: #000;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  background-color: transparent;
}

.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 10px 0 10px 12px;
  margin-right: 0;
  font-size: 17px;
}

.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-icon {
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
}

.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-icon::before {
  content: ' ';
  width: 13px;
  height: 1.5px;
  left: 0;
  top: 50%;
  margin-left: 0;
  background-color: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-map
  .map-block
  .ins-map
  .regions-block
  .typeSelect
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-icon::after {
  content: ' ';
  width: 13px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-map
  .map-block
  .ins-map
  .regions-block
  .typeSelect
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-map .map-block .ins-map .regions-block .region-list {
  display: block;
  margin-top: 30px;
  height: 420px;
  overflow-y: scroll;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-scrollbar-track {
  background-color: #ecedee;
  border-radius: 10px;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009ea7;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0;
}

.section-map .map-block .ins-map .regions-block .region-list::-webkit-scrollbar {
  width: 6px;
}

.section-map .map-block .ins-map .regions-block .region-list li {
  list-style: none;
  font: 500 16px/24px;
  color: #2a2a2a;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  padding-bottom: 0;
}

.section-map .map-block .ins-map .regions-block .region-list li::before {
  display: none;
}

.section-map .map-block .ins-map .regions-block .region-list li:hover {
  color: #08397b;
}

.section-map .map-block .map {
  width: 100%;
  min-height: 840px;
}

.secondNews-Section .newsSection {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.newsSection .news-block .news-title ol {
  padding-left: 20px;
}

.newsSection a {
  text-decoration: none;
}

.newsSection .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 26px;
}

.newsSection .news-block .news-title img {
  margin-bottom: 40px;
}

.newsSection .news-block .news-title p {
  font: 300 19px/32px;
  color: #292929;
  margin-bottom: 15px;
  overflow: hidden;
}

.newsSection .news-block .news-title ul li p {
  list-style: none;
  position: relative;
  line-height: 36px;
  font: 400 19px/32px;
  color: #292929;
}

.newsSection .news-block .news-title a {
  color: #089fa5;
  text-decoration: underline;
}

.newsSection .news-block .news-title a:hover {
  text-decoration: none;
}

.newsSection .news-w-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.newsSection .news-w-img.gallary {
  transition: 0.3s ease-in-out;
  height: auto;
  width: calc(100% - 200px);
  min-height: 360px;
  padding: 38px 300px 38px 60px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 0;
  margin-bottom: 35px;
}

.newsSection .news-w-img.gallary:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.newsSection .news-w-img.gallary:hover .ins-news-img {
  top: calc(50% - 20px);
}

.newsSection .news-w-img:hover .ins-news-text p {
  color: #009ea7;
}

.newsSection .news-w-img.gallary .ins-news-text {
  padding-bottom: 70px;
}

.newsSection .news-w-img.gallary .ins-news-text h2 a:hover {
  color: #009ea7;
}

.newsSection .news-w-img .ins-news-img {
  will-change: transform;
  transition: 0.3s ease-in-out;
}

.newsSection .news-w-img .ins-news-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
}

.newsSection .news-w-img .ins-news-text {
  width: 65.78%;
  display: inline-block;
}

.newsSection .news-w-img .ins-news-text .teaser {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6eaf1;
}

.newsSection .news-w-img .ins-news-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.444;
  color: #292929;
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
  transition: 0.3s ease;
}

.newsSection .news-w-img .ins-news-text span {
  font-size: 18px;
  line-height: 1.5555;
  color: #000;
  display: inline-block;
}

.newsSection .news-w-img .ins-news-text strong {
  font-size: 18px;
  line-height: 1.5555;
  color: #848e9f;
  display: inline-block;
}

.newsSection .news-w-img .ins-news-text a {
  margin: 0 0 20px 0;
  margin-bottom: 20px;
}

.newsSection .news-wrap {
  margin-bottom: 50px;
}

.newsSection .main-wrap {
  margin: 0;
}

.newsSection .photo-album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newsSection .photo-album .album-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.newsSection .photo-album .album-inside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsSection .photo-album .album-inside .nur {
  width: 32%;
  height: 200px;
  margin-right: 10px;
}

.newsSection .photo-album .album-inside .nur:last-of-type {
  margin-right: 0;
}

.vacanciesSection .vac-text {
  max-width: 1136px;
  margin: 0 auto;
  padding-top: 0;
}

.vacanciesSection .vac-text h1 {
  font: 600 48px/48px;
  margin-bottom: 30px;
}

.vacanciesSection .vac-text p {
  font: 300 19px/32px;
  color: #292929;
  margin-bottom: 40px;
}

.vacanciesSection .vac-text h2 {
  font: 600 32px/40px;
  color: #000;
}

.vacanciesSection .vac-block {
  padding-top: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px;
}

.vacanciesSection .vac-block .list-vac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacanciesSection .vac-block .list-vac a {
  font: 500 20px/1.3;
  color: #000;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  text-decoration: none;
  display: block;
  padding: 30px;
  padding-left: 40px;
  width: 100%;
  -webkit-box-shadow: 0 15px 30px 0 transparent;
  box-shadow: 0 15px 30px 0 transparent;
  position: relative;
}

.vacanciesSection .vac-block .list-vac:hover a {
  color: #009ea7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
}

.vacanciesSection .vac-block .list-vac a::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/local/templates/nbu/css/../img/arrowright.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 20px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.vacanciesSection .vac-block .list-vac:hover a::after {
  background-image: url(/local/templates/nbu/css/../img/arrowright_acive.png);
}

.vacanciesSection .vav-last-wrap {
  margin-bottom: 80px;
  width: auto;
  margin: 0 auto;
}

.press-c-Section .press-text {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 24px;
}

.press-c-Section .press-text h1 {
  font: 600 48px/48px;
  margin-bottom: 30px;
  color: #000;
}

.press-c-Section .press-text .b-name {
  border: 1px solid #b3b3b3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 41px 0 0 96px;
  border-radius: 4px;
}

.press-c-Section .press-text .b-name h2 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 20px;
}

.press-c-Section .press-text .b-name p {
  font: 400 15px/20px;
  color: #646464;
  margin-bottom: 41px;
}

.press-c-Section .press-text .b-name a {
  color: #292929;
  text-decoration: none;
  font: 500 16px/24px;
}

.press-c-Section .press-news {
  padding-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 1px solid #b3b3b3;
}

.press-c-Section .press-news:last-of-type {
  border: none;
}

.press-c-Section .press-news .ins-source-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.press-c-Section .press-news .ins-source-line h3 {
  font: 600 32px/40px;
  color: #000;
  margin-right: 36px;
  margin-bottom: 0;
}

.press-c-Section .press-news .ins-source-line p {
  font: 500 12px/26px;
  cursor: pointer;
}

.press-c-Section .press-news .ins-source-line a {
  text-decoration: none;
}

.press-c-Section .press-news .press-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 20px;
}

.press-c-Section .press-news .press-source a {
  text-decoration: none;
}

.press-c-Section .press-news .press-source p {
  font: 500 16px/24px;
  color: #292929;
  margin-bottom: 20px;
}

.press-c-Section .press-news .press-source span {
  font: 400 15px/20px;
  color: #646464;
}

.press-c-Section .press-news .press-source .press-block {
  width: 28%;
}

.secondNews-Section .newsSection {
  position: relative;
}

.secondNews-Section .newsSection h1 {
  font: 300 48px/64px;
  color: #000;
  margin-top: 24px;
}

.secondNews-Section .newsSection .left-form {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  margin-right: 20px;
}

.secondNews-Section .newsSection .left-form p,
.youth-news .filtrcontent .left-form p {
  margin: 0 0 20px 0;
  line-height: 1.15;
  font-size: 1.1vw;
  font-weight: 600;
}

.secondNews-Section .newsSection .left-form .form {
  margin: 0 -16px 0 -16px;
  font-size: 0;
  line-height: 0;
  display: none;
}

.secondNews-Section .newsSection .left-form .form .item {
  width: 100%;
  display: block;
  vertical-align: top;
}

.secondNews-Section .newsSection .left-form .form .item .wraps {
  padding: 0 16px;
}

.secondNews-Section .newsSection .left-form .form .item .wraps label {
  display: block;
  font: 500 12px/20px;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.secondNews-Section .newsSection .left-form .form .item.typeSelect {
  margin-bottom: 20px;
}

.secondNews-Section .newsSection .left-form .form .item.typeSelect .ui-selectmenu-button {
  background: #fff;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border-radius: 6px;
  border-color: #e6eaf1;
  padding: 0 15px;
}

.secondNews-Section .newsSection .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 12px 0;
}

.secondNews-Section .newsSection .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(/local/templates/nbu/css/../img/drop_small.png) no-repeat center;
  background-size: contain;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.secondNews-Section .newsSection .left-form .form .item.submit {
  width: 100%;
  margin-bottom: 0;
}

.secondNews-Section .newsSection .left-form .form .item.submit .wraps button {
  padding: 21px 53px;
  cursor: pointer;
  font: 300 18px/24px;
  color: #fff;
  border-radius: 8px;
}

.secondNews-Section .arrow-up {
  background: #fff;
  position: fixed;
  right: 131px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #0b9fa5;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 9;
}

.secondNews-Section .arrow-up .fa-angle-up {
  color: #0b9fa5;
  font-size: 28px;
}

.newsDate li.ui-menu-item .ui-menu-item-wrapper {
  font: 300 15px/20px;
  color: #000;
  padding: 10px 15px;
  margin-right: 1px;
}

.secondNews-Section .newsSection .main-wrap {
  margin-top: 0;
  width: 100%;
}

.pageConversion .conver-text {
  margin-bottom: 50px;
  margin-top: 0;
}

.pageConversion .conver-text h1 {
  font: 600 48px/48px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.pageConversion .conver-text h2 {
  font: 600 24px/30px;
  color: #000;
  text-align: center;
}

.pageConversion .conver-text p {
  font: 300 19px/32px;
  color: #292929;
  text-align: center;
}

.pageConversion .sub-text-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  border: 2px solid #0b9fa5;
  padding: 15px 30px 30px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 4px 10px 3px #e5ecec;
  box-shadow: 2px 4px 10px 3px #e5ecec;
}

.pageConversion .sub-text-con .sub-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.pageConversion .sub-text-con .sub-first p {
  font: 400 19px/32px;
  color: #000;
  border-bottom: 2px dashed #0b9fa5;
  padding-bottom: 15px;
}

.pageConversion .sub-text-con .sub-twice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pageConversion .sub-text-con .sub-twice .sub-t-ins {
  margin-right: 112px;
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.pageConversion .sub-text-con .sub-twice .sub-t-ins:last-of-type {
  margin: 0;
}

.pageConversion .sub-text-con .sub-twice .sub-t-ins span {
  font: 500 12px/20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.pageConversion .sub-text-con .sub-twice .sub-t-ins p {
  font: 300 19px/32px;
  color: #292929;
}

.sectionPublication .second-newsblock .ui-selectmenu-icon {
  top: 58% !important;
  right: 13px !important;
}

.sectionPublication .second-newsblock .newsSection #stick-form .ui-selectmenu-button {
  border: 1px solid #979797;
  border-radius: 2px;
  color: #646464;
}

.sectionPublication .second-newsblock .newsSection #stick-form .stick-form-wraps {
  width: 100%;
  max-width: 140px;
}

.sectionPublication .public-text {
  margin-bottom: 37px;
}

.sectionPublication .public-text h1 {
  font: 300 48px/64px;
  color: #000;
  margin-bottom: 20px;
}

.sectionPublication .public-text p {
  font: 500 12px/20px;
  color: #979797;
  text-transform: uppercase;
}

.cashSerSection .currency-block .nat-inter-cur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 80;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar input[type='radio'] {
  display: none;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
  width: 520px;
  text-align: center;
  font-size: 0;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 0;
  font-family: Arial;
  font: 400 24px/24px;
  cursor: pointer;
  width: 50%;
  line-height: 80px;
  color: #292929;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar input[type='radio']:checked + label {
  background-color: #000;
  color: #fff;
}

.cashSerSection .currency-block #curr-change-1 {
  display: block;
}

.cashSerSection .currency-block #curr-change-2 {
  display: none;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 30px;
  padding: 18px 30px 30px;
  border-radius: 4px;
  border: 2px solid #396195;
  -webkit-box-shadow: 2px 4px 10px 3px #e5ecec;
  box-shadow: 2px 4px 10px 3px #e5ecec;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 60px;
  width: 45%;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
  width: 50%;
  margin-right: 111px;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
  font: 300 19px/32px;
  color: #292929;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
  width: 38%;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right strong {
  font: 500 12px/20px;
  color: #292929;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
  font: 300 32px/40px;
  color: #08397b;
}

.job-vacancies-section h5 {
  font: 300 32px/40px;
  color: #08397b;
}

.centerJobs {
  margin: 0 auto;
}

.centerJobs .jv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.centerJobs .jv-button-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.centerJobs .jv-button-block p {
  font: 500 12px/20px;
  color: #e35151;
}

.centerJobs .jv-button-block .jv-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap {
  margin-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source {
  cursor: pointer;
  margin-right: 30px;
  width: 160px;
  height: 40px;
  border: 1px solid #104b97;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source a {
  font: 400 14px/17px;
  color: #104b97;
  text-decoration: none;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:hover {
  background: #104b97;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:hover a {
  color: #fff;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:last-of-type {
  margin: 0;
}

.centerJobs .jv-form .jv-source {
  margin-bottom: 20px;
}

.centerJobs .jv-form .jv-source a img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.centerJobs .jv-form .jv-source a span {
  color: #093475;
  display: inline-block;
  vertical-align: middle;
}

.centerJobs .duty-block .list-circle {
  margin-bottom: 42px;
  padding-left: 23px;
}

.centerJobs .duty-block .list-circle li {
  list-style: none;
  position: relative;
  padding-left: 10px;
  font: 300 19px/32px;
  color: #292929;
}

.centerJobs .duty-block .list-circle li::before {
  left: -23px;
}

.centerJobs .jv-form .job-vac-form input {
  border: 1px solid #e6eaf1;
  border-radius: 4px;
  background: 0 0;
  padding: 20px 20px 5px;
  font: 400 19px/32px;
  color: #000;
  width: 100%;
  z-index: 1;
}

.centerJobs .jv-form .job-vac-form input::placeholder {
  color: #666;
  padding-left: 15px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
  border: 2px solid #e4bd63;
  width: 220px;
  height: 60px;
  cursor: pointer;
  text-indent: 0;
  padding: 0;
  background: 0 0;
  color: #000;
  font: 600 18px/24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  margin-top: 10px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input:hover {
  background: #e4bd63;
  color: #fff;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file {
  width: 100%;
  margin-bottom: 20px;
  border: 2px dashed #c0cee2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
  font: 300 19px/24px;
  color: #646464;
  margin-bottom: 0;
  padding: 12px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p:first-child {
  padding: 0;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file label {
  cursor: pointer;
  color: #093475;
  font-weight: 400;
  margin-bottom: 0;
  padding: 13px 85px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv {
  margin-top: 20px;
  margin-bottom: 5px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .jc-wrap-inp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .fa-calendar-o {
  position: absolute;
  right: 20px;
  top: 23px;
  font-size: 15px;
  z-index: 0;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input::-webkit-input-placeholder {
  text-indent: 10px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input::-moz-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:-moz-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:-ms-input-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus::-webkit-input-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus::-moz-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus:-moz-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus:-ms-input-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .dealing-op {
  margin: 0 0;
}

.centerJobs .dealing-op .centerJobs {
  padding: 0;
}

.centerJobs .dealing-op .centerJobs .duty-block .list-circle {
  padding: 0;
  margin-bottom: 22px;
}

.sectionOrganization .org-title h1 {
  padding-top: 0;
  font: 600 48px/58px;
  color: #000;
  margin-bottom: 40px;
}

.sectionOrganization .accordion-block {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: 0.2s ease;
}

.sectionOrganization .accordion-block.active,
.sectionOrganization .accordion-block:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.sectionOrganization .accordion-block .accor-ins {
  position: relative;
  padding: 30px 35px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  transition: background 0.2s ease;
  border-radius: 12px;
}

.sectionOrganization .accordion-block .accor-ins.active {
  background: #093475;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sectionOrganization .accordion-block .accor-ins h2,
.sectionOrganization .accordion-block .accor-ins h2 > a {
  font: 400 24px/30px GoogleSans;
  color: #000;
  text-decoration: none;
  margin: 0;
  transition: 0.2s ease;
}

.sectionOrganization .accordion-block .accor-ins.active h2,
.sectionOrganization .accordion-block .accor-ins.active h2 > a {
  color: #fff;
}

.sectionOrganization .accordion-block .accor-ins .fa-angle-down {
  font-size: 40px;
}

.sectionOrganization .accordion-block .drop-dr-menu {
  padding: 30px 35px;
  display: none;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop p {
  min-width: 70px;
  max-width: 280px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #292929;
  letter-spacing: 0;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop span {
  width: 50%;
  font: 500 16px/24px;
  color: #292929;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  /*margin-left: auto;*/
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop a:hover {
  text-decoration: none;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half span {
  width: 100%;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half strong {
  font: 500 14px/20px;
  color: #646464;
}

.sectionOrganization .accordion-block .drop-m-text {
  padding-bottom: 25px;
}

.sectionOrganization .accordion-block .drop-m-text p {
  font: 400 16px/26px;
  color: #292929;
}

.contentpages .accordion-block {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 30px 46px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  transition: 0.2s ease;
}

.contentpages .accordion-block:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.contentpages .accordion-block .accor-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentpages .accordion-block .accor-ins h2 {
  font: 300 25px/35px;
  color: #000;
  width: 90%;
  margin-bottom: 0;
}

.contentpages .accordion-block .accor-ins .fa-angle-down {
  font-size: 40px;
}

.contentpages .accordion-block .drop-dr-menu {
  display: none;
  padding-top: 20px;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contentpages .accordion-block.th .drop-dr-menu .sub-drop {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0;
}

.contentpages .accordion-block.th .drop-dr-menu .sub-drop:last-child {
  border: none;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop.withbg {
  padding: 10px;
  background: #ddd;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop p {
  width: 50%;
  font: 400 16px/26px;
  color: #292929;
  margin-bottom: 0;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop span {
  width: 50%;
  font: 500 16px/24px;
  color: #292929;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop a {
  font: 400 16px/20px;
  color: #0b9fa5;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop a:hover {
  text-decoration: none;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half span {
  width: 100%;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half strong {
  font: 500 14px/20px;
  color: #646464;
}

.contentpages .accordion-block .drop-m-text {
  padding-top: 25px;
}

.contentpages .accordion-block .drop-m-text p {
  font: 400 16px/26px;
  color: #292929;
}

.bossesSection .boss-ins {
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 50px;
}

/*.bossesSection .boss-ins .charter div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}*/

.bossesSection .boss-ins .charter div a {
  font: 500 16px/20px;
  color: #000;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bossesSection .boss-ins .charter div a:nth-child(3n) {
  margin-right: 0;
}

.bossesSection .boss-ins .charter div a:hover {
  text-decoration: none;
}

.bossesSection .boss-ins .charter div .oreder-boss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bossesSection .boss-ins .charter div .oreder-boss a:-of-type {
  margin-right: 0;
}

.bossesSection .boss-ins .charter p {
  font: 300 20px/27px;
  margin-bottom: 20px;
}

.bossesSection .boss-ins .bosses-drop {
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  padding: 35px 40px 40px 40px;
  border-radius: 4px;
}

.bossesSection .boss-ins .bosses-drop .boss-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bossesSection .boss-ins .bosses-drop .boss-name h2 {
  font: 600 30px/40px;
  width: 464px;
  margin-bottom: 20px;
  width: calc(100% - 100px);
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info .fa-angle-down {
  font-size: 25px;
  position: absolute;
  top: -3px;
  right: -25px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info p {
  font: 400 12px/20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info.active .fa-angle-down {
  -webkit-transform: rotate(-180deg) translateY(-50%);
  transform: rotate(-180deg) translateY(50%);
}

.bossesSection .boss-ins .bosses-drop .boss-subb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tarif_section .boss-subb p {
  font: 300 15px/20px;
  color: #848e9f;
  margin-bottom: 20px;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact span {
  margin-right: 25px;
  font: 300 15px/20px;
  color: #646464;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact strong {
  font: 500 16px/24px;
  color: #292929;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom {
  display: none;
  padding-top: 0 !important;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
  font: 300 19px/23px;
  color: #292929;
  padding: 30px 0;
}

.boss-text {
  padding: 30px 0;
}

.bossesSection .boss-ins .bosses-drop .boss-text {
  padding: 0;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list {
  padding-bottom: 66px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li {
  list-style: none;
  position: relative;
  font: 300 19px/32px;
  color: #292929;
  padding-left: 54px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
  font: 300 19px/32px;
  color: #292929;
  padding-left: 54px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
  background: #0b9fa5;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 15px;
  height: 15px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
  width: 50%;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left p {
  font: 400 15px/20px;
  color: #646464;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right {
  width: 45%;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right p {
  font: 500 16px/24px;
  color: #292929;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom hr {
  background: #e6e6e6;
}

.bossesSection .charter h2 {
  font: 300 40px/64px;
  color: #000;
  margin-bottom: 20px;
}

.norm-doc .boss-ins .charter div a {
  background: #0b9fa5;
  color: #fff;
}

.blue-wr {
  background: #08397b;
  width: 100%;
  height: 100%;
}

.blue-wr .stub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blue-wr .stub-wrap .stub-blcok-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
  margin-bottom: 25px;
}

.blue-wr .stub-wrap .stub-blcok-1 h1 {
  font: 300 48px/64px;
  color: #fff;
}

.blue-wr .stub-wrap .stub-blcok-1 h2 {
  font: 300 48px/64px;
  color: #fff;
}

.blue-wr .stub-wrap .stub-blcok-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blue-wr .stub-wrap .stub-blcok-2 a {
  padding: 13px 16px;
  border: 1px solid #fff;
  font: 300 18px/20px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blue-wr .stub-wrap .stub-blcok-2 a:hover {
  background: #fff;
  color: #08397b;
}

.map-site-block {
  padding: 0;
  padding-bottom: 35px;
}

.map-site-block .l-map {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33333% - 57px);
  margin-right: 54px;
}

.map-site-block .l-map li {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
}

.map-site-block .l-map li::before {
  display: none;
}

.map-site-block .l-map li p {
  font: 600 16px/20px;
  color: #000;
}

.map-site-block .l-map li a {
  font: 500 14px/20px;
  text-decoration: none;
  color: #646464;
}

.map-site-block .l-map:last-of-type {
  margin-right: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -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;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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/nbu/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-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;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.date-pick {
  max-width: 300px;
}

.date-pick.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.date-pick.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: 0 0;
  border: none;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 9px !important;
  width: 15px;
  height: 23px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background: url(/local/templates/nbu/css/../images/ui-icons_4.png) center center no-repeat;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 1px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  line-height: 1em;
  text-indent: 0.01px;
  -webkit-user-select: none;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  cursor: pointer;
  color: #013646;
  overflow: hidden;
  padding: 7px 30px 7px 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: 40px;
  font-size: 1.14285714em;
  font-weight: 400;
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #f3f3f3;
  padding: 0 10px 10px;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.diagramma .ui-selectmenu-button.ui-button {
  width: 15em;
}

.diagramma .ui-selectmenu-button.ui-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.diagramma .ui-widget.ui-widget-content {
  padding: 0;
  border: 1px solid #e6eaf1;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar,
.scrollheight::-webkit-scrollbar {
  width: 8px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-track,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-track,
.scrollheight::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-thumb,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-thumb,
.scrollheight::-webkit-scrollbar-thumb {
  background: #009ea7;
  border-radius: 6px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover,
.scrollheight::-webkit-scrollbar-thumb:hover {
  background: #009ea7;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  overflow-y: auto;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #0b959a;
  background: #0b9fa5;
  font-weight: 400;
  color: #fff;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 11px;
  height: 11px;
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(/local/templates/nbu/css/../images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/local/templates/nbu/css/../images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background: url(/local/templates/nbu/css/new_version/../../img/drop_small.png) no-repeat center;
  margin-top: 0;
  -webkit-background-size: auto;
  background-size: 100%;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.section8 .cur-mobile {
  text-align: center;
}

.section8 ul.currency {
  font-size: 0;
  line-height: 0;
  display: block;
  vertical-align: middle;
}

.section8 ul.currency li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.section8 ul.currency li.key {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

.section8 ul.currency li.key span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px GoogleSans;
  color: #646464;
}

.section8 ul.currency li.key span.hr {
  width: 11px;
  height: 1px;
  background-color: #0b9fa5;
  margin: 0 5px;
}

.section8 ul.currency li.key span.uzs {
  color: #979797;
}

.section8 ul.currency li.value {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

.section8 ul.currency li.value span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px GoogleSans;
  color: #646464;
  position: relative;
}

.section8 ul.currency li.value span.buy {
  padding-right: 30px;
}

.section8 ul.currency li.value span.down:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e35151;
  left: -15px;
  top: 4px;
}

.section8 ul.currency li.value span.up:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3fb061;
  left: -15px;
  top: 3px;
}

.section8 ul.currency li.value:last-child {
  padding-right: 0;
}

.section8 ul.currency.currency-usd {
  padding-right: 0;
  display: block;
  margin: 10px 0;
}

.norm-doc .boss-ins .charter div a {
  background: #fff;
  color: #000;
  width: -webkit-fill-available;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexbox .charter {
  display: inline-block;
  width: 100%;
}

.bossesSection .boss-ins .charter div.oreder-boss a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  margin-bottom: 0;
}

.bossesSection .boss-ins .charter div.oreder-boss a:hover {
  color: #009ea7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bossesSection .boss-ins .charter div.oreder-boss a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bossesSection .boss-ins .charter div.oreder-boss a:hover span {
  color: #848e9f;
}

@media screen and (max-width: 900px) {
  .lefside50 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .rightside50 {
    display: block;
    width: 100%;
  }
  .department.rightside50 .dep-ins {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .subscribeform input[type='submit'] {
    padding: 10px;
  }
  .subscribeform input[type='text'] {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col-top {
    display: block;
  }
  header .col-top .wrap .col-right .spec {
    display: none;
  }
  header .col-middle .wrap .col-right a.btn-effect-2 {
    display: none;
  }
  header .col-middle .wrap .col-right a {
    padding: 0;
    display: block;
  }
  header .col-middle .wrap .col-left a.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 60px;
    max-height: 52px;
    z-index: 99;
  }
  header .col-middle .wrap .col-right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 20px;
  }
  header .col-top .wrap .col-left {
    display: none;
  }
  header .col-top .wrap .col-right a.btn {
    display: none;
  }
  header .col-middle {
    background-color: #fff;
    padding: 14px 0;
  }
  header .col-middle .searchbox-open {
    width: 90%;
    border: 1px solid #104b97;
    border-radius: 10px;
  }
  header .col-top {
    display: block;
    background-color: #fff;
    padding: 0;
  }
  header .col-middle .wrap .col-left ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 13px;
    padding-top: 15px;
    overflow-y: hidden;
  }
  header .col-middle .wrap .col-left ul.menu li {
    padding: 0;
    margin-right: 10px;
  }
  header .col-middle .search-b {
    position: absolute;
    left: -15px;
    top: 6px;
    width: 100%;
  }
  header .col-middle .wrap .col-left ul.menu li a {
    font: 500 14px/20px GoogleSans;
    color: #646464;
    padding-left: 20px;
  }
  header .col-middle .wrap .col-right a.tel {
    display: none;
  }
  .fa-phone {
    font-size: 25px;
    position: relative;
    top: -6px;
    left: 14px;
    padding: 21px;
  }
  header .col-middle .wrap .col-right a.tel-img {
    display: block;
  }
  .col-middle .wrap .col-left {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .col-middle .wrap .col-right {
    width: 60%;
  }
  .col-middle .wrap .col-right a {
    padding-left: 0;
  }
  .col-bottom {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  header .col-middle .searchbox-icon,
  header .col-middle .searchbox-submit {
    width: 30px;
    height: 35px;
  }
  header .col-top .wrap .col-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  header .col-top .wrap .col-right .language {
    position: absolute;
    top: 20px;
    padding: 10px 0;
    right: 45px;
    display: block;
    z-index: 3;
    background: #fff;
  }
  header .col-top .wrap .col-right .language::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #104b97 transparent transparent transparent;
  }
  header .col-top .wrap .col-right .language img {
    display: none;
  }
  header .col-top .wrap .col-right .language a {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
  header .col-top .wrap .col-right .language li:last-child a {
    margin: 0;
  }
  header .col-top .wrap .col-right .language .language-2 {
    display: none;
    width: 37px;
  }
  .active-shad {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
  }
  .active-shad::before {
    display: none;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .norm-doc .boss-ins .charter div a {
    background: #0b9fa5;
    color: #fff;
    width: -webkit-fill-available;
  }
  .bossesSection .boss-ins .charter div.oreder-boss a {
    margin: 0;
    padding: 25px;
    padding-left: 20px;
    padding-right: 35px;
  }
  .bossesSection .boss-ins .charter div a::after {
    right: 20px;
  }
  .flexbox .charter {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col-top {
    display: block;
  }
  header .col-top .wrap .col-right .spec {
    display: none;
  }
  header .col-middle .wrap .col-right a.btn-effect-2 {
    display: none;
  }
  header .col-middle .wrap .col-right a {
    padding: 0;
    display: block;
  }
  header .col-middle .wrap .col-left a.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 60px;
    max-height: 52px;
    z-index: 99;
  }
  header .col-middle .wrap .col-right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 20px;
  }
  header .col-top .wrap .col-left {
    display: none;
  }
  header .col-top .wrap .col-right a.btn {
    display: none;
  }
  header .col-middle {
    background-color: #fff;
    padding: 14px 0;
  }
  header .col-middle .searchbox-open {
    width: 90%;
    border: 1px solid #104b97;
    border-radius: 10px;
  }
  header .col-top {
    display: block;
    background-color: #fff;
    padding: 0;
  }
  header .col-middle .wrap .col-left ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 13px;
    padding-top: 15px;
    overflow-y: hidden;
  }
  header .col-middle .wrap .col-left ul.menu li {
    padding: 0;
    margin-right: 10px;
  }
  header .col-middle .search-b {
    position: absolute;
    left: -15px;
    top: 6px;
    width: 100%;
  }
  header .col-middle .wrap .col-left ul.menu li a {
    font: 500 14px/20px GoogleSans;
    color: #646464;
    padding-left: 20px;
  }
  header .col-middle .wrap .col-right a.tel {
    display: none;
  }
  .fa-phone {
    font-size: 25px;
    position: relative;
    top: -6px;
    left: 14px;
    padding: 21px;
  }
  header .col-middle .wrap .col-right a.tel-img {
    display: block;
  }
  .col-middle .wrap .col-left {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .col-middle .wrap .col-right {
    width: 60%;
  }
  .col-middle .wrap .col-right a {
    padding-left: 0;
  }
  .col-bottom {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  header .col-middle .searchbox-icon,
  header .col-middle .searchbox-submit {
    width: 60px;
    height: 60px;
  }
  header .col-top .wrap .col-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  header .col-top .wrap .col-right .language {
    position: absolute;
    top: 30px;
    right: 70px;
    display: block;
    z-index: 3;
    background: #fff;
  }
  header .col-top .wrap .col-right .language::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #104b97 transparent transparent transparent;
  }
  header .col-top .wrap .col-right .language img {
    display: none;
  }
  header .col-top .wrap .col-right .language a {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
  header .col-top .wrap .col-right .language li:last-child a {
    margin: 0;
  }
  header .col-top .wrap .col-right .language .language-2 {
    display: none;
    width: 37px;
  }
  .active-shad {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
  }
  .active-shad::before {
    display: none;
  }
  header .col-top .wrap .col-right .language {
    right: 150px;
  }
  .fa-phone {
    font-size: 29px;
    position: relative;
    top: -9px;
    left: 4px;
    padding: 21px;
  }
  header .col-middle .searchbox .fa-search {
    font-size: 21px;
    color: #104b97;
  }
}

@media screen and (max-width: 767px) {
  .section1 {
    margin-bottom: 0;
  }
  .section1 .pattern {
    max-width: 84px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap h1 {
    font: 300 17px/30px GoogleSans !important;
    padding: 0 10px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap p {
    font-size: 13px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2 {
    padding: 12px 10px;
    margin-left: 11px;
    font: 400 12px/16px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap h1 {
    font: 300 32px/45px GoogleSans !important;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap p {
    font-size: 25px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap {
    left: 54%;
  }
  .section1 svg.pattern {
    max-width: 220px;
  }
  .section1 .navigation {
    right: 20px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item {
    display: block;
    background-position-y: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .innerSection1 .image {
    background: url(/local/templates/nbu/css/images/cards-for-pageCards.jpg) no-repeat center right;
    background-size: cover;
  }
  .innerSection1 .container .wrap {
    padding: 0;
  }
  .innerSection1 .wrap span {
    font: 500 12px/20px GoogleSans;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap h2 {
    font: 300 24px/26px GoogleSans;
    color: #fff;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap p {
    font: 300 14px/22px GoogleSans;
  }
  .innerSection1 .wrap h1 {
    font: 300 28px/30px GoogleSans;
    color: #fff;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .innerSection1 .wrap {
    padding: 0 15px;
  }
  .innerSection1 .wrap h2 {
    font: 300 40px/40px GoogleSans;
    color: #fff;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap p {
    font: 300 17px/32px GoogleSans;
    color: #fff;
    padding-bottom: 40px;
  }
  .innerSection1 .wrap h1 {
    font: 300 28px/45px GoogleSans;
    color: #fff;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section2 .wrap .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section2 .wrap .list .item {
    width: 50%;
  }
  .section2 .wrap .list .item .wraps {
    padding: 29px 15px 17px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section3 {
    margin-bottom: 42px;
    padding: 0 15px;
  }
  .section3 .wrap .title h2 {
    font: 300 28px/32px GoogleSans;
  }
  .section3 .wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    width: 100%;
    margin: 0;
  }
  .section3 .wrap .list .item {
    width: 100%;
  }
  .section3 .wrap .list .item .wraps h3 {
    margin-bottom: 10px;
    min-height: 70px;
  }
  .section3 .wrap .list .item .wraps span.date {
    margin-bottom: 20px;
  }
  .section3 .wrap .list .item .wraps {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section3 {
    padding: 0 15px;
  }
  .section3 .wrap .list {
    margin: 0;
  }
  .section3 .wrap .list .item .wraps {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .section4 {
    background: url(/local/templates/nbu/css/images/credit-min.JPG) no-repeat center center;
    width: 100%;
    background-size: contain;
    padding: 0 0;
    height: 210px;
    margin-bottom: 210px;
  }
  .section4 .wrap .col-right .wraps {
    padding: 16px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon img {
    width: 70%;
    max-width: 32px;
  }
  .section4 .wrap .col-right .wraps h2 {
    font: 300 19px/32px GoogleSans;
    color: #000;
    margin-bottom: 3px;
  }
  .section4 .wrap .col-right .wraps p {
    font: 300 13px/20px GoogleSans;
    color: #292929;
    padding-bottom: 20px;
  }
  .section4 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 12px 10px;
    border-radius: 8px;
    font: 400 12px/16px GoogleSans;
  }
  .section4 .wrap {
    max-width: 1136px;
    margin: 0 auto;
    text-align: center;
  }
  .section4 .wrap .col-right {
    position: relative;
    top: 40px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section4 .wrap .col-right {
    width: 50%;
    max-width: 560px;
    display: inline-block;
    padding: 155px 0 140px 0;
  }
  .section4 .wrap .col-right .wraps h2 {
    font: 300 18px/23px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .section4 .wrap .col-right .wraps p {
    font: 300 13px/27px GoogleSans;
    color: #292929;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .section4 .wrap .col-right .wraps {
    padding: 20px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon img {
    display: none;
  }
  .section4 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 13px 18px;
    font: 400 13px/16px GoogleSans;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section5 {
    margin-bottom: 0;
    background-color: #f9f9fc;
    padding-bottom: 30px;
  }
  .section8 {
    display: block;
    padding: 15px 15px;
    background: #f9f9fc;
  }
  .section8 .cur-mobile h4 {
    font: 300 28px/29px GoogleSans;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
  }
  .section8 .cur-mobile p {
    font: 500 12px/20px GoogleSans;
    color: #292929;
    display: block;
    margin-bottom: 10px;
  }
  .section8 .cur-mobile span {
    color: #da2425;
    display: inline;
    font-size: 11px;
    vertical-align: super;
  }
  .section8 .cur-mobile .curr-button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section8 .cur-mobile a {
    background: #0b9fa5;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font: 500 14px/20px GoogleSans;
  }
  .section5 .wrap .col-right {
    padding: 0;
    padding-top: 30px;
    max-width: 100%;
  }
  .section5 .wrap .col-right .wraps {
    padding: 0 15px;
    text-align: center;
  }
  .section5 .wrap i.slice {
    display: none;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 60px;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.title {
    font: 500 12px/20px GoogleSans;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div p {
    font: 400 11px/20px GoogleSans;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps h2 {
    font: 300 28px/29px GoogleSans;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div {
    margin-bottom: 0;
    padding: 10px;
  }
  .section5 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 12px 14px;
    font: 400 12px/16px GoogleSans;
    margin-top: 4%;
    margin-left: 0;
  }
  .section5 .wrap .col-right .wraps ul.list {
    margin: 0;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon img {
    max-width: 48px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section5 .wrap i.slice {
    display: none !important;
  }
  .section5 .wrap {
    text-align: center;
  }
  .section5 .wrap .col-right .wraps h2 {
    text-align: center;
  }
  .section5 .wrap .col-right {
    padding: 30px 0 30px 0;
  }
  .section5 .wrap .col-right .wraps {
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .section5 .wrap .col-right .wraps ul.list li div {
    padding: 0;
    margin-bottom: 30px;
  }
  .section5 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 15px 30px;
    font: 400 16px/16px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .section6 .pattern {
    display: none;
  }
  .section6 .wrap i.slice1 {
    display: none;
  }
  .section6 .wrap i.slice2 {
    display: none;
  }
  .section6 .wrap .col-right .wraps h2 {
    font: 300 18px/28px GoogleSans;
    margin-bottom: 10px;
  }
  .section6 .wrap .col-right {
    padding: 0;
  }
  .section6 .wrap .col-right .wraps {
    padding: 20px 15px;
  }
  .section6 .wrap .col-right .wraps p {
    font: 300 14px/26px GoogleSans;
    padding: 0;
    margin-bottom: 15px;
  }
  .section6 .wrap .col-right .wraps h2 span.icon img {
    width: 67%;
    max-width: 48px;
    min-width: 48px;
  }
  .section6 .wrap .col-right .wraps .btn-block a.apple img {
    width: 156px;
    height: 51px;
  }
  .section6 .wrap .col-right .wraps .btn-block a.android img {
    width: 156px;
    height: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section6 .wrap .col-right {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 50px 20px;
  }
  .slice1 {
    display: none;
  }
  .slice2 {
    display: none;
  }
  .section6 svg.pattern {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .owl-item {
    overflow: auto;
    white-space: nowrap;
  }
  .item {
    display: inline-block;
    color: #fff;
  }
  .section7 {
    position: relative;
    padding: 40px 0;
  }
  .section7 .wrap .partners-list .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
    padding-top: 15px;
  }
  footer .wrap .list .item {
    width: 100%;
  }
  footer .pattern {
    display: none;
  }
  footer .wrap h2 {
    padding-left: 15px;
  }
  footer .wrap .list .item .wraps ul li:nth-child(3) {
    padding-bottom: 15px;
  }
  footer .wrap .list .item.contact-info .wraps ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
  }
  footer .wrap .list .item.contact-info .wraps ul li a {
    font: 500 13px/20px GoogleSans;
    margin-bottom: 4px;
    margin-left: 12px;
  }
  footer .wrap nav ul {
    display: block;
    padding: 0 15px;
  }
  footer .wrap nav ul li {
    min-width: 100%;
    margin-bottom: 5px;
  }
  footer .wrap nav ul li a img {
    margin-right: 28px;
  }
  footer .wrap nav ul li a {
    font: 500 13px/20px GoogleSans;
  }
  footer .wrap p.copyright {
    font: 10px/16px GoogleSans;
    color: #979797;
    padding: 5px 15px;
  }
  footer .wrap .list .item .wraps ul li a {
    font: 500 15px/20px GoogleSans;
  }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contact-info {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  footer .wrap a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .wrap nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .copyright {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  footer .wrap .list {
    padding: 0 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .dev-stage {
    background: #08397b;
    width: 52%;
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
  }
  footer .dev-stage strong {
    color: #fff;
    font: 300 13px/20px GoogleSans;
    position: absolute;
    top: 30px;
    left: -2px;
    text-align: center;
  }
  footer .wrap .copy-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 5px 15px;
  }
  footer .wrap .copy-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .wrap .copy-logo a p {
    font: 10px/17px GoogleSans;
    color: #979797;
    font-size: 12px;
  }
  footer .wrap .copy-logo a img {
    padding-left: 10px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  footer svg.pattern {
    max-width: 230px;
  }
  footer .wrap nav ul li {
    min-width: 100px;
  }
  footer {
    background-color: #f9f9fc;
    padding: 30px 15px 15px 15px;
    position: relative;
  }
  footer .dev-stage {
    background: #08397b;
    width: 28%;
    height: 90px;
    position: fixed;
    right: 0;
    z-index: 999999;
  }
  footer .dev-stage strong {
    color: #fff;
    font: 300 15px/20px GoogleSans;
    position: absolute;
    top: 30px;
    left: -2px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bread_crumbs {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bread_crumbs {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tab_head li {
    text-align: center;
    width: 100%;
  }
  .tabcontent li {
    text-align: center;
    margin-right: 2px;
    float: none !important;
  }
  .tabcontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: 0 0 !important;
  }
  #tabs_container {
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  #tabs_container div {
    margin-right: 0 !important;
    left: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabcontent p {
    font: 400 16px/27px GoogleSans !important;
  }
  .tabcontent ul {
    background: 0 0;
    padding: 0 0 0 20px !important;
  }
  .tabcontent li {
    list-style: none;
    position: relative;
    font: 400 14px/24px GoogleSans !important;
    color: #292929;
    width: 100%;
    text-align: left !important;
    padding-left: 10px;
  }
  .tabcontent li::before {
    position: absolute;
    top: 8px !important;
    left: -10px !important;
    content: '';
    width: 12px !important;
    height: 12px !important;
    background: #0b9fa5;
    border-radius: 100%;
  }
  .pageCredit {
    padding: 0 15px;
    overflow: hidden;
  }
  .pageCredit .wrap .form {
    margin: 0 -16px 0 -16px;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageCredit .wrap .form .item {
    width: 100%;
  }
  .pageContribute #calculator .short_count {
    width: 100%;
  }
  .pageCredit .wrap .form .item {
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .pageCredit .wrap .form .item .wraps {
    padding: 0 16px;
    margin-top: 15px;
  }
  .pageCredit .wrap .form .item .wraps label {
    font: 500 12px/20px GoogleSans;
    margin-bottom: 15px;
  }
  .pageCredit .wrap .form .select-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per {
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    padding: 15px 30px;
    font: 300 15px/18px GoogleSans;
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit .wraps button.resetbtn {
    display: none;
    margin-left: 20px;
    margin-left: 0;
  }
  .pageCredit .wrap .form .item.typeCheckbox {
    width: 100%;
    margin: 15px 0;
  }
  .pageCredit .formResult .col-top .wraps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pageCredit .formResult .col-top .wraps ul li {
    width: auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
  }
  .pageCredit .formResult .col-top .wraps ul li i {
    font: normal 300 20px/33px GoogleSans;
    color: #fff;
  }
  .pageCredit .formResult .col-top .wraps .btnGroup {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageCredit .formResult .col-top .wraps .btnGroup a {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .pageCredit .formResult .col-bottom .title {
    min-width: 1136px;
    margin: 38px auto;
    padding: 0 10px;
    font-size: 0;
  }
  .pageCredit .formResult .col-bottom .values {
    min-width: 1136px;
    padding: 0 10px;
  }
  .pageCredit .formResult .col-bottom .values .line {
    margin: 0 -10px;
  }
  .pageCredit .formResult .col-bottom .title .item {
    display: inline-block;
    vertical-align: top;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item .wraps {
    padding: 8px 0;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item {
    display: inline-block;
    vertical-align: top;
    font: 300 16px/24px GoogleSans;
    color: #292929;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageCredit {
    padding: 40px 15px;
  }
  .pageCredit .wrap {
    max-width: 1136px;
    margin: 0 auto;
    padding: 25px 0 26px 0;
  }
  .pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
    font: 300 22px/40px GoogleSans;
    padding: 14px 0 5px 18px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangeSummaInput,
  .pageCredit .wrap .form .item.typeInput .wraps #rangeYearInput {
    min-height: 60px;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form .item {
    width: 50%;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangePeriodInput {
    min-height: 60px;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per {
    width: 25%;
  }
  .pageCredit .wrap .form .item .wraps label {
    margin-bottom: 18px;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    padding: 15px 40px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangePeriodInput {
    font: 300 28px/41px GoogleSans;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form {
    margin: 0;
    width: 100%;
  }
  .pageCredit .formResult .col-top .wraps {
    max-width: 1136px;
    margin: 0 auto;
    padding: 60px 25px;
  }
  .pageCredit .formResult .col-top .wraps ul li i {
    font: normal 300 14px/24px GoogleSans;
    color: #fff;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per .month {
    min-height: 60px;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
    font: 300 16px/40px GoogleSans;
  }
  .ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper {
    font: 300 18px/41px GoogleSans;
    padding: 16px 0 21px 20px;
  }
  .pageCredit .formResult .col-bottom .title {
    margin: 22px auto;
  }
  .pageCredit .formResult .col-bottom .title .item .wraps {
    font: 500 11px/20px GoogleSans;
  }
  .pageCredit .formResult .col-bottom .title .item .wraps {
    font: 500 11px/20px GoogleSans;
    color: #646464;
    text-transform: uppercase;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item {
    font: 300 14px/24px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .pageCards {
    padding: 0 15px;
    padding-top: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .pageCards .wrap {
    padding: 0;
  }
  .pageCards .wrap h2 {
    font: 500 18px/0 GoogleSans;
    text-align: center;
  }
  .pageCards .c_choice .change_c {
    width: 100%;
  }
  .pageCards .c_choice .ins_text p {
    font: 300 16px/40px GoogleSans;
  }
  .pageContribute .sel-dep .c_choice .change_c {
    width: 100%;
  }
  .pageContribute .sel-dep .c_choice .ins_text p {
    font: 300 16px/40px GoogleSans;
  }
  .pageCards .wrap .list .item .col-right .wraps h3 {
    font: 300 28px/39px GoogleSans;
    margin-bottom: 10px;
  }
  .pageCards .wrap .list .item .col-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li {
    font: 300 15px/24px GoogleSans;
    margin-bottom: 10px;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li::before {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 12px;
    left: -21px;
    top: 9px;
    background: #0b9fa5;
    border-radius: 100%;
  }
  .pageCards .wrap .list .item .col-right {
    padding: 0 0;
    width: 100%;
  }
  .col-left img {
    width: 295px;
    margin-bottom: 20px;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description {
    padding-left: 20px;
  }
  .listNotes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .listNotes li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font: 500 12px/20px GoogleSans;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .listNotes span {
    color: #000;
    font: 500 14px/24px GoogleSans;
  }
  footer .wrap .list .item.contact-info,
  footer .wrap .list .item:nth-child(1),
  footer .wrap .list .item:nth-child(2) {
    width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageCards .wrap {
    max-width: 1136px;
    margin: 0 auto;
    padding: 30px 15px 10px 15px;
  }
  .pageCards .c_choice .ins_text p {
    text-align: center;
    font: 300 18px/40px GoogleSans;
  }
  .pageContribute .sel-dep .c_choice .ins_text p {
    text-align: center;
    font: 300 18px/40px GoogleSans;
  }
  .pageCards .wrap h2 {
    font: 500 15px/0 GoogleSans;
    color: #646464;
    margin-bottom: 30px;
  }
  .pageCards .wrap .list .item .col-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px;
    width: 70%;
  }
  .pageCards .wrap .list .item .col-left {
    width: 100%;
  }
  .pageCards .wrap .list .item .col-right .wraps h3 {
    font: 300 28px/40px GoogleSans;
    color: #08397b;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li {
    font: 300 15px/30px GoogleSans;
  }
  .listNotes li {
    width: 33%;
    font-size: 10px;
  }
  .listNotes a {
    color: #0b9fa5;
    font: 500 14px/20px GoogleSans;
  }
  .listNotes span {
    color: #000;
    font: 500 15px/24px GoogleSans;
  }
  .pageCards .wrap .list {
    margin-bottom: 40px;
    display: block;
  }
  .pageCards .wrap .list .item .col-left {
    width: 21%;
  }
}

@media screen and (max-width: 767px) {
  .a_bank h1 {
    font: 28px/28px GoogleSans;
    text-align: center;
  }
  .about_section {
    margin-top: 0;
    padding: 0 15px;
  }
  .a_bank p {
    font: 300 14px/25px GoogleSans;
    color: #000;
    margin-bottom: 30px;
  }
  .a_bank span {
    font: 300 19px/32px GoogleSans;
    color: #0b9fa5;
  }
  .wrap_my {
    padding: 0 15px;
  }
  .a_bank h2 {
    font: 25px/33px GoogleSans;
    text-align: center;
  }
  .icons_list a {
    width: 50%;
    margin-bottom: 25px;
  }
  .icons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .icons_list span {
    font-size: 13px;
  }
  .a_bank:last-of-type {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .a_bank h1 {
    font: 30px/35px GoogleSans;
  }
  .a_bank span {
    font: 300 27px/40px GoogleSans;
    color: #0b9fa5;
  }
  .icon_block img {
    max-width: 35px;
    max-height: 35px;
    display: block;
    margin: 0 auto 15px auto;
  }
  .icons_list span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .a_bank p {
    font: 300 17px/32px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .a_bank:last-of-type {
    margin-bottom: 50px;
  }
  .a_bank h2 {
    color: #000;
    font: 30px/35px GoogleSans;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .icons_list {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .pageContribute #calculator .short_count {
    width: 100%;
  }
  .pageContribute .sel-dep .deposits-list .dep-block {
    width: 100%;
  }
  .pageContribute .sel-dep .deposits-list .dep-text {
    padding: 10px 10px;
    margin: 0;
    border: 1px solid #b3b3b3;
    margin-bottom: 15px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .dep-descrip {
    border-bottom: 1px solid #b3b3b3;
    padding: 0 20px 10px 20px;
    min-height: 140px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text h4 {
    font: 300 27px/30px GoogleSans;
    color: #000;
    margin-bottom: 19px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text p {
    font: 400 14px/24px GoogleSans;
    color: #2a2a2a;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit {
    padding: 20px 20px 0 20px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim {
    font: 400 20px/20px GoogleSans;
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim:last-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .big-i {
    width: 100% !important;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt {
    width: 200px;
    height: 50px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt p {
    font: 300 16px/24px GoogleSans;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    margin-bottom: 15px;
  }
  .pageCredit .wrap .form .item.submit .wraps button.resetbtn {
    margin-left: 0 !important;
  }
  .pageContribute .line_bor {
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    margin-top: 30px;
    position: relative;
    margin-bottom: 80px;
  }
  .sel-dep {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageContribute {
    padding: 0 15px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangeSummaInput,
  .pageCredit .wrap .form .item.typeInput .wraps #rangeYearInput {
    min-height: 60px;
    font: 300 27px/41px GoogleSans;
  }
  .pageContribute .count .radio-toolbar label {
    line-height: 60px !important;
    font-size: 14px !important;
  }
  .pageContribute .count {
    height: 60px;
  }
  .pageContribute .wrap .form .item.submit .wraps button {
    padding: 15px 40px;
  }
  .pageContribute .sel-dep h3 {
    font: 300 32px/40px GoogleSans;
    color: #000;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .pageContribute .wrap .form .item {
    width: 42%;
  }
  .pageContribute .sel-dep .deposits-list .dep-block {
    width: 50%;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .dep-descrip {
    max-height: 173px;
  }
  .pageContribute .ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper {
    font: 300 22px/41px GoogleSans;
  }
  .pageContribute .line_bor {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page-MoneyTransform {
    padding: 10px 15px;
    margin-bottom: 80px;
  }
  .page-MoneyTransform .f-t-caption h2 {
    font: 400 28px/38px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  .page-MoneyTransform .f-t-caption h3 {
    font: 300 24px/24px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system p {
    text-transform: uppercase;
    font: 600 15px/20px GoogleSans;
  }
  .page-MoneyTransform .m-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-MoneyTransform .m-form-block .left-side {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system {
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:first-child .m-icon-wraps {
    padding: 0;
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps {
    padding: 0;
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input + img {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-of-type {
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input + img {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeSelect .ui-selectmenu-button {
    width: 100%;
    font: 300 25px/38px GoogleSans;
    color: #000;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    background-color: transparent;
  }
  .page-MoneyTransform
    .m-form-block
    .left-side
    .calc-form
    .calc-block
    .form
    .item.typeSelect
    .ui-selectmenu-button
    .ui-selectmenu-text {
    padding: 6px 0 6px 36px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc p {
    text-transform: uppercase;
    font: 600 12px/20px GoogleSans;
    margin-bottom: 5px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeSummaInput,
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeYearInput {
    min-height: 50px;
  }
  #rangeSummaInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon {
    top: 3px;
    z-index: 1;
  }
  .noUi-handle .noUi-handle-lower {
    z-index: 3;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te {
    padding: 0;
    margin-bottom: 25px;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te button {
    width: 179px;
    height: 50px;
  }
  .page-MoneyTransform .m-form-block .right-side {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right {
    padding: 10px 10px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text p {
    font: 200 14px/26px GoogleSans;
    color: #e6e6e6;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text i {
    font: 400 15px/32px GoogleSans;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap {
    margin-bottom: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text {
    margin-bottom: 25px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches {
    width: 140px;
    margin-bottom: 20px;
  }
  .department .dep-ins {
    width: 100%;
    /*border: 1px solid #b3b3b3;*/
    padding: 20px 15px;
    /*text-align: center*/
  }
  .department .dep-ins h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
  }
  .department .dep-ins .text-tel a {
    color: #000;
    font: 500 14px/20px GoogleSans;
    text-decoration: none;
  }
  .department .dep-ins .text-tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon .radio-toolbar label {
    color: #7f828a;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-MoneyTransform .f-t-caption h2 {
    font: 400 34px/64px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 0;
  }
  .page-MoneyTransform {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right {
    padding: 15px 15px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text p {
    font: 200 16px/25px GoogleSans;
    color: #e6e6e6;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap {
    margin-bottom: 15px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text {
    margin-bottom: 20px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches {
    margin-bottom: 20px;
    width: 140px;
  }
  .page-MoneyTransform
    .m-form-block
    .left-side
    .calc-form
    .calc-block
    .form
    .item.typeSelect
    .ui-selectmenu-button
    .ui-selectmenu-text {
    padding: 10px 0 10px 15px;
    font-size: 25px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te {
    padding: 0;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te button {
    width: 180px;
  }
  .department .dep-ins {
    padding: 20px;
  }
  .department {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-MoneyTransform .m-form-block {
    margin-bottom: 40px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeSummaInput,
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeYearInput {
    padding: 0 0 0 20px;
  }
  .bossesSection .boss-ins .charter div a {
    padding: 5px 18px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    width: 85%;
  }
  .department.lefside50 .dep-ins,
  .department.rightside50 .dep-ins {
    min-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pagePayments {
    padding: 40px 15px;
  }
  .pagePayments .payForm .flex-gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagePayments .payForm .pay-inside .pay-icon p {
    font: 300 22px/22px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .input-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .input-block input {
    height: 50px;
    font: 300 20px/20px GoogleSans;
  }
  .month-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .pagePayments .payForm .flex-gr .month-block p {
    margin-bottom: 5px;
    font: 400 10px/20px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .month-block input {
    width: 60px;
    height: 42px;
    font: 400 19px/32px GoogleSans;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .pagePayments .payForm .flex-gr .choice-count {
    text-align: center;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 100%;
    height: 50px;
  }
  .pagePayments .payForm .flex-gr .choice-count p {
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar label {
    font-size: 16px;
    line-height: 50px;
  }
  .pagePayments .fl-wrap .payForm:first-of-type {
    margin: 0;
    margin-bottom: 52px;
  }
  .pagePayments .fl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagePayments .end-form i {
    font: 300 28px/40px GoogleSans;
  }
  .pagePayments .end-form .end-count {
    width: 100%;
    height: 60px;
  }
  .fl-wrap .payForm:last-of-type {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pagePayments .payForm {
    margin-bottom: 0;
    padding: 30px 15px;
  }
  .pagePayments .payForm .pay-inside .pay-icon {
    margin-bottom: 25px;
  }
  .pagePayments .payForm .flex-gr .input-block input {
    padding-left: 15px;
    height: 60px;
    font: 300 20px/20px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .input-block {
    width: 240px;
  }
  .pagePayments .payForm .pay-inside .pay-icon img {
    max-width: 32px;
    height: 35px;
    margin-right: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 400px;
    height: 80px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar label {
    font-size: 18px;
    line-height: 60px;
  }
  .pagePayments .payForm .flex-gr .month-block input {
    width: 60px;
    height: 60px;
    text-align: center;
    font: 400 24px/32px GoogleSans;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
  }
  .pagePayments .payForm .flex-gr .month-block p {
    font: 400 12px/20px GoogleSans;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count p {
    font: 400 12px/20px GoogleSans;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 370px;
    height: 60px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
  }
  .pagePayments .payForm .pay-inside .pay-icon p {
    color: #292929;
    font: 300 22px/20px GoogleSans;
  }
  .pagePayments .end-form {
    padding: 0 15px;
  }
  .pagePayments .end-form i {
    font: 300 28px/30px GoogleSans;
    color: #000;
    margin-bottom: 22px;
  }
  .pagePayments .end-form .end-count {
    width: 240px;
    height: 60px;
  }
  .pagePayments .end-form .end-count p {
    color: #fff;
    padding-left: 15px;
    font: 300 24px/40px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .pageSafes .safes-block .text-safes {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageSafes .safes-block .text-safes h1 {
    font: 600 28px/30px GoogleSans;
    text-align: center;
    margin-bottom: 20px;
  }
  .pageSafes .safes-block .text-safes h2 {
    font-weight: 500;
    font-size: 22px;
  }
  .pageSafes .safes-block .text-safes p {
    font: 300 14px/22px GoogleSans;
    color: #292929;
  }
  .pageSafes .safes-block .col-safes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageSafes .safes-block .col-safes .safes-ins {
    width: 50%;
  }
  .pageSafes .safes-block .col-safes .safes-ins .image-block {
    margin-bottom: 18px;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text p {
    color: #000;
    font: 300 19px/25px GoogleSans;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text {
    margin-left: -10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .pageSafes .safes-block .col-safes .marker-text p {
    font: 300 14px/32px GoogleSans !important;
    color: #292929 !important;
  }
  .pageSafes .safes-block .last-safes-text p {
    font: 500 14px/20px GoogleSans;
    color: #e35151;
  }
  .pageSafes .safes-block {
    margin-bottom: 10px;
  }
  .pageSafes .safes-block .text-safes h3 {
    font: 300 28px/30px GoogleSans;
    color: #000;
    margin-bottom: 22px;
    padding-top: 15px;
  }
  .dealing-op .centerJobs .duty-block .list-circle {
    padding: 0;
    margin-bottom: 22px;
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageSafes .safes-block .text-safes h3 {
    font: 300 28px/36px GoogleSans;
    color: #000;
    margin-bottom: 15px;
  }
  .pageSafes .safes-block .text-safes {
    width: 100%;
    margin-bottom: 40px;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text p {
    font: 300 28px/30px GoogleSans;
  }
  .pageSafes .safes-block {
    margin-bottom: 30px;
  }
  .pageSafes .safes-block .last-safes-text p {
    font: 500 14px/24px GoogleSans;
    color: #e35151;
  }
  .pageSafes .safes-block .text-safes p {
    font: 300 17px/32px GoogleSans;
    color: #292929;
  }
}

@media screen and (max-width: 767px) {
  .section-map {
    padding: 0 15px;
  }
  .newsSection .news-block .news-title ol {
    padding-left: 30px;
  }
  /* .section-map .map-text h1 {
    font: 300 28px/35px GoogleSans;
    color: #000;
    text-align: center;
  } */
  .section-map {
    padding: 0 15px;
  }
  .section-map .map-block .ins-map {
    position: unset;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
  }
  .section-map .map-block .ins-map .regions-block {
    padding: 0;
  }
  .section-map .map-block .map {
    width: 100%;
    margin-bottom: 10px;
  }
  .mapdiv:after {
    display: none !important;
  }
  .section-map .map-block .ins-map .check-map .radio-toolbar label {
    padding: 15px 0;
  }
  .section-map .map-block .ins-map .check-map {
    border-bottom: none;
  }
  .section-map .map-block .ins-map .check-map .radio-toolbar {
    border: 1px solid;
  }
  .section-map .map-block .ins-map .regions-block .region-list {
    background-color: #fff;
  }
  .section-map .map-block .ins-map .regions-block .region-list li {
    font: 400 16px/24px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-map .map-text {
    padding: 0 15px;
    margin-top: 24px;
    /* margin-bottom: 40px; */
  }
  /* .section-map .map-text h1 {
    font: 300 35px/64px GoogleSans;
    color: #08397b;
  } */
  .section-map .map-block .ins-map {
    left: 30px;
    width: 300px;
  }
  .section-map .map-block .ins-map .regions-block {
    padding: 0 15px;
  }
  /* .section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-text {
        padding: 10px 0 10px 15px;
        font-size: 30px
    } */
  .section-map .map-block .ins-map .check-map .radio-toolbar label {
    padding: 25px 0;
    font-size: 15px;
  }
  .section-map .map-block .ins-map .regions-block .region-list li {
    font: 400 16px/20px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .newsSection {
    padding: 0 15px;
  }
  .heading h1 {
    font: 300 28px/32px GoogleSans;
    color: #000;
    padding: 0;
  }
  .newsSection .news-block .news-title br {
    display: none;
  }
  .newsSection .news-block .news-title img {
    width: 100%;
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .newsSection .news-block .news-title p {
    font: 300 15px/25px GoogleSans;
    color: #292929;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: justify;
  }
  .newsSection .main-wrap {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img .ins-news-img {
    width: 100%;
    display: inline-block;
  }
  .newsSection .news-w-img .ins-news-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img .ins-news-text a {
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .newsSection a {
    display: block;
    width: 100%;
  }
  .newsSection .news-w-img .ins-news-text p {
    font: 300 17px/26px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
  }
  .newsSection .news-w-img .ins-news-text span {
    font: 300 15px/20px GoogleSans;
    margin-bottom: 20px;
  }
  .newsSection .news-w-img .ins-news-img img {
    height: auto;
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 10px;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .photo-album .album-inside .nur {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .newsSection .news-w-img .ins-news-text a {
    padding: 20px;
    display: block;
  }
  .newsSection .news-w-img .ins-news-text p {
    font: 300 19px/28px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
    display: inline-block;
  }
  .newsSection {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .newsSection .news-block .news-title img {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
  .newsSection .news-w-img .ins-news-img img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
  }
  .newsSection .photo-album {
    width: 100%;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .vacanciesSection .vac-text h1 {
    font: 600 28px/30px GoogleSans;
  }
  .vacanciesSection .vac-text p {
    font: 300 15px/28px GoogleSans;
    color: #292929;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .vacanciesSection .vac-block {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacanciesSection .vac-block .list-vac {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
  }
  .vacanciesSection .vac-text h2 {
    font: 500 28px/30px GoogleSans;
    color: #000;
  }
  .vacanciesSection .vac-block .list-vac a {
    margin: 0;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* .vacanciesSection .wrap {
        padding: 0
    } */
  .vacanciesSection .vav-last-wrap {
    margin-bottom: 50px;
    padding: 0;
  }
  /* .vacanciesSection .vac-block .list-vac {
        width: 30%
    } */
  .wrapper {
    min-height: auto;
  }
  .vacanciesSection {
    padding: 0 15px;
  }
  .vacanciesSection .vac-text h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-bottom: 24px;
  }
  .vacanciesSection .vac-text h2 {
    font: 300 35px/40px GoogleSans;
    color: #000;
  }
  .vacanciesSection .vac-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .press-c-Section {
    padding: 0 15px;
  }
  .press-c-Section .press-text h1 {
    font: 600 48px/48px GoogleSans;
    color: #000;
    margin-bottom: 30px;
  }
  .press-c-Section .press-news .ins-source-line h3 {
    font: 600 24px/24px GoogleSans;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
  }
  .press-c-Section .press-news .ins-source-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .press-c-Section .press-news .press-source {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .press-c-Section .press-news .press-source .press-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .press-c-Section .press-news .press-source p {
    font: 500 18px/24px GoogleSans;
    color: #292929;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .press-c-Section {
    padding: 0 15px;
  }
  .press-c-Section .press-text h1 {
    font: 600 38px/60px GoogleSans;
    color: #000;
    margin-bottom: 0;
  }
  .press-c-Section .press-news {
    padding-top: 20px;
  }
  .press-c-Section .press-news .press-source .press-block {
    width: 33%;
  }
  .press-c-Section .press-news .press-source p {
    font: 500 15px/24px GoogleSans;
    color: #292929;
    margin-bottom: 20px;
  }
  .press-c-Section .press-news .press-source p {
    min-height: 80px;
    overflow: hidden;
  }
  .press-c-Section .press-news .ins-source-line h3 {
    font: 300 28px/40px GoogleSans;
    color: #000;
    margin-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .secondNews-Section .newsSection h1 {
    font: 600 28px/30px GoogleSans;
    color: #000;
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .newsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionPublication .second-newsblock .newsSection #stick-form .stick-form-wraps {
    max-width: 100% !important;
  }
  .secondNews-Section .arrow-up {
    right: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondNews-Section .newsSection {
    padding: 0 15px;
  }
  .sectionPublication .public-text {
    margin-bottom: 30px;
  }
  .secondNews-Section .newsSection .left-form {
    padding: 0 15px;
  }
  .secondNews-Section .newsSection .left-form p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .secondNews-Section .newsSection h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-top: 24px;
  }
  .newsSection .news-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .secondNews-Section .newsSection .main-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageConversion .conver-text h2 {
    font: 300 20px/1 GoogleSans;
    margin-bottom: 20px;
  }
  .pageConversion .conver-text h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1;
  }
  .pageConversion .conver-text p {
    font: 300 14px/32px GoogleSans;
    text-align: left;
  }
  .pageConversion .conver-text {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .pageConversion {
    padding: 0 15px;
  }
  .pageConversion .sub-text-con {
    padding: 15px;
  }
  .pageConversion .sub-text-con .sub-first p {
    font: 300 18px/32px GoogleSans;
  }
  .pageConversion .sub-text-con .sub-twice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins {
    width: 100%;
    margin-bottom: 30px;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins p {
    font: 300 14px/32px GoogleSans;
    color: #292929;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pagePayments {
    padding-top: 0;
    margin-bottom: 80px;
  }
  .pageConversion .conver-text h2 {
    font: 300 30px/60px GoogleSans;
    color: #000;
    text-align: center;
  }
  .pageConversion .conver-text p {
    font: 300 17px/32px GoogleSans;
    color: #292929;
    text-align: center;
  }
  .pageConversion .conver-text {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .pageConversion {
    padding: 0 15px;
  }
  .pageConversion .sub-text-con .sub-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pageConversion .conver-text {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pageConversion .sub-text-con .sub-twice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins {
    width: 50%;
    margin: 0;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins p {
    font: 300 16px/30px GoogleSans;
    color: #292929;
  }
}

@media screen and (max-width: 767px) {
  .sectionPublication .public-text h1 {
    font: 600 28px/40px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .sectionPublication .public-text {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionPublication .public-text h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .sectionPublication {
    padding: 0;
  }
  .sectionPublication .second-newsblock .newsSection #stick-form .stick-form-wraps {
    max-width: 80%;
  }
  .sectionPublication .public-text {
    margin-bottom: 37px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
    width: 100%;
  }
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
    font: 400 18px/24px GoogleSans;
    line-height: 55px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
    font: 600 28px/40px GoogleSans;
    width: 100%;
    margin-bottom: 40px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
    margin-right: 0;
    width: 100%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
    width: 100%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
    font: 300 14px/25px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right strong {
    font: 300 10px/20px GoogleSans;
    color: #646464;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
    font: 300 20px/22px GoogleSans;
    color: #08397b;
  }
  .pagePayments {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
    width: 400px;
  }
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
    font: 400 21px/24px GoogleSans;
    line-height: 60px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
    width: 100%;
    text-align: center;
    font: 600 30px/40px GoogleSans;
    margin-bottom: 40px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
    font: 300 18px/32px GoogleSans;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
    font: 300 28px/40px GoogleSans;
    color: #08397b;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
    margin-bottom: 25px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
    margin: 0;
    margin-right: 3%;
    width: 70%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .job-vacancies-section {
    padding: 0;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file #upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .centerJobs .jv-text h1 {
    font: 600 26px;
  }
  .centerJobs .jv-text p {
    font: 300 13px/30px;
    color: #292929;
  }
  .centerJobs .jv-button-block .jv-button .jvbutt-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .centerJobs .jv-button-block .jv-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source {
    width: 45%;
    margin: 0;
  }
  .centerJobs .jv-text {
    margin-bottom: 15px;
  }
  .centerJobs .jv-button-block p {
    font: 500 11px/20px;
    color: #e35151;
  }
  .centerJobs .duty-block h2 {
    font: 600 22px/20px;
    color: #000;
    margin-bottom: 15px;
  }
  .centerJobs .duty-block .list-circle {
    margin-bottom: 30px;
  }
  .centerJobs .duty-block .list-circle li p {
    font: 300 15px/25px;
    color: #292929;
    padding-left: 5px;
  }
  .centerJobs .duty-block .list-circle li::before {
    position: absolute;
    left: -17px;
  }
  .centerJobs .duty-block .list-circle li {
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form {
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond {
    margin-bottom: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file label {
    padding: 15px 40px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .jc-wrap-inp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .inp-form-style-4 {
    width: 100% !important;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form h3 {
    font: 300 24px/35px;
    color: #000;
    margin-bottom: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
    font: 300 14px/32px;
    color: #646464;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .job-vacancies-section h5 {
    font: 300 24px/35px;
    color: #08397b;
  }
  .vacanciesSection .vac-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacanciesSection .vac-block .list-vac {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .vacanciesSection .vac-block .list-vac a {
    padding: 20px;
    margin: 0;
    font: 500 15px/20px;
    text-align: left;
  }
  .vacanciesSection .vav-last-wrap {
    margin-bottom: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .centerJobs .jv-text h1 {
    font: 600 30px/50px;
    color: #000;
    margin-bottom: 20px;
  }
  .job-vacancies-section {
    padding: 0;
  }
  .centerJobs .jv-text h1 {
    margin-bottom: 0;
  }
  .centerJobs .duty-block h2 {
    margin-bottom: 15px;
    font: 300 28px/40px;
  }
  .centerJobs .duty-block .list-circle li::before {
    width: 13px;
    height: 13px;
  }
  .centerJobs .duty-block .list-circle li p {
    font: 300 17px/32px;
  }
  .centerJobs .jv-form .job-vac-form {
    padding: 30px 30px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond h2 {
    font: 300 28px/40px;
    padding-top: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form h3 {
    font: 300 28px/40px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file {
    padding: 10px 0;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
    font: 300 17px/32px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
    width: 190px;
    height: 50px;
  }
  .job-vacancies-section h5 {
    font: 300 28px/35px;
    color: #08397b;
  }
  .vacanciesSection .vac-block .list-vac {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .vacanciesSection .vac-block .list-vac a {
    margin: 0;
    font: 500 13px/20px;
    padding: 15px 25px;
  }
  .vacanciesSection .vac-block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sectionOrganization {
    padding: 0 15px;
  }
  .sectionOrganization .org-title h1 {
    padding-top: 24px;
    font: 600 28px/35px;
    color: #000;
    margin-bottom: 32px;
  }
  .sectionOrganization .accordion-block .accor-ins,
  .sectionOrganization .accordion-block .drop-dr-menu {
    padding: 15px;
  }
  .sectionOrganization .accordion-block .accor-ins h2 {
    font: 300 17px/22px;
    color: #08397b;
  }
  .sectionOrganization .accordion-block .accor-ins .fa-angle-down {
    font-size: 30px;
  }
  .sectionOrganization .accordion-block .drop-m-text p {
    font: 300 15px/26px;
    color: #292929;
  }
  .sectionOrganization .accordion-block .drop-m-text {
    padding-top: 10px;
  }
  .sectionOrganization .accordion-block .drop-dr-menu .sub-drop span {
    width: 50%;
    font: 500 14px/21px;
    color: #292929;
  }
  .sectionOrganization .org-inside {
    margin-bottom: 40px;
  }
  .sectionOrganization .accordion-block .drop-dr-menu {
    width: 100%;
  }
  .sectionOrganization .accordion-block .drop-dr-menu .sub-drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionOrganization {
    padding: 0 15px;
  }
  .sectionOrganization .org-title h1 {
    padding-top: 24px;
    font: 600 38px/60px;
    color: #000;
    margin-bottom: 32px;
  }
  .sectionOrganization .accordion-block .drop-m-text p {
    font: 300 17px/32px;
    color: #292929;
  }
  .sectionOrganization .accordion-block .drop-m-text {
    padding-top: 20px;
  }
  .sectionOrganization .accordion-block {
    cursor: pointer;
    margin-bottom: 20px;
    /*padding: 20px 41px 20px 74px;*/
    /*border: 1px solid #b3b3b3;*/
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .bossesSection .boss-ins h1 {
    font: 600 28px/45px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
  }
  .bossesSection .boss-ins .bosses-drop {
    padding: 10px 10px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    font: 300 16px/20px;
    width: 75%;
    text-align: left;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb p {
    font: 300 13px/20px;
    color: #646464;
    margin-bottom: 22px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info {
    left: -15px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact span {
    margin-right: 0;
    width: 50%;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact strong {
    font: 500 13px/24px;
    color: #292929;
  }
  .bossesSection .boss-ins .charter p {
    font: 300 17px/27px;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .charter div .oreder-boss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bossesSection .boss-ins .charter div .oreder-boss a {
    width: 100%;
    padding: 15px 10px;
    font: 500 15px/20px;
    margin-bottom: 10px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info p {
    display: none;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info .fa-angle-down {
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
    font: 300 13px/23px;
    color: #292929;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
    font: 300 14px/25px;
    color: #292929;
    padding-left: 26px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
    background: #0b9fa5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 13px;
    height: 12px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list {
    padding-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info {
    padding-top: 0;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left p {
    font: 400 13px/20px GoogleSans;
    color: #646464;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right p {
    font: 500 13px/22px GoogleSans;
    color: #292929;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
    width: 47%;
  }
  .bossesSection .boss-ins .charter div a {
    width: 100%;
    padding: 30px 0;
  }
  .bossesSection .charter h2 {
    font: 300 28px/35px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bossesSection .boss-ins h1 {
    font: 600 35px/64px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
  }
  /*	.bossesSection .boss-ins .charter div {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}*/
  .bossesSection .boss-ins .charter div a:last-of-type {
    margin-right: 0;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 5%;
  }
  .bossesSection .boss-ins .bosses-drop {
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    padding: 25px 25px 25px 25px;
    border-radius: 4px;
  }
  .bossesSection {
    padding: 0 15px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    font: 300 29px/35px;
    width: 87%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
    font: 300 16px/25px;
    color: #292929;
    margin-bottom: 40px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
    font: 300 17px/32px;
    color: #292929;
    padding-left: 54px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
    background: #0b9fa5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 13px;
    height: 13px;
  }
  .bossesSection .boss-ins {
    max-width: 100%;
  }
  .oreder-boss {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bossesSection .boss-ins .charter p {
    font: 300 16px/27px GoogleSans;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .charter div .oreder-boss a {
    margin-right: 0;
    width: 100%;
  }
  .bossesSection .charter h2 {
    font: 300 38px/64px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body .stub-wrap .stub-blcok-1 h1 {
    font: 600 34px/35px GoogleSans;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  body .stub-wrap .stub-blcok-1 h2 {
    font: 300 33px/40px GoogleSans;
    color: #fff;
    text-align: center;
  }
  body .stub-wrap .stub-blcok-1 {
    margin-bottom: 50px;
  }
  body .stub-wrap {
    padding: 0 15px;
  }
  .date-pick {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.inner_wrap {
  overflow: hidden;
  width: 100%;
}

.sidebar {
  float: left;
  width: 30%;
}

.main_content {
  width: calc(75% - 40px);
  margin-left: 40px;
  position: relative;
}

.youth-news .main_content {
  width: 100%;
  margin: 0;
}

.youth-news .main_content.filtrcontent {
  margin-bottom: 40px;
}

.youth-news .allnews {
  width: 78%;
  margin: 0;
  margin-bottom: 40px;
}

.youth-news .left-form {
  width: 20%;
}

.youth-news .news_block {
  border: none;
}

.youth-news .news_block:hover {
  border-color: transparent;
}

.main_content.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  float: inherit;
}

.side_menu ul li.active a {
  color: #139ea4;
  border-color: #139ea4;
}

.side_menu ul {
  display: flex;
  justify-content: center;
}

.allnews {
  width: 100%;
  margin: auto;
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}

.filtrcontent .left-form .form {
  margin: 0 -16px 0 -16px;
  font-size: 0;
  line-height: 0;
}

.filtrcontent .left-form .form .item {
  width: 100%;
  display: block;
  vertical-align: top;
}

.filtrcontent .left-form .form .item .wraps {
  padding: 0 16px;
}

.filtrcontent .left-form .form .item .wraps label {
  display: block;
  font: 500 12px/20px GoogleSans;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.filtrcontent .left-form .form .item.typeSelect {
  margin-bottom: 20px;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button {
  width: 100%;
  font: 300 15px/20px GoogleSans;
  color: #000;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e6eaf1;
  background-color: #fff;
  padding: 0 15px;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 12px 0;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  content: '';
  border: 0;
  width: 11px;
  height: 8px;
  background: url(/local/templates/nbu/css/../img/drop_small.png) no-repeat center;
  background-size: contain;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.filtrcontent
  .left-form
  .form
  .item.typeSelect
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon:before {
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: 7px solid #b3b3b3;
}

.news_block {
  overflow: hidden;
  width: calc(100% - 60px);
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.left-form {
  width: 20%;
}

.conditions {
  overflow: hidden;
  width: 100%;
}

.conditions h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #274f87;
  font-weight: 400;
  margin-bottom: 25px;
}

.news_block:hover {
  border-color: #274f87;
  color: #274f87;
}

.news_block:hover span {
  color: #274f87;
}

.orgblock {
  float: left;
  width: 50%;
}

.orgblock label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 450;
  text-transform: uppercase;
}

.conditions .orgblock ul li {
  color: #103c7a;
  font-size: 15px;
  text-transform: initial;
  position: relative;
  margin-bottom: 15px;
  font-weight: 450;
  padding-left: 16px;
}

.orgblock ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background: url(/local/templates/nbu/css/../images/befores.jpg) no-repeat center;
  height: 1px;
  width: 10px;
  content: '';
}

.quoteblock .conditions p {
  margin-bottom: 75px;
}

.conditions h4 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #103c7a;
  font-weight: 400;
}

.conditions ul li {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.conditions ul li span {
  color: #103c7a;
  text-transform: initial;
  display: initial;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
}

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

.orgblock p {
  color: #103c7a;
  font-size: 15px;
  font-weight: 600;
}

.fullorg {
  width: 100%;
  overflow: hidden;
  margin-bottom: 64px;
}

h1 {
  color: #000;
  font: 48px/64px GoogleSans;
  display: block;
  margin-bottom: 45px;
  font-weight: 300;
}

.side_menu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
  border-radius: 5px;
}

.side_menu ul {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
}

.side_menu ul::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #e6eaf1;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.side_menu ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.side_menu ul li:before {
  display: none;
}

.side_menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  margin: 0 30px;
  z-index: 1;
  position: relative;
  height: 100%;
}

body.safari .side_menu ul li a {
  letter-spacing: 0;
  transition: none;
}

.side_menu ul li:last-child {
  border: none;
}

.side_menu ul li a:hover {
  color: #139ea4;
}

.chooser {
  overflow: hidden;
  width: calc(100%);
  border-radius: 5px;
  background: #fff;
  padding: 30px 20px;
}

.chooser h3 {
  margin: 0 0 18px 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
}

.chooser ul li {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.chooser ul li::before {
  display: none;
}

.chooser ul li span {
  position: relative;
  display: block;
  width: calc(100% - 28px);
  background: #fff;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  color: #274f87;
  border: 1px solid transparent;
  font-size: 15px;
}

.chooser ul li span.precent {
  background: 0 0;
  color: #fff;
}

.vote-answer-table {
  width: 100%;
}

.tableResponsive .vote-answer-table tbody tr td {
  padding: 5px 0;
}

.vote-answer-bar_bg {
  position: relative;
}

.resultVote {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
}

.vote-answer-bar_bg span:before {
  display: none;
}

.chooser ul li label {
  display: block;
  cursor: pointer;
}

.chooser ul li input:checked + span:before {
  background: url(/local/templates/nbu/css/../images/checked.png) no-repeat center;
}

.chooser ul li input:checked + span {
  border-color: #274f87;
}

.chooser ul li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.chooser ul li span:before {
  position: absolute;
  right: 14px;
  background: url(/local/templates/nbu/css/../images/not_check.png) no-repeat center;
  width: 14px;
  height: 9px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.chooser button {
  width: 100%;
  border: none;
  outline: 0;
  text-align: center;
  height: 38px;
  background: #139ea4;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.infoblock {
  overflow: hidden;
  width: calc(100% - 1px);
  border-radius: 12px;
  max-width: 770px;
  margin: auto;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s ease;
}

.infoblock:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.imageinfo {
  height: 300px;
  float: left;
  width: 280px;
}

.infotext {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 27px;
}

.infotext h4 {
  font-size: 24px;
  line-height: 30px;
  color: #103c7a;
  display: block;
  margin-bottom: 10px;
}

.infotext h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #848e9f;
}

.infotext span {
  font-size: 19px;
  display: block;
  margin-bottom: 40px;
}

.infotext ul li:first-child {
  margin-left: 0;
}

.infotext ul li:first-child:before {
  background: url(/local/templates/nbu/css/../img/phone-bosses.png) no-repeat center;
  width: 20px;
  height: 30px;
}

.infotext ul li {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 19px;
  color: #646464;
  display: inline-block;
  padding-left: 40px;
  margin-left: 40px;
}

.infotext ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/local/templates/nbu/css/../images/filiali/envelope.png) no-repeat center;
  width: 25px;
  height: 20px;
}

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

.infotext ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}

.infotext ul li a:hover {
  color: #139ea4;
}

.infotext button {
  background: 0 0;
  outline: 0;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  font-size: 19px;
  color: #139ea4;
  padding: 0;
}

.infotext button:hover {
  text-decoration: none;
}

.hiddeninfo {
  overflow: hidden;
  width: calc(100% - 78px);
  padding: 44px 39px;
  display: none;
}

.hiddeninfo ul {
  list-style: none;
}

.hiddeninfo p {
  line-height: 1.3;
  font-size: 15px;
}

.hiddeninfo a {
  color: #139ea4;
  text-decoration: none;
}

.my_wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.gal_block {
  padding: 0 20px;
  width: 33.33%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rowblock {
  margin: 0 -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.galwrapp {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  position: relative;
  top: 0;
}

.galwrapp a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 12px;
}

.galwrapp:hover {
  border-color: rgba(44, 88, 150, 0.35);
}

.gal_block .galwrapp p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 20px;
  text-align: center;
  line-height: 1.65;
}

.galiimage_wrap {
  position: relative;
}

.galimage {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 transparent;
  transition: 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.galiimage_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: -15px;
  border-radius: 12px;
  right: 0;
  background-color: rgb(204, 204, 204, 0.6);
  transform: scale(0.96);
  z-index: 1;
  transition: 0.3s ease;
}

.galiimage_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: -32px;
  border-radius: 12px;
  right: 0;
  background-color: rgb(204, 204, 204, 0.3);
  transform: scale(0.9);
  z-index: 0;
  transition: 0.3s ease;
}

.galwrapp a:hover + .galimage {
  box-shadow: 0 8px 16px 0 rgba(9, 52, 117, 0.08);
}

.galwrapp:hover .galiimage_wrap::after,
.galwrapp:hover .galiimage_wrap::before {
  bottom: 0;
}

.galwrapp:hover .galimage {
  opacity: 0.9;
  transform: scale(0.99);
}

.paginaion {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}

.paginaion ul li {
  float: left;
  list-style: none;
}

.paginaion ul li a {
  display: block;
  width: 30px;
  text-decoration: none;
  height: 30px;
  background: #103c7a;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.paginaion ul li a:hover {
  background: #109ea4;
}

.slick-slide {
  margin: 0 20px;
  cursor: pointer;
}

.thumbgal {
  padding: 0 40px;
}

.thumb_slider .slick-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  outline: 0;
  opacity: 0.9;
}

.bigslide .slick-prev {
  position: absolute;
  left: -60px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  outline: 0;
  opacity: 0.9;
}

.thumb_slider .slick-next {
  position: absolute;
  right: -60px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 36px;
  border: none;
  outline: 0;
  height: 36px;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.9;
}

.bigslide {
  margin-bottom: 40px;
}

.bigslide .slick-next {
  position: absolute;
  right: -60px;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
  border: none;
  outline: 0;
  height: 48px;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.9;
}

.bigslide .slick-next:hover,
.thumb_slider .slick-next:hover {
  opacity: 1;
}

.bigslide .slick-prev:hover,
.thumb_slider .slick-prev:hover {
  opacity: 1;
}

.quoteblock {
  overflow: hidden;
  width: 100%;
  color: #646464;
}

.quoteblock span {
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  color: #848e9f;
}

.other_news {
  overflow: hidden;
  width: 100%;
  padding: 107px 0;
  margin-top: 107px;
  border-top: 1px solid #f6f6f6;
}

.go_left {
  padding-left: calc(30% + 40px);
}

.other_news h2 {
  color: #000;
  font: 30px/35px GoogleSans;
  display: block;
  width: 100%;
  margin-bottom: 45px;
  font-weight: 300;
}

.quoteblock h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #274f87;
  font-weight: 400;
  margin-bottom: 25px;
}

.main_content.inner .quoteblock h3 {
  margin-bottom: 10px;
  text-align: center;
}

.quoteblock p {
  font-size: 15px;
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 36px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .my_wrap {
    width: 720px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info.active .fa-angle-down {
    -webkit-transform: rotate(-180deg) translateY(0);
    transform: rotate(-180deg) translateY(0);
  }
}

@media (min-width: 992px) {
  .my_wrap {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .my_wrap {
    width: 1136px;
  }
}

@media (max-width: 1200px) {
  .infotext h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .infotext span {
    margin-bottom: 30px;
  }
  .infotext button,
  .infotext ul li {
    font-size: 15px;
  }
  .hiddeninfo {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .infotext {
    margin-left: 25px;
    width: calc(100% - 320px);
    padding-right: 15px;
  }
  .infotext span {
    font-size: 15px;
  }
  .infoblock {
    width: calc(100% - 2px);
  }
}

@media (max-width: 992px) {
  .go_left {
    padding-left: 0;
  }
  .other_news {
    padding: 45px 0;
    margin-top: 60px;
  }
  .allnews {
    width: calc(100% - 2px);
  }
  .sidebar {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
  }
  .main_content {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bigslide .slick-next,
  .bigslide .slick-prev {
    display: none !important;
  }
  .gal_block {
    float: none;
    width: calc(100% - 40px);
    height: auto;
    width: 100%;
  }
  div.paging {
    margin-top: 10px;
  }
  .galwrapp p {
    padding: 20px;
  }
  .infoblock {
    width: 70%;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
  }
  .imageinfo {
    float: none;
    margin: 30px auto 30px auto;
  }
  .infotext {
    float: none;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0;
    text-align: center;
  }
  .hiddeninfo {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .side_menu ul li a {
    font-size: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .slick-slide {
    margin: 0 10px;
  }
  .thumb_slider .slick-next,
  .thumb_slider .slick-prev {
    display: none !important;
  }
  .thumbgal {
    padding: 0;
  }
  .imageinfo {
    width: 100%;
    margin-top: 0;
  }
  .infoblock {
    width: 100%;
  }
}

.infoTooltip {
  display: inline-block;
  background-color: #0b9fa5;
  border-radius: 100%;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
}

.tooltipDropdown {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #0b9fa5;
  position: relative;
}

.tooltipDropdown p {
  margin: 0 !important;
  color: #fff !important;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrolling > .scroll-element,
.scrolling > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrolling > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrolling > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrolling > .scroll-element.scroll-y {
  right: 10px;
  top: 20px;
  bottom: 20px;
  width: 8px;
}

.scrolling > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrolling > .scroll-element .scroll-bar,
.scrolling > .scroll-element .scroll-element_outer,
.scrolling > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrolling > .scroll-element .scroll-bar,
.scrolling > .scroll-element .scroll-element_track {
  opacity: 0.1;
}

.scrolling > .scroll-element .scroll-element_track {
  background-color: #054186;
}

.scrolling > .scroll-element .scroll-bar {
  background-color: #054186;
  opacity: 1;
}

.scrolling > .scroll-element:hover .scroll-bar {
  background-color: #054186;
}

.scrolling > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrolling > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrolling > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrolling > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrolling > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

@media (max-width: 500px) {
  .pos_wrap {
    height: auto !important;
  }
  .sh-mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
    height: 150px !important;
  }
  .sh-pos-wrap {
    width: 205px;
    text-align: left;
    order: 2;
  }
  .sh-pos-img {
    margin: 0 auto;
    order: 1;
  }
  .sh-pos-img {
    width: 50px !important;
    height: 50px !important;
    position: static !important;
    transform: translateX(0) !important;
  }
  .sh-pos-img img {
    position: static !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 380px) {
  .sh-pos-wrap h3 {
    font-size: 16px !important;
  }
  .sh-pos-wrap p {
    font-size: 14px !important;
  }
}

@media (max-width: 340px) {
  .sh-pos-wrap {
    width: 175px;
  }
}

/* End */


/* Start:/local/templates/nbu/css/custom.css?160879664759471*/
a[href*=amchart]{display:none!important}#bx_incl_area_8_1,#bx_incl_area_8_1_1{display:block}.vacanciesSection [id^=bx_incl_area]{display:block}#bx_incl_area_9{display:block}header .col-top .wrap .col-right .language img{width:17px;height:17px;margin-right:6px;border-radius:50%}header .col-bottom .wrap nav ul li:hover{background:rgba(255,255,255,.2)}.searchbox-icon img{max-width:25px;margin-top:12px;width:25px;height:25px}.searchpage{padding-top:0}.searchpage a{font:300 19px/32px;margin-bottom:10px;text-decoration:none;font-weight:700;display:inline-block}.searchpage .paging ul{padding:0}.searchpage .paging ul li:before{display:none}.searchpage .wrap{padding:0!important}.search-preview{font:300 19px/32px}.santoher h1{font:24px/32px;color:#000;font-weight:700;margin-bottom:20px}.santoher form{padding:10px;color:#000}.santoher input.search-query{border:none!important;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:calc(100% - 115px)!important;font-size:inherit}.santoher button{position:relative;display:inline-block;border:none;border:0;color:#fff!important;font-weight:700;text-align:center;padding:0 25px;background:#000;text-decoration:none!important;float:left;height:40px;cursor:pointer}.santoher button:hover{background:#333}div.search-advanced{clear:both;display:block;padding-top:6px;color:#fff;font:700 15px/32px;margin:0}#bx_incl_area_6_1{display:block}.section2 [id^=bx_incl_area]{display:block}.section7 .wrap .partners-list .owl-stage-outer .owl-stage .owl-item .item img{width:auto}.section7 .owl-carousel .owl-stage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bx_incl_area_8{width:100%}header .col-middle .wrap .col-left ul.menu li a.selected{color:#08397b;border-bottom:1px solid #08397b;font:500 15px/15px;padding-bottom:5px}header~[id^=bx_incl_area]{width:100%}.wrap_my p{font:300 19px/32px;color:#000;margin-bottom:10px}.wrap_my.contentpages{padding-top:0}.rightside .wrap_my.contentpages{padding-top:0}.blnk{text-decoration:none;color:#08397b}.fullwitdh{width:100%;max-width:100%}footer .wrap .list .item.contact-info .wraps ul li.mailtoli span.icon img{max-width:20px}.form_creditdata .fbox.fullwitdh{width:100%!important}.bread_crumbs .bread-cr li{text-decoration:none;font:500 12px/20px;margin-left:10px;color:#0b9fa5}.newsSection .news-block .news-title{font:400 16px/22px;color:#292929;margin-bottom:20px;border-bottom:1px solid #e6eaf1}.newsSection .news-block .news-title h1{font-size:36px;line-height:44px;text-align:left;margin-bottom:10px;font-weight:500}.newsSection .news-block .news-title p{font:300 18px/28px}.newsSection .news-block .news-title span{font:500 18px/28px;color:#848e9f;margin-bottom:20px;display:block}.newsSection .news-block .news-title h2 a{font:300 42px/64px;color:#08397b;margin-bottom:30px;text-decoration:none}#bx_incl_area_7_1,#bx_incl_area_7_1_1{width:100%}.paging{margin-top:50px}.paging ul{list-style:none;width:100%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.paging ul li{display:inline-block;padding-left:0;margin-bottom:0}.paging ul li::before{display:none}.paging ul li a{color:#999;text-decoration:none;font:400 19px/48px;width:48px;height:48px;line-height: 48px;background:0 0;border:1px solid #999;text-align:center;display:block;border-radius:100px}.paging ul li:first-child a{margin-left:0}.paging ul li a:hover{background:#089fa5;color:#fff;border:1px solid #089fa5}.paging ul li a.modern-page-current{background:#009ea7;pointer-events:none;color:#fff;border:1px solid #009ea7}.paging ul a.modern-page-dots{background:0 0;color:#999;width:30px;border-color:transparent}.paging ul a.modern-page-next,.paging ul a.modern-page-previous{position:relative}.paging ul a.modern-page-next:hover,.paging ul a.modern-page-previous:hover{background-color:transparent;border:1px solid #009ea7}.paging ul a.modern-page-next:before,.paging ul a.modern-page-previous:before{content:"";background:url(/local/templates/nbu/images/pagination/arrow-left.png) no-repeat center;width:30px;height:30px;position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%)}.paging ul a.modern-page-next:before{background:url(/local/templates/nbu/images/pagination/arrow-right.png) no-repeat center}.newsSection .news-w-img .ins-news-text{width:100%;}.newsSection .news-w-img .ins-news-text p{display:block}.newsSection .news-block .news-title img{max-width:100%}.innerSection1 .wrap div{font:300 19px/32px;color:#fff;padding-bottom:60px}.innerSection1~.contentpages.fulltext{padding-top:0}.pageCredit .wrap .form{margin-top:30px}.description ul{list-style:none;padding-left:30px;margin:10px 0}.description li{position:relative}.description li::before{position:absolute;content:" ";width:15px;height:15px;left:-28px;top:8px;background:#0b9fa5;border-radius:100%}.col-bottom .selected{background:rgba(255,255,255,.2)}.col-left a.logo{min-width:60px}.physicalplatezhi .innerSection1 span~h2{display:none}.pagePayments .payForm .pay-inside .pay-icon img{max-width:100%;height:auto}.pagePayments .payForm:nth-child(6){float:right;display:inline-block;width:50%}.pagePayments .payForm:nth-child(5){float:left;display:inline-block;width:50%}.pagePayments .end-form{clear:both}.boss-text ul li{list-style:none;position:relative;font:300 19px/32px;color:#292929;padding-left:30px}.boss-text ul li p{font:300 16px/32px;color:#292929}.boss-text ul li::before{background:#0b9fa5;border-radius:100%;position:absolute;left:0;content:"";width:15px;height:15px}.press-c-Section .press-news .ins-source-line a{font:500 12px/26px;color:#7f828a;text-decoration:none}.b-name{border:1px solid #b3b3b3;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:41px 0 0 96px;border-radius:4px}.heading h1{font:300 48px/64px;color:#08397b;padding:0;margin-bottom:0}.cashSerSection .currency-block .nat-inter-cur{margin-bottom:80px}.centerJobs .jv-form .job-vac-form input{-webkit-box-sizing:border-box;box-sizing:border-box}.bossesSection .boss-ins .charter p{font:300 20px/27px}.bossesSection .boss-ins .bosses-drop .boss-name h2{margin-bottom:0}.bread_crumbs .bread-cr li{margin-left:12px;position:relative}.bread_crumbs .bread-cr li a{margin-left:0;padding-right:20px}.bread_crumbs .bread-cr li a:after{content:'';width:10px;height:1px;display:block;background:#333;position:absolute;top:9px;right:0}.bossesSection .boss-ins .charter div.oreder-boss{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.bossesSection .boss-ins .flexbox .charter div.oreder-boss{margin-top:0}.boss-contact a{color:#093475}.tarif_section.active .boss-contact a{color:#fff}.boss-name~.boss-subb{padding-top:20px}.pageSafes{padding-bottom:0}.pageSafes p{font:300 19px/32px;color:#292929;margin-bottom:10px}.pageSafes h3{font:300 32px/40px;color:#08397b;margin-bottom:22px}.pageSafes a{color:#0b9fa5}.news-title p{font:300 19px/32px;color:#292929;margin-bottom:30px}.news-title h3{font:300 32px/40px;color:#08397b;margin-bottom:22px}.news-title ul{padding:0 0 0 30px;margin-bottom:22px}.news-title ul li{list-style:none;position:relative;line-height:36px;font:400 19px/32px;color:#292929}.news-title ul li::before{position:absolute;top:11px;left:-30px;content:'';width:15px;height:15px;background:#0b9fa5;border-radius:100%}.news-title a{color:#0b9fa5}.paging a{color:#999;text-decoration:none;border:1px solid #999;font:400 19px/48px;width:48px;height:48px;line-height: 48px;border-radius:100px;background:0 0;text-align:center;display:inline-block;margin-left:15px}.paging a:hover{background:#089fa5;color:#fff;border-color:transparent}.newsSection .news-block br{line-height:30px}.message{margin-top:0;padding:0 0 10px 0;font:300 17px/22px;color:#292929}.errortxt{color:#e35151}.succestxt{color:#0b9fa5}.newsSection .photo-album .album-inside{-ms-flex-wrap:wrap;flex-wrap:wrap}.newsSection .photo-album .album-inside .nur{margin-bottom:10px}.pageCredit .wrap.midpd{padding-top:15px}div.title-search-result{display:none!important}.bossesSection .boss-ins .charter div .oreder-boss{margin:0;margin-bottom:10px}.newsSection .news-w-img .ins-news-img{line-height:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);right:-200px;position:absolute}.newsSection .news-w-img .ins-news-img img{height:auto}header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures input[type=radio]:checked+label,header .col-top .wrap .col-right .spec .dropdown-switch .switchRadioFeatures label{font-size:14px;font-weight:700}.gm-style .gm-style-iw{overflow:visible!important;padding:40px 10px 0!important;font-family:GoogleSans!important}.gm-ui-hover-effect{border-radius:50px;top:5px!important;right:5px!important;background-color:#e6eaf1!important}.mapdiv{line-height:24px;font-size:16px;color:#000;z-index:9999;max-width:300px;background:#fff;padding:15px;padding-top:0;padding-bottom:15px;min-height:130px;min-width:280px}.mapdiv h5{font-size:24px;margin-bottom:20px;margin-top:0;font-weight:600;color:#000;text-align:center}.mapdiv strong{display:block}.teaser a{color:#093475}.mapdiv .w-50{position:relative}.mapdiv img{position:absolute;left:0;top:5px}.mapdiv .teaser{margin-bottom:10px;padding-left:35px}.mapdiv br{display:none}.pagePayments .wrap .payForm:last-child{display:inline-block;float:right;width:50%;vertical-align:top}.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon{width:100%}.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps{padding:0}.page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label{display:inline-block;width:45%;margin-right:3%}.btn-effect-2.c-bondiBlue.fullFill{color:#fff}.btn-effect-2.c-bondiBlue.fullFill:hover{color:#fff}.secondNews-Section .newsSection{padding-bottom:50px;min-height:210px}.sectionOrganization .accordion-block .drop-dr-menu .sub-drop a{text-decoration:none}.captcha{display:inline-block;vertical-align:middle}.captcha .g-recaptcha{margin-top:0;margin-bottom:0}.submitblock{display:inline-block;vertical-align:middle;width:100%}.news-block table,.wrapper table.courses{border-collapse:collapse;margin:0;padding:0;width:100%;font:500 19px/20px}.news-block table img,.wrapper table.courses img{vertical-align:middle}.news-block table caption,.wrapper table.courses caption{font-size:1.5em;margin:.5em 0 .75em}.news-block table tr,.wrapper table.courses tr{padding:0}.wrapper table.courses tr:hover{background:#e8e8e8}.news-block table td,.news-block table th,.wrapper table.courses td,.wrapper table.courses th{padding:10px;border-bottom:1px solid #e6eaf1;color:#000;font-size:14px;line-height:1.6}.news-block table th,.wrapper table.courses th{font-size:12px;text-transform:uppercase;color:#000}.news-block table{margin:30px 0}.exchange-rates .pageSafes,.exchange-rates-sec .pageSafes{padding-top:0}.bossesSection .boss-ins .charter div a{display:block;text-decoration:none;font-size:20px;line-height:1.3;margin-bottom:0;padding:30px;padding-right:45px;padding-left:35px;border-radius:12px;-webkit-box-shadow:0 15px 30px 0 transparent;box-shadow:0 15px 30px 0 transparent;-webkit-transition:.2s ease;transition:.2s ease;position:relative}.bossesSection .boss-ins .charter div a:hover{-webkit-box-shadow:0 15px 30px 0 rgba(9,52,117,.15);box-shadow:0 15px 30px 0 rgba(9,52,117,.15)}.bossesSection .boss-ins .charter div a::after{content:"";position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(/local/templates/nbu/css/../img/arrowright.png) no-repeat center;background-size:contain;width:12px;height:20px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.bossesSection .boss-ins .charter div a:hover::after{background-image:url(/local/templates/nbu/css/../img/arrowright_acive.png)}.bossesSection .boss-ins .charter div a span{display:block;margin-top:10px;color:#848e9f;font-size:12px;font-weight:400}header .col-top .wrap .col-left{width:60%}header .col-top .wrap .col-left ul.currency.currency-usd{padding-right:20px}.currency img{vertical-align:middle;margin-top:-4px;margin-right:5px}.newsSection .news-block .news-title img{height:auto}.newsSection .photo-album{padding-top:20px}.newsSection .news-block .album-inside img{height:200px;-o-object-fit:cover;object-fit:cover}.gallery-sec .newsSection .news-w-img .ins-news-img img{height:100%}#bx_incl_area_6_1_1,#bx_incl_area_6_9{width:100%}.cashSerSection .currency-block .curr-change-block .curr-change-ins h4{font:400 20px/28px;color:#08397b;margin-bottom:30px;border-bottom:2px dashed #08397b;padding-bottom:15px}.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left strong{font:300 12px/20px;color:#646464}.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left strong,.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right strong{text-transform:uppercase}.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p{font-size:24px}.leftb{float:left;width:55%}.rightb{float:right}.pageSafes .tolink,.tolink{background:#056f73;color:#fff;margin-top:50px;display:inline-block;text-decoration:none;padding:10px}.diagramma #nbuchart{width:100%;height:500px}.diagramma .ui-selectmenu-button{background:0 0}.diagramma #checkrate-button{margin:30px 0 20px;background-color:#fff;border-color:transparent;padding:13px 15px;border-radius:6px;border:1px solid #e6eaf1}.diagramma .newsDate li.ui-menu-item .ui-menu-item-wrapper{padding:10px 15px;margin-right:1px}.diagramma h1{font:300 32px/40px;color:#08397b;text-align:center;margin-top:30px}iframe,video{width:100%;max-width:740px}.owl-stage-outer .owl-stage .owl-item.current .item:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:rgb(0,158,167,.4)}#syncThumb .owl-nav .owl-next button{right:-15px}#syncThumb .owl-nav button{border:0 none;border-radius:0;padding:0;background:0 0;cursor:pointer;position:relative;z-index:3}#syncBig .owl-nav{position:absolute;top:50%;left:0;right:0;width:100%;height:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}#syncBig .owl-nav .owl-next,#syncBig .owl-nav .owl-prev,#syncThumb .owl-nav .owl-next,#syncThumb .owl-nav .owl-prev{position:absolute;left:140px;width:48px;height:48px;border-radius:50%;background-color:#fff;margin:0;padding:0;box-shadow:0 15px 30px 0 rgba(9,52,117,.15);transform:translateY(-50%)}#syncBig .owl-nav .owl-next{right:140px;left:unset}#syncThumb .owl-nav .owl-prev{left:15px;right:unset}#syncThumb .owl-nav .owl-next{left:unset;right:15px}#syncBig .owl-nav .owl-next::before,#syncBig .owl-nav .owl-prev::before,#syncThumb .owl-nav .owl-next::before,#syncThumb .owl-nav .owl-prev::before{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:10px}#syncBig .owl-nav .owl-next::before,#syncThumb .owl-nav .owl-next::before{background:url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center}#syncBig .owl-nav .owl-prev::before,#syncThumb .owl-nav .owl-prev::before{background:url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center}#syncBig .owl-item{text-align:center}#syncThumb{margin-top:20px;margin-bottom:40px}#syncThumb .item{height:100%;overflow:hidden}#syncThumb .owl-nav{position:absolute;top:50%;left:0;right:0;width:100%;height:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}.sidebar{display:inline-block;width:30%;vertical-align:top;position:relative}.sidebar ul.menu{min-width:284px;list-style:none;background:#0b9fa5;border-radius:10px}.sidebar ul.menu li{margin-bottom:0}.sidebar ul.menu li::before{display:none}.sidebar ul.menu li a{color:#fff;padding:10px 20px;text-decoration:none;display:block;border-bottom:1px solid #fff;-webkit-transition:all .5s;transition:all .5s;font-weight:400;font-size:16px}.sidebar ul.menu li:last-child a{margin-bottom:0;border:none;border-radius:10px;border-top-right-radius:0;border-top-left-radius:0}.sidebar ul.menu li a:hover{background:#08397b}.sidebar .fixed{position:fixed;top:20px}.rightside{display:inline-block;width:calc(70% - 8.5px);-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:35px}.rightside .wrap_my{width:100%;max-width:100%}.contentpages{padding-top:0}.contentpages h1{color:#08397b;font:42px/50px;float:left;display:block;width:100%;margin-bottom:20px}.contentpages h2{color:#08397b;font:32px/40px;float:left;width:100%;margin-bottom:25px}.contentpages h3{font:300 32px/40px;color:#0b9fa5;margin-bottom:25px;margin-top:5px}.contentpages h4{line-height:1.4}.contentpages p{margin-bottom:30px;font:300 19px/32px;color:#000}.contentpages a{color:#0b9fa5;text-decoration:none}.contentpages ul{padding:0 0 0 30px;margin-bottom:22px}.contentpages ul li:before{left:-30px}.contentpages table{border-collapse:collapse;color:#000;background:#fff;border:none;margin-bottom:0;overflow:hidden}.contentpages table.table tbody{border:none;overflow:hidden}.contentpages table.table td{border:none}.contentpages table td p{margin:0;padding:0 20px;font-size:15px;line-height:17px;text-align:center!important}.contentpages table td strong{font-weight:500;display:block}.contentpages table tr:hover{background:#e8e8e8}.tabcontent h1{color:#08397b;font:42px/50px;float:left;display:block;width:100%;margin-bottom:20px}.tabcontent h2{color:#08397b;font:32px/40px;float:left;width:100%;margin-bottom:25px;padding-bottom:0!important}.tabcontent h3{font:300 32px/40px;color:#08397b;margin-bottom:25px}.tabcontent h3 span{display:inline-block;position:relative;padding-right:45px;cursor:pointer;line-height:1}.tabcontent h3.opened span:before{transform:translateY(-50%) rotateX(180deg);-webkit-transform:translateY(-50%) rotateX(180deg);transition:.25s ease-in;-webkit-transition:.25s ease-in}.for_drop{display:none}.tabcontent h3 span:before{width:22px;height:12px;background:url(/local/templates/nbu/css/../images/drop_arrow.png) no-repeat center;content:'';position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:.25s ease-out;-webkit-transition:.25s ease-out;right:0}.pageCredit .wrap .tabcontent p,.tabcontent p{margin-bottom:15px;font:400 16px/26px;color:#292929}.pageCredit .wrap .tabcontent p~ul,.tabcontent p{margin-bottom:0}.tabcontent ul{padding:0 0 0 30px;margin-bottom:22px}.tabcontent ul li{list-style:none;position:relative;font:300 19px/32px;color:#292929;margin-bottom:15px}.tabcontent ul li:before{position:absolute;top:8px;left:-30px;content:'';width:15px;height:15px;background:#0b9fa5;border-radius:100%}.tabcontent table{margin-bottom:20px;border-collapse:collapse;color:#000;background:#f6f7f7}.tabcontent table td{border:1px solid #ddd;padding:10px;font-size:14px;font-weight:400}.tabcontent table td p{margin:0;font-size:15px;line-height:17px;text-align:center!important}.tabcontent table td strong{font-weight:500;display:block}.tabcontent table tr:hover{background:#e8e8e8}.tab_head li.tocalc a{background:#08397b!important}.tab_head li a{padding:17px 1vmax;font-weight:400;border-right:1px solid #68c3c7}.tabcalc{display:none}.forms.bottomtab{padding:35px 0 0 0;max-width:600px}.forms.bottomtab h4{font:300 32px/40px;color:#08397b;margin-bottom:25px;text-align:center;font-weight:700}.forms.bottomtab .formd label{font-weight:400}.forms.bottomtab span.errors_m{color:#d72222;font-size:20px;font-weight:400}.forms.bottomtab span.success_m{color:#0f844f;font-size:20px;font-weight:400}.forms.bottomtab #forma_subscribe .buttoncall{margin-top:20px;padding:11px 40px;display:block;width:100%;font-size:20px;height:auto;font:400 18px/27px;text-transform:uppercase}.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;-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:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;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{-webkit-transform-style:preserve-3d;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/nbu/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-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;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.videotitle{text-align:center}.videotitle .title_video{color:#000;font-weight:500;font-size:24px;display:block;margin-bottom:20px}.videotitle .date_video{display:none;font-size:16px}.desc-ord{margin-top:-30px}.sectionOrganization .accordion-block .drop-dr-menu .desc-ord p{width:100%}#credit_form{padding:0 18%;margin-top:50px;max-width:800px}.form_credit{padding:30px 50px;z-index:999;height:100%}.form_credit .message{margin-top:30px;font-weight:400;background:#0b9fa5;padding:20px;color:#fff;font-size:16px;line-height:24px}.form_credit .errortxt{margin-top:30px;font-weight:400;background:#a52f0b;padding:10px;color:#fff;font-size:16px;line-height:24px}.form_credit h4{font-size:30px;font-weight:400;color:#08397b;text-align:center;margin-bottom:20px}.ytext{font-size:14px;color:#0b9fa5;font-weight:500;display:block}.formbox{overflow:hidden}.formbox h5{font-weight:400;color:#08397b;font-size:24px;margin:20px 0 15px}.formbox input[type=email],.formbox input[type=number],.formbox input[type=tel],.formbox input[type=text]{height:38px;line-height:38px;border:1px solid transparent;border-radius:4px;background:#f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;display:block;font-size:15px;margin-bottom:10px;font-weight:400;font-family:GoogleSans;width:100%;max-width:100%}.formbox input[type=file]{display:block;margin:0 0 15px 0;background:#f0f0f0;width:100%;padding:10px}.formbox label{display:block;overflow:hidden;font-size:14px;font-weight:500;color:#08397b}.formbox .ui-state-error,.formbox input.error{border:1px solid red!important}.formbox label.error{display:none!important}.form_personalblock input:nth-of-type(3){display:inline-block;width:49%}.form_personalblock input:nth-of-type(4){display:inline-block;width:49%;float:right}.form_passportblock input:nth-of-type(2){display:inline-block;width:49%}.form_passportblock input:nth-of-type(3){display:inline-block;width:49%;float:right}.form_creditdata .fbox{position:relative}.form_creditdata .fbox:nth-of-type(odd){display:inline-block;width:49%}.form_creditdata .fbox:nth-of-type(even){display:inline-block;width:49%;float:right}.formbox .ui-button{height:38px;line-height:1;border:1px solid transparent;border-radius:4px;background:#f0f0f0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;display:block;font-size:15px;margin-bottom:10px;width:100%;max-width:100%;color:#75757d}.ui-selectmenu-menu.creditform li.ui-menu-item .ui-menu-item-wrapper.ui-state-active{color:#fff}.ui-selectmenu-menu.creditform li.ui-menu-item .ui-menu-item-wrapper{padding:10px;color:#333;font-weight:400}.creditform .ui-widget.ui-widget-content{background:#f5f5f5}.formbox.confirm{text-align:center;position:relative}.formbox.confirm label{overflow:hidden}.formbox.confirm label:before{margin-left:-30px;content:'';width:15px;height:15px;background:#fff;position:absolute;top:4px;border:1px solid #aaa;border-radius:4px}.formbox.confirm input{display:none}.formbox.confirm input[type=checkbox]:checked+label:before{content:'\2713';width:15px;height:15px;background:#fff;position:absolute;top:4px;line-height:1.1;font-weight:700}.formbox.confirm .error~label:before{margin-left:-30px;content:'';width:15px;height:15px;background:#fff;position:absolute;top:4px;border:1px solid red;border-radius:4px}.formbox.confirm label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:20px}.submitblock input{width:100%;padding:10px 15px;background:#0b9fa5;font:300 18px/24px;color:#fff;border:none;cursor:pointer;border-radius:4px}.submitblock input:hover{background:#067579}.btnbanner{padding:20px 38px;border-radius:8px;background:#0b9fa5;font:400 16px/16px;color:#fff;text-decoration:none;-webkit-transition:background-color .3s ease 0s;transition:background-color .3s ease 0s}.btnbanner:hover{background:#32afb5}.ui-datepicker{border:none!important}.money-transfer .ui-selectmenu-open,.money-transfer .ui-widget.ui-widget-content,.uz-sec.physical .ui-selectmenu-open,.uz-sec.physical .ui-widget.ui-widget-content{max-width:370px}header .col-bottom .wrap nav .menudop{display:inline-block;float:right;position:relative;color:#fff;font:500 12px/12px}header .col-bottom .wrap nav .menudop span{line-height:40px;cursor:pointer;padding:13px 50px;text-transform:uppercase}.hovered,header .col-bottom .wrap nav .menudop span:hover{background:#08397b}header .col-bottom .wrap nav .menudop ul{display:block;position:absolute;background:#08397b;top:40px;right:0;min-width:300px;max-width:300px;z-index:999;display:none}header .col-bottom .wrap nav .menudop ul li{display:block}header .col-bottom .wrap nav .menudop ul li a{line-height:22px;padding:10px 15px;border-bottom:1px solid #fff}header .col-bottom .wrap nav .menudop span:hover~ul{display:block}header .col-bottom .wrap nav .menudop ul:hover{display:block}header .col-bottom .wrap nav .menudop:hover{background:#08397b}.small-business .section2 .wrap .list .item .wraps:hover,.small-business-sec .section2 .wrap .list .item .wraps:hover{background:#0b9fa5;border-radius:6px}.small-business .section2 .wrap .list .item .wraps:hover span.name,.small-business-sec .section2 .wrap .list .item .wraps:hover span.name{color:#fff}.pageContribute .wrap p{font:300 19px/32px;color:#292929;margin-bottom:30px}.pageContribute .sel-dep .deposits-list .dep-text .limit .sumproc{display:none}.pageContribute .sel-dep .deposits-list .dep-text .limit .totalsumproc{display:none}.heading2{font:300 32px/40px;color:#104b97;margin-bottom:0}.zvook input[type=checkbox]:checked+label::after{content:'';width:14px;height:14px;background:#00a2de;position:absolute;left:-23px;top:1px;border-radius:0!important;-webkit-transition:all .5s ease;transition:all .5s ease;border-radius:100%!important}.news-title .a_bank,.news-title .a_bank:last-of-type{padding:0;margin:0}#credit_form{background:#fff;padding:0;margin:0;display:none}#credit_form.overlay_m{-webkit-transition:opacity .5s;transition:opacity .5s;display:block;z-index:99;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box}#credit_form.overlay_m .form_credit{margin:0 auto;position:relative;background:#fff}.closemodal{position:absolute;right:0;top:0;font-size:30px;cursor:pointer;background:#000;color:#fff!important;padding:10px;z-index:99999}.subscribe-edit table td{text-align:left}.contentpages .subscribe-edit table td input[type=text]{display:block;width:100%;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d2d0d0;margin:10px 0}.contentpages .subscribe-edit table td input[type=submit]{display:inline-block;padding:10px;border:none;background:#0b9fa5;color:#fff;margin-right:20px;border-radius:4px;cursor:pointer}.contentpages .subscribe-edit table td input[type=reset]{padding:10px;border:none;background:#0b9fa5;color:#fff;border-radius:4px;display:inline-block;cursor:pointer}.contentpages .subscribe-edit table td p{text-align:left!important;margin-bottom:10px}.contentpages .subscribe-edit table td label{padding:10px 0;display:inline-block}.modal{display:none}.formtxt{padding:10px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #0b9fa5;width:calc(100% - 132px);display:inline-block}.buttoncall{height:40px;margin:0;border:none;background:#0b9fa5;color:#fff;cursor:pointer}.callback{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:600px;max-width:600px}.callback h4{font-size:24px;margin-bottom:20px;text-align:center;text-transform:uppercase}.buttoncall:hover{background:#000}#forma_subscribe .buttoncall{margin-top:20px;padding:11px 40px;display:block;width:100%}.forms{position:relative;margin:0 auto;padding:20px;background:#fff;display:block}.succesmsg{display:block;margin-bottom:10px;margin-top:-10px;font-size:16px;color:#008086}.formd{display:block;clear:both;overflow:hidden;margin-bottom:15px}.formd input{width:100%;display:block}.formd label{display:block;margin-bottom:5px}.formd textarea{max-width:100%;height:100px;border:1px solid #0b9fa5;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.callback .closemodal{font-size:20px;width:33px;height:30px;right:0;text-align:center;color:#fff;line-height:28px}.activemodal{visibility:visible;opacity:1;display:block}span.success_m{display:block;color:#0f844f;font-size:17px;margin-bottom:10px;text-align:center}span.errors_m{display:block;color:#0f844f;font-size:17px;margin-bottom:10px;text-align:center}#zakaz_zvonok{text-align:center}.goeycontact{height:0}.goeycontact .menu{-webkit-filter:url(#shadowed-goo);filter:url(#shadowed-goo)}.goeycontact .menu-item,.goeycontact .menu-open-button{background:#0b9fa5;border-radius:100%;width:80px;height:80px;position:absolute;top:20px;color:#fff;text-align:center;line-height:80px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:-webkit-transform ease-out .2s;-webkit-transition:-webkit-transform ease-out .2s;transition:transform ease-out .2s;transition:transform ease-out .2s,-webkit-transform ease-out .2s;transition:transform ease-out .2s,-webkit-transform ease-out .2s;font-size:25px}.goeycontact .menu-open{display:none}.status-icon{display:none!important}.hamburger{width:25px;height:3px;background:#fff;display:block;position:absolute;top:50%;left:50%;margin-left:-12.5px;margin-top:-1.5px;transition:-webkit-transform .2s;-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;transition:transform .2s,-webkit-transform .2s}.hamburger-1{-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0)}.hamburger-2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.hamburger-3{-webkit-transform:translate3d(0,8px,0);transform:translate3d(0,8px,0)}.goeycontact .menu-open:checked+.menu-open-button .hamburger-1{-webkit-transform:translate3d(0,0,0) rotate(45deg);transform:translate3d(0,0,0) rotate(45deg)}.goeycontact .menu-open:checked+.menu-open-button .hamburger-2{-webkit-transform:translate3d(0,0,0) scale(.1,1);transform:translate3d(0,0,0) scale(.1,1)}.goeycontact .menu-open:checked+.menu-open-button .hamburger-3{-webkit-transform:translate3d(0,0,0) rotate(-45deg);transform:translate3d(0,0,0) rotate(-45deg)}.goeycontact .menu{padding-top:20px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:20px;text-align:left;position:fixed;z-index:9;bottom:0;height:150px;right:105px}.goeycontact .menu-item i{top:0;left:-1%}.goeycontact .menu-item:hover{background:#fff;-webkit-box-shadow:0 0 0 3px #0b9fa5 inset;box-shadow:0 0 0 3px #0b9fa5 inset;color:#0b9fa5}.goeycontact .menu-item:nth-child(3){-webkit-transition-duration:180ms;transition-duration:180ms}.goeycontact .menu-item:nth-child(4){-webkit-transition-duration:180ms;transition-duration:180ms}.goeycontact .menu-item:nth-child(5){-webkit-transition-duration:180ms;transition-duration:180ms}.goeycontact .menu-item:nth-child(6){-webkit-transition-duration:180ms;transition-duration:180ms}.goeycontact .menu-open-button{z-index:2;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275);-webkit-transition-duration:.4s;transition-duration:.4s;-webkit-transform:scale(1.1,1.1) translate3d(0,0,0);transform:scale(1.1,1.1) translate3d(0,0,0);cursor:pointer}.goeycontact .menu-open-button:hover{-webkit-transform:scale(1.2,1.2) translate3d(0,0,0);transform:scale(1.2,1.2) translate3d(0,0,0)}.goeycontact .menu-open:checked+.menu-open-button{-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transform:scale(.8,.8) translate3d(0,0,0);transform:scale(.8,.8) translate3d(0,0,0)}.goeycontact .menu-open:checked~.menu-item{-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}.goeycontact .menu-open:checked~.menu-item:nth-child(3){-webkit-transition-duration:190ms;transition-duration:190ms;-webkit-transform:translate3d(-110px,0,0);transform:translate3d(-110px,0,0)}.goeycontact .menu-open:checked~.menu-item:nth-child(4){-webkit-transition-duration:290ms;transition-duration:290ms;-webkit-transform:translate3d(-220px,0,0);transform:translate3d(-220px,0,0)}.goeycontact .menu-open:checked~.menu-item:nth-child(5){-webkit-transition-duration:390ms;transition-duration:390ms;-webkit-transform:translate3d(-330px,0,0);transform:translate3d(-330px,0,0)}.goeycontact .menu-open:checked~.menu-item:nth-child(6){-webkit-transition-duration:490ms;transition-duration:490ms;-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}.headtitle{color:#08397b;font:32px/36px GoogleSans;display:block;width:100%;margin-bottom:30px}.en-sec .section1{margin-bottom:0}font.notetext{margin-top:10px;display:block;margin-bottom:20px}.arcticmodal-container,.arcticmodal-overlay{position:fixed;left:0;top:0;right:0;bottom:0;z-index:1000}.arcticmodal-container{overflow:auto;margin:0;padding:0;border:0;border-collapse:collapse}.arcticmodal-container_i{height:100%;margin:0 auto}.arcticmodal-container_i2{padding:24px;margin:0;border:0;vertical-align:middle}.arcticmodal-container_i2 .modal{display:block}.arcticmodal-error{padding:20px;border-radius:10px;background:#000;color:#fff}.arcticmodal-loading{width:80px;height:80px;border-radius:10px;background:#000 url(/local/templates/nbu/css/loading.gif) no-repeat 50% 50%}.ui-selectmenu-open{z-index:9999999}.no-scroll{left:0;-webkit-overflow-scrolling:touch;position:fixed;top:0;width:100%}.fbox.fullwitdh .select2-container{width:100%!important}.a_bank h1{font:38px/40px}.tab-status{display:block;margin:40px 0}.tab-status ul{list-style:none;padding:0;margin:0;display:table;border:1px solid #979797;border-radius:6px;overflow:hidden}.tab-status ul li{display:inline-block}.tab-status ul li a{color:#000;padding:17px 30px;border-radius:6px;display:inline-block;-webkit-transition:.2s;transition:.2s;min-width:170px;text-align:center;font-weight:700}.tab-status ul li a.active{background:#0d3b79;color:#fff}.tabcontent-status{position:relative}.tabcontent-status .tc{display:none;margin-top:40px}.tabcontent-status .active{display:block}.tabcontent-status .form label{font-weight:700;font-size:17px;color:#0d3b79;margin-bottom:12px;display:block}.tabcontent-status .col{max-width:370px;display:inline-block;padding-right:40px;width:300px;vertical-align:top;margin-bottom:10px}.tabcontent-status .form input[type=text]{display:block;clear:both;padding:15px 20px;border:1px solid #b8b8b8;color:#000;font-size:18px;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;line-height:inherit;width:100%}.tabcontent-status .form input[type=submit]{-webkit-transition:.3s;transition:.3s;padding:18px;border:1px solid #0b9fa5;width:80%;border-radius:6px;background:#0b9fa5;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.tabcontent-status .form input[type=submit]:hover{background:#000;border-color:#000;color:#fff}.tabcontent-status .form input~label{font-size:14px;color:red;margin-top:10px}.resultcheck{margin-top:45px;border-top:1px solid #b8b8b8;padding:25px 0}.resultcheck h3{font-weight:700;font-size:22px;color:#0d3b79;margin-bottom:20px}.resultcheck table{width:100%;border-collapse:collapse}.resultcheck table td{text-align:center;border-bottom:1px solid #b8b8b8;padding:19px;color:#0b9fa5;font-weight:500;font-size:16px;vertical-align:top}.resultcheck td span{display:block;font-size:19px;font-weight:700;color:#0d3b79;line-height:inherit;margin-bottom:10px}.resultcheck .message{margin-top:0}header .col-middle .wrap .col-right a{padding-left:32px}header .col-middle .search-b{left:0}.mybank{position:relative}.mybank a{background:#fff;padding:14px 25px!important;color:#000!important;font-weight:500!important;cursor:pointer;width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.uz-sec .mybank a{padding:14px 15px!important}.mybank li{display:inline-block;position:relative}.mybank li:last-child{margin-left:20px}.mybank a:hover{background:#fff!important;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.mybank ul{position:absolute;opacity:0;visibility:hidden;-webkit-transition:.5s;transition:.5s;width:100%;padding-top:8px;left:0}.mybank li:hover ul{opacity:1;visibility:visible;z-index:999}.mybank li ul li{display:block}.mybank li ul li:last-child{margin-left:0}.mybank li ul li a{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin-bottom:8px;padding:14px 5px!important}.waintingdiv,.warningtext{margin-bottom:20px}.waiting_wrong{background:#9a0000!important;margin-bottom:20px}.tab-status .warningtext{background:0 0;font-weight:700}.lgotniy_period{text-align:left!important}.onlyshow{display:block!important}.fbox.fullwitdh .select2-container{margin-bottom:10px}.fbox .select2-container{width:100%!important}.waintingdiv,.waintingdiv .fbox{width:100%}.arcticmodal-container,.arcticmodal-container_i2{padding-bottom:80px}header .col-middle .wrap .col-left ul.menu li:last-child{display:none}.newsSection .news-block .news-title img{-webkit-transition:1s;transition:1s}.bread_crumbs.full{max-width:100%}.socials{margin-bottom:30px}.wp-icon{width:40px;height:40px;text-align:center;line-height:40px!important;vertical-align:middle;color:#0b9fa5;margin-right:15px;border:1px solid #727e8f;font-size:22px!important;border-radius:2px;-webkit-transition:.2s;transition:.2s}.fa-facebook:hover{background:#3b5998;color:#fff;border-color:#3b5998}.fa-instagram:hover{background:#d6249f;border-color:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff}.fa-telegram:hover{background:#08c;border-color:#08c;color:#fff}.fa-youtube:hover{border-color:red;background:red;color:#fff}.links{text-align:center}.links a{width:48%;display:inline-block;text-align:center;border:2px solid #274f87;text-decoration:none;font-size:30px;padding:10% 30px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;color:#fff;margin-right:2%;background:#274f87;-webkit-transition:.2s;transition:.2s}.links a:last-child{float:right;margin-right:0}.links a:hover{background:#139ea4}@media screen and (min-width:700px){.small-business .formbox,.small-business-sec .formbox{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.small-business .fbox .select2-container,.small-business-sec .fbox .select2-container{margin-bottom:12px}.small-business .formbox.confirm,.small-business-sec .formbox.confirm{display:block;margin-top:20px}}@media screen and (max-width:1200px){header .col-bottom .wrap nav .menudop{float:none}header .col-bottom .wrap nav .menudop ul{display:block!important;position:relative;top:auto;left:auto;min-width:auto;max-width:auto;background:0 0}header .col-bottom .wrap nav .menudop ul li{display:inline-block}.menudop span{display:none}header .col-middle .wrap .col-left ul.menu{padding:20px 10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:block}header .col-bottom .wrap nav .menudop ul li a{border:none}.hovered,header .col-bottom .wrap nav .menudop span:hover{background:0 0}header .col-top .wrap .col-right .language.active-shad .language-2{display:block}header .col-middle .wrap .col-right a .fa-phone{font-size:25px!important;position:relative;top:10px;left:15px;color:#104b97;width:25px;height:25px;border:1px solid #104b97;border-radius:50%;padding:7px;text-align:center}.form_credit{overflow-x:hidden;overflow-y:scroll}header .col-middle .wrap .col-left ul.menu li:last-child{display:inline-block}}@media screen and (max-width:800px){header .col-top .wrap .col-right .language.active-shad .language-2{display:block}.leftb,.rightb{display:block;width:100%;margin-top:30px}.kursdata{overflow:scroll;clear:both}.newsSection{display:block}.item{display:block}#syncBig .owl-nav .owl-next,#syncBig .owl-nav .owl-prev{left:0;display:none}#syncBig .owl-nav .owl-next{right:0}#syncThumb .item{max-height:95px;overflow:hidden}.arcticmodal-container_i{width:100%}.formbox.confirm{padding-left:40px}.formbox label,.formbox.confirm label{overflow:hidden;font-size:12px;line-height:1.3;margin-bottom:8px}.formbox.confirm label{padding:7px}.form_credit h4{font-size:22px}.formbox h5{font-size:20px}.tabcontent h3{font:300 21px/26px;margin-bottom:15px}.tab_head{text-align:center;margin-bottom:20px}.tab_head li{float:none}.tab_head li.tocalc{float:none;clear:both;margin:0 auto;width:auto;display:inline-block;margin-top:20px}.map-site-block .l-map{display:block;width:100%;margin-bottom:20px}.sectionOrganization .accordion-block .drop-dr-menu .sub-drop p,.sectionOrganization .accordion-block .drop-dr-menu .sub-drop span{width:100%}.sectionOrganization .accordion-block .drop-dr-menu{padding-top:10px}.boss-text ul li{padding-left:34px;margin-bottom:10px;font:300 13px/23px}.boss-text ul li p{font:300 13px/23px}.boss-text ul{padding-bottom:15px}.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3{font:300 16px/23px;color:#292929;margin-bottom:15px}.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap{display:block}.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left,.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right{width:100%}.press-c-Section .wrap{padding:0}.department .dep-ins{margin-top:0}.press-c-Section .press-news{padding-top:0;margin-bottom:35px}.department .dep-ins br{display:none}.pageSafes .tolink,.tolink{width:100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:30px 0;text-align:center}.news-block table,.wrapper table.courses{width:600px}.arcticmodal-container,.arcticmodal-container_i2{z-index:9999;padding:0;overflow-x:hidden;padding:0 0 75px 0}.closemodal{right:0;top:0;padding:10px}input{border-radius:none}#credit_form .closemodal{padding:5px}.tabcontent-status .col,.tabcontent-status .col *{width:100%;display:block;max-width:100%;min-width:100%}.tab-status *{display:block;width:100%}.resultcheck table tr{border:1px solid #333;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:30px}.links a{width:100%;float:none;margin-bottom:30px}}@media screen and (max-width:600px){#rc-imageselect,.g-recaptcha{transform:scale(.77);-webkit-transform:scale(.77);transform-origin:0 0;-webkit-transform-origin:0 0}.pagePayments .payForm:nth-child(6){float:right;display:inline-block;width:100%}.pagePayments .payForm:nth-child(5){float:left;display:inline-block;width:100%}.form_credit{padding:30px 15px}.forms{padding:40px 20px 20px 20px}.callback{width:98%}.closemodal{padding:0}.formd{margin-bottom:5px}.formd label{display:block;margin-bottom:0;font-size:14px}.callback h4{font-size:20px;margin-bottom:15px}.buttoncall{padding:13px 10px;height:40px}#forma_subscribe .buttoncall{margin-top:0}.formtxt{width:calc(100% - 92px);height:40px;display:inline-block;vertical-align:top;border-radius:0!important}.goeycontact .menu-item,.goeycontact .menu-open-button{width:60px;height:60px;line-height:60px}.goeycontact .menu{height:120px;right:80px}.activemodal{overflow:scroll}.activemodal#contactform .callback{padding-top:0;top:10px}.activemodal#contactform .forms{width:100%;padding:40px 20px 20px 20px;position:absolute;max-width:100%;width:auto;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{font-size:12px}input:focus,select:focus,textarea:focus{font-size:12px}.formd textarea{height:55px;font-size:12px}.goeycontact .menu-open:checked~.menu-item:nth-child(4){-webkit-transition-duration:290ms;transition-duration:290ms;-webkit-transform:translate3d(-128px,0,0);transform:translate3d(-128px,0,0)}.goeycontact .menu-open:checked~.menu-item:nth-child(3){-webkit-transition-duration:190ms;transition-duration:190ms;-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.goeycontact .menu-open:checked~.menu-item:nth-child(5){-webkit-transition-duration:390ms;transition-duration:390ms;-webkit-transform:translate3d(-196px,0,0);transform:translate3d(-196px,0,0)}.form_creditdata .fbox:nth-of-type(even),.form_creditdata .fbox:nth-of-type(odd),.form_passportblock input,.form_personalblock input{width:100%!important;float:none!important;display:block}}.loadingloader{position:fixed;z-index:999999;height:2em;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0}.loadingloader:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.loadingloader:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.loadingloader:not(:required):after{content:'';display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;-webkit-animation:spinner 1.5s infinite linear;animation:spinner 1.5s infinite linear;border-radius:.5em;-webkit-box-shadow:rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.75) -1.5em 0 0 0,rgba(0,0,0,.75) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0;box-shadow:rgba(0,0,0,.75) 1.5em 0 0 0,rgba(0,0,0,.75) 1.1em 1.1em 0 0,rgba(0,0,0,.75) 0 1.5em 0 0,rgba(0,0,0,.75) -1.1em 1.1em 0 0,rgba(0,0,0,.75) -1.5em 0 0 0,rgba(0,0,0,.75) -1.1em -1.1em 0 0,rgba(0,0,0,.75) 0 -1.5em 0 0,rgba(0,0,0,.75) 1.1em -1.1em 0 0}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media screen and (max-width:1125px){.rightside,.sidebar{display:block;width:100%;margin-bottom:20px;padding:0}.fullwitdh{width:100%}.sidebar ul.menu{max-width:100%;min-width:100%}.contentpages p{font-size:16px;line-height:26px;margin-bottom:15px}.contentpages h3{font:300 20px/26px;margin-bottom:15px}.contentpages h2{font:24px/30px;margin-bottom:15px}.contentpages h1{font:26px/34px;margin-bottom:15px}.contentpages ul li{font:300 16px/26px}.contentpages .wrap{padding:25px;padding-top:0}header .col-middle .wrap{padding:0}.pageSafes p{font-size:16px;line-height:26px;margin-bottom:15px}.pageSafes h3{font:300 20px/26px;margin-bottom:15px}.pageSafes h2{font:24px/30px;margin-bottom:15px}.pageSafes h1{font:26px/34px;margin-bottom:15px}.pageSafes .wrap{padding:0}.pageSafes ul li p{line-height:26px}.pageSafes br{display:none}.rightside .wrap_my.contentpages{padding:0}}@media screen and (min-width:1240px){.ftext .wrap{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin-top:0;margin-bottom:0}}@media screen and (max-width:767px){.pageSafes .wrap h1{margin-top:-20px}.paging a{margin-left:10px}.secondNews-Section .newsSection{padding-bottom:0}.secondNews-Section .newsSection .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon{right:17px}.vacanciesSection .vac-block{padding-top:0}.pageCards .wrap .list .item .col-right .wraps ul{padding-left:20px}.description li{position:relative}.pageCards .wrap .list .item .col-right .wraps ul li::before{position:absolute;content:" ";width:12px;height:12px;left:-21px;top:9px;background:#0b9fa5;border-radius:100%}.pageCards .wrap .list .item .col-right .wraps ul li a{font:300 19px/32px;color:#0b9fa5;text-decoration:underline}.pageCards .wrap .list .item .col-right .wraps ul li{margin-bottom:10px}.description{margin-bottom:20px}.formbox.confirm .error~label:before,.formbox.confirm label:before{top:8px}.secondNews-Section .newsSection{overflow:hidden}.formbox.confirm label{padding:10px 0}input,select,textarea{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-appearance:caret;-moz-appearance:caret}}.pageCredit.updateForm-v1 .wrap .col-left{width:47%;display:inline-block;vertical-align:top}.pageCredit.updateForm-v1 .wrap .col-left .form{max-width:402px}.pageCredit.updateForm-v1 .wrap .col-left .form .select-wrapper{display:block}.pageCredit.updateForm-v1 .wrap .col-left .form .item{width:100%;margin-bottom:40px}.pageCredit.updateForm-v1 .wrap .col-left .form .item.inp-25per{width:50%}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeCheckbox{margin-top:0}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect{position:relative}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .stavka{position:absolute;top:0;right:-100px}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .stavka strong{font:700 14px/22px GoogleSans;color:#6f6f6f;text-transform:uppercase;margin-bottom:25px;display:block}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .stavka span{font:500 48px/20px GoogleSans;color:#06397b}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text{font:400 20px/20px GoogleSans;color:#054186;padding:17px 0 17px 20px}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon:before{border-left-width:4px;border-right-width:4px;border-top:6px solid #06397b}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .ui-selectmenu-button.ui-selectmenu-button .ui-selectmenu-icon{width:8px;height:6px}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon:before{border:0 solid transparent;border-left-width:4px;border-right-width:4px;border-bottom:6px solid #06397b}.pageCredit.updateForm-v1 .wrap .col-left .form .item .wraps label{font:700 14px/33px GoogleSans;color:#6f6f6f;margin-bottom:15px}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeInput .wraps #rangePeriodInput,.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeInput .wraps #rangeSummaInput,.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeInput .wraps #rangeYearInput{min-height:54px;padding:0 0 0 20px;font:400 20px/20px GoogleSans;color:#054186}.pageCredit.updateForm-v1 .wrap .col-right{width:53%;display:inline-block;vertical-align:top}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .title{background-color:#0b9fa5;border-top-left-radius:4px;border-top-right-radius:4px;margin:0;padding:10px 25px 5px 25px}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .title .item{width:18%;vertical-align:middle;text-align:center}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .title .item.month{width:10%}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .title .item .wraps{font:400 14px/20px GoogleSans;color:#fff;text-transform:inherit}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .values .scrolling{max-height:432px}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .values .line{padding:0 25px 0 25px}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .values .line .row .item{width:18%;font:400 14px/20px GoogleSans;color:#272727;text-align:center}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .values .line .row .item.month{width:10%}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .totalLine .row{padding:10px 25px 10px 25px}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .totalLine .row .item{display:inline-block;vertical-align:top;width:18%}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .totalLine .row .item.month{width:10%}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .totalLine .row .item .wraps{font:700 14px/20px GoogleSans;color:#272727;text-align:center}@media screen and (max-width:1199px){.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .title .item .wraps{white-space:normal}}@media screen and (max-width:1120px){.pageCredit.updateForm-v1 .wrap .col-left{width:100%}.pageCredit.updateForm-v1 .wrap .col-left .form{max-width:85%}.pageCredit.updateForm-v1 .wrap .col-right{width:100%}}@media screen and (max-width:767px){.pageCredit.updateForm-v1 .wrap .col-left .form{max-width:100%;margin:0}.pageCredit.updateForm-v1 .wrap .col-left .form .item{margin-bottom:10px}.pageCredit.updateForm-v1 .wrap .col-left .form .item .wraps{padding:0}.pageCredit.updateForm-v1 .wrap .col-left .form .item.inp-25per{width:100%}.pageCredit.updateForm-v1 .wrap .col-left .form .item.typeSelect .stavka{position:static;margin-top:20px}.pageCredit.updateForm-v1 .wrap .col-right .formResult .col-bottom .values .scrolling{max-height:inherit;overflow:inherit}.pageCredit.updateForm-v1 .formResult .col-bottom .values{min-width:1166px}}.news_form button,.news_form input[type=submit]{float:left;font-weight: 500; color:#fff;font-size:20px;height:60px;line-height:1;padding:0 34px;border:2px solid #e4bd63;border-radius:6px;outline:0;max-width:198px;background:0 0;-webkit-transition:.5s;transition:.5s}.news_form button:hover,.news_form input[type=submit]:hover{background:#e4bd63;color:#fff}.news_form #asd_subscribe_res{margin:0 0 10px;font-size:16px;display:block;clear:both;width:100%;max-width:100%;color:#fff!important;margin-top:10px;padding-top:20px;max-width:517px}.bx-context-toolbar-empty-area{overflow:hidden}.bx-core-adm-dialog{z-index:9999999999999999!important}.commission_pr,.right_credit i{font-style:normal}.depo_procent,.total_depo_procent{display:none}.r_invest .depo_procent i,.r_invest .total_depo_procent i{display:inline-block;font-style:normal}body.cards{overflow:visible;text-align:inherit}.trans_content{font-size:16px;line-height:1.7}.bot_menu ul li a.selected{color:#009ea7}.inner_wrapper h1{font-size:48px;margin:0 0 25px 0;font-weight:600}.dropper{display:none;opacity:0;transition:.3s ease;visibility:hidden}.tarif_section.active .dropper{display:block;visibility:visible;opacity:1}.section-map .map-block .ins-map .check-map .radio-toolbar input[type=radio]:checked+label p{color:#fff}.section-map .map-block .ins-map .check-map .radio-toolbar label{text-align:center}.inner_wrapper table tbody td{padding:15px}.cards .owl-theme .owl-dots .owl-dot span{display:none}.owl-item{white-space:inherit}
/* End */


/* Start:/local/templates/nbu/css/new_version/bundle.css?1594323766338251*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
html{
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight: 500;
}
dfn{
    font-style:italic
}
h1{
    margin:.67em 0;
    font-size:2em
}
mark{
    color:#000;
    background:#ff0
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    height:0;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    margin:0;
    font:inherit;
    color:inherit
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    padding:.35em .625em .75em;
    margin:0 2px;
    border:1px solid silver
}
legend{
    padding:0;
    border:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-spacing:0;
    border-collapse:collapse
}
td,th{
    padding:0
}
@media print{
    *,:after,:before{
        color:#000!important;
        text-shadow:none!important;
        background:0 0!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" ("attr(href) ")"
    }
    abbr[title]:after{
        content:" ("attr(title) ")"
    }
    a[href^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    blockquote,pre{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    img,tr{
        page-break-inside:avoid
    }
    img{
        max-width:100%!important
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    .navbar{
        display:none
    }
    .btn>.caret,.dropup>.btn>.caret{
        border-top-color:#000!important
    }
    .label{
        border:1px solid #000
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #ddd!important
    }
}
@font-face{
    font-family:'Glyphicons Halflings';
    src:url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.eot);
    src:url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/local/templates/nbu/css/new_version/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon{
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before{
    content:"\002a"
}
.glyphicon-plus:before{
    content:"\002b"
}
.glyphicon-eur:before,.glyphicon-euro:before{
    content:"\20ac"
}
.glyphicon-minus:before{
    content:"\2212"
}
.glyphicon-cloud:before{
    content:"\2601"
}
.glyphicon-envelope:before{
    content:"\2709"
}
.glyphicon-pencil:before{
    content:"\270f"
}
.glyphicon-glass:before{
    content:"\e001"
}
.glyphicon-music:before{
    content:"\e002"
}
.glyphicon-search:before{
    content:"\e003"
}
.glyphicon-heart:before{
    content:"\e005"
}
.glyphicon-star:before{
    content:"\e006"
}
.glyphicon-star-empty:before{
    content:"\e007"
}
.glyphicon-user:before{
    content:"\e008"
}
.glyphicon-film:before{
    content:"\e009"
}
.glyphicon-th-large:before{
    content:"\e010"
}
.glyphicon-th:before{
    content:"\e011"
}
.glyphicon-th-list:before{
    content:"\e012"
}
.glyphicon-ok:before{
    content:"\e013"
}
.glyphicon-remove:before{
    content:"\e014"
}
.glyphicon-zoom-in:before{
    content:"\e015"
}
.glyphicon-zoom-out:before{
    content:"\e016"
}
.glyphicon-off:before{
    content:"\e017"
}
.glyphicon-signal:before{
    content:"\e018"
}
.glyphicon-cog:before{
    content:"\e019"
}
.glyphicon-trash:before{
    content:"\e020"
}
.glyphicon-home:before{
    content:"\e021"
}
.glyphicon-file:before{
    content:"\e022"
}
.glyphicon-time:before{
    content:"\e023"
}
.glyphicon-road:before{
    content:"\e024"
}
.glyphicon-download-alt:before{
    content:"\e025"
}
.glyphicon-download:before{
    content:"\e026"
}
.glyphicon-upload:before{
    content:"\e027"
}
.glyphicon-inbox:before{
    content:"\e028"
}
.glyphicon-play-circle:before{
    content:"\e029"
}
.glyphicon-repeat:before{
    content:"\e030"
}
.glyphicon-refresh:before{
    content:"\e031"
}
.glyphicon-list-alt:before{
    content:"\e032"
}
.glyphicon-lock:before{
    content:"\e033"
}
.glyphicon-flag:before{
    content:"\e034"
}
.glyphicon-headphones:before{
    content:"\e035"
}
.glyphicon-volume-off:before{
    content:"\e036"
}
.glyphicon-volume-down:before{
    content:"\e037"
}
.glyphicon-volume-up:before{
    content:"\e038"
}
.glyphicon-qrcode:before{
    content:"\e039"
}
.glyphicon-barcode:before{
    content:"\e040"
}
.glyphicon-tag:before{
    content:"\e041"
}
.glyphicon-tags:before{
    content:"\e042"
}
.glyphicon-book:before{
    content:"\e043"
}
.glyphicon-bookmark:before{
    content:"\e044"
}
.glyphicon-print:before{
    content:"\e045"
}
.glyphicon-camera:before{
    content:"\e046"
}
.glyphicon-font:before{
    content:"\e047"
}
.glyphicon-bold:before{
    content:"\e048"
}
.glyphicon-italic:before{
    content:"\e049"
}
.glyphicon-text-height:before{
    content:"\e050"
}
.glyphicon-text-width:before{
    content:"\e051"
}
.glyphicon-align-left:before{
    content:"\e052"
}
.glyphicon-align-center:before{
    content:"\e053"
}
.glyphicon-align-right:before{
    content:"\e054"
}
.glyphicon-align-justify:before{
    content:"\e055"
}
.glyphicon-list:before{
    content:"\e056"
}
.glyphicon-indent-left:before{
    content:"\e057"
}
.glyphicon-indent-right:before{
    content:"\e058"
}
.glyphicon-facetime-video:before{
    content:"\e059"
}
.glyphicon-picture:before{
    content:"\e060"
}
.glyphicon-map-marker:before{
    content:"\e062"
}
.glyphicon-adjust:before{
    content:"\e063"
}
.glyphicon-tint:before{
    content:"\e064"
}
.glyphicon-edit:before{
    content:"\e065"
}
.glyphicon-share:before{
    content:"\e066"
}
.glyphicon-check:before{
    content:"\e067"
}
.glyphicon-move:before{
    content:"\e068"
}
.glyphicon-step-backward:before{
    content:"\e069"
}
.glyphicon-fast-backward:before{
    content:"\e070"
}
.glyphicon-backward:before{
    content:"\e071"
}
.glyphicon-play:before{
    content:"\e072"
}
.glyphicon-pause:before{
    content:"\e073"
}
.glyphicon-stop:before{
    content:"\e074"
}
.glyphicon-forward:before{
    content:"\e075"
}
.glyphicon-fast-forward:before{
    content:"\e076"
}
.glyphicon-step-forward:before{
    content:"\e077"
}
.glyphicon-eject:before{
    content:"\e078"
}
.glyphicon-chevron-left:before{
    content:"\e079"
}
.glyphicon-chevron-right:before{
    content:"\e080"
}
.glyphicon-plus-sign:before{
    content:"\e081"
}
.glyphicon-minus-sign:before{
    content:"\e082"
}
.glyphicon-remove-sign:before{
    content:"\e083"
}
.glyphicon-ok-sign:before{
    content:"\e084"
}
.glyphicon-question-sign:before{
    content:"\e085"
}
.glyphicon-info-sign:before{
    content:"\e086"
}
.glyphicon-screenshot:before{
    content:"\e087"
}
.glyphicon-remove-circle:before{
    content:"\e088"
}
.glyphicon-ok-circle:before{
    content:"\e089"
}
.glyphicon-ban-circle:before{
    content:"\e090"
}
.glyphicon-arrow-left:before{
    content:"\e091"
}
.glyphicon-arrow-right:before{
    content:"\e092"
}
.glyphicon-arrow-up:before{
    content:"\e093"
}
.glyphicon-arrow-down:before{
    content:"\e094"
}
.glyphicon-share-alt:before{
    content:"\e095"
}
.glyphicon-resize-full:before{
    content:"\e096"
}
.glyphicon-resize-small:before{
    content:"\e097"
}
.glyphicon-exclamation-sign:before{
    content:"\e101"
}
.glyphicon-gift:before{
    content:"\e102"
}
.glyphicon-leaf:before{
    content:"\e103"
}
.glyphicon-fire:before{
    content:"\e104"
}
.glyphicon-eye-open:before{
    content:"\e105"
}
.glyphicon-eye-close:before{
    content:"\e106"
}
.glyphicon-warning-sign:before{
    content:"\e107"
}
.glyphicon-plane:before{
    content:"\e108"
}
.glyphicon-calendar:before{
    content:"\e109"
}
.glyphicon-random:before{
    content:"\e110"
}
.glyphicon-comment:before{
    content:"\e111"
}
.glyphicon-magnet:before{
    content:"\e112"
}
.glyphicon-chevron-up:before{
    content:"\e113"
}
.glyphicon-chevron-down:before{
    content:"\e114"
}
.glyphicon-retweet:before{
    content:"\e115"
}
.glyphicon-shopping-cart:before{
    content:"\e116"
}
.glyphicon-folder-close:before{
    content:"\e117"
}
.glyphicon-folder-open:before{
    content:"\e118"
}
.glyphicon-resize-vertical:before{
    content:"\e119"
}
.glyphicon-resize-horizontal:before{
    content:"\e120"
}
.glyphicon-hdd:before{
    content:"\e121"
}
.glyphicon-bullhorn:before{
    content:"\e122"
}
.glyphicon-bell:before{
    content:"\e123"
}
.glyphicon-certificate:before{
    content:"\e124"
}
.glyphicon-thumbs-up:before{
    content:"\e125"
}
.glyphicon-thumbs-down:before{
    content:"\e126"
}
.glyphicon-hand-right:before{
    content:"\e127"
}
.glyphicon-hand-left:before{
    content:"\e128"
}
.glyphicon-hand-up:before{
    content:"\e129"
}
.glyphicon-hand-down:before{
    content:"\e130"
}
.glyphicon-circle-arrow-right:before{
    content:"\e131"
}
.glyphicon-circle-arrow-left:before{
    content:"\e132"
}
.glyphicon-circle-arrow-up:before{
    content:"\e133"
}
.glyphicon-circle-arrow-down:before{
    content:"\e134"
}
.glyphicon-globe:before{
    content:"\e135"
}
.glyphicon-wrench:before{
    content:"\e136"
}
.glyphicon-tasks:before{
    content:"\e137"
}
.glyphicon-filter:before{
    content:"\e138"
}
.glyphicon-briefcase:before{
    content:"\e139"
}
.glyphicon-fullscreen:before{
    content:"\e140"
}
.glyphicon-dashboard:before{
    content:"\e141"
}
.glyphicon-paperclip:before{
    content:"\e142"
}
.glyphicon-heart-empty:before{
    content:"\e143"
}
.glyphicon-link:before{
    content:"\e144"
}
.glyphicon-phone:before{
    content:"\e145"
}
.glyphicon-pushpin:before{
    content:"\e146"
}
.glyphicon-usd:before{
    content:"\e148"
}
.glyphicon-gbp:before{
    content:"\e149"
}
.glyphicon-sort:before{
    content:"\e150"
}
.glyphicon-sort-by-alphabet:before{
    content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before{
    content:"\e152"
}
.glyphicon-sort-by-order:before{
    content:"\e153"
}
.glyphicon-sort-by-order-alt:before{
    content:"\e154"
}
.glyphicon-sort-by-attributes:before{
    content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before{
    content:"\e156"
}
.glyphicon-unchecked:before{
    content:"\e157"
}
.glyphicon-expand:before{
    content:"\e158"
}
.glyphicon-collapse-down:before{
    content:"\e159"
}
.glyphicon-collapse-up:before{
    content:"\e160"
}
.glyphicon-log-in:before{
    content:"\e161"
}
.glyphicon-flash:before{
    content:"\e162"
}
.glyphicon-log-out:before{
    content:"\e163"
}
.glyphicon-new-window:before{
    content:"\e164"
}
.glyphicon-record:before{
    content:"\e165"
}
.glyphicon-save:before{
    content:"\e166"
}
.glyphicon-open:before{
    content:"\e167"
}
.glyphicon-saved:before{
    content:"\e168"
}
.glyphicon-import:before{
    content:"\e169"
}
.glyphicon-export:before{
    content:"\e170"
}
.glyphicon-send:before{
    content:"\e171"
}
.glyphicon-floppy-disk:before{
    content:"\e172"
}
.glyphicon-floppy-saved:before{
    content:"\e173"
}
.glyphicon-floppy-remove:before{
    content:"\e174"
}
.glyphicon-floppy-save:before{
    content:"\e175"
}
.glyphicon-floppy-open:before{
    content:"\e176"
}
.glyphicon-credit-card:before{
    content:"\e177"
}
.glyphicon-transfer:before{
    content:"\e178"
}
.glyphicon-cutlery:before{
    content:"\e179"
}
.glyphicon-header:before{
    content:"\e180"
}
.glyphicon-compressed:before{
    content:"\e181"
}
.glyphicon-earphone:before{
    content:"\e182"
}
.glyphicon-phone-alt:before{
    content:"\e183"
}
.glyphicon-tower:before{
    content:"\e184"
}
.glyphicon-stats:before{
    content:"\e185"
}
.glyphicon-sd-video:before{
    content:"\e186"
}
.glyphicon-hd-video:before{
    content:"\e187"
}
.glyphicon-subtitles:before{
    content:"\e188"
}
.glyphicon-sound-stereo:before{
    content:"\e189"
}
.glyphicon-sound-dolby:before{
    content:"\e190"
}
.glyphicon-sound-5-1:before{
    content:"\e191"
}
.glyphicon-sound-6-1:before{
    content:"\e192"
}
.glyphicon-sound-7-1:before{
    content:"\e193"
}
.glyphicon-copyright-mark:before{
    content:"\e194"
}
.glyphicon-registration-mark:before{
    content:"\e195"
}
.glyphicon-cloud-download:before{
    content:"\e197"
}
.glyphicon-cloud-upload:before{
    content:"\e198"
}
.glyphicon-tree-conifer:before{
    content:"\e199"
}
.glyphicon-tree-deciduous:before{
    content:"\e200"
}
.glyphicon-cd:before{
    content:"\e201"
}
.glyphicon-save-file:before{
    content:"\e202"
}
.glyphicon-open-file:before{
    content:"\e203"
}
.glyphicon-level-up:before{
    content:"\e204"
}
.glyphicon-copy:before{
    content:"\e205"
}
.glyphicon-paste:before{
    content:"\e206"
}
.glyphicon-alert:before{
    content:"\e209"
}
.glyphicon-equalizer:before{
    content:"\e210"
}
.glyphicon-king:before{
    content:"\e211"
}
.glyphicon-queen:before{
    content:"\e212"
}
.glyphicon-pawn:before{
    content:"\e213"
}
.glyphicon-bishop:before{
    content:"\e214"
}
.glyphicon-knight:before{
    content:"\e215"
}
.glyphicon-baby-formula:before{
    content:"\e216"
}
.glyphicon-tent:before{
    content:"\26fa"
}
.glyphicon-blackboard:before{
    content:"\e218"
}
.glyphicon-bed:before{
    content:"\e219"
}
.glyphicon-apple:before{
    content:"\f8ff"
}
.glyphicon-erase:before{
    content:"\e221"
}
.glyphicon-hourglass:before{
    content:"\231b"
}
.glyphicon-lamp:before{
    content:"\e223"
}
.glyphicon-duplicate:before{
    content:"\e224"
}
.glyphicon-piggy-bank:before{
    content:"\e225"
}
.glyphicon-scissors:before{
    content:"\e226"
}
.glyphicon-bitcoin:before{
    content:"\e227"
}
.glyphicon-btc:before{
    content:"\e227"
}
.glyphicon-xbt:before{
    content:"\e227"
}
.glyphicon-yen:before{
    content:"\00a5"
}
.glyphicon-jpy:before{
    content:"\00a5"
}
.glyphicon-ruble:before{
    content:"\20bd"
}
.glyphicon-rub:before{
    content:"\20bd"
}
.glyphicon-scale:before{
    content:"\e230"
}
.glyphicon-ice-lolly:before{
    content:"\e231"
}
.glyphicon-ice-lolly-tasted:before{
    content:"\e232"
}
.glyphicon-education:before{
    content:"\e233"
}
.glyphicon-option-horizontal:before{
    content:"\e234"
}
.glyphicon-option-vertical:before{
    content:"\e235"
}
.glyphicon-menu-hamburger:before{
    content:"\e236"
}
.glyphicon-modal-window:before{
    content:"\e237"
}
.glyphicon-oil:before{
    content:"\e238"
}
.glyphicon-grain:before{
    content:"\e239"
}
.glyphicon-sunglasses:before{
    content:"\e240"
}
.glyphicon-text-size:before{
    content:"\e241"
}
.glyphicon-text-color:before{
    content:"\e242"
}
.glyphicon-text-background:before{
    content:"\e243"
}
.glyphicon-object-align-top:before{
    content:"\e244"
}
.glyphicon-object-align-bottom:before{
    content:"\e245"
}
.glyphicon-object-align-horizontal:before{
    content:"\e246"
}
.glyphicon-object-align-left:before{
    content:"\e247"
}
.glyphicon-object-align-vertical:before{
    content:"\e248"
}
.glyphicon-object-align-right:before{
    content:"\e249"
}
.glyphicon-triangle-right:before{
    content:"\e250"
}
.glyphicon-triangle-left:before{
    content:"\e251"
}
.glyphicon-triangle-bottom:before{
    content:"\e252"
}
.glyphicon-triangle-top:before{
    content:"\e253"
}
.glyphicon-console:before{
    content:"\e254"
}
.glyphicon-superscript:before{
    content:"\e255"
}
.glyphicon-subscript:before{
    content:"\e256"
}
.glyphicon-menu-left:before{
    content:"\e257"
}
.glyphicon-menu-right:before{
    content:"\e258"
}
.glyphicon-menu-down:before{
    content:"\e259"
}
.glyphicon-menu-up:before{
    content:"\e260"
}
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-size:10px;
    -webkit-tap-highlight-color:transparent
}
body{
    line-height:1
}
button,input,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
a{
    text-decoration:none
}
a:focus,a:hover{
    text-decoration:none
}
figure{
    margin:0
}
img{
    vertical-align:middle
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{
    display:block;
    max-width:100%;
    height:auto
}
.img-rounded{
    border-radius:6px
}
.img-thumbnail{
    display:inline-block;
    max-width:100%;
    height:auto;
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.img-circle{
    border-radius:50%
}
hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
[role=button]{
    cursor:pointer
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-weight:500;
    line-height:1.1;
    color:inherit
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{
    font-weight:400;
    line-height:1;
    color:#777
}
.h1,.h2,.h3,h1,h2,h3{
    margin-top:20px;
    margin-bottom:10px
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{
    font-size:65%
}
.h4,.h5,.h6,h4,h5,h6{
    margin-top:10px;
    margin-bottom:10px
}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{
    font-size:75%
}
.h1,h1{
    font-size:36px
}
.h2,h2{
    font-size:30px
}
.h3,h3{
    font-size:24px
}
.h4,h4{
    font-size:18px
}
.h5,h5{
    font-size:14px
}
.h6,h6{
    font-size:12px
}
p{
    margin:0 0 10px
}
.lead{
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
    line-height:1.4
}
@media (min-width:768px){
    .lead{
        font-size:21px
    }
}
.small,small{
    font-size:85%
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
.text-justify{
    text-align:justify
}
.text-nowrap{
    white-space:nowrap
}
.text-lowercase{
    text-transform:lowercase
}
.text-uppercase{
    text-transform:uppercase
}
.text-capitalize{
    text-transform:capitalize
}
.text-muted{
    color:#777
}
.text-primary{
    color:#337ab7
}
a.text-primary:focus,a.text-primary:hover{
    color:#286090
}
.text-success{
    color:#3c763d
}
a.text-success:focus,a.text-success:hover{
    color:#2b542c
}
.text-info{
    color:#31708f
}
a.text-info:focus,a.text-info:hover{
    color:#245269
}
.text-warning{
    color:#8a6d3b
}
a.text-warning:focus,a.text-warning:hover{
    color:#66512c
}
.text-danger{
    color:#a94442
}
a.text-danger:focus,a.text-danger:hover{
    color:#843534
}
.bg-primary{
    color:#fff;
    background-color:#337ab7
}
a.bg-primary:focus,a.bg-primary:hover{
    background-color:#286090
}
.bg-success{
    background-color:#dff0d8
}
a.bg-success:focus,a.bg-success:hover{
    background-color:#c1e2b3
}
.bg-info{
    background-color:#d9edf7
}
a.bg-info:focus,a.bg-info:hover{
    background-color:#afd9ee
}
.bg-warning{
    background-color:#fcf8e3
}
a.bg-warning:focus,a.bg-warning:hover{
    background-color:#f7ecb5
}
.bg-danger{
    background-color:#f2dede
}
a.bg-danger:focus,a.bg-danger:hover{
    background-color:#e4b9b9
}
.page-header{
    padding-bottom:9px;
    margin:40px 0 20px;
    border-bottom:1px solid #eee
}
ol,ul{
    margin-top:0;
    margin-bottom:10px
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    margin-left:-5px;
    list-style:none
}
.list-inline>li{
    display:inline-block;
    padding-right:5px;
    padding-left:5px
}
dl{
    margin-top:0;
    margin-bottom:20px
}
dd,dt{
    line-height:1.42857143
}
dt{
    font-weight:700
}
dd{
    margin-left:0
}
@media (min-width:768px){
    .dl-horizontal dt{
        float:left;
        width:160px;
        overflow:hidden;
        clear:left;
        text-align:right;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .dl-horizontal dd{
        margin-left:180px
    }
}
abbr[data-original-title],abbr[title]{
    cursor:help;
    border-bottom:1px dotted #777
}
.initialism{
    font-size:90%;
    text-transform:uppercase
}
blockquote{
    padding:10px 20px;
    margin:0 0 20px;
    font-size:17.5px;
    border-left:5px solid #eee
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{
    margin-bottom:0
}
blockquote .small,blockquote footer,blockquote small{
    display:block;
    font-size:80%;
    line-height:1.42857143;
    color:#777
}
blockquote .small:before,blockquote footer:before,blockquote small:before{
    content:'\2014 \00A0'
}
.blockquote-reverse,blockquote.pull-right{
    padding-right:15px;
    padding-left:0;
    text-align:right;
    border-right:5px solid #eee;
    border-left:0
}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{
    content:''
}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{
    content:'\00A0 \2014'
}
address{
    margin-bottom:20px;
    font-style:normal;
    line-height:1.42857143
}
code,kbd,pre,samp{
    font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}
code{
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4;
    border-radius:4px
}
kbd{
    padding:2px 4px;
    font-size:90%;
    color:#fff;
    background-color:#333;
    border-radius:3px;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd{
    padding:0;
    font-size:100%;
    font-weight:700;
    -webkit-box-shadow:none;
    box-shadow:none
}
pre{
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.42857143;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-radius:4px
}
pre code{
    padding:0;
    font-size:inherit;
    color:inherit;
    white-space:pre-wrap;
    background-color:transparent;
    border-radius:0
}
.pre-scrollable{
    max-height:340px;
    overflow-y:scroll
}
.container{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    position:relative
}
@media (min-width:768px){
    .home_container .container,header .container{
        width:750px
    }
    .new_container{
        width:750px
    }
    .container{
        width:750px
    }
}
@media (min-width:992px){
    .home_container .container,header .container{
        width:970px
    }
    .new_container{
        width:970px
    }
    .container{
        width:970px
    }
}
@media (min-width:1200px){
    .home_container .container,header .container{
        width:100%
    }
    .new_container{
        width:1170px
    }
    .container{
        width:1200px
    }
}
@media (min-width:1320px){
    .home_container .container,header .container{
        width:1290px
    }
}
@media (min-width:1480px){
    .home_container .container,header .container{
        width:1450px
    }
    .new_container{
        width:1410px
    }
}
@media (min-width:1600px){
    .home_container .container,header .container{
        width:1570px
    }
}
@media (min-width:1730px){
    .home_container .container,header .container{
        width:1700px
    }
}
.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.row{
    margin-right:-15px;
    margin-left:-15px
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    float:left
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-pull-11{
    right:91.66666667%
}
.col-xs-pull-10{
    right:83.33333333%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-8{
    right:66.66666667%
}
.col-xs-pull-7{
    right:58.33333333%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-5{
    right:41.66666667%
}
.col-xs-pull-4{
    right:33.33333333%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-2{
    right:16.66666667%
}
.col-xs-pull-1{
    right:8.33333333%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-push-12{
    left:100%
}
.col-xs-push-11{
    left:91.66666667%
}
.col-xs-push-10{
    left:83.33333333%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-8{
    left:66.66666667%
}
.col-xs-push-7{
    left:58.33333333%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-5{
    left:41.66666667%
}
.col-xs-push-4{
    left:33.33333333%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-2{
    left:16.66666667%
}
.col-xs-push-1{
    left:8.33333333%
}
.col-xs-push-0{
    left:auto
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media (min-width:768px){
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{
        float:left
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-pull-11{
        right:91.66666667%
    }
    .col-sm-pull-10{
        right:83.33333333%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-8{
        right:66.66666667%
    }
    .col-sm-pull-7{
        right:58.33333333%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-5{
        right:41.66666667%
    }
    .col-sm-pull-4{
        right:33.33333333%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-2{
        right:16.66666667%
    }
    .col-sm-pull-1{
        right:8.33333333%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-push-11{
        left:91.66666667%
    }
    .col-sm-push-10{
        left:83.33333333%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-8{
        left:66.66666667%
    }
    .col-sm-push-7{
        left:58.33333333%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-5{
        left:41.66666667%
    }
    .col-sm-push-4{
        left:33.33333333%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-2{
        left:16.66666667%
    }
    .col-sm-push-1{
        left:8.33333333%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:992px){
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{
        float:left
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1200px){
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{
        float:left
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-pull-11{
        right:91.66666667%
    }
    .col-lg-pull-10{
        right:83.33333333%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-8{
        right:66.66666667%
    }
    .col-lg-pull-7{
        right:58.33333333%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-5{
        right:41.66666667%
    }
    .col-lg-pull-4{
        right:33.33333333%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-2{
        right:16.66666667%
    }
    .col-lg-pull-1{
        right:8.33333333%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-push-11{
        left:91.66666667%
    }
    .col-lg-push-10{
        left:83.33333333%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-8{
        left:66.66666667%
    }
    .col-lg-push-7{
        left:58.33333333%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-5{
        left:41.66666667%
    }
    .col-lg-push-4{
        left:33.33333333%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-2{
        left:16.66666667%
    }
    .col-lg-push-1{
        left:8.33333333%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}
table{
    background-color:transparent
}
caption{
    padding-top:8px;
    padding-bottom:8px;
    color:#777;
    text-align:left
}
th{
    text-align:left
}
.table{
    width:100%;
    max-width:100%;
    margin-bottom:20px
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{
    padding:5px
}
.table-bordered{
    border:1px solid #ddd
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border:1px solid #ddd
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#f9f9f9
}
.table-hover>tbody>tr:hover{
    background-color:#f5f5f5
}
table col[class*=col-]{
    position:static;
    display:table-column;
    float:none
}
table td[class*=col-],table th[class*=col-]{
    position:static;
    display:table-cell;
    float:none
}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{
    background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{
    background-color:#e8e8e8
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{
    background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{
    background-color:#d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{
    background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{
    background-color:#c4e3f3
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{
    background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{
    background-color:#faf2cc
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{
    background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{
    background-color:#ebcccc
}
.table-responsive{
    min-height:.01%;
    overflow-x:auto
}
@media screen and (max-width:767px){
    .table-responsive{
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }
    .table-responsive>.table{
        margin-bottom:0
    }
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{
        border-bottom:0
    }
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
label{
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}
input[type=search]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
input[type=checkbox],input[type=radio]{
    margin:4px 0 0;
    line-height:normal
}
input[type=file]{
    display:block
}
input[type=range]{
    display:block;
    width:100%
}
select[multiple],select[size]{
    height:auto
}
input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
output{
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.42857143;
    color:#555
}
.form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}
.form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder{
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#999
}
.form-control::-webkit-input-placeholder{
    color:#999
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background-color:#eee;
    opacity:1
}
.form-control[disabled],fieldset[disabled] .form-control{
    cursor:not-allowed
}
textarea.form-control{
    height:auto
}
input[type=search]{
    -webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{
        line-height:34px
    }
    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{
        line-height:30px
    }
    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{
        line-height:46px
    }
}
.form-group{
    margin-bottom:15px
}
.checkbox,.radio{
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px
}
.checkbox label,.radio label{
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer
}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{
    position:absolute;
    margin-left:-20px
}
.checkbox+.checkbox,.radio+.radio{
    margin-top:-5px
}
.checkbox-inline,.radio-inline{
    position:relative;
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    vertical-align:middle;
    cursor:pointer
}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{
    margin-top:0;
    margin-left:10px
}
fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{
    cursor:not-allowed
}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{
    cursor:not-allowed
}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{
    cursor:not-allowed
}
.form-control-static{
    min-height:34px;
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:0
}
.form-control-static.input-lg,.form-control-static.input-sm{
    padding-right:0;
    padding-left:0
}
.input-sm{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-sm{
    height:30px;
    line-height:30px
}
select[multiple].input-sm,textarea.input-sm{
    height:auto
}
.form-group-sm .form-control{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.form-group-sm select.form-control{
    height:30px;
    line-height:30px
}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{
    height:auto
}
.form-group-sm .form-control-static{
    height:30px;
    min-height:32px;
    padding:6px 10px;
    font-size:12px;
    line-height:1.5
}
.input-lg{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.input-lg{
    height:46px;
    line-height:46px
}
select[multiple].input-lg,textarea.input-lg{
    height:auto
}
.form-group-lg .form-control{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
.form-group-lg select.form-control{
    height:46px;
    line-height:46px
}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{
    height:auto
}
.form-group-lg .form-control-static{
    height:46px;
    min-height:38px;
    padding:11px 16px;
    font-size:18px;
    line-height:1.3333333
}
.has-feedback{
    position:relative
}
.has-feedback .form-control{
    padding-right:42.5px
}
.form-control-feedback{
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    pointer-events:none
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{
    width:46px;
    height:46px;
    line-height:46px
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{
    width:30px;
    height:30px;
    line-height:30px
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{
    color:#3c763d
}
.has-success .form-control{
    border-color:#3c763d;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus{
    border-color:#2b542c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#3c763d
}
.has-success .form-control-feedback{
    color:#3c763d
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{
    color:#8a6d3b
}
.has-warning .form-control{
    border-color:#8a6d3b;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus{
    border-color:#66512c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#8a6d3b
}
.has-warning .form-control-feedback{
    color:#8a6d3b
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{
    color:#a94442
}
.has-error .form-control{
    border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus{
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon{
    color:#a94442;
    background-color:#f2dede;
    border-color:#a94442
}
.has-error .form-control-feedback{
    color:#a94442
}
.has-feedback label~.form-control-feedback{
    top:25px
}
.has-feedback label.sr-only~.form-control-feedback{
    top:0
}
.help-block{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#737373
}
@media (min-width:768px){
    .form-inline .form-group{
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-static{
        display:inline-block
    }
    .form-inline .input-group{
        display:inline-table;
        vertical-align:middle
    }
    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{
        width:auto
    }
    .form-inline .input-group>.form-control{
        width:100%
    }
    .form-inline .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .checkbox,.form-inline .radio{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .checkbox label,.form-inline .radio label{
        padding-left:0
    }
    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{
        position:relative;
        margin-left:0
    }
    .form-inline .has-feedback .form-control-feedback{
        top:0
    }
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}
.form-horizontal .checkbox,.form-horizontal .radio{
    min-height:27px
}
.form-horizontal .form-group{
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width:768px){
    .form-horizontal .control-label{
        padding-top:7px;
        margin-bottom:0;
        text-align:right
    }
}
.form-horizontal .has-feedback .form-control-feedback{
    right:15px
}
@media (min-width:768px){
    .form-horizontal .form-group-lg .control-label{
        padding-top:11px;
        font-size:18px
    }
}
@media (min-width:768px){
    .form-horizontal .form-group-sm .control-label{
        padding-top:6px;
        font-size:12px
    }
}
.btn{
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.focus,.btn:focus,.btn:hover{
    color:#333;
    text-decoration:none
}
.btn.active,.btn:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
    cursor:not-allowed;
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}
a.btn.disabled,fieldset[disabled] a.btn{
    pointer-events:none
}
.btn-default{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default.focus,.btn-default:focus{
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}
.btn-default:hover{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
    background-image:none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{
    background-color:#fff;
    border-color:#ccc
}
.btn-default .badge{
    color:#fff;
    background-color:#333
}
.btn-primary{
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary.focus,.btn-primary:focus{
    color:#fff;
    background-color:#286090;
    border-color:#122b40
}
.btn-primary:hover{
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{
    color:#fff;
    background-color:#204d74;
    border-color:#122b40
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
    background-image:none
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary .badge{
    color:#337ab7;
    background-color:#fff
}
.btn-success{
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success.focus,.btn-success:focus{
    color:#fff;
    background-color:#449d44;
    border-color:#255625
}
.btn-success:hover{
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{
    color:#fff;
    background-color:#398439;
    border-color:#255625
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{
    background-image:none
}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success .badge{
    color:#5cb85c;
    background-color:#fff
}
.btn-info{
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info.focus,.btn-info:focus{
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}
.btn-info:hover{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{
    background-image:none
}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info .badge{
    color:#5bc0de;
    background-color:#fff
}
.btn-warning{
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning.focus,.btn-warning:focus{
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}
.btn-warning:hover{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{
    background-image:none
}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning .badge{
    color:#f0ad4e;
    background-color:#fff
}
.btn-danger{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger.focus,.btn-danger:focus{
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}
.btn-danger:hover{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{
    background-image:none
}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger .badge{
    color:#d9534f;
    background-color:#fff
}
.btn-link{
    font-weight:400;
    color:#337ab7;
    border-radius:0
}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{
    border-color:transparent
}
.btn-link:focus,.btn-link:hover{
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{
    color:#777;
    text-decoration:none
}
.btn-group-lg>.btn,.btn-lg{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
.btn-group-sm>.btn,.btn-sm{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.btn-group-xs>.btn,.btn-xs{
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:5px
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
    width:100%
}
.fade{
    opacity:0;
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in{
    opacity:1
}
.collapse{
    display:none
}
.collapse.in{
    display:block
}
tr.collapse.in{
    display:table-row
}
tbody.collapse.in{
    display:table-row-group
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-duration:.35s;
    transition-duration:.35s;
    -webkit-transition-property:height,visibility;
    transition-property:height,visibility
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropdown,.dropup{
    position:relative
}
.dropdown-toggle:focus{
    outline:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175)
}
.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.dropdown-menu .divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#337ab7;
    outline:0
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
    background-image:none
}
.open>.dropdown-menu{
    display:block
}
.open>a{
    outline:0
}
.dropdown-menu-right{
    right:0;
    left:auto
}
.dropdown-menu-left{
    right:auto;
    left:0
}
.dropdown-header{
    display:block;
    padding:3px 20px;
    font-size:12px;
    line-height:1.42857143;
    color:#777;
    white-space:nowrap
}
.dropdown-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:990
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
    content:"";
    border-top:0;
    border-bottom:4px dashed
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:2px
}
@media (min-width:768px){
    .navbar-right .dropdown-menu{
        right:0;
        left:auto
    }
    .navbar-right .dropdown-menu-left{
        right:auto;
        left:0
    }
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-block;
    vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    float:left
}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:2
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{
    margin-left:-1px
}
.btn-toolbar{
    margin-left:-5px
}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{
    float:left
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{
    margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
    border-radius:0
}
.btn-group>.btn:first-child{
    margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.btn-group>.btn-group{
    float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
    border-radius:0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
    outline:0
}
.btn-group>.btn+.dropdown-toggle{
    padding-right:8px;
    padding-left:8px
}
.btn-group>.btn-lg+.dropdown-toggle{
    padding-right:12px;
    padding-left:12px
}
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link{
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn .caret{
    margin-left:0
}
.btn-lg .caret{
    border-width:5px 5px 0;
    border-bottom-width:0
}
.dropup .btn-lg .caret{
    border-width:0 5px 5px
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{
    display:block;
    float:none;
    width:100%;
    max-width:100%
}
.btn-group-vertical>.btn-group>.btn{
    float:none
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){
    border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child){
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child){
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{
    border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.btn-group-justified{
    display:table;
    width:100%;
    table-layout:fixed;
    border-collapse:separate
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group{
    display:table-cell;
    float:none;
    width:1%
}
.btn-group-justified>.btn-group .btn{
    width:100%
}
.btn-group-justified>.btn-group .dropdown-menu{
    left:auto
}
[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.input-group{
    position:relative;
    display:table;
    border-collapse:separate
}
.input-group[class*=col-]{
    float:none;
    padding-right:0;
    padding-left:0
}
.input-group .form-control{
    position:relative;
    z-index:2;
    float:left;
    width:100%;
    margin-bottom:0
}
.input-group .form-control:focus{
    z-index:3
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{
    height:46px;
    line-height:46px
}
select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{
    height:auto
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{
    height:30px;
    line-height:30px
}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{
    height:auto
}
.input-group .form-control,.input-group-addon,.input-group-btn{
    display:table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){
    border-radius:0
}
.input-group-addon,.input-group-btn{
    width:1%;
    white-space:nowrap;
    vertical-align:middle
}
.input-group-addon{
    padding:6px 12px;
    font-size:14px;
    font-weight:400;
    line-height:1;
    color:#555;
    text-align:center;
    background-color:#eee;
    border:1px solid #ccc;
    border-radius:4px
}
.input-group-addon.input-sm{
    padding:5px 10px;
    font-size:12px;
    border-radius:3px
}
.input-group-addon.input-lg{
    padding:10px 16px;
    font-size:18px;
    border-radius:6px
}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{
    margin-top:0
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group-addon:first-child{
    border-right:0
}
.input-group-addon:last-child{
    border-left:0
}
.input-group-btn{
    position:relative;
    font-size:0;
    white-space:nowrap
}
.input-group-btn>.btn{
    position:relative
}
.input-group-btn>.btn+.btn{
    margin-left:-1px
}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{
    z-index:2
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{
    margin-right:-1px
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{
    z-index:2;
    margin-left:-1px
}
.nav{
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav>li{
    position:relative;
    display:block
}
.nav>li>a{
    position:relative;
    display:block;
    padding:10px 15px
}
.nav>li>a:focus,.nav>li>a:hover{
    text-decoration:none;
    background-color:#eee
}
.nav>li.disabled>a{
    color:#777
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{
    color:#777;
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
    background-color:#eee;
    border-color:#337ab7
}
.nav .nav-divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.nav>li>a>img{
    max-width:none
}
.nav-tabs{
    border-bottom:1px solid #ddd
}
.nav-tabs>li{
    float:left;
    margin-bottom:-1px
}
.nav-tabs>li>a{
    margin-right:2px;
    line-height:1.42857143;
    border:1px solid transparent;
    border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover{
    border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    color:#555;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent
}
.nav-tabs.nav-justified{
    width:100%;
    border-bottom:0
}
.nav-tabs.nav-justified>li{
    float:none
}
.nav-tabs.nav-justified>li>a{
    margin-bottom:5px;
    text-align:center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu{
    top:auto;
    left:auto
}
@media (min-width:768px){
    .nav-tabs.nav-justified>li{
        display:table-cell;
        width:1%
    }
    .nav-tabs.nav-justified>li>a{
        margin-bottom:0
    }
}
.nav-tabs.nav-justified>li>a{
    margin-right:0;
    border-radius:4px
}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{
    border:1px solid #ddd
}
@media (min-width:768px){
    .nav-tabs.nav-justified>li>a{
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{
        border-bottom-color:#fff
    }
}
.nav-pills>li{
    float:left
}
.nav-pills>li>a{
    border-radius:4px
}
.nav-pills>li+li{
    margin-left:2px
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{
    color:#fff;
    background-color:#337ab7
}
.nav-stacked>li{
    float:none
}
.nav-stacked>li+li{
    margin-top:2px;
    margin-left:0
}
.nav-justified{
    width:100%
}
.nav-justified>li{
    float:none
}
.nav-justified>li>a{
    margin-bottom:5px;
    text-align:center
}
.nav-justified>.dropdown .dropdown-menu{
    top:auto;
    left:auto
}
@media (min-width:768px){
    .nav-justified>li{
        display:table-cell;
        width:1%
    }
    .nav-justified>li>a{
        margin-bottom:0
    }
}
.nav-tabs-justified{
    border-bottom:0
}
.nav-tabs-justified>li>a{
    margin-right:0;
    border-radius:4px
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{
    border:1px solid #ddd
}
@media (min-width:768px){
    .nav-tabs-justified>li>a{
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{
        border-bottom-color:#fff
    }
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.navbar{
    position:relative;
    min-height:50px;
    margin-bottom:20px;
    border:1px solid transparent
}
@media (min-width:768px){
    .navbar{
        border-radius:4px
    }
}
@media (min-width:768px){
    .navbar-header{
        float:left
    }
}
.navbar-collapse{
    padding-right:15px;
    padding-left:15px;
    overflow-x:visible;
    -webkit-overflow-scrolling:touch;
    border-top:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in{
    overflow-y:auto
}
@media (min-width:768px){
    .navbar-collapse{
        width:auto;
        border-top:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    .navbar-collapse.collapse{
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important
    }
    .navbar-collapse.in{
        overflow-y:visible
    }
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{
        padding-right:0;
        padding-left:0
    }
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
    max-height:340px
}
@media (max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
        max-height:200px
    }
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width:768px){
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{
        margin-right:0;
        margin-left:0
    }
}
.navbar-static-top{
    z-index:1000;
    border-width:0 0 1px
}
@media (min-width:768px){
    .navbar-static-top{
        border-radius:0
    }
}
.navbar-fixed-bottom,.navbar-fixed-top{
    position:fixed;
    right:0;
    left:0;
    z-index:1030
}
@media (min-width:768px){
    .navbar-fixed-bottom,.navbar-fixed-top{
        border-radius:0
    }
}
.navbar-fixed-top{
    top:0;
    border-width:0 0 1px
}
.navbar-fixed-bottom{
    bottom:0;
    margin-bottom:0;
    border-width:1px 0 0
}
.navbar-brand{
    float:left;
    height:50px;
    padding:15px 15px;
    font-size:18px;
    line-height:20px
}
.navbar-brand:focus,.navbar-brand:hover{
    text-decoration:none
}
.navbar-brand>img{
    display:block
}
@media (min-width:768px){
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{
        margin-left:-15px
    }
}
.navbar-toggle{
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.navbar-toggle:focus{
    outline:0
}
.navbar-toggle .icon-bar{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top:4px
}
@media (min-width:768px){
    .navbar-toggle{
        display:none
    }
}
.navbar-nav{
    margin:7.5px -15px
}
.navbar-nav>li>a{
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px
}
@media (max-width:767px){
    .navbar-nav .open .dropdown-menu{
        position:static;
        float:none;
        width:auto;
        margin-top:0;
        background-color:transparent;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{
        padding:5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{
        background-image:none
    }
}
@media (min-width:768px){
    .navbar-nav{
        float:left;
        margin:0
    }
    .navbar-nav>li{
        float:left
    }
    .navbar-nav>li>a{
        padding-top:15px;
        padding-bottom:15px
    }
}
.navbar-form{
    padding:10px 15px;
    margin-top:8px;
    margin-right:-15px;
    margin-bottom:8px;
    margin-left:-15px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}
@media (min-width:768px){
    .navbar-form .form-group{
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .navbar-form .form-control-static{
        display:inline-block
    }
    .navbar-form .input-group{
        display:inline-table;
        vertical-align:middle
    }
    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{
        width:auto
    }
    .navbar-form .input-group>.form-control{
        width:100%
    }
    .navbar-form .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .checkbox,.navbar-form .radio{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .checkbox label,.navbar-form .radio label{
        padding-left:0
    }
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{
        position:relative;
        margin-left:0
    }
    .navbar-form .has-feedback .form-control-feedback{
        top:0
    }
}
@media (max-width:767px){
    .navbar-form .form-group{
        margin-bottom:5px
    }
    .navbar-form .form-group:last-child{
        margin-bottom:0
    }
}
@media (min-width:768px){
    .navbar-form{
        width:auto;
        padding-top:0;
        padding-bottom:0;
        margin-right:0;
        margin-left:0;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
}
.navbar-nav>li>.dropdown-menu{
    margin-top:0;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{
    margin-bottom:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.navbar-btn{
    margin-top:8px;
    margin-bottom:8px
}
.navbar-btn.btn-sm{
    margin-top:10px;
    margin-bottom:10px
}
.navbar-btn.btn-xs{
    margin-top:14px;
    margin-bottom:14px
}
.navbar-text{
    margin-top:15px;
    margin-bottom:15px
}
@media (min-width:768px){
    .navbar-text{
        float:left;
        margin-right:15px;
        margin-left:15px
    }
}
@media (min-width:768px){
    .navbar-left{
        float:left!important
    }
    .navbar-right{
        float:right!important;
        margin-right:-15px
    }
    .navbar-right~.navbar-right{
        margin-right:0
    }
}
.navbar-default{
    background-color:#f8f8f8;
    border-color:#e7e7e7
}
.navbar-default .navbar-brand{
    color:#777
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{
    color:#5e5e5e;
    background-color:transparent
}
.navbar-default .navbar-text{
    color:#777
}
.navbar-default .navbar-nav>li>a{
    color:#777
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
    color:#333;
    background-color:transparent
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
    color:#555;
    background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{
    color:#ccc;
    background-color:transparent
}
.navbar-default .navbar-toggle{
    border-color:#ddd
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
    background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#888
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
    border-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{
    color:#555;
    background-color:#e7e7e7
}
@media (max-width:767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color:#333;
        background-color:transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        color:#555;
        background-color:#e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{
        color:#ccc;
        background-color:transparent
    }
}
.navbar-default .navbar-link{
    color:#777
}
.navbar-default .navbar-link:hover{
    color:#333
}
.navbar-default .btn-link{
    color:#777
}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{
    color:#333
}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{
    color:#ccc
}
.navbar-inverse{
    background-color:#222;
    border-color:#080808
}
.navbar-inverse .navbar-brand{
    color:#9d9d9d
}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .navbar-text{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{
    color:#fff;
    background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{
    color:#444;
    background-color:transparent
}
.navbar-inverse .navbar-toggle{
    border-color:#333
}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
    background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color:#fff
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
    border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
    color:#fff;
    background-color:#080808
}
@media (max-width:767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{
        border-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
        background-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color:#9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color:#fff;
        background-color:transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{
        color:#fff;
        background-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{
        color:#444;
        background-color:transparent
    }
}
.navbar-inverse .navbar-link{
    color:#9d9d9d
}
.navbar-inverse .navbar-link:hover{
    color:#fff
}
.navbar-inverse .btn-link{
    color:#9d9d9d
}
.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{
    color:#fff
}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{
    color:#444
}
.breadcrumb{
    padding:8px 15px;
    margin-bottom:20px;
    list-style:none;
    background-color:#f5f5f5;
    border-radius:4px
}
.breadcrumb>li{
    display:inline-block
}
.breadcrumb>li+li:before{
    padding:0 5px;
    color:#ccc;
    content:"/\00a0"
}
.breadcrumb>.active{
    color:#777
}
.pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}
.pagination>li{
    display:inline
}
.pagination>li>a,.pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#337ab7;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
    margin-left:0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    z-index:2;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    z-index:3;
    color:#fff;
    cursor:default;
    background-color:#337ab7;
    border-color:#337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#777;
    cursor:not-allowed;
    background-color:#fff;
    border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
    border-top-right-radius:3px;
    border-bottom-right-radius:3px
}
.pager{
    padding-left:0;
    margin:20px 0;
    text-align:center;
    list-style:none
}
.pager li{
    display:inline
}
.pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px
}
.pager li>a:focus,.pager li>a:hover{
    text-decoration:none;
    background-color:#eee
}
.pager .next>a,.pager .next>span{
    float:right
}
.pager .previous>a,.pager .previous>span{
    float:left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
    color:#777;
    cursor:not-allowed;
    background-color:#fff
}
.label{
    display:inline;
    padding:.2em .6em .3em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em
}
a.label:focus,a.label:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.label:empty{
    display:none
}
.btn .label{
    position:relative;
    top:-1px
}
.label-default{
    background-color:#777
}
.label-default[href]:focus,.label-default[href]:hover{
    background-color:#5e5e5e
}
.label-primary{
    background-color:#337ab7
}
.label-primary[href]:focus,.label-primary[href]:hover{
    background-color:#286090
}
.label-success{
    background-color:#5cb85c
}
.label-success[href]:focus,.label-success[href]:hover{
    background-color:#449d44
}
.label-info{
    background-color:#5bc0de
}
.label-info[href]:focus,.label-info[href]:hover{
    background-color:#31b0d5
}
.label-warning{
    background-color:#f0ad4e
}
.label-warning[href]:focus,.label-warning[href]:hover{
    background-color:#ec971f
}
.label-danger{
    background-color:#d9534f
}
.label-danger[href]:focus,.label-danger[href]:hover{
    background-color:#c9302c
}
.badge{
    display:inline-block;
    min-width:10px;
    padding:3px 7px;
    font-size:12px;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    background-color:#777;
    border-radius:10px
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.btn-group-xs>.btn .badge,.btn-xs .badge{
    top:0;
    padding:1px 5px
}
a.badge:focus,a.badge:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{
    color:#337ab7;
    background-color:#fff
}
.list-group-item>.badge{
    float:right
}
.list-group-item>.badge+.badge{
    margin-right:5px
}
.nav-pills>li>a>.badge{
    margin-left:3px
}
.jumbotron{
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom:30px;
    color:inherit;
    background-color:#eee
}
.jumbotron .h1,.jumbotron h1{
    color:inherit
}
.jumbotron p{
    margin-bottom:15px;
    font-size:21px;
    font-weight:200
}
.jumbotron>hr{
    border-top-color:#d5d5d5
}
.container .jumbotron,.container-fluid .jumbotron{
    padding-right:15px;
    padding-left:15px;
    border-radius:6px
}
.jumbotron .container{
    max-width:100%
}
@media screen and (min-width:768px){
    .jumbotron{
        padding-top:48px;
        padding-bottom:48px
    }
    .container .jumbotron,.container-fluid .jumbotron{
        padding-right:60px;
        padding-left:60px
    }
    .jumbotron .h1,.jumbotron h1{
        font-size:63px
    }
}
.thumbnail{
    display:block;
    padding:4px;
    margin-bottom:20px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:border .2s ease-in-out;
    transition:border .2s ease-in-out
}
.thumbnail a>img,.thumbnail>img{
    margin-right:auto;
    margin-left:auto
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{
    border-color:#337ab7
}
.thumbnail .caption{
    padding:9px;
    color:#333
}
.alert{
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px
}
.alert h4{
    margin-top:0;
    color:inherit
}
.alert .alert-link{
    font-weight:700
}
.alert>p,.alert>ul{
    margin-bottom:0
}
.alert>p+p{
    margin-top:5px
}
.alert-dismissable,.alert-dismissible{
    padding-right:35px
}
.alert-dismissable .close,.alert-dismissible .close{
    position:relative;
    top:-2px;
    right:-21px;
    color:inherit
}
.alert-success{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.alert-success hr{
    border-top-color:#c9e2b3
}
.alert-success .alert-link{
    color:#2b542c
}
.alert-info{
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.alert-info hr{
    border-top-color:#a6e1ec
}
.alert-info .alert-link{
    color:#245269
}
.alert-warning{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}
.alert-warning hr{
    border-top-color:#f7e1b5
}
.alert-warning .alert-link{
    color:#66512c
}
.alert-danger{
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}
.alert-danger hr{
    border-top-color:#e4b9c0
}
.alert-danger .alert-link{
    color:#843534
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
.progress-bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#337ab7;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    transition:width .6s ease
}
.progress-bar-striped,.progress-striped .progress-bar{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success{
    background-color:#5cb85c
}
.progress-striped .progress-bar-success{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info{
    background-color:#5bc0de
}
.progress-striped .progress-bar-info{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning{
    background-color:#f0ad4e
}
.progress-striped .progress-bar-warning{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger{
    background-color:#d9534f
}
.progress-striped .progress-bar-danger{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.media{
    margin-top:15px
}
.media:first-child{
    margin-top:0
}
.media,.media-body{
    overflow:hidden;
    zoom:1
}
.media-body{
    width:10000px
}
.media-object{
    display:block
}
.media-object.img-thumbnail{
    max-width:none
}
.media-right,.media>.pull-right{
    padding-left:10px
}
.media-left,.media>.pull-left{
    padding-right:10px
}
.media-body,.media-left,.media-right{
    display:table-cell;
    vertical-align:top
}
.media-middle{
    vertical-align:middle
}
.media-bottom{
    vertical-align:bottom
}
.media-heading{
    margin-top:0;
    margin-bottom:5px
}
.media-list{
    padding-left:0;
    list-style:none
}
.list-group{
    padding-left:0;
    margin-bottom:20px
}
.list-group-item{
    position:relative;
    display:block;
    padding:10px 15px;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid #ddd
}
.list-group-item:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
a.list-group-item,button.list-group-item{
    color:#555
}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{
    color:#333
}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{
    color:#555;
    text-decoration:none;
    background-color:#f5f5f5
}
button.list-group-item{
    width:100%;
    text-align:left
}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{
    color:#777;
    cursor:not-allowed;
    background-color:#eee
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{
    color:inherit
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{
    color:#777
}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{
    z-index:2;
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{
    color:inherit
}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{
    color:#c7ddef
}
.list-group-item-success{
    color:#3c763d;
    background-color:#dff0d8
}
a.list-group-item-success,button.list-group-item-success{
    color:#3c763d
}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{
    color:inherit
}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{
    color:#3c763d;
    background-color:#d0e9c6
}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{
    color:#fff;
    background-color:#3c763d;
    border-color:#3c763d
}
.list-group-item-info{
    color:#31708f;
    background-color:#d9edf7
}
a.list-group-item-info,button.list-group-item-info{
    color:#31708f
}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{
    color:inherit
}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{
    color:#31708f;
    background-color:#c4e3f3
}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{
    color:#fff;
    background-color:#31708f;
    border-color:#31708f
}
.list-group-item-warning{
    color:#8a6d3b;
    background-color:#fcf8e3
}
a.list-group-item-warning,button.list-group-item-warning{
    color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{
    color:inherit
}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{
    color:#8a6d3b;
    background-color:#faf2cc
}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{
    color:#fff;
    background-color:#8a6d3b;
    border-color:#8a6d3b
}
.list-group-item-danger{
    color:#a94442;
    background-color:#f2dede
}
a.list-group-item-danger,button.list-group-item-danger{
    color:#a94442
}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{
    color:inherit
}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{
    color:#a94442;
    background-color:#ebcccc
}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{
    color:#fff;
    background-color:#a94442;
    border-color:#a94442
}
.list-group-item-heading{
    margin-top:0;
    margin-bottom:5px
}
.list-group-item-text{
    margin-bottom:0;
    line-height:1.3
}
.panel{
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body{
    padding:15px
}
.panel-heading{
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle{
    color:inherit
}
.panel-title{
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    color:inherit
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{
    color:inherit
}
.panel-footer{
    padding:10px 15px;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.list-group,.panel>.panel-collapse>.list-group{
    margin-bottom:0
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{
    border-width:1px 0;
    border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{
    border-top:0;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
    border-bottom:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.panel-heading+.list-group .list-group-item:first-child{
    border-top-width:0
}
.list-group+.panel-footer{
    border-top-width:0
}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{
    margin-bottom:0
}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{
    padding-right:15px;
    padding-left:15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{
    border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{
    border-top-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
    border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
    border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{
    border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{
    border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{
    border:0
}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{
    border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{
    border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{
    border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
    border-bottom:0
}
.panel>.table-responsive{
    margin-bottom:0;
    border:0
}
.panel-group{
    margin-bottom:20px
}
.panel-group .panel{
    margin-bottom:0;
    border-radius:4px
}
.panel-group .panel+.panel{
    margin-top:5px
}
.panel-group .panel-heading{
    border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top:1px solid #ddd
}
.panel-group .panel-footer{
    border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body{
    border-bottom:1px solid #ddd
}
.panel-default{
    border-color:#ddd
}
.panel-default>.panel-heading{
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#ddd
}
.panel-default>.panel-heading .badge{
    color:#f5f5f5;
    background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#ddd
}
.panel-primary{
    border-color:#337ab7
}
.panel-primary>.panel-heading{
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge{
    color:#337ab7;
    background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#337ab7
}
.panel-success{
    border-color:#d6e9c6
}
.panel-success>.panel-heading{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge{
    color:#dff0d8;
    background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#d6e9c6
}
.panel-info{
    border-color:#bce8f1
}
.panel-info>.panel-heading{
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge{
    color:#d9edf7;
    background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#bce8f1
}
.panel-warning{
    border-color:#faebcc
}
.panel-warning>.panel-heading{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge{
    color:#fcf8e3;
    background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#faebcc
}
.panel-danger{
    border-color:#ebccd1
}
.panel-danger>.panel-heading{
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge{
    color:#f2dede;
    background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#ebccd1
}
.embed-responsive{
    position:relative;
    display:block;
    height:0;
    padding:0;
    overflow:hidden
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.embed-responsive-16by9{
    padding-bottom:56.25%
}
.embed-responsive-4by3{
    padding-bottom:75%
}
.well{
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote{
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}
.well-lg{
    padding:24px;
    border-radius:6px
}
.well-sm{
    padding:9px;
    border-radius:3px
}
.close{
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.5
}
button.close{
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0
}
.modal-open{
    overflow:hidden
}
.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal.fade .modal-dialog{
    -webkit-transition:-webkit-transform .3s ease-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-25%);
    transform:translate(0,-25%)
}
.modal.in .modal-dialog{
    -webkit-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:10px
}
.modal-content{
    position:relative;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.in{
    opacity:.5
}
.modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header .close{
    margin-top:-2px
}
.modal-title{
    margin:0;
    line-height:1.42857143
}
.modal-body{
    position:relative;
    padding:15px
}
.modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn{
    margin-bottom:0;
    margin-left:5px
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:768px){
    .modal-dialog{
        width:600px;
        margin:30px auto
    }
    .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow:0 5px 15px rgba(0,0,0,.5)
    }
    .modal-sm{
        width:300px
    }
}
@media (min-width:992px){
    .modal-lg{
        width:900px
    }
}
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    opacity:0;
    line-break:auto
}
.tooltip.in{
    opacity:.9
}
.tooltip.top{
    padding:5px 0;
    margin-top:-3px
}
.tooltip.right{
    padding:0 5px;
    margin-left:3px
}
.tooltip.bottom{
    padding:5px 0;
    margin-top:3px
}
.tooltip.left{
    padding:0 5px;
    margin-left:-3px
}
.tooltip-inner{
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:4px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.top-left .tooltip-arrow{
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:none;
    max-width:276px;
    padding:1px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2);
    line-break:auto
}
.popover.top{
    margin-top:-10px
}
.popover.right{
    margin-left:10px
}
.popover.bottom{
    margin-top:10px
}
.popover.left{
    margin-left:-10px
}
.popover-title{
    padding:8px 14px;
    margin:0;
    font-size:14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-radius:5px 5px 0 0
}
.popover-content{
    padding:9px 14px
}
.popover>.arrow,.popover>.arrow:after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.popover>.arrow{
    border-width:11px
}
.popover>.arrow:after{
    content:"";
    border-width:10px
}
.popover.top>.arrow{
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    border-bottom-width:0
}
.popover.top>.arrow:after{
    bottom:1px;
    margin-left:-10px;
    content:" ";
    border-top-color:#fff;
    border-bottom-width:0
}
.popover.right>.arrow{
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-right-color:#999;
    border-right-color:rgba(0,0,0,.25);
    border-left-width:0
}
.popover.right>.arrow:after{
    bottom:-10px;
    left:1px;
    content:" ";
    border-right-color:#fff;
    border-left-width:0
}
.popover.bottom>.arrow{
    top:-11px;
    left:50%;
    margin-left:-11px;
    border-top-width:0;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after{
    top:1px;
    margin-left:-10px;
    content:" ";
    border-top-width:0;
    border-bottom-color:#fff
}
.popover.left>.arrow{
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-right-width:0;
    border-left-color:#999;
    border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after{
    right:1px;
    bottom:-10px;
    content:" ";
    border-right-width:0;
    border-left-color:#fff
}
.carousel{
    position:relative
}
.carousel-inner{
    position:relative;
    width:100%;
    overflow:hidden
}
.carousel-inner>.item{
    position:relative;
    display:none;
    -webkit-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{
    line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d){
    .carousel-inner>.item{
        -webkit-transition:-webkit-transform .6s ease-in-out;
        transition:-webkit-transform .6s ease-in-out;
        transition:transform .6s ease-in-out;
        transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        -webkit-perspective:1000px;
        perspective:1000px
    }
    .carousel-inner>.item.active.right,.carousel-inner>.item.next{
        left:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    .carousel-inner>.item.active.left,.carousel-inner>.item.prev{
        left:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{
        left:0;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
    display:block
}
.carousel-inner>.active{
    left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
    position:absolute;
    top:0;
    width:100%
}
.carousel-inner>.next{
    left:100%
}
.carousel-inner>.prev{
    left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
    left:0
}
.carousel-inner>.active.left{
    left:-100%
}
.carousel-inner>.active.right{
    left:100%
}
.carousel-control{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:15%;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    background-color:rgba(0,0,0,0);
    opacity:.5
}
.carousel-control.left{
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat:repeat-x
}
.carousel-control.right{
    right:0;
    left:auto;
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat:repeat-x
}
.carousel-control:focus,.carousel-control:hover{
    color:#fff;
    text-decoration:none;
    outline:0;
    opacity:.9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{
    position:absolute;
    top:50%;
    z-index:5;
    display:inline-block;
    margin-top:-10px
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
    left:50%;
    margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
    right:50%;
    margin-right:-10px
}
.carousel-control .icon-next,.carousel-control .icon-prev{
    width:20px;
    height:20px;
    font-family:serif;
    line-height:1
}
.carousel-control .icon-prev:before{
    content:'\2039'
}
.carousel-control .icon-next:before{
    content:'\203a'
}
.carousel-indicators{
    position:absolute;
    bottom:10px;
    left:50%;
    z-index:15;
    width:60%;
    padding-left:0;
    margin-left:-30%;
    text-align:center;
    list-style:none
}
.carousel-indicators li{
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    cursor:pointer;
    background-color:rgba(0,0,0,0);
    border:1px solid #fff;
    border-radius:10px
}
.carousel-indicators .active{
    width:12px;
    height:12px;
    margin:0;
    background-color:#fff
}
.carousel-caption{
    position:absolute;
    right:15%;
    bottom:20px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn{
    text-shadow:none
}
@media screen and (min-width:768px){
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{
        width:30px;
        height:30px;
        margin-top:-10px;
        font-size:30px
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
        margin-left:-10px
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
        margin-right:-10px
    }
    .carousel-caption{
        right:20%;
        left:20%;
        padding-bottom:30px
    }
    .carousel-indicators{
        bottom:20px
    }
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{
    display:table;
    content:" "
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{
    clear:both
}
.center-block{
    display:block;
    margin-right:auto;
    margin-left:auto
}
.pull-right{
    float:right!important
}
.pull-left{
    float:left!important
}
.hide{
    display:none!important
}
.show{
    display:block!important
}
.invisible{
    visibility:hidden
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.hidden{
    display:none!important
}
.affix{
    position:fixed
}
@-ms-viewport{
    width:device-width
}
.visible-lg,.visible-md,.visible-sm,.visible-xs{
    display:none!important
}
.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{
    display:none!important
}
@media (max-width:767px){
    .visible-xs{
        display:block!important
    }
    table.visible-xs{
        display:table!important
    }
    tr.visible-xs{
        display:table-row!important
    }
    td.visible-xs,th.visible-xs{
        display:table-cell!important
    }
}
@media (max-width:767px){
    .visible-xs-block{
        display:block!important
    }
}
@media (max-width:767px){
    .visible-xs-inline{
        display:inline!important
    }
}
@media (max-width:767px){
    .visible-xs-inline-block{
        display:inline-block!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm{
        display:block!important
    }
    table.visible-sm{
        display:table!important
    }
    tr.visible-sm{
        display:table-row!important
    }
    td.visible-sm,th.visible-sm{
        display:table-cell!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-block{
        display:block!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline{
        display:inline!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .visible-sm-inline-block{
        display:inline-block!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md{
        display:block!important
    }
    table.visible-md{
        display:table!important
    }
    tr.visible-md{
        display:table-row!important
    }
    td.visible-md,th.visible-md{
        display:table-cell!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-block{
        display:block!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline{
        display:inline!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .visible-md-inline-block{
        display:inline-block!important
    }
}
@media (min-width:1200px){
    .visible-lg{
        display:block!important
    }
    table.visible-lg{
        display:table!important
    }
    tr.visible-lg{
        display:table-row!important
    }
    td.visible-lg,th.visible-lg{
        display:table-cell!important
    }
}
@media (min-width:1200px){
    .visible-lg-block{
        display:block!important
    }
}
@media (min-width:1200px){
    .visible-lg-inline{
        display:inline!important
    }
}
@media (min-width:1200px){
    .visible-lg-inline-block{
        display:inline-block!important
    }
}
@media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
@media (min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}
.visible-print{
    display:none!important
}
@media print{
    .visible-print{
        display:block!important
    }
    table.visible-print{
        display:table!important
    }
    tr.visible-print{
        display:table-row!important
    }
    td.visible-print,th.visible-print{
        display:table-cell!important
    }
}
.visible-print-block{
    display:none!important
}
@media print{
    .visible-print-block{
        display:block!important
    }
}
.visible-print-inline{
    display:none!important
}
@media print{
    .visible-print-inline{
        display:inline!important
    }
}
.visible-print-inline-block{
    display:none!important
}
@media print{
    .visible-print-inline-block{
        display:inline-block!important
    }
}
@media print{
    .hidden-print{
        display:none!important
    }
}
.go_pop .select2-container{
    width:100%!important
}
.filtered .select2-container{
    width:100%!important
}
.select2-container{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:auto;
    background:#f8f8f9;
    border-radius:5px;
    height:48px;
    line-height:48px;
    padding:0 15px;
    font-size:13px;
    outline:0;
    margin:0;
    position:relative;
    vertical-align:middle
}
.select2-container .select2-selection--single{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    outline:0;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    display:block;
    outline:0;
    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{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:block;
    min-height:32px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display:inline-block;
    overflow:hidden;
    padding-left:8px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.select2-container .select2-search--inline{
    float:left
}
.select2-container .select2-search--inline .select2-search__field{
    -webkit-box-sizing:border-box;
    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:#fff;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-box-shadow:0 0 10 #000;
    box-shadow:0 0 10 #000;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    position:absolute;
    left:-100000px;
    width:100%;
    top:-3px;
    z-index:99999
}
.select2-results{
    display:block
}
.select2-results__options{
    list-style:none;
    margin:0;
    padding:0
}
.select2-results__option{
    padding:0 15px;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-select:none
}
.select2-results__option[aria-selected]{
    cursor:pointer
}
.select2-container--open .select2-dropdown{
    left:0;
    -webkit-box-shadow:15px 0 30px rgba(0,0,0,.15);
    box-shadow:15px 0 30px rgba(0,0,0,.15)
}
.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
}
.select2-search--dropdown{
    display:block;
    padding:4px
}
.select2-search--dropdown .select2-search__field{
    padding:4px;
    width:100%;
    -webkit-box-sizing:border-box;
    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
}
.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 .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    position:absolute;
    top:0;
    right:0;
    min-height:100%;
    width:48px
}
.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;
    border-width:0 4px 5px
}
.select2-container--default .select2-selection--multiple{
    background-color:#fff;
    border:1px solid #aaa;
    border-radius:4px;
    cursor:text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    -webkit-box-sizing:border-box;
    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__placeholder{
    color:#999;
    margin-top:5px;
    float:left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    cursor:pointer;
    float:right;
    font-weight:700;
    margin-top:5px;
    margin-right:10px
}
.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:700;
    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-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{
    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 #000 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--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    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:0 0;
    border:none;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options{
    max-height:192px;
    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:#34637f;
    color:#fff
}
.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-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#eee));
    background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat:repeat-x
}
.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:700;
    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-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(#ccc));
    background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat:repeat-x
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{
    border-color:#888 transparent transparent;
    border-style:solid;
    border-width:5px 4px 0;
    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:0 0;
    border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #888;
    border-width:0 4px 5px
}
.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-gradient(linear,left top,left bottom,from(white),color-stop(50%,#eee));
    background-image:linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat:repeat-x
}
.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-gradient(linear,left top,left bottom,color-stop(50%,#eee),to(white));
    background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat:repeat-x
}
.select2-container--classic .select2-selection--multiple{
    background-color:#fff;
    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:700;
    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;
    -webkit-box-shadow:none;
    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
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y
}
.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{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%;
    -webkit-transform-style:preserve-3d
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.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{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    -webkit-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    -webkit-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    -webkit-transform-style:preserve-3d;
    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/nbu/css/new_version/owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:-webkit-transform .1s ease;
    -webkit-transition:-webkit-transform .1s ease;
    transition:transform .1s ease;
    transition:transform .1s ease,-webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -webkit-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;
    -webkit-transition:opacity .4s ease;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.fa,.fab,.fal,.far,.fas{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1
}
.fa-lg{
    font-size:1.33333em;
    line-height:.75em;
    vertical-align:-.0667em
}
.fa-xs{
    font-size:.75em
}
.fa-sm{
    font-size:.875em
}
.fa-1x{
    font-size:1em
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-6x{
    font-size:6em
}
.fa-7x{
    font-size:7em
}
.fa-8x{
    font-size:8em
}
.fa-9x{
    font-size:9em
}
.fa-10x{
    font-size:10em
}
.fa-fw{
    text-align:center;
    width:1.25em
}
.fa-ul{
    list-style-type:none;
    margin-left:2.5em;
    padding-left:0
}
.fa-ul>li{
    position:relative
}
.fa-li{
    left:-2em;
    position:absolute;
    text-align:center;
    width:2em;
    line-height:inherit
}
.fa-border{
    border:solid .08em #eee;
    border-radius:.1em;
    padding:.2em .25em .15em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.fa-rotate-90{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -webkit-transform:scale(-1,1);
    transform:scale(-1,1)
}
.fa-flip-vertical{
    -webkit-transform:scale(1,-1);
    transform:scale(1,-1)
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
    -webkit-transform:scale(-1,-1);
    transform:scale(-1,-1)
}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2.5em
}
.fa-stack-1x,.fa-stack-2x{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-500px:before{
    content:"\f26e"
}
.fa-accessible-icon:before{
    content:"\f368"
}
.fa-accusoft:before{
    content:"\f369"
}
.fa-acquisitions-incorporated:before{
    content:"\f6af"
}
.fa-ad:before{
    content:"\f641"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-card:before{
    content:"\f2bb"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-adn:before{
    content:"\f170"
}
.fa-adobe:before{
    content:"\f778"
}
.fa-adversal:before{
    content:"\f36a"
}
.fa-affiliatetheme:before{
    content:"\f36b"
}
.fa-air-freshener:before{
    content:"\f5d0"
}
.fa-airbnb:before{
    content:"\f834"
}
.fa-algolia:before{
    content:"\f36c"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-alipay:before{
    content:"\f642"
}
.fa-allergies:before{
    content:"\f461"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-amazon-pay:before{
    content:"\f42c"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-amilia:before{
    content:"\f36d"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-android:before{
    content:"\f17b"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angry:before{
    content:"\f556"
}
.fa-angrycreative:before{
    content:"\f36e"
}
.fa-angular:before{
    content:"\f420"
}
.fa-ankh:before{
    content:"\f644"
}
.fa-app-store:before{
    content:"\f36f"
}
.fa-app-store-ios:before{
    content:"\f370"
}
.fa-apper:before{
    content:"\f371"
}
.fa-apple:before{
    content:"\f179"
}
.fa-apple-alt:before{
    content:"\f5d1"
}
.fa-apple-pay:before{
    content:"\f415"
}
.fa-archive:before{
    content:"\f187"
}
.fa-archway:before{
    content:"\f557"
}
.fa-arrow-alt-circle-down:before{
    content:"\f358"
}
.fa-arrow-alt-circle-left:before{
    content:"\f359"
}
.fa-arrow-alt-circle-right:before{
    content:"\f35a"
}
.fa-arrow-alt-circle-up:before{
    content:"\f35b"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-arrows-alt-h:before{
    content:"\f337"
}
.fa-arrows-alt-v:before{
    content:"\f338"
}
.fa-artstation:before{
    content:"\f77a"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-asymmetrik:before{
    content:"\f372"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-atlas:before{
    content:"\f558"
}
.fa-atlassian:before{
    content:"\f77b"
}
.fa-atom:before{
    content:"\f5d2"
}
.fa-audible:before{
    content:"\f373"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-autoprefixer:before{
    content:"\f41c"
}
.fa-avianex:before{
    content:"\f374"
}
.fa-aviato:before{
    content:"\f421"
}
.fa-award:before{
    content:"\f559"
}
.fa-aws:before{
    content:"\f375"
}
.fa-baby:before{
    content:"\f77c"
}
.fa-baby-carriage:before{
    content:"\f77d"
}
.fa-backspace:before{
    content:"\f55a"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-bacon:before{
    content:"\f7e5"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-band-aid:before{
    content:"\f462"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-bars:before{
    content:"\f0c9"
}
.fa-baseball-ball:before{
    content:"\f433"
}
.fa-basketball-ball:before{
    content:"\f434"
}
.fa-bath:before{
    content:"\f2cd"
}
.fa-battery-empty:before{
    content:"\f244"
}
.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battle-net:before{
    content:"\f835"
}
.fa-bed:before{
    content:"\f236"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bezier-curve:before{
    content:"\f55b"
}
.fa-bible:before{
    content:"\f647"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bimobject:before{
    content:"\f378"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-biohazard:before{
    content:"\f780"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitcoin:before{
    content:"\f379"
}
.fa-bity:before{
    content:"\f37a"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-blackberry:before{
    content:"\f37b"
}
.fa-blender:before{
    content:"\f517"
}
.fa-blender-phone:before{
    content:"\f6b6"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-blog:before{
    content:"\f781"
}
.fa-blogger:before{
    content:"\f37c"
}
.fa-blogger-b:before{
    content:"\f37d"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-bold:before{
    content:"\f032"
}
.fa-bolt:before{
    content:"\f0e7"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-bone:before{
    content:"\f5d7"
}
.fa-bong:before{
    content:"\f55c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-book-dead:before{
    content:"\f6b7"
}
.fa-book-medical:before{
    content:"\f7e6"
}
.fa-book-open:before{
    content:"\f518"
}
.fa-book-reader:before{
    content:"\f5da"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-bootstrap:before{
    content:"\f836"
}
.fa-bowling-ball:before{
    content:"\f436"
}
.fa-box:before{
    content:"\f466"
}
.fa-box-open:before{
    content:"\f49e"
}
.fa-boxes:before{
    content:"\f468"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-brain:before{
    content:"\f5dc"
}
.fa-bread-slice:before{
    content:"\f7ec"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-briefcase-medical:before{
    content:"\f469"
}
.fa-broadcast-tower:before{
    content:"\f519"
}
.fa-broom:before{
    content:"\f51a"
}
.fa-brush:before{
    content:"\f55d"
}
.fa-btc:before{
    content:"\f15a"
}
.fa-buffer:before{
    content:"\f837"
}
.fa-bug:before{
    content:"\f188"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-burn:before{
    content:"\f46a"
}
.fa-buromobelexperte:before{
    content:"\f37f"
}
.fa-bus:before{
    content:"\f207"
}
.fa-bus-alt:before{
    content:"\f55e"
}
.fa-business-time:before{
    content:"\f64a"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-calendar:before{
    content:"\f133"
}
.fa-calendar-alt:before{
    content:"\f073"
}
.fa-calendar-check:before{
    content:"\f274"
}
.fa-calendar-day:before{
    content:"\f783"
}
.fa-calendar-minus:before{
    content:"\f272"
}
.fa-calendar-plus:before{
    content:"\f271"
}
.fa-calendar-times:before{
    content:"\f273"
}
.fa-calendar-week:before{
    content:"\f784"
}
.fa-camera:before{
    content:"\f030"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-campground:before{
    content:"\f6bb"
}
.fa-canadian-maple-leaf:before{
    content:"\f785"
}
.fa-candy-cane:before{
    content:"\f786"
}
.fa-cannabis:before{
    content:"\f55f"
}
.fa-capsules:before{
    content:"\f46b"
}
.fa-car:before{
    content:"\f1b9"
}
.fa-car-alt:before{
    content:"\f5de"
}
.fa-car-battery:before{
    content:"\f5df"
}
.fa-car-crash:before{
    content:"\f5e1"
}
.fa-car-side:before{
    content:"\f5e4"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-caret-square-down:before{
    content:"\f150"
}
.fa-caret-square-left:before{
    content:"\f191"
}
.fa-caret-square-right:before{
    content:"\f152"
}
.fa-caret-square-up:before{
    content:"\f151"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-carrot:before{
    content:"\f787"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cash-register:before{
    content:"\f788"
}
.fa-cat:before{
    content:"\f6be"
}
.fa-cc-amazon-pay:before{
    content:"\f42d"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-apple-pay:before{
    content:"\f416"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-centercode:before{
    content:"\f380"
}
.fa-centos:before{
    content:"\f789"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-chair:before{
    content:"\f6c0"
}
.fa-chalkboard:before{
    content:"\f51b"
}
.fa-chalkboard-teacher:before{
    content:"\f51c"
}
.fa-charging-station:before{
    content:"\f5e7"
}
.fa-chart-area:before{
    content:"\f1fe"
}
.fa-chart-bar:before{
    content:"\f080"
}
.fa-chart-line:before{
    content:"\f201"
}
.fa-chart-pie:before{
    content:"\f200"
}
.fa-check:before{
    content:"\f00c"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-check-double:before{
    content:"\f560"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-cheese:before{
    content:"\f7ef"
}
.fa-chess:before{
    content:"\f439"
}
.fa-chess-bishop:before{
    content:"\f43a"
}
.fa-chess-board:before{
    content:"\f43c"
}
.fa-chess-king:before{
    content:"\f43f"
}
.fa-chess-knight:before{
    content:"\f441"
}
.fa-chess-pawn:before{
    content:"\f443"
}
.fa-chess-queen:before{
    content:"\f445"
}
.fa-chess-rook:before{
    content:"\f447"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-chromecast:before{
    content:"\f838"
}
.fa-church:before{
    content:"\f51d"
}
.fa-circle:before{
    content:"\f111"
}
.fa-circle-notch:before{
    content:"\f1ce"
}
.fa-city:before{
    content:"\f64f"
}
.fa-clinic-medical:before{
    content:"\f7f2"
}
.fa-clipboard:before{
    content:"\f328"
}
.fa-clipboard-check:before{
    content:"\f46c"
}
.fa-clipboard-list:before{
    content:"\f46d"
}
.fa-clock:before{
    content:"\f017"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-closed-captioning:before{
    content:"\f20a"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-cloud-download-alt:before{
    content:"\f381"
}
.fa-cloud-meatball:before{
    content:"\f73b"
}
.fa-cloud-moon:before{
    content:"\f6c3"
}
.fa-cloud-moon-rain:before{
    content:"\f73c"
}
.fa-cloud-rain:before{
    content:"\f73d"
}
.fa-cloud-showers-heavy:before{
    content:"\f740"
}
.fa-cloud-sun:before{
    content:"\f6c4"
}
.fa-cloud-sun-rain:before{
    content:"\f743"
}
.fa-cloud-upload-alt:before{
    content:"\f382"
}
.fa-cloudscale:before{
    content:"\f383"
}
.fa-cloudsmith:before{
    content:"\f384"
}
.fa-cloudversify:before{
    content:"\f385"
}
.fa-cocktail:before{
    content:"\f561"
}
.fa-code:before{
    content:"\f121"
}
.fa-code-branch:before{
    content:"\f126"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cog:before{
    content:"\f013"
}
.fa-cogs:before{
    content:"\f085"
}
.fa-coins:before{
    content:"\f51e"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-comment:before{
    content:"\f075"
}
.fa-comment-alt:before{
    content:"\f27a"
}
.fa-comment-dollar:before{
    content:"\f651"
}
.fa-comment-dots:before{
    content:"\f4ad"
}
.fa-comment-medical:before{
    content:"\f7f5"
}
.fa-comment-slash:before{
    content:"\f4b3"
}
.fa-comments:before{
    content:"\f086"
}
.fa-comments-dollar:before{
    content:"\f653"
}
.fa-compact-disc:before{
    content:"\f51f"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-compress:before{
    content:"\f066"
}
.fa-compress-arrows-alt:before{
    content:"\f78c"
}
.fa-concierge-bell:before{
    content:"\f562"
}
.fa-confluence:before{
    content:"\f78d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-cookie:before{
    content:"\f563"
}
.fa-cookie-bite:before{
    content:"\f564"
}
.fa-copy:before{
    content:"\f0c5"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-couch:before{
    content:"\f4b8"
}
.fa-cpanel:before{
    content:"\f388"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-creative-commons-by:before{
    content:"\f4e7"
}
.fa-creative-commons-nc:before{
    content:"\f4e8"
}
.fa-creative-commons-nc-eu:before{
    content:"\f4e9"
}
.fa-creative-commons-nc-jp:before{
    content:"\f4ea"
}
.fa-creative-commons-nd:before{
    content:"\f4eb"
}
.fa-creative-commons-pd:before{
    content:"\f4ec"
}
.fa-creative-commons-pd-alt:before{
    content:"\f4ed"
}
.fa-creative-commons-remix:before{
    content:"\f4ee"
}
.fa-creative-commons-sa:before{
    content:"\f4ef"
}
.fa-creative-commons-sampling:before{
    content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before{
    content:"\f4f1"
}
.fa-creative-commons-share:before{
    content:"\f4f2"
}
.fa-creative-commons-zero:before{
    content:"\f4f3"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-critical-role:before{
    content:"\f6c9"
}
.fa-crop:before{
    content:"\f125"
}
.fa-crop-alt:before{
    content:"\f565"
}
.fa-cross:before{
    content:"\f654"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-crow:before{
    content:"\f520"
}
.fa-crown:before{
    content:"\f521"
}
.fa-crutch:before{
    content:"\f7f7"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-css3-alt:before{
    content:"\f38b"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-cut:before{
    content:"\f0c4"
}
.fa-cuttlefish:before{
    content:"\f38c"
}
.fa-d-and-d:before{
    content:"\f38d"
}
.fa-d-and-d-beyond:before{
    content:"\f6ca"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-deaf:before{
    content:"\f2a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-democrat:before{
    content:"\f747"
}
.fa-deploydog:before{
    content:"\f38e"
}
.fa-deskpro:before{
    content:"\f38f"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-dev:before{
    content:"\f6cc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-dharmachakra:before{
    content:"\f655"
}
.fa-dhl:before{
    content:"\f790"
}
.fa-diagnoses:before{
    content:"\f470"
}
.fa-diaspora:before{
    content:"\f791"
}
.fa-dice:before{
    content:"\f522"
}
.fa-dice-d20:before{
    content:"\f6cf"
}
.fa-dice-d6:before{
    content:"\f6d1"
}
.fa-dice-five:before{
    content:"\f523"
}
.fa-dice-four:before{
    content:"\f524"
}
.fa-dice-one:before{
    content:"\f525"
}
.fa-dice-six:before{
    content:"\f526"
}
.fa-dice-three:before{
    content:"\f527"
}
.fa-dice-two:before{
    content:"\f528"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-digital-ocean:before{
    content:"\f391"
}
.fa-digital-tachograph:before{
    content:"\f566"
}
.fa-directions:before{
    content:"\f5eb"
}
.fa-discord:before{
    content:"\f392"
}
.fa-discourse:before{
    content:"\f393"
}
.fa-divide:before{
    content:"\f529"
}
.fa-dizzy:before{
    content:"\f567"
}
.fa-dna:before{
    content:"\f471"
}
.fa-dochub:before{
    content:"\f394"
}
.fa-docker:before{
    content:"\f395"
}
.fa-dog:before{
    content:"\f6d3"
}
.fa-dollar-sign:before{
    content:"\f155"
}
.fa-dolly:before{
    content:"\f472"
}
.fa-dolly-flatbed:before{
    content:"\f474"
}
.fa-donate:before{
    content:"\f4b9"
}
.fa-door-closed:before{
    content:"\f52a"
}
.fa-door-open:before{
    content:"\f52b"
}
.fa-dot-circle:before{
    content:"\f192"
}
.fa-dove:before{
    content:"\f4ba"
}
.fa-download:before{
    content:"\f019"
}
.fa-draft2digital:before{
    content:"\f396"
}
.fa-drafting-compass:before{
    content:"\f568"
}
.fa-dragon:before{
    content:"\f6d5"
}
.fa-draw-polygon:before{
    content:"\f5ee"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-dribbble-square:before{
    content:"\f397"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-drum:before{
    content:"\f569"
}
.fa-drum-steelpan:before{
    content:"\f56a"
}
.fa-drumstick-bite:before{
    content:"\f6d7"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-dumbbell:before{
    content:"\f44b"
}
.fa-dumpster:before{
    content:"\f793"
}
.fa-dumpster-fire:before{
    content:"\f794"
}
.fa-dungeon:before{
    content:"\f6d9"
}
.fa-dyalog:before{
    content:"\f399"
}
.fa-earlybirds:before{
    content:"\f39a"
}
.fa-ebay:before{
    content:"\f4f4"
}
.fa-edge:before{
    content:"\f282"
}
.fa-edit:before{
    content:"\f044"
}
.fa-egg:before{
    content:"\f7fb"
}
.fa-eject:before{
    content:"\f052"
}
.fa-elementor:before{
    content:"\f430"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-ello:before{
    content:"\f5f1"
}
.fa-ember:before{
    content:"\f423"
}
.fa-empire:before{
    content:"\f1d1"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-text:before{
    content:"\f658"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-envira:before{
    content:"\f299"
}
.fa-equals:before{
    content:"\f52c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-erlang:before{
    content:"\f39d"
}
.fa-ethereum:before{
    content:"\f42e"
}
.fa-ethernet:before{
    content:"\f796"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-euro-sign:before{
    content:"\f153"
}
.fa-evernote:before{
    content:"\f839"
}
.fa-exchange-alt:before{
    content:"\f362"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-expand:before{
    content:"\f065"
}
.fa-expand-arrows-alt:before{
    content:"\f31e"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-external-link-alt:before{
    content:"\f35d"
}
.fa-external-link-square-alt:before{
    content:"\f360"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-dropper:before{
    content:"\f1fb"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-facebook:before{
    content:"\f09a"
}
.fa-facebook-f:before{
    content:"\f39e"
}
.fa-facebook-messenger:before{
    content:"\f39f"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-fantasy-flight-games:before{
    content:"\f6dc"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-feather:before{
    content:"\f52d"
}
.fa-feather-alt:before{
    content:"\f56b"
}
.fa-fedex:before{
    content:"\f797"
}
.fa-fedora:before{
    content:"\f798"
}
.fa-female:before{
    content:"\f182"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-figma:before{
    content:"\f799"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-alt:before{
    content:"\f15c"
}
.fa-file-archive:before{
    content:"\f1c6"
}
.fa-file-audio:before{
    content:"\f1c7"
}
.fa-file-code:before{
    content:"\f1c9"
}
.fa-file-contract:before{
    content:"\f56c"
}
.fa-file-csv:before{
    content:"\f6dd"
}
.fa-file-download:before{
    content:"\f56d"
}
.fa-file-excel:before{
    content:"\f1c3"
}
.fa-file-export:before{
    content:"\f56e"
}
.fa-file-image:before{
    content:"\f1c5"
}
.fa-file-import:before{
    content:"\f56f"
}
.fa-file-invoice:before{
    content:"\f570"
}
.fa-file-invoice-dollar:before{
    content:"\f571"
}
.fa-file-medical:before{
    content:"\f477"
}
.fa-file-medical-alt:before{
    content:"\f478"
}
.fa-file-pdf:before{
    content:"\f1c1"
}
.fa-file-powerpoint:before{
    content:"\f1c4"
}
.fa-file-prescription:before{
    content:"\f572"
}
.fa-file-signature:before{
    content:"\f573"
}
.fa-file-upload:before{
    content:"\f574"
}
.fa-file-video:before{
    content:"\f1c8"
}
.fa-file-word:before{
    content:"\f1c2"
}
.fa-fill:before{
    content:"\f575"
}
.fa-fill-drip:before{
    content:"\f576"
}
.fa-film:before{
    content:"\f008"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-fingerprint:before{
    content:"\f577"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-fire-alt:before{
    content:"\f7e4"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-first-aid:before{
    content:"\f479"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-first-order-alt:before{
    content:"\f50a"
}
.fa-firstdraft:before{
    content:"\f3a1"
}
.fa-fish:before{
    content:"\f578"
}
.fa-fist-raised:before{
    content:"\f6de"
}
.fa-flag:before{
    content:"\f024"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-flag-usa:before{
    content:"\f74d"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-flipboard:before{
    content:"\f44d"
}
.fa-flushed:before{
    content:"\f579"
}
.fa-fly:before{
    content:"\f417"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-minus:before{
    content:"\f65d"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-folder-plus:before{
    content:"\f65e"
}
.fa-font:before{
    content:"\f031"
}
.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-font-awesome-alt:before{
    content:"\f35c"
}
.fa-font-awesome-flag:before{
    content:"\f425"
}
.fa-font-awesome-logo-full:before{
    content:"\f4e6"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-fonticons-fi:before{
    content:"\f3a2"
}
.fa-football-ball:before{
    content:"\f44e"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-fort-awesome-alt:before{
    content:"\f3a3"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-freebsd:before{
    content:"\f3a4"
}
.fa-frog:before{
    content:"\f52e"
}
.fa-frown:before{
    content:"\f119"
}
.fa-frown-open:before{
    content:"\f57a"
}
.fa-fulcrum:before{
    content:"\f50b"
}
.fa-funnel-dollar:before{
    content:"\f662"
}
.fa-futbol:before{
    content:"\f1e3"
}
.fa-galactic-republic:before{
    content:"\f50c"
}
.fa-galactic-senate:before{
    content:"\f50d"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-gas-pump:before{
    content:"\f52f"
}
.fa-gavel:before{
    content:"\f0e3"
}
.fa-gem:before{
    content:"\f3a5"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-ghost:before{
    content:"\f6e2"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-gifts:before{
    content:"\f79c"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-github:before{
    content:"\f09b"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-gitkraken:before{
    content:"\f3a6"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-gitter:before{
    content:"\f426"
}
.fa-glass-cheers:before{
    content:"\f79f"
}
.fa-glass-martini:before{
    content:"\f000"
}
.fa-glass-martini-alt:before{
    content:"\f57b"
}
.fa-glass-whiskey:before{
    content:"\f7a0"
}
.fa-glasses:before{
    content:"\f530"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-globe-africa:before{
    content:"\f57c"
}
.fa-globe-americas:before{
    content:"\f57d"
}
.fa-globe-asia:before{
    content:"\f57e"
}
.fa-globe-europe:before{
    content:"\f7a2"
}
.fa-gofore:before{
    content:"\f3a7"
}
.fa-golf-ball:before{
    content:"\f450"
}
.fa-goodreads:before{
    content:"\f3a8"
}
.fa-goodreads-g:before{
    content:"\f3a9"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-google-drive:before{
    content:"\f3aa"
}
.fa-google-play:before{
    content:"\f3ab"
}
.fa-google-plus:before{
    content:"\f2b3"
}
.fa-google-plus-g:before{
    content:"\f0d5"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-gopuram:before{
    content:"\f664"
}
.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-gratipay:before{
    content:"\f184"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-greater-than:before{
    content:"\f531"
}
.fa-greater-than-equal:before{
    content:"\f532"
}
.fa-grimace:before{
    content:"\f57f"
}
.fa-grin:before{
    content:"\f580"
}
.fa-grin-alt:before{
    content:"\f581"
}
.fa-grin-beam:before{
    content:"\f582"
}
.fa-grin-beam-sweat:before{
    content:"\f583"
}
.fa-grin-hearts:before{
    content:"\f584"
}
.fa-grin-squint:before{
    content:"\f585"
}
.fa-grin-squint-tears:before{
    content:"\f586"
}
.fa-grin-stars:before{
    content:"\f587"
}
.fa-grin-tears:before{
    content:"\f588"
}
.fa-grin-tongue:before{
    content:"\f589"
}
.fa-grin-tongue-squint:before{
    content:"\f58a"
}
.fa-grin-tongue-wink:before{
    content:"\f58b"
}
.fa-grin-wink:before{
    content:"\f58c"
}
.fa-grip-horizontal:before{
    content:"\f58d"
}
.fa-grip-lines:before{
    content:"\f7a4"
}
.fa-grip-lines-vertical:before{
    content:"\f7a5"
}
.fa-grip-vertical:before{
    content:"\f58e"
}
.fa-gripfire:before{
    content:"\f3ac"
}
.fa-grunt:before{
    content:"\f3ad"
}
.fa-guitar:before{
    content:"\f7a6"
}
.fa-gulp:before{
    content:"\f3ae"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-hacker-news-square:before{
    content:"\f3af"
}
.fa-hackerrank:before{
    content:"\f5f7"
}
.fa-hamburger:before{
    content:"\f805"
}
.fa-hammer:before{
    content:"\f6e3"
}
.fa-hamsa:before{
    content:"\f665"
}
.fa-hand-holding:before{
    content:"\f4bd"
}
.fa-hand-holding-heart:before{
    content:"\f4be"
}
.fa-hand-holding-usd:before{
    content:"\f4c0"
}
.fa-hand-lizard:before{
    content:"\f258"
}
.fa-hand-middle-finger:before{
    content:"\f806"
}
.fa-hand-paper:before{
    content:"\f256"
}
.fa-hand-peace:before{
    content:"\f25b"
}
.fa-hand-point-down:before{
    content:"\f0a7"
}
.fa-hand-point-left:before{
    content:"\f0a5"
}
.fa-hand-point-right:before{
    content:"\f0a4"
}
.fa-hand-point-up:before{
    content:"\f0a6"
}
.fa-hand-pointer:before{
    content:"\f25a"
}
.fa-hand-rock:before{
    content:"\f255"
}
.fa-hand-scissors:before{
    content:"\f257"
}
.fa-hand-spock:before{
    content:"\f259"
}
.fa-hands:before{
    content:"\f4c2"
}
.fa-hands-helping:before{
    content:"\f4c4"
}
.fa-handshake:before{
    content:"\f2b5"
}
.fa-hanukiah:before{
    content:"\f6e6"
}
.fa-hard-hat:before{
    content:"\f807"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-hat-wizard:before{
    content:"\f6e8"
}
.fa-haykal:before{
    content:"\f666"
}
.fa-hdd:before{
    content:"\f0a0"
}
.fa-heading:before{
    content:"\f1dc"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-headphones-alt:before{
    content:"\f58f"
}
.fa-headset:before{
    content:"\f590"
}
.fa-heart:before{
    content:"\f004"
}
.fa-heart-broken:before{
    content:"\f7a9"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-helicopter:before{
    content:"\f533"
}
.fa-highlighter:before{
    content:"\f591"
}
.fa-hiking:before{
    content:"\f6ec"
}
.fa-hippo:before{
    content:"\f6ed"
}
.fa-hips:before{
    content:"\f452"
}
.fa-hire-a-helper:before{
    content:"\f3b0"
}
.fa-history:before{
    content:"\f1da"
}
.fa-hockey-puck:before{
    content:"\f453"
}
.fa-holly-berry:before{
    content:"\f7aa"
}
.fa-home:before{
    content:"\f015"
}
.fa-hooli:before{
    content:"\f427"
}
.fa-hornbill:before{
    content:"\f592"
}
.fa-horse:before{
    content:"\f6f0"
}
.fa-horse-head:before{
    content:"\f7ab"
}
.fa-hospital:before{
    content:"\f0f8"
}
.fa-hospital-alt:before{
    content:"\f47d"
}
.fa-hospital-symbol:before{
    content:"\f47e"
}
.fa-hot-tub:before{
    content:"\f593"
}
.fa-hotdog:before{
    content:"\f80f"
}
.fa-hotel:before{
    content:"\f594"
}
.fa-hotjar:before{
    content:"\f3b1"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-start:before{
    content:"\f251"
}
.fa-house-damage:before{
    content:"\f6f1"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-hryvnia:before{
    content:"\f6f2"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-hubspot:before{
    content:"\f3b2"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-ice-cream:before{
    content:"\f810"
}
.fa-icicles:before{
    content:"\f7ad"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-id-card:before{
    content:"\f2c2"
}
.fa-id-card-alt:before{
    content:"\f47f"
}
.fa-igloo:before{
    content:"\f7ae"
}
.fa-image:before{
    content:"\f03e"
}
.fa-images:before{
    content:"\f302"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-industry:before{
    content:"\f275"
}
.fa-infinity:before{
    content:"\f534"
}
.fa-info:before{
    content:"\f129"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-intercom:before{
    content:"\f7af"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-invision:before{
    content:"\f7b0"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-italic:before{
    content:"\f033"
}
.fa-itch-io:before{
    content:"\f83a"
}
.fa-itunes:before{
    content:"\f3b4"
}
.fa-itunes-note:before{
    content:"\f3b5"
}
.fa-java:before{
    content:"\f4e4"
}
.fa-jedi:before{
    content:"\f669"
}
.fa-jedi-order:before{
    content:"\f50e"
}
.fa-jenkins:before{
    content:"\f3b6"
}
.fa-jira:before{
    content:"\f7b1"
}
.fa-joget:before{
    content:"\f3b7"
}
.fa-joint:before{
    content:"\f595"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-journal-whills:before{
    content:"\f66a"
}
.fa-js:before{
    content:"\f3b8"
}
.fa-js-square:before{
    content:"\f3b9"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-kaaba:before{
    content:"\f66b"
}
.fa-kaggle:before{
    content:"\f5fa"
}
.fa-key:before{
    content:"\f084"
}
.fa-keybase:before{
    content:"\f4f5"
}
.fa-keyboard:before{
    content:"\f11c"
}
.fa-keycdn:before{
    content:"\f3ba"
}
.fa-khanda:before{
    content:"\f66d"
}
.fa-kickstarter:before{
    content:"\f3bb"
}
.fa-kickstarter-k:before{
    content:"\f3bc"
}
.fa-kiss:before{
    content:"\f596"
}
.fa-kiss-beam:before{
    content:"\f597"
}
.fa-kiss-wink-heart:before{
    content:"\f598"
}
.fa-kiwi-bird:before{
    content:"\f535"
}
.fa-korvue:before{
    content:"\f42f"
}
.fa-landmark:before{
    content:"\f66f"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-laptop-code:before{
    content:"\f5fc"
}
.fa-laptop-medical:before{
    content:"\f812"
}
.fa-laravel:before{
    content:"\f3bd"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-laugh:before{
    content:"\f599"
}
.fa-laugh-beam:before{
    content:"\f59a"
}
.fa-laugh-squint:before{
    content:"\f59b"
}
.fa-laugh-wink:before{
    content:"\f59c"
}
.fa-layer-group:before{
    content:"\f5fd"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-lemon:before{
    content:"\f094"
}
.fa-less:before{
    content:"\f41d"
}
.fa-less-than:before{
    content:"\f536"
}
.fa-less-than-equal:before{
    content:"\f537"
}
.fa-level-down-alt:before{
    content:"\f3be"
}
.fa-level-up-alt:before{
    content:"\f3bf"
}
.fa-life-ring:before{
    content:"\f1cd"
}
.fa-lightbulb:before{
    content:"\f0eb"
}
.fa-line:before{
    content:"\f3c0"
}
.fa-link:before{
    content:"\f0c1"
}
.fa-linkedin:before{
    content:"\f08c"
}
.fa-linkedin-in:before{
    content:"\f0e1"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-lira-sign:before{
    content:"\f195"
}
.fa-list:before{
    content:"\f03a"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-lock:before{
    content:"\f023"
}
.fa-lock-open:before{
    content:"\f3c1"
}
.fa-long-arrow-alt-down:before{
    content:"\f309"
}
.fa-long-arrow-alt-left:before{
    content:"\f30a"
}
.fa-long-arrow-alt-right:before{
    content:"\f30b"
}
.fa-long-arrow-alt-up:before{
    content:"\f30c"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-luggage-cart:before{
    content:"\f59d"
}
.fa-lyft:before{
    content:"\f3c3"
}
.fa-magento:before{
    content:"\f3c4"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-mail-bulk:before{
    content:"\f674"
}
.fa-mailchimp:before{
    content:"\f59e"
}
.fa-male:before{
    content:"\f183"
}
.fa-mandalorian:before{
    content:"\f50f"
}
.fa-map:before{
    content:"\f279"
}
.fa-map-marked:before{
    content:"\f59f"
}
.fa-map-marked-alt:before{
    content:"\f5a0"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-map-marker-alt:before{
    content:"\f3c5"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-markdown:before{
    content:"\f60f"
}
.fa-marker:before{
    content:"\f5a1"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mask:before{
    content:"\f6fa"
}
.fa-mastodon:before{
    content:"\f4f6"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-medal:before{
    content:"\f5a2"
}
.fa-medapps:before{
    content:"\f3c6"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-medium-m:before{
    content:"\f3c7"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-medrt:before{
    content:"\f3c8"
}
.fa-meetup:before{
    content:"\f2e0"
}
.fa-megaport:before{
    content:"\f5a3"
}
.fa-meh:before{
    content:"\f11a"
}
.fa-meh-blank:before{
    content:"\f5a4"
}
.fa-meh-rolling-eyes:before{
    content:"\f5a5"
}
.fa-memory:before{
    content:"\f538"
}
.fa-mendeley:before{
    content:"\f7b3"
}
.fa-menorah:before{
    content:"\f676"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-meteor:before{
    content:"\f753"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-alt:before{
    content:"\f3c9"
}
.fa-microphone-alt-slash:before{
    content:"\f539"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-microscope:before{
    content:"\f610"
}
.fa-microsoft:before{
    content:"\f3ca"
}
.fa-minus:before{
    content:"\f068"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-mitten:before{
    content:"\f7b5"
}
.fa-mix:before{
    content:"\f3cb"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-mizuni:before{
    content:"\f3cc"
}
.fa-mobile:before{
    content:"\f10b"
}
.fa-mobile-alt:before{
    content:"\f3cd"
}
.fa-modx:before{
    content:"\f285"
}
.fa-monero:before{
    content:"\f3d0"
}
.fa-money-bill:before{
    content:"\f0d6"
}
.fa-money-bill-alt:before{
    content:"\f3d1"
}
.fa-money-bill-wave:before{
    content:"\f53a"
}
.fa-money-bill-wave-alt:before{
    content:"\f53b"
}
.fa-money-check:before{
    content:"\f53c"
}
.fa-money-check-alt:before{
    content:"\f53d"
}
.fa-monument:before{
    content:"\f5a6"
}
.fa-moon:before{
    content:"\f186"
}
.fa-mortar-pestle:before{
    content:"\f5a7"
}
.fa-mosque:before{
    content:"\f678"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-mountain:before{
    content:"\f6fc"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-mug-hot:before{
    content:"\f7b6"
}
.fa-music:before{
    content:"\f001"
}
.fa-napster:before{
    content:"\f3d2"
}
.fa-neos:before{
    content:"\f612"
}
.fa-network-wired:before{
    content:"\f6ff"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-newspaper:before{
    content:"\f1ea"
}
.fa-nimblr:before{
    content:"\f5a8"
}
.fa-nintendo-switch:before{
    content:"\f418"
}
.fa-node:before{
    content:"\f419"
}
.fa-node-js:before{
    content:"\f3d3"
}
.fa-not-equal:before{
    content:"\f53e"
}
.fa-notes-medical:before{
    content:"\f481"
}
.fa-npm:before{
    content:"\f3d4"
}
.fa-ns8:before{
    content:"\f3d5"
}
.fa-nutritionix:before{
    content:"\f3d6"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-oil-can:before{
    content:"\f613"
}
.fa-old-republic:before{
    content:"\f510"
}
.fa-om:before{
    content:"\f679"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-osi:before{
    content:"\f41a"
}
.fa-otter:before{
    content:"\f700"
}
.fa-outdent:before{
    content:"\f03b"
}
.fa-page4:before{
    content:"\f3d7"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-pager:before{
    content:"\f815"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-paint-roller:before{
    content:"\f5aa"
}
.fa-palette:before{
    content:"\f53f"
}
.fa-palfed:before{
    content:"\f3d8"
}
.fa-pallet:before{
    content:"\f482"
}
.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-parachute-box:before{
    content:"\f4cd"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-parking:before{
    content:"\f540"
}
.fa-passport:before{
    content:"\f5ab"
}
.fa-pastafarianism:before{
    content:"\f67b"
}
.fa-paste:before{
    content:"\f0ea"
}
.fa-patreon:before{
    content:"\f3d9"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-peace:before{
    content:"\f67c"
}
.fa-pen:before{
    content:"\f304"
}
.fa-pen-alt:before{
    content:"\f305"
}
.fa-pen-fancy:before{
    content:"\f5ac"
}
.fa-pen-nib:before{
    content:"\f5ad"
}
.fa-pen-square:before{
    content:"\f14b"
}
.fa-pencil-alt:before{
    content:"\f303"
}
.fa-pencil-ruler:before{
    content:"\f5ae"
}
.fa-penny-arcade:before{
    content:"\f704"
}
.fa-people-carry:before{
    content:"\f4ce"
}
.fa-pepper-hot:before{
    content:"\f816"
}
.fa-percent:before{
    content:"\f295"
}
.fa-percentage:before{
    content:"\f541"
}
.fa-periscope:before{
    content:"\f3da"
}
.fa-person-booth:before{
    content:"\f756"
}
.fa-phabricator:before{
    content:"\f3db"
}
.fa-phoenix-framework:before{
    content:"\f3dc"
}
.fa-phoenix-squadron:before{
    content:"\f511"
}
.fa-phone:before{
    content:"\f095"
}
.fa-phone-slash:before{
    content:"\f3dd"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-phone-volume:before{
    content:"\f2a0"
}
.fa-php:before{
    content:"\f457"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-pied-piper-hat:before{
    content:"\f4e5"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-piggy-bank:before{
    content:"\f4d3"
}
.fa-pills:before{
    content:"\f484"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-pizza-slice:before{
    content:"\f818"
}
.fa-place-of-worship:before{
    content:"\f67f"
}
.fa-plane:before{
    content:"\f072"
}
.fa-plane-arrival:before{
    content:"\f5af"
}
.fa-plane-departure:before{
    content:"\f5b0"
}
.fa-play:before{
    content:"\f04b"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-playstation:before{
    content:"\f3df"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-plus:before{
    content:"\f067"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-poll:before{
    content:"\f681"
}
.fa-poll-h:before{
    content:"\f682"
}
.fa-poo:before{
    content:"\f2fe"
}
.fa-poo-storm:before{
    content:"\f75a"
}
.fa-poop:before{
    content:"\f619"
}
.fa-portrait:before{
    content:"\f3e0"
}
.fa-pound-sign:before{
    content:"\f154"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-pray:before{
    content:"\f683"
}
.fa-praying-hands:before{
    content:"\f684"
}
.fa-prescription:before{
    content:"\f5b1"
}
.fa-prescription-bottle:before{
    content:"\f485"
}
.fa-prescription-bottle-alt:before{
    content:"\f486"
}
.fa-print:before{
    content:"\f02f"
}
.fa-procedures:before{
    content:"\f487"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-project-diagram:before{
    content:"\f542"
}
.fa-pushed:before{
    content:"\f3e1"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-python:before{
    content:"\f3e2"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-question:before{
    content:"\f128"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-quidditch:before{
    content:"\f458"
}
.fa-quinscape:before{
    content:"\f459"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-quran:before{
    content:"\f687"
}
.fa-r-project:before{
    content:"\f4f7"
}
.fa-radiation:before{
    content:"\f7b9"
}
.fa-radiation-alt:before{
    content:"\f7ba"
}
.fa-rainbow:before{
    content:"\f75b"
}
.fa-random:before{
    content:"\f074"
}
.fa-raspberry-pi:before{
    content:"\f7bb"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-react:before{
    content:"\f41b"
}
.fa-reacteurope:before{
    content:"\f75d"
}
.fa-readme:before{
    content:"\f4d5"
}
.fa-rebel:before{
    content:"\f1d0"
}
.fa-receipt:before{
    content:"\f543"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-red-river:before{
    content:"\f3e3"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-redhat:before{
    content:"\f7bc"
}
.fa-redo:before{
    content:"\f01e"
}
.fa-redo-alt:before{
    content:"\f2f9"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-reply:before{
    content:"\f3e5"
}
.fa-reply-all:before{
    content:"\f122"
}
.fa-replyd:before{
    content:"\f3e6"
}
.fa-republican:before{
    content:"\f75e"
}
.fa-researchgate:before{
    content:"\f4f8"
}
.fa-resolving:before{
    content:"\f3e7"
}
.fa-restroom:before{
    content:"\f7bd"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-rev:before{
    content:"\f5b2"
}
.fa-ribbon:before{
    content:"\f4d6"
}
.fa-ring:before{
    content:"\f70b"
}
.fa-road:before{
    content:"\f018"
}
.fa-robot:before{
    content:"\f544"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-rocketchat:before{
    content:"\f3e8"
}
.fa-rockrms:before{
    content:"\f3e9"
}
.fa-route:before{
    content:"\f4d7"
}
.fa-rss:before{
    content:"\f09e"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-ruble-sign:before{
    content:"\f158"
}
.fa-ruler:before{
    content:"\f545"
}
.fa-ruler-combined:before{
    content:"\f546"
}
.fa-ruler-horizontal:before{
    content:"\f547"
}
.fa-ruler-vertical:before{
    content:"\f548"
}
.fa-running:before{
    content:"\f70c"
}
.fa-rupee-sign:before{
    content:"\f156"
}
.fa-sad-cry:before{
    content:"\f5b3"
}
.fa-sad-tear:before{
    content:"\f5b4"
}
.fa-safari:before{
    content:"\f267"
}
.fa-salesforce:before{
    content:"\f83b"
}
.fa-sass:before{
    content:"\f41e"
}
.fa-satellite:before{
    content:"\f7bf"
}
.fa-satellite-dish:before{
    content:"\f7c0"
}
.fa-save:before{
    content:"\f0c7"
}
.fa-schlix:before{
    content:"\f3ea"
}
.fa-school:before{
    content:"\f549"
}
.fa-screwdriver:before{
    content:"\f54a"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-scroll:before{
    content:"\f70e"
}
.fa-sd-card:before{
    content:"\f7c2"
}
.fa-search:before{
    content:"\f002"
}
.fa-search-dollar:before{
    content:"\f688"
}
.fa-search-location:before{
    content:"\f689"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-searchengin:before{
    content:"\f3eb"
}
.fa-seedling:before{
    content:"\f4d8"
}
.fa-sellcast:before{
    content:"\f2da"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-server:before{
    content:"\f233"
}
.fa-servicestack:before{
    content:"\f3ec"
}
.fa-shapes:before{
    content:"\f61f"
}
.fa-share:before{
    content:"\f064"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-shekel-sign:before{
    content:"\f20b"
}
.fa-shield-alt:before{
    content:"\f3ed"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-shipping-fast:before{
    content:"\f48b"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-shoe-prints:before{
    content:"\f54b"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-shopware:before{
    content:"\f5b5"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-shuttle-van:before{
    content:"\f5b6"
}
.fa-sign:before{
    content:"\f4d9"
}
.fa-sign-in-alt:before{
    content:"\f2f6"
}
.fa-sign-language:before{
    content:"\f2a7"
}
.fa-sign-out-alt:before{
    content:"\f2f5"
}
.fa-signal:before{
    content:"\f012"
}
.fa-signature:before{
    content:"\f5b7"
}
.fa-sim-card:before{
    content:"\f7c4"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-sistrix:before{
    content:"\f3ee"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-sith:before{
    content:"\f512"
}
.fa-skating:before{
    content:"\f7c5"
}
.fa-sketch:before{
    content:"\f7c6"
}
.fa-skiing:before{
    content:"\f7c9"
}
.fa-skiing-nordic:before{
    content:"\f7ca"
}
.fa-skull:before{
    content:"\f54c"
}
.fa-skull-crossbones:before{
    content:"\f714"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-slack:before{
    content:"\f198"
}
.fa-slack-hash:before{
    content:"\f3ef"
}
.fa-slash:before{
    content:"\f715"
}
.fa-sleigh:before{
    content:"\f7cc"
}
.fa-sliders-h:before{
    content:"\f1de"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-smile:before{
    content:"\f118"
}
.fa-smile-beam:before{
    content:"\f5b8"
}
.fa-smile-wink:before{
    content:"\f4da"
}
.fa-smog:before{
    content:"\f75f"
}
.fa-smoking:before{
    content:"\f48d"
}
.fa-smoking-ban:before{
    content:"\f54d"
}
.fa-sms:before{
    content:"\f7cd"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-snowboarding:before{
    content:"\f7ce"
}
.fa-snowflake:before{
    content:"\f2dc"
}
.fa-snowman:before{
    content:"\f7d0"
}
.fa-snowplow:before{
    content:"\f7d2"
}
.fa-socks:before{
    content:"\f696"
}
.fa-solar-panel:before{
    content:"\f5ba"
}
.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-alpha-down:before{
    content:"\f15d"
}
.fa-sort-alpha-up:before{
    content:"\f15e"
}
.fa-sort-amount-down:before{
    content:"\f160"
}
.fa-sort-amount-up:before{
    content:"\f161"
}
.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-numeric-down:before{
    content:"\f162"
}
.fa-sort-numeric-up:before{
    content:"\f163"
}
.fa-sort-up:before{
    content:"\f0de"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-sourcetree:before{
    content:"\f7d3"
}
.fa-spa:before{
    content:"\f5bb"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-speakap:before{
    content:"\f3f3"
}
.fa-speaker-deck:before{
    content:"\f83c"
}
.fa-spider:before{
    content:"\f717"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-splotch:before{
    content:"\f5bc"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-spray-can:before{
    content:"\f5bd"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-square-full:before{
    content:"\f45c"
}
.fa-square-root-alt:before{
    content:"\f698"
}
.fa-squarespace:before{
    content:"\f5be"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-stamp:before{
    content:"\f5bf"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-and-crescent:before{
    content:"\f699"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-star-half-alt:before{
    content:"\f5c0"
}
.fa-star-of-david:before{
    content:"\f69a"
}
.fa-star-of-life:before{
    content:"\f621"
}
.fa-staylinked:before{
    content:"\f3f5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-steam-symbol:before{
    content:"\f3f6"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-sticker-mule:before{
    content:"\f3f7"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stopwatch:before{
    content:"\f2f2"
}
.fa-store:before{
    content:"\f54e"
}
.fa-store-alt:before{
    content:"\f54f"
}
.fa-strava:before{
    content:"\f428"
}
.fa-stream:before{
    content:"\f550"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-stripe:before{
    content:"\f429"
}
.fa-stripe-s:before{
    content:"\f42a"
}
.fa-stroopwafel:before{
    content:"\f551"
}
.fa-studiovinari:before{
    content:"\f3f8"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-subway:before{
    content:"\f239"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-suitcase-rolling:before{
    content:"\f5c1"
}
.fa-sun:before{
    content:"\f185"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-supple:before{
    content:"\f3f9"
}
.fa-surprise:before{
    content:"\f5c2"
}
.fa-suse:before{
    content:"\f7d6"
}
.fa-swatchbook:before{
    content:"\f5c3"
}
.fa-swimmer:before{
    content:"\f5c4"
}
.fa-swimming-pool:before{
    content:"\f5c5"
}
.fa-symfony:before{
    content:"\f83d"
}
.fa-synagogue:before{
    content:"\f69b"
}
.fa-sync:before{
    content:"\f021"
}
.fa-sync-alt:before{
    content:"\f2f1"
}
.fa-syringe:before{
    content:"\f48e"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-table-tennis:before{
    content:"\f45d"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-tablet-alt:before{
    content:"\f3fa"
}
.fa-tablets:before{
    content:"\f490"
}
.fa-tachometer-alt:before{
    content:"\f3fd"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-tape:before{
    content:"\f4db"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-taxi:before{
    content:"\f1ba"
}
.fa-teamspeak:before{
    content:"\f4f9"
}
.fa-teeth:before{
    content:"\f62e"
}
.fa-teeth-open:before{
    content:"\f62f"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-telegram-plane:before{
    content:"\f3fe"
}
.fa-temperature-high:before{
    content:"\f769"
}
.fa-temperature-low:before{
    content:"\f76b"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-tenge:before{
    content:"\f7d7"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-the-red-yeti:before{
    content:"\f69d"
}
.fa-theater-masks:before{
    content:"\f630"
}
.fa-themeco:before{
    content:"\f5c6"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-thermometer:before{
    content:"\f491"
}
.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-think-peaks:before{
    content:"\f731"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbtack:before{
    content:"\f08d"
}
.fa-ticket-alt:before{
    content:"\f3ff"
}
.fa-times:before{
    content:"\f00d"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-tint:before{
    content:"\f043"
}
.fa-tint-slash:before{
    content:"\f5c7"
}
.fa-tired:before{
    content:"\f5c8"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-toilet:before{
    content:"\f7d8"
}
.fa-toilet-paper:before{
    content:"\f71e"
}
.fa-toolbox:before{
    content:"\f552"
}
.fa-tools:before{
    content:"\f7d9"
}
.fa-tooth:before{
    content:"\f5c9"
}
.fa-torah:before{
    content:"\f6a0"
}
.fa-torii-gate:before{
    content:"\f6a1"
}
.fa-tractor:before{
    content:"\f722"
}
.fa-trade-federation:before{
    content:"\f513"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-traffic-light:before{
    content:"\f637"
}
.fa-train:before{
    content:"\f238"
}
.fa-tram:before{
    content:"\f7da"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-trash-alt:before{
    content:"\f2ed"
}
.fa-trash-restore:before{
    content:"\f829"
}
.fa-trash-restore-alt:before{
    content:"\f82a"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-trello:before{
    content:"\f181"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-truck-loading:before{
    content:"\f4de"
}
.fa-truck-monster:before{
    content:"\f63b"
}
.fa-truck-moving:before{
    content:"\f4df"
}
.fa-truck-pickup:before{
    content:"\f63c"
}
.fa-tshirt:before{
    content:"\f553"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-tv:before{
    content:"\f26c"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-typo3:before{
    content:"\f42b"
}
.fa-uber:before{
    content:"\f402"
}
.fa-ubuntu:before{
    content:"\f7df"
}
.fa-uikit:before{
    content:"\f403"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-umbrella-beach:before{
    content:"\f5ca"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-undo:before{
    content:"\f0e2"
}
.fa-undo-alt:before{
    content:"\f2ea"
}
.fa-uniregistry:before{
    content:"\f404"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-university:before{
    content:"\f19c"
}
.fa-unlink:before{
    content:"\f127"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-untappd:before{
    content:"\f405"
}
.fa-upload:before{
    content:"\f093"
}
.fa-ups:before{
    content:"\f7e0"
}
.fa-usb:before{
    content:"\f287"
}
.fa-user:before{
    content:"\f007"
}
.fa-user-alt:before{
    content:"\f406"
}
.fa-user-alt-slash:before{
    content:"\f4fa"
}
.fa-user-astronaut:before{
    content:"\f4fb"
}
.fa-user-check:before{
    content:"\f4fc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-clock:before{
    content:"\f4fd"
}
.fa-user-cog:before{
    content:"\f4fe"
}
.fa-user-edit:before{
    content:"\f4ff"
}
.fa-user-friends:before{
    content:"\f500"
}
.fa-user-graduate:before{
    content:"\f501"
}
.fa-user-injured:before{
    content:"\f728"
}
.fa-user-lock:before{
    content:"\f502"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-user-minus:before{
    content:"\f503"
}
.fa-user-ninja:before{
    content:"\f504"
}
.fa-user-nurse:before{
    content:"\f82f"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-user-shield:before{
    content:"\f505"
}
.fa-user-slash:before{
    content:"\f506"
}
.fa-user-tag:before{
    content:"\f507"
}
.fa-user-tie:before{
    content:"\f508"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-users:before{
    content:"\f0c0"
}
.fa-users-cog:before{
    content:"\f509"
}
.fa-usps:before{
    content:"\f7e1"
}
.fa-ussunnah:before{
    content:"\f407"
}
.fa-utensil-spoon:before{
    content:"\f2e5"
}
.fa-utensils:before{
    content:"\f2e7"
}
.fa-vaadin:before{
    content:"\f408"
}
.fa-vector-square:before{
    content:"\f5cb"
}
.fa-venus:before{
    content:"\f221"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-vial:before{
    content:"\f492"
}
.fa-vials:before{
    content:"\f493"
}
.fa-viber:before{
    content:"\f409"
}
.fa-video:before{
    content:"\f03d"
}
.fa-video-slash:before{
    content:"\f4e2"
}
.fa-vihara:before{
    content:"\f6a7"
}
.fa-vimeo:before{
    content:"\f40a"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-vimeo-v:before{
    content:"\f27d"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-vk:before{
    content:"\f189"
}
.fa-vnv:before{
    content:"\f40b"
}
.fa-volleyball-ball:before{
    content:"\f45f"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-mute:before{
    content:"\f6a9"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-vote-yea:before{
    content:"\f772"
}
.fa-vr-cardboard:before{
    content:"\f729"
}
.fa-vuejs:before{
    content:"\f41f"
}
.fa-walking:before{
    content:"\f554"
}
.fa-wallet:before{
    content:"\f555"
}
.fa-warehouse:before{
    content:"\f494"
}
.fa-water:before{
    content:"\f773"
}
.fa-wave-square:before{
    content:"\f83e"
}
.fa-waze:before{
    content:"\f83f"
}
.fa-weebly:before{
    content:"\f5cc"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-weight:before{
    content:"\f496"
}
.fa-weight-hanging:before{
    content:"\f5cd"
}
.fa-weixin:before{
    content:"\f1d7"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-whatsapp-square:before{
    content:"\f40c"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-whmcs:before{
    content:"\f40d"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-wind:before{
    content:"\f72e"
}
.fa-window-close:before{
    content:"\f410"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-wine-bottle:before{
    content:"\f72f"
}
.fa-wine-glass:before{
    content:"\f4e3"
}
.fa-wine-glass-alt:before{
    content:"\f5ce"
}
.fa-wix:before{
    content:"\f5cf"
}
.fa-wizards-of-the-coast:before{
    content:"\f730"
}
.fa-wolf-pack-battalion:before{
    content:"\f514"
}
.fa-won-sign:before{
    content:"\f159"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-wordpress-simple:before{
    content:"\f411"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-wpressr:before{
    content:"\f3e4"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-x-ray:before{
    content:"\f497"
}
.fa-xbox:before{
    content:"\f412"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-y-combinator:before{
    content:"\f23b"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-yammer:before{
    content:"\f840"
}
.fa-yandex:before{
    content:"\f413"
}
.fa-yandex-international:before{
    content:"\f414"
}
.fa-yarn:before{
    content:"\f7e3"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-yen-sign:before{
    content:"\f157"
}
.fa-yin-yang:before{
    content:"\f6ad"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-youtube-square:before{
    content:"\f431"
}
.fa-zhihu:before{
    content:"\f63f"
}
.sr-only{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    clip:auto;
    height:auto;
    margin:0;
    overflow:visible;
    position:static;
    width:auto
}
@font-face{
    font-family:'Font Awesome 5 Brands';
    font-style:normal;
    font-weight:400;
    font-display:auto;
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.eot);
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.woff2) format("woff2"),url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.woff) format("woff"),url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.ttf) format("truetype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab{
    font-family:'Font Awesome 5 Brands'
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:400;
    font-display:auto;
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.eot);
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.woff2) format("woff2"),url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.woff) format("woff"),url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.ttf) format("truetype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far{
    font-family:'Font Awesome 5 Free';
    font-weight:400
}
@font-face{
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:900;
    font-display:auto;
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.eot);
    src:url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.woff2) format("woff2"),url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.woff) format("woff"),url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.ttf) format("truetype"),url(/local/templates/nbu/css/new_version/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa,.fas{
    font-family:'Font Awesome 5 Free';
    font-weight:900
}
@-webkit-keyframes bounce{
    20%,53%,80%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    40%,43%{
        -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0)
    }
    70%{
        -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-15px,0);
        transform:translate3d(0,-15px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-4px,0);
        transform:translate3d(0,-4px,0)
    }
}
@keyframes bounce{
    20%,53%,80%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    40%,43%{
        -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0)
    }
    70%{
        -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        animation-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-15px,0);
        transform:translate3d(0,-15px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-4px,0);
        transform:translate3d(0,-4px,0)
    }
}
.bounce{
    -webkit-animation-name:bounce;
    animation-name:bounce;
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom
}
@-webkit-keyframes flash{
    50%,from,to{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
@keyframes flash{
    50%,from,to{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
.flash{
    -webkit-animation-name:flash;
    animation-name:flash
}
@-webkit-keyframes pulse{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    50%{
        -webkit-transform:scale3d(1.05,1.05,1.05);
        transform:scale3d(1.05,1.05,1.05)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes pulse{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    50%{
        -webkit-transform:scale3d(1.05,1.05,1.05);
        transform:scale3d(1.05,1.05,1.05)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
.pulse{
    -webkit-animation-name:pulse;
    animation-name:pulse
}
@-webkit-keyframes rubberBand{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    30%{
        -webkit-transform:scale3d(1.25,.75,1);
        transform:scale3d(1.25,.75,1)
    }
    40%{
        -webkit-transform:scale3d(.75,1.25,1);
        transform:scale3d(.75,1.25,1)
    }
    50%{
        -webkit-transform:scale3d(1.15,.85,1);
        transform:scale3d(1.15,.85,1)
    }
    65%{
        -webkit-transform:scale3d(.95,1.05,1);
        transform:scale3d(.95,1.05,1)
    }
    75%{
        -webkit-transform:scale3d(1.05,.95,1);
        transform:scale3d(1.05,.95,1)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes rubberBand{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    30%{
        -webkit-transform:scale3d(1.25,.75,1);
        transform:scale3d(1.25,.75,1)
    }
    40%{
        -webkit-transform:scale3d(.75,1.25,1);
        transform:scale3d(.75,1.25,1)
    }
    50%{
        -webkit-transform:scale3d(1.15,.85,1);
        transform:scale3d(1.15,.85,1)
    }
    65%{
        -webkit-transform:scale3d(.95,1.05,1);
        transform:scale3d(.95,1.05,1)
    }
    75%{
        -webkit-transform:scale3d(1.05,.95,1);
        transform:scale3d(1.05,.95,1)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
.rubberBand{
    -webkit-animation-name:rubberBand;
    animation-name:rubberBand
}
@-webkit-keyframes shake{
    from,to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    20%,40%,60%,80%{
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
}
@keyframes shake{
    from,to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    20%,40%,60%,80%{
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
}
.shake{
    -webkit-animation-name:shake;
    animation-name:shake
}
@-webkit-keyframes headShake{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5%{
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5%{
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5%{
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5%{
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes headShake{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5%{
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5%{
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5%{
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5%{
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.headShake{
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-name:headShake;
    animation-name:headShake
}
@-webkit-keyframes swing{
    20%{
        -webkit-transform:rotate3d(0,0,1,15deg);
        transform:rotate3d(0,0,1,15deg)
    }
    40%{
        -webkit-transform:rotate3d(0,0,1,-10deg);
        transform:rotate3d(0,0,1,-10deg)
    }
    60%{
        -webkit-transform:rotate3d(0,0,1,5deg);
        transform:rotate3d(0,0,1,5deg)
    }
    80%{
        -webkit-transform:rotate3d(0,0,1,-5deg);
        transform:rotate3d(0,0,1,-5deg)
    }
    to{
        -webkit-transform:rotate3d(0,0,1,0deg);
        transform:rotate3d(0,0,1,0deg)
    }
}
@keyframes swing{
    20%{
        -webkit-transform:rotate3d(0,0,1,15deg);
        transform:rotate3d(0,0,1,15deg)
    }
    40%{
        -webkit-transform:rotate3d(0,0,1,-10deg);
        transform:rotate3d(0,0,1,-10deg)
    }
    60%{
        -webkit-transform:rotate3d(0,0,1,5deg);
        transform:rotate3d(0,0,1,5deg)
    }
    80%{
        -webkit-transform:rotate3d(0,0,1,-5deg);
        transform:rotate3d(0,0,1,-5deg)
    }
    to{
        -webkit-transform:rotate3d(0,0,1,0deg);
        transform:rotate3d(0,0,1,0deg)
    }
}
.swing{
    -webkit-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation-name:swing;
    animation-name:swing
}
@-webkit-keyframes tada{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    10%,20%{
        -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes tada{
    from{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    10%,20%{
        -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    to{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
.tada{
    -webkit-animation-name:tada;
    animation-name:tada
}
@-webkit-keyframes wobble{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    15%{
        -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }
    30%{
        -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }
    45%{
        -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }
    60%{
        -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }
    75%{
        -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes wobble{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    15%{
        -webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }
    30%{
        -webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }
    45%{
        -webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }
    60%{
        -webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }
    75%{
        -webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.wobble{
    -webkit-animation-name:wobble;
    animation-name:wobble
}
@-webkit-keyframes jello{
    11.1%,from,to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    22.2%{
        -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3%{
        -webkit-transform:skewX(6.25deg) skewY(6.25deg);
        transform:skewX(6.25deg) skewY(6.25deg)
    }
    44.4%{
        -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5%{
        -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6%{
        -webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
        transform:skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7%{
        -webkit-transform:skewX(.390625deg) skewY(.390625deg);
        transform:skewX(.390625deg) skewY(.390625deg)
    }
    88.8%{
        -webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
        transform:skewX(-.1953125deg) skewY(-.1953125deg)
    }
}
@keyframes jello{
    11.1%,from,to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    22.2%{
        -webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
        transform:skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3%{
        -webkit-transform:skewX(6.25deg) skewY(6.25deg);
        transform:skewX(6.25deg) skewY(6.25deg)
    }
    44.4%{
        -webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
        transform:skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5%{
        -webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
        transform:skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6%{
        -webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
        transform:skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7%{
        -webkit-transform:skewX(.390625deg) skewY(.390625deg);
        transform:skewX(.390625deg) skewY(.390625deg)
    }
    88.8%{
        -webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
        transform:skewX(-.1953125deg) skewY(-.1953125deg)
    }
}
.jello{
    -webkit-animation-name:jello;
    animation-name:jello;
    -webkit-transform-origin:center;
    transform-origin:center
}
@-webkit-keyframes heartBeat{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    14%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    28%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    42%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes heartBeat{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    14%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    28%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    42%{
        -webkit-transform:scale(1.3);
        transform:scale(1.3)
    }
    70%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.heartBeat{
    -webkit-animation-name:heartBeat;
    animation-name:heartBeat;
    -webkit-animation-duration:1.3s;
    animation-duration:1.3s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out
}
@-webkit-keyframes bounceIn{
    20%,40%,60%,80%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    20%{
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    40%{
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(1.03,1.03,1.03);
        transform:scale3d(1.03,1.03,1.03)
    }
    80%{
        -webkit-transform:scale3d(.97,.97,.97);
        transform:scale3d(.97,.97,.97)
    }
    to{
        opacity:1;
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes bounceIn{
    20%,40%,60%,80%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    20%{
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    40%{
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(1.03,1.03,1.03);
        transform:scale3d(1.03,1.03,1.03)
    }
    80%{
        -webkit-transform:scale3d(.97,.97,.97);
        transform:scale3d(.97,.97,.97)
    }
    to{
        opacity:1;
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
.bounceIn{
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-animation-name:bounceIn;
    animation-name:bounceIn
}
@-webkit-keyframes bounceInDown{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,-3000px,0);
        transform:translate3d(0,-3000px,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0,25px,0);
        transform:translate3d(0,25px,0)
    }
    75%{
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    90%{
        -webkit-transform:translate3d(0,5px,0);
        transform:translate3d(0,5px,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes bounceInDown{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,-3000px,0);
        transform:translate3d(0,-3000px,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0,25px,0);
        transform:translate3d(0,25px,0)
    }
    75%{
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    90%{
        -webkit-transform:translate3d(0,5px,0);
        transform:translate3d(0,5px,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.bounceInDown{
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(-3000px,0,0);
        transform:translate3d(-3000px,0,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(25px,0,0);
        transform:translate3d(25px,0,0)
    }
    75%{
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    90%{
        -webkit-transform:translate3d(5px,0,0);
        transform:translate3d(5px,0,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes bounceInLeft{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(-3000px,0,0);
        transform:translate3d(-3000px,0,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(25px,0,0);
        transform:translate3d(25px,0,0)
    }
    75%{
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    90%{
        -webkit-transform:translate3d(5px,0,0);
        transform:translate3d(5px,0,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.bounceInLeft{
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(3000px,0,0);
        transform:translate3d(3000px,0,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(-25px,0,0);
        transform:translate3d(-25px,0,0)
    }
    75%{
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
    90%{
        -webkit-transform:translate3d(-5px,0,0);
        transform:translate3d(-5px,0,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes bounceInRight{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(3000px,0,0);
        transform:translate3d(3000px,0,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(-25px,0,0);
        transform:translate3d(-25px,0,0)
    }
    75%{
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
    90%{
        -webkit-transform:translate3d(-5px,0,0);
        transform:translate3d(-5px,0,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.bounceInRight{
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(0,3000px,0);
        transform:translate3d(0,3000px,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    75%{
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-5px,0);
        transform:translate3d(0,-5px,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes bounceInUp{
    60%,75%,90%,from,to{
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(0,3000px,0);
        transform:translate3d(0,3000px,0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    75%{
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-5px,0);
        transform:translate3d(0,-5px,0)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.bounceInUp{
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp
}
@-webkit-keyframes bounceOut{
    20%{
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    50%,55%{
        opacity:1;
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
}
@keyframes bounceOut{
    20%{
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    50%,55%{
        opacity:1;
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
}
.bounceOut{
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-animation-name:bounceOut;
    animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown{
    20%{
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
}
@keyframes bounceOutDown{
    20%{
        -webkit-transform:translate3d(0,10px,0);
        transform:translate3d(0,10px,0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0,-20px,0);
        transform:translate3d(0,-20px,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
}
.bounceOutDown{
    -webkit-animation-name:bounceOutDown;
    animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft{
    20%{
        opacity:1;
        -webkit-transform:translate3d(20px,0,0);
        transform:translate3d(20px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
}
@keyframes bounceOutLeft{
    20%{
        opacity:1;
        -webkit-transform:translate3d(20px,0,0);
        transform:translate3d(20px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
}
.bounceOutLeft{
    -webkit-animation-name:bounceOutLeft;
    animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight{
    20%{
        opacity:1;
        -webkit-transform:translate3d(-20px,0,0);
        transform:translate3d(-20px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
}
@keyframes bounceOutRight{
    20%{
        opacity:1;
        -webkit-transform:translate3d(-20px,0,0);
        transform:translate3d(-20px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
}
.bounceOutRight{
    -webkit-animation-name:bounceOutRight;
    animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp{
    20%{
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0,20px,0);
        transform:translate3d(0,20px,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
}
@keyframes bounceOutUp{
    20%{
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0,20px,0);
        transform:translate3d(0,20px,0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
}
.bounceOutUp{
    -webkit-animation-name:bounceOutUp;
    animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
@-webkit-keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInDownBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInDownBig{
    -webkit-animation-name:fadeInDownBig;
    animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft{
    from{
        opacity:0;
        -webkit-transform:translate3d(-30%,0,0);
        transform:translate3d(-30%,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInLeft{
    from{
        opacity:0;
        -webkit-transform:translate3d(-30%,0,0);
        transform:translate3d(-30%,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
@keyframes fadeInLeftBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes fadeInLeftBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInLeftBig{
    animation-name:fadeInLeftBig;
    -webkit-animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight{
    from{
        opacity:0;
        -webkit-transform:translate3d(30%,0,0);
        transform:translate3d(30%,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInRight{
    from{
        opacity:0;
        -webkit-transform:translate3d(30%,0,0);
        transform:translate3d(30%,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInRightBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInRightBig{
    -webkit-animation-name:fadeInRightBig;
    animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInUp{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes fadeInUpBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.fadeInUpBig{
    -webkit-animation-name:fadeInUpBig;
    animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes fadeOut{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
.fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
}
@keyframes fadeOutDown{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
}
.fadeOutDown{
    -webkit-animation-name:fadeOutDown;
    animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
}
@keyframes fadeOutDownBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,2000px,0);
        transform:translate3d(0,2000px,0)
    }
}
.fadeOutDownBig{
    -webkit-animation-name:fadeOutDownBig;
    animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
@keyframes fadeOutLeft{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
.fadeOutLeft{
    -webkit-animation-name:fadeOutLeft;
    animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
}
@keyframes fadeOutLeftBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px,0,0);
        transform:translate3d(-2000px,0,0)
    }
}
.fadeOutLeftBig{
    -webkit-animation-name:fadeOutLeftBig;
    animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
.fadeOutRight{
    -webkit-animation-name:fadeOutRight;
    animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
}
@keyframes fadeOutRightBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px,0,0);
        transform:translate3d(2000px,0,0)
    }
}
.fadeOutRightBig{
    -webkit-animation-name:fadeOutRightBig;
    animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
}
@keyframes fadeOutUp{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
}
.fadeOutUp{
    -webkit-animation-name:fadeOutUp;
    animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
}
@keyframes fadeOutUpBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
}
.fadeOutUpBig{
    -webkit-animation-name:fadeOutUpBig;
    animation-name:fadeOutUpBig
}
@-webkit-keyframes flip{
    from{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes flip{
    from{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to{
        -webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
.animated.flip{
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    -webkit-animation-name:flip;
    animation-name:flip
}
@-webkit-keyframes flipInX{
    from{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
        transform:perspective(400px) rotate3d(1,0,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
        transform:perspective(400px) rotate3d(1,0,0,-5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInX{
    from{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
        transform:perspective(400px) rotate3d(1,0,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
        transform:perspective(400px) rotate3d(1,0,0,-5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInX{
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation-name:flipInX;
    animation-name:flipInX
}
@-webkit-keyframes flipInY{
    from{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
        transform:perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
        transform:perspective(400px) rotate3d(0,1,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
        transform:perspective(400px) rotate3d(0,1,0,-5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInY{
    from{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
        transform:perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
        transform:perspective(400px) rotate3d(0,1,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
        transform:perspective(400px) rotate3d(0,1,0,-5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInY{
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation-name:flipInY;
    animation-name:flipInY
}
@-webkit-keyframes flipOutX{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        opacity:0
    }
}
@keyframes flipOutX{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        opacity:0
    }
}
.flipOutX{
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-animation-name:flipOutX;
    animation-name:flipOutX;
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important
}
@-webkit-keyframes flipOutY{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
        transform:perspective(400px) rotate3d(0,1,0,-15deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        opacity:0
    }
}
@keyframes flipOutY{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);
        transform:perspective(400px) rotate3d(0,1,0,-15deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        opacity:0
    }
}
.flipOutY{
    -webkit-animation-duration:.75s;
    animation-duration:.75s;
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation-name:flipOutY;
    animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn{
    from{
        -webkit-transform:translate3d(100%,0,0) skewX(-30deg);
        transform:translate3d(100%,0,0) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes lightSpeedIn{
    from{
        -webkit-transform:translate3d(100%,0,0) skewX(-30deg);
        transform:translate3d(100%,0,0) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg)
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.lightSpeedIn{
    -webkit-animation-name:lightSpeedIn;
    animation-name:lightSpeedIn;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut{
    from{
        opacity:1
    }
    to{
        -webkit-transform:translate3d(100%,0,0) skewX(30deg);
        transform:translate3d(100%,0,0) skewX(30deg);
        opacity:0
    }
}
@keyframes lightSpeedOut{
    from{
        opacity:1
    }
    to{
        -webkit-transform:translate3d(100%,0,0) skewX(30deg);
        transform:translate3d(100%,0,0) skewX(30deg);
        opacity:0
    }
}
.lightSpeedOut{
    -webkit-animation-name:lightSpeedOut;
    animation-name:lightSpeedOut;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0,0,1,-200deg);
        transform:rotate3d(0,0,1,-200deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
@keyframes rotateIn{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0,0,1,-200deg);
        transform:rotate3d(0,0,1,-200deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
.rotateIn{
    -webkit-animation-name:rotateIn;
    animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
@keyframes rotateInDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
.rotateInDownLeft{
    -webkit-animation-name:rotateInDownLeft;
    animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
@keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
.rotateInDownRight{
    -webkit-animation-name:rotateInDownRight;
    animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
@keyframes rotateInUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
.rotateInUpLeft{
    -webkit-animation-name:rotateInUpLeft;
    animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,-90deg);
        transform:rotate3d(0,0,1,-90deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
@keyframes rotateInUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,-90deg);
        transform:rotate3d(0,0,1,-90deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        opacity:1
    }
}
.rotateInUpRight{
    -webkit-animation-name:rotateInUpRight;
    animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0,0,1,200deg);
        transform:rotate3d(0,0,1,200deg);
        opacity:0
    }
}
@keyframes rotateOut{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0,0,1,200deg);
        transform:rotate3d(0,0,1,200deg);
        opacity:0
    }
}
.rotateOut{
    -webkit-animation-name:rotateOut;
    animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
}
@keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,45deg);
        transform:rotate3d(0,0,1,45deg);
        opacity:0
    }
}
.rotateOutDownLeft{
    -webkit-animation-name:rotateOutDownLeft;
    animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
}
@keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
}
.rotateOutDownRight{
    -webkit-animation-name:rotateOutDownRight;
    animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
}
@keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0,0,1,-45deg);
        transform:rotate3d(0,0,1,-45deg);
        opacity:0
    }
}
.rotateOutUpLeft{
    -webkit-animation-name:rotateOutUpLeft;
    animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,90deg);
        transform:rotate3d(0,0,1,90deg);
        opacity:0
    }
}
@keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0,0,1,90deg);
        transform:rotate3d(0,0,1,90deg);
        opacity:0
    }
}
.rotateOutUpRight{
    -webkit-animation-name:rotateOutUpRight;
    animation-name:rotateOutUpRight
}
@-webkit-keyframes hinge{
    0%{
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate3d(0,0,1,80deg);
        transform:rotate3d(0,0,1,80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%,80%{
        -webkit-transform:rotate3d(0,0,1,60deg);
        transform:rotate3d(0,0,1,60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to{
        -webkit-transform:translate3d(0,700px,0);
        transform:translate3d(0,700px,0);
        opacity:0
    }
}
@keyframes hinge{
    0%{
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate3d(0,0,1,80deg);
        transform:rotate3d(0,0,1,80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%,80%{
        -webkit-transform:rotate3d(0,0,1,60deg);
        transform:rotate3d(0,0,1,60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to{
        -webkit-transform:translate3d(0,700px,0);
        transform:translate3d(0,700px,0);
        opacity:0
    }
}
.hinge{
    -webkit-animation-duration:2s;
    animation-duration:2s;
    -webkit-animation-name:hinge;
    animation-name:hinge
}
@-webkit-keyframes jackInTheBox{
    from{
        opacity:0;
        -webkit-transform:scale(.1) rotate(30deg);
        transform:scale(.1) rotate(30deg);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom
    }
    50%{
        -webkit-transform:rotate(-10deg);
        transform:rotate(-10deg)
    }
    70%{
        -webkit-transform:rotate(3deg);
        transform:rotate(3deg)
    }
    to{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes jackInTheBox{
    from{
        opacity:0;
        -webkit-transform:scale(.1) rotate(30deg);
        transform:scale(.1) rotate(30deg);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom
    }
    50%{
        -webkit-transform:rotate(-10deg);
        transform:rotate(-10deg)
    }
    70%{
        -webkit-transform:rotate(3deg);
        transform:rotate(3deg)
    }
    to{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.jackInTheBox{
    -webkit-animation-name:jackInTheBox;
    animation-name:jackInTheBox
}
@-webkit-keyframes rollIn{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes rollIn{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.rollIn{
    -webkit-animation-name:rollIn;
    animation-name:rollIn
}
@-webkit-keyframes rollOut{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}
@keyframes rollOut{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}
.rollOut{
    -webkit-animation-name:rollOut;
    animation-name:rollOut
}
@-webkit-keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}
@keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}
.zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn
}
@-webkit-keyframes zoomInDown{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomInDown{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomInDown{
    -webkit-animation-name:zoomInDown;
    animation-name:zoomInDown
}
@-webkit-keyframes zoomInLeft{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomInLeft{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomInLeft{
    -webkit-animation-name:zoomInLeft;
    animation-name:zoomInLeft
}
@-webkit-keyframes zoomInRight{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomInRight{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomInRight{
    -webkit-animation-name:zoomInRight;
    animation-name:zoomInRight
}
@-webkit-keyframes zoomInUp{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomInUp{
    from{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomInUp{
    -webkit-animation-name:zoomInUp;
    animation-name:zoomInUp
}
@-webkit-keyframes zoomOut{
    from{
        opacity:1
    }
    50%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    to{
        opacity:0
    }
}
@keyframes zoomOut{
    from{
        opacity:1
    }
    50%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    to{
        opacity:0
    }
}
.zoomOut{
    -webkit-animation-name:zoomOut;
    animation-name:zoomOut
}
@-webkit-keyframes zoomOutDown{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomOutDown{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomOutDown{
    -webkit-animation-name:zoomOutDown;
    animation-name:zoomOutDown
}
@-webkit-keyframes zoomOutLeft{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(.1) translate3d(-2000px,0,0);
        transform:scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
@keyframes zoomOutLeft{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(.1) translate3d(-2000px,0,0);
        transform:scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
.zoomOutLeft{
    -webkit-animation-name:zoomOutLeft;
    animation-name:zoomOutLeft
}
@-webkit-keyframes zoomOutRight{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(.1) translate3d(2000px,0,0);
        transform:scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
@keyframes zoomOutRight{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(.1) translate3d(2000px,0,0);
        transform:scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
.zoomOutRight{
    -webkit-animation-name:zoomOutRight;
    animation-name:zoomOutRight
}
@-webkit-keyframes zoomOutUp{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
@keyframes zoomOutUp{
    40%{
        opacity:1;
        -webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);
        animation-timing-function:cubic-bezier(.55,.055,.675,.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);
        animation-timing-function:cubic-bezier(.175,.885,.32,1)
    }
}
.zoomOutUp{
    -webkit-animation-name:zoomOutUp;
    animation-name:zoomOutUp
}
@-webkit-keyframes slideInDown{
    from{
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes slideInDown{
    from{
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@-webkit-keyframes slideInLeft{
    from{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes slideInLeft{
    from{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.slideInLeft{
    -webkit-animation-name:slideInLeft;
    animation-name:slideInLeft
}
@-webkit-keyframes slideInRight{
    from{
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes slideInRight{
    from{
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.slideInRight{
    -webkit-animation-name:slideInRight;
    animation-name:slideInRight
}
@-webkit-keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
@keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.slideInUp{
    -webkit-animation-name:slideInUp;
    animation-name:slideInUp
}
@-webkit-keyframes slideOutDown{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
}
@keyframes slideOutDown{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
}
.slideOutDown{
    -webkit-animation-name:slideOutDown;
    animation-name:slideOutDown
}
@-webkit-keyframes slideOutLeft{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
@keyframes slideOutLeft{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0)
    }
}
.slideOutLeft{
    -webkit-animation-name:slideOutLeft;
    animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes slideOutRight{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
.slideOutRight{
    -webkit-animation-name:slideOutRight;
    animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
}
@keyframes slideOutUp{
    from{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0)
    }
}
.slideOutUp{
    -webkit-animation-name:slideOutUp;
    animation-name:slideOutUp
}
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animated.delay-1s{
    -webkit-animation-delay:1s;
    animation-delay:1s
}
.animated.delay-2s{
    -webkit-animation-delay:2s;
    animation-delay:2s
}
.animated.delay-3s{
    -webkit-animation-delay:3s;
    animation-delay:3s
}
.animated.delay-4s{
    -webkit-animation-delay:4s;
    animation-delay:4s
}
.animated.delay-5s{
    -webkit-animation-delay:5s;
    animation-delay:5s
}
.animated.fast{
    -webkit-animation-duration:.8s;
    animation-duration:.8s
}
.animated.faster{
    -webkit-animation-duration:.5s;
    animation-duration:.5s
}
.animated.slow{
    -webkit-animation-duration:2s;
    animation-duration:2s
}
.animated.slower{
    -webkit-animation-duration:3s;
    animation-duration:3s
}
@media (prefers-reduced-motion){
    .animated{
        -webkit-animation:unset!important;
        animation:unset!important;
        -webkit-transition:none!important;
        transition:none!important
    }
}



font.errortext {
    font-size: 16px;
    line-height: 24px;
    color: red!important;
}
div.notes {
    margin-top: 16px;
    margin-bottom: 16px;
}
/* End */


/* Start:/local/templates/nbu/css/font-awesome/css/font-awesome.min.css?157029379031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/nbu/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/nbu/css/new_version/style.css?1608796647158816*/
/* REGULAR */

@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Regular.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Italic.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: normal;
  font-style: italic;
}

/* MEDIUM */
@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Medium.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

/* MEDIUM ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-MediumItalic.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 500;
  font-style: italic;
}

/* BOLD */
@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-Bold.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

/* BOLD ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.otf') format('opentype'),
    /* Open Type Font */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.svg') format('svg'),
    /* Legacy iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.woff') format('woff'),
    /* Modern Browsers */ url('/local/templates/nbu/css/new_version/../../fonts/GoogleSans-BoldItalic.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 600;
  font-style: italic;
}

html,
body {
  font-family: 'GoogleSans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

.inner_wrapper {
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
  padding: 50px 0 0 0;
  min-height: 100%;
}

.inner_wrapper h1 {
  font-size: 48px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 1.208;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  font-weight: 600;
}

.inner_wrapper h2 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  line-height: 1.277777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.inner_wrapper h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.inner_wrapper h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.inner_wrapper p,
.inner_wrapper,
.pageSafes p,
.pageSafes {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.556;
}

.inner_wrapper ul {
  margin: 10px auto;
}

.inner_wrapper li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  line-height: 1.556;
}

.inner_wrapper li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #009ea7;
}

header {
  width: 100%;
  padding: 15px 0;
  padding-bottom: 0;
}

body img {
  max-width: 100%;
  height: auto;
}

.logo {
  float: left;
  width: 70px;
}

.logo a {
  display: block;
  width: 100%;
}

.header_content {
  float: right;
  width: calc(100% - 120px);
}

.top_header {
  clear: both;
  width: 100%;
  height: 34px;
  margin-top: 15px;
  border-bottom: 2px solid #e6eaf1;
}

.top_menu {
  float: left;
}

.top_menu ul li {
  float: left;
  margin: 0 20px 0 0;
}

.top_menu ul li:last-child {
  margin: 0;
}

body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_menu ul li a {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  color: #848e9f;
  display: block;
  height: 35px;
  overflow: hidden;
  padding-bottom: 23px;
}
.my_bank .mybankDrop--title {
  display: none;
}
.my_bank ul li:hover > ul {
  display: block;
}

.top_menu ul li:hover > a,
.top_menu ul li a.active {
  color: #009ea7;
}

.top_menu ul li:hover > a:before,
.top_menu ul li > a.active:before {
  transition: width 0.25s ease-in;
  -webkit-transition: width 0.25s ease-in;
  width: 100%;
}

.top_menu ul li a:before {
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0px;
  background: #009ea7;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  height: 2px;
  content: '';
  position: absolute;
}

.currency {
  position: relative;
  top: -14px;
  max-width: 350px;
  float: right;
  height: 35px;
  overflow: hidden;
}
.currency.owl-loaded {
  height: auto;
}
.currency .owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.currency .owl-stage {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.currency .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}
.currency .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.currency ul li {
  float: left;
  margin-right: 24px;
  position: relative;
  padding-right: 4px;
}
.currency ul li:first-child {
  margin-right: 15px;
}
.currency ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.currency ul li i {
  display: block;
  position: absolute;
  right: -12px;
  width: 6px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.currency ul li i.currdown {
  background: url(/local/templates/nbu/css/new_version/../../img/currencydown.png) no-repeat center;
}
.currency ul li.lastcurr {
  padding-left: 2px;
}
.currency ul li.lastcurr a {
  color: #000;
  display: block;
  position: relative;
  font-size: 15px;
}

.currency .valyut-name {
  font-size: 16px;
}

.currency ul li.lastcurr a:hover {
  color: #009ea7;
}

body a {
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  color: #000;
}

body a:hover {
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
}

.currency ul li i.currup {
  background: url(/local/templates/nbu/css/new_version/../../img/currencyup.png) no-repeat center;
}

.currency ul li a {
  color: #848e9f;
  font-size: 14px;
}

.currency ul li span {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding-top: 5px;
  display: inline-block;
  position: relative;
}

.currency ul li:last-child {
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.currency.mobile {
  float: none;
  margin: 15px auto;
  display: none;
  top: 0;
}
.currency.mobile ul {
  justify-content: space-between;
}
.currency.mobile ul li {
  float: none;
  display: inline-block;
  margin-right: 0;
}
.currency.mobile ul li a {
  padding: 10px 0;
}
.bottom_header {
  clear: both;
  width: 100%;
}

.specials {
  float: left;
  position: relative;
  margin-left: 60px;
}

.specials a {
  display: block;
  position: relative;
  padding-left: 42px;
  color: #000;
}

.spec_popup {
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 24px;
  width: 260px;
  display: none;
  z-index: 99;
  top: 30px;
}

.spec_popup.active {
  display: block;
}

.spec_popup:before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}
.spec_popup::after {
  content: '';
  background-color: transparent;
  width: 100%;
  height: 20px;
  top: -32px;
  left: 0;
  position: absolute;
}
.spec_popup strong {
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: lighter;
  margin-left: 28px;
  margin-bottom: 15px;
}

.ranger {
  padding-left: 28px;
}

.spec_popup span:before {
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: transparent;
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ranger a {
  float: left;
  line-height: 20px;
  font-size: 20px;
  padding: 0;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
}

.specials .ranger a:before {
  display: none;
}

.spec_popup input:checked + span:before {
  background: #093475;
}

.spec_popup label {
  font-weight: lighter;
  display: block;
  cursor: pointer;
}

.spec_popup ul li {
  width: 100%;
  height: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}

.spec_popup ul li input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.spec_popup ul li span {
  float: left;
  position: relative;
  border-radius: 100%;
  margin-right: 10px;
  border: 1px solid #093475;
  display: block;
  width: 18px;
  height: 18px;
}

.specials a:before {
  position: absolute;
  background: url(/local/templates/nbu/css/new_version/../../img/glasses.svg) no-repeat center;
  width: 30px;
  height: 10px;
  background-size: contain;
  content: '';
  left: 0;
  top: 2px;
}

.bot_menu {
  float: left;
  padding-right: 20px;
}

.bot_menu ul li {
  float: left;
  /*margin: 0 35px 0 0;*/
  position: relative;
  padding: 0;
}

.bot_menu ul li a {
  color: #000;
  position: relative;
  z-index: 15;
  display: block;
  font-weight: 500;
  font-size: 24px;
  padding: 25px 17.5px;
}
.bot_men > ul li a {
  padding: 0 35px;
}
.bot_menu > ul li:first-child a {
  padding-left: 0;
}
.megaLi .megaSubMenu__liUl li a:first-child {
  padding-left: 30px;
}
.megaLi .megaSubMenu__liUl li a {
  padding: 0;
  position: relative;
  padding-left: 30px;
}
.if-is-milliy:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 27px;
  background: url('/local/templates/nbu/images/icons/logo-milliy.svg') no-repeat center;
  background-size: cover;
}
.megaLi .megaSubMenu__liUl li a {
  padding: 0;
  position: relative;
  padding-left: 30px;
}
.if-is-milliy:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 27px;
  background: url('/local/templates/nbu/images/icons/logo-milliy.svg') no-repeat center;
  background-size: cover;
}
.bot_menu ul li a:hover {
  color: #009ea7;
}

.bot_menu ul li:last-child {
  margin: 0;
}

.bottom_right {
  float: right;
  position: relative;
}

.header_phone {
  position: relative;
  float: left;
  height: 48px;
  line-height: 45px;
  z-index: 4;
  margin: 13px 0;
  padding: 0 15px;
  position: relative;
  overflow: visible;
  border-radius: 6px;
  border: 2px solid #e4bd63;
  font-weight: 500;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header_phone span {
  position: relative;
  z-index: 22;
}
.header_phone:hover {
  color: #fff;
  transition: 0.3s;
}
.header_phone:hover:before {
  transition: width 0.25s ease-in;
  -webkit-transition: width 0.25s ease-in;
  width: 100%;
}

.header_phone:before {
  left: 0;
  top: 0;
  width: 0;
  background: #e4bd63;
  content: '';
  position: absolute;
  z-index: -1;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  height: 100%;
}

.my_bank {
  float: left;
  margin: 0 50px 0 20px;
}

.my_bank ul li {
  width: 100%;
  height: 63px;
  position: relative;
}

.my_bank ul li ul li {
  height: auto;
  line-height: 1.2;
}

.my_bank ul li a span {
  display: block;
  background: url(/local/templates/nbu/css/new_version/../../img/mybank.svg) no-repeat center;
  width: 18px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.my_bank ul li a {
  display: block;
  height: 73px;
  line-height: 75px;
  position: relative;
  color: #000;
  padding-left: 30px;
}

.my_bank ul li ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  z-index: 99;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 24px;
  width: 150px;
  top: 63px;
}

.my_bank ul li ul:before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}

.my_bank ul li ul li {
  margin-bottom: 22px;
}

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

.my_bank ul li ul li a {
  font-size: 15px;
  padding-left: 0;
  height: auto;
  line-height: 1;
  text-align: center;
}

.my_bank ul li ul li a:hover {
  color: #009ea7;
}

.lang {
  float: left;
  margin-left: 20px;
}

.lang ul li {
  width: 100%;
  height: 63px;
  position: relative;
}

.lang ul li a {
  display: block;
  height: 75px;
  line-height: 75px;
  position: relative;
  padding-right: 5px;
  padding-left: 35px;
}
.lang ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(/local/templates/nbu/css/new_version/../../img/globe.svg) no-repeat center;
  width: 23px;
  height: 75px;
  line-height: 75px;
}
.lang ul li a span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e9ecf3;
  position: absolute;
  left: 0;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lang .lang_dropdown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  width: 120px;
  display: none;
  z-index: 99;
  top: 63px;
  text-align: center;
}

.lang .lang_dropdown li {
  margin-bottom: 12px;
}
.lang .lang_dropdown li::after {
  display: none;
}
.lang .lang_dropdown li:last-child {
  margin-bottom: 0;
}

.lang .lang_dropdown li a:hover {
  color: #009ea7;
}

.lang .lang_dropdown li {
  height: auto;
}

.lang .lang_dropdown li a {
  line-height: 24px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
}
.lang .lang_dropdown:before {
  position: absolute;
  content: '';
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}

.bodysearch {
  position: absolute;
  right: 0;
  top: 17px;
}

.bodysearch form {
  position: relative;
  min-width: 40px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.bodysearch span {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 8px;
  right: 7px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  cursor: pointer;
}

.bodysearch input.search_text {
  top: 0;
  right: 0;
  border: none;
  outline: 0;
  background: #fff;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 16px;
  color: #646464;
  font-weight: 300;
}

.bodysearch input.search_submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: -5px;
  font-family: verdana;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #fff;
}

.bodysearch form.searchbox-open {
  width: 95%;
  border: 1px solid #104b97;
  border-radius: 10px;
}

.wrapper {
  width: 100%;
}

.banner {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
}

.banner_block {
  height: 480px;
  width: 100%;
  position: relative;
}
.banner_block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1090px;
  height: 100%;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor-gradient.png) no-repeat center;
  background-size: contain;
  z-index: 1;
  opacity: 0.5;
}
.banner_block i::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 340px;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor-white1.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
.banner_block i::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 340px;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor-white2.png) no-repeat center;
  background-size: contain;
  z-index: 2;
}
.banner_block i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;*/
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.banner_block .container {
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-carousel .owl-item.active .banner_block i {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}

.banner_text {
  position: absolute;
  left: 320px;
  top: 50%;
  color: #fff;
  overflow: hidden;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 500px;
  z-index: 3;
}
.owl-carousel .owl-item .banner_text h2 {
  animation-name: fadeOutRight;
  -webkit-animation-name: fadeOutRight;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-delay: 0;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-item .banner_text p {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-item .banner_text a {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-item.active .banner_text h2 {
  animation-name: fadeInLeftBig;
  -webkit-animation-name: fadeInLeftBig;
}
.owl-carousel .owl-item.active .banner_text p {
  animation-name: fadeInLeftBig;
  -webkit-animation-name: fadeInLeftBig;
}
.owl-carousel .owl-item.active .banner_text a {
  animation-name: fadeInLeftBig;
  -webkit-animation-name: fadeInLeftBig;
}
@supports (-webkit-overflow-scrolling: touch) {
  .owl-carousel .owl-item .banner_text a,
  .owl-carousel .owl-item .banner_text p,
  .owl-carousel .owl-item .banner_text h2 {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
  }
}
.banner_text h2 {
  opacity: 1;
  visibility: visible;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22222222;
  margin: 0 0 14px 0;
  text-shadow: rgba(0, 0, 0, 0.6) 0 0 5px;
}

.banner_text p {
  margin: 0 0 32px 0;
  line-height: 1.45;
  font-size: 24px;
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 8px;
}

.banner_text a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 37px;
  height: 60px;
  line-height: 60px;
  border: 1px solid transparent;
  background: #e4bd63;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.banner_text a:hover {
  border-color: #e0a825;
  background: #e0a825;
  color: #fff;
}
.banner .owl-dots,
.foto-gallary.owl-carousel .owl-dots {
  position: absolute;
  left: 320px;
  width: 100%;
  bottom: 40px;
}

.foto-gallary.owl-carousel .owl-dots {
  width: auto;
  bottom: 60px;
}
.foto-gallary.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #fff;
  opacity: 0.9;
}
#owl2 .owl-dots {
  float: left;
  position: relative;
  width: 100%;
}

.banner .owl-dot,
#owl2 .owl-dot,
.foto-gallary.owl-carousel .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 11px 0 0;
  border-radius: 100%;
  position: relative;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  transition: 0.2s ease;
}
.banner .owl-dot:hover,
#owl2 .owl-dot:hover,
.foto-gallary.owl-carousel .owl-dot:hover,
.owl-dot.active {
  opacity: 0.9;
}
#owl2 .owl-dot {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(0, 0, 0);
}

.banner .owl-dot::before,
#owl2 .owl-dot::before,
.foto-gallary.owl-carousel .owl-dot::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  content: '';
  position: absolute;
  background: #fff;
  width: 6px;
  height: 6px;
  opacity: 0;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}

#owl2 .owl-dot::before {
  width: 10px;
  height: 10px;
  background: rgb(0, 0, 0);
}

.banner .owl-dot:last-child,
#owl2 .owl-dot:last-child,
.foto-gallary.owl-carousel .owl-dot:last-child {
  margin: 0;
}

.banner .owl-dot.active:before,
#owl2 .owl-dot.active:before,
.foto-gallary.owl-carousel .owl-dot.active:before {
  opacity: 1;
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
}
.foto-gallary.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.positions {
  overflow: hidden;
  width: 100%;
  margin-bottom: 73px;
}

.positions .row {
  margin: 0 -8px;
}

.posit_block {
  float: left;
  width: 20%;
  padding: 0 8px;
}

.pos_wrap {
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  height: 280px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  text-align: center;
}

.for_hover {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 20px;
  height: 100%;
}

.pos_wrap:hover {
  border-color: #009ea7;
  transition: border-radius 0.3s ease-in;
  -webkit-transition: border-radius 0.3s ease-in;
}

.pos_wrap:before {
  position: absolute;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  bottom: 0;
  content: '';
  width: 100%;
  left: 0;
  height: 0px;
  background: #009ea7;
  z-index: 3;
}

.variantBlackWhite {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pos_wrap:hover:before {
  transition: height 0.15s ease-in 10ms;
  -webkit-transition: height 0.15s ease-in 10ms;
  height: 100%;
}

.pos_wrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.pos_wrap:hover h3 {
  color: #fff;
}

.pos_wrap:hover p {
  color: #fff;
}

.pos_wrap:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.pos_wrap h3 {
  margin: 0 0 10px 0;
  line-height: 1.25;
  font-size: 26px;
  font-weight: 500;
}

.pos_wrap p {
  margin: 0;
  color: #848e9f;
  font-size: 16px;
  line-height: 1.45;
}

.pos_img {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 100px;
  width: 100px;
}

.pos_img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.cards {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}

.cards h2 {
  line-height: 1;
  font-size: 48px;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.cards h3 {
  line-height: 1.35;
  font-size: 24px;
  display: block;
  width: 70%;
  margin: 0 auto 65px auto;
  font-weight: 500;
}

.cards .row {
  margin: 0 -12px;
}

.card_block {
  float: left;
  width: 18%;
  padding: 0 12px;
}

.card_block.big_card {
  width: 28%;
  padding: 0 24px;
}

.card_block.big_card p {
  color: #e4bd63;
  font-size: 30px;
  width: 165px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  padding: 0;
  margin-top: -5px;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.into_card {
  border: 2px dashed #e4bd63;
  border-radius: 6px;
  height: 245px;
  position: relative;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  margin-top: -35px;
}

.into_card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.into_card:hover {
  background: #e4bd63;
  border-style: solid;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
}

.into_card:hover p {
  color: #fff;
}

.card_block p {
  font-size: 18px;
  margin: 0;
  line-height: 1.45;
  font-weight: 500;
  display: block;
  padding: 0 30px;
}

.card_block img {
  display: block;
  margin: 0 auto 22px auto;
}

.credit {
  width: 100%;
  margin-bottom: 72px;
}

.credit_back {
  overflow: hidden;
  width: 100%;
  background: url(/local/templates/nbu/css/new_version/../../img/uzorback.png) no-repeat center;
  background-size: cover;
  padding: 63px 0 70px 0;
  position: relative;
}
.credit_back::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 340px;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor-white1.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  opacity: 0.6;
}
.credit_back::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 340px;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor-white2.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  opacity: 0.6;
}
.credit_head {
  margin: 0 auto;
  text-align: center;
}

.credit_head h3 {
  margin: 0;
  font-size: 48px;
  display: block;
  float: left;
  position: relative;
  line-height: 1.25;
  font-weight: 600;
}

.credit_head .select_container {
  position: relative;
}

.credit_head .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 12px;
  min-height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -30px;
  background: url(/local/templates/nbu/css/new_version/../../img/dropdown.png) no-repeat center;
}

.credit_head .select2-container .select2-selection--single {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  border-bottom: 5px solid transparent;
}

.credit_head .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.credit_head .select2 {
  line-height: 1.25;
  background: none;
  height: auto;
  position: relative;
  overflow: hidden;
  font-size: 48px;
  z-index: 1000;
  font-weight: 600;
  color: #093475;
  width: 900px !important;
  padding: 20px 60px 20px 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.for_dropdown {
  width: auto;
  display: table;
  margin: 0 auto;
  height: 70px;
}

.car_block p {
  font-size: 24px;
  font-weight: 500;
  display: block;
  max-width: 800px;
  margin: 0 auto 58px auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
  line-height: 1.35;
  color: #fff;
}

.credit_head .select2-container .select2-selection--single {
  position: relative;
}

.credit_head .select2-dropdown {
  top: 0;
  z-index: 995;
  overflow: hidden;
  padding: 120px 0 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.3);
}

.credit_head .select2-container {
  top: 0 !important;
}

.wrap_carblock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.credit_head .select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: transparent;
  color: #093475;
}

.credit_head .select2-results__option {
  text-align: center;
  font-size: 36px;
  padding: 0 30px;
  line-height: 1;
  margin-bottom: 30px;
  color: #093475;
  font-weight: 600;
}

.credit_head .select2-results__option:last-child {
  margin-bottom: 0;
}

.credit_head .select2-container--default .select2-results > .select2-results__options {
  max-height: inherit;
  overflow: hidden;
}

.credit_head .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #009ea7;
}

.car_block {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

.credit_content {
  position: relative;
  z-index: 3;
  float: right;
  width: 635px;
  background: #fff;
  border-radius: 6px;
  padding: 50px 90px 60px 200px;
}

.credit_content a {
  display: inline-block;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #e4bd63;
  border-radius: 6px;
  border: 1px solid transparent;
}

.credit_section {
  margin-bottom: 25px;
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.car_block.active .credit_section {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.credit_section h4 {
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.credit_section span {
  font-size: 24px;
}

.credit_section:last-child {
  margin-bottom: 0;
}

.credit_image {
  position: absolute;
  top: 50%;
  width: 620px;
  z-index: 20;
  left: -90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.credit_image img {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.car_block.active .credit_image img {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  margin: 0 auto;
  display: table;
  height: 100%;
}

.credit_content a:hover {
  border-color: #e4bd63;
  color: #e4bd63;
  background: none;
}

.contact_us {
  overflow: hidden;
  width: 100%;
  margin-bottom: 70px;
}
.exchange-rates-sec .contact_us,
.exchange-rates .contact_us {
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact_us .contact_part {
  padding: 0 12px;
}

.contact_us .row {
  margin: 0 -12px;
}

.contact_us .contact_border .row {
  margin: 0 -50px;
}

.contact_border {
  width: 100%;
  border: 1px solid #e6eaf1;
  border-radius: 10px;
  height: 480px;
  padding: 50px 40px;
}

.contact_us .part_block {
  padding: 0 50px;
  position: static;
}

.part_block h3 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 17px 0;
  font-weight: 600;
}

.part_block p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.part_block a {
  position: absolute;
  left: 55px;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid #e4bd63;
  height: 60px;
  line-height: 58px;
  padding: 0 34px;
  font-size: 20px;
  font-weight: 500;
  bottom: 60px;
}

.part_block a:hover {
  background: #e4bd63;
  color: #fff;
}

.part_block ul li {
  width: 100%;
  height: 68px;
  overflow: hidden;
  padding-left: 76px;
  position: relative;
  margin-bottom: 35px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.part_block ul li i {
  display: inline-block;
  width: 54px;
  height: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  text-align: center;
}

.part_block ul li i img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.part_block ul li span {
  font-size: 18px;
  line-height: 1.3;
}

.contact_us .part_half {
  padding: 0 12px;
}

.border_block {
  height: 480px;
  position: relative;
  border-radius: 10px;
  padding: 50px 40px;
  border: 1px solid #e6eaf1;
}
.contact_us .border_block ul {
  padding: 0;
  margin-bottom: 0;
}

.border_block h3 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 17px 0;
  font-weight: 600;
}

.border_block p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.border_block a {
  position: absolute;
  left: 55px;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid #e4bd63;
  height: 60px;
  line-height: 58px;
  padding: 0 34px 0 83px;
  font-size: 20px;
  font-weight: 500;
  bottom: 60px;
}

.border_block a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 35px;
  background: url(/local/templates/nbu/css/new_version/../../img/tg.svg) no-repeat center;
  width: 36px;
  height: 30px;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  content: '';
}

.border_block a:hover {
  background: #e4bd63;
  color: #fff;
}

.border_block a:hover:before {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
}

.uzor_block {
  background: url('/local/templates/nbu/css/new_version/../../img/uzor-white.png') no-repeat center;
  background-size: cover;
  border: none;
  position: relative;
}

.uzor_block a.uzor_block--promo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  z-index: 1;
}
.uzor_block a.uzor_block--promo:before {
  display: none;
}
.uzor_block h3 {
  color: #fff;
}

.uzor_block ul {
  position: absolute;
  left: 55px;
  bottom: 60px;
}

.uzor_block ul li a {
  position: relative;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 0;
  padding-right: 20px;
  bottom: 0;
  padding-left: 55px;
  z-index: 1;
}

.uzor_block ul li {
  margin-bottom: 12px;
  padding-left: 0;
}
.uzor_block ul li:before {
  display: none;
}
.uzor_block ul li:last-child {
  margin-bottom: 0;
}

.uzor_block ul li a:before {
  left: 16px;
}

.uzor_block ul li.appstore a:before {
  background: url(/local/templates/nbu/css/new_version/../../img/appstore.png) no-repeat center;
  width: 26px;
  height: 32px;
}

.uzor_block ul li.googlestore a:before {
  background: url(/local/templates/nbu/css/new_version/../../img/googlestore.png) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 29px;
}

/*.allnews {
	overflow: hidden;
	width: 100%;
	background: #f3f8ff;
	padding: 70px 0;
}
*/
.news_part {
  float: left;
  width: 20%;
  position: relative;
  padding: 0 21px;
}

.news_part a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

/*.allnews .row {
	margin: 0 -21px;
}*/

.news_part h3 {
  font-size: 36px;
  line-height: 1.3;
  display: block;
  width: 80%;
  font-weight: 600;
  margin: 0 0 23px 0;
}

.news_part a.watch_all_news {
  font-size: 14px;
  color: #000;
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

.news_part a.watch_all_news:hover {
  color: #009ea7;
}

.news_part p {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #e6eaf1;
}

.news_part p:before {
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  position: absolute;
  z-index: 100;
  background: #009ea7;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  content: '';
}

.news_part:hover > p:before {
  transition: width 0.25s ease-in;
  -webkit-transition: width 0.25s ease-in;
  width: 100%;
}

.news_part:hover > p,
.news_part:hover > span {
  color: #009ea7;
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
}

.news_part span {
  display: block;
  color: #848e9f;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  font-weight: 400;
}

.nwesletter {
  overflow: hidden;
  width: 100%;
  background: url(/local/templates/nbu/css/new_version/../../img/staybg.jpg) no-repeat center;
  background-size: cover;
  padding: 22px 0;
}

.middle_block {
  width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}

.news_text {
  float: left;
  width: 485px;
  padding-top: 2px;
}

.news_text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 1.3;
}

.news_text p {
  margin: 0;
  color: #a5aec2;
  font-size: 14px;
}

.news_form {
  float: right;
}

.news_form input {
  float: left;
  background: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  padding: 0 25px;
  display: block;
  width: 295px;
  outline: none;
  border: none;
  border-radius: 6px;
  margin-right: 12px;
}

.news_form input:-webkit-input-placeholder {
  color: #848e9f;
}

.new_container {
  padding: 0 15px;
  margin: 0 auto;
}

.news_form button {
  float: left;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 1;
  padding: 0 34px;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  outline: none;
  background: none;
}

.news_form button:hover {
  background-color: #fff;
  color: #fff;
}

.contacts {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.top_contact {
  overflow: hidden;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e6eaf1;
  padding: 70px 0 45px 0;
}
.top_contact-item {
  width: 50%;
  box-sizing: border-box;
}
.contact_footerwrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.contact_block-content {
  padding-left: 40px;
}
.trust-service--wrap .contact_block-content {
  padding-left: 18px;
}

.contact_block {
  position: relative;
  margin-bottom: 24px;
  width: 50%;
}

.callback__form .contact_block {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 25px;
  max-width: inherit;
}

.trust-service--wrap {
  background-color: rgba(0, 158, 167, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 17px 30px 15px 18px;
  border-radius: 6px;
  max-width: max-content;
  margin-top: -16px;
}
.contact_block-title {
  letter-spacing: 0px;
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 400;
}
.trust-service--wrap .contact_block-title {
  margin-bottom: 3px;
}
.contact_block img {
  position: absolute;
  left: 0;
  top: -5px;
}
.trust-service--wrap img {
  position: relative;
}

.contact_block a {
  display: inline-block;
  clear: both;
  line-height: 1.5;
  font-size: 16px;
}

.contact_block a em {
  font-style: normal;
  font-size: 14px;
}

.contact_block ul li {
  float: left;
  margin: 0 12px 0 0;
  padding-left: 0;
}
.contact_block ul li::before {
  display: none;
}
.contact_block ul li:last-child {
  margin: 0;
}

.contact_block ul li a {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  background: #f2fafb;
  border-radius: 6px;
}

.contact_block ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.contact_block a:hover {
  color: #009ea7;
}

.contact_block ul li a:hover {
  background: #009ea7;
}

.contact_block ul li a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.contact_block ul {
  margin-left: 0;
}

.bottom_contact {
  overflow: hidden;
  padding: 43px 0 30px 0;
  width: 100%;
}

.footer_menu {
  margin-bottom: 50px;
  overflow: hidden;
}

.footer_menu ul li {
  float: left;
  width: 50%;
  padding-left: 0;
  margin-bottom: 0;
}
.footer_menu ul li::before {
  display: none;
}
.footer_menu ul li a {
  line-height: 2.25;
  color: #848e9f;
  font-size: 16px;
  padding-bottom: 3px;
  position: relative;
}

.footer_menu ul li a:before {
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #009ea7;
  content: '';
  position: absolute;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}

.footer_menu ul li a:hover:before {
  width: 100%;
  transition: width 0.25s ease-out;
  -webkit-transition: width 0.25s ease-out;
}

.footer_menu ul li a:hover {
  color: #009ea7;
}

.copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyrights_p {
  line-height: 1.5;
  color: #848e9f;
  font-weight: normal;
  font-size: 13.9px;
  width: 36%;
}
.copyrights_p a {
  color: #848e9f;
}
.copyrights_p a:hover {
  transition: 0.3s;
  color: #009ea7;
}

.made_in a {
  display: inline-block;
  width: 100px;
}

.made_in span {
  float: left;
  font-size: 16px;
  margin-right: 3px;
  display: inline-block;
}

.main_popup {
  position: fixed;
  z-index: 1500;
  background: #093475;
  left: 0;
  overflow-y: auto;
  height: 0;
  top: 0;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  width: 100%;
}

.main_popup.heights {
  height: 100%;
  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
}

.main_popup.heights .bottom_menu_popup {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.main_popup .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.main_popup .row .col-md-3 {
  box-sizing: border-box;
}
.main_popup .row .col-md-3 {
  box-sizing: border-box;
}

.form_popup {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 125px;
}

.form_popup span {
  position: absolute;
  left: 0;
  top: 10px;
  background: url(/local/templates/nbu/css/new_version/../../img/search.svg) no-repeat center;
  width: 36px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  background-size: contain;
  height: 35px;
}

.form_popup input {
  display: block;
  width: 100%;
  background: none;
  outline: none;
  font-size: 36px;
  padding: 0 140px 25px 70px;
  border: none;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.form_popup input::-webkit-input-placeholder {
  color: #7886a6;
}

.form_popup input::-moz-placeholder {
  color: #7886a6;
}

.form_popup input:-ms-input-placeholder {
  color: #7886a6;
}

.form_popup input::-ms-input-placeholder {
  color: #7886a6;
}

.form_popup input::placeholder {
  color: #7886a6;
}

.form_popup button {
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding-bottom: 28px;
  font-size: 36px;
  line-height: 1;
}

.scrollheight {
  margin-top: 60px;
}
.scrollheight ul {
  margin-right: 5px;
  margin-bottom: 20px;
}
.top_menu_popup {
  overflow: hidden;
  width: 100%;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #3a5d91;
  margin-right: 5px;
}

.bottom_menu_popup {
  overflow: hidden;
  width: 100%;
  padding: 40px 0 0 0;
  margin-right: 5px;
}

.top_menu_popup ul li a,
.bottom_menu_popup ul li a {
  font-size: 16px;
  color: #97afd3;
  line-height: 1.3;
}

.top_menu_popup ul li,
.bottom_menu_popup ul li {
  margin-bottom: 17px;
}

.top_menu_popup ul li:last-child,
.bottom_menu_popup ul li:last-child {
  margin-bottom: 0;
}

.top_menu_popup h5 {
  color: #fff;

  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 15px 0 30px 0;
}

.top_menu_popup ul li a:hover,
.bottom_menu_popup ul li a:hover {
  color: #fff;
}

.pop_closer {
  position: absolute;
  background: none;
  outline: none;
  border: none;
  right: 35px;
  top: 40px;
}

.bot_menu ul li ul {
  position: absolute;
  top: -15px;
  left: -24px;
  min-width: 365px;
  display: none;
  background: #fff;
  transition: 0.25s ease-out;
  padding: 58px 24px 26px 24px;
  border-radius: 6px;
  -webkit-box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.bot_menu ul li ul li a {
  font-size: 18px;
  font-weight: 500;
}

.bot_menu ul li ul li {
  margin-bottom: 20px;
}

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

.bot_menu ul li a span {
  position: absolute;
  width: 13px;
  height: 8px;
  display: block;
  right: -25px;
  top: 9px;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  background: url(/local/templates/nbu/css/new_version/../../img/drop_menu.png) no-repeat center;
  background-size: contain;
}

.ExtraMenu:hover .anotherUl {
  display: flex;
  flex-direction: column;
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
}

.bot_menu ul .ExtraMenu .anotherUl {
  min-width: 250px;
  top: 5px;
  left: -5px;
  padding: 60px 24px 15px 24px;
}
.bot_menu ul .ExtraMenu .anotherUl a {
  padding: 5px 0;
  line-height: 1.3;
}

.bot_menu ul .ExtraMenu a span {
  right: -10px;
  top: 32px;
}

.bot_menu ul li:hover > a {
  color: #009ea7;
}

.bot_menu ul li:hover > a > span {
  background: url(/local/templates/nbu/css/new_version/../../img/drop_menu_hover.png) no-repeat center;
  background-size: contain;
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 16px;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #093475;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #093475;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 11px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 22px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 16px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 16px;
}

.lang ul li:hover > ul {
  display: block;
}

.exchange_rates {
  width: 100%;
  overflow: hidden;
}

.exchange_rates .main_exchange {
  padding: 0 25px;
}

.exchange_rates .sidebar {
  padding: 0 25px;
}

.exchange_rates .row {
  margin: 0 -25px;
}

.exch_head {
  overflow: hidden;
  width: 100%;
  margin-bottom: 38px;
}

.exch_head h1 {
  float: left;
  font-size: 48px;
  margin: 0;
  line-height: 1;
}

.exch_head a {
  color: #009ea7;
  font-size: 18px;
  display: inline-block;
  float: right;
  position: relative;
  top: 15px;
}

.exch_table {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.exch_table table {
  width: 100%;
}

.exch_table table tr th {
  text-transform: uppercase;
  color: #093475;
  font-weight: 500;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 22px;
}

.exch_table table tr th:first-child {
  padding-left: 25px;
}

.exch_table table tr:first-child {
  border-bottom: 2px solid #093475;
}

.exch_table table tr td,
.inner_wrapper .exch_table table tr td {
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #e0e4eb;
  font-weight: 500;
  text-align: left;
}

.exch_table table tr td:first-child {
  padding-left: 25px;
}

.exch_table table tr td img {
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.exch_table table tr:hover {
  background: #eceef1;
}

.exch_table table tr:first-child:hover {
  background: none;
}

.exch_quote {
  overflow: hidden;
  width: 100%;
}

.exch_quote p {
  line-height: 1.35;
  font-size: 18px;
  margin-bottom: 20px;
}

.exch_quote a {
  color: #093475;
  font-size: 18px;
}

.convert {
  overflow: hidden;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  padding: 30px 40px;
  margin-bottom: 10px;
  position: relative;
}

.sidebar_head {
  margin: 0 0 30px 0;
  line-height: 1.25;
  font-size: 1.1vw;
  display: block;
  width: 240px;
  font-weight: 500;
}
.dynamic_exchange {
  text-align: center;
  font-size: 18px;
  color: #093475;
  line-height: 1.556;
  margin: auto;
  display: block;
}
.coverter {
  clear: both;
  width: 100%;
  height: 47px;
  margin-bottom: 11px;
}

.convert .coverter:last-child {
  margin-bottom: 0;
}

.coverter input {
  display: block;
  width: calc(100% - 90px);
  float: left;
  height: 47px;
  line-height: 47px;
  outline: none;
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  font-size: 16px;
  font-weight: 500;
}
.coverter.uzs input {
  padding-right: 0;
  width: calc(100% - 65px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #efefef;
  border-color: #efefef;
}
.coverter input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.coverter input::-moz-placeholder {
  color: #b8b8b8;
}

.coverter input:-ms-input-placeholder {
  color: #b8b8b8;
}

.coverter input::-ms-input-placeholder {
  color: #b8b8b8;
}

.coverter input::placeholder {
  color: #b8b8b8;
}

.convert .select2-container {
  float: right;
  width: 85px !important;
  border-radius: 6px;
  background: none;
  border: 1px solid #e6eaf1;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0 15px;
  height: 47px;
  line-height: 47px;
}
.coverter.uzs .select2-container {
  width: 65px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #efefef;
  border-color: #efefef;
}
.convert .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(/local/templates/nbu/css/new_version/../../img/drop_small.png) no-repeat center;
  background-size: contain;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.coverter.uzs .select2-container--default .select2-selection--single {
  cursor: default;
}
.select2-container {
  background-color: transparent;
}
.coverter.uzs .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option[aria-disabled='true'] {
  display: none;
}
.convert .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.convert:before {
  position: absolute;
  background: url(/local/templates/nbu/css/new_version/../../img/cours.svg) no-repeat center;
  width: 45px;
  height: 70px;
  content: '';
  top: 10px;
  right: 10px;
  background-size: contain;
}

.convert.tgsidebar:before {
  background: url(/local/templates/nbu/css/new_version/../../img/sidebar_tg.svg) no-repeat center;
  width: 90px;
  height: 75px;
  top: 60px;
}

.launchbot {
  display: inline-block;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #e1c178;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
}

.launchbot:hover {
  background: #e1c178;
  color: #fff;
}

.mobile_sidebar {
  overflow: hidden;
  width: 100%;
  background: url(/local/templates/nbu/css/new_version/../../img/uzor2.jpg) no-repeat center;
  background-size: cover;
  border-radius: 6px;
  padding: 40px 48px;
}

.mobile_sidebar .sidebar_head {
  color: #fff;
}

.mobile_sidebar ul li {
  float: left;
  margin: 0;
  margin-bottom: 12px;
  padding-left: 0;
}
.mobile_sidebar ul li::before {
  display: none;
}
.mobile_sidebar ul li:last-child {
  margin: 0;
}

.mobile_sidebar ul li a {
  display: block;
  width: 200px;
  border-radius: 6px;
  border: 2px solid #fff;
  position: relative;
  padding: 0 0 0 67px;
  height: 65px;
  color: #fff;
  font-size: 16px;
  background: #072a5e;
}

.mobile_sidebar ul li.appstore a:before {
  background: url(/local/templates/nbu/css/new_version/../../img/appstore.png) no-repeat center;
  width: 26px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 22px;
  content: '';
}

.mobile_sidebar ul li a:hover {
  color: #000;
  background: #fff;
}

.mobile_sidebar ul li a:hover:before {
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
}

.mobile_sidebar ul li a span {
  display: inline-block;
  margin-top: 9px;
  line-height: 1.2;
}

.mobile_sidebar ul li a p {
  margin: 0;
  color: #fff;
  -webkit-transition: 0.2s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobile_sidebar ul li a:hover p {
  color: #000;
}
.mobile_sidebar ul li.googlestore a:before {
  background: url(/local/templates/nbu/css/new_version/../../img/googlestore.png) no-repeat center;
  width: 26px;
  height: 29px;
  position: absolute;
  top: 13px;
  left: 22px;
  content: '';
}

.convert.calendar:before {
  background: url(/local/templates/nbu/css/new_version/../../img/graphic.svg) no-repeat center;
  width: 40px;
  height: 60px;
  top: 10px;
  background-size: contain;
}

.convert.calendar .month_year #datepicker .select2-container {
  float: left;
  text-align: left;
  width: 100% !important;
  margin-bottom: 10px;
}

/*.convert.calendar .month_year #datepicker .select2-container:last-child {
	float: right;
	width: 120px !important;
}*/

.calendar .ui-datepicker .ui-datepicker-prev,
.calendar .ui-datepicker .ui-datepicker-next {
  display: none !important;
}

.calendar .ui-widget.ui-widget-content {
  border: none;
  box-shadow: none;
  height: 100%;
  overflow-y: inherit;
}

.calendar .ui-datepicker th {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 10px 0;
}

.calendar .ui-datepicker table {
  border: none;
  padding: 0;
  margin-top: 10px;
  width: auto;
}
.calendar .ui-datepicker thead,
.calendar .ui-datepicker tbody {
  border-bottom: 0;
}
.calendar .ui-datepicker tr:hover {
  background-color: transparent;
}

.calendar .ui-datepicker td {
  padding: 2px 0 2px 2px;
  text-align: left;
}

.calendar .ui-datepicker td.ui-datepicker-current-day a,
.calendar .ui-datepicker td a:hover {
  background: #009ea7;
  color: #fff;
}

.calendar .ui-datepicker td span,
.calendar .ui-datepicker td a {
  border: none;
  background: none;
  color: #999999;
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  font-size: 18px;
}

.hide_no_need {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px 20px 20px 25px;
  user-select: none;
}

.exch_table table tr.hideother td {
  padding: 0;
}

.hide_no_need p {
  font-size: 15px;
  text-transform: uppercase;
  color: #093475;
  margin: 0;
  line-height: 1.25;
  font-weight: 600;
}

.hide_no_need:before {
  width: 14px;
  height: 8px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  will-change: transform;
  right: 20px;
  background: url(/local/templates/nbu/css/new_version/../../img/dropdown.png) no-repeat center;
  background-size: contain;
}

.exch_table table tr.hideother {
  cursor: pointer;
}

.hide_no_need.arrow_up:before {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  will-change: transform;
}

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

.credit_cards {
  overflow: hidden;
  width: 100%;
}

img.front_card {
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  border-radius: 20px;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
  z-index: 1;
  will-change: transform;
}

img.front_credit {
  /*transition: 0.3s ease-in-out;*/
  display: block;
  z-index: 15;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
}

img.shadow_card {
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  will-change: transform;
  z-index: 0;
}

.votes_bar .vote_action button {
  background-color: transparent !important;
}

.votes_bar {
  padding: 10px 10px 6px 0px;
  border: 1px solid #eae6e6;
  overflow: hidden;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
}

/* Menu */
.darkBody {
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 143px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  height: 100vh;
  transition: 0.2s ease-out;
}
.darkBody.activeSubmenu {
  visibility: visible;
  opacity: 1;
}
header {
  position: relative;
  z-index: 9;
}
header .container {
  position: static;
}
.bot_menu ul li ul li {
  margin-bottom: 10px;
}
.bottom_header .bot_menu .bot_menuUl .bot_li {
  position: inherit;
}
.bottom_header .bot_menu .bot_menuUl .megaLi {
  position: inherit;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 300px;
  max-height: 300px;
  background: transparent;
  position: inherit;
  box-sizing: inherit;
  box-shadow: none;
  background: transparent;
  padding: inherit;
  top: inherit;
  left: inherit;
  border-radius: 0;
  padding-bottom: 0;
  padding: 0;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl li {
  margin: 0;
  float: left;
  width: max-content;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 12px;
  padding-right: 80px;
}

.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .megaSubMenu__p {
  width: 100%;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .megaSubMenu__p p {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'googlesans';
  font-weight: normal;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .left-your-message {
  margin-top: 30px;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .left-your-message p {
  font-size: 16px;
  line-height: 1.5;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .btn {
  padding: 10px 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.2s ease;
  user-select: none;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu__liUl .btn:hover {
  background: #e4bd63;
  color: #fff;
}
.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu {
  opacity: 0;
  visibility: hidden;
  background-color: #f6f9ff;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  padding: 50px 0;
  padding-bottom: 0;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
  transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-position-x: right !important;
  border-radius: 0;
  display: none;
  z-index: 20;
  min-width: inherit;
  transition: none;
}

.bottom_header .bot_menu .bot_menuUl .megaLi:hover .megaSubMenu {
  opacity: 1;
  visibility: visible;
  display: block;
  background-color: #f6f9ff;
}

.bottom_header .bot_menu .bot_menuUl .megaLi:hover .megaSubMenu .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu .megaSubMenu__li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin: 0;
}

body.safari .if-is-safari {
  display: none !important;
}

.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu .megaSubMenu__li h3 {
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
}

.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu .megaSubMenu__li.border {
  border-top: 1px solid #e6eaf1;
  margin-left: 30px;
}

.bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu .megaSubMenu__li .bottom {
  padding: 20px 0 30px;
}
/*ещё*/
.bottom_header .bot_menu .bot_menuUl .bot_li .still__ul {
  display: none;
}

.select2-container {
  font-size: 17px;
}

.custom-select ~ .select2-container {
  display: block;
  width: 100% !important;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6eaf1;
  padding: 0 23px;
  outline: none;
  color: #5d5d5d;
  font-size: 18px;
  border-radius: 6px;
  background: #fff;
  text-align: left;
}

.custom-select ~ .select2-container .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  background: url(/local/templates/nbu/css/new_version/../../img/drop_menu.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 8px;
  min-height: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.updated-date {
  padding: 2rem 0;
  text-align: right;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  /* background: #f8f8f8;*/
  font-weight: bold;
}

/*Media screen*/
@media (max-width: 1600px) {
  header .header_content .bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu {
    background-image: none !important;
  }
}

@media (max-width: 1280px) {
  header .header_content .bottom_header .bot_menu .bot_menuUl .megaLi .megaSubMenu {
    background-image: none !important;
  }
}
/* Menu */

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    img.shadow_card {
      display: none;
    }
  }
}
.card_wrapper {
  width: 435px;
  height: 275px;
  position: absolute;
  right: -257px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  will-change: transform;
}

.card_wrapper img {
  width: 440px;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    will-change: transform;
  }

  to {
    -webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
    transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
    will-change: transform;
  }
}

@keyframes bounce {
  from {
    -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    will-change: transform;
  }

  to {
    -webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
    transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
    will-change: transform;
  }
}

.cards_head {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.cardscontact .border_block {
  background: #fff;
}

.cardscontact .border_block.uzor_block {
  background: url(/local/templates/nbu/css/new_version/../../img/download_bg_big.jpg) no-repeat center;
  background-size: cover;
  border: none;
}

.cards_head h1 {
  font-size: 48px;
  line-height: 1;
  margin: 0 0 30px 0;
  font-weight: 600;
}

.cards_head p {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
}

.cards_level {
  width: 100%;
  clear: both;
}

.into_level:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.into_level {
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  width: calc(100% - 70px);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border-radius: 10px;
  padding: 34px 140px 34px 57px;
}

.cardscontact .border_block {
  height: 420px;
}

.credit_cards_blocks {
  margin-bottom: 35px;
}

.credit_cards_blocks:last-child {
  margin-bottom: 0;
}

.bread_crumbs {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e6eaf1;
  padding: 20px 0;
  background: #f8f8f8;
}

.bread_crumbs ul {
  margin: 0 auto;
  display: table;
}

.bread_crumbs ul li {
  float: left;
  margin: 0 5px;
  padding-left: 0;
  font-size: 14px;
}

.bread_crumbs ul li a {
  color: #848e9f;
  font-size: 14px;
}

.bread_crumbs ul li span {
  color: #848e9f;
  font-size: 14px;
}

.bread_crumbs ul li a:hover {
  color: #009ea7;
}

.left_credit {
  height: auto;
  width: calc(100% - 255px);
  background: #fff;
  position: relative;
  border-radius: 12px;
  padding: 38px 235px 38px 60px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.left_credit:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.left_credit h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.left_credit h2 a {
  font-weight: 600;
  font-size: 36px;
  color: #000;
}

.left_credit h2 a:hover {
  color: #009ea7;
}

.left_credit p {
  display: block;
  width: 100%;
  height: 70px;
  font-size: 18px;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

.left_credit ul {
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
}

.left_credit ul li {
  float: left;
  margin: 0 35px 0 0;
  padding-left: 0;
}
.left_credit ul li:before {
  display: none;
}
.left_credit ul li:last-child {
  margin: 0;
}

.left_credit ul li h4 {
  font-size: 16px;
  color: #093475;
  margin: 0 0 6px 0;
  font-weight: 400;
}

.left_credit ul li p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  height: auto;
  margin: 0;
}

.into_level p {
  display: block;
  margin: 0 0 5px 0;
  line-height: 1.35;
  font-size: 20px;
}

.make_card {
  float: left;
  display: inline-block;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin-right: 37px;
  padding: 0 34px;
  font-size: 20px;
}

.make_card:hover {
  background: #e4bd63;
  color: #fff;
}

.into_level p:last-child {
  margin: 0;
}

.bottom_credit_card {
  overflow: hidden;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #e6eaf1;
}

.bottom-wrap--deposits {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.custom-checkbox {
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #848e9f;
  position: relative;
  padding-left: 30px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e6eaf1;
  border-radius: 4px;
}

.custom-checkbox input ~ .checkmark:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url('/local/templates/nbu/images/icons/custom-checkbox.svg') no-repeat center;
  opacity: 0;
  transition: 0.1s linear;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}

.bottom_credit_card--deposits .milliy-mobile-popup--teaser {
  max-width: 230px;
}

.bottom-wrap--deposits .depo_reset {
  margin: 0;
  text-align: center;
}

.news-w-img.gallary .bottom_credit_card {
  margin-top: 20px;
  padding-top: 20px;
  position: absolute;
  bottom: 41px;
  width: 60%;
}
.newsSection .news-w-img.gallary .bottom_credit_card a {
  font-size: 18px;
  line-height: 1.333333;
  color: #848e9f;
  font-weight: 400;
  transition: 0.2s ease;
}
.newsSection .news-w-img.gallary .bottom_credit_card a:hover {
  color: #009ea7;
  text-decoration: underline;
}
.morecard {
  position: relative;
  top: 21px;
  font-size: 18px;
  color: #848e9f;
}

.morecard:hover {
  color: #009ea7;
  text-decoration: underline;
}

.into_level p a {
  color: #000;
  font-weight: 600;
}

.minicard {
  position: absolute;
  bottom: -24px;
  right: -70px;
}

.into_level p a.linkcard {
  display: inline-block;
  margin-left: 18px;
  border-bottom: 2px solid #093475;
  line-height: 1;
  color: #093475;
  font-size: 20px;
  font-weight: 500;
}

.into_level p a.linkcard:hover {
  border-bottom-color: transparent;
}
.credit_container {
  justify-content: flex-end;
}
.creditcard_banner {
  width: 100%;
  height: 480px;
  position: relative;
  background: url(/local/templates/nbu/css/new_version/../../img/creditcardbg.jpg) no-repeat center;
  background-size: cover;
}

.card_container {
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  width: 800px;
  display: flex;
  justify-content: flex-end;
}

.creditcard_banner h1 {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 1.3;
  font-size: 48px;
  font-weight: 600;
  padding: 0 30px;
  padding-top: 40px;
}

.banner_card {
  float: left;
  margin-right: 0;
  position: relative;
  top: 60px;
  left: -90px;
}

.banner_card img {
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}

.banner_content {
  width: 100%;
  max-width: 350px;
}

.banner_content span {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.banner_content h4 {
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}

.banner_content h4 strong {
  font-weight: normal;
  color: #e4bd63;
  font-size: 60px;
  font-weight: 600;
}

.banner_content ul li {
  margin-bottom: 28px;
}

.invest_container .banner_content ul {
  overflow: hidden;
  /*margin-bottom: 35px;*/
}

.banner_content a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 34px;
  background: #e4bd63;
  height: 60px;
  line-height: 60px;
  border-radius: 6px;
  border: 1px solid #e4bd63;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.banner_content a:hover {
  border-color: #e0a825;
  background: #e0a825;
}

.credit_tabs {
  overflow: hidden;
  width: 100%;
}

.tabs_head {
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}

.x_transit {
  padding: 48px 15px;
  max-width: 924px;
  width: 100%;
  min-height: 617px;
  height: auto;
  background: #f2f4f8;
  margin: 0 auto;
  margin-bottom: 30px;
}

.x_transit_title {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 52px;
}

.x_transit_form {
  display: flex;
  justify-content: center;
}

.x_transit_label {
  position: relative;
  width: 100%;
  max-width: 449px;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  margin-bottom: 0;
}

.x_transit_label_txt {
  position: absolute;
  top: -23px;
  font-weight: 400;
  font-size: 16px;
  color: #848e9f;
  margin-bottom: 8px;
}

.pckResult i {
  font-style: normal !important;
}

.x_transit_input {
  display: block;
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  background: #fff;
  border-radius: 6px;
  border: 0;
  border: 1px solid #e6eaf1;
  outline: none;
  padding: 0 18px;
}

.x_transit_input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #848e9f;
}

.x_transit_btn {
  width: 211px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  outline: none;
  border: 0;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  transition: 0.25s ease-in-out;
}

.x_transit_btn:hover {
  color: #fff;
  background: #e4bd63;
}

.x_transit_horizontal {
  max-width: 684px;
  width: 100%;
  height: 1px;
  background: #e6eaf1;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.x_transit_content {
  max-width: 444px;
  width: 100%;
  margin: 0 auto;
}

.x_transit_info {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.x_transit_info:last-child {
  margin-bottom: 0;
}

.x_transit_info span:first-child {
  color: #848e9f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.x_transit_info span:last-child {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.x_transit_none {
  display: none !important;
}

.x_transit_rafiki {
  display: block;
}

.x_transit_alert {
  width: 500px;
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.x_transit_alert_pic {
  display: block;
  margin-right: 24px;
}

.x_transit_alert_ico {
  margin-right: 24px;
}

.x_transit_alert_ico img {
  display: block;
  max-width: 48px;
}

.x_transit_alert_txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 766px) {
  .x_transit_btn {
    font-size: 18px;
  }
}

@media (max-width: 690px) {
  .x_transit_form {
    flex-direction: column;
    align-items: center;
  }
  .x_transit_label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .x_transit_alert {
    width: 100%;
    flex-direction: column;
  }
  .x_transit_alert_ico {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .x_transit_alert_txt {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .x_transit_title {
    font-size: 22px;
  }

  .x_transit_info span:first-child {
    font-size: 15px;
  }

  .x_transit_info span:last-child {
    font-size: 16px;
  }
}

.tabs_head:before {
  background: #e6eaf1;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
  z-index: 3;
}

.tabs_head ul {
  display: table;
  margin: 0 auto;
}

.tabs_head ul li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
}
.tabs_head ul li span {
  padding-bottom: 20px;
  display: inline-block;
}
.tabs_head ul li:before {
  background: #009ea7;
  height: 2px;
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  left: 0;
  bottom: -1px;
  position: absolute;
  content: '';
  z-index: 4;
}

.tabs_head ul li.active:before,
.tabs_head ul li:hover:before {
  width: 100%;
}

.tab_fade {
  width: 100%;
  overflow: hidden;
}

.header_tab {
  overflow: hidden;
  width: 100%;
}

.header_tab ul li {
  float: left;
  width: 50%;
  margin-bottom: 34px;
  padding-right: 60px;
}

.imager {
  float: left;
  width: 75px;
  height: 75px;
  background: #f7f9fb;
  position: relative;
  border-radius: 100%;
  margin-right: 25px;
}

.imager img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.noback {
  background: #fff;
  padding-top: 60px;
}

.header_tab ul li p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  height: 75px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom_tab {
  width: 560px;
  margin: 0 auto 40px auto;
  line-height: 1.45;
  font-size: 18px;
}

.bottom_tab h5 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1.35;
  text-align: center;
}

.bottom_tab ul li {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.45;
  padding-left: 40px;
  font-size: 18px;
}

.bottom_tab ul li a {
  color: #093475;
  text-decoration: underline;
}

.bottom_tab ul li a:hover {
  text-decoration: none;
  color: #009ea7;
}

.bottom_tab ul li:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: #009ea7;
  content: '';
  position: absolute;
}

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

.tab_level {
  overflow: hidden;
  width: 100%;
  background: #f7f9fb;
  border-bottom: 1px solid #e6eaf1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.tab_level:nth-child(odd) {
  background: #fff;
}
.tab_level:last-child {
  margin-bottom: 30px;
}

.tab_level p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  width: calc(100% - 380px);
  padding: 15px 30px;
}

.tab_level span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 30px;
}

.quest_section {
  width: 740px;
  margin: 0 auto;
}

.quest_section ul li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #e6eaf1;
}

.quest_section ul li h6 {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.45;
  padding-left: 40px;
  cursor: pointer;
}

.quest_section ul li h6:before {
  left: 0;
  color: #009ea7;
  font-size: 40px;
  content: '+';
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  line-height: 1;
  top: -11px;
}

.quest_section ul li p {
  display: none;
  width: 100%;
  padding-left: 40px;
  line-height: 1.45;
  font-size: 18px;
}

.quest_section ul li h6.open:before {
  content: '-';
}

.contact_card {
  overflow: hidden;
  width: 100%;
  padding: 0 0 70px 0;
  text-align: center;
}
.safes__form {
  background-color: #f8f8f8;
  padding-top: 150px;
  padding-bottom: 70px;
}

.safes.contact_card {
  overflow: visible;
  max-width: 775px;
  margin: auto;
  margin-left: calc(50% - 300px);
  background: url('/local/templates/nbu/css/new_version/../../img/contacts_bg.svg') no-repeat left bottom;

  background-color: #fff;
  padding: 40px 0 55px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.safes.contact_card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: -1;
}
.contact_card h3 {
  max-width: 600px;
  margin-bottom: 35px;
}

.contact_card h4 {
  font-weight: 600;
  text-align: left;
  line-height: 1.3333;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact_wrapper {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.safes .contact_wrapper {
  max-width: 660px;
}
.upload-file__result {
  text-align: left;
  color: #848e9f;
  font-size: 16px;
  line-height: 1.375;
  padding: 10px;
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6eaf1;
  cursor: default;
  user-select: none;
  position: relative;
  overflow: hidden;
}
.upload-file__result:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #f8f8f8;
  z-index: 0;
}
.upload-file__result span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background: url(/local/templates/nbu/css/new_version/../../images/icons/icon-trash.svg) no-repeat center / cover;
  z-index: 1;
  cursor: pointer;
}

.contact_card .upload-file__icon {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.contact_card .upload-file__icon label {
  font-size: 18px;
  line-height: 1.3333;
  letter-spacing: 0px;
  color: #093475;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px dashed #e6eaf1;
  border-radius: 6px;
  cursor: pointer;
  padding: 18px 24px;
  box-sizing: border-box;
  min-width: max-content;
  margin: 0;
  margin-right: 20px;
}
.contact_card .upload-file__icon input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.contact_card .upload-file__desc {
  font-size: 16px;
  line-height: 1.375;
  color: #848e9f;
}

.contact_blocks {
  position: relative;
}
.safes .contact_blocks {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  text-align: left;
}
.contact_blocks ul li {
  position: relative;
}
.contact_blocksSvg {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 330px;
  opacity: 0.5;
  width: 100%;
}

.credit_contact .contact_blocks {
  background: url(/local/templates/nbu/css/new_version/../../img/creditcontacts_bg.jpg) no-repeat center;
}

.invest_contact .contact_blocks {
  background: url(/local/templates/nbu/css/new_version/../../img/investcontacts_bg.jpg) no-repeat center;
}

.contact_blocks h5 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 25px 0;
  line-height: 1.35;
}

.contact_blocks ul li input {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6eaf1;
  padding: 0 23px;
  outline: none;
  color: #000;
  font-size: 18px;
  border-radius: 6px;
}

.contact_blocks ul li input::placeholder {
  color: #5d5d5d;
}

.contact_blocks ul li select {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6eaf1;
  padding: 0 23px;
  outline: none;
  color: #000;
  font-size: 18px;
  border-radius: 6px;
}

.contact_blocks ul li select option {
  padding-left: 0px;
}

.contact_blocks ul li {
  margin-bottom: 12px;
}

.contact_blocks ul {
  margin-bottom: 12px;
  overflow: hidden;
}

.contact_blocks input[type='submit'] {
  display: inline-block;
  height: 60px;
  line-height: 1;
  background: #fff;
  border: 2px solid #e4bd63;
  padding: 0 34px;
  outline: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  position: relative;
}

.contact_blocks input[type='submit']:hover {
  background: #e4bd63;
  color: #fff;
}

.contact_image {
  position: absolute;
  left: -240px;
  top: -110px;
  z-index: 1;
  width: 440px;
}

.contact_image img {
  -webkit-box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
  box-shadow: 0 15px 30px rgba(9, 52, 117, 0.15);
  display: block;
  border-radius: 15px;
}

.calc_credit {
  margin: 0 auto 40px auto;
  overflow: hidden;
  width: 770px;
}

.calc_credit h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 32px 0;
  line-height: 1.35;
  text-align: center;
}

.right_credit {
  float: right;
  border-radius: 10px;
  background: #093475;
  width: 360px;
  padding: 30px 60px 30px 60px;
}

.right_credit h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1;
}

.right_credit ul li {
  margin-bottom: 27px;
  padding-left: 0;
}
.right_credit ul li:last-child {
  margin-bottom: 0;
}
.right_credit ul li:before {
  display: none;
}
.right_credit ul li span {
  font-size: 16px;
  color: #848e9f;
  display: block;
  margin-bottom: 5px;
}

.right_credit ul li p {
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.right_credit button {
  display: block;
  width: 100%;
  outline: none;
  background: #e4bd63;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  height: 60px;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #e4bd63;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.right_credit button:hover {
  background: none;
  color: #e4bd63;
}

.bottom_text {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.bottom_text p {
  line-height: 1.4;
  font-size: 18px;
  margin: 0;
}

.main_calculator {
  float: left;
  width: 350px;
}

.half_calc strong {
  display: block;
  width: 100%;
  color: #848e9f;
  font-weight: lighter;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.half_calc .select2-container {
  height: 60px;
  line-height: 60px;
  background: none;
  width: 100% !important;
  border: 1px solid #e6eaf1;
  font-size: 18px;
  color: #000;
  padding: 0 21px;
  background-color: #fff;
}

.counters .half_calc .select2-container {
  background: #fff;
}

.half_calc .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 23px;
  background: url(/local/templates/nbu/css/new_version/../../img/drop_menu.png) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 8px;
  min-height: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pb {
  padding-bottom: 10px;
}

.main_calculator .half_calc {
  padding: 0 10px;
  margin-bottom: 23px;
}

.main_calculator .row {
  margin: 0 -10px;
}

.calc_buffer {
  width: 100%;
  position: relative;
}

.calc_buffer input {
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #e6eaf1;
  padding: 0 21px;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000;
  outline: none;
}

.calc_buffer--money-type {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  text-transform: lowercase;
  color: #848e9f;
  font-size: 18px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.left_transfer {
  float: left;
  width: 370px;
}

.tab_transfer {
  width: 100%;
  overflow: hidden;
  margin-bottom: 11px;
}

.tab_transfer ul {
  margin: 0 -5px;
}

.tab_transfer ul li {
  float: left;
  margin: 0 5px;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
.tab_transfer ul li:before {
  display: none;
}
.tab_transfer ul li span {
  border: 1px solid #e6eaf1;
  height: 80px;
  display: block;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.tab_transfer ul li input[type='radio'] {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab_transfer ul li input[type='radio']:checked + span:before,
.tab_transfer ul li input[type='radio']:checked + span:after {
  display: block;
}

.tab_transfer ul li span:before {
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  top: 0;
  position: absolute;
  border: 3px solid #009ea7;
  border-radius: 5px;
  content: '';
  z-index: 1;
}

.tab_transfer ul li span:after {
  width: 23px;
  height: 23px;
  right: 0;
  display: none;
  bottom: 0;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #009ea7 url(/local/templates/nbu/css/new_version/../../img/donetransfer.png) no-repeat center;
  content: '';
  z-index: 2;
}

.money_transfer {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.counter_block {
  overflow: hidden;
  width: 100%;
  margin-bottom: 18px;
}

.left_transfer button {
  background: #fff;
  outline: none;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  padding: 0 34px;
  height: 60px;
  line-height: 1;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  font-size: 20px;
  font-weight: 500;
}

.left_transfer button:hover {
  background: #e4bd63;
  color: #fff;
}

.right_transfer {
  float: right;
  width: calc(100% - 400px);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.transfer_book {
  background: #fff;
  overflow: hidden;
  padding: 45px 60px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.right_head {
  overflow: hidden;
  width: 100%;
  padding-bottom: 28px;
  margin-bottom: 33px;
  border-bottom: 1px solid #e6eaf1;
}

.left_float {
  float: left;
}

.left_float h6 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #848e9f;
  font-size: 20px;
  font-weight: 500;
}

.left_float p {
  margin: 0;
  font-size: 36px;
  color: #093475;
  line-height: 1;
}

.right_head a {
  float: right;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid #e4bd63;
  padding: 0 34px 0 56px;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
}

.right_head a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 25px;
  background: url(/local/templates/nbu/css/new_version/../../img/icons/pin.svg) no-repeat center;
  background-size: contain;
  content: '';
}

.right_head a:hover {
  background: #e4bd63;
  color: #fff;
}

.right_head a:hover:before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.trans_content {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.trans_content p {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 1.7;
}

.trans_content p:last-child {
  margin-bottom: 0;
}

.heaton {
  margin: 0;
  line-height: 1.45;
  font-size: 18px;
  display: block;
  padding: 43px 0 70px 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.trans_contact {
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.trans_contact i {
  display: block;
  color: #848e9f;
  font-style: normal;
  font-weight: lighter;
  font-size: 20px;
  margin-bottom: 10px;
}

.trans_contact a {
  color: #093475;
  font-size: 24px;
}

.trans_contact .btn-orange {
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 15px;
}

.r_invest {
  float: right;
  padding: 30px 54px 0 54px;
  width: 400px;
  background: #093475;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 420px;
  color: #e4bd63;
}

.investment_block .left_credit {
  width: calc(100% - 400px);
  float: left;
  padding-right: 70px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.r_invest:before {
  top: 0;
  right: -100px;
  background: url(/local/templates/nbu/css/new_version/../../img/ornament.png) repeat-y top;
  height: 100%;
  width: 198px;
  content: '';
  position: absolute;
  z-index: 4;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -1000px;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -1000px;
  }
}

.r_invest ul li {
  margin-bottom: 20px;
  padding-left: 0;
}
.r_invest ul li:before {
  display: none;
}
.r_invest ul li:first-child {
  margin-bottom: 38px;
}

.r_invest i {
  font-style: normal;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 0;
}

.r_invest strong {
  font-weight: lighter;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
}

.r_invest span {
  color: #848e9f;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.r_invest p {
  margin: 0;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.calc_invests {
  overflow: hidden;
  width: 100%;
  margin: 15px 0 36px 0;
}

.inner_calc {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e6eaf1;
  padding: 30px 65px 33px 65px;
}

.inner_calc h3 {
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.45;
  font-size: 24px;
  font-weight: 500;
}

.invest_calc_block {
  float: left;
  width: 170px;
  margin-right: 18px;
}

.invest_calc_block label,
.invest_count_block label {
  font-weight: lighter;
  color: #848e9f;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.wrapp_calc button {
  float: right;
  width: 280px;
  height: 58px;
  line-height: 1;
  text-align: center;
  background: none;
  margin-top: 32px;
  outline: none;
  border: 2px solid #e4bd63;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}

.wrapp_calc button:hover {
  background: #e4bd63;
  color: #fff;
}

.invest_count_block {
  float: left;
  margin-right: 18px;
  width: 350px;
}

.calc_invests a {
  display: table;
  margin: 0 auto;
  color: #848e9f;
  font-size: 18px;
}

.wrapp_calc {
  overflow: hidden;
  padding-bottom: 40px;
}

.r_invest ul {
  position: relative;
  z-index: 3;
}

.calc_invests a:hover {
  color: #009ea7;
}

.tarif_section {
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  margin-bottom: 20px;
}

.tarif_section:last-child {
  margin-bottom: 0;
}
.tarif_section.transparent,
.tarif_section.transparent.active,
.tarif_section.transparent span.open_drop:hover {
  box-shadow: none;
}
.tarif_section.active span.open_drop {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #093475;
  color: #fff;
}
.tarif_section span.open_drop {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px;
  padding-right: 80px;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.4;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  user-select: none;
}
.tarif_section.non-accordion span.open_drop {
  cursor: inherit;
}
.tarif_section span.open_drop:hover {
  -webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.tarif_section.active span.open_drop:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tarif_section span.open_drop:hover:before {
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop_active.png) no-repeat center;
}

.tarif_section.active span.open_drop:hover:before {
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop.png) no-repeat center;
}

.tarif_section.transparent span.open_drop {
  background-color: transparent;
}
.tarif_section.transparent.active span.open_drop:hover,
.tarif_section span.open_drop:hover {
  color: #009ea7;
}
.tarif_section.transparent.active span.open_drop {
  color: #009ea7;
}
.tarif_section.active span.open_drop:hover {
  color: #fff;
}

.tarif_section span.open_drop:before,
.sectionOrganization .accordion-block .accor-ins:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop.png) no-repeat center;
  width: 20px;
  height: 12px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.tarif_section.transparent.active span.open_drop::before {
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop.png) no-repeat center;
  filter: none;
}
.tarif_section.non-accordion span.open_drop::before {
  display: none;
}
.tarif_section.active {
  -webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tarif_section.active span.open_drop:before,
.sectionOrganization .accordion-block .accor-ins.active:before {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.dropper {
  overflow: hidden;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
}
.tarif_section.transparent .dropper {
  background-color: transparent;
}
.tarif_section.non-accordion .dropper {
  display: none;
}
.tarif_section .dropper ul {
  margin: 0;
  padding: 0;
}
.dropper ul li {
  width: 100%;
  border-bottom: 1px solid #e6eaf1;
  padding: 12px 165px 12px 50px;
  overflow: hidden;
  margin: 0;
}

.dropper ul li:nth-child(even) {
  background: #f7f9fb;
}
.dropper ul li:before {
  display: none;
}
.dropper ul li p {
  margin: 0;
  float: left;
  display: block;
  width: calc(100% - 290px);
  font-size: 18px;
  line-height: 1.45;
}

.dropper ul li:last-child {
  border: none;
}

.dropper ul li i {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  float: right;
  line-height: 1.45;
  font-weight: 500;
  display: block;
  width: 230px;
}

.tarif_wrapper {
  padding-bottom: 70px;
}

.vacansy_link {
  width: 100%;
  margin-bottom: 20px;
}

.vacansy_link:last-child {
  margin-bottom: 0;
}

.vacansy_link a {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  padding: 20px 80px 24px 35px;
  color: #000;
}

.vacansy_link a:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 37px;
  width: 20px;
  height: 12px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop.png) no-repeat center;
  content: '';
  transform: rotate(-90deg) translateY(-50%);
  -webkit-transform: rotate(-90deg) translateY(-50%);
}

.vacansy_link a:hover:before {
  background: url(/local/templates/nbu/css/new_version/../../img/tarif_drop_active.png) no-repeat center;
}

.vacansy_link a:hover {
  -webkit-box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.vacansy_link a:hover p {
  color: #009ea7;
}

.vacansy_link p {
  display: block;
  line-height: 1.4;
  margin: 0 0 12px 0;
  font-weight: 500;
  font-size: 24px;
}

.vacansy_link span {
  color: #848e9f;
  font-size: 18px;
}

.vacansy_wrapper {
  padding-bottom: 70px;
}

.vac_pagination {
  overflow: hidden;
  width: 100%;
  padding-top: 34px;
}

.vac_pagination ul {
  margin: 0 auto;
  display: table;
}

.vac_pagination ul li {
  float: left;
  margin-right: 13px;
}

.vac_pagination ul li:last-child {
  margin-right: 0;
}

.vac_pagination ul li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #dcdcdc;
  line-height: 48px;
  text-align: center;
  color: #999999;
  font-size: 18px;
}

.vac_pagination ul li a:hover {
  color: #009ea7;
  border: 2px solid #009ea7;
  line-height: 46px;
}

.vac_pagination ul li span {
  color: #999999;
  position: relative;
  top: 15px;
  font-size: 18px;
}

.vac_pagination ul li a.active {
  background: #009ea7;
  color: #fff;
  border: 1px solid #009ea7;
  line-height: 48px;
}

.vac_pagination ul li.prev {
  background: url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center;
}

.vac_pagination ul li.prev:hover {
  background: url(/local/templates/nbu/css/new_version/../../img/prev_hover.png) no-repeat center;
}

.vac_pagination ul li.next {
  background: url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center;
}

.vac_pagination ul li.next:hover {
  background: url(/local/templates/nbu/css/new_version/../../img/next_hover.png) no-repeat center;
}

.vacancy_cart {
  overflow: hidden;
  width: 100%;
}

.vacancy_contact {
  float: right;
  width: 470px;
  border: 1px solid #e6eaf1;
  border-radius: 10px;
  background: #fff;
  padding: 29px 47px;
}

.vacancy_contact h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 18px 0;
}

.vacancy_contact p {
  line-height: 1.4;
  font-size: 16px;
  margin: 0 0 15px 0;
}

.vacancy_contact a {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  color: #093475;
  font-size: 18px;
  position: relative;
  margin-bottom: 35px;
}

.vacancy_contact a:before {
  background: url(/local/templates/nbu/css/new_version/../../img/resume.png) no-repeat center;
  width: 16px;
  height: 20px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.vacancy_contact ul {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

.vacancy_contact ul li {
  width: 100%;
  margin-bottom: 12px;
}

.vacancy_contact ul li input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e6eaf1;
  height: 60px;
  line-height: 60px;
  outline: none;
  padding: 0 23px;
  font-size: 18px;
}

.recaptcha {
  margin-bottom: 24px;
}

.vacancy_contact input[type='submit'] {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  height: 60px;
  outline: none;
  background: none;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  line-height: 1;
  padding: 0 34px;
  border: 2px solid #e4bd63;
}

.vacancy_contact input[type='submit']:hover {
  background: #e4bd63;
  color: #fff;
}

/* KAMOLIDDIN STYLES */
#owl1 .owl-nav,
.foto-gallary.owl-carousel .owl-nav {
  top: 50%;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.foto-gallary.owl-carousel .owl-nav {
  top: 45%;
}

#owl1 .owl-prev,
#owl1 .owl-next,
.foto-gallary.owl-carousel .owl-prev,
.foto-gallary.owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
  box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.banner:hover #owl1 .owl-prev,
.banner:hover #owl1 .owl-next,
.foto-gallary.owl-carousel:hover .owl-prev,
.foto-gallary.owl-carousel:hover .owl-next {
  opacity: 0.7;
  visibility: visible;
}
#owl1 .owl-prev,
.foto-gallary.owl-carousel .owl-prev {
  left: 20px;
}

#owl1 .owl-next,
.foto-gallary.owl-carousel .owl-next {
  right: 20px;
}

#owl1 .owl-prev::after,
.foto-gallary.owl-carousel .owl-prev::after,
#owl1 .owl-next::after,
.foto-gallary.owl-carousel .owl-next::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-size: contain;
}

#owl1 .owl-prev::after,
.foto-gallary.owl-carousel .owl-prev::after {
  background: url('/local/templates/nbu/css/new_version/../../img/page_prev.png') no-repeat center;
}

#owl1 .owl-next::after,
.foto-gallary.owl-carousel .owl-next::after {
  background: url('/local/templates/nbu/css/new_version/../../img/page_next.png') no-repeat center;
}

.cards {
  position: relative;
}

.card_block {
  float: inherit;
  width: 100%;
  margin-bottom: 20px;
}

.cards .row {
  position: relative;
}

.card_block.big_card {
  max-width: 100%;
  padding: 0 20px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  z-index: 2;
  background-color: white;
  width: 17%;
}

.card_block.big_card p {
  width: 210px;
  font-size: 25px;
}

.into_card {
  margin-top: 0;
  height: 80%;
}

#owl2 {
  position: relative;
}

#owl2 .owl-item {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#owl2 .owl-item.center {
  visibility: hidden;
  opacity: 0;
}

#owl2::after,
#owl2::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
}

#owl2::after {
  right: -40px;
  -webkit-box-shadow: -37px 0 120px 140px rgb(255, 255, 255, 0.7);
  box-shadow: -37px 0 120px 140px rgb(255, 255, 255, 0.7);
}

#owl2::before {
  left: -40px;
  -webkit-box-shadow: 37px 0 120px 140px rgb(255, 255, 255, 0.7);
  box-shadow: 37px 0 120px 140px rgb(255, 255, 255, 0.7);
}

#owl2 .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

#owl2 .btn {
  width: 40px;
  height: 40px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
  box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
  display: inline-block;
}

#owl2 .btn.prev {
  left: 30px;
}

#owl2 .btn.next {
  right: 30px;
}

#owl2 .btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-size: contain;
}

#owl2 .btn.prev:after {
  background: url('/local/templates/nbu/css/new_version/../../img/page_prev.png') no-repeat center;
}

#owl2 .btn.next:after {
  background: url('/local/templates/nbu/css/new_version/../../img/page_next.png') no-repeat center;
}

.border_block {
  position: relative;
  overflow: hidden;
}

.border_block .telegram__icon,
.border_block .uzor__icon {
  max-width: 300px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.border_block .uzor__icon {
  max-width: 330px;
  top: 307px;
  z-index: 0;
}

.border_block--teaser {
  max-width: 400px;
}

.uzor_block ul,
.border_block a {
  left: inherit;
}

.car_block_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.car_block_tabs span.tabs__pattern {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  transition: left 600ms ease 0s;
}

.car_block_tabs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
}

.car_block_tab {
  margin: 5px;
  cursor: pointer;
  font-size: 18px;
  background-color: transparent;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #75d8ea;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 3;
  min-width: 270px;
  box-sizing: border-box;
}
.car_block_tab:first-child {
  margin-left: 0;
}
.car_block_tab:last-child {
  margin-right: 0;
}
.car_block_tab:hover {
  color: #fff;
}

.car_block_tab.active {
  color: #fff;
}

.SimpleCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SimpleCards .card_block {
  width: 20%;
}

.SimpleCards .card_block:nth-last-of-type(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.SimpleCards.with_threecards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.SimpleCards.with_threecards .card_block.big_card {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.SimpleCards .card_block.big_card {
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.SimpleCards .into_card {
  padding: 80px 0;
}

.SimpleCards .card_block.big_card p {
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  margin: auto;
}

.bg-orange {
  background-color: #bf9f52;
  color: #fff;
}
.bg-orange span {
  color: #faebc7;
}

.MainPageCalc {
  background: url('/local/templates/nbu/css/new_version/../../img/MainPageCalc.png') no-repeat center;
  background-size: cover;
  padding: 40px 20px;
  margin-bottom: 50px;
}

.credits-calc .MainPageCalc {
  background: none;
}

.MainPageCalc .calc_credit {
  width: 800px;
  margin: 0 auto 20px;
}

.MainPageCalc .main_calculator {
  width: 400px;
}

.MainPageCalc .right_credit {
  padding: 40px 60px 40px 60px;
}
.small-business-sec.credits .MainPageCalc,
.uz-sec.small-business.credits .MainPageCalc,
.corporate-business-sec.credits .MainPageCalc,
.uz-sec.corporate-business.credits .MainPageCalc {
  background-image: none;
  padding: 0;
}
.rating-of-bank img {
  margin-right: 15px;
}
.calc_credit h2 {
  margin-bottom: 50px;
  text-align: center;
}

.calc_credit.cards {
  text-align: left;
}
.section-map {
  height: 100%;
}
.section-map .map-block .ins-map {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
}

.section-map .map-block .ins-map .check-map .radio-toolbar label {
  padding: 0;
  border-bottom: 2px solid #e6eaf1;
}
.section-map .map-block .ins-map .check-map .radio-toolbar p {
  font-size: 17px;
}
.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label {
  background: transparent;
  color: #009ea7;
  border-bottom: 2px solid;
}
.section-map .map-block .ins-map .check-map {
  border-bottom: none;
}
.section-map .map-block .ins-map .check-map .radio-toolbar input[type='radio']:checked + label p {
  color: #009ea7;
}
.section-map .map-block .ins-map .regions-block .region-list li {
  color: rgb(9, 52, 117);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 0;
  padding: 5px 10px;
  position: relative;
}

.section-map .map-block .ins-map .regions-block .region-list li.active {
  background-color: #eaecefd6;
}

.section-map .map-block .ins-map .regions-block .region-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #eaecefd6;
}

.mapdiv {
  max-width: 700px;
}

.mapdiv .w-50 {
  width: calc(50% - 2px);
  padding-right: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
.section-map .map-block .ins-map .regions-block .region-list li:hover {
  background-color: #f2f5f8;
}
.section-map .map-block .ins-map .regions-block {
  padding: 20px 30px;
  padding-top: 0;
}
.mapdiv:after {
  bottom: 150px;
  left: -15px;
  border-color: transparent #e4bc63 transparent transparent;
}
.section-map .map-block .ins-map .check-map .radio-toolbar label p {
  margin-bottom: 0;
  color: rgb(88, 88, 88);
}
.section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button {
  border: 1px solid #e6eaf1;
}
.section-map .map-block .ins-map .check-map .radio-toolbar {
  padding: 0 30px;
}
.MainPageCalc_desc {
  margin: auto;
  text-align: center;
  line-height: 20px;
}

.for_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.MainPageCalc.Malomu-biznes {
  background-image: none;
  background-color: #f8f8f8;
  margin-bottom: 0;
}

.contact-info-inner {
  max-width: 470px;
  width: 100%;
  height: 100%;
  min-height: 1px;
  padding: 40px 45px 30px;
  background-color: #ffffff;
  border: 1px solid rgb(230, 234, 241);
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
  float: left;
}

.contact-info-inner h3 {
  font-size: 24px;
  line-height: 1.1;
}

.contact-info-inner h4 {
  line-height: 1.3;
}

.contact-info-inner--icon {
  position: absolute;
  top: 25px;
  right: 25px;
}

.inner_wrapper p a {
  font-size: 18px;
  color: #093475;
  line-height: 1.556;
  text-align: left;
}

.map-info {
  width: 100%;
  max-width: 580px;
  margin-right: -100%;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 0 36px;
  padding-top: 80px;
  transition: 0.5s;
}

.map-info--active {
  margin-right: 0%;
}

.map-info__rounded {
  position: absolute;
  top: 2%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #e6eaf1;
  border-radius: 50%;
  cursor: pointer;
}

.map-info__title {
  display: block;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

.map-info__content {
  overflow-y: auto;
  height: 650px;
}

.map-info__content div {
  padding-right: 10px;
}

.map-info__content::-webkit-scrollbar {
  width: 6px;
}

.map-info__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009ea7;
}

.map-info__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009ea7;
}

.map-info__content::-webkit-scrollbar-track {
  background-color: #ecedee;
  border-radius: 10px;
}

.map-info__content .w-50 {
  margin-bottom: 12px;
  display: block;
  font-size: 18px;
}

.map-info__content br {
  display: none;
}

.map-info__content .w-50 strong {
  display: block;
  font-size: 16px;
  color: #848e9f;
  font-weight: normal;
}

.map-info__txt {
  display: block;
  font-size: 16px;
  color: #848e9f;
}

.map-info__subtxt {
  display: block;
  font-size: 18px;
}

@media (max-width: 992px) {
  .border_block p {
    margin-bottom: 15px;
  }
}

@media (max-width: 766px) {
  .map-info {
    top: unset;
    bottom: 0;
    height: 841px;
    padding: 0 15px;
    width: 75%;
  }
  .map-info__title {
    font-size: 20px;
    padding-top: 54px;
  }
  .map-info__content {
    height: 685px;
  }
  .section-map .map-block .ins-map .check-map .radio-toolbar label {
    width: 100%;
  }
  .map-info__content .w-50 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .map-info__content {
    height: 650px;
  }
}

.contact-info-document {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid rgb(230, 234, 241);
}

.contact-info-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 25px;
}

.contact-info-document span {
  font-size: 18px;
  display: block;
  color: #848e9f;
}

.contact-info-document svg {
  width: 70px;
  margin-right: 20px;
}

.bread_crumbs ul {
  margin: 0 auto;
}

.bread_crumbs li::before {
  display: none;
}

.inner_wrapper table thead {
  border-bottom: 2px solid #264c85;
}

.inner_wrapper table thead th {
  color: #093475;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 10px;
  text-align: center;
  border: none;
}
.inner_wrapper table thead tr:hover {
  background-color: #e6e6e685;
}
.inner_wrapper table tbody tr:hover {
  background-color: #009ea7b3;
}
.inner_wrapper table tbody tr:hover td {
  color: #fff;
}
.inner_wrapper table tbody {
  border-bottom: 1px solid rgb(230, 234, 241);
}
.inner_wrapper table thead tr,
.inner_wrapper table tbody tr {
  transition: 0.2s ease;
}

.inner_wrapper table tbody td {
  padding: 15px 10px;
  text-align: center;
  border: none;
  font-size: 16px;
}

.foto-gallary.owl-carousel {
  display: block;
  margin: 20px auto 40px;
}

.foto-gallary .item {
  position: relative;
  padding-bottom: 40px;
}

.foto-gallary i {
  position: absolute;
  bottom: 0;
  left: 0;
  font-style: normal;
  font-size: 18px;
  color: rgb(132, 142, 159);
}
.part_wraps {
  text-align: left;
}

.inner_wrapper table td {
  padding: 15px 10px;
}
.contentpages {
  padding: 0;
}
.contentpages ul {
  margin-bottom: 40px;
  margin-top: 0;
}
.contentpages li {
  padding-left: 5px;
}
.contentpages h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.made_in {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.made_in a {
  width: max-content;
}
.made_in a img {
  width: 111px;
}

.credit_head {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.inner_docs img {
  min-width: 40px;
  margin-right: 20px;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 15px 20px;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a::after,
.tenders-sec .bossesSection .boss-ins .charter div a::after,
.tenders .bossesSection .boss-ins .charter div a::after {
  display: none;
}
.bossesSection .boss-ins .charter div.oreder-boss.inner_docs a span {
  font-size: inherit;
  margin-top: 0;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a {
  color: #999999;
  border: 1px solid #999999;
  text-decoration: none;
  font: 400 18px/32px GoogleSans;
  width: 50px;
  height: 50px;
  background: transparent;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a:hover {
  border-color: #0b9fa5;
  color: #0b9fa5;
}
.bossesSection .boss-ins .charter div.oreder-boss .paging a.modern-page-current {
  background: transparent;
  background: #0b9fa5;
  color: #fff;
  margin-bottom: 0;
  border-color: #0b9fa5;
}
.tarif_section .boss-subb p {
  font: 400 18px/26px GoogleSans;
  color: #848e9f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tarif_section .open_drop:hover span {
  color: #009ea7;
}
.tarif_section.active .open_drop .boss-subb p {
  color: #b1b8c6;
}
.tarif_section .boss-contact {
  font: 300 18px/26px GoogleSans;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.tarif_section .boss-contact span,
.tarif_section .boss-contact strong {
  margin-right: 10px;
}
.tarif_section .boss-contact strong a {
  color: #093475;
}
.tarif_section.active .boss-contact,
.tarif_section.active .boss-contact strong a,
.tarif_section.active .boss-contact strong {
  color: #fff;
}
.tarif_section.active .boss-contact span {
  color: #b1b8c6;
}
.tarif_section .open_drop .boss-contact i {
  background: url('/local/templates/nbu/img/phone-bosses.png') no-repeat center;
  background-size: contain;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.tarif_section.active .open_drop .boss-contact i {
  background: url('/local/templates/nbu/img/phone-bosses_active.png') no-repeat center;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.tarif_section.bosses:last-child {
  margin-bottom: 30px;
}
.tarif_section.bosses .dropper .boss-text {
  padding: 0;
}
.tarif_section.bosses .dropper ul li {
  border: none;
  margin: 0;
  padding: 0px 25px;
}
.tarif_section.bosses .dropper p {
  margin-left: 30px;
  margin-right: 0;
  padding: 10px 0;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tarif_section.bosses .dropper ul li:before {
  display: block;
  content: '';
  position: absolute;
  left: 30px;
  top: 22px;
  width: 12px;
  height: 2px;
  background-color: #009ea7;
}
.tarif_section.transparent.bosses .dropper ul li:nth-child(even) {
  background-color: transparent;
}
.tarif_section.bosses .dropper ul li:nth-child(even) {
  background: #fff;
}
.tarif_section.bosses .dropper h3 {
  padding: 20px 30px 10px;
  margin: 0;
}
.tarif_section.bosses .boss-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tarif_section.bosses .boss-left {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tarif_section.bosses .boss-left p {
  font-weight: 600;
  width: calc(100% - 30px);
}
.tarif_section.bosses .boss-right {
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px;
  margin-left: 40px;
}

.youth-news.liders .sidebar {
  display: none;
}

.sidebar.about-bank {
  margin-bottom: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
}

.mobile-accordion {
  color: #0a2e6a;
  line-height: 1.4;
  font-size: 16px;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-weight: 500;
  display: none;
}
.sidebar .mobile-accordion:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url('/local/templates/nbu/css/new_version/../../img/arrow-down.png') no-repeat center;
  width: 14px;
  height: 8px;
}
.sidebar ul.menu {
  position: relative;
  background-color: transparent;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  padding-top: 0;
}

.sidebar.about-bank::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('/local/templates/nbu/css/new_version/../../img/pattern.svg') repeat top center;
  background-size: 99%;
  width: 34px;
  height: 100%;
  z-index: 2;
  border-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidebar ul.menu li {
  padding-left: 35px;
}
.sidebar ul.menu li a {
  color: #848e9f;
  border: none;
  border-radius: 0;
  line-height: 1.4;
  font-size: 18px;
}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li a.active {
  background: #fff;
  color: #009ea7;
}
.link-invatation {
  margin-bottom: 20px;
  position: relative;
}
.link-invatation a {
  padding: 30px;
  padding-right: 80px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: 0.25s ease-in-out;
  box-shadow: 0px 15px 30px 0px transparent;
}
.link-invatation::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  background: url(/local/templates/nbu/css/new_version/../../img/arrowright.png) no-repeat center;
  width: 12px;
  height: 20px;
  transition: 0.25s ease-in-out;
}
.link-invatation:hover a {
  color: #009ea7;
  box-shadow: 0px 15px 30px 0px rgba(9, 52, 117, 0.15);
}
.link-invatation:hover::after {
  background: url(/local/templates/nbu/css/new_version/../../img/arrowright_acive.png) no-repeat center;
}

/* .charter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
} */
.charter__item {
  flex-basis: 50%;
}
.reception-time {
  max-width: 800px;
  margin: auto;
}
.reception-time h2 {
  text-align: center;
  font-size: 32px;
}
.bossesSection .boss-ins .charter__item p {
  font-size: 18px;
  line-height: 1.5;
}
.bossesSection .charter h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
}
.charter__text {
  padding-left: 40px;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.charter__text::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url('/local/templates/nbu/css/new_version/../../img/clock.png') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.bossesSection .boss-ins .charter__item div.oreder-boss.inner_docs a {
  padding: 20px;
}

.vacancyform__item {
  position: relative;
  margin-bottom: 15px;
}
.vacancyform__item label {
  position: absolute;
  left: 20px;
  top: 50%;
  transition: 0.2s ease;
  transform: translateY(-50%);
  font-weight: 400;
  color: #848e9f;
}
.vacancyform__item input:focus + label,
.vacancyform__item input:valid + label {
  top: 23%;
  font-size: 14px;
}

.select2-results__option[aria-selected] {
  line-height: 1.4;
  padding: 15px;
}
.half_calc .select2-container {
  padding-right: 45px;
}

.infocontact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.friendship-society-uzbekistan-japan .infoblock {
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: calc(100% - 60px);
}
.friendship-society-uzbekistan-japan .infotext {
  float: none;
  width: 100%;
  margin: 0;
  padding: 30px 50px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.infocontact__item {
  width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.infocontact__item img {
  display: inline-block;
  margin-right: 5px;
}
.infocontact__item p {
  display: inline-block;
  width: 86%;
  vertical-align: top;
}

.noUi-connects {
  position: relative;
  overflow: inherit;
}
.noUi-connects:before {
  position: absolute;
  content: '';
  top: 20%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}

.galslider {
  width: 66.66%;
  margin: auto;
  margin-bottom: 30px;
}
.TableResponsive {
  max-width: 100%;
  overflow: auto;
  cursor: grab;
}
.TableResponsive a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  color: #093475;
}
.TableResponsive a:hover {
  border-color: #093475;
  transition: 0.2s ease;
}
.simple table {
  background-color: transparent;
}
.seyf-img {
  padding-left: 30px;
}
.safe-teaser__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: end;
  align-items: end;
  margin-bottom: 60px;
}
.safe-teaser__img {
  margin-right: 20px;
}
.safe-teaser__item:first-child .safe-teaser__img,
.safe-teaser__item:nth-child(2) .safe-teaser__img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background-color: rgb(230, 234, 241, 0.3);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 10px;
}
.safe-teaser__item:last-child .safe-teaser__img img {
  min-width: 50px;
  margin-top: 5px;
}
.safe-teaser__item:nth-child(2) .safe-teaser__desc {
  padding-top: 20px;
}
.safe-teaser__desc strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-bottom: 10px;
}
.safe-teaser__desc span {
  color: #848e9f;
  font-size: 18px;
  line-height: 1.8;
  display: block;
}
.press_contact h3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.press_contact__block {
  width: max-content;
  margin: auto;
  margin-bottom: 65px;
}
.press_contact__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.press_contact__img {
  margin-right: 20px;
  min-width: 24px;
  text-align: center;
}
.press_contact__desc {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
.video-js {
  margin: auto;
  margin-bottom: 50px;
}
.a_bank {
  text-align: center;
  margin-bottom: 30px;
}
.a_bank h2 {
  text-align: center;
}
.PageNotFound {
}
.a_bank {
  text-align: center;
  margin-bottom: 30px;
}
.a_bank h2 {
  text-align: center;
}
.PageNotFound .a_bank {
  padding-bottom: 60px;
}
.img-404 {
  margin-bottom: 50px;
}
.PageNotFound__white-side {
  background-color: #ffffff;
}
.PageNotFound .search-block-404 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.PageNotFound h1 {
  font-size: 30px;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 15px;
}
.PageNotFound h1 span {
  font-size: 20px;
  color: #999;
  text-transform: lowercase;
  font-weight: 400;
}
.PageNotFound .search-block-404 h2,
.PageNotFound .map-of-site-404 h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.search-block-404 .form_popup {
  margin-top: 0;
}
.search-block-404 .form_popup span {
  background: url(/local/templates/nbu/img/search.svg) no-repeat center;
  filter: inherit;
  top: 0;
}
.search-block-404 .form_popup button {
  color: #000;
  font-size: 24px;
  padding-right: 0;
}
.search-block-404 .form_popup input {
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 55px;
  color: #444;
  border-color: #093475;
  border-width: 1.5px;
}
.search-block-404 .form_popup input::placeholder {
  color: #000;
  opacity: 0.3;
}
.map-of-site__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 60px;
}
.map-of-site__block .l-map {
  width: 33.33333337%;
  display: inline-block;
}
.map-of-site__block .l-map h3 {
  font-weight: 500;
}
.map-of-site__block .l-map li {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.map-of-site__block .l-map li::before {
  display: none;
}
.newsSection ul,
.newsSection ol {
  margin: 10px 0;
}

/* SEARCH PAGE */
.search-result {
  color: #000;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  line-height: 1.867;
  text-align: center;
  width: 100%;
}

div.search-advanced-result {
  width: 100%;
}

.santoher form {
  padding: 0;
}

.santoher h1 {
  margin-bottom: 20px;
}

.santoher button {
  background-color: transparent;
  color: #000 !important;
  height: auto;
  font-weight: 400;
  font-size: 24px;
  padding: 0;
  padding-left: 10px;
  transition: 0.2s ease;
  margin-right: 0;
}
.santoher button:hover {
  background-color: transparent;
  color: #093475 !important;
}
.search-page {
  padding: 0 20px;
}
div.search-page input.search-query,
div.search-page input.search-suggest,
table.search-filter input.input-field,
table.search-filter select.select-field {
  font-size: inherit;
  color: #000;
  font-size: 24px;
  line-height: 2.5;
  height: auto;
  padding-left: 50px;
}
.santoher form {
  border-bottom: 2px solid #093475;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}

.santoher form::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('/local/templates/nbu/images/icons/search.svg') no-repeat center;
  width: 30px;
  height: 30px;
}

font.notetext {
  color: #009ea7;
}
div.search-advanced {
  padding-top: 0;
}
div.search-result {
  margin-top: 15px;
}

div.search-result p {
  margin-bottom: 5px;
}
div.search-item {
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
div.search-item h4 {
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
.search-preview {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}
div.search-item h4 a {
  font-size: 24px;
  color: #000;
  line-height: 1.417;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}
.searchpage .paging {
  margin-top: 35px;
  margin-bottom: 50px;
}
.search-sec .bread_crumbs,
.search .bread_crumbs {
  display: none;
}
.search-result table {
  margin-bottom: 50px;
}
.search-result table tbody td {
  text-align: left;
}
table {
  width: 100%;
}

.MainPageNewsList {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f3f8ff;
}
.newsSection .news-block .news-title span {
  display: inline-block;
}
.viewcounter {
  position: relative;
  padding-left: 30px;
  float: right;
}
.viewcounter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('/local/templates/nbu/images/eye.svg') no-repeat center;
  background-size: cover;
  width: 21px;
  height: 15px;
  opacity: 0.3;
}
@media only screen and (max-width: 992px) {
  .top_contact {
    flex-wrap: wrap;
  }
  .contact_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
  }
  .my_bank ul li a span {
    top: 57%;
  }
  .contact_blocksSvg {
    max-width: inherit;
    width: 40%;
  }
  .bottom_menu_footer ul li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .top_contact {
    flex-direction: column;
  }
  .contact_block {
    max-width: 100% !important;
    width: 100%;
    padding-left: 0;
  }
  .als-cookie-button div {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.grafikWork {
  display: inline-block;
  margin-top: 15px;
  width: 75%;
  position: relative;
  padding-left: 40px;
  margin-right: 0 !important;
  /*margin-left: auto;*/
  transition: 0.3s ease;
}
.tarif_section .open_drop:hover span.grafikWork {
  color: #000;
}
.tarif_section.active .boss-contact span.grafikWork {
  color: #b1b8c6;
}
.grafikWork:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url('/local/templates/nbu/images/oclock-simple.png') no-repeat center;
  width: 24px;
  height: 24px;
  transition: 0.2s ease;
}
.tarif_section.active .open_drop .boss-contact .grafikWork:before {
  background: url('/local/templates/nbu/images/oclock.png') no-repeat center;
}
@media (max-width: 768px) {
  .grafikWork {
    width: 100%;
    display: block;
  }
}

/* LIVE CHAT */
.callback__live-chatBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #009ea7;
  z-index: 4;
  cursor: pointer;
}

.callback__live-chatBtn::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 19px;
  right: 19px;
  bottom: 19px;
  background: url('/local/templates/nbu/images/live-chat.png') no-repeat center;
  background-size: 100%;
}

.callback__Overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 21;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.callback__Overlay--active {
  visibility: visible;
  opacity: 0.5;
}
.callback__form {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  border-radius: 10px;
  padding: 40px 50px;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.12);
  background-image: url('/local/templates/nbu/images/bg-bahrama.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

#getCardSuccess {
  text-align: left;
  max-width: 920px;
  width: 95%;
}
.callback__form--active {
  visibility: visible;
  opacity: 1;
}
.callback__form::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.callback__CloseBtn {
  position: absolute;
  top: -47px;
  right: -47px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  opacity: 0.78;
  transition: 0.2s ease;
  background: url(/local/templates/nbu/images/close.png) no-repeat center;
}

.callback__CloseBtn:hover {
  opacity: 1;
}

.callback__Success {
  position: fixed;
  width: calc(50% - 30px);
  top: 0;
  left: 0;
  bottom: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 2;
  background: url('/local/templates/nbu/css/new_version/../../images/icons/man.svg') no-repeat left bottom / contain;
  background-size: 95%;
  background-color: #e6eaf1;
  display: none;
}

.callback__Success--content {
  margin-top: 103px;
  margin-left: 50px;
  margin-right: 37.5px;
}

.callback__Success--content p {
  font-size: 18px;
  line-height: 1.444444;
  font-weight: 300;
}

.callback__form h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
.callback__form h3,
.callback__Success__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  max-width: inherit;
  width: 100%;
}
.callback__Success__title {
  margin-bottom: 10px;
}

.callback__List {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.callback__Item {
  width: calc(50% - 30px);
}
.callback__Item:first-child {
  margin-right: 50px;
}
.callback__formItem {
  position: relative;
  margin-bottom: 15px;
}
.callback__formItem input {
  width: 100%;
  padding: 19px 24px 15px;
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  font-size: 18px;
  line-height: 1.222222;
  color: #000;
}
.callback__formItem label {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 24px;
  font-weight: 400;
  pointer-events: none;
  transition: 0.25s;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  color: #767676;
}
.callback__formItem input:focus + label,
.callback__formItem input:valid + label,
.callback__formItem .callback__formInput--active {
  /*	font-size: 12px;
	top: 5px;*/
  opacity: 0;
}
.callback__formItem textarea {
  resize: none;
  width: 100%;
  padding: 19px 24px;
  border-radius: 6px;
  border: 1px solid #e6eaf1;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}
.callback__formItem input[type='submit'] {
  width: 100%;
  padding: 19px 24px;
  border-radius: 6px;
  border: 2px solid #e4bd63;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #000;
  background-color: #fff;
  transition: 0.3s ease;
}
.callback__formItem input[type='submit']:hover {
  background: #e4bd63;
  color: #fff;
}
.callback__ContactItem {
  font-size: 18px;
  line-height: 1.55555;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  font-weight: normal;
}
.callback__ContactItem::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}
.callback__ContactItem.phone::before {
  background: url('/local/templates/nbu/img/icons/phone.svg') no-repeat center;
  width: 20px;
  height: 30px;
}
.callback__ContactItem.email::before {
  background: url('/local/templates/nbu/img/icons/envelope.svg') no-repeat center;
  width: 24px;
  height: 18px;
}
.callback__ContactItem.email::before {
  background: url('/local/templates/nbu/img/icons/envelope.svg') no-repeat center;
  width: 24px;
  height: 18px;
}
.callback__ContactItem.address::before {
  background: url('/local/templates/nbu/img/icons/pin.svg') no-repeat center;
  width: 18px;
  height: 25px;
}
.callback__ContactItem.telegramm::before {
  background: url('/local/templates/nbu/img/icons/shape32.svg') no-repeat center;
  width: 24px;
  height: 25px;
}
.callback__ContactItem a {
  display: block;
}
.callback__ContactItem a:hover {
  color: #009ea7;
}
.icon-phone svg {
  width: 16px;
  margin-right: 10px;
}
.header_phone .icon-phone svg path,
.header_phone .icon-arrow svg path {
  transition: 0.3s ease;
}
.header_phone:hover .icon-phone svg path,
.header_phone:hover .icon-arrow svg path {
  fill: #ffffff !important;
}
.icon-arrow {
  display: flex;
  align-items: center;
}
.icon-arrow svg {
  width: 16px;
  height: 8px;
  margin-left: 6px;
}
.phone-dropdown {
  position: absolute;
  width: 260px;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
  left: 50%;
  top: 130%;
  transform: translateX(-50%);
  padding: 10px 13px;
  color: #000;
  border: 1px solid #e6eaf1;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;

  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease 15ms;
}
.phone-dropdown:before,
.phone-dropdown:after {
  position: absolute;
  content: '';
  background: transparent;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #e6eaf1;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -10px;
}
.phone-dropdown:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-top: -9px;
}
.phone-dropdown span {
  font-weight: 600;
}
.header_phone:hover .phone-dropdown {
  visibility: visible;
  opacity: 1;
}

span.errors_m {
  color: #840f0f;
}
header .mobile_menu .overflow_menu li a.link-drop {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .icon-phone svg {
    display: none;
  }
  .my_bank {
    top: 18px !important;
  }
}
@media only screen and (max-width: 992px) {
  .my_bank {
    top: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .copyrights {
    flex-direction: column;
  }
  .copyrights_p {
    width: 100%;
  }
  .copyrights_raiting {
    padding: 15px 0;
  }
  .my_bank {
    top: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .als-cookie-button div {
    font-size: 12px;
  }
}

.als-cookie-button.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
}
.als-cookie-button {
  visibility: hidden;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transform: translate3d(0, 110%, 0);
  opacity: 0;
  z-index: 999;
  text-align: center;
  font-size: 16px;
  font-family: ALSArtemiusSans, Helvetica, sans-serif;
}
.als-cookie-button div {
  line-height: 25px;
  display: inline-block;
  color: #000;
  background-color: none;
  font-weight: normal;
  border-radius: 6px;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.als-cookie-button .block-cookie {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.08);
}
.als-cookie-button button {
  border: 2px solid #e4bd63;
  background: #fff;
  font-size: inherit;
  border-radius: 6px;
  outline: 0;
  display: inline-block;
  right: 5px;
  top: 5px;
  bottom: 5px;
  cursor: pointer;
  color: #000;
  padding: 5px 50px;
  transition: all 0.3s;
}
.als-button:hover {
  transition: 0.3s;
  color: #fff;
  background: #e4bd63;
}
.banner_content a[href='#request_form'] {
  display: none;
}
.bottom_menu_footer ul {
}
.bx-context-toolbar-empty-area {
  overflow: visible;
}
.bottom_menu_footer ul li {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  padding-left: 0;
}
.fade-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fade-left {
  -webkit-animation-name: fadeInLeft !important;
  animation-name: fadeInLeft !important;
}

/* Fruit credit */

.fruit-credit .inner_wrapper {
  padding-top: 0;
}

.fruit-credit--banner {
  position: relative;
}
.fruit-credit--banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.fruit-credit h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
  max-width: 1000px;
  width: 100%;
  z-index: 1;
  margin-bottom: 40px;
}

.fruit-credit--wrap {
  max-width: 800px;
  width: 100%;
  margin: 70px auto;
  padding: 0 15px;
}

.fruit-credit h3 {
  margin-bottom: 20px;
}

.fruit-credit h4 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.8666;
}

.fruit-credit li {
  margin-bottom: 5px;
}

.fruit-credit .news_form button,
.fruit-credit .news_form input[type='submit'] {
  border: 2px solid #009ea7;
}

.fruit-credit .news_form button:hover,
.fruit-credit .news_form input[type='submit']:hover {
  background: #009ea7;
  color: #fff;
}

.fruit-credit .news_text h4 {
  line-height: 1.3;
  margin-bottom: 0;
}

.normative-legal-documents-sec .charter,
.normative-legal-documents .charter {
  margin-bottom: 20px;
}

.covid-19 {
  background: #555555 0% 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 25px 60px;
  margin-top: 30px;
}
.covid-19 p {
  color: #fff;
}
.covid-19__wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.covid-19__wrap:before,
.covid-19__wrap:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 42px;
  background: url(/local/templates/nbu/css/new_version/../../images/icons/warning.svg) no-repeat center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: -50px;
}
.covid-19__wrap:after {
  transform: translateY(-50%) translateX(100%);
  left: inherit;
  right: -50px;
}

/* CALC CREDIT */
.calc_credit {
  background: rgba(230, 234, 241, 0.5);
  border-radius: 8px;
  max-width: 997px;
  min-width: 997px;
  padding: 45px 80px 30px;
}

.newCreditCalcWithTable {
  width: auto;
  float: none;
}

.calc_credit .newCreditCalcWithTable h5 {
  font-size: 24px;
  line-height: 1.25;
}

.newCreditCalcWithTable .half_calc strong {
  font-size: 16px;
  line-height: 1.375;
}

.showDetailCalcTable {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding: 17px 35px;
  background-color: #fff;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  transition: 0.2s ease;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.showDetailCalcTable:hover {
  color: #fff;
  background-color: #e4bd63;
}

.main_calculator__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.main_calculator__wrap .main_calculator__item {
  width: 50%;
  margin: 0;
}

.newCreditCalcWithTable .half_calc {
  padding: 0 6px;
}

.newCreditCalcWithTable .half_calc .select2-container {
  padding: 0 15px;
  padding-right: 43px;
}

.newCreditCalcWithTable .half_calc .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 9px;
}

.calcResultTable {
  max-width: 997px;
  margin: auto;
  margin-bottom: 30px;
}

.calcResultTable h4 {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}

.calcResultTable__wrap {
  max-height: 800px;
  overflow-y: auto;
  padding-right: 5px;
}

.calcResultTable__wrap::-webkit-scrollbar-track,
.calcResultTable.exch_table table::-webkit-scrollbar-track {
  background-color: #ecedee;
  border-radius: 10px;
}

.calcResultTable__wrap::-webkit-scrollbar,
.calcResultTable.exch_table table::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ecedee;
}

.calcResultTable__wrap::-webkit-scrollbar-thumb,
.calcResultTable.exch_table table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #009ea7;
}

.calcResultTable.exch_table table thead tr {
  border-bottom: 2px solid #264c85;
}
.calcResultTable.exch_table table tbody tr {
  border-bottom: 0;
}

.calcResultTable.exch_table table tr th {
  font-weight: 500;
  color: #093475;
}

.calcResultTable.exch_table table tr td,
.calcResultTable.exch_table table tr th {
  text-align: center;
}

.calcResultTable.exch_table table tr td:first-child,
.calcResultTable.exch_table table tr th:first-child {
  padding-left: 0;
  text-align: center;
}
.calcResultTable.exch_table table tr td:last-child,
.calcResultTable.exch_table table tr th:last-child {
  padding-right: 0;
  text-align: center;
}

.pckResult {
  text-align: center;
  margin: 24px auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.infolist {
  position: relative;
  background: rgba(230, 234, 241, 0.5);
  border-radius: 8px;
  padding: 20px 30px;
  padding-left: 85px;
}

.infolist:before {
  content: '';
  background: url('/local/templates/nbu/img/icons/docs/pdf.svg') no-repeat center;
  width: 36px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.infolist a {
  font-size: 18px;
  line-height: 1.333333;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.infolist span {
  font-size: 15px;
  padding: 10px 18px;
  margin-left: 20px;
  display: inline-block;
  border-left: 2px solid rgba(230, 234, 241, 0.5);
  text-transform: uppercase;
  color: #093475;
}

.infolist__mobile-download {
  display: none;
}

.bottom_text {
  margin-bottom: 20px;
}

.updated-date {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

@media (max-width: 1200px) {
  .covid-19__wrap:before {
    left: 0;
  }
  .covid-19__wrap:after {
    right: 0;
  }
}

@media (max-width: 520px) {
  .covid-19 {
    padding: 10px;
  }
  .covid-19__wrap {
    padding: 60px 0 10px;
  }
  .covid-19__wrap:before,
  .covid-19__wrap:after {
    top: -40px;
    transform: translateY(100%) translateX(-50%);
  }
  .covid-19__wrap:before {
    left: 50%;
  }
  .covid-19__wrap:after {
    right: inherit;
    left: 50%;
  }
}
.vote-item-vote:before {
  display: none;
}

/* MILLIY MOBILE POPUP */

.milliy-mobile--popup {
  background-color: #f4f8ff;
  box-shadow: 0px 0px 12px #09347524;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 75px;
  background: #fff;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  bottom: -75px;
  transition: 0.3s ease-out 300ms;
}
.milliy-mobile-popup--teaser {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.3;
}
.milliy-mobile-popup--teaser img {
  width: 60px;
  height: 60px;
  margin-right: 11px;
}
.milliy-mobile-popup--button {
  background: #009ea7 0% 0% no-repeat padding-box;
  border-radius: 100px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.milliy-mobile-popup--close {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 3px;
  cursor: pointer;
}

@media (max-width: 359px) {
  .milliy-mobile-popup--teaser {
    font-size: 12px;
    margin-right: 15px;
  }
  .milliy-mobile-popup--teaser img {
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }
  .milliy-mobile-popup--button {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .milliy-mobile--popup {
    display: none;
  }
}

.money-transfer .tabs_head ul li {
  padding-left: 0;
}
.money-transfer .tabs_head ul li:first-child {
  padding-right: 46px;
}
.money-transfer .tabs_head ul li:before {
  top: inherit;
}
.money_transferIntro {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 60px;
  margin-bottom: 90px;
  overflow: hidden;
}
.money_transferIntro--title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16666;
  letter-spacing: 0px;
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 35px;
}
.money_transferIntro--list {
}
.money_transferIntro--listItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 510px;
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}
.money_transferIntro--listItem.v2 {
  flex-direction: row-reverse;
}
.money_transferIntro--listItem--teaser {
  margin-top: 120px;
  max-width: 400px;
  margin-left: 80px;
}
.v2 .money_transferIntro--listItem--teaser {
  margin-left: 0;
  margin-right: 80px;
}
.money_transferIntro--listItem--title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.money_transferIntro--listItem--img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  right: -50px;
  top: 30px;
}
.v2 .money_transferIntro--listItem--img {
  right: inherit;
  left: 80px;
  top: 0;
}
.money_transferIntro--listItem--img img {
  max-width: 310px;
  height: auto;
}
body.safari .money_transferIntro--listItem--img img {
  max-height: 650px;
}
.money_transferIntro--listItem--img img:first-child {
  position: relative;
  z-index: 1;
}
.v2 .money_transferIntro--listItem--img img:first-child,
.money_transferIntro--listItem--img.v2 img:first-child {
  top: 50px;
  z-index: 0;
}
.money_transferIntro--listItem--img img:last-child {
  position: relative;
  z-index: 0;
  left: -130px;
  top: 50px;
}
.v2 .money_transferIntro--listItem--img img:last-child,
.money_transferIntro--listItem--img.v2 img:last-child {
  top: -200px;
  z-index: 1;
}
.money_transferIntro--download {
  background: url('/local/templates/nbu/images/money-transfer-images/uzor-white.png') no-repeat top left, #093475;
  background-size: contain;
  padding: 60px 20px;
}
.money_transferIntro--downloadTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16666;
  letter-spacing: 0px;
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 35px;
  color: #fff;
}
.money_transferIntro--downloadBtn {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.money_transferIntro--downloadBtn li {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
.money_transferIntro--downloadBtn li:before {
  display: none;
}
.money_transferIntro--downloadBtn a {
  border-radius: 6px;
  border: 2px solid #e4bd63;
  line-height: 58px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  bottom: 0;
  padding-left: 65px;
  z-index: 1;
}
.money_transferIntro--downloadBtn a:hover {
  background: #e4bd63;
  color: #fff;
}
.money_transferIntro--downloadBtn a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 25px;
  background: url(/local/templates/nbu/css/new_version/../../img/tg.svg) no-repeat center;
  width: 36px;
  height: 30px;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  content: '';
}
.money_transferIntro--downloadBtn li.appstore a::before {
  background: url(/local/templates/nbu/css/new_version/../../img/appstore.png) no-repeat center;
  width: 26px;
  height: 32px;
}
.money_transferIntro--downloadBtn li.googlestore a::before {
  background: url(/local/templates/nbu/css/new_version/../../img/googlestore.png) no-repeat center;
  background-size: contain;
  width: 26px;
  height: 29px;
}
.money_transferTabLogo {
  max-width: 36px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 0;
}

/* Custom hamburger */
.custom-header-hamburger {
  position: absolute;
  right: 15px;
  left: inherit;
  padding: 0;
  top: 26px;
  transform: none;
  width: 26px;
  text-align: right;
  display: none;
}
.custom-header-hamburger .hamburger-box {
  width: 24px;
  height: 19px;
}
.custom-header-hamburger .hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 24px;
  height: 2px;
  border-radius: 0;
}
.custom-header-hamburger .hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #093475;
}
.custom-header-hamburger.hamburger.is-active .hamburger-inner,
.custom-header-hamburger.hamburger.is-active .hamburger-inner:after,
.custom-header-hamburger.hamburger.is-active .hamburger-inner:before {
  background-color: #009ea7;
}
.custom-header-hamburger.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}
.mobile_menu {
  display: none;
}

/* Custom btn */
.btn-orange {
  color: #000;
  background-color: #fff;
  outline: none;
  border: 2px solid #e4bd63;
  border-radius: 6px;
  padding: 12px 34px;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.btn-orange:hover {
  background-color: #e4bd63;
  color: #fff;
}

.trans_contact .btn-orange {
  color: #000;
}

.trans_contact .btn-orange:hover {
  color: #fff;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  overflow: hidden;
  background: #fff;
  z-index: 1002;
}

.preloader__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -65%, 0);
  max-width: 170px;
}
.loaded_hiding .preloader {
  transition: 0.4s opacity 10ms;
  opacity: 0;
}

.loaded .preloader {
  opacity: 0;
  visibility: hidden;
}

.banner_block i.mobile-img {
  display: none;
}

.selectyears,
.selecthalfMonth {
  padding: 10px;
  margin: 0 0 10px 0;
}

@media (max-width: 445px) {
  .banner_block i.mobile-img {
    display: block;
  }
}

/* NEW VERSION NEWS COLLABSE*/
.secondNews__colabse {
}

.secondNews__colabse--item {
  margin-bottom: 0;
}

.secondNews__colabse--title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.secondNews__colabse .secondNews__colabse--list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 5ms, all 0.3s;
}

.secondNews__colabse--list li.secondNews__colabse--listItem {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.secondNews__colabse--listItem:before {
  display: none;
}
.secondNews__colabse--list li.secondNews__colabse--listItem.active,
.secondNews__colabse--list li.secondNews__colabse--listItem.active a,
.secondNews__colabse--list li.secondNews__colabse--listItem:hover,
.secondNews__colabse--list li.secondNews__colabse--listItem:hover a {
  color: #009ea7;
}

.secondNews__colabse--item.active {
  margin-bottom: 10px;
}
.secondNews__colabse--item.active .secondNews__colabse--list {
  visibility: visible;
  max-height: max-content;
  opacity: 1;
  margin-bottom: 20px;
  padding: 10px 0;
}
.secondNews__colabse--item.active .secondNews__colabse--list li.secondNews__colabse--listItem {
  display: block;
  margin-bottom: 10px;
}
.secondNews__colabse--item.active .secondNews__colabse--title {
  color: #009ea7;
}

/* End */


/* Start:/local/templates/nbu/css/new_version/responsive.css?160879664780916*/
@media (min-width: 1600px) {
    .megaLi .megaSubMenu__liUl li a {
        max-width: 350px;
    }
    .border_block .uzor__icon {
        max-width: 340px;
        top: 353px;
        z-index: 0;
    }
}

@media (min-width:1200px) {
    .left_credit:hover .card_wrapper {
        top: calc(50% - 30px)
    }
    .left_credit:hover .credit_wrapper {
        right: -257px
    }
    .cards .left_credit:hover img.front_card {
        -webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
        transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg)
    }
    .left_credit:hover img.shadow_card {
        -webkit-transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
        transform: perspective(1000px) rotateX(10deg) rotateY(-12deg) rotateZ(2deg);
        top: 40px;
        left: 30px
    }
    /* .allnews.MainPageNewsList .container {
        max-width: 1700px;
        width: 100%;
    } */
}

@media (min-width:993px) {
    .tabs_head ul li.active,
    .tabs_head ul li:hover {
        color: #009ea7
    }
    .banner_text h2,
    .banner_text p {
        text-shadow: none
    }
    .bossesSection .boss-ins .charter .charter__item,
    .bossesSection .boss-ins .charter .docs-teaser {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .newCreditCalcWithTable .half_calc strong.fixLabelCalc {
        margin-bottom: 32px;
    }
}

@media (max-height:900px) {
    .scrollheight {
        height: 420px;
        overflow-y: auto;
        padding-bottom: 40px;
        margin-top: 30px;
    }
}

@media (max-height:450px) {
    .overflow_menu {
        height: 350px;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media (max-width: 1817px) {
    .into_card {
        height: 70%;
    }
    .card_block.big_card p {
        font-size: 22px;
    }
}

@media (max-width: 1500px) {
    .into_card {
        height: 100%;
    }
    .border_block .telegram__icon {
        display: none;
    }
    .border_block {
        height: 400px;
    }
}

@media (max-width:1730px) {
    .section-map .map-block .ins-map {
        left: 85px
    }
    .news_part p {
        height: 130px
    }
    .banner .owl-dots,
    .banner_text,
    .foto-gallary.owl-carousel .owl-dots {
        left: 270px
    }
    .border_block a {
        left: 40px
    }
    .contact_us .contact_border .row {
        margin: 0 -45px
    }
    .contact_us .part_block {
        padding: 0 45px
    }
    .currency ul li {
        margin-right: 15px
    }
    .header_content {
        width: calc(100% - 95px)
    }
    .specials {
        margin-left: 20px
    }
}

@media (max-width: 1700px) {
    .border_block .telegram__icon {
        max-width: 260px;
        right: 35px;
    }
}

@media (max-width:1600px) {
    .section-map .map-block .ins-map {
        left: 50px
    }
    .gm-style .gm-style-iw-c {
        left: 200px
    }
    .convert,
    .mobile_sidebar {
        padding: 32px
    }
    .convert.tgsidebar:before {
        top: 40px
    }
    .banner .owl-dots,
    .banner_text,
    .foto-gallary.owl-carousel .owl-dots {
        left: 120px
    }
    .pos_wrap h3 {
        font-size: 22px
    }
    .border_block a {
        left: 35px
    }
    .uzor_block ul {
        left: 45px
    }
    .part_block a {
        left: 45px
    }
    .part_block ul li {
        padding-left: 60px
    }
    .part_block ul li span {
        font-size: 17px
    }
    .part_block ul li i {
        width: 45px;
        height: 45px
    }
    .card_block img {
        margin-bottom: 10px
    }
    .specials a span {
        display: none
    }
    .specials {
        margin-left: 90px
    }
    .spec_popup {
        left: -114px
    }
    .card_block.big_card p {
        font-size: 22px
    }
    .card_block.big_card {
        width: 27%;
        height: 100%;
        top: 0;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .SimpleCards .card_block.big_card {
        width: 20%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .SimpleCards .card_block {
        padding: 0 5px
    }
    .SimpleCards .card_block.big_card p {
        width: inherit;
        font-size: 18px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .border_block .uzor__icon {
        right: -100px;
        max-width: 340px
    }
}

@media (max-width: 1500px) {
    .card_block.big_card {
        width: 27%;
        height: 75%;
        top: 0;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

@media (max-width:1480px) {
    .creditcard_banner {
        height: 390px;
    }
    .contact_block {
        padding-left: 0;
    }
    .card_container {
        padding: 50px 0;
        max-width: 650px;
    }
    .creditcard_banner h1 {
        font-size: 40px;
    }
    .banner_content ul li {
        margin-bottom: 22px
    }
    .banner_content a {
        height: 55px;
        line-height: 55px
    }
    .banner_content h4 {
        font-size: 22px
    }
    .banner_content h4 strong {
        font-size: 50px
    }
    .convert:before {
        background-size: contain;
        width: 60px;
        height: 65px;
        right: 30px
    }
    .convert.tgsidebar:before {
        background-size: contain;
        width: 60px;
        height: 45px;
        right: 30px
    }
    .convert,
    .mobile_sidebar {
        padding: 20px
    }
    .sidebar_head {
        font-size: 34px
    }
    .mobile_sidebar ul li a {
        padding-left: 50px;
        width: 167px
    }
    .mobile_sidebar ul li.appstore a:before,
    .mobile_sidebar ul li.googlestore a:before {
        left: 15px
    }
    .convert.calendar:before {
        background-size: contain;
        width: 60px;
        height: 50px;
        right: 30px
    }
    .top_contact>.contact_block:last-child {
        padding-left: 0;
        margin-right: 0
    }
    .news_part h3 {
        font-size: 34px
    }
    .bot_menu ul li ul li a {
        font-size: 16px
    }
    .part_block ul li {
        height: 80px;
        margin-bottom: 20px
    }
    .border_block h3,
    .part_block h3 {
        font-size: 31px
    }
    .border_block a {
        padding-left: 70px;
        left: 40px;
    }
    .border_block a:before {
        left: 20px
    }
    /* .border_block {
        padding: 30px
    } */
    .border_block .telegram__icon {
        max-width: 250px
    }
    .contact_border {
        padding: 50px 20px
    }
    .part_block a {
        left: 30px
    }
    .uzor_block ul {
        left: 40px
    }
    .bot_menu ul li ul {
        padding-top: 48px
    }
    .bot_menu ul li a {
        font-size: 18px
    }
    .bot_menu ul li a span {
        top: 6px;
        right: -20px
    }
    .bot_menu ul li a {
        padding: 25px 10px;
    }
    .lang {
        margin-left: 25px
    }
    .top_menu ul li a {
        font-size: 11px;
        line-height: 1.5
    }
    .currency ul li span {
        font-size: 15px;
    }
    .specials {
        margin-left: 50px;
    }
    .banner_card {
        left: 0;
        width: 50%;
        padding-right: 30px;
        display: inline-block
    }
    .banner_content {
        display: inline-block;
        padding-left: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .banner_block i::after,
    .banner_block i::before,
    .credit_back::after,
    .credit_back::before {
        width: 230px;
        height: 230px
    }
    .pos_wrap h3 {
        font-size: 18px
    }
    .banner_card {
        top: 50px
    }
    .noback {
        padding-top: 50px
    }
    .top_contact {
        flex-direction: column-reverse;
    }
    .top_contact-item {
        width: 100%;
    }
    .contact_block {
        width: 33%;
    }
    .footer_menu ul li {
        width: 33%;
    }
}

@media (max-width:1349px) {
    .car_block_tab {
        min-width: 180px;
        padding: 20px 5px;
        font-size: 14px
    }
    .creditcard_banner {
        min-height: inherit;
        height: auto;
    }
}

@media (max-width:1320px) {
    .banner_card {
        left: 0
    }
    .news_part h3 {
        margin-top: -10px
    }
    .border_block a:before {
        left: 10px
    }
    .border_block a {
        padding-left: 55px;
        padding-right: 15px
    }
    .pos_wrap {
        height: 280px
    }
    .top_header {
        position: relative;
        z-index: 99
    }
    .sectionOrganization {
        padding: 0
    }
}

@media (max-width:1300px) {
    .mobile_sidebar ul li.appstore a:before,
    .mobile_sidebar ul li.googlestore a:before {
        left: 25px
    }
    .mobile_sidebar ul li a {
        width: 220px;
        padding-left: 70px
    }
    .mobile_sidebar ul li {
        margin: 0 0 15px 0
    }
}

@media (max-width:1280px) {
    .news_part h3 {
        font-size: 32px
    }
    .news_part {
        padding: 0 11px
    }
    .allnews .row {
        margin: 0 -11px
    }
}

@media (max-width:1200px) {
    .contact_block a {
        font-size: 15px;
    }
    .fruit-credit--banner img {
        min-height: 300px;
        object-fit: cover;
    }
    .fruit-credit h1 {
        padding: 0 15px;
        font-size: 22px;
    }
    .fruit-credit--wrap {
        margin: 30px auto;
    }
    .fruit-credit h3 {
        margin-bottom: 10px;
    }
    .fruit-credit h4 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.8666;
    }
    .fruit-credit p {
        font-size: 16px;
    }
    .currency.mobile,
    .currency.mobile ul li.lastcurr a {
        display: none
    }
    .mobile_menu .currency.mobile,
    .mobile_menu .currency.mobile ul li.lastcurr a {
        display: block;
    }
    .section-map .map-block .ins-map .check-map .radio-toolbar input[type=radio]:checked+label {
        width: 100%
    }
    .gm-style .gm-style-iw-c {
        max-width: 550px!important;
        left: 150px;
        top: 100px
    }
    .coverter.uzs input {
        width: 100%
    }
    .coverter.uzs .select2-container {
        width: 100%!important
    }
    .lang ul li::after {
        height: 25px;
        line-height: 25px
    }
    .invest_count_block {
        width: 250px
    }
    .wrapp_calc button {
        width: 233px;
        font-size: 18px
    }
    .inner_calc {
        padding: 30px
    }
    .investment_block .left_credit {
        padding-right: 30px
    }
    .tabs_head ul li:first-child {
        margin-left: 0
    }
    .left_float {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px
    }
    .right_head a {
        float: left
    }
    .transfer_book {
        padding: 30px
    }
    .tabs_head ul li:last-child {
        margin-right: 0
    }
    .bottom_tab ul li {
        font-size: 16px
    }
    .tabs_head ul li {
        font-size: 19px
    }
    .header_tab ul li p {
        font-size: 16px
    }
    .banner_card {
        left: 0;
        padding-right: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .cardscontact.contact_us .contact_part {
        float: left;
        width: 50%
    }
    .card_wrapper img {
        width: 350px
    }
    .card_wrapper {
        width: 350px;
        right: -170px
    }
    .SimpleCards .card_block.big_card {
        width: 20%
    }
    .SimpleCards .card_block.big_card .into_card {
        padding: 50px 0
    }
    .left_credit {
        width: calc(100% - 170px);
        padding-right: 210px
    }
    .left_credit p {
        font-size: 15px;
        height: 65px
    }
    .left_credit ul li p {
        font-size: 19px
    }
    .left_credit h2 {
        font-size: 30px
    }
    .credit_tabs .calc_credit {
        width: auto;    
        max-width: inherit;
        min-width: inherit;
        padding: 30px 40px;
    }
    .r_invest {
        height: 403px
    }
    .cards_head p {
        font-size: 20px
    }
    .into_level p {
        font-size: 15px
    }
    .into_level {
        padding-left: 30px
    }
    .into_level p a.linkcard {
        font-size: 15px
    }
    body .main_exchange {
        width: 65%
    }
    .exch_table {
        margin-bottom: 20px
    }
    /* body .sidebar {
        width: 35%
    } */
    .sidebar_head {
        font-size: 24px;
        width: 170px
    }
    .convert:before {
        top: 5px
    }
    .convert.calendar:before,
    .convert.tgsidebar:before {
        top: 20px
    }
    .launchbot {
        text-align: center;
        width: 100%;
        padding: 0
    }
    .mobile_sidebar ul li a {
        width: 190px
    }
    .convert.calendar .month_year #datepicker .select2-container,
    .convert.calendar .month_year #datepicker .select2-container:last-child {
        float: none;
        width: 100%!important;
        margin-bottom: 10px
    }
    .calendar .ui-datepicker table {
        margin-top: 20px;
        width: 100%
    }
    .coverter input {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }
    .convert .select2-container {
        float: none;
        width: 100%!important
    }
    .coverter {
        height: auto;
        border-bottom: 1px solid #093475;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .convert .coverter:last-child {
        border-bottom: none;
        padding: 0
    }
    .contact_block {
        width: 33.3333%;
        margin-bottom: 30px;
        margin-right: 0
    }
    .top_contact {
        padding: 50px 0 50px 0
    }
    .middle_block {
        width: 970px;
        padding: 0 15px
    }
    .news_text {
        width: 400px
    }
    .news_text {
        padding-top: 0
    }
    .news_form {
        margin-top: 12px
    }
    .news_part.mobile_part {
        float: none;
        width: 100%;
        overflow: hidden
    }
    .news_part h3 {
        margin-top: 0;
        float: left;
        width: auto
    }
    .news_part {
        padding: 0 15px
    }
    .allnews .row {
        margin: 0 -15px
    }
    .news_part a.watch_all_news {
        float: right;
        position: relative;
        top: 15px
    }
    .news_part {
        width: 25%
    }
    .banner .owl-dots {
        width: 100%;
        margin: auto;
        padding-left: 15px;
        left: 100px;
        -webkit-transform: inherit;
        transform: inherit
    }
    .contact_us .contact_part {
        width: 100%;
        margin-bottom: 24px
    }
    .credit_image {
        display: none
    }
    .credit_content {
        padding: 35px;
        width: auto;
        float: none;
        display: table;
        margin: 0 auto;
        text-align: center
    }
    .car_block.active .credit_section,
    .credit_section {
        -webkit-animation-name: none;
        animation-name: none
    }
    .car_block p {
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 20px
    }
    .credit_back {
        padding: 35px 0
    }
    .car_block {
        width: 100%
    }
    .card_block p {
        font-size: 16px;
        padding: 0 10px
    }
    .card_block.big_card p {
        font-size: 24px;
        margin-top: 0
    }
    .posit_block {
        width: 33.3333%;
        margin-bottom: 16px
    }
    .my_bank {
        margin: 16px 0 0 15px
    }
    .my_bank ul li ul {
        top: 45px
    }
    .bot_menu ul li a {
        font-size: 16px
    }
    .bot_menu ul li a span {
        top: 4px;
        right: -20px
    }
    .header_phone {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 12px;
        padding: 0 10px
    }
    .my_bank ul li {
        height: auto
    }
    .my_bank ul li a {
        height: 24px;
        line-height: 24px;
        padding-left: 26px
    }
    .currency,
    .specials {
        display: none
    }
    .bottom_right {
        position: static
    }
    .bodysearch {
        top: 12px;
        right: 15px
    }
    .lang {
        position: absolute;
        top: 0;
        right: 70px
    }
    .lang ul li ul.active {
        display: block
    }
    .top_header {
        position: static
    }
    .lang ul li {
        height: auto
    }
    .lang ul li a {
        height: 24px;
        line-height: 24px
    }
    .lang ul li ul {
        top: 45px
    }
    .lang {
        margin-left: 0;
        top: 27px
    }
    .bodysearch span {
        top: 15px;
        right: 0
    }
    .border_block .uzor__icon {
        right: -120px;
        max-width: 250px;
        top: 230px
    }
    .border_block {
        height: 400px
    }
    .money_transferIntro--listItem {
        height: 370px;
    }
    .money_transferIntro--listItem--img img {
        max-width: 220px;
    }
    body.safari .money_transferIntro--listItem--img img {
        max-height: 460px;
    }
}

@media (max-width:1140px) {
    .pageSafes .safes-block {
        overflow: hidden;
    }
    .nwesletter {
        margin-bottom: 20px;
    }
}

@media (max-width: 1025px) {
    .bodysearch span {
        top: 0;
    }
}

@media (max-width:1100px) {
    .banner .owl-dots,
    .banner_text {
        left: 15px;
        padding: 0
    }
    .section-map .map-block .ins-map {
        left: 20px;
        margin-bottom: 20px
    }
    .section-map .map-block .ins-map .regions-block {
        padding: 0 15px
    }
    .border_block .uzor__icon {
        right: -60px;
        top: 260px;
    }
}



@media (max-width:1024px) {
    body.is-fixed {
        overflow: hidden;
    }
    .logo {
        width: 35px;
        position: absolute;
        left: 15px;
    }
    .custom-header-hamburger {
        display: block;
    }
    .header_phone:hover .phone-dropdown {
        visibility: hidden;
        opacity: 0;
    }
    .contact_wrapper {
        width: 100%;
        padding: 0 30px
    }
    .left_credit:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .lang {
        right: auto;
        width: 24px;
        height: 24px;
        left: 95px;
        top: 15px
    }
    .my_bank ul li:hover>ul {
        display: none;
    }
    .my_bank.active ul li a span {
        background: url(/local/templates/nbu/images/icons/close-mybank.svg) no-repeat center;
    }
    .my_bank .mybankDrop {
        left: 0;
        transform: none;
        position: fixed;
        box-shadow: none;
        top: 73px;
        display: none;
        width: 100%;
        border-radius: 0;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 40px;
    }
    .my_bank .mybankDrop:before {
        display: none;
    }
    .my_bank .mybankDrop:after {
        content: "";
        background: url(/local/templates/nbu/css/new_version/../../img/mybank.svg) no-repeat center;
        width: 18px;
        height: 32px;
        position: absolute;
        left: 15px;
        margin-top: -157px;
        display: block;
    }
    .my_bank .mybankDrop--title {
        display: block;
        color: #848E9F;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.222;
        text-transform: uppercase;
    }
    .my_bank .mybankDrop li a {
        text-indent: 0;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.222;
    }
    .lang ul li a {
        text-indent: -9999px;
    }
    .lang ul li ul li a {
        text-indent: 0
    }
    .my_bank ul li a {
        text-indent: -9999px;
    }
    .my_bank {
        margin: 0;
        position: absolute;
        top: 15px;
        width: 18px;
        height: 24px;
        right: auto;
        right: 95px
    }
    .header_phone {
        position: absolute;
        margin-top: 0;
        right: 133px;
        top: 18px;
    }
    .header_phone span {
        display: none
    }
    .show_only_desktop {
        display: none!important
    }
    .bodysearch {
        right: 54px;
        top: 26px
    }
    .my_bank ul li a span {
        top: 20px;
    }
    .header_phone {
        top: 19px;
    }
    .lang {
        right: 120px;
        display: none
    }
    .owl-carousel .owl-item.active .banner_block i {
        -webkit-animation-name: none;
        animation-name: none
    }
    .owl-carousel .owl-item .banner_block i {
        -webkit-animation-name: none;
        animation-name: none
    }
    .top_header {
        position: relative
    }
    .header_content {
        width: 100%;
        height: 0
    }
    header {
        padding: 10px 0;
        z-index: 1001;
        position: fixed;
        background-color: #fff;
        -webkit-transition: .1s ease;
        -webkit-transition: .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        top: 0;
        height: 73px;
        box-shadow: 0px 3px 6px #848E9F15;
    }
    .mobile_menu {
        display: none;
        position: fixed;
        z-index: 1000;
        background: #fff;
        height: calc(100% + 100px);
        width: 100%;
        padding: 0 0 10px;
        top: 73px;
        max-height: 470px;
        overflow: hidden;
    }
    .mobile_menu ul.lang_switch {
        margin: 0;
        padding: 20px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: relative;
        padding-left: 42px;
        border: 1px solid #E6EAF1;
        border-right: none;
        border-left: none;
    }
    .mobile_menu ul.lang_switch li {
        margin-right: 20px;
    }
    .mobile_menu ul.lang_switch a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .active_s {
        opacity: 0.3;
    }
    .mobile_menu .lang_switch::before {
        content: "";
        background: url(/local/templates/nbu/css/new_version/../../img/globe.svg) no-repeat center;
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobile_menu .currency.mobile {
        margin: 15px 0;
    }
    .mobile_menu .currency.mobile ul li:first-child {
        padding-left: 0;
    }
    .mobile_menu .currency ul li:last-child {
        padding-right: 0;
    }
    .overflow_menu {
        margin: 20px 0;
    }
    .overflow_menu .overflow_menu--item {
        position: relative;
        margin-bottom: 20px;
        opacity: 1;
        transition: .3s ease;
        padding: 0;
    }
    .overflow_menu--item a:hover {
        color: #848E9F;
    }
    .overflow_menu--item.hidden {
        opacity: 0;
    }
    .overflow_menu--item.active {
        padding-left: 30px;
    }
    .overflow_menu--item.active a {
        color: #848E9F;
    }
    .overflow_menu--item.active ul {
        left: 0;
        padding-left: 30px;
    }
    .overflow_menu--item a {
        font-size: 18px;
        line-height: 1.222;
        font-weight: 500;
        letter-spacing: 0px;
        color: #000000;
    }
    .overflow_menu--item span {
        position: absolute;
        left: calc(100% - 13px);
        top: 3px;
        background: url(/local/templates/nbu/images/icons/arrow-mobile.svg) no-repeat center;
        background-size: contain;
        width: 8px;
        height: 14px;
        padding: 0 10px;
        transition: .3s ease;
    }
    .overflow_menu--item.active span {
        left: 0;
        background: url(/local/templates/nbu/images/icons/arrow-mobile-active.svg) no-repeat center;
    }
    .overflow_menu--item ul {
        position: absolute;
        background: #fff;
        z-index: 5;
        width: 100%;
        left: 120%;
        transition: .3s ease;
        overflow-y: auto;
        height: 305px;
        padding-right: 15px;
    }
    .mobile_menu .linier-gradient.active {
        opacity: 1;
        pointer-events: none;
    }
    .mobile_menu .linier-gradient {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000010;
        opacity: 0;
        transition: .3s ease;
        z-index: 5;
    }
    .overflow_menu--item.active ul a {
        color: #000;
    }
    .overflow_menu--item.active ul a:hover {
        color: #009EA7;
    }
    .overflow_menu--item ul li {
        margin: 20px 0;
    }
    .mobile_menu--socials {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        padding: 20px 0 10px;
        border-top: 1px solid #E6EAF1;
        margin: 5px 0;
    }
    .mobile_menu--socialsText {
        font-size: 18px;
        line-height: 1.222;
        letter-spacing: 0px;
        color: #848E9F;
        margin-right: 15px;
    }
    .mobile_menu--socialsList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .mobile_menu--socialsList li {
        margin-right: 10px;
    }
    .mobile_menu--socialsList a {
        display: block;
        width: 36px;
        height: 36px;
        position: relative;
        background: #f2fafb;
        border-radius: 6px;
    }
    .mobile_menu--socialsList a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .wrapper {
        margin-top: 75px
    }
    .TableResponsive {
        overflow: scroll
    }
    .top_menu {
        float: none;
        margin: 0 auto;
        display: table
    }
    .top_header {
        overflow: hidden;
        height: auto;
        border-bottom: none
    }
    .top_header:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        content: '';
        position: absolute;
        background: #e6eaf1
    }
    .top_menu ul li a:before {
        bottom: 0
    }
    .bottom_right {
        position: static
    }
    .top_menu ul li a {
        font-size: 12px;
        padding-bottom: 10px;
        height: auto
    }
}

@media (max-width:992px) {
    .my_bank ul li a span {
        top: 22px;
    }
    .safes.contact_card {
        background-size: 40%;
        margin-left: auto;
    }
    .safes.contact_card::after {
        opacity: 0.8;
    }
    .safes .contact_blocks {
        max-width: inherit;
        padding: 0;
    }
    .newsSection .news-w-img.gallary {
        width: 100%;
        padding: 40px;
        margin-bottom: 100px
    }
    .icon-phone svg,
    .icon-arrow svg {
        display: none;
    }
    .safe-teaser__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 30px
    }
    .seyf-img {
        padding: 10px;
        box-sizing: border-box;
    }
    .seyf-img img {
        display: block;
        margin: auto
    }
    .safe-teaser__desc span,
    .safe-teaser__desc strong {
        font-size: 16px;
        line-height: 1.4;
    }
    .gm-style .gm-style-iw-c {
        max-width: 410px!important
    }
    .mapdiv .w-50 {
        width: 100%
    }
    .newsSection .news-w-img .ins-news-img {
        bottom: -150px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: inherit;
        left: 50%
    }
    .newsSection .news-w-img .ins-news-img a {
        width: 50%;
        margin: auto
    }
    .newsSection .news-w-img.gallary .ins-news-text {
        padding-bottom: 0
    }
    .newsSection .news-w-img.gallary .ins-news-text a {
        padding: 0
    }
    .news-w-img.gallary .bottom_credit_card {
        position: relative;
        bottom: inherit
    }
    .charter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
    .car_block_tabs {
        margin: 0 auto;
    }
    .car_block_tabs span.tabs__pattern,
    .car_block_tabs:after {
        display: none
    }
    .car_block_tab {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .4)
    }
    .car_block_tab.active {
        border-bottom: 1px solid rgba(255, 255, 255, .9)
    }
    .bossesSection .boss-ins .charter .charter__item {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-bottom: 30px
    }
    .bossesSection .charter h2 {
        font-size: 26px;
        line-height: 32px
    }
    .bossesSection .boss-ins h1 {
        line-height: 43px;
        margin-bottom: 20px
    }
    /*	.bossesSection .boss-ins .charter div{
			-moz-flex-direction:column;
			-ms-flex-direction:column;
			-o-flex-direction:column;
			-webkit-box-orient:vertical;
			-webkit-box-direction:normal;
			flex-direction:column
	}*/
    .vacansy_link p {
        font-size: 18px
    }
    .vacansy_link span {
        font-size: 16px
    }
    .dropper ul li p {
        float: none;
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px
    }
    .dropper ul li {
        padding: 10px 30px;
        font-size: 14px
    }
    .tarif_section span.open_drop {
        font-size: 16px;
        padding: 20px;
        padding-right: 55px;
        height: 100%
    }
    .tarif_section span.open_drop:before,
    .tarif_section span.open_drop:hover:before,
    .tarif_section.active span.open_drop:hover:before {
        right: 20px;
        background-size: 80%;
    }
    .tarif_section.transparent.active span.open_drop::before {
        background-size: 80%;
    }
    .dropper ul li i {
        float: none;
        width: 100%
    }
    .cards_head h1 {
        font-size: 36px;
        margin-bottom: 10px
    }
    .cards_head h1 br {
        display: none
    }
    .SimpleCards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .SimpleCards .card_block {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 0
    }
    .SimpleCards .card_block.big_card {
        width: 100%;
        padding: 0 20px;
        margin: 30px 0
    }
    .SimpleCards .card_block.big_card .into_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .SimpleCards .into_card {
        height: 100%
    }
    .tabs_head ul li.active .bottom_tab ul li:before,
    .tabs_head ul li:hover .bottom_tab ul li:before {
        width: 12px
    }
    .border_block .telegram__icon {
        right: 10%
    }
    .invest_count_block {
        width: 264px;
        margin-bottom: 30px
    }
    .wrapp_calc button {
        float: none;
        margin: 0 auto;
        display: table
    }
    .investment_block .left_credit {
        float: none;
        width: 100%;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        padding: 30px;
    }
    .credit_cards_blocks.investment_block {
        margin-bottom: 40px
    }
    .r_invest {
        float: none;
        padding: 30px;
        height: auto;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }
    .tabs_head {
        margin-bottom: 0;
        overflow: auto;
    }
    .tabs_head ul {
        max-width: max-content;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .tabs_head ul::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE and Edge */
    .tabs_head ul {
        -ms-overflow-style: none;
    }
    .tabs_content {
        margin: 0 -15px;
        padding: 0 15px;
        background-color: #fff;
    }
    .tabs_head ul li {
        margin: 0 15px;
        min-width: max-content;
    }
    .tabs_head ul li:hover:before {
        width: 0;
    }
    .tabs_head ul li:before {
        left: -100%;
        width: 100%;
        opacity: 0;
    }
    .tabs_head ul li.active:before {
        left: 0;
        width: 100%;
        opacity: 1;
    }
    .tabs_head ul li span {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 1.444;
        color: #000;
        font-weight: 400;
    }
    .tab_transfer ul li {
        overflow: hidden;
        width: calc(33.333% - 10px);
        position: relative;
        background: #fff;
    }
    .left_transfer {
        float: none;
        width: 100%;
        margin-bottom: 40px
    }
    .tab_transfer {
        width: 550px;
        margin: 0 auto 10px auto
    }
    .right_transfer {
        float: none;
        width: 100%
    }
    .counter_block {
        float: left;
        width: 50%;
        padding: 0 10px
    }
    .counter_block:last-child {
        width: 100%;
        padding: 0 10px 10px 10px
    }
    .counters {
        margin: 0 -10px
    }
    .tab_fade {
        padding: 25px 0 0 0;
    }
    .tabs_head .quest_section ul li {
        padding: 0;
        margin: 0
    }
    .tabs_head .quest_section ul li h6 {
        padding: 15px 0 15px 40px
    }
    .bottom_tab h5 {
        font-size: 24px
    }
    .main_calculator {
        float: none;
        width: 100%;
        margin-bottom: 35px
    }
    .tabs_head .bottom_tab ul li:before {
        display: block
    }
    .tabs_head .bottom_tab ul li {
        padding-left: 40px
    }
    .calc_credit {
        width: 100%
    }
    .MainPageCalc .right_credit,
    .right_credit {
        float: none;
        width: 100%;
        padding: 30px
    }
    .quest_section {
        width: 100%
    }
    .quest_section ul li h6 {
        font-size: 14px
    }
    .quest_section ul li p {
        font-size: 14px
    }
    .quest_section ul li h6:before {
        font-size: 30px;
        top: 6px
    }
    .credit_container .banner_content {
        float: none;
        width: 100%
    }
    .invest_container .banner_content {
        float: none;
        width: 100%
    }
    .credit_tabs {
        margin-top: 0
    }
    .contact_image {
        position: static;
        margin: 0 auto;
        display: none;
        width: 300px
    }
    .contact_card {
        padding: 45px 0
    }
    .contact_blocks {
        width: 100%;
        padding: 30px
    }
    .contact_blocks h5 {
        text-align: center
    }
    .contact_blocks input[type=submit] {
        display: table;
        background: #e4bd63;
        color: #fff;
        margin: 0 auto
    }
    .header_tab ul li {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .header_tab ul li p {
        font-size: 14px
    }
    .imager {
        margin-right: 15px
    }
    .tab_level p {
        font-size: 14px;
        width: calc(100% - 270px);
    }
    .tab_level span {
        font-size: 14px
    }
    .banner_card img {
        transform: none;
        -webkit-transform: none
    }
    .card_container {
        width: 100%;
        max-width: inherit;
        flex-direction: column;
        padding: 30px 15px;
        position: static;
        transform: none;
        -webkit-transform: none;
    }
    .banner_content {
        margin: 30px auto auto auto;
        display: table;
        text-align: center;
        padding-left: 0;
    }
    .creditcard_banner h1 {
        font-size: 32px
    }
    .banner_card {
        float: none;
        display: table;
        margin: 0 auto 30px auto;
        width: 350px;
        position: static
    }
    .creditcard_banner {
        height: auto;
        overflow: hidden
    }
    .cardscontact.contact_us .contact_part {
        float: none;
        width: 100%
    }
    .cardscontact .border_block {
        height: auto
    }
    .into_level {
        width: 100%;
        padding: 30px 30px 90px 30px
    }
    .into_level {
        margin-bottom: 100px
    }
    .minicard {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        right: auto;
        bottom: -60px
    }
    .into_level p a.linkcard {
        margin: 10px 0 0 0
    }
    .left_credit ul li {
        width: 33.3333%;
        margin: 0
    }
    .card_wrapper {
        left: inherit;
        transform: translateY(calc(-50% - 30px));
        right: inherit;
        bottom: inherit;
        top: -50%;
        width: 250px;
        height: 160px;
        box-sizing: border-box;
        position: relative;
        margin: auto;
        margin-bottom: -80px;
        order: -4;
    }
    .card_wrapper img {
        width: 100%;
    }
    .investment_block .left_credit {
        padding: 25px 25px 24px 25px;
    }
    .left_credit {
        height: auto;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        padding: 30px;
    }
    .credit_cards_blocks {
        margin-bottom: 40px;
        margin-top: 120px
    }
    .deposits .credit_cards_blocks {
        margin-top: 50px;
    }
    .left_credit ul {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .left_credit p {
        height: auto;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .left_credit ul li p {
        height: auto;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .bottom_credit_card {
        padding-top: 0;
        border-top: 0;
    }
    .make_card {
        height: auto;
        line-height: 1.3;
        padding: 10px;
    }
    .r_invest {
        padding: 15px 25px 14px 25px;
    }
    .r_invest strong {
        font-size: 48px;
        margin-right: 10px;
    }
    .r_invest ul li:first-child {
        margin-bottom: 7px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .r_invest span {
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 400;
    }
    .deposits .r_invest p {
        font-size: 19px;
    }
    .coverter input {
        float: left;
        width: calc(100% - 132px);
    }
    .convert .select2-container {
        float: right;
        width: 120px!important;
    }
    .convert.calendar .month_year #datepicker .select2-container {
        float: left;
        width: calc(100% - 132px)!important
    }
    .convert.calendar .month_year #datepicker .select2-container:last-child {
        float: right;
        width: 120px!important
    }
    .coverter {
        height: 47px;
        border: none;
    }
    body .main_exchange {
        width: 100%;
        margin-bottom: 45px;
    }
    body .sidebar {
        width: 100%;
    }
    .sidebar_head {
        width: calc(100% - 100px);
        line-height: 1.35;
        margin-bottom: 50px
    }
    .mobile_sidebar ul li {
        margin: 0 12px 0 0
    }
    .launchbot {
        width: auto;
        margin: 0 auto;
        padding: 0 30px;
        display: table
    }
    .contact_block {
        float: none;
        width: 100%
    }
    .top_contact>.contact_block:last-child>ul {
        margin: 0;
    }
    .footer_menu ul li {
        width: 50%;
    }
    .middle_block {
        width: 100%
    }
    .news_text {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 25px
    }
    .news_form {
        float: none;
        margin-top: 0;
        width: 100%
    }
    .news_form input {
        width: calc(100% - 225px)
    }
    .contact_us {
        margin-bottom: 30px
    }
    .news_part {
        width: 50%;
        margin-bottom: 35px
    }
    .news_part.mobile_part {
        margin-bottom: 0
    }
    .news_part p {
        height: 120px
    }
    .banner_block {
        height: 400px
    }
    .banner_text {
        top: 40px;
        transform: none;
        -webkit-transform: none
    }
    .contact_border {
        height: auto
    }
    .part_block a {
        position: static;
        margin: 15px 0 35px 0
    }
    .part_block ul li {
        height: 50px
    }
    .border_block {
        height: auto
    }
    .border_block a {
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 18px
    }
    .uzor_block ul {
        position: static
    }
    .contact_us .part_half {
        margin-bottom: 24px
    }
    .car_block p {
        font-size: 18px
    }
    .credit_content {
        width: 90%
    }
    .credit_head .select2 {
        font-size: 36px
    }
    .credit_head .select2-results__option {
        font-size: 24px
    }
    .credit_head .select2-dropdown {
        padding-top: 90px
    }
    .credit_head .select2 {
        width: 100%!important
    }
    .credit_content {
        padding: 20px
    }
    .credit_section h4 {
        font-size: 36px
    }
    .credit_section span {
        font-size: 20px;
        line-height: 1.25
    }
    .cards h3 {
        width: 100%
    }
    .cards h2 {
        font-size: 30px
    }
    .cards h3 {
        font-size: 18px;
        margin-bottom: 35px
    }
    .card_block.big_card {
        width: inherit;
        padding: 0 35px;
        margin: 35px 0
    }
    .into_card {
        margin-top: 0;
        height: 250px
    }
    .posit_block {
        width: 50%
    }
    .pos_wrap {
        height: 280px
    }
    .header_phone span {
        display: none
    }
    .card_block.big_card {
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        margin: 40px 20px
    }
    #owl2 .owl-item.center {
        visibility: visible;
        opacity: 1
    }
    .border_block .uzor__icon {
        right: 30px;
        max-width: 250px;
        top: 215px
    }
    #owl2::after {
        display: none;
        right: -40px;
        -webkit-box-shadow: -37px 0 100px 90px rgb(255, 255, 255, .5);
        box-shadow: -37px 0 100px 90px rgb(255, 255, 255, .5)
    }
    #owl2::before {
        display: none;
        left: -40px;
        -webkit-box-shadow: 37px 0 100px 90px rgb(255, 255, 255, .5);
        box-shadow: 37px 0 100px 90px rgb(255, 255, 255, .5)
    }
    .MainPageCalc {
        padding: 30px 20px
    }
    .MainPageCalc .calc_credit {
        width: inherit
    }
    .MainPageCalc .main_calculator {
        width: inherit
    }
    .contact-info-inner {
        max-width: 100%
    }
    .inner_wrapper .table-responsive {
        overflow: scroll
    }
    .inner_wrapper table {
        width: 900px
    }
    .inner_wrapper table tbody td,
    .inner_wrapper table thead th {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px
    }
    .bread_crumbs {
        display: none
    }
    .new_container {
        padding: 0 15px;
        width: inherit
    }
    .banner_block i::after,
    .banner_block i::before,
    .banner_block::before {
        display: none
    }
    .banner_content ul li {
        margin-bottom: 30px
    }
    .sidebar .mobile-accordion {
        display: block
    }
    .sidebar ul.menu {
        height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .1s ease;
        transition: .1s ease;
        padding: 0 10px
    }
    .sidebar.active ul.menu {
        height: 100%;
        visibility: visible;
        opacity: 1;
        padding: 10px;
        padding-top: 0
    }
    .top_contact>.contact_block:last-child {
        width: 100%;
        margin-bottom: 0
    }
    .top_contact>.contact_block:last-child>ul {
        display: table;
        margin: 0 auto
    }
    .money_transferIntro--listItem,
    .v2.money_transferIntro--listItem {
        flex-direction: column;
        height: 50%;
        margin-bottom: 40px;
    }
    .money_transferIntro--listItem--img,
    .v2 .money_transferIntro--listItem--img {
        position: relative;
        left: 40px;
        justify-content: center;
        top: 120px;
    }
    .v2 .money_transferIntro--listItem--img img:first-child,
    .money_transferIntro--listItem--img.v2 img:first-child {
        top: 0;
        z-index: 1;
    }
    .v2 .money_transferIntro--listItem--img img:last-child,
    .money_transferIntro--listItem--img.v2 img:last-child {
        top: 50px;
        z-index: 0;
    }
    .money_transferIntro--listItem--teaser,
    .v2 .money_transferIntro--listItem--teaser {
        margin-top: 0;
        margin-left: 40px;
        margin-bottom: -80px;
    }
    .money-transfer .tabs_head ul li:first-child {
        padding-right: 0;
    }
    .money_transferTabLogo {
        display: none;
    }
}

@media (max-width: 1200px) {
    .side_menu ul li a {
        font-size: 20px;
        padding-bottom: 15px;
        margin: 0 20px;
    }

    .radio-toolbar label{
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width: 940px) {
    .side_menu ul li a {
        font-size: 18px;
        margin: 0 15px;
    }
}

@media (max-width: 812px) {
    .side_menu ul li a {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .newsSection .news-w-img .ins-news-text strong {
        font-size: 16px;
    }
    .callback__Success {
        width: 100%;
        border-radius: 12px;
        background-size: 60%;
    }
    .callback__Success--content {
        margin: 25px 30px 0;
    }
    .callback__Success__title {
        margin-bottom: 10px;
    }
    #card_request {
        margin: 0 -15px;
    }
    .safes__form #card_request {
        margin: 10px;
    }
    .safes__form {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact_card .upload-file__desc {
        font-size: 14px;
        max-width: 150px;
    }
    .contact_card {
        padding: 0;
    }
    .contact_card .contact_wrapper {
        padding: 0;
    }
    .contact_card .contact_blocks ul {
        margin-bottom: 30px;
    }
    .contact_card .contact_blocks ul li {
        margin-bottom: 10px;
    }
    .contact_card .upload-file__icon label {
        font-size: 16px;
        padding: 12px 20px;
        min-width: 182px;
        margin-right: 10px;
    }
    .search-page .santoher h1 {
        margin-top: 0
    }
    div.search-result {
        margin-top: 0
    }
    .my_bank ul li a span {
        top: 26px;
    }
    .callback__Item {
        width: 100%;
        margin-right: 0;
    }
    .callback__Wrap {
        max-height: 400px;
        overflow: auto;
    }
    .callback__Item:first-child {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .callback__form {
        width: 95%;
        top: 60%;
        padding: 25px;
    }
    .callback__form h2 {
        font-size: 22px;
    }
    .bottom_tab ul li:before {
        left: 10px;
    }
    .callback__CloseBtn {
        right: -5px;
        position: fixed;
    }
    .rating-of-bank img {
        margin-bottom: 20px;
        margin-right: 0
    }
    .rating-of-bank img:last-child {
        margin-bottom: 0
    }
    .section-map .map-block {
        margin-top: 20px
    }
    .sidebar.about-bank {
        margin-bottom: 30px
    }
    .about_section.PageNotFound {
        padding: 0
    }
    .PageNotFound .a_bank {
        padding-bottom: 30px
    }
    .PageNotFound .search-block-404 {
        padding-top: 30px;
        padding-bottom: 40px
    }
    .PageNotFound .map-of-site-404 h2,
    .PageNotFound .search-block-404 h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
    .map-of-site__block .l-map h3 {
        font-size: 20px
    }
    .search-block-404 .form_popup span {
        background-size: 85%;
        top: 5px
    }
    .tarif_section .boss-contact span {
        margin-bottom: 20px;
    }
    .map-of-site__block {
        padding-bottom: 10px
    }
    .map-of-site__block .l-map {
        width: 100%
    }
    .secondNews-Section .newsSection {
        padding: 0;
        flex-direction: column-reverse;
    }
    .secondNews-Section .newsSection .left-form p,
    .youth-news .filtrcontent .left-form p {
        font-size: 16px
    }
    .secondNews-Section .newsSection .left-form {
        width: 100%
    }
    .galslider {
        width: 100%
    }
    .secondNews-Section .newsSection .main-wrap {
        width: 100%
    }
    .newsSection .news-wrap {
        margin-bottom: 30px
    }
    #syncThumb .owl-nav .owl-next,
    #syncThumb .owl-nav .owl-prev {
        width: 20px;
        height: 20px;
        opacity: .8
    }
    #syncThumb .owl-nav .owl-prev {
        left: 5px
    }
    #syncThumb .owl-nav .owl-next {
        right: 5px
    }
    #syncThumb .owl-nav .owl-next::before,
    #syncThumb .owl-nav .owl-prev::before {
        background-size: 30%
    }
    .exchange-rates .contact_us {
        padding: 0 25px
    }
    .my_bank ul li a {
        height: 30px;
        line-height: 1
    }
    .banner {
        margin-bottom: 20px
    }
    .gm-style .gm-style-iw {
        left: 0;
        top: 0
    }
    .newsSection .news-w-img .ins-news-img {
        width: inherit
    }
    .side_menu {
        overflow: auto;
        position: relative;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .press_contact .side_menu {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .side_menu:before {
        background: #e6eaf1;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        content: '';
        z-index: 3;
    }
    .side_menu ul {
        margin-bottom: 0;
        display: flex;
        justify-content: unset;
        max-width: max-content;
        overflow-x: auto;
        overflow-y: hidden;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .side_menu ul::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE and Edge */
    .side_menu ul {
        -ms-overflow-style: none;
    }
    .side_menu ul::after {
        display: none
    }
    .side_menu ul li {
        margin: 0 15px;
        min-width: max-content;
    }
    .side_menu ul li:first-child {
        margin-left: 0;
    }
    .tabs_head ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .side_menu ul li a {
        margin: 0;
        padding: 0;
        padding-bottom: 15px
    }
    .infocontact__item {
        width: 100%;
        padding: 20px 0
    }
    .friendship-society-uzbekistan-japan .infoblock {
        padding: 0;
        margin: 0 30px
    }
    .friendship-society-uzbekistan-japan .infotext {
        padding: 20px
    }
    .fruit-credit .fruit-credit--banner h1 {
        font-size: 22px;
    }
    .infocontact__item p {
        width: 100%
    }
    .infocontact__item img {
        margin: 0;
        margin-bottom: 10px
    }
    .newsSection .news-w-img.gallary .ins-news-img {
        width: 200px;
        height: 120px;
        position: absolute;
        top: 90%
    }
    .newsSection .news-w-img.gallary .ins-news-img a {
        width: 100%
    }
    .newsSection .news-w-img.gallary .ins-news-img img {
        -o-object-fit: inherit;
        height: auto;
        padding: 0
    }
    .newsSection .news-w-img .ins-news-text span {
        margin-bottom: 0
    }
    .news-w-img.gallary .bottom_credit_card {
        margin-top: 10px;
        padding-top: 10px
    }
    .newsSection .news-w-img.gallary .bottom_credit_card a {
        font-size: 16px
    }
    .newsSection .news-w-img.gallary {
        min-height: inherit
    }
    .newsSection .news-w-img.gallary:hover .ins-news-img {
        top: calc(90% - 10px)
    }
    .newsSection .news-w-img.gallary {
        margin-bottom: 40px
    }
    .cardscontact.contact_us .contact_part {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .bossesSection .boss-ins .charter .charter__item {
        margin-bottom: 20px
    }
    .boss-info {
        margin-top: 20px
    }
    .tarif_section .boss-contact {
        font-size: 16px
    }
    .tarif_section .boss-subb p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px
    }
    .tarif_section.bosses .dropper h3 {
        font-size: 16px;
        padding: 20px 20px 10px;
        margin-bottom: 10px
    }
    .bossesSection .boss-ins .charter div a {
        font-size: 20px;
        padding-right: 35px
    }
    .tarif_section.bosses .boss-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px
    }
    .tarif_section.bosses .boss-left {
        width: 100%;
        margin-top: -5px
    }
    .tarif_section.bosses .boss-left p {
        padding: 0
    }
    .boss-text ul {
        padding-bottom: 0
    }
    .tarif_section.bosses .boss-right {
        width: 100%;
        margin-left: 0
    }
    .tarif_section.bosses .boss-right p {
        padding-top: 0
    }
    .tarif_section.bosses .dropper p {
        margin-left: 20px;
        margin-bottom: 0;
        line-height: 20px
    }
    .tarif_section.bosses .dropper ul li {
        padding: 0 20px
    }
    .tarif_section.bosses .dropper ul li:before {
        left: 20px
    }
    .bossesSection .boss-ins .charter div a::after {
        right: 20px
    }
    .norm-doc .boss-ins .charter div a {
        background-color: #fff;
        color: #000
    }
    .mapdiv {
        min-width: inherit;
        padding: 0
    }
    .mapdiv h5 {
        font-size: 18px
    }
    .gm-style .gm-style-iw {
        overflow: hidden!important;
        padding-bottom: 20px
    }
    .mapdiv .w-50 {
        width: 100%
    }
    .section-map .map-block .ins-map .check-map .radio-toolbar {
        border: none
    }
    .noback {
        padding: 35px 0
    }
    .tabs_head {
        margin-bottom: 0
    }
    .department.lefside50 .dep-ins,
    .department.rightside50 .dep-ins {
        min-height: inherit
    }
    .department .dep-ins .text-tel p {
        margin-right: 15px;
        font-size: 16px
    }
    .department .dep-ins .text-tel a {
        font-size: 16px
    }
    .invest_calc_block,
    .invest_count_block {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .counter_block {
        float: none;
        width: 100%
    }
    .transfer_book {
        padding: 0;
    }
    .tabs_head .right_credit ul li:last-child {
        margin-bottom: 15px
    }
    .tabs_head ul {
        display: flex;
    }
    .tabs_head ul li:first-child {
        margin-left: 0
    }
    .tabs_head ul li:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .contact_blocks {
        padding: 30px 15px
    }
    .contact_card .contact_blocks {
        padding: 0;
    }
    .contact_blocks h5 {
        margin-bottom: 15px;
        font-size: 24px
    }
    .contact_wrapper {
        padding: 0 15px
    }
    .SimpleCards .card_block {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px
    }
    .SimpleCards .card_block.big_card {
        width: 100%;
        padding: 0 15px;
        margin: 0;
        margin-bottom: 20px
    }
    .bottom_tab {
        width: 100%
    }
    .bottom_tab h5 {
        font-size: 24px
    }
    .tab_level {
        flex-direction: column;
        padding: 15px 30px;
    }
    .tab_level p {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .tab_level span {
        padding: 0;
    }
    .left_credit h2 {
        line-height: 1.35
    }
    .banner_card {
        width: 100%;
        text-align: center
    }
    .left_credit h2 {
        font-size: 24px
    }
    .make_card {
        float: none;
        clear: both;
        display: block;
        text-align: center;
        margin: 0 0 20px 0
    }
    .make_card {
        font-size: 17px
    }
    .morecard {
        top: 0;
        text-align: center;
        display: block
    }
    .left_credit ul li {
        float: none;
        width: 100%;
        margin-bottom: 25px
    }
    .left_credit ul li:last-child {
        margin: 0
    }
    body .main_exchange {
        margin-bottom: 0
    }
    .exch_head h1 {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
    .kursdata {
        overflow: inherit
    }
    .exch_table table {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .exch_table table tr td img {
        margin-right: 5px
    }
    .exch_head a {
        float: none;
        top: 0
    }
    .exch_table table.bt tbody td:first-child {
        padding: 5px 15px;
        padding-top: 15px
    }
    .exch_table table tr td {
        background: #fff;
        line-height: 24px;
        position: relative
    }
    .exch_table table tr {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px
    }
    .exch_table table tbody tr:hover td {
        color: initial
    }
    .exch_table table.bt tbody th,
    .exch_table table.bt thead {
        display: none
    }
    .exch_table table.bt tbody td,
    .exch_table table.bt tfoot td,
    .exch_table table.bt tfoot th {
        border: none;
        vertical-align: top;
        padding: 5px 15px;
        float: left;
        width: 100%
    }
    .exch_table table.bt tbody td::before,
    .exch_table table.bt tfoot td::before,
    .exch_table table.bt tfoot th::before {
        content: attr(data-th) ": ";
        display: table-row;
        font-weight: 500;
        width: 6.5em;
        color: #093475
    }
    .hideother td {
        padding: 0!important
    }
    .hideother td::before {
        display: none!important
    }
    .exch_table table.bt tbody td.bt-hide,
    .exch_table table.bt tfoot td.bt-hide,
    .exch_table table.bt tfoot th.bt-hide {
        display: none
    }
    .exch_table table.bt tbody td .bt-content,
    .exch_table table.bt tfoot td .bt-content,
    .exch_table table.bt tfoot th .bt-content {
        vertical-align: top
    }
    .bt-wrapper.active {
        max-height: 310px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .exch_table table.bt.bt--no-header tbody td::before,
    .exch_table table.bt.bt--no-header tfoot td::before {
        display: none
    }
    .form_popup input,
    .search-block-404 .form_popup input {
        font-size: 24px;
        padding: 0 95px 10px 35px
    }
    .form_popup input::placeholder,
    .form_popup input::-webkit-input-placeholder {
        font-size: 17px;
    }
    .form_popup button {
        padding-bottom: 25px;
        font-size: 24px
    }
    .pop_closer {
        top: 15px;
        right: 15px;
    }
    .form_popup span {
        width: 24px;
        height: 24px;
        top: 5px;
        background-size: 85%;
    }
    .form_popup {
        margin-top: 70px;
        position: relative;
    }
    .footer_menu ul li {
        float: none;
        width: 100%
    }
    .news_form form {
        display: flex;
        justify-content: space-between;
    }
    .news_form input {
        width: 75%;
        margin: 0 0 15px 0
    }
    .news_form button,
    .news_form input[type=submit] {
        font-size: 0;
        width: 25%;
        max-width: 60px;
        position: relative;
        background: url('/local/templates/nbu/images/icons/arrow-forward-outline.png') no-repeat center, transparent;
        margin-left: 10px;
    }
    .news_form button:hover,
    .news_form input[type=submit]:hover {
        background: url('/local/templates/nbu/images/icons/arrow-forward-outline.png') no-repeat center, #fff;
    }
    .news_form button {
        float: none;
        display: table;
        margin: 0 auto
    }
    .news_part.mobile_part {
        overflow: inherit
    }
    .news_part {
        position: static
    }
    .news_part a.watch_all_news {
        position: absolute;
        bottom: 0;
        top: auto;
        z-index: 22;
        left: 15px;
        display: inline-block;
        padding: 0 20px;
        font-size: 18px;
        border-radius: 6px;
        border: 2px solid #e4bd63;
        height: 60px;
        line-height: 58px;
        font-weight: 500;
    }
    .allnews .container {
        padding-bottom: 70px
    }
    .news_part {
        width: 100%
    }
    .news_part p {
        height: auto;
        padding-bottom: 15px
    }
    .allnews {
        padding: 35px 0
    }
    .banner_text {
        width: 100%;
        position: static
    }
    .banner_block {
        height: auto;
        padding: 30px 0 45px 0
    }
    .banner_text h2 {
        font-size: 30px
    }
    .border_block {
        padding: 30px 20px
    }
    .contact_border {
        padding: 30px 20px
    }
    .part_block a {
        padding: 0 20px;
        font-size: 18px
    }
    .part_block ul li span {
        font-size: 14px
    }
    .border_block h3,
    .part_block h3 {
        font-size: 22px
    }
    .border_block .uzor__icon {
        right: 20px;
        max-width: 200px;
        top: 170px
    }
    .border_block .telegram__icon {
        max-width: 160px;
        right: 8%
    }
    .border_block a {
        font-size: 16px;
        margin-top: 10px
    }
    .border_block p {
        margin-bottom: 10px
    }
    .cards,
    .contact_us .part_half,
    .credit,
    .positions {
        margin-bottom: 20px
    }
    .allnews {
        padding: 20px 0
    }
    .banner_text a {
        font-size: 16px;
        padding: 0 20px;
        height: 50px;
        line-height: 50px
    }
    .contact_us .contact_part {
        margin-bottom: 0;
        padding: 0;
    }
    .contact_us .part_half {
        padding: 0;
    }
    .credit_head .select2 {
        padding: 20px 45px 20px 20px;
        font-size: 24px
    }
    .credit_back {
        padding-top: 20px
    }
    .credit_head .select2-results__option {
        margin-bottom: 20px;
        font-size: 20px
    }
    .credit_head .select2-dropdown {
        padding-top: 70px;
        padding-bottom: 30px
    }
    .credit_head .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 15px;
        background-size: contain
    }
    .credit_head .select2-results__option {
        padding: 0 10px
    }
    .card_block.big_card p {
        width: 100%;
        text-align: center
    }
    .into_card {
        height: 70px;
    }
    .card_block.big_card {
        padding: 0 15px;
        margin: 50px 15px 0 15px
    }
    #owl2 {
        margin: 15px 0
    }
    .posit_block {
        width: 100%
    }
    .pos_img {
        bottom: 20px
    }
    .bot_menu {
        float: none;
        display: table;
        margin: 15px auto auto auto
    }
    .uzor_block ul li a {
        max-width: 270px
    }
    .contact-info-inner--icon {
        display: none
    }
    .inner_wrapper {
        padding: 35px 0 0 0
    }
    .inner_wrapper h1 {
        font-size: 26px;
        margin-bottom: 20px
    }
    .inner_wrapper h2 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .inner_wrapper,
    .inner_wrapper p {
        font-size: 14px
    }
    .contact-info-inner {
        padding: 20px 25px 10px
    }
    .contact-info-document {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .contact-info-document svg {
        margin: auto;
        margin-bottom: 20px
    }
    .foto-gallary i {
        font-size: 14px
    }
    .section-map .map-block .ins-map .regions-block {
        padding: 0 15px
    }
    .footer_menu {
        margin-bottom: 20px
    }
    .contact_block {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .bottom_contact {
        padding: 30px 0
    }
    .card_block {
        margin-bottom: 10px
    }
    .money_transferIntro--title,
    .money_transferIntro--downloadTitle {
        font-size: 24px;
        padding: 0 15px;
    }
    .money_transferIntro {
        padding-top: 15px;
        margin-bottom: 16px;
    }
    .money_transferIntro--listItem--title {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .money_transferIntro--listItem--desc {
        font-weight: 400;
        font-size: 14px;
    }
    .money_transferIntro--download {
        -webkit-background-size: 60%;
        background-size: 60%;
        padding: 20px 10px 13px;
    }
    .money_transferIntro--downloadTitle {
        margin-bottom: 15px;
    }
    .money_transferIntro--downloadBtn {
        flex-direction: column;
    }
    .money_transferIntro--downloadBtn li {
        margin-bottom: 8px;
    }
    .money_transferIntro--downloadBtn a {
        font-size: 16px;
        padding: 14px 18px;
        padding-left: 55px;
    }
    .money_transferIntro--downloadBtn a::before {
        left: 16px;
    }
    .left_credit h2 a {
        font-size: 26px;
    }
    .sidebar.about-bank::before {
        background-size: 112%;
        width: 22px;
    }
    .mobile-accordion {
        padding-left: 40px;
        padding-bottom: 10px;
    }
    .sidebar ul.menu li {
        padding-left: 20px;
    }
    .sidebar ul.menu li a {
        font-size: 15px;
        padding: 7px 11px;
    }
    .contact_us .row {
        margin: 0;
    }
    .secondNews-Section .newsSection .left-form {
        display: flex;
        justify-content: space-between;
    }
    .secondNews__colabse {
        display: none;
    }
    .secondNews-Section .newsSection .left-form .form {
        display: flex;
        width: 100%;
        margin: 0;
    }
    .secondNews-Section .newsSection .left-form .form .item {
        width: 100%;
    }
    .secondNews-Section .newsSection .left-form .form .item .wraps {
        padding: 0 5px;
    }
    .secondNews-Section .newsSection .left-form p,
    .youth-news .filtrcontent .left-form p {
        margin-bottom: 12px;
    }
    .contacts {
        margin-top: 30px;
    }
    .contact_block.hotline {
        order: -1;
    }
    .contact_block.hotline .trust-service--wrap {
        max-width: 100%;
    }
    .contact_block.hotline .contact_block-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 100%;
    }
    .contact_block.hotline img {
        display: none;
    }
    .contact_block.hotline .trust-service--wrap a {
        display: block;
        text-align: left;
        margin-right: auto;
    }
    .contact_block.hotline .contact_block-title {
        font-size: 14px;
        padding-left: 10px;
        display: block;
        margin-bottom: 0;
    }
    .contact_block.socials>img {
        top: 50%;
        transform: translateY(-50%);
    }
    .contact_block.socials .contact_block-content {
        display: flex;
        align-items: center;
    }
    .contact_block.socials .contact_block-title {
        margin-bottom: 0;
        margin-right: 15px;
        max-width: 110px;
        line-height: 1.2;
    }
    .contact_footerwrapper {
        border-bottom: 1px solid rgba(9, 52, 117, 0.1);
        ;
        margin-bottom: 15px;
    }
    .footer_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -10px;
    }
    .footer_menu ul li {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .footer_menu ul li a {
        line-height: 1.4;
    }
    .car_block_tabs {
        flex-wrap: nowrap;
        justify-content: unset;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .car_block_tab {
        min-width: inherit;
        padding: 20px 10px;
        white-space: nowrap;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .car_block_tabs::-webkit-scrollbar {
        display: none;
    }
    /* Hide scrollbar for IE and Edge */
    .car_block_tabs {
        -ms-overflow-style: none;
    }
    .credit_tabs .calc_credit {
        padding: 25px 10px 5px; 
    }
    .main_calculator__wrap {
        flex-wrap: wrap;
    }
    .main_calculator__wrap .main_calculator__item {
        width: 100%;
    }
    .showDetailCalcTable {
        color: #000;
        margin-top: 0;
    }
    .newCreditCalcWithTable .half_calc {
        margin-bottom: 15px;
    }
    .calc_credit h5 {
        font-size: 20px;
    }
    .newCreditCalcWithTable .half_calc strong {
        margin-bottom: 7px;
    }
    .newCreditCalcWithTable .half_calc .select2-container {
        padding-right: 40px;
    }
    .newCreditCalcWithTable .half_calc .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 17px;
        width: 14px;
        height: 8px;
    }
    .showDetailCalcTable {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .credit_tabs .calc_credit {
        margin-bottom: 20px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .calcResultTable h4 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .calcResultTable__wrap {
        max-height: 500px;
        overflow: auto; 
        margin-right: -5px;
    }
    .calcResultTable.exch_table table {
        overflow: auto;
        width: inherit;
        min-width: 630px;    
    }
    .calcResultTable.exch_table table {

    }
    .calcResultTable.exch_table table tr {
        display: table-row;
    }
    
    .calcResultTable.exch_table table tr td, .calcResultTable.exch_table table tr th {
        line-height: 1.3;
    }
    .calcResultTable.exch_table table.bt tbody td::before, .exch_table table.bt tfoot td::before, .exch_table table.bt tfoot th::before {
        display: none;
    }
    .calcResultTable.exch_table table.bt tbody th, .calcResultTable.exch_table table.bt thead {
        display: table-row-group;
        vertical-align: baseline;
    }
    .calcResultTable.exch_table table.bt thead th {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .calcResultTable.exch_table table.bt tbody td, .calcResultTable.exch_table table.bt tfoot td, .calcResultTable.exch_table table.bt tfoot th {
        width: auto;
        float: none;    
        vertical-align: inherit;
        padding: 10px 0;
        border-bottom: 1px solid #e0e4eb;
    }
    .calcResultTable.exch_table table.bt tbody td:first-child {
    }
    .calcResultTable.exch_table table tr td:nth-child(2), .calcResultTable.exch_table table tr th:nth-child(2) {
    }
    
    .infolist {    
        padding: 15px 20px;
        padding-left: 70px;
    }
    .infolist:before {
        left: 15px;
    }
    .infolist a {
        font-size: 15px;
    }
    .infolist span {
        border-left: 0;
        padding: 10px 15px;
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
        text-align: left;
        display: none;
    }
    
    .infolist__mobile-download {
        display: block;
        border-left: 2px solid rgba(230, 234, 241, 0.5);
        margin-left: 15px;
        padding-left: 15px;
        min-width: 39px;
        min-height: 24px;
    }

    .infolist__mobile-download img {
    }
  
    .bottom_text {
        margin-bottom: 0;
    }
    .bottom_text p {
        font-size: 15px;
    }
    .credits .noback {
        padding-bottom: 0;
    }
    .updated-date {
        text-align: center;
        padding-bottom: 2rem;
    }

}

@media (max-width:675px) {
    .custom-checkbox {
        margin: auto;
        margin-bottom: 20px;
    }
    .bottom-wrap--deposits .depo_reset {
        margin: 0 auto;
    }
    .contact_footerwrapper {
        flex-direction: column;
    }
    .contact_block {
        margin-bottom: 25px;
    }
    .contact_block:first-child {
        margin-bottom: 20px;
    }
    .top_contact {
        padding-bottom: 0;
    }
    .contact_block-title {
        font-size: 15px;
    }
    .contact_block a {
        font-size: 16px;
    }
    .contact_block a em {
        font-size: 14px;
    }
    .x-boss-wrap {
        flex-direction: column;
    }
    .x-boss-img {
        margin-bottom: 15px;
    }
    .x-boss-subwrap {
        width: 100%;
    }
}

@media (max-width:600px) {
    .banner .owl-dots,
    .banner_text {
        bottom: 20px
    }
    .banner_text a {
        margin-bottom: 20px
    }
    .border_block .uzor__icon {
        right: -80px;
        max-width: 180px;
        top: 150px
    }
    .border_block .telegram__icon {
        max-width: 160px;
        right: -50px
    }
    #owl2 .owl-dot {
        margin: 0 7px 0 0;
        width: 16px;
        height: 16px
    }
    .card_block.big_card p {
        font-size: 16px
    }
    .safe-teaser__item {
        padding: 0 20px
    }
    .safe-teaser {
        margin-bottom: 30px
    }
    .right_head {
        padding-bottom: 0;
    }
    .left_float p {
        font-size: 28px;
    }
    .left_transfer button {
        width: 100%;
        margin: auto;
        display: block;
    }
    .money_transfer .heaton {
        font-size: 17px;
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .trans_contact i {
        font-size: 22px;
    }
}

@media (max-width:580px) {
    .safe-teaser__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
    .safe-teaser__img {
        margin-right: 0;
        margin-bottom: 20px
    }
    .safe-teaser__item:nth-child(2) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .safe-teaser__desc {
        text-align: center
    }
    .tab_transfer ul li {
        width: calc(50% - 10px)
    }
    .vac_pagination ul li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 14px
    }
    .vac_pagination ul li a:hover {
        border: 1px solid #009ea7;
        line-height: 34px
    }
    .vac_pagination ul li a.active {
        line-height: 34px
    }
    .inner_docs img {
        margin-right: 0;
        margin-bottom: 10px
    }
    .bossesSection .charter h2 {
        font-size: 22px;
        line-height: 26px
    }
    .newsSection .news-w-img.gallary .ins-news-img img {
        width: 150px;
        height: 95px
    }
    .newsSection .news-w-img.gallary {
        padding: 20px;
        padding-bottom: 40px
    }
    .newsSection .news-w-img .ins-news-text a {
        margin: 0
    }
    .newsSection .news-w-img .ins-news-text span {
        margin-bottom: 0
    }
    .newsSection .news-w-img .ins-news-img {
        bottom: -240px;
        width: 150px;
        height: 95px
    }
    .wrapp_calc button {
        width: 100%;
    }
    .newsSection .news-block .news-title h1 {
        font-size: 24px;
        line-height: 1.222;
    }
    .inner_wrapper p a {
        font-size: 14px;
    }
    .newsSection p a {
        display: inline;
    }
    .newsSection .news-block {
        padding-top: 5px;
    }
    .tab_transfer {
        width: 100%;
    }
    .tab_transfer ul li span {
        height: 70px;
    }
    .bossesSection .boss-ins .docs-img {
        margin-right: 10px;
        align-items: center;
    }
    .paging ul li a,
    .paging a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-left: 5px;
        font-size: 13px;
    }
    /* .paging ul li a {
        padding-left: .5em !important;
    } */
    .paging ul a.modern-page-dots {
        width: 25px;
    }
    .paging ul li:nth-child(6),
    .paging ul li:nth-child(5) {
        display: none;
    }
    .exch_table table.bt tbody td:first-child,
    .exch_table table.bt tfoot td:first-child,
    .exch_table table.bt tfoot th:first-child {
        width: 100%;
    }
    }
    .calcResultTable.exch_table table.bt tbody td:first-child,
    .calcResultTable.exch_table table.bt tfoot td:first-child,
    .calcResultTable.exch_table table.bt tfoot th:first-child {
        width: auto;
    }
    
    .exch_table table.bt tbody td,
    .exch_table table.bt tfoot td,
    .exch_table table.bt tfoot th {
        width: 33.33%;
    }
}

@media (max-width:480px) {
    .callback__Success {
        background-size: 85%;
    }
    #bx-panel {
        height: 0
    }
    .vac_pagination ul li {
        margin-bottom: 10px
    }
    .coverter {
        height: auto;
        margin-bottom: 10px
    }
    .border_block .telegram__icon {
        display: none
    }
    .border_block .uzor__icon {
        display: none
    }
    .banner_text {
        max-width: 240px
    }
    .banner_block {
        height: 330px;
    }
    .banner_text h2 {
        font-size: 24px;
        margin-bottom: 5px;
        max-height: 61px;
        overflow: hidden;
    }
    .credit_section h4 {
        font-size: 30px
    }
    .banner_text p {
        font-size: 18px;
        margin-bottom: 15px;
        height: 103px;
        overflow: hidden;
    }
    .banner_text a {
        position: absolute;
        bottom: 0;
    }
    .uzor_block ul li a {
        width: 100%;
        margin-top: 0
    }
    .money_transferIntro--listItem {
        margin-bottom: 25px;
    }
    .money_transferIntro--listItem--teaser,
    .v2 .money_transferIntro--listItem--teaser {
        margin: 0 15px;
        margin-bottom: -60px;
    }
    .money_transferIntro--listItem--img,
    .v2 .money_transferIntro--listItem--img {
        top: 80px;
        min-height: 330px;
        max-height: 330px;
    }
    .money_transferIntro--listItem--img img {
        max-width: 160px;
    }
    .money_transferIntro--listItem--img img:last-child {
        left: -70px;
    }
    body.safari .money_transferIntro--listItem--img img {
        max-height: 335px;
    }
    .scrollheight {
        height: 450px;
    }
    .top_menu_popup {
        padding-bottom: 20px;
    }
}

@media (max-width:400px) {
    .coverter input {
        float: none;
        width: 100%
    }
    .convert .select2-container {
        width: 100%!important;
        float: none
    }
    .convert.calendar .month_year #datepicker .select2-container {
        float: none;
        width: 100%!important
    }
    .convert.calendar .month_year #datepicker .select2-container:last-child {
        float: none;
        width: 100%!important
    }
    .currency.mobile ul li {
        padding: 0 10px;
        padding-right: 5px;
    }
    .tab_transfer ul {
        margin: 0
    }
    .tab_transfer ul li {
        /*			width:100%;
			margin:0 0 10px 0*/
    }
    .right_head a {
        width: 100%;
        display: block;
        padding-left: 50px;
        padding-right: 0
    }
    .credit_content a {
        font-size: 16px;
        padding: 0 20px
    }
    .credit_head .select2 {
        font-size: 20px
    }
    .credit_head .select2-results__option {
        font-size: 16px
    }
}

@media (max-width: 374px) {
    .footer_menu ul li {
        width: 100%;
    }
    .contact_block.socials .contact_block-content {
        flex-wrap: wrap;
    }
    .contact_block.socials .contact_block-title {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .contact_block.socials>img {
        top: -2px;
        transform: none;
    }
    .border_block a {
        font-size: 14px;
    }
}

@media (max-width: 355px) {
    .header_phone {
        font-size: 14px;
    }
    .bodysearch {
        right: 50px;
    }
    .my_bank {
        right: 85px;
    }
    .header_phone {
        right: 115px;
    }
    .currency ul li.lastcurr a {
        font-size: 13px;
    }
    .currency ul li a {
        font-size: 13px;
    }
    .currency ul li span {
        font-size: 13px;
    }
    .currency.mobile ul li {
        padding: 0 5px;
    }
    .currency ul li i {
        right: -9px;
    }
    .header_phone {
        padding: 0 5px;
    }
    .tab_transfer ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }
    .tab_transfer ul li span {
        height: 110px;
    }
    .bossesSection .boss-ins .charter div.oreder-boss.inner_docs a {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .bossesSection .boss-ins .charter div {
        text-align: center;
    }
}
/* End */
/* /local/templates/nbu/css/style.css?1608796647284369 */
/* /local/templates/nbu/css/custom.css?160879664759471 */
/* /local/templates/nbu/css/new_version/bundle.css?1594323766338251 */
/* /local/templates/nbu/css/font-awesome/css/font-awesome.min.css?157029379031000 */
/* /local/templates/nbu/css/new_version/style.css?1608796647158816 */
/* /local/templates/nbu/css/new_version/responsive.css?160879664780916 */
