@charset "UTF-8";
* {
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

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

.d-flex {
  display: flex;
}

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

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

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section2 {
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section4 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.section5 {
  background-color: #f9f9fc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb_class {
  margin-bottom: 20px;
}

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

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

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

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

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

.description {
  margin-bottom: 10px;
}

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

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

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

.a_bank {
  display: block;
  text-align: center;
  margin-bottom: 30px
}

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

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

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

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

.a_bank a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-map .map-block {
  width: 100%;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newsSection a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pageConversion .conver-text .conversion-paragraph {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
  color: #000;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v-conversion-li {
  padding: 0 !important;
}

.v-conversion-inner {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #E6EAF1;
}

.v-conversion-title {
  display: block;
  width: 200px;
  font-size: 18px;
  color: #000;
  padding-left: 48px;
}

.v-conversion-desc {
  color: #000;
  font-weight: 500;
}

@media (max-width: 992px) {
  .v-conversion-title {
    width: unset;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
}

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

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

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar input[type='radio'] {
  display: none;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
  width: 520px;
  text-align: center;
  font-size: 0;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 0;
  font-family: Arial;
  font: 400 24px/24px;
  cursor: pointer;
  width: 50%;
  line-height: 80px;
  color: #292929;
}

.cashSerSection .currency-block .nat-inter-cur .radio-toolbar input[type='radio']:checked + label {
  background-color: #000;
  color: #fff;
}

.cashSerSection .currency-block #curr-change-1 {
  display: block;
}

.cashSerSection .currency-block #curr-change-2 {
  display: none;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 30px;
  padding: 18px 30px 30px;
  border-radius: 4px;
  border: 2px solid #396195;
  -webkit-box-shadow: 2px 4px 10px 3px #e5ecec;
  box-shadow: 2px 4px 10px 3px #e5ecec;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
  font: 300 32px/40px;
  color: #000;
  margin-bottom: 60px;
  width: 45%;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
  width: 50%;
  margin-right: 111px;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
  font: 300 19px/32px;
  color: #292929;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
  width: 38%;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right strong {
  font: 500 12px/20px;
  color: #292929;
}

.cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
  font: 300 32px/40px;
  color: #08397b;
}

.job-vacancies-section h5 {
  font: 300 32px/40px;
  color: #08397b;
}

.centerJobs {
  margin: 0 auto;
}

.centerJobs .jv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.centerJobs .jv-button-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.centerJobs .jv-button-block p {
  font: 500 12px/20px;
  color: #e35151;
}

.centerJobs .jv-button-block .jv-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap {
  margin-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source {
  cursor: pointer;
  margin-right: 30px;
  width: 160px;
  height: 40px;
  border: 1px solid #104b97;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source a {
  font: 400 14px/17px;
  color: #104b97;
  text-decoration: none;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:hover {
  background: #104b97;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:hover a {
  color: #fff;
}

.centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source:last-of-type {
  margin: 0;
}

.centerJobs .jv-form .jv-source {
  margin-bottom: 20px;
}

.centerJobs .jv-form .jv-source a img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.centerJobs .jv-form .jv-source a span {
  color: #093475;
  display: inline-block;
  vertical-align: middle;
}

.centerJobs .duty-block .list-circle {
  margin-bottom: 42px;
  padding-left: 23px;
}

.centerJobs .duty-block .list-circle li {
  list-style: none;
  position: relative;
  padding-left: 10px;
  font: 300 19px/32px;
  color: #292929;
}

.centerJobs .duty-block .list-circle li::before {
  left: -23px;
}

.centerJobs .jv-form .job-vac-form input {
  border: 1px solid #e6eaf1;
  border-radius: 4px;
  background: 0 0;
  padding: 20px 20px 5px;
  font: 400 19px/32px;
  color: #000;
  width: 100%;
  z-index: 1;
}

.centerJobs .jv-form .job-vac-form input::placeholder {
  color: #666;
  padding-left: 15px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
  border: 2px solid #e4bd63;
  width: 220px;
  height: 60px;
  cursor: pointer;
  text-indent: 0;
  padding: 0;
  background: 0 0;
  color: #000;
  font: 600 18px/24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  margin-top: 10px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input:hover {
  background: #e4bd63;
  color: #fff;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file {
  width: 100%;
  margin-bottom: 20px;
  border: 2px dashed #c0cee2;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
  font: 300 19px/24px;
  color: #646464;
  margin-bottom: 0;
  padding: 12px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p:first-child {
  padding: 0;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file label {
  cursor: pointer;
  color: #093475;
  font-weight: 400;
  margin-bottom: 0;
  padding: 13px 85px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv {
  margin-top: 20px;
  margin-bottom: 5px;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .jc-wrap-inp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .fa-calendar-o {
  position: absolute;
  right: 20px;
  top: 23px;
  font-size: 15px;
  z-index: 0;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input::-webkit-input-placeholder {
  text-indent: 10px;
  position: relative;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input::-moz-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:-moz-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:-ms-input-placeholder {
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s ease;
  transition: 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus::-webkit-input-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus::-moz-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus:-moz-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv input:focus:-ms-input-placeholder {
  top: -20px;
  font-size: 14px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

.centerJobs .dealing-op {
  margin: 0 0;
}

.centerJobs .dealing-op .centerJobs {
  padding: 0;
}

.centerJobs .dealing-op .centerJobs .duty-block .list-circle {
  padding: 0;
  margin-bottom: 22px;
}

.sectionOrganization .org-title h1 {
  padding-top: 0;
  font: 600 48px/58px;
  color: #000;
  margin-bottom: 40px;
}

.sectionOrganization .accordion-block {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 12px;
  transition: 0.2s ease;
}

.sectionOrganization .accordion-block.active,
.sectionOrganization .accordion-block:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.sectionOrganization .accordion-block .accor-ins {
  position: relative;
  padding: 30px 35px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  transition: background 0.2s ease;
  border-radius: 12px;
}

.sectionOrganization .accordion-block .accor-ins.active {
  background: #093475;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sectionOrganization .accordion-block .accor-ins h2,
.sectionOrganization .accordion-block .accor-ins h2 > a {
  font: 400 24px/30px GoogleSans;
  color: #000;
  text-decoration: none;
  margin: 0;
  transition: 0.2s ease;
}

.sectionOrganization .accordion-block .accor-ins.active h2,
.sectionOrganization .accordion-block .accor-ins.active h2 > a {
  color: #fff;
}

.sectionOrganization .accordion-block .accor-ins .fa-angle-down {
  font-size: 40px;
}

.sectionOrganization .accordion-block .drop-dr-menu {
  padding: 30px 35px;
  display: none;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop p {
  min-width: 70px;
  max-width: 280px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #292929;
  letter-spacing: 0;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop span {
  width: 50%;
  font: 500 16px/24px;
  color: #292929;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  /*margin-left: auto;*/
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop a:hover {
  text-decoration: none;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half span {
  width: 100%;
}

.sectionOrganization .accordion-block .drop-dr-menu .sub-drop .sub-half strong {
  font: 500 14px/20px;
  color: #646464;
}

.sectionOrganization .accordion-block .drop-m-text {
  padding-bottom: 25px;
}

.sectionOrganization .accordion-block .drop-m-text p {
  font: 400 16px/26px;
  color: #292929;
}

.contentpages .accordion-block {
  cursor: pointer;
  margin-bottom: 20px;
  padding: 30px 46px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  transition: 0.2s ease;
}

.contentpages .accordion-block:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.contentpages .accordion-block .accor-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contentpages .accordion-block .accor-ins h2 {
  font: 300 25px/35px;
  color: #000;
  width: 90%;
  margin-bottom: 0;
}

.contentpages .accordion-block .accor-ins .fa-angle-down {
  font-size: 40px;
}

.contentpages .accordion-block .drop-dr-menu {
  display: none;
  padding-top: 20px;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contentpages .accordion-block.th .drop-dr-menu .sub-drop {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0;
}

.contentpages .accordion-block.th .drop-dr-menu .sub-drop:last-child {
  border: none;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop.withbg {
  padding: 10px;
  background: #ddd;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop p {
  width: 50%;
  font: 400 16px/26px;
  color: #292929;
  margin-bottom: 0;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop span {
  width: 50%;
  font: 500 16px/24px;
  color: #292929;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop a {
  font: 400 16px/20px;
  color: #0b9fa5;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop a:hover {
  text-decoration: none;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half span {
  width: 100%;
}

.contentpages .accordion-block .drop-dr-menu .sub-drop .sub-half strong {
  font: 500 14px/20px;
  color: #646464;
}

.contentpages .accordion-block .drop-m-text {
  padding-top: 25px;
}

.contentpages .accordion-block .drop-m-text p {
  font: 400 16px/26px;
  color: #292929;
}

.bossesSection .boss-ins {
  margin: 0 auto;
  padding-top: 0;
  margin-bottom: 50px;
}

/*.bossesSection .boss-ins .charter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}*/

.bossesSection .boss-ins .charter div a {
  font: 500 16px/20px;
  color: #000;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bossesSection .boss-ins .charter div a:nth-child(3n) {
  margin-right: 0;
}

.bossesSection .boss-ins .charter div a:hover {
  text-decoration: none;
}

.bossesSection .boss-ins .charter div .oreder-boss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bossesSection .boss-ins .charter div .oreder-boss a:-of-type {
  margin-right: 0;
}

.bossesSection .boss-ins .charter p {
  font: 300 20px/27px;
  margin-bottom: 20px;
}

.bossesSection .boss-ins .bosses-drop {
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid #b3b3b3;
  padding: 35px 40px 40px 40px;
  border-radius: 4px;
}

.bossesSection .boss-ins .bosses-drop .boss-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bossesSection .boss-ins .bosses-drop .boss-name h2 {
  font: 600 30px/40px;
  width: 464px;
  margin-bottom: 20px;
  width: calc(100% - 100px);
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info .fa-angle-down {
  font-size: 25px;
  position: absolute;
  top: -3px;
  right: -25px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info p {
  font: 400 12px/20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bossesSection .boss-ins .bosses-drop .boss-name .more-info.active .fa-angle-down {
  -webkit-transform: rotate(-180deg) translateY(-50%);
  transform: rotate(-180deg) translateY(50%);
}

.bossesSection .boss-ins .bosses-drop .boss-subb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tarif_section .boss-subb p {
  font: 300 15px/20px;
  color: #848e9f;
  margin-bottom: 20px;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact span {
  margin-right: 25px;
  font: 300 15px/20px;
  color: #646464;
}

.bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact strong {
  font: 500 16px/24px;
  color: #292929;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom {
  display: none;
  padding-top: 0 !important;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
  font: 300 19px/23px;
  color: #292929;
  padding: 30px 0;
}

.boss-text {
  padding: 30px 0;
}

.bossesSection .boss-ins .bosses-drop .boss-text {
  padding: 0;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list {
  padding-bottom: 66px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li {
  list-style: none;
  position: relative;
  font: 300 19px/32px;
  color: #292929;
  padding-left: 54px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
  font: 300 19px/32px;
  color: #292929;
  padding-left: 54px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
  background: #0b9fa5;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 15px;
  height: 15px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
  width: 50%;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left p {
  font: 400 15px/20px;
  color: #646464;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right {
  width: 45%;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right p {
  font: 500 16px/24px;
  color: #292929;
}

.bossesSection .boss-ins .bosses-drop .drop-bottom hr {
  background: #e6e6e6;
}

.bossesSection .charter h2 {
  font: 300 40px/64px;
  color: #000;
  margin-bottom: 20px;
}

.norm-doc .boss-ins .charter div a {
  background: #0b9fa5;
  color: #fff;
}

.blue-wr {
  background: #08397b;
  width: 100%;
  height: 100%;
}

.blue-wr .stub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blue-wr .stub-wrap .stub-blcok-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 120px;
  margin-bottom: 25px;
}

.blue-wr .stub-wrap .stub-blcok-1 h1 {
  font: 300 48px/64px;
  color: #fff;
}

.blue-wr .stub-wrap .stub-blcok-1 h2 {
  font: 300 48px/64px;
  color: #fff;
}

.blue-wr .stub-wrap .stub-blcok-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blue-wr .stub-wrap .stub-blcok-2 a {
  padding: 13px 16px;
  border: 1px solid #fff;
  font: 300 18px/20px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blue-wr .stub-wrap .stub-blcok-2 a:hover {
  background: #fff;
  color: #08397b;
}

.map-site-block {
  padding: 0;
  padding-bottom: 35px;
}

.map-site-block .l-map {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33333% - 57px);
  margin-right: 54px;
}

.map-site-block .l-map li {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
}

.map-site-block .l-map li::before {
  display: none;
}

.map-site-block .l-map li p {
  font: 600 16px/20px;
  color: #000;
}

.map-site-block .l-map li a {
  font: 500 14px/20px;
  text-decoration: none;
  color: #646464;
}

.map-site-block .l-map:last-of-type {
  margin-right: 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  /* display: block!important; */
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.date-pick {
  max-width: 300px;
}

.date-pick.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.date-pick.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: 0 0;
  border: none;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 9px !important;
  width: 15px;
  height: 23px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/ui-icons_4.png) center center no-repeat;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 1px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  line-height: 1em;
  text-indent: 0.01px;
  -webkit-user-select: none;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  cursor: pointer;
  color: #013646;
  overflow: hidden;
  padding: 7px 30px 7px 10px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: 40px;
  font-size: 1.14285714em;
  font-weight: 400;
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #f3f3f3;
  padding: 0 10px 10px;
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 16px;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.diagramma .ui-selectmenu-button.ui-button {
  width: 15em;
}

.diagramma .ui-selectmenu-button.ui-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.diagramma .ui-widget.ui-widget-content {
  padding: 0;
  border: 1px solid #e6eaf1;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar,
.scrollheight::-webkit-scrollbar {
  width: 8px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-track,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-track,
.scrollheight::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-thumb,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-thumb,
.scrollheight::-webkit-scrollbar-thumb {
  background: #009ea7;
  border-radius: 6px;
}

.branches-and-atms .ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover,
.diagramma .ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover,
.scrollheight::-webkit-scrollbar-thumb:hover {
  background: #009ea7;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  box-shadow: 15px 0 30px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  overflow-y: auto;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #0b959a;
  background: #0b9fa5;
  font-weight: 400;
  color: #fff;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 11px;
  height: 11px;
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(/local/templates/nbu/css/../images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/local/templates/nbu/css/../images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background: url(/local/templates/nbu/css/new_version/../../img/drop_small.png) no-repeat center;
  margin-top: 0;
  -webkit-background-size: auto;
  background-size: 100%;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.section8 .cur-mobile {
  text-align: center;
}

.section8 ul.currency {
  font-size: 0;
  line-height: 0;
  display: block;
  vertical-align: middle;
}

.section8 ul.currency li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.section8 ul.currency li.key {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

.section8 ul.currency li.key span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px GoogleSans;
  color: #646464;
}

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

.section8 ul.currency li.key span.uzs {
  color: #979797;
}

.section8 ul.currency li.value {
  font-size: 0;
  line-height: 0;
  padding-right: 30px;
}

.section8 ul.currency li.value span {
  display: inline-block;
  vertical-align: middle;
  font: 500 14px/14px GoogleSans;
  color: #646464;
  position: relative;
}

.section8 ul.currency li.value span.buy {
  padding-right: 30px;
}

.section8 ul.currency li.value span.down:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e35151;
  left: -15px;
  top: 4px;
}

.section8 ul.currency li.value span.up:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3fb061;
  left: -15px;
  top: 3px;
}

.section8 ul.currency li.value:last-child {
  padding-right: 0;
}

.section8 ul.currency.currency-usd {
  padding-right: 0;
  display: block;
  margin: 10px 0;
}

.norm-doc .boss-ins .charter div a {
  background: #fff;
  color: #000;
  width: -webkit-fill-available;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexbox .charter {
  display: inline-block;
  width: 100%;
}

.bossesSection .boss-ins .charter div.oreder-boss a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  margin-bottom: 0;
}

.bossesSection .boss-ins .charter div.oreder-boss a:hover {
  color: #009ea7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bossesSection .boss-ins .charter div.oreder-boss a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bossesSection .boss-ins .charter div.oreder-boss a:hover span {
  color: #848e9f;
}

@media screen and (max-width: 900px) {
  .lefside50 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .rightside50 {
    display: block;
    width: 100%;
  }
  .department.rightside50 .dep-ins {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .subscribeform input[type='submit'] {
    padding: 10px;
  }
  .subscribeform input[type='text'] {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col-top {
    display: block;
  }
  header .col-top .wrap .col-right .spec {
    display: none;
  }
  header .col-middle .wrap .col-right a.btn-effect-2 {
    display: none;
  }
  header .col-middle .wrap .col-right a {
    padding: 0;
    display: block;
  }
  header .col-middle .wrap .col-left a.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 60px;
    max-height: 52px;
    z-index: 99;
  }
  header .col-middle .wrap .col-right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 20px;
  }
  header .col-top .wrap .col-left {
    display: none;
  }
  header .col-top .wrap .col-right a.btn {
    display: none;
  }
  header .col-middle {
    background-color: #fff;
    padding: 14px 0;
  }
  header .col-middle .searchbox-open {
    width: 90%;
    border: 1px solid #104b97;
    border-radius: 10px;
  }
  header .col-top {
    display: block;
    background-color: #fff;
    padding: 0;
  }
  header .col-middle .wrap .col-left ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 13px;
    padding-top: 15px;
    overflow-y: hidden;
  }
  header .col-middle .wrap .col-left ul.menu li {
    padding: 0;
    margin-right: 10px;
  }
  header .col-middle .search-b {
    position: absolute;
    left: -15px;
    top: 6px;
    width: 100%;
  }
  header .col-middle .wrap .col-left ul.menu li a {
    font: 500 14px/20px GoogleSans;
    color: #646464;
    padding-left: 20px;
  }
  header .col-middle .wrap .col-right a.tel {
    display: none;
  }
  .fa-phone {
    font-size: 25px;
    position: relative;
    top: -6px;
    left: 14px;
    padding: 21px;
  }
  header .col-middle .wrap .col-right a.tel-img {
    display: block;
  }
  .col-middle .wrap .col-left {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .col-middle .wrap .col-right {
    width: 60%;
  }
  .col-middle .wrap .col-right a {
    padding-left: 0;
  }
  .col-bottom {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  header .col-middle .searchbox-icon,
  header .col-middle .searchbox-submit {
    width: 30px;
    height: 35px;
  }
  header .col-top .wrap .col-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  header .col-top .wrap .col-right .language {
    position: absolute;
    top: 20px;
    padding: 10px 0;
    right: 45px;
    display: block;
    z-index: 3;
    background: #fff;
  }
  header .col-top .wrap .col-right .language::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #104b97 transparent transparent transparent;
  }
  header .col-top .wrap .col-right .language img {
    display: none;
  }
  header .col-top .wrap .col-right .language a {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
  header .col-top .wrap .col-right .language li:last-child a {
    margin: 0;
  }
  header .col-top .wrap .col-right .language .language-2 {
    display: none;
    width: 37px;
  }
  .active-shad {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
  }
  .active-shad::before {
    display: none;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .norm-doc .boss-ins .charter div a {
    background: #0b9fa5;
    color: #fff;
    width: -webkit-fill-available;
  }
  .bossesSection .boss-ins .charter div.oreder-boss a {
    margin: 0;
    padding: 25px;
    padding-left: 20px;
    padding-right: 35px;
  }
  .bossesSection .boss-ins .charter div a::after {
    right: 20px;
  }
  .flexbox .charter {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .col-top {
    display: block;
  }
  header .col-top .wrap .col-right .spec {
    display: none;
  }
  header .col-middle .wrap .col-right a.btn-effect-2 {
    display: none;
  }
  header .col-middle .wrap .col-right a {
    padding: 0;
    display: block;
  }
  header .col-middle .wrap .col-left a.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 60px;
    max-height: 52px;
    z-index: 99;
  }
  header .col-middle .wrap .col-right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 20px;
  }
  header .col-top .wrap .col-left {
    display: none;
  }
  header .col-top .wrap .col-right a.btn {
    display: none;
  }
  header .col-middle {
    background-color: #fff;
    padding: 14px 0;
  }
  header .col-middle .searchbox-open {
    width: 90%;
    border: 1px solid #104b97;
    border-radius: 10px;
  }
  header .col-top {
    display: block;
    background-color: #fff;
    padding: 0;
  }
  header .col-middle .wrap .col-left ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 13px;
    padding-top: 15px;
    overflow-y: hidden;
  }
  header .col-middle .wrap .col-left ul.menu li {
    padding: 0;
    margin-right: 10px;
  }
  header .col-middle .search-b {
    position: absolute;
    left: -15px;
    top: 6px;
    width: 100%;
  }
  header .col-middle .wrap .col-left ul.menu li a {
    font: 500 14px/20px GoogleSans;
    color: #646464;
    padding-left: 20px;
  }
  header .col-middle .wrap .col-right a.tel {
    display: none;
  }
  .fa-phone {
    font-size: 25px;
    position: relative;
    top: -6px;
    left: 14px;
    padding: 21px;
  }
  header .col-middle .wrap .col-right a.tel-img {
    display: block;
  }
  .col-middle .wrap .col-left {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .col-middle .wrap .col-right {
    width: 60%;
  }
  .col-middle .wrap .col-right a {
    padding-left: 0;
  }
  .col-bottom {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  header .col-middle .searchbox-icon,
  header .col-middle .searchbox-submit {
    width: 60px;
    height: 60px;
  }
  header .col-top .wrap .col-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  header .col-top .wrap .col-right .language {
    position: absolute;
    top: 30px;
    right: 70px;
    display: block;
    z-index: 3;
    background: #fff;
  }
  header .col-top .wrap .col-right .language::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #104b97 transparent transparent transparent;
  }
  header .col-top .wrap .col-right .language img {
    display: none;
  }
  header .col-top .wrap .col-right .language a {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
  header .col-top .wrap .col-right .language li:last-child a {
    margin: 0;
  }
  header .col-top .wrap .col-right .language .language-2 {
    display: none;
    width: 37px;
  }
  .active-shad {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2901960784313726);
  }
  .active-shad::before {
    display: none;
  }
  header .col-top .wrap .col-right .language {
    right: 150px;
  }
  .fa-phone {
    font-size: 29px;
    position: relative;
    top: -9px;
    left: 4px;
    padding: 21px;
  }
  header .col-middle .searchbox .fa-search {
    font-size: 21px;
    color: #104b97;
  }
}

@media screen and (max-width: 767px) {
  .section1 {
    margin-bottom: 0;
  }
  .section1 .pattern {
    max-width: 84px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap h1 {
    font: 300 17px/30px GoogleSans !important;
    padding: 0 10px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap p {
    font-size: 13px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap a.btn-effect-2 {
    padding: 12px 10px;
    margin-left: 11px;
    font: 400 12px/16px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap h1 {
    font: 300 32px/45px GoogleSans !important;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap p {
    font-size: 25px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item .wrap {
    left: 54%;
  }
  .section1 svg.pattern {
    max-width: 220px;
  }
  .section1 .navigation {
    right: 20px;
  }
  .section1 .slider .owl-stage-outer .owl-stage .owl-item .item {
    display: block;
    background-position-y: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .innerSection1 .image {
    background: url(images/cards-for-pageCards.jpg) no-repeat center right;
    background-size: cover;
  }
  .innerSection1 .container .wrap {
    padding: 0;
  }
  .innerSection1 .wrap span {
    font: 500 12px/20px GoogleSans;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap h2 {
    font: 300 24px/26px GoogleSans;
    color: #fff;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap p {
    font: 300 14px/22px GoogleSans;
  }
  .innerSection1 .wrap h1 {
    font: 300 28px/30px GoogleSans;
    color: #fff;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .innerSection1 .wrap {
    padding: 0 15px;
  }
  .innerSection1 .wrap h2 {
    font: 300 40px/40px GoogleSans;
    color: #fff;
    margin-bottom: 20px;
  }
  .innerSection1 .wrap p {
    font: 300 17px/32px GoogleSans;
    color: #fff;
    padding-bottom: 40px;
  }
  .innerSection1 .wrap h1 {
    font: 300 28px/45px GoogleSans;
    color: #fff;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section2 .wrap .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section2 .wrap .list .item {
    width: 50%;
  }
  .section2 .wrap .list .item .wraps {
    padding: 29px 15px 17px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section3 {
    margin-bottom: 42px;
    padding: 0 15px;
  }
  .section3 .wrap .title h2 {
    font: 300 28px/32px GoogleSans;
  }
  .section3 .wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    width: 100%;
    margin: 0;
  }
  .section3 .wrap .list .item {
    width: 100%;
  }
  .section3 .wrap .list .item .wraps h3 {
    margin-bottom: 10px;
    min-height: 70px;
  }
  .section3 .wrap .list .item .wraps span.date {
    margin-bottom: 20px;
  }
  .section3 .wrap .list .item .wraps {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section3 {
    padding: 0 15px;
  }
  .section3 .wrap .list {
    margin: 0;
  }
  .section3 .wrap .list .item .wraps {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .section4 {
    background: url(images/credit-min.JPG) no-repeat center center;
    width: 100%;
    background-size: contain;
    padding: 0 0;
    height: 210px;
    margin-bottom: 210px;
  }
  .section4 .wrap .col-right .wraps {
    padding: 16px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon img {
    width: 70%;
    max-width: 32px;
  }
  .section4 .wrap .col-right .wraps h2 {
    font: 300 19px/32px GoogleSans;
    color: #000;
    margin-bottom: 3px;
  }
  .section4 .wrap .col-right .wraps p {
    font: 300 13px/20px GoogleSans;
    color: #292929;
    padding-bottom: 20px;
  }
  .section4 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 12px 10px;
    border-radius: 8px;
    font: 400 12px/16px GoogleSans;
  }
  .section4 .wrap {
    max-width: 1136px;
    margin: 0 auto;
    text-align: center;
  }
  .section4 .wrap .col-right {
    position: relative;
    top: 40px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section4 .wrap .col-right {
    width: 50%;
    max-width: 560px;
    display: inline-block;
    padding: 155px 0 140px 0;
  }
  .section4 .wrap .col-right .wraps h2 {
    font: 300 18px/23px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .section4 .wrap .col-right .wraps p {
    font: 300 13px/27px GoogleSans;
    color: #292929;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .section4 .wrap .col-right .wraps {
    padding: 20px;
  }
  .section4 .wrap .col-right .wraps h2 span.icon img {
    display: none;
  }
  .section4 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 13px 18px;
    font: 400 13px/16px GoogleSans;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section5 {
    margin-bottom: 0;
    background-color: #f9f9fc;
    padding-bottom: 30px;
  }
  .section8 {
    display: block;
    padding: 15px 15px;
    background: #f9f9fc;
  }
  .section8 .cur-mobile h4 {
    font: 300 28px/29px GoogleSans;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
  }
  .section8 .cur-mobile p {
    font: 500 12px/20px GoogleSans;
    color: #292929;
    display: block;
    margin-bottom: 10px;
  }
  .section8 .cur-mobile span {
    color: #da2425;
    display: inline;
    font-size: 11px;
    vertical-align: super;
  }
  .section8 .cur-mobile .curr-button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section8 .cur-mobile a {
    background: #0b9fa5;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font: 500 14px/20px GoogleSans;
  }
  .section5 .wrap .col-right {
    padding: 0;
    padding-top: 30px;
    max-width: 100%;
  }
  .section5 .wrap .col-right .wraps {
    padding: 0 15px;
    text-align: center;
  }
  .section5 .wrap i.slice {
    display: none;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 60px;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.title {
    font: 500 12px/20px GoogleSans;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div p {
    font: 400 11px/20px GoogleSans;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps h2 {
    font: 300 28px/29px GoogleSans;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div {
    margin-bottom: 0;
    padding: 10px;
  }
  .section5 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 12px 14px;
    font: 400 12px/16px GoogleSans;
    margin-top: 4%;
    margin-left: 0;
  }
  .section5 .wrap .col-right .wraps ul.list {
    margin: 0;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon img {
    max-width: 48px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section5 .wrap i.slice {
    display: none !important;
  }
  .section5 .wrap {
    text-align: center;
  }
  .section5 .wrap .col-right .wraps h2 {
    text-align: center;
  }
  .section5 .wrap .col-right {
    padding: 30px 0 30px 0;
  }
  .section5 .wrap .col-right .wraps {
    text-align: center;
  }
  .section5 .wrap .col-right .wraps ul.list li div span.icon img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .section5 .wrap .col-right .wraps ul.list li div {
    padding: 0;
    margin-bottom: 30px;
  }
  .section5 .wrap .col-right .wraps a.btn-effect-2 {
    padding: 15px 30px;
    font: 400 16px/16px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .section6 .pattern {
    display: none;
  }
  .section6 .wrap i.slice1 {
    display: none;
  }
  .section6 .wrap i.slice2 {
    display: none;
  }
  .section6 .wrap .col-right .wraps h2 {
    font: 300 18px/28px GoogleSans;
    margin-bottom: 10px;
  }
  .section6 .wrap .col-right {
    padding: 0;
  }
  .section6 .wrap .col-right .wraps {
    padding: 20px 15px;
  }
  .section6 .wrap .col-right .wraps p {
    font: 300 14px/26px GoogleSans;
    padding: 0;
    margin-bottom: 15px;
  }
  .section6 .wrap .col-right .wraps h2 span.icon img {
    width: 67%;
    max-width: 48px;
    min-width: 48px;
  }
  .section6 .wrap .col-right .wraps .btn-block a.apple img {
    width: 156px;
    height: 51px;
  }
  .section6 .wrap .col-right .wraps .btn-block a.android img {
    width: 156px;
    height: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section6 .wrap .col-right {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 50px 20px;
  }
  .slice1 {
    display: none;
  }
  .slice2 {
    display: none;
  }
  .section6 svg.pattern {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .owl-item {
    overflow: auto;
    white-space: nowrap;
  }
  .item {
    display: inline-block;
    color: #fff;
  }
  .section7 {
    position: relative;
    padding: 40px 0;
  }
  .section7 .wrap .partners-list .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
    padding-top: 15px;
  }
  footer .wrap .list .item {
    width: 100%;
  }
  footer .pattern {
    display: none;
  }
  footer .wrap h2 {
    padding-left: 15px;
  }
  footer .wrap .list .item .wraps ul li:nth-child(3) {
    padding-bottom: 15px;
  }
  footer .wrap .list .item.contact-info .wraps ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
  }
  footer .wrap .list .item.contact-info .wraps ul li a {
    font: 500 13px/20px GoogleSans;
    margin-bottom: 4px;
    margin-left: 12px;
  }
  footer .wrap nav ul {
    display: block;
    padding: 0 15px;
  }
  footer .wrap nav ul li {
    min-width: 100%;
    margin-bottom: 5px;
  }
  footer .wrap nav ul li a img {
    margin-right: 28px;
  }
  footer .wrap nav ul li a {
    font: 500 13px/20px GoogleSans;
  }
  footer .wrap p.copyright {
    font: 10px/16px GoogleSans;
    color: #979797;
    padding: 5px 15px;
  }
  footer .wrap .list .item .wraps ul li a {
    font: 500 15px/20px GoogleSans;
  }
  footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contact-info {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  footer .wrap a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .wrap nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .copyright {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  footer .wrap .list {
    padding: 0 15px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .dev-stage {
    background: #08397b;
    width: 52%;
    height: 90px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
  }
  footer .dev-stage strong {
    color: #fff;
    font: 300 13px/20px GoogleSans;
    position: absolute;
    top: 30px;
    left: -2px;
    text-align: center;
  }
  footer .wrap .copy-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 5px 15px;
  }
  footer .wrap .copy-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .wrap .copy-logo a p {
    font: 10px/17px GoogleSans;
    color: #979797;
    font-size: 12px;
  }
  footer .wrap .copy-logo a img {
    padding-left: 10px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  footer svg.pattern {
    max-width: 230px;
  }
  footer .wrap nav ul li {
    min-width: 100px;
  }
  footer {
    background-color: #f9f9fc;
    padding: 30px 15px 15px 15px;
    position: relative;
  }
  footer .dev-stage {
    background: #08397b;
    width: 28%;
    height: 90px;
    position: fixed;
    right: 0;
    z-index: 999999;
  }
  footer .dev-stage strong {
    color: #fff;
    font: 300 15px/20px GoogleSans;
    position: absolute;
    top: 30px;
    left: -2px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bread_crumbs {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bread_crumbs {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tab_head li {
    text-align: center;
    width: 100%;
  }
  .tabcontent li {
    text-align: center;
    margin-right: 2px;
    float: none !important;
  }
  .tabcontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: 0 0 !important;
  }
  #tabs_container {
    overflow: hidden;
    position: relative;
    background: #fff;
  }
  #tabs_container div {
    margin-right: 0 !important;
    left: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabcontent p {
    font: 400 16px/27px GoogleSans !important;
  }
  .tabcontent ul {
    background: 0 0;
    padding: 0 0 0 20px !important;
  }
  .tabcontent li {
    list-style: none;
    position: relative;
    font: 400 14px/24px GoogleSans !important;
    color: #292929;
    width: 100%;
    text-align: left !important;
    padding-left: 10px;
  }
  .tabcontent li::before {
    position: absolute;
    top: 8px !important;
    left: -10px !important;
    content: '';
    width: 12px !important;
    height: 12px !important;
    background: #0b9fa5;
    border-radius: 100%;
  }
  .pageCredit {
    padding: 0 15px;
    overflow: hidden;
  }
  .pageCredit .wrap .form {
    margin: 0 -16px 0 -16px;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageCredit .wrap .form .item {
    width: 100%;
  }
  .pageContribute #calculator .short_count {
    width: 100%;
  }
  .pageCredit .wrap .form .item {
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .pageCredit .wrap .form .item .wraps {
    padding: 0 16px;
    margin-top: 15px;
  }
  .pageCredit .wrap .form .item .wraps label {
    font: 500 12px/20px GoogleSans;
    margin-bottom: 15px;
  }
  .pageCredit .wrap .form .select-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per {
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    padding: 15px 30px;
    font: 300 15px/18px GoogleSans;
    width: 100%;
  }
  .pageCredit .wrap .form .item.submit .wraps button.resetbtn {
    display: none;
    margin-left: 20px;
    margin-left: 0;
  }
  .pageCredit .wrap .form .item.typeCheckbox {
    width: 100%;
    margin: 15px 0;
  }
  .pageCredit .formResult .col-top .wraps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pageCredit .formResult .col-top .wraps ul li {
    width: auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
  }
  .pageCredit .formResult .col-top .wraps ul li i {
    font: normal 300 20px/33px GoogleSans;
    color: #fff;
  }
  .pageCredit .formResult .col-top .wraps .btnGroup {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageCredit .formResult .col-top .wraps .btnGroup a {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .pageCredit .formResult .col-bottom .title {
    min-width: 1136px;
    margin: 38px auto;
    padding: 0 10px;
    font-size: 0;
  }
  .pageCredit .formResult .col-bottom .values {
    min-width: 1136px;
    padding: 0 10px;
  }
  .pageCredit .formResult .col-bottom .values .line {
    margin: 0 -10px;
  }
  .pageCredit .formResult .col-bottom .title .item {
    display: inline-block;
    vertical-align: top;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item .wraps {
    padding: 8px 0;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item {
    display: inline-block;
    vertical-align: top;
    font: 300 16px/24px GoogleSans;
    color: #292929;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageCredit {
    padding: 40px 15px;
  }
  .pageCredit .wrap {
    max-width: 1136px;
    margin: 0 auto;
    padding: 25px 0 26px 0;
  }
  .pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
    font: 300 22px/40px GoogleSans;
    padding: 14px 0 5px 18px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangeSummaInput,
  .pageCredit .wrap .form .item.typeInput .wraps #rangeYearInput {
    min-height: 60px;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form .item {
    width: 50%;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangePeriodInput {
    min-height: 60px;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per {
    width: 25%;
  }
  .pageCredit .wrap .form .item .wraps label {
    margin-bottom: 18px;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    padding: 15px 40px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangePeriodInput {
    font: 300 28px/41px GoogleSans;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form {
    margin: 0;
    width: 100%;
  }
  .pageCredit .formResult .col-top .wraps {
    max-width: 1136px;
    margin: 0 auto;
    padding: 60px 25px;
  }
  .pageCredit .formResult .col-top .wraps ul li i {
    font: normal 300 14px/24px GoogleSans;
    color: #fff;
  }
  .pageCredit .wrap .form .select-wrapper .inp-25per .month {
    min-height: 60px;
    padding: 0 0 0 20px;
  }
  .pageCredit .wrap .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
    font: 300 16px/40px GoogleSans;
  }
  .ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper {
    font: 300 18px/41px GoogleSans;
    padding: 16px 0 21px 20px;
  }
  .pageCredit .formResult .col-bottom .title {
    margin: 22px auto;
  }
  .pageCredit .formResult .col-bottom .title .item .wraps {
    font: 500 11px/20px GoogleSans;
  }
  .pageCredit .formResult .col-bottom .title .item .wraps {
    font: 500 11px/20px GoogleSans;
    color: #646464;
    text-transform: uppercase;
  }
  .pageCredit .formResult .col-bottom .values .line .row .item {
    font: 300 14px/24px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .pageCards {
    padding: 0 15px;
    padding-top: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .pageCards .wrap {
    padding: 0;
  }
  .pageCards .wrap h2 {
    font: 500 18px/0 GoogleSans;
    text-align: center;
  }
  .pageCards .c_choice .change_c {
    width: 100%;
  }
  .pageCards .c_choice .ins_text p {
    font: 300 16px/40px GoogleSans;
  }
  .pageContribute .sel-dep .c_choice .change_c {
    width: 100%;
  }
  .pageContribute .sel-dep .c_choice .ins_text p {
    font: 300 16px/40px GoogleSans;
  }
  .pageCards .wrap .list .item .col-right .wraps h3 {
    font: 300 28px/39px GoogleSans;
    margin-bottom: 10px;
  }
  .pageCards .wrap .list .item .col-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li {
    font: 300 15px/24px GoogleSans;
    margin-bottom: 10px;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li::before {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 12px;
    left: -21px;
    top: 9px;
    background: #0b9fa5;
    border-radius: 100%;
  }
  .pageCards .wrap .list .item .col-right {
    padding: 0 0;
    width: 100%;
  }
  .col-left img {
    width: 295px;
    margin-bottom: 20px;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description {
    padding-left: 20px;
  }
  .listNotes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .listNotes li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font: 500 12px/20px GoogleSans;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .listNotes span {
    color: #000;
    font: 500 14px/24px GoogleSans;
  }
  footer .wrap .list .item.contact-info,
  footer .wrap .list .item:nth-child(1),
  footer .wrap .list .item:nth-child(2) {
    width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageCards .wrap {
    max-width: 1136px;
    margin: 0 auto;
    padding: 30px 15px 10px 15px;
  }
  .pageCards .c_choice .ins_text p {
    text-align: center;
    font: 300 18px/40px GoogleSans;
  }
  .pageContribute .sel-dep .c_choice .ins_text p {
    text-align: center;
    font: 300 18px/40px GoogleSans;
  }
  .pageCards .wrap h2 {
    font: 500 15px/0 GoogleSans;
    color: #646464;
    margin-bottom: 30px;
  }
  .pageCards .wrap .list .item .col-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px;
    width: 70%;
  }
  .pageCards .wrap .list .item .col-left {
    width: 100%;
  }
  .pageCards .wrap .list .item .col-right .wraps h3 {
    font: 300 28px/40px GoogleSans;
    color: #08397b;
  }
  .pageCards .wrap .list .item .col-right .wraps ul.description li {
    font: 300 15px/30px GoogleSans;
  }
  .listNotes li {
    width: 33%;
    font-size: 10px;
  }
  .listNotes a {
    color: #0b9fa5;
    font: 500 14px/20px GoogleSans;
  }
  .listNotes span {
    color: #000;
    font: 500 15px/24px GoogleSans;
  }
  .pageCards .wrap .list {
    margin-bottom: 40px;
    display: block;
  }
  .pageCards .wrap .list .item .col-left {
    width: 21%;
  }
}

@media screen and (max-width: 767px) {
  .a_bank h1 {
    font: 28px/28px GoogleSans;
    text-align: center;
  }
  .about_section {
    margin-top: 0;
    padding: 0 15px;
  }
  .a_bank p {
    font: 300 14px/25px GoogleSans;
    color: #000;
    margin-bottom: 30px;
  }
  .a_bank span {
    font: 300 19px/32px GoogleSans;
    color: #0b9fa5;
  }
  .wrap_my {
    padding: 0 15px;
  }
  .a_bank h2 {
    font: 25px/33px GoogleSans;
    text-align: center;
  }
  .icons_list a {
    width: 50%;
    margin-bottom: 25px;
  }
  .icons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .icons_list span {
    font-size: 13px;
  }
  .a_bank:last-of-type {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .a_bank h1 {
    font: 30px/35px GoogleSans;
  }
  .a_bank span {
    font: 300 27px/40px GoogleSans;
    color: #0b9fa5;
  }
  .icon_block img {
    max-width: 35px;
    max-height: 35px;
    display: block;
    margin: 0 auto 15px auto;
  }
  .icons_list span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .a_bank p {
    font: 300 17px/32px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .a_bank:last-of-type {
    margin-bottom: 50px;
  }
  .a_bank h2 {
    color: #000;
    font: 30px/35px GoogleSans;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .icons_list {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .pageContribute #calculator .short_count {
    width: 100%;
  }
  .pageContribute .sel-dep .deposits-list .dep-block {
    width: 100%;
  }
  .pageContribute .sel-dep .deposits-list .dep-text {
    padding: 10px 10px;
    margin: 0;
    border: 1px solid #b3b3b3;
    margin-bottom: 15px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .dep-descrip {
    border-bottom: 1px solid #b3b3b3;
    padding: 0 20px 10px 20px;
    min-height: 140px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text h4 {
    font: 300 27px/30px GoogleSans;
    color: #000;
    margin-bottom: 19px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text p {
    font: 400 14px/24px GoogleSans;
    color: #2a2a2a;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit {
    padding: 20px 20px 0 20px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim {
    font: 400 20px/20px GoogleSans;
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-lim:last-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .big-i {
    width: 100% !important;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt {
    width: 200px;
    height: 50px;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .limit .ins-last-wrap .know-butt p {
    font: 300 16px/24px GoogleSans;
  }
  .pageCredit .wrap .form .item.submit .wraps button {
    margin-bottom: 15px;
  }
  .pageCredit .wrap .form .item.submit .wraps button.resetbtn {
    margin-left: 0 !important;
  }
  .pageContribute .line_bor {
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    margin-top: 30px;
    position: relative;
    margin-bottom: 80px;
  }
  .sel-dep {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageContribute {
    padding: 0 15px;
  }
  .pageCredit .wrap .form .item.typeInput .wraps #rangeSummaInput,
  .pageCredit .wrap .form .item.typeInput .wraps #rangeYearInput {
    min-height: 60px;
    font: 300 27px/41px GoogleSans;
  }
  .pageContribute .count .radio-toolbar label {
    line-height: 60px !important;
    font-size: 14px !important;
  }
  .pageContribute .count {
    height: 60px;
  }
  .pageContribute .wrap .form .item.submit .wraps button {
    padding: 15px 40px;
  }
  .pageContribute .sel-dep h3 {
    font: 300 32px/40px GoogleSans;
    color: #000;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .pageContribute .wrap .form .item {
    width: 42%;
  }
  .pageContribute .sel-dep .deposits-list .dep-block {
    width: 50%;
  }
  .pageContribute .sel-dep .deposits-list .dep-text .dep-descrip {
    max-height: 173px;
  }
  .pageContribute .ui-selectmenu-menu li.ui-menu-item .ui-menu-item-wrapper {
    font: 300 22px/41px GoogleSans;
  }
  .pageContribute .line_bor {
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page-MoneyTransform {
    padding: 10px 15px;
    margin-bottom: 80px;
  }
  .page-MoneyTransform .f-t-caption h2 {
    font: 400 28px/38px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
  }
  .page-MoneyTransform .f-t-caption h3 {
    font: 300 24px/24px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system p {
    text-transform: uppercase;
    font: 600 15px/20px GoogleSans;
  }
  .page-MoneyTransform .m-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-MoneyTransform .m-form-block .left-side {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system {
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:first-child .m-icon-wraps {
    padding: 0;
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps {
    padding: 0;
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input + img {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-of-type {
    width: 90%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-child .m-icon-wraps {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon .m-icon-wraps label > input + img {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon .m-icon:last-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeSelect .ui-selectmenu-button {
    width: 100%;
    font: 300 25px/38px GoogleSans;
    color: #000;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    background-color: transparent;
  }
  .page-MoneyTransform
    .m-form-block
    .left-side
    .calc-form
    .calc-block
    .form
    .item.typeSelect
    .ui-selectmenu-button
    .ui-selectmenu-text {
    padding: 6px 0 6px 36px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc p {
    text-transform: uppercase;
    font: 600 12px/20px GoogleSans;
    margin-bottom: 5px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeSummaInput,
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeYearInput {
    min-height: 50px;
  }
  #rangeSummaInput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon {
    top: 3px;
    z-index: 1;
  }
  .noUi-handle .noUi-handle-lower {
    z-index: 3;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te {
    padding: 0;
    margin-bottom: 25px;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te button {
    width: 179px;
    height: 50px;
  }
  .page-MoneyTransform .m-form-block .right-side {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right {
    padding: 10px 10px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text p {
    font: 200 14px/26px GoogleSans;
    color: #e6e6e6;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text i {
    font: 400 15px/32px GoogleSans;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap {
    margin-bottom: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text {
    margin-bottom: 25px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches {
    width: 140px;
    margin-bottom: 20px;
  }
  .department .dep-ins {
    width: 100%;
    /*border: 1px solid #b3b3b3;*/
    padding: 20px 15px;
    /*text-align: center*/
  }
  .department .dep-ins h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
  }
  .department .dep-ins .text-tel a {
    color: #000;
    font: 500 14px/20px GoogleSans;
    text-decoration: none;
  }
  .department .dep-ins .text-tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .euro-choice .euro-icon .radio-toolbar label {
    color: #7f828a;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-MoneyTransform .f-t-caption h2 {
    font: 400 34px/64px GoogleSans;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 0;
  }
  .page-MoneyTransform {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .ch-system {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .page-MoneyTransform .m-form-block .left-side .wallet-block .block-icon {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right {
    padding: 15px 15px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text p {
    font: 200 16px/25px GoogleSans;
    color: #e6e6e6;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .cur-wrap {
    margin-bottom: 15px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .note-text {
    margin-bottom: 20px;
  }
  .page-MoneyTransform .m-form-block .right-side .inside-right .currency-block .branches {
    margin-bottom: 20px;
    width: 140px;
  }
  .page-MoneyTransform
    .m-form-block
    .left-side
    .calc-form
    .calc-block
    .form
    .item.typeSelect
    .ui-selectmenu-button
    .ui-selectmenu-text {
    padding: 10px 0 10px 15px;
    font-size: 25px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .rate-calc {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block {
    width: 100%;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te {
    padding: 0;
  }
  .page-MoneyTransform .m-form-block .left-side .cal-te button {
    width: 180px;
  }
  .department .dep-ins {
    padding: 20px;
  }
  .department {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-MoneyTransform .m-form-block {
    margin-bottom: 40px;
  }
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeSummaInput,
  .page-MoneyTransform .m-form-block .left-side .calc-form .calc-block .form .item.typeInput .wraps #rangeYearInput {
    padding: 0 0 0 20px;
  }
  .bossesSection .boss-ins .charter div a {
    padding: 5px 18px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    width: 85%;
  }
  .department.lefside50 .dep-ins,
  .department.rightside50 .dep-ins {
    min-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .pagePayments {
    padding: 40px 15px;
  }
  .pagePayments .payForm .flex-gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagePayments .payForm .pay-inside .pay-icon p {
    font: 300 22px/22px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .input-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .input-block input {
    height: 50px;
    font: 300 20px/20px GoogleSans;
  }
  .month-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .pagePayments .payForm .flex-gr .month-block p {
    margin-bottom: 5px;
    font: 400 10px/20px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .month-block input {
    width: 60px;
    height: 42px;
    font: 400 19px/32px GoogleSans;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .pagePayments .payForm .flex-gr .choice-count {
    text-align: center;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 100%;
    height: 50px;
  }
  .pagePayments .payForm .flex-gr .choice-count p {
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar label {
    font-size: 16px;
    line-height: 50px;
  }
  .pagePayments .fl-wrap .payForm:first-of-type {
    margin: 0;
    margin-bottom: 52px;
  }
  .pagePayments .fl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pagePayments .end-form i {
    font: 300 28px/40px GoogleSans;
  }
  .pagePayments .end-form .end-count {
    width: 100%;
    height: 60px;
  }
  .fl-wrap .payForm:last-of-type {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pagePayments .payForm {
    margin-bottom: 0;
    padding: 30px 15px;
  }
  .pagePayments .payForm .pay-inside .pay-icon {
    margin-bottom: 25px;
  }
  .pagePayments .payForm .flex-gr .input-block input {
    padding-left: 15px;
    height: 60px;
    font: 300 20px/20px GoogleSans;
  }
  .pagePayments .payForm .flex-gr .input-block {
    width: 240px;
  }
  .pagePayments .payForm .pay-inside .pay-icon img {
    max-width: 32px;
    height: 35px;
    margin-right: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 400px;
    height: 80px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch .radio-toolbar label {
    font-size: 18px;
    line-height: 60px;
  }
  .pagePayments .payForm .flex-gr .month-block input {
    width: 60px;
    height: 60px;
    text-align: center;
    font: 400 24px/32px GoogleSans;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
  }
  .pagePayments .payForm .flex-gr .month-block p {
    font: 400 12px/20px GoogleSans;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count p {
    font: 400 12px/20px GoogleSans;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 15px;
  }
  .pagePayments .payForm .flex-gr .choice-count .radio-ch {
    width: 370px;
    height: 60px;
    text-align: center;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
  }
  .pagePayments .payForm .pay-inside .pay-icon p {
    color: #292929;
    font: 300 22px/20px GoogleSans;
  }
  .pagePayments .end-form {
    padding: 0 15px;
  }
  .pagePayments .end-form i {
    font: 300 28px/30px GoogleSans;
    color: #000;
    margin-bottom: 22px;
  }
  .pagePayments .end-form .end-count {
    width: 240px;
    height: 60px;
  }
  .pagePayments .end-form .end-count p {
    color: #fff;
    padding-left: 15px;
    font: 300 24px/40px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .pageSafes .safes-block .text-safes {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageSafes .safes-block .text-safes h1 {
    font: 600 28px/30px GoogleSans;
    text-align: center;
    margin-bottom: 20px;
  }
  .pageSafes .safes-block .text-safes h2 {
    font-weight: 500;
    font-size: 22px;
  }
  .pageSafes .safes-block .text-safes p {
    font: 300 14px/22px GoogleSans;
    color: #292929;
  }
  .pageSafes .safes-block .col-safes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageSafes .safes-block .col-safes .safes-ins {
    width: 50%;
  }
  .pageSafes .safes-block .col-safes .safes-ins .image-block {
    margin-bottom: 18px;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text p {
    color: #000;
    font: 300 19px/25px GoogleSans;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text {
    margin-left: -10px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .pageSafes .safes-block .col-safes .marker-text p {
    font: 300 14px/32px GoogleSans !important;
    color: #292929 !important;
  }
  .pageSafes .safes-block .last-safes-text p {
    font: 500 14px/20px GoogleSans;
    color: #e35151;
  }
  .pageSafes .safes-block {
    margin-bottom: 10px;
  }
  .pageSafes .safes-block .text-safes h3 {
    font: 300 28px/30px GoogleSans;
    color: #000;
    margin-bottom: 22px;
    padding-top: 15px;
  }
  .dealing-op .centerJobs .duty-block .list-circle {
    padding: 0;
    margin-bottom: 22px;
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pageSafes .safes-block .text-safes h3 {
    font: 300 28px/36px GoogleSans;
    color: #000;
    margin-bottom: 15px;
  }
  .pageSafes .safes-block .text-safes {
    width: 100%;
    margin-bottom: 40px;
  }
  .pageSafes .safes-block .col-safes .safes-ins .sec-text p {
    font: 300 28px/30px GoogleSans;
  }
  .pageSafes .safes-block {
    margin-bottom: 30px;
  }
  .pageSafes .safes-block .last-safes-text p {
    font: 500 14px/24px GoogleSans;
    color: #e35151;
  }
  .pageSafes .safes-block .text-safes p {
    font: 300 17px/32px GoogleSans;
    color: #292929;
  }
}

@media screen and (max-width: 767px) {
  .section-map {
    padding: 0 15px;
  }
  .newsSection .news-block .news-title ol {
    padding-left: 30px;
  }
  /* .section-map .map-text h1 {
    font: 300 28px/35px GoogleSans;
    color: #000;
    text-align: center;
  } */
  .section-map {
    padding: 0 15px;
  }
  .section-map .map-block .ins-map {
    position: unset;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
  }
  .section-map .map-block .ins-map .regions-block {
    padding: 0;
  }
  .section-map .map-block .map {
    width: 100%;
    margin-bottom: 10px;
  }
  .mapdiv:after {
    display: none !important;
  }
  .section-map .map-block .ins-map .check-map .radio-toolbar label {
    padding: 15px 0;
  }
  .section-map .map-block .ins-map .check-map {
    border-bottom: none;
  }
  .section-map .map-block .ins-map .check-map .radio-toolbar {
    border: 1px solid;
  }
  .section-map .map-block .ins-map .regions-block .region-list {
    background-color: #fff;
  }
  .section-map .map-block .ins-map .regions-block .region-list li {
    font: 400 16px/24px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-map .map-text {
    padding: 0 15px;
    margin-top: 24px;
    /* margin-bottom: 40px; */
  }
  /* .section-map .map-text h1 {
    font: 300 35px/64px GoogleSans;
    color: #08397b;
  } */
  .section-map .map-block .ins-map {
    left: 30px;
    width: 300px;
  }
  .section-map .map-block .ins-map .regions-block {
    padding: 0 15px;
  }
  /* .section-map .map-block .ins-map .regions-block .typeSelect .ui-selectmenu-button .ui-selectmenu-text {
        padding: 10px 0 10px 15px;
        font-size: 30px
    } */
  .section-map .map-block .ins-map .check-map .radio-toolbar label {
    padding: 25px 0;
    font-size: 15px;
  }
  .section-map .map-block .ins-map .regions-block .region-list li {
    font: 400 16px/20px GoogleSans;
  }
}

@media screen and (max-width: 767px) {
  .newsSection {
    padding: 0 15px;
  }
  .heading h1 {
    font: 300 28px/32px GoogleSans;
    color: #000;
    padding: 0;
  }
  .newsSection .news-block .news-title br {
    display: none;
  }
  .newsSection .news-block .news-title img {
    width: 100%;
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .newsSection .news-block .news-title p {
    font: 300 15px/25px GoogleSans;
    color: #292929;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: justify;
  }
  .newsSection .main-wrap {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img .ins-news-img {
    width: 100%;
    display: inline-block;
  }
  .newsSection .news-w-img .ins-news-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .news-w-img .ins-news-text a {
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .newsSection a {
    display: block;
    width: 100%;
  }
  .newsSection .news-w-img .ins-news-text p {
    font: 500 17px/26px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
  }
  .newsSection .news-w-img .ins-news-text span {
    font: 300 15px/20px GoogleSans;
    margin-bottom: 20px;
  }
  .newsSection .news-w-img .ins-news-img img {
    height: auto;
    margin: 0 auto;
    display: block;
    width: auto;
    padding: 10px;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsSection .photo-album .album-inside .nur {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .newsSection .news-w-img .ins-news-text a {
    padding: 20px;
    display: block;
  }
  .newsSection .news-w-img .ins-news-text p {
    font: 300 19px/28px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
    display: inline-block;
  }
  .newsSection {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .newsSection .news-block .news-title img {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
  .newsSection .news-w-img .ins-news-img img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
  }
  .newsSection .photo-album {
    width: 100%;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .newsSection .photo-album .album-inside {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .vacanciesSection .vac-text h1 {
    font: 600 28px/30px GoogleSans;
  }
  .vacanciesSection .vac-text p {
    font: 300 15px/28px GoogleSans;
    color: #292929;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .vacanciesSection .vac-block {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacanciesSection .vac-block .list-vac {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
  }
  .vacanciesSection .vac-text h2 {
    font: 500 28px/30px GoogleSans;
    color: #000;
  }
  .vacanciesSection .vac-block .list-vac a {
    margin: 0;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* .vacanciesSection .wrap {
        padding: 0
    } */
  .vacanciesSection .vav-last-wrap {
    margin-bottom: 50px;
    padding: 0;
  }
  /* .vacanciesSection .vac-block .list-vac {
        width: 30%
    } */
  .wrapper {
    min-height: auto;
  }
  .vacanciesSection {
    padding: 0 15px;
  }
  .vacanciesSection .vac-text h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-bottom: 24px;
  }
  .vacanciesSection .vac-text h2 {
    font: 300 35px/40px GoogleSans;
    color: #000;
  }
  .vacanciesSection .vac-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .press-c-Section {
    padding: 0 15px;
  }
  .press-c-Section .press-text h1 {
    font: 600 48px/48px GoogleSans;
    color: #000;
    margin-bottom: 30px;
  }
  .press-c-Section .press-news .ins-source-line h3 {
    font: 600 24px/24px GoogleSans;
    color: #000;
    margin: 0;
    margin-bottom: 10px;
  }
  .press-c-Section .press-news .ins-source-line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .press-c-Section .press-news .press-source {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .press-c-Section .press-news .press-source .press-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .press-c-Section .press-news .press-source p {
    font: 500 18px/24px GoogleSans;
    color: #292929;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .press-c-Section {
    padding: 0 15px;
  }
  .press-c-Section .press-text h1 {
    font: 600 38px/60px GoogleSans;
    color: #000;
    margin-bottom: 0;
  }
  .press-c-Section .press-news {
    padding-top: 20px;
  }
  .press-c-Section .press-news .press-source .press-block {
    width: 33%;
  }
  .press-c-Section .press-news .press-source p {
    font: 500 15px/24px GoogleSans;
    color: #292929;
    margin-bottom: 20px;
  }
  .press-c-Section .press-news .press-source p {
    min-height: 80px;
    overflow: hidden;
  }
  .press-c-Section .press-news .ins-source-line h3 {
    font: 300 28px/40px GoogleSans;
    color: #000;
    margin-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .secondNews-Section .newsSection h1 {
    font: 600 28px/30px GoogleSans;
    color: #000;
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .newsSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionPublication .second-newsblock .newsSection #stick-form .stick-form-wraps {
    max-width: 100% !important;
  }
  .secondNews-Section .arrow-up {
    right: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondNews-Section .newsSection {
    padding: 0 15px;
  }
  .sectionPublication .public-text {
    margin-bottom: 30px;
  }
  .secondNews-Section .newsSection .left-form p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .secondNews-Section .newsSection h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-top: 24px;
  }
  .newsSection .news-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .secondNews-Section .newsSection .main-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageConversion .conver-text h2 {
    font: 300 20px/1 GoogleSans;
    margin-bottom: 20px;
  }
  .pageConversion .conver-text h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1;
  }
  .pageConversion .conver-text p {
    font: 300 14px/32px GoogleSans;
    text-align: left;
  }
  .pageConversion .conver-text {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .pageConversion {
    padding: 0 15px;
  }
  .pageConversion .sub-text-con {
    padding: 15px;
  }
  .pageConversion .sub-text-con .sub-first p {
    font: 300 18px/32px GoogleSans;
  }
  .pageConversion .sub-text-con .sub-twice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins {
    width: 100%;
    margin-bottom: 30px;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins p {
    font: 300 14px/32px GoogleSans;
    color: #292929;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pagePayments {
    padding-top: 0;
    margin-bottom: 80px;
  }
  .pageConversion .conver-text h2 {
    font: 300 30px/60px GoogleSans;
    color: #000;
    text-align: center;
  }
  .pageConversion .conver-text p {
    font: 300 17px/32px GoogleSans;
    color: #292929;
    text-align: center;
  }
  .pageConversion .conver-text {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .pageConversion {
    padding: 0 15px;
  }
  .pageConversion .sub-text-con .sub-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pageConversion .conver-text {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pageConversion .sub-text-con .sub-twice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins {
    width: 50%;
    margin: 0;
  }
  .pageConversion .sub-text-con .sub-twice .sub-t-ins p {
    font: 300 16px/30px GoogleSans;
    color: #292929;
  }
}

@media screen and (max-width: 767px) {
  .sectionPublication .public-text h1 {
    font: 600 28px/40px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .sectionPublication .public-text {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionPublication .public-text h1 {
    font: 600 38px/55px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
  .sectionPublication {
    padding: 0;
  }
  .sectionPublication .second-newsblock .newsSection #stick-form .stick-form-wraps {
    max-width: 80%;
  }
  .sectionPublication .public-text {
    margin-bottom: 37px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
    width: 100%;
  }
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
    font: 400 18px/24px GoogleSans;
    line-height: 55px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
    font: 600 28px/40px GoogleSans;
    width: 100%;
    margin-bottom: 40px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
    margin-right: 0;
    width: 100%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
    width: 100%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
    font: 300 14px/25px GoogleSans;
    color: #292929;
    margin-bottom: 15px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right strong {
    font: 300 10px/20px GoogleSans;
    color: #646464;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
    font: 300 20px/22px GoogleSans;
    color: #08397b;
  }
  .pagePayments {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar {
    width: 400px;
  }
  .cashSerSection .currency-block .nat-inter-cur .radio-toolbar label {
    font: 400 21px/24px GoogleSans;
    line-height: 60px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins h1 {
    width: 100%;
    text-align: center;
    font: 600 30px/40px GoogleSans;
    margin-bottom: 40px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left p {
    font: 300 18px/32px GoogleSans;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right p {
    font: 300 28px/40px GoogleSans;
    color: #08397b;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title {
    margin-bottom: 25px;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-left {
    margin: 0;
    margin-right: 3%;
    width: 70%;
  }
  .cashSerSection .currency-block .curr-change-block .curr-change-ins .urr-ins-title .curr-right {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .job-vacancies-section {
    padding: 0;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file #upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .centerJobs .jv-text h1 {
    font: 600 26px;
  }
  .centerJobs .jv-text p {
    font: 300 13px/30px;
    color: #292929;
  }
  .centerJobs .jv-button-block .jv-button .jvbutt-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .centerJobs .jv-button-block .jv-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-button-block .jv-button .jvbutt-wrap .jv-source {
    width: 45%;
    margin: 0;
  }
  .centerJobs .jv-text {
    margin-bottom: 15px;
  }
  .centerJobs .jv-button-block p {
    font: 500 11px/20px;
    color: #e35151;
  }
  .centerJobs .duty-block h2 {
    font: 600 22px/20px;
    color: #000;
    margin-bottom: 15px;
  }
  .centerJobs .duty-block .list-circle {
    margin-bottom: 30px;
  }
  .centerJobs .duty-block .list-circle li p {
    font: 300 15px/25px;
    color: #292929;
    padding-left: 5px;
  }
  .centerJobs .duty-block .list-circle li::before {
    position: absolute;
    left: -17px;
  }
  .centerJobs .duty-block .list-circle li {
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form {
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond {
    margin-bottom: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv {
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file label {
    padding: 15px 40px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .jc-wrap-inp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .input-jv .inp-form-style-4 {
    width: 100% !important;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form h3 {
    font: 300 24px/35px;
    color: #000;
    margin-bottom: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
    font: 300 14px/32px;
    color: #646464;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .job-vacancies-section h5 {
    font: 300 24px/35px;
    color: #08397b;
  }
  .vacanciesSection .vac-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vacanciesSection .vac-block .list-vac {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    min-height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .vacanciesSection .vac-block .list-vac a {
    padding: 20px;
    margin: 0;
    font: 500 15px/20px;
    text-align: left;
  }
  .vacanciesSection .vav-last-wrap {
    margin-bottom: 40px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .centerJobs .jv-text h1 {
    font: 600 30px/50px;
    color: #000;
    margin-bottom: 20px;
  }
  .job-vacancies-section {
    padding: 0;
  }
  .centerJobs .jv-text h1 {
    margin-bottom: 0;
  }
  .centerJobs .duty-block h2 {
    margin-bottom: 15px;
    font: 300 28px/40px;
  }
  .centerJobs .duty-block .list-circle li::before {
    width: 13px;
    height: 13px;
  }
  .centerJobs .duty-block .list-circle li p {
    font: 300 17px/32px;
  }
  .centerJobs .jv-form .job-vac-form {
    padding: 30px 30px;
  }
  .centerJobs .jv-form .job-vac-form .will-respond h2 {
    font: 300 28px/40px;
    padding-top: 20px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form h3 {
    font: 300 28px/40px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file {
    padding: 10px 0;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .upload-file p {
    font: 300 17px/32px;
  }
  .centerJobs .jv-form .job-vac-form .jv-ins-form .sub-jc-butt input {
    width: 190px;
    height: 50px;
  }
  .job-vacancies-section h5 {
    font: 300 28px/35px;
    color: #08397b;
  }
  .vacanciesSection .vac-block .list-vac {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .vacanciesSection .vac-block .list-vac a {
    margin: 0;
    font: 500 13px/20px;
    padding: 15px 25px;
  }
  .vacanciesSection .vac-block {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
   .vacanciesSection .vac-block .list-vac a {
    padding-right: 50px;
  }
  .sectionOrganization {
    padding: 0 15px;
  }
  .sectionOrganization .org-title h1 {
    padding-top: 24px;
    font: 600 28px/35px;
    color: #000;
    margin-bottom: 32px;
  }
  .sectionOrganization .accordion-block .accor-ins,
  .sectionOrganization .accordion-block .drop-dr-menu {
    padding: 15px;
  }
  .sectionOrganization .accordion-block .accor-ins h2 {
    font: 300 17px/22px;
    color: #08397b;
  }
  .sectionOrganization .accordion-block .accor-ins .fa-angle-down {
    font-size: 30px;
  }
  .sectionOrganization .accordion-block .drop-m-text p {
    font: 300 15px/26px;
    color: #292929;
  }
  .sectionOrganization .accordion-block .drop-m-text {
    padding-top: 10px;
  }
  .sectionOrganization .accordion-block .drop-dr-menu .sub-drop span {
    width: 50%;
    font: 500 14px/21px;
    color: #292929;
  }
  .sectionOrganization .org-inside {
    margin-bottom: 40px;
  }
  .sectionOrganization .accordion-block .drop-dr-menu {
    width: 100%;
  }
  .sectionOrganization .accordion-block .drop-dr-menu .sub-drop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sectionOrganization {
    padding: 0 15px;
  }
  .sectionOrganization .org-title h1 {
    padding-top: 24px;
    font: 600 38px/60px;
    color: #000;
    margin-bottom: 32px;
  }
  .sectionOrganization .accordion-block .drop-m-text p {
    font: 300 17px/32px;
    color: #292929;
  }
  .sectionOrganization .accordion-block .drop-m-text {
    padding-top: 20px;
  }
  .sectionOrganization .accordion-block {
    cursor: pointer;
    margin-bottom: 20px;
    /*padding: 20px 41px 20px 74px;*/
    /*border: 1px solid #b3b3b3;*/
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .bossesSection .boss-ins h1 {
    font: 600 28px/45px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
  }
  .bossesSection .boss-ins .bosses-drop {
    padding: 10px 10px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    font: 300 16px/20px;
    width: 75%;
    text-align: left;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb p {
    font: 300 13px/20px;
    color: #646464;
    margin-bottom: 22px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info {
    left: -15px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact span {
    margin-right: 0;
    width: 50%;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact strong {
    font: 500 13px/24px;
    color: #292929;
  }
  .bossesSection .boss-ins .charter p {
    font: 300 17px/27px;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .charter div .oreder-boss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bossesSection .boss-ins .charter div .oreder-boss a {
    width: 100%;
    padding: 15px 10px;
    font: 500 15px/20px;
    margin-bottom: 10px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info p {
    display: none;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info .fa-angle-down {
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
    font: 300 13px/23px;
    color: #292929;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
    font: 300 14px/25px;
    color: #292929;
    padding-left: 26px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
    background: #0b9fa5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 13px;
    height: 12px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list {
    padding-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info {
    padding-top: 0;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left p {
    font: 400 13px/20px GoogleSans;
    color: #646464;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-right p {
    font: 500 13px/22px GoogleSans;
    color: #292929;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
    width: 47%;
  }
  .bossesSection .boss-ins .charter div a {
    width: 100%;
    padding: 30px 0;
  }
  .bossesSection .charter h2 {
    font: 300 28px/35px GoogleSans;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bossesSection .boss-ins h1 {
    font: 600 35px/64px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
  }
  /*  .bossesSection .boss-ins .charter div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }*/
  .bossesSection .boss-ins .charter div a:last-of-type {
    margin-right: 0;
  }
  .bossesSection .boss-ins .bosses-drop .boss-subb .boss-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-info .boss-wrap .boss-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 5%;
  }
  .bossesSection .boss-ins .bosses-drop {
    margin-bottom: 20px;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    padding: 25px 25px 25px 25px;
    border-radius: 4px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name h2 {
    font: 300 29px/35px;
    width: 87%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text h3 {
    font: 300 16px/25px;
    color: #292929;
    margin-bottom: 40px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li p {
    font: 300 17px/32px;
    color: #292929;
    padding-left: 54px;
  }
  .bossesSection .boss-ins .bosses-drop .drop-bottom .boss-text .boss-list li::before {
    background: #0b9fa5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    width: 13px;
    height: 13px;
  }
  .bossesSection .boss-ins {
    max-width: 100%;
  }
  .oreder-boss {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bossesSection .boss-ins .charter p {
    font: 300 16px/27px GoogleSans;
    margin-bottom: 20px;
  }
  .bossesSection .boss-ins .charter div .oreder-boss a {
    margin-right: 0;
    width: 100%;
  }
  .bossesSection .charter h2 {
    font: 300 38px/64px GoogleSans;
    color: #000;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body .stub-wrap .stub-blcok-1 h1 {
    font: 600 34px/35px GoogleSans;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  body .stub-wrap .stub-blcok-1 h2 {
    font: 300 33px/40px GoogleSans;
    color: #fff;
    text-align: center;
  }
  body .stub-wrap .stub-blcok-1 {
    margin-bottom: 50px;
  }
  body .stub-wrap {
    padding: 0 15px;
  }
  .date-pick {
    width: 100% !important;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.inner_wrap {
  overflow: hidden;
  width: 100%;
}

.sidebar {
  float: left;
  width: 30%;
}

.main_content {
  width: calc(75% - 40px);
  margin-left: 40px;
  position: relative;
}

.youth-news .main_content {
  width: 100%;
  margin: 0;
}

.youth-news .main_content.filtrcontent {
  margin-bottom: 40px;
}

.youth-news .allnews {
  width: 78%;
  margin: 0;
  margin-bottom: 40px;
}

.youth-news .left-form {
  width: 20%;
}

.youth-news .news_block {
  border: none;
}

.youth-news .news_block:hover {
  border-color: transparent;
}

.main_content.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  float: inherit;
}

.side_menu ul li.active a {
  color: #139ea4;
  border-color: #139ea4;
}

.side_menu ul {
  display: flex;
  justify-content: center;
}

.allnews {
  width: 100%;
  margin: auto;
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}

.filtrcontent .left-form .form {
  margin: 0 -16px 0 -16px;
  font-size: 0;
  line-height: 0;
}

.filtrcontent .left-form .form .item {
  width: 100%;
  display: block;
  vertical-align: top;
}

.filtrcontent .left-form .form .item .wraps {
  padding: 0 16px;
}

.filtrcontent .left-form .form .item .wraps label {
  display: block;
  font: 500 12px/20px GoogleSans;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.filtrcontent .left-form .form .item.typeSelect {
  margin-bottom: 20px;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button {
  width: 100%;
  font: 300 15px/20px GoogleSans;
  color: #000;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e6eaf1;
  background-color: #fff;
  padding: 0 15px;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-text {
  padding: 12px 0;
}

.filtrcontent .left-form .form .item.typeSelect .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  content: '';
  border: 0;
  width: 11px;
  height: 8px;
  background: url(/local/templates/nbu/css/../img/drop_small.png) no-repeat center;
  background-size: contain;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.filtrcontent
  .left-form
  .form
  .item.typeSelect
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon:before {
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: 7px solid #b3b3b3;
}

.news_block {
  overflow: hidden;
  width: calc(100% - 60px);
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.left-form {
  width: 20%;
}

.conditions {
  overflow: hidden;
  width: 100%;
}

.conditions h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #274f87;
  font-weight: 400;
  margin-bottom: 25px;
}

.news_block:hover {
  border-color: #274f87;
  color: #274f87;
}

.news_block:hover span {
  color: #274f87;
}

.orgblock {
  float: left;
  width: 50%;
}

.orgblock label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 450;
  text-transform: uppercase;
}

.conditions .orgblock ul li {
  color: #103c7a;
  font-size: 15px;
  text-transform: initial;
  position: relative;
  margin-bottom: 15px;
  font-weight: 450;
  padding-left: 16px;
}

.orgblock ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background: url(../images/befores.jpg) no-repeat center;
  height: 1px;
  width: 10px;
  content: '';
}

.quoteblock .conditions p {
  margin-bottom: 75px;
}

.conditions h4 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #103c7a;
  font-weight: 400;
}

.conditions ul li {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.conditions ul li span {
  color: #103c7a;
  text-transform: initial;
  display: initial;
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
}

.orgblock ul li:last-child {
  margin-bottom: 0;
}

.orgblock p {
  color: #103c7a;
  font-size: 15px;
  font-weight: 600;
}

.fullorg {
  width: 100%;
  overflow: hidden;
  margin-bottom: 64px;
}

h1 {
  color: #000;
  font: 48px/64px GoogleSans;
  display: block;
  margin-bottom: 45px;
  font-weight: 300;
}

.side_menu {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
  border-radius: 5px;
}

.side_menu ul {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
}

.side_menu ul::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #e6eaf1;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.side_menu ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.side_menu ul li:before {
  display: none;
}

.side_menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  margin: 0 30px;
  z-index: 1;
  position: relative;
  height: 100%;
}

body.safari .side_menu ul li a {
  letter-spacing: 0;
  transition: none;
}

.side_menu ul li:last-child {
  border: none;
}

.side_menu ul li a:hover {
  color: #139ea4;
}

.chooser {
  overflow: hidden;
  width: calc(100%);
  border-radius: 5px;
  background: #fff;
  padding: 30px 20px;
}

.chooser h3 {
  margin: 0 0 18px 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 300;
}

.chooser ul li {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.chooser ul li::before {
  display: none;
}

.chooser ul li span {
  position: relative;
  display: block;
  width: calc(100% - 28px);
  background: #fff;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  color: #274f87;
  border: 1px solid transparent;
  font-size: 15px;
}

.chooser ul li span.precent {
  background: 0 0;
  color: #fff;
}

.vote-answer-table {
  width: 100%;
}

.tableResponsive .vote-answer-table tbody tr td {
  padding: 5px 0;
}

.vote-answer-bar_bg {
  position: relative;
}

.resultVote {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
}

.vote-answer-bar_bg span:before {
  display: none;
}

.chooser ul li label {
  display: block;
  cursor: pointer;
}

.chooser ul li input:checked + span:before {
  background: url(../images/checked.png) no-repeat center;
}

.chooser ul li input:checked + span {
  border-color: #274f87;
}

.chooser ul li input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.chooser ul li span:before {
  position: absolute;
  right: 14px;
  background: url(../images/not_check.png) no-repeat center;
  width: 14px;
  height: 9px;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.chooser button {
  width: 100%;
  border: none;
  outline: 0;
  text-align: center;
  height: 38px;
  background: #139ea4;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.infoblock {
  overflow: hidden;
  width: calc(100% - 1px);
  border-radius: 12px;
  max-width: 770px;
  margin: auto;
  margin-bottom: 40px;
  background-color: #fff;
  transition: 0.3s ease;
}

.infoblock:hover {
  box-shadow: 0 30px 30px rgba(9, 52, 117, 0.15);
}

.imageinfo {
  height: 300px;
  float: left;
  width: 280px;
}

.infotext {
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 27px;
}

.infotext h4 {
  font-size: 24px;
  line-height: 30px;
  color: #103c7a;
  display: block;
  margin-bottom: 10px;
}

.infotext h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #848e9f;
}

.infotext span {
  font-size: 19px;
  display: block;
  margin-bottom: 40px;
}

.infotext ul li:first-child {
  margin-left: 0;
}

.infotext ul li:first-child:before {
  background: url(../img/phone-bosses.png) no-repeat center;
  width: 20px;
  height: 30px;
}

.infotext ul li {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  font-size: 19px;
  color: #646464;
  display: inline-block;
  padding-left: 40px;
  margin-left: 40px;
}

.infotext ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/filiali/envelope.png) no-repeat center;
  width: 25px;
  height: 20px;
}

.infotext ul {
  margin-bottom: 15px;
}

.infotext ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}

.infotext ul li a:hover {
  color: #139ea4;
}

.infotext button {
  background: 0 0;
  outline: 0;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  font-size: 19px;
  color: #139ea4;
  padding: 0;
}

.infotext button:hover {
  text-decoration: none;
}

.hiddeninfo {
  overflow: hidden;
  width: calc(100% - 78px);
  padding: 44px 39px;
  display: none;
}

.hiddeninfo ul {
  list-style: none;
}

.hiddeninfo p {
  line-height: 1.3;
  font-size: 15px;
}

.hiddeninfo a {
  color: #139ea4;
  text-decoration: none;
}

.my_wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.gal_block {
  padding: 0 20px;
  width: 33.33%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rowblock {
  margin: 0 -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.galwrapp {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  position: relative;
  top: 0;
}

.galwrapp a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 12px;
}

.galwrapp:hover {
  border-color: rgba(44, 88, 150, 0.35);
}

.gal_block .galwrapp p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 20px;
  text-align: center;
  line-height: 1.65;
}

.galiimage_wrap {
  position: relative;
}

.galimage {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 transparent;
  transition: 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.galiimage_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: -15px;
  border-radius: 12px;
  right: 0;
  background-color: rgb(204, 204, 204, 0.6);
  transform: scale(0.96);
  z-index: 1;
  transition: 0.3s ease;
}

.galiimage_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: -32px;
  border-radius: 12px;
  right: 0;
  background-color: rgb(204, 204, 204, 0.3);
  transform: scale(0.9);
  z-index: 0;
  transition: 0.3s ease;
}

.galwrapp a:hover + .galimage {
  box-shadow: 0 8px 16px 0 rgba(9, 52, 117, 0.08);
}

.galwrapp:hover .galiimage_wrap::after,
.galwrapp:hover .galiimage_wrap::before {
  bottom: 0;
}

.galwrapp:hover .galimage {
  opacity: 0.9;
  transform: scale(0.99);
}

.paginaion {
  overflow: hidden;
  width: 100%;
  padding-top: 30px;
}

.paginaion ul li {
  float: left;
  list-style: none;
}

.paginaion ul li a {
  display: block;
  width: 30px;
  text-decoration: none;
  height: 30px;
  background: #103c7a;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.paginaion ul li a:hover {
  background: #109ea4;
}

.slick-slide {
  margin: 0 20px;
  cursor: pointer;
}

.thumbgal {
  padding: 0 40px;
}

.thumb_slider .slick-prev {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  outline: 0;
  opacity: 0.9;
}

.bigslide .slick-prev {
  position: absolute;
  left: -60px;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
  height: 48px;
  cursor: pointer;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_prev.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  outline: 0;
  opacity: 0.9;
}

.thumb_slider .slick-next {
  position: absolute;
  right: -60px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 36px;
  border: none;
  outline: 0;
  height: 36px;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.9;
}

.bigslide {
  margin-bottom: 40px;
}

.bigslide .slick-next {
  position: absolute;
  right: -60px;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 48px;
  border: none;
  outline: 0;
  height: 48px;
  box-shadow: 0 15px 30px 0 rgba(9, 52, 117, 0.15);
  background: #fff url(/local/templates/nbu/css/new_version/../../img/page_next.png) no-repeat center;
  border-radius: 100%;
  text-indent: -9999px;
  opacity: 0.9;
}

.bigslide .slick-next:hover,
.thumb_slider .slick-next:hover {
  opacity: 1;
}

.bigslide .slick-prev:hover,
.thumb_slider .slick-prev:hover {
  opacity: 1;
}

.quoteblock {
  overflow: hidden;
  width: 100%;
  color: #646464;
}

.quoteblock span {
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  color: #848e9f;
}

.other_news {
  overflow: hidden;
  width: 100%;
  padding: 107px 0;
  margin-top: 107px;
  border-top: 1px solid #f6f6f6;
}

.go_left {
  padding-left: calc(30% + 40px);
}

.other_news h2 {
  color: #000;
  font: 30px/35px GoogleSans;
  display: block;
  width: 100%;
  margin-bottom: 45px;
  font-weight: 300;
}

.quoteblock h3 {
  font-size: 30px;
  display: block;
  width: 100%;
  line-height: 1.4;
  color: #274f87;
  font-weight: 400;
  margin-bottom: 25px;
}

.main_content.inner .quoteblock h3 {
  margin-bottom: 10px;
  text-align: center;
}

.quoteblock p {
  font-size: 15px;
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 36px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .my_wrap {
    width: 720px;
  }
  .bossesSection .boss-ins .bosses-drop .boss-name .more-info.active .fa-angle-down {
    -webkit-transform: rotate(-180deg) translateY(0);
    transform: rotate(-180deg) translateY(0);
  }
}

@media (min-width: 992px) {
  .my_wrap {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .my_wrap {
    width: 1136px;
  }
}

@media (max-width: 1200px) {
  .infotext h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .infotext span {
    margin-bottom: 30px;
  }
  .infotext button,
  .infotext ul li {
    font-size: 15px;
  }
  .hiddeninfo {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .infotext {
    margin-left: 25px;
    width: calc(100% - 320px);
    padding-right: 15px;
  }
  .infotext span {
    font-size: 15px;
  }
  .infoblock {
    width: calc(100% - 2px);
  }
}

@media (max-width: 992px) {
  .go_left {
    padding-left: 0;
  }
  .other_news {
    padding: 45px 0;
    margin-top: 60px;
  }
  .allnews {
    width: calc(100% - 2px);
  }
  .sidebar {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
  }
  .main_content {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bigslide .slick-next,
  .bigslide .slick-prev {
    display: none !important;
  }
  .gal_block {
    float: none;
    width: calc(100% - 40px);
    height: auto;
    width: 100%;
  }
  div.paging {
    margin-top: 10px;
  }
  .galwrapp p {
    padding: 20px;
  }
  .infoblock {
    width: 70%;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
  }
  .imageinfo {
    float: none;
    margin: 30px auto 30px auto;
  }
  .infotext {
    float: none;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0;
    text-align: center;
  }
  .hiddeninfo {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  .side_menu ul li a {
    font-size: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .slick-slide {
    margin: 0 10px;
  }
  .thumb_slider .slick-next,
  .thumb_slider .slick-prev {
    display: none !important;
  }
  .thumbgal {
    padding: 0;
  }
  .imageinfo {
    width: 100%;
    margin-top: 0;
  }
  .infoblock {
    width: 100%;
  }
}

.infoTooltip {
  display: inline-block;
  background-color: #0b9fa5;
  border-radius: 100%;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
}

.tooltipDropdown {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #0b9fa5;
  position: relative;
}

.tooltipDropdown p {
  margin: 0 !important;
  color: #fff !important;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrolling > .scroll-element,
.scrolling > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrolling > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrolling > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrolling > .scroll-element.scroll-y {
  right: 10px;
  top: 20px;
  bottom: 20px;
  width: 8px;
}

.scrolling > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrolling > .scroll-element .scroll-bar,
.scrolling > .scroll-element .scroll-element_outer,
.scrolling > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrolling > .scroll-element .scroll-bar,
.scrolling > .scroll-element .scroll-element_track {
  opacity: 0.1;
}

.scrolling > .scroll-element .scroll-element_track {
  background-color: #054186;
}

.scrolling > .scroll-element .scroll-bar {
  background-color: #054186;
  opacity: 1;
}

.scrolling > .scroll-element:hover .scroll-bar {
  background-color: #054186;
}

.scrolling > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrolling > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrolling > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrolling > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrolling > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

@media (max-width: 500px) {
  .pos_wrap {
    height: auto !important;
  }
  .sh-mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
    height: 150px !important;
  }
  .sh-pos-wrap {
    width: 205px;
    text-align: left;
    order: 2;
  }
  .sh-pos-img {
    margin: 0 auto;
    order: 1;
  }
  .sh-pos-img {
    width: 50px !important;
    height: 50px !important;
    position: static !important;
    transform: translateX(0) !important;
  }
  .sh-pos-img img {
    position: static !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 380px) {
  .sh-pos-wrap h3 {
    font-size: 16px !important;
  }
  .sh-pos-wrap p {
    font-size: 14px !important;
  }
}

@media (max-width: 340px) {
  .sh-pos-wrap {
    width: 175px;
  }
}

.ri_tr td {
  text-align: center;
}

.ri_h2 {
  text-align: center;
}

.first-text-currency {
  text-transform: uppercase;
}

.ri_p {
  max-width: 750px;
  margin: auto;
}

.PageNotFound {
  text-align: center;
}

.tac {
  text-align: center;
}

.tal {
  text-align-last: left;
}

.tar {
  text-align: right;
}

.ins-map label {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.lh_22 {
  line-height: 22px;
}

.lh_6 {
  line-height: 6px;
}

.fz_12 {
  font-size: 12px;
}

.fz_10 {
  font-size: 10px;
}

.ri_message {
  text-align:center;
  display: block;
  font-size: 20px;
}
.d-none {
  display: none;
}

.oB9FA5 {
  color: #0B9FA5;
}

.w-100 {
  width: 100%;
}

.aa {
  padding-bottom: 0; min-height: inherit;
}

.fz_16 {
  font-size: 16px;
}

.mb_15 {
  margin-bottom: 15px;
}

.db-second {
  color: #093475;
}

.mb_50 {
  margin-bottom: 50px;
}

.ttu {
  text-transform: uppercase;
}

.wsnw {
  white-space: nowrap
}

.d-block {
  display: block;
}

.aiu {
  align-items: unset !important
}

.aa1 {
  align-items: unset !important; display: flex;
}

.e4bd63 {
  color: #E4BD63;
}

.mobapp_sber {
  bottom: 80px !important;
}

.clearboth {
  clear: both;
}

.floatleft {
  float: left;
}

.p_0 {
  padding: 0 !important;
}

.aa2 {
  margin-bottom: 30px;
  text-align: center;
}

.body_class {
  background: #848E9F; margin: 0; position: relative;
}

.mb_10 {
  margin-bottom: 10px;
}
.dno0 {
  display: none;
  opacity: 0;
}

.F2F4F8 {
  background: #F2F4F8;
}

.mt_24 {
  margin-top: 24px;
}

.video_styles {
  max-width:255px;
  height:auto
}

.video_fonts {
  font: 400 32px/32px Googlesans;
}

/* FRUIT CREDITS NEW STYLES */
.fc--wrap {
  max-width: 1200px !important;
}
.fc-links {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  overflow-x: auto;
}
.fc-link {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #000 !important;
  width: 283px;
  text-align: center;
  border-bottom: 1px solid #CDD4E1;
  padding-bottom: 20px;
  transition: 0.3s;
}

.fc-banner-abstact-left {
  position: absolute;
  top: 0;
  left: 0;
}

.fc-banner-abstact-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.fc-main-desc {
  max-width: 827px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #fff !important;
  margin: 0 auto;
  margin-top: 30px;
}

.fc-link.active {
  color: #809EA7 !important;
  border-bottom: 1px solid #809EA7;
}

.fc-block {
  background-color: #fff;
  padding: 35px 60px;
  border-radius: 12px;
  margin-bottom: 32px;
  position: relative;
  max-width: 974px;
  width: 100%;
}

.fc-content {
  display: none;
}

.fc-content.active {
  display: block;
}

.fc .dropper ul li {
  border-bottom: 0;
  position: relative;
}

.fc .dropper ul li:not(.small-business-fruit-credit-li)::before {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 25px;
  left: 29px;
  background: #009EA7;
}

.fc .dropper ul li:nth-child(even) {
  background: #fff;
}

.fc-block-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -235px;
  width: 444px;
  height: 274px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}

.fc-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fc-block-inner {
  max-width: 609px;
  width: 100%;
}

.fc-block-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000;
  margin-bottom: 18px;
}
.fc-block-desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 32px;
}
.fc-block-modules {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fc-block-modules.event {
  max-width: 450px;
  width: 100%;
}

.fc-pdf-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 45px;
}

.fc-pdf-wrapper .newsSection {
  padding-bottom: 0 !important;
  min-height: unset !important;
}

.fc-block-modules {
  margin-bottom: 26px;
}

.fc-block-modules.event .fc-block-module {
  margin-bottom: 26px;
}
.fc-block-module {
  width: 195px;
  display: flex;
  flex-direction: column;
}
.fc-block-module-title {
  font-size: 16px;
  line-height: 22px;
  color: #093475;
}
.fc-block-module-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000;
}

.fc-bot-desc {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0 auto;
  display: block;
  max-width: 895px;
  width: 100%;
}


.fc-block-title-foreign-cur {
color: #000;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 42px; /* 116.667% */

}

.fc-nonblock-module {
  position: relative;
  width: 70%;
  bottom: 100px;
  margin-bottom: -90px;
}

@media screen and (max-width: 770px) {
  .fc-nonblock-module {
    display: flex;
    max-width: 60% !important;
    width: auto; /* or width: fit-content; */
    position: static;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}


@media screen and (max-width: 548px) {
  .fc-nonblock-module {
    max-width: 40% !important;
  }
}
  


@media screen and (min-width: 790px) {
  .fc-block-title-foreign-cur{
    width: 705px;
  }


  .fc-block-title-1-en {
    width: 700px;
  }
}


.fc-block-modules-event-3rd-raw-foreign-cur {
  width: 717px !important;
}

.fc-block-imag-4{ 
  top: 44%;
}























/* .fc-block-down {
  display: flex; 
  flex-wrap: wrap; 
  width: 900px;
} */


.fc-block-down {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 850px !important;
  margin-top: 30px;
}

.fc-block-down-child-p {
color: #093475 !important;
font-family: Google Sans !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 140% !important; /* 28px */
}

.fc-block-down-child-h3 {
color: #000 !important;
font-family: Google Sans !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 140% !important; 
}

.fc-block-down-child {
  flex: 1 0 25% !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 768px) {
  .fc-block-down-child {
      flex: 1 0 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .fc-block-down-child {
      flex: 1 0 100% !important;
  }

  .fc-block-down {
    width: 100% !important;
  }
}




.fc-block-modules-event-3rd-raw {
  margin-top: 40px;
  width: 708px  !important;
  max-width: 708px !important;
}

.fc-block-modules-event-3rd-raw-ru {
  margin-top: 40px;
  width: 810px  !important;
  max-width: 810px !important;
}

.fc-block-module {
  flex: 1 0 25%;
  box-sizing: border-box;
}



.fc-block-module-title-2-div {
font-size: 20px !important;
font-style: normal !important;
font-weight: 500;
line-height: 140% !important;
}

.fc-block-modules-event-top {
  width: 600px !important;
  max-width: 600px !important;
}


.fc-block-image-1{
  top: 18% !important;
}


.fc-block-image-2-ru {
  top: 11% !important;
}

.fc-block-image-2-en {
  top: 13% !important;
}

.fc-block-image-2-uz {
  top: 11% !important;
}

.fc-block-desc-1 {
margin-top: 50px;
color: #000;
font-family: Google Sans;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}












.fc-bot-desc.main {
  margin-bottom: 37px;
}

.fc-block-modules.first {
  margin-bottom: 0;
}

.fc-small-desc {
  font-size: 12px;
  line-height: 16px;
  color: #848E9F;
  margin-bottom: 22px;
}

.fc-bot-desc-title {
  font-size: 16px;
  line-height: 22px;
  color: #093475;
  margin-bottom: 6px;
}
.fc-bot-desc-desc {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}


@media(max-width: 1400px) {
  .fc-block{
    max-width: 874px
  }
  .fc-block-inner {
    max-width: 509px;
  }
}

@media(max-width: 1200px) {
  .fc-block-image {
    position: static;
    transform: translateY(0);
    margin: 0 auto;
    margin-top: -85px;
    margin-bottom: 35px;
  }
  .fc-links {
    margin-bottom: 100px;
  }
  .fc-block {
    padding: 35px;
    margin-bottom: 95px;
  }
  .fc-block, .fc-block-inner {
    max-width: 100%;
  }
  .fc-bot-desc {
    max-width: 100%;
  }
  .fc-block:last-child {
    margin-bottom: 35px;
  }
  #finance {
    margin-top: -50px;
  }
  .fc-banner-abstact-right, .fc-banner-abstact-left {
    display: none;
  }
  .fc-main-desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media(max-width: 992px) {
  #finance li {
    padding-left: 50px; 
  }
  .fc .dropper ul li::before {
    top: 20px;
  }
  .fc .newsSection .main-wrap {
    margin-bottom: 0;
  }
}

@media(max-width: 776px) {
  .fc-block-modules {
    flex-direction: column;
  }
  .fc-block-module {
    margin-bottom: 15px;
  }
  .fc-block-modules.event {
    margin-bottom: 0;
  }
}

@media(max-width: 576px) {
  .fc-block-image {
    width: 100%;
    height: 200px;
  }
  .fc-block {
    padding: 15px;
  }
  .fc-block-title {
    font-size: 25px;
    line-height: 32px;
  }
  .fc-block-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .fc-bot-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .fc-links {
    justify-content: flex-start;
  }
  .fc-link { 
    flex: 0 0 220px;
  }
}

.fc-contents #finance {
  margin-bottom: 50px;
}

.opendata__items{
	margin-top: 54px;
	margin: 55px 0 64px;
}

.opendata__item{
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #E6EAF1;
	border-radius: 12px;
	padding: 20px 70px 20px 27px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.opendata__item:hover{
	box-shadow: 0 15px 30px 0 rgba(9,52,117,.15);
}
.opendata__item:hover .opendata__date,
.opendata__item:hover .opendata__desc{
	color: #009ea7;
}

.opendata__item:after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../img/arrowright.png') no-repeat center;
		background-size: auto;
	background-size: contain;
	width: 12px;
	height: 20px;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.opendata__item:hover:after {
  background-image: url('../img/arrowright_acive.png');
}

.opendata__item+.opendata__item{
	margin-top: 12px;
}

.opendata__date{
	font-size: 14px;
	line-height: 18px;
	color: #848E9F;
	transition: all 0.2s;
}

.opendata__desc{
	margin-top: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	transition: all 0.2s;
}

.opendata-inner .opendata-inner__title{
	font-size: 32px;
	padding-bottom: 47px;
	border-bottom: 1px solid #E6EAF1;
}

.opendata-inner__content{
	margin: 89px 0 100px;
	display: flex;
	justify-content: space-between;
}

.opendata-inner__left {
  flex: 0 0 42%;
}

.opendata-inner__desc{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #093475;
}

.opendata-inner__items{
	margin-top: 26px;
}

.opendata-inner__item+.opendata-inner__item{
	margin-top: 24px;
}

.opendata-inner__item p{
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
}

.opendata-inner__item span{
	margin-top: 6px;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}

.opendata-inner__item a{
	color: #093475;
}

.opendata-inner__box {
	display: inline-block;
	position: relative;
	margin-top: 26px;
	background: #009EA72E;
	border-radius: 12px;
	padding: 17px 40px 17px 60px;
}

.opendata-inner__box:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../img/hexagonal.svg') no-repeat left;
	width: 24px;
	height: 24px;
}

.opendata-inner__box p{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	opacity: 0.5;
	margin: 0;
}

.opendata-inner__box a{
	margin-top: 6px;
	font-size: 16px;
	line-height: 20px;
	color: #093475;
	transition: all 0.2s;
}

.opendata-inner__box a:hover {
	color: #009ea7;
}

.opendata-inner__img{
	min-width: 40px;
	margin-right: 20px;
}

.opendata-inner__link{
	display: flex;
	align-items: center;
	padding: 17px 24px;
	background: #fff;
	border: 1px solid #E6EAF1;
	border-radius: 12px;
	transition: all 0.2s;
}

.opendata-inner__link:hover{
  -webkit-box-shadow: 0 15px 30px 0 rgba(9,52,117,.15);
  box-shadow: 0 15px 30px 0 rgba(9,52,117,.15);
}

.opendata-inner__link+.opendata-inner__link{
	margin-top: 12px;
}

.opendata-inner__teaser p{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	transition: all 0.2s;
}

.opendata-inner__link:hover .opendata-inner__teaser p{
  color: #009ea7;
}

.opendata-inner__teaser span{
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 23px;
	color: #848E9F;
}

.opendata-inner__img{
	width:36px;
	height:42px;
	margin-right: 23px;
}

.opendata-inner__img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.opendata-inner__infos{
	margin-top: 6px;
}

.opendata-inner__info p{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.opendata-inner__info a{
	margin-top: 6px;
	font-size: 16px;
	line-height: 20px;
	color: #093475;
	transition: all 0.2s;
}

.opendata-inner__info a:hover {
	color: #009ea7;
}
.opendata-inner__links {
  width: 100%;
}

@media (max-width: 1200px) {
	.opendata-inner__content {
		margin-top: 30px;
		flex-direction: column;
	}

	.opendata-inner__links {
  	margin-top: 50px;
	}
}

@media (max-width: 767px){
	.opendata-inner .opendata-inner__title {
		font-size: 22px;
		padding-bottom: 20px;
	}
	
	.opendata-inner__item span {
		font-size: 16px;
	}

	.opendata-inner__teaser span {
		font-size: 14px;
	}
}

.solfy__text {
	max-width: 560px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

.solfy__wrap {

	margin-top: 50px;

	display: flex;

	justify-content: space-between;

}

.solfy__content {

	position: relative;

	flex: 0 0 290px;

}

.solfy__content+.solfy__content:after {

	content: '';

	position: absolute;

	top: 160px;

	right: 310px;

	width: 104px;

	height: 9px;

	background: url('../img/solfy-arrow.png') no-repeat center;

	background-size: contain;

}

.solfy__items {

	position: relative;

	border: 1px solid #CDD4E1;

	border-radius: 12px 12px 0 0;

	padding: 35px 17px;

	min-height: 285px;

	border-bottom: none;

}

.solfy__items:before {

	content: '';

	position: absolute;

	top: 209px;

	left: 0;

	width: 100%;

	height: 82px;

	background-color: #F8F8F891;

	box-shadow: 0 -15px 3px rgba(248, 248, 248, 0.6);

}

.solfy__items--holder:after {

	content: '';

	position: absolute;

	top: 30px;

	left: 28px;

	width: 30px;

	height: 219px;

	background: url('../img/solfy-check.png') no-repeat center;

	background-size: auto;

	background-size: contain;

}

.solfy__item+.solfy__item {

	margin-top: 15px;

}

.solfy__item {

	display: flex;

	align-items: center;

}

.solfy__img {

	width: 100%;

	max-width: 60px;

	height: 60px;

}

.solfy__img img {

	width: 100%;

	height: 100%;

	object-fit: contain;

	mix-blend-mode: darken;

}

.solfy__box {

	margin-left: 15px;

}

.solfy__desc {

	font-weight: 500;

	font-size: 11px;

	line-height: 14px;

	color: #25273E;

}

.solfy__price {

	margin-top: 7px;

	font-weight: 700;

	font-size: 12px;

	line-height: 125%;

	color: #273C75;

}

.solfy__subtitle {

	margin-top: 30px;

	font-weight: 700;

	font-size: 18px;

	line-height: 140%;

	color: #000;

}

.solfy__group {

	display: flex;

	align-items: center;

	justify-content: space-between;

	cursor: pointer;

}

.solfy__group p {

	margin-bottom: 0;

	font-weight: 500;

	font-size: 15px;

	line-height: 140%;

	color: #25273E;

}

.solfy__group input {

	display: none;

}

.solfy__group input:checked+span:before {

	background: #273C75;

}

.solfy__group span {

	position: relative;

	background: #FFFFFF;

	border: 1px solid #CDD4E1;

	border-radius: 32px;

	width: 20px;

	height: 20px;

}

.solfy__group span:before {

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	width: 10px;

	height: 10px;

	border-radius: 32px;

}

.solfy__months {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	border: 1px solid #CDD4E1;
	border-radius: 8px;
	padding: 5px;
}

.solfy__month {
	position: relative;
	border: 1px solid #CDD4E1;
	border-radius: 8px;
	padding: 8px 30px;
	cursor: pointer;
}

.solfy__month p{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

.solfy__month-input {
	display: none;
}

.solfy__month-input:checked+span:before {
	background: #CDD4E1;
}

.solfy__month p {
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.solfy__month span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 8px;
	width: 100%;
	height: 35px;
}

.solfy__month span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.solfy__bottom {
	margin-top: 36px;
}

.solfy__caption {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.solfy__status {
	margin-top: 10px;
}

.solfy__dates {

	margin-top: 10px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}

.solfy__date {

	font-weight: 400;

	font-size: 8px;

	line-height: 10px;

	color: #000;

}

.solfy__holder+.solfy__holder {

	margin-top: 40px;

}

.solfy__holder {

	padding-left: 70px;

}

.solfy__holder-month {

	font-weight: 700;

	font-size: 14px;

	line-height: 140%;

	color: #25273E;

}

.solfy__holder-price {

	font-size: 12px;

	line-height: 140%;

	color: #CDD4E1;

}

.solfy__footer {

	margin-top: 110px;

	display: flex;

	justify-content: space-between;

}

.solfy__footer-right,

.solfy__footer-left {

	position: relative;

	flex: 0 0 570px;

	padding: 35px;

	border-radius: 8px;

}

.solfy__footer-right:after {

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 330px;

	height: 329px;

	background: url('../img/solfy-bg.png') no-repeat center;

	background-size: auto;

	background-size: contain;

}

.solfy__footer-left:after {

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 214px;

	height: 340px;

	background: url('../img/solfy-mob.png') no-repeat center;

	background-size: auto;

	background-size: contain;

}

.solfy__footer-left .solfy__footer-btn,
.solfy__footer-left .solfy__footer-text,
.solfy__footer-left .solfy__footer-title {
	color: #000;
}

.solfy__footer-right .solfy__footer-btn,
.solfy__footer-right .solfy__footer-title {
	color: #fff;
}

.solfy__footer-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
}

.solfy__footer-text {
	margin-top: 15px;
	max-width: 300px;
	min-height: 235px;
}

.solfy__footer-right .solfy__footer-text p{
	color: #fff;
}

.solfy__footer-text p{
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.solfy__footer-btn {
	display: inline-block;
	margin-top: 60px;
	border: 2px solid #E4BD63;
	border-radius: 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 40px;
}

.solfy__footer-left {
	background: #fff;
}

.solfy__footer-right {
	background: #093475;
}

.solfy__footer-right .solfy__footer-btn:hover,
.solfy__footer-left .solfy__footer-btn:hover,
.solfy__banner-content .solfy__footer-btn:hover{
	background: #e4bd63;
	color: #fff;
}

.solfy__bg {
	background: #F8F8F8;
  padding-bottom: 4rem;
}

.solfy__bg .VContent {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.solfy__footer {
		flex-direction: column;
	}

	.solfy__footer-left {
		margin-bottom: 30px;
	}

	.solfy__footer-right,
	.solfy__footer-left {
		flex: auto;
	}

	.solfy__footer-text {
		min-height: auto;
	}
}

@media (max-width: 575px) {
	.solfy__footer-left::after {
		content: none;
	}

	.solfy__footer-text {
		max-width: 100%;
	}

	.solfy__footer-title {
		font-size: 26px;
	}
}

.solfy-order__top {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 50px;
}

.solfy-order__top:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 442px;
	height: 536px;
	background: url('../img/solfy-order.png') no-repeat center;
	background-size: auto;
	background-size: contain;
}

.solfy-order__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #000;
}

.solfy-order__desc {
	max-width: 490px;
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

.solfy-order__stores {
	margin-top: 60px;
}

.solfy-order__store+.solfy-order__store {
	margin-left: 20px;
}

.solfy-order__text {
	max-width: 490px;
	margin-top: 60px;
	font-size: 14px;
	line-height: 150%;
	color: #717171;
}

.solfy__marker--list li {
  padding-left: 20px!important;
  position: relative;
}

.solfy__marker--list li:not(:last-child) {
  margin-bottom: 10px;
}

.solfy__marker--list li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}



.solfy__list--item {
  font-size: 20px;
  margin-bottom: 10px;
}

.solfy-order__text p+p {
	margin-top: 10px;
}

.solfy-order__bottom {
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solfy-order__caption {
	max-width: 650px;
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	color: #000;
}

.solfy-order__btn {
	display: inline-block;
	border: 2px solid #E4BD63;
	border-radius: 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 40px;
}

.solfy-order__btn:hover {
	background: #e4bd63;
	color: #fff;
}

@media (max-width: 1200px) {
	.solfy-order__top::after {
		width: 342px;
		height: 436px;
	}
		
	.solfy__content+.solfy__content::after {
		display: none;
	}
}

@media (max-width: 991px) {
	.solfy__wrap {
		flex-direction: column;
		align-items: center;
	}

	.solfy__content+.solfy__content {
		margin-top: 30px;
	}

	.solfy__content {
		width: 290px;
	}

	.solfy-order__top::after {
		display: none;
	}

	.solfy-order__text,
	.solfy-order__desc {
		max-width: 100%;		
	}

	.solfy-order__title {
		font-size: 26px;
	}

	.solfy-order__top {
		padding: 20px;
	}

	.solfy-order__bottom {
		flex-direction: column;
		align-items: flex-start;		
	}
	.solfy-order__btn {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.solfy-order__text,
	.solfy-order__stores {
		margin-top: 30px;
	}
	.solfy-order__caption {
		font-size: 18px;
			}

	.solfy-order__stores {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.solfy-order__store {
	display: inline-block;
	}

	.solfy-order__store+.solfy-order__store {
		margin-left: 0;
		margin-top: 20px;
	}
}

.solfy__container {
	margin: auto;
	padding: 80px 0;
	max-width: 1200px;
	display: flex;
	justify-content: center;
}

.banner__solfy{
	width: 450px;
	height: 310px;
	margin-right: 50px;
}

.banner__solfy img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solfy__banner{
	width: 100%;
	height: 480px;
	position: relative;
	background-image: url('../img/banner-solfy.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.solfy__banner-content{
	width: 100%;
	max-width: 350px;
}

.solfy__banner-content p {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
}

.solfy__banner-title{
	font-size: 36px;
	min-width: 500px;
	padding: 0;
	margin-bottom: 30px;
	color: #000;
}

@media (max-width: 991px) {

	.solfy__bg .tabs_content {
		background-color: inherit;
	}

	.solfy__banner{
		height: auto;
	}

	.solfy__container {
		flex-direction: column;
		align-items: center;
		padding: 40px 0;
	}

	.banner__solfy {
		margin: 0 0 20px 0;
		height: auto;
		padding: 0 15px;
		width: 300px;
	}

	.solfy__banner-content {
		max-width: 100%;
		padding: 0 15px;
		text-align: center;
	}

	.solfy__banner-title {
		min-width: 100%;
		font-size: 26px;
	}
}

.header_phone{
	justify-content: center;
}

.phone-dropdown {
	display: flex;
	flex-direction: column;
}

.header_phone:hover .header__num-new {
	color: #fff
}

/* avto banner start */
.banner_block_avto{
  /* background: linear-gradient(to right, transparent 6%, #093576, transparent, transparent); */
  height: 100%!important;
}
.new-banner-block .auto-block-banner{
  	width: 100%;
  	height: 100%;
  	background-size: cover!important;
  	background-position: right center!important;
  	}
  
  	.auto-banner_text{
  		display: flex;
      /* justify-content: center;
  		align-items: center; */
  		flex-direction: column;
  		position: absolute;
      top: 42%;
      right: 0;
      /* left: 4%; */
      color: #fff;
      overflow: hidden;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 100%;
      z-index: 3;
  	}
  
    /* .green-energy h1, .green-energy-content .banner_content ul li span, .green-energy-content .banner_content ul li h4{
      color: #000!important;
    } */

  	.auto-banner_text-wrap{
  		padding: 10px 90px;
  		text-align: center;
  		width: 100%;
  		max-width: 902px;
  		/* background-color: #003eaa; */
  		margin-bottom: 25px;
  	}
  
  .auto-banner_text-wrap-bottom{
  		padding: 10px 90px;
  		text-align: center;
  		max-width: 750px;
  		/* background-color: #003eaa; */
  		width: 100%;
      display: flex;
      box-sizing: border-box;
  		/* justify-content: space-between; */
      align-items: center;
  		position: relative;
  }
  
  .auto-banner_text-wrap-bottom .inner span h2{
  	font-size: 60px;
  	/* padding-left: 10px; */
  }
  
  .auto-banner_text-wrap-bottom .inner{
  	display: flex;
  	align-items: center;
  	flex-direction: column;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
  }
  .auto-banner_text-wrap-bottom .inner:last-child{
  	border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  
  /* .auto-banner_text-wrap-bottom .inner:nth-child(2)::after,
  .auto-banner_text-wrap-bottom .inner:nth-child(3)::after{
  	content: '';
  	height: 90px;
  	background-color: #fff;
  	width: 2px;
  	position: absolute;
  
  } */
  
  /* .auto-banner_text-wrap-bottom .inner:nth-child(2)::after{
  	left: 250px;
  } */
  
  /* .auto-banner_text-wrap-bottom .inner:nth-child(3)::after{
  	right: 277px;
  } */
  .auto-banner_text-wrap-bottom div .little{
  	font-size: 20px;
  	display: flex;
    align-items: baseline;
  }
  
  @media (max-width: 992px) {
  	.auto-banner_text-wrap-bottom .inner span h2{
  		font-size: 30px;
  	}
  	.auto-banner_text-wrap h1{
  		font-size: 22px;
  	}
  	.auto-banner_text-wrap-bottom{
  		padding: 10px 10px;
  	}
  	.auto-banner_text-wrap-bottom .inner:nth-child(2)::after,
  .auto-banner_text-wrap-bottom .inner:nth-child(3)::after{
  	display: none;
  }
  }
  .header_tab_avto ul li{
    width: 25%!important;
  }
.col-sm-6_auto{
  margin: auto;
  float: none!important;
  display: block;
}
  @media (max-width: 1049px){
    .creditcard_banner {
      min-height: 300px!important;
      /*height: 300px!important;*/
    }
    .creditcard_banner .visaplatinumcard{
      max-width: 230px;
    }
    .auto-banner_text-wrap{
      padding: 10px 70px;
      text-align: center;
      width: 100%;
      max-width: 805px;
      margin-bottom: 15px;
    }
    .auto-banner_text-wrap-bottom {
      padding: 10px 70px;
      text-align: center;
      max-width: 650px;
    }
    .auto-banner_text-wrap-bottom div .little {
      font-size: 14px;
      /* padding-left: 10px;
      padding-right: 10px; */
    }
    /* .auto-banner_text-wrap-bottom p {
      padding-left: 10px;
      padding-right: 10px;
    } */
    .auto-banner_text-wrap-bottom .inner span h2 {
      font-size: 36px;
      /* padding-left: 10px; */
    }
    .auto-banner_text-wrap-bottom .inner:nth-child(2)::after {
        left: 226px;
    }
    .auto-banner_text-wrap-bottom .inner:nth-child(3)::after {
      right: 227px;
    }
    .auto-banner_text-wrap h1{
      padding-top: 20px!important;
    }
  }
  @media (max-width: 769px){
    .auto-banner_text{
      /* left: 8%; */
    }
  }
  @media (max-width: 600px){
    .auto-banner_text{
      /* left: 1%; */
    }
    .header_tab_avto ul li{
      width: 100%!important;
    }
    .auto-banner_text-wrap h1{
      padding-top: 0px!important;
    }
  }
  /* avto banner end*/

  /* .table-sm th, .table-sm tr, .table-sm td{
    border: 2px solid #ddd;
  } */
  .table_avto>tbody>tr>td, .table_avto>tbody>tr>th, .table_avto>tfoot>tr>td, .table_avto>tfoot>tr>th, .table_avto>thead>tr>td, .table_avto>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /* border-top: 1px solid #ddd; */
}
/* .table_avto thead{
  color: #009EA7;
} */
.table_avto thead tr{
  color: #009EA7!important;
  font-weight: 500;
  font-size: 14px;
}
.table_avto tbody td, .table_avto tbody td p {
  font-weight: 500;
  font-size: 16px;
}

.header_dock_avto ul li{
  width: 26%!important;
  display: grid;
  text-align: center;
  padding-right: 0px!important;
}
.header_dock_avto li.arrow{
  width: 7%!important;
  display: grid;
  text-align: center;
  padding-right: 0px!important;
}
.header_dock_avto div.imager {
  margin: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .header_dock_avto ul li{
    width: 100%!important;
  }
  .header_dock_avto li.arrow{
    display: none;
  }
}

.owl-carousel.owl-loaded .owl-nav.disabled .owl-prev, .owl-carousel.owl-loaded .owl-nav.disabled .owl-next{
  display: none !important
}