/* REGULAR */

@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-Regular.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-Regular.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-Regular.woff') format('woff'),
    /* Modern Browsers */ url('../../fonts/GoogleSans-Regular.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-Italic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-Italic.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-Italic.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-Italic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-Italic.woff') format('woff'),
    /* Modern Browsers */ url('../../fonts/GoogleSans-Italic.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: normal;
  font-style: italic;
}

/* MEDIUM */
@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-Medium.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-Medium.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-Medium.woff') format('woff'),
    /* Modern Browsers */ url('../../fonts/GoogleSans-Medium.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

/* MEDIUM ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-MediumItalic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-MediumItalic.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-MediumItalic.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-MediumItalic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-MediumItalic.woff') format('woff'),
    /* Modern Browsers */ url('../../fonts/GoogleSans-MediumItalic.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 500;
  font-style: italic;
}

/* BOLD */
@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-Bold.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-Bold.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-Bold.woff') format('woff'),
    /* Modern Browsers */ url('../../fonts/GoogleSans-Bold.woff2') format('woff2');
  /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}

/* BOLD ITALIC */
@font-face {
  font-family: 'GoogleSans';
  src: url('../../fonts/GoogleSans-BoldItalic.eot');
  /* IE9 Compat Modes */
  src: url('../../fonts/GoogleSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('../../fonts/GoogleSans-BoldItalic.otf') format('opentype'),
    /* Open Type Font */ url('../../fonts/GoogleSans-BoldItalic.svg') format('svg'),
    /* Legacy iOS */ url('../../fonts/GoogleSans-BoldItalic.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../../fonts/GoogleSans-BoldItalic.woff') format('woff'),
    /* Modern Browsers */ url('../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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('../../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(../../img/appstore.png) no-repeat center;
  width: 26px;
  height: 32px;
}

.uzor_block ul li.googlestore a:before {
  background: url(../../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(../../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(../../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(../../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(../../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(../../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(../../img/cours.svg) no-repeat center;
  width: 45px;
  height: 70px;
  content: '';
  top: 10px;
  right: 10px;
  background-size: contain;
}

.convert.tgsidebar:before {
  background: url(../../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(../../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(../../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(../../img/googlestore.png) no-repeat center;
  width: 26px;
  height: 29px;
  position: absolute;
  top: 13px;
  left: 22px;
  content: '';
}

.convert.calendar:before {
  background: url(../../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(../../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(../../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(../../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(../../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('../../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(../../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(../../img/creditcontacts_bg.jpg) no-repeat center;
}

.invest_contact .contact_blocks {
  background: url(../../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(../../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(../../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(../../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(../../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(../../img/tarif_drop_active.png) no-repeat center;
}

.tarif_section.active span.open_drop:hover:before {
  background: url(../../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(../../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(../../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(../../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(../../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(../../img/page_prev.png) no-repeat center;
}

.vac_pagination ul li.prev:hover {
  background: url(../../img/prev_hover.png) no-repeat center;
}

.vac_pagination ul li.next {
  background: url(../../img/page_next.png) no-repeat center;
}

.vac_pagination ul li.next:hover {
  background: url(../../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(../../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('../../img/page_prev.png') no-repeat center;
}

#owl1 .owl-next::after,
.foto-gallary.owl-carousel .owl-next::after {
  background: url('../../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('../../img/page_prev.png') no-repeat center;
}

#owl2 .btn.next:after {
  background: url('../../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('../../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('../../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('../../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(../../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(../../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('../../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('../../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(../../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;
}
