/* ==========================================================================
   Main Page Stylesheet
   ========================================================================== */
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
hgroup,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/*
 * Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'OpenSansRegular';
  line-height: 1;
  color: #fff;
  font-size: 14px;
  background: #ECFAE5;
}
body.opened {
  overflow: visible !important;
}
ol,
ul {
  list-style: none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: none;
}
blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses styling not present in 8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: 700;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in S5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * Corrects inline-block display not defined in 8/9 & FF3
 */
audio[controls],
canvas,
video {
  display: inline-block;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/*
 * Addresses margin not present in 8/9, S5, O11
 */
figure {
  margin: 0;
}
/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE8/9
 */
legend {
  border: 0;
  /* 1 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}
/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in 8/9
 * 2. Improves readability and aligment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
* {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.contacts-map * {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body {
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 16px;
  color: #656565;
  line-height: normal;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
/* font-family: "OpenSansRegular"; */
@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
  font-family: "OpenSansLight";
  src: url("../fonts/OpenSansLight/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansItalic"; */
@font-face {
  font-family: "OpenSansItalic";
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot");
  src: url("../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("../fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansBold"; */
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansExtraBold"; */
@font-face {
  font-family: "OpenSansExtraBold";
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansExtraBoldItalic"; */
@font-face {
  font-family: "OpenSansExtraBoldItalic";
  src: url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot");
  src: url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSansExtraBoldItalic/OpenSansExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansBoldItalic"; */
@font-face {
  font-family: "OpenSansBoldItalic";
  src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
  src: url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("../fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansRegularItalic"; */
@font-face {
  font-family: "OpenSansRegularItalic";
  src: url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot");
  src: url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("../fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "OpenSansSemiBoldItalic"; */
@font-face {
  font-family: "OpenSansSemiBoldItalic";
  src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
  src: url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Conv_tenge';
  src: url('../fonts/tenge/tenge.eot');
  src: local('☺'), /*url('../fonts/tenge/tenge.woff') format('woff'),*/ url('../fonts/tenge/tenge.ttf') format('truetype'), url('../fonts/tenge/tenge.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Base */
/* Clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  padding: 0;
  font-size: 0;
}
/* Button  */
.b-button {
  line-height: 44px;
  padding: 0 25px;
  border: none;
  color: #fff;
}
.b-button.blue {
  background: #4cb1ca;
}
.b-button.blue:hover {
  background: #bef2ff;
}
.b-button.green {
  background: #7eb123;
}
/* Input  */
.b-input {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
.tenge {
  font-family: 'Conv_tenge';
}
.pr {
  position: relative;
}
.button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}
/* ==========================================================================
   Layout */
/* ==========================================================================
   Header */
.b-wrapper {
  min-width: 320px;
}
.centered {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.header-new-login .centered {
  background: #ffffff;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  font-family: "OpenSansBold";
  background: rgba(0, 128, 95, 0.87);
  z-index: 10;
  box-shadow: 0px 3px 36px -15px black;
}
.header__logo-wrapper {
  float: left;
  padding: 12px 0 13px;
}
.nav-wrapper,
.login-button-wrapper {
  float: right;
  padding: 12px 0 13px;
  position: relative;
}
.header-new-login .login-button-wrapper {
  position: static;
}
.header__logo {
  margin-top: 5px;
  display: block;
  /*width: 228px;*/
  width: 226px;
  height: 26px;
  background: url(../img/logo.png) no-repeat;
}
.header__logo img {
  /*width: 100%;*/
  display: block;
  width: 226px;
  height: 26px;
  background: url(../img/logo.png);
}
.nav-list-item {
  float: left;
  margin-right: 52px;
  line-height: 36px;
}
.nav-list-item:last-child {
  margin-right: 0;
}
.nav-list-item a {
  text-transform: uppercase;
}

.nav-list-item a:hover {
  text-decoration: none;
  color: #FBAE16;
}
.login-button {
  font-family: "OpenSansBold";
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 45px;
  background: #FBAE16;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
  margin-right: 40px;
}
.login-button:hover {
  background: #FEC968;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.language {
  position: relative;
  float: right;
  line-height: 61px;
  margin-left: 25px;
  min-width: 61px;
}
.language-current {
  position: relative;
  padding-right: 15px;
  padding-left: 25px;
  cursor: pointer;
  border-left: 1px solid #00805F;
  text-transform: uppercase;
}
.language-current:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: url(../img/arrow_bottom.png) no-repeat;
}
.language-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 96px;
  background: #313131;
  padding: 15px 0;
  border-top: 1px solid #FBAE16;
  display: none;
  z-index: 555;
}
.language-drop-line {
  font-family: 'OpenSansRegular';
  padding: 0 0 0 52px;
  color: #969595;
  line-height: 39px;
  cursor: pointer;
  position: relative;
}
.language-drop-line:hover,
.language-drop-line.active {
  background: #2d2d2d;
}
.language-drop-line:before {
  content: '';
  position: absolute;
  left: 19px;
  width: 27px;
  height: 17px;
  top: 50%;
  margin-top: -8px;
}
.language-drop-line.en:before {
  background: url(../img/eng.png) no-repeat;
}
.language-drop-line.kz:before {
  background: url(../img/kaz.png) no-repeat;
}
.language-drop-line.ru:before {
  background: url(../img/ru.png) no-repeat;
}
.remodal a {
  text-decoration: none;
  color: #00805F;
}
.remodal a:hover {
  text-decoration: none;
  color: #FBAE16;
}

.menu-button {
  float: right;
  width: 30px;
  height: 20px;
  background: url(../img/menu_icon.png) no-repeat;
  margin-top: 16px;
  display: none;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  z-index: 9;
  opacity: 1;
  background-color: #0CB992;
  display: none;
}
.mobile-menu-list li {
  text-align: center;
  line-height: normal;
  margin-bottom: 40px;
}
.mobile-menu-list li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 40px;
}
.mobile-menu-list li:last-child {
  margin-bottom: 0;
}
.mobile-menu-in {
  position: absolute;
  width: 100%;
  height: 520px;
  text-align: center;
  top: 50%;
  margin-top: -260px;
}
.menu-button-close {
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/close_big_white.png) no-repeat;
  margin-top: 10px;
  display: none;
}
.auth-holder {
  font-family: 'OpenSansRegular';
  font-weight: normal;
  color: #969595;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 470px;
  width:592px;
  border: 1px solid #f1f1f1;
  padding-bottom: 20px;
  display: none;
}
.auth-holder a {
  color: #969595;
}
.auth-top {
  padding: 23px 50px 30px;
  border-bottom: 1px solid #F4F4F4;
}
.auth-nav {
  border-bottom: 2px solid #F4F4F4;
}
.auth-nav-item {
  font-size: 14px;
  float: left;
  cursor: pointer;
  padding-bottom: 17px;
  margin-right: 45px;
}
.auth-nav-item span {
  cursor: pointer;
}
.auth-nav-item.active {
  position: relative;
  color: #313131;
}
.auth-nav-item.active:after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  background: #FBAE16;
  width: 100%;
  bottom: -2px;
}
.auth-nav-item:last-child {
  margin-right: 0;
}
.auth-cont {
  margin-top: 25px;
}
.auth-cont .input, .auth-cont .input-class{
  border: none;
  height: 43px;
  line-height: 43px;
  padding: 0 22px;
  background: #f9f9f9;
  width: 100%;
}
.auth-cont .input:focus, .auth-cont .input-class:focus {
  border: none;
}
.approve-button {
  background: #00805F;
  color: #fff;
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  padding: 0 16px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.approve-button:hover {
  background: #0CB992;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.auth-action {
  margin-top: 20px;
}
.auth-action .approve-button {
  float: left;
}
.auth-action .change-pin {
  margin-top: 12px;
  float: right;
  text-decoration: underline;
}
.auth-action .change-pin:hover {
  text-decoration: none;
}
.auth-hint {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
.auth-links {
  text-align: center;
  margin-top: 20px;
}
.auth-links a {
  color: #00805F !important;
}
.auth-links a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Application */
.slider-item {
  height: 325px;
  padding: 180px 0 0;
}

#slider-item1 {
  background: url(../img/slider/1894_425_final-2-f.png) top no-repeat;
  background-size: contain;
  max-width: 100%;
  margin-left: auto;
  margin-top: 1px;
  margin-bottom: -15px;
  background-color: #F2F6F6;
}

#slider-item2 {
  background: url(../img/slider/bg_slide.png) no-repeat;
  background-size: cover;
}

.slider-item .title-medium {
  text-align: center;
}
.title-medium {
  font-family: "OpenSansSemiBold";
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  opacity: 0;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.title-medium.animated {
  opacity: 1;
}
.download__item {
  float: left;
  width: 158px;
  height: 46px;
  margin-right: 20px;
}
.download__item.gp {
  background: url(../img/from_gp.png) no-repeat;
}
.download__item.app {
  background: url(../img/from_app.png) no-repeat;
}
.download__item:last-child {
  margin-right: 0;
}
.download {
  display: inline-block;
}
.slider-action {
  text-align: center;
  margin: 25px 0 0;
  opacity: 0;
}
.slider-action.animated {
  opacity: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  text-align: center;
  height: 10px;
}
.slick-dots > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  height: 10px;
}
.slick-dots > li:last-child {
  margin-right: 0;
}
.slick-dots > li.slick-active button {
  background: #fff;
}
.slick-dots button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: 50%;
  border: 1px solid #fff;
}
.b-col-2 {
  float: left;
  width: 50%;
}
.b-col-2 .services-item {
  height: 320px;
  padding: 194px 0 0;
}
.b-col-4 {
  float: left;
  width: 25%;
}
.b-col-4 .services-item {
  height: 385px;
  padding: 210px 0 0;
}
.b-col-4 .services-item:before {
  top: 127px;
}
.services-item-holder {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: default;

}
.services-item-holder img {
  width: 100%;
}
.services-item-holder:hover {
  text-decoration: none;
}
.services-item-holder:hover:after {
  opacity: 1;
}
.services-item-holder:hover .details-button {
  left: 50%;
}
.services-item-holder.hovered .holder--bg {
  transform: scale(1.1);
}

/*.services-item-holder.hovered .services-item-name {*/
/*// background: rgba(202, 202, 202, 0.9);*/
/*}*/

/*// .services-item-holder:hover .services-item-name {*/
   /*//    background: rgba(202, 202, 202, 0.9);*/
   /*// }*/
/*// .services-item-holder:hover .services-item-name ._name {*/
   /*//   display: none;*/
   /*// }*/
/*// .services-item-holder:hover .services-item-name ._more {*/
   /*//   display: inline-block;*/
   /*// }*/

.services-item-name:hover ._name {
  display: none;
}
.services-item-name:hover ._more {
  display: inline-block;
}

.services-item-name > span{
  font-family: "OpenSansSemiBold";
  display: block;
  font-size:  14px;
  line-height:  24px;
  padding: 0 10px;
  text-align: center;
}


.holder--bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-shadow: inset -19px 17px 47px -18px rgba(97,97,97,1);
  -moz-box-shadow: inset -19px 17px 47px -18px rgba(97,97,97,1);
  box-shadow: inset -19px 17px 47px -18px rgba(97,97,97,1);
  background-size: cover !important;
}

#holder--bg1 {background: url(../img/1.png) no-repeat;}
#holder--bg2 {background: url(../img/2.png) no-repeat;}
#holder--bg3 {background: url(../img/3.png) no-repeat;}
#holder--bg4 {background: url(../img/4.png) no-repeat;}
#holder--bg5 {background: url(../img/5.png) no-repeat;}
#holder--bg6 {background: url(../img/6.png) no-repeat;}
#holder--bg7 {background: url(../img/7.png) no-repeat;}
#holder--bg8 {background: url(../img/8.png) no-repeat;}
#holder--bg9 {background: url(../img/9.png) no-repeat;}
#holder--bg10 {background: url(../img/10.png) no-repeat;}
#holder--bg11 {background: url(../img/11.png) no-repeat;}
#holder--bg12 {background: url(../img/12.png) no-repeat;}

.details-button {
  position: absolute;
  left: -30%;
  top: 50%;
  margin-top: -22px;
  margin-left: -84px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-family: "OpenSansSemiBold";
  font-size: 14px;
  border: 1px solid #fff;
  background: none;
  width: 168px;
  text-align: center;
  z-index: 5555;
}
.services-item-name {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -85px;
  margin-top: -85px;
  width: 170px;
  height: 170px;
// margin: 0 auto;
// height: 40px;

  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 110px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* prevents bg color from leaking outside the border */


  background: rgba(0, 128, 95, .75);
  /*background: rgba(251, 174, 22, .75);*/

  cursor: pointer;
}
.services-item-name ._more {
  display: none;
}
.services-item-name:hover {
  background-size: 100% 100%;
  /*background: rgba(89, 99, 107, .75);*/
  background: rgba(254, 201, 104, .75);
}
.services-item {
  position: relative;
}
.services-item .services-item-name:before {
  content: '';
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: 35px;
}
.services-item._payments .services-item-name:before {
  background: url(../img/payments.png) no-repeat;
}
.services-item._credits .services-item-name:before {
  background: url(../img/credit.png) no-repeat;
}
.services-item._holdings .services-item-name:before {
  background: url(../img/safe.png) no-repeat;
}
.services-item._operations .services-item-name:before {
  background: url(../img/cards.png) no-repeat;
}
.services-item._eds .services-item-name:before {
  background: url(../img/folder.png) no-repeat;
}
.services-item._garanty .services-item-name:before {
  background: url(../img/warranty.png) no-repeat;
}
.services-item._mobile .services-item-name:before {
  background: url(../img/mobile.png) no-repeat;
}
.services-item._custody .services-item-name:before {
  background: url(../img/suitcase.png) no-repeat;
}
.services-item._refunds .services-item-name:before {
  background: url(../img/return.png) no-repeat;
}
.services-item._treasury .services-item-name:before {
  background: url(../img/kaznacheistvo.png) no-repeat;
}
.services-item._control .services-item-name:before {
  background: url(../img/currency_control.png) no-repeat;
}
.services-item._payment .services-item-name:before {
  background: url(../img/check.png) no-repeat;
}
.services-item._statement .services-item-name:before {
  background: url(../img/statement.png) no-repeat;
}
.services-item._auth .services-item-name:before {
  background: url(../img/authentication.png) no-repeat;
}

.rate {
  padding-top: 96px;
  margin-bottom: 100px;
}
.rate-tabs {
  font-size: 0;
  text-align: center;
  margin-bottom: 4px;
}
.rate-tabs-item {
  display: inline-block;
  font-size: 14px;
  line-height: 55px;
  background: #fff;
  width: 200px;
  border-top: 6px solid #BDECD4;
  margin-right: 5px;
  cursor: pointer;
}
.rate-tabs-item:last-child {
  margin-right: 0;
}
.rate-tabs-item.active {
  position: relative;
  border-top: 6px solid #fff;
}
.rate-tabs-item.active:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #FBAE16;
}
.rate-tabs-item.active:before {
  bottom: -12px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(168, 158, 112, 0);
  border-top-color: #FBAE16;
  border-width: 4px;
  margin-left: -4px;
}
.rate-content {
  background: #fff;
  padding: 35px 30px;
}
.rate-content2 {
  background: #fff;
  /*padding: 35px 30px;*/
}

.rate-content > h2,
.rate-content > h5,
.rate-content > h3,
.rate-content2 > h3 {
  text-align: center;
}
.rate-content > h2 {
  font-family: "OpenSansSemiBold";
  /*color: #2871a7;*/
  font-size: 26px;
  margin-bottom: 10px;
}
.rate-content > h3,
.rate-content2 > h3 {
  font-family: "OpenSansSemiBold";
  /*color: #2871a7;*/
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.rate-content > h5 {
  color: #4b4b4b;
  font-size: 14px;
  margin-bottom: 30px;
}
.rate-content h6 {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 14px;
  margin: 25px 0 10px;
}
.rate-content > p.top {
  margin-bottom: 20px;
}
.rate-content > p.bottom {
  margin-top: 20px;
}
.rate-content p,
.rate-content2 p {
  color: #969595;
  line-height: 24px;
  font-size: 14px;
}
.drivers-row {
  padding-bottom: 48px;
  border-bottom: 1px solid #ebeeef;
  margin-bottom: 35px;
}
.drivers-row2 {
  padding-top: 35px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ebeeef;
  /*margin-bottom: 35px;*/
}

.drivers-row2.java {
  background: url('../img/background_java.jpg');
  height: 250px;
}
.drivers-row2.tumar {
  background: url('../img/background_token.jpg');
  height: 250px;
}
.drivers-row2.ocsp {
  background: url('../img/background_ocsp.jpg');
  height: 250px;
}
.drivers-row2.card {
  background: url('../img/background_driver.jpg');
  height: 300px;
}

.drivers-row > h2,
.drivers-row > h5,
.drivers-row > h3 {
  text-align: center;
}
.drivers-row h3 {
  font-family: "OpenSansSemiBold";
  /*color: #2871a7;*/
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.drivers-row2 h3 {
  font-family: "OpenSansSemiBold";
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.drivers-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.drivers-content2.java {
  width: 770px;
  text-shadow: 0 5px 10px #000, 0 5px 10px #000, 0 0 20px #000;
}
.drivers-content2.tumar {
  width: 1000px;
  /* right: 0px; */
  position: absolute;
  text-shadow: 0 10px 10px #000, 0 0 10px #000, 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
  padding-left: 40px;
}
.drivers-content2.ocsp {
  width: 670px;
  text-shadow: 0 5px 10px #000, 0 5px 50px #000, 0 0 20px #000;
  /*text-shadow: 0 4px 5px rgba(0,0,0,0.25);*/
  padding-left: 100px;
}
.drivers-content2.card {
  width: 1000px;
  text-shadow: 0 5px 10px #000, 0 5px 50px #000, 0 0 20px #000;
  /*text-shadow: 0 4px 5px rgba(0,0,0,0.25);*/
  padding-left: 100px;
}
.drivers-content2.card h3 {
  text-align: center;
  color: #fff;
}
.drivers-content2.card p {
  color: #fff;
  margin-bottom: 2px;
}
.drivers-content2.card a {
  /*color: #03916E;*/
  color: #FBAE16;
}

.drivers-content2.java h3{    
  text-align: center;
  color: #fff;
}
.drivers-content2.tumar h3 {
  text-align: center;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 10px;
}
.drivers-content2.ocsp h3 {
  text-align: center;
  color: #fff;
}
.drivers-content2.java p {
  color: #fff;
}
.drivers-content2.tumar p {
  color: #fff;
  /*margin-bottom: 10px;*/
}
.drivers-content2.ocsp p {
  color: #fff;
  margin-bottom: 15px;
}
.drivers-content2.java a,
.drivers-content2.tumar a {
  color: #FBAE16;
}
.drivers-content2.ocsp a {
  /*color: #03916E;*/
  color: #FBAE16;
}

.rate-content-list-item {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 0 0 0 30px;
  line-height: 24px;
  margin-bottom: 18px;
  display: table;
  width: 100%;
}
.rate-content-list-item:last-child {
  margin-bottom: 0;
}
.rate-content-list-text,
.rate-content-list-price {
  display: table-cell;
  vertical-align: middle;
  padding: 25px 0;
}
.rate-content-list-text {
  width: 80%;
  color: #4b4b4b;
}
.rate-content-list-text small {
  color: #FBAE16;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  display: block;
}
.rate-content-list-price {
  font-family: "OpenSansSemiBold";
  font-size: 30px;
  color: #00805F;
  width: 20%;
  text-align: right;
}
.rate-content-list-price span {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-right: 20px;
}
.steps-list {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #ebeeef;
  padding-bottom: 10px;
}
.step-list-item {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  text-align: left;
  margin-bottom: 30px;
}
.step-list-item-l {
  float: left;
  width: 80px;
  height: 80px;
  background: #0CB992;
  position: relative;
}
.step-list-item-l:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
}
.step-list-item-l._1:before {
  width: 34px;
  height: 38px;
  margin-left: -17px;
  margin-top: -19px;
  background: url(../img/step_ico1.png) no-repeat;
}
.step-list-item-l._2:before {
  width: 37px;
  height: 40px;
  margin-left: -18px;
  margin-top: -20px;
  background: url(../img/step_ico2.png) no-repeat;
}
.step-list-item-l._3:before {
  width: 26px;
  height: 43px;
  margin-left: -13px;
  margin-top: -21px;
  background: url(../img/step_ico3.png) no-repeat;
}
.step-list-item-l._4:before {
  width: 46px;
  height: 27px;
  margin-left: -23px;
  margin-top: -13px;
  background: url(../img/step_ico4.png) no-repeat;
}
.step-list-item-r {
  padding-left: 98px;
  padding-top: 7px;
}
.step-list-item-r h5 {
  text-transform: uppercase;
  color: #4b4b4b;
  font-size: 14px;
  margin-bottom: 3px;
}
.step-list-item-r p {
  font-size: 14px;
  color: #969595;
  line-height: 24px;
}
.step-list-item-r p a {
  color: #969595;
  text-decoration: underline;
}
.step-list-item-r p a:hover {
  text-decoration: none;
}
.steps-bottom {
  margin-top: 25px;
}
.steps-bottom a {
  color: #969595;
  text-decoration: underline;
}
.steps-bottom a:hover {
  color: #00805F;
}
._services {
  background: #fff;
  padding: 95px 0 100px;
}
.header-big {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #313131;
  padding-bottom: 30px;
  background: url(../img/header_line.png) no-repeat bottom center;
}
.helpful-list {
  margin-top: 45px;
  text-align: center;
  font-size: 0;
}
.helpful-item {
  font-size: 14px;
  float: none;
  display: inline-block !important;
  vertical-align: top;
  margin-bottom: 1px;
  color: #969595;
  text-align: center;
  width: 370px;
  margin-right: 30px;
  border: 1px solid #dadada;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
  margin-bottom: 20px;
}
.helpful-item:hover {
  text-decoration: none;
}
.helpful-item h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #313131;
  margin-bottom: 8px;
}
.helpful-item:last-child {
  margin-right: 0;
}
/*.helpful-item img {*/
  /*width: 100%;*/
  /*display: block;*/
/*}*/
[id*=helpful-item] {
  width: 100%;
  height: 186px;
  display: block;
}
/*#helpful-item1 { background: url(../img/service1.png) no-repeat;}*/
/*#helpful-item2 { background: url(../img/service2.png) no-repeat;}*/
/*#helpful-item3 { background: url(../img/service3.png) no-repeat;}*/
#helpful-item1 { background: url(../img/service1.jpg) no-repeat;}
#helpful-item2 { background: url(../img/service2.jpg) no-repeat;}
#helpful-item3 { background: url(../img/service3.jpg) no-repeat;}
#helpful-item4 { background: url(../img/service4.jpg) no-repeat;}

.helpful-item:hover {
  border: 1px solid #FBAE16;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.helpful-item-content {
  padding: 20px 10px 25px;
  height: 190px;
}
.helpful-item-content p {
  min-height: 105px;
}
.drivers-tabs {
  /*padding: 0 100px;*/
  color: #969595;
  line-height: 24px;
}
.drivers-tabs a {
  color: #00805F;
}
.drivers-tabs a:hover {
  text-decoration: underline;
}
.drivers-nav {
  float: left;
}
.drivers-cont {
  padding: 0 0 0 190px;
}
.drivers-cont-item {
  border: 1px solid #f1f1f1;
  /*min-height: 270px;*/
  min-height: 154px;
}
.drivers-cont-item ul li {
  position: relative;
  padding-left: 24px;
}
.drivers-cont-item ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FBAE16;
}
.drivers-nav-item {
  border: 1px solid #f1f1f1;
  width: 191px;
  line-height: 70px;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 9px;
}
.drivers-nav-item.active {
  position: relative;
  border-right: 1px solid #fff;
}
.drivers-nav-item.active:after {
  content: '';
  position: absolute;
  width: 2px;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: #00805F;
}
.drivers-nav-item.active:before {
  left: 0px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #00805F;
  border-width: 4px;
  margin-top: -4px;
}
.drivers-nav-item:last-child {
  margin-bottom: 0;
}
.drivers-cont-item-in {
  padding: 17px 28px;
}
.drivers-cont-header {
  padding: 0 0 0 70px;
  min-height: 56px;
  position: relative;
  margin: 0 0 10px;
}
.drivers-cont-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.drivers-cont-header.firefox:before {
  background: url(../img/firefox.png);
}
.drivers-cont-header.chrome:before {
  background: url(../img/chrome.png);
}
.drivers-cont-header.explorer:before {
  background: url(../img/explorer.png);
}
.download-java__text {
  line-height: 67px !important;
  position: relative;
  padding-left: 55px;
  display: inline-block;
}
.download-java__text:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 67px;
  left: 0;
  top: 0;
  background: url(../img/java.png) no-repeat;
}
.download-java {
  text-align: center;
}
.download-java a,
.download a {
  /*color: #00805F;*/
  color: #FBAE16;
}
.download-java h3 {
  /*margin-bottom: 0;*/
  margin-bottom: 20px;
}
.gray-button {
  font-family: "OpenSansBold";
  font-size: 13px;
  color: #969595;
  background: #f1f1f1;
  height: 43px;
  line-height: 43px;
  padding: 0 36px;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.gray-button:hover {
  background: #d4d4d4;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.4);
}
.download-java__action {
  /*margin-top: 7px;*/
  margin-top: 20px;
}
.drivers-donwload-in {
  padding-left: 100px;
}
.drivers-donwload-in p {
  margin-bottom: 2px;
}
.drivers-donwload-icon {
  float: left;
  width: 80px;
  height: 80px;
  background: #0CB992;
  position: relative;
}
.drivers-donwload-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.drivers-donwload-icon.dd1:before {
  background: url(../img/driver1.png) no-repeat;
}
.drivers-donwload-icon.dd2:before {
  background: url(../img/driver2.png) no-repeat;
}
.drivers-donwload-icon.dd3:before {
  background: url(../img/driver3.png) no-repeat;
}
.contacts-map,
.contacts-questions {
  float: right;
  width: 50%;
  height: 715px;
}
.contacts-questions {
  padding: 35px 0;
  background: #f5f5f5;
}
.contacts-questions .header-big {
  margin-bottom: 15px;
}
.contacts-col {
  color: #969595;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 70px;
}
.contacts-col a {
  color: #969595;
}
.contacts-col--i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #0CB992;
}
.contacts-col--i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
}
.contacts-col--i.phone:before {
  width: 18px;
  height: 18px;
  background: url(../img/phone_icon.png) no-repeat;
  margin-left: -9px;
  margin-top: -9px;
}
.contacts-col--i.email:before {
  width: 19px;
  height: 15px;
  background: url(../img/envelope.png) no-repeat;
  margin-left: -9px;
  margin-top: -7px;
}
.contacts-row {
  max-width: 570px;
  margin: 0 auto;
}
.contacts-row .input {
  width: 100%;
  margin-bottom: 10px;
}
.contacts-row .textarea {
  margin-bottom: 10px;
}
.contacts-row.phones {
  margin-bottom: 40px;
}
.input,
.textarea {
  font-size: 14px;
  border: 1px solid #f1f1f1;
  color: #969595;
  outline: none;
  padding: 0 24px;
}
.input:focus,
.textarea:focus {
  border: 1px solid #FBAE16;
}
.input {
  height: 52px;
  line-height: 52px;
}
.textarea {
  width: 100%;
  padding: 20px 24px;
  resize: vertical;
}

textarea[name=message] {
  height: 120px;
}

.button-submit {
  font-family: "OpenSansSemiBold";
  width: 100%;
  color: #8a8a8a;
  height: 52px;
  line-height: 52px;
  background: #e2e2e2;
}
.button-submit:hover {
  background: #d4d4d4;
}
#map {
  width: 100%;
  height: 100%;
}
.close-animatedModal {
  position: absolute;
  right: 50px;
  top: 50px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url(../img/close.png) no-repeat;
}
.close-animatedModal:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal-content {
  padding: 50px 0 50px;
}
.modal-content-item h3 {
  font-family: "OpenSansSemiBold";
  color: #00805F;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}
.modal-content-item p {
  font-size: 14px;
  color: #969595;
  line-height: 24px;
  margin-bottom: 30px;
}
.ballon-content {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.mobile-menu-lang-list li {
  float: left;
  width: 33.333%;
}
.mobile-menu-lang-list li.left {
  text-align: left;
}
.mobile-menu-lang-list li.center {
  text-align: center;
}
.mobile-menu-lang-list li.right {
  text-align: right;
}
.mobile-menu-lang {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 30px;
}
.mobile-menu-button {
  font-family: "OpenSansSemiBold";
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  height: 56px;
  line-height: 56px;
  color: #fff;
  padding: 0 27px;
  cursor: pointer;
}
.mobile-menu-button.active {
  background: #caba6f;
}
#animatedModal {
  right: 0 !important;
}
.remodal.auth-modal {
  font-family: 'OpenSansRegular';
  font-weight: normal;
  color: #969595;
  border: 1px solid #f1f1f1;
  padding: 0 0 25px;
  min-height: auto;
}
.remodal.auth-modal .close-animatedModal {
  right: 15px;
  top: 15px;
}
.remodal.auth-modal a {
  color: #969595;
}
@media (min-width: 320px) and (max-width: 640px) {
  .auth-top {
    padding: 60px 10px 20px;
  }
  .auth-action .approve-button {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
  .auth-action .change-pin {
    float: none;
    display: inline-block;
  }
  .auth-action {
    text-align: center;
  }
  .auth-hint {
    padding: 0 10px;
  }
  .auth-links {
    font-size: 13px;
  }
  .remodal.auth-modal {
    padding-bottom: 40px;
  }
}
/* ==========================================================================
   Footer */
.footer {
  color: #fff;
}
.footer-top {
  background: #00805F;
  padding: 40px 0 20px;
}
.footer-bottom {
  background: #0CB992;
}
.footer-logo {
  float: left;
  width: 251px;
  height: 29px;
  background: url(../img/logo_big.png) no-repeat;
}
.footer-logo img {
  display: block;
}
.footer-nav {
  float: right;
  margin-top: 8px;
  font-size: 0;
}
.footer-nav-item {
  font-family: "OpenSansSemiBold";
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 12px;
}
.footer-nav-item:last-child {
  margin-right: 0;
}
.footer-nav-link:hover {
  color: #FBAE16;
  text-decoration: none;
}
.footer-contacts {
  float: left;
}
.footer-contacts-item {
  float: left;
  font-size: 14px;
  margin-right: 18px;
  position: relative;
  line-height: 32px;
}
.footer-contacts-item:last-child {
  margin-right: 0;
}
.footer-contacts-item:last-child:after {
  content: '';
}
.footer-contacts-item:after {
  content: '|';
  position: absolute;
  right: -12px;
  top: -1px;
}
.footer-contacts-item .fa {
  margin-right: 3px;
}
.footer-contacts-item a:hover {
  color: #FBAE16;
  text-decoration: none;
}
.footer-social {
  float: right;
}
.footer-social-item {
  float: left;
}
.footer-social-link {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 32px;
}
.footer-social-link:hover {
  border: 1px solid #FBAE16;
}
.footer-social-link:hover .fa {
  color: #FBAE16;
}
.footer-top-line {
  margin-top: 15px;
}
.footer-bottom {
  font-size: 12px;
  padding: 16px 0;
}
.footer-license {
  float: left;
  position: relative;
  line-height: 32px;
  padding-left: 45px;
}
.footer-license:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  /*border:1px solid white;*/
  background: url(../img/halyk_logo.png) no-repeat;
}
.footer-copyright {
  float: right;
  line-height: 32px;
}
@media (min-width: 961px) {
  .menu-button,
  .menu-button-close {
    display: none !important;
  }
}
@media (min-width: 319px) and (max-width: 767px) {
  .b-col-2 {
    float: none;
    width: 50%;
  }
  .b-col-4 {
    float: none;
    width: 50%;
  }
}
@media (min-width: 961px) and (max-width: 1366px) {
  .b-col-2 .services-item {
    height: 220px;
    padding: 130px 0 0;

  }
  .b-col-2 .services-item:before {
    top: 54px;
  }
  .b-col-4 .services-item {
    height: 278px;
    padding: 155px 0 0;
  }
  .b-col-4 .services-item:before {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .remodal {
    padding: 20px;
  }
  .header {
    padding: 0 68px;
  }
  .header__logo {
    width: 182px;
  }
  .title-medium {
    font-size: 26px;
  }
  .b-col-2 {
    float: none;
    width: 100%;
  }
  .step-list-item {
    width: 100%;
  }
  .nav-wrapper,
  .login-button-wrapper,
  .language {
    display: none;
  }
  .b-col-4 {
    width: 50%;
  }
  .b-col-4 .services-item {
    height: 278px;
    padding: 155px 0 0;
  }
  .b-col-4 .services-item:before {
    top: 80px;
  }
  .contacts-map {
    float: none;
    width: 100%;
  }
  .contacts-questions {
    float: none;
    width: 100%;
  }
  .footer .centered {
    padding: 0 12px;
  }
  .footer-nav {
    width: 480px;
    text-align: right;
  }
  .fourth {
    margin-right: 0;
  }
  .footer-nav-item {
    margin-bottom: 5px;
  }
  .modal-content {
    padding: 100px 100px 0;
  }
  .menu-button {
    float: left;
    font-family: "OpenSansSemiBold";
    display: block;
  }
  .header__logo-wrapper {
    float: right;
  }
}
@media (min-width: 740px) and (max-width: 767px) {
  .remodal {
    padding: 20px;
  }
  .header {
    padding: 0 68px;
  }
  .header__logo {
    width: 182px;
  }
  .title-medium {
    font-size: 26px;
  }
  .b-col-2 {
    float: none;
    width: 100%;
  }
  .step-list-item {
    width: 100%;
  }
  .nav-wrapper,
  .login-button-wrapper,
  .language {
    display: none;
  }
  .b-col-4 {
    float: left;
    width: 50%;
  }
  .b-col-4 .services-item {
    height: 278px;
    padding: 155px 0 0;
  }
  .b-col-4 .services-item:before {
    top: 80px;
  }
  .contacts-map {
    float: none;
    width: 100%;
  }
  .contacts-questions {
    float: none;
    width: 100%;
  }
  .footer .centered {
    padding: 0 12px;
  }
  .footer-nav {
    width: 480px;
    text-align: right;
  }
  .fourth {
    margin-right: 0;
  }
  .footer-nav-item {
    margin-bottom: 5px;
  }
  .modal-content {
    padding: 100px 100px 0;
  }
  .menu-button {
    float: left;
    font-family: "OpenSansSemiBold";
    display: block;
  }
  .header__logo-wrapper {
    float: right;
  }
  .drivers-tabs {
    padding: 0;
  }
  .footer-nav,
  .footer-copyright {
    display: none;
  }
  .footer-license {
    line-height: 14px;
  }
}
@media (min-width: 320px) and (max-width: 739px) {
  .remodal {
    padding: 20px;
  }
  .header {
    padding: 0 10px;
  }
  .header__logo {
    width: 182px;
  }
  .title-medium {
    font-size: 20px;
  }
  .download__item {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
  .b-col-2 {
    float: none;
    width: 100%;
  }
  .step-list-item {
    width: 100%;
  }
  .nav-wrapper,
  .login-button-wrapper,
  .language {
    display: none;
  }
  .b-col-4 {
    float: none;
    width: 100%;
  }
  .b-col-4 .services-item {
    height: 250px;
    padding: 144px 0 0;
  }
  .b-col-4 .services-item:before {
    top: 66px;
  }
  .slider-item {
    padding-top: 105px;
  }
  .contacts-map {
    float: none;
    width: 100%;
  }
  .contacts-questions {
    float: none;
    width: 100%;
  }
  .footer .centered {
    padding: 0 12px;
  }
  .footer-nav {
    width: 480px;
    text-align: right;
  }
  .fourth {
    margin-right: 0;
  }
  .footer-nav-item {
    margin-bottom: 5px;
  }
  .modal-content {
    padding: 80px 20px 0;
  }
  .menu-button {
    float: left;
    font-family: "OpenSansSemiBold";
    display: block;
  }
  .header__logo-wrapper {
    float: right;
  }
  .drivers-tabs {
    padding: 0;
  }
  .footer-nav,
  .footer-copyright {
    display: none;
  }
  .footer-license {
    line-height: 14px;
  }
  .rate-tabs {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  .rate-tabs-item {
    width: 100%;
  }
  .step-list-item-r {
    padding: 0;
    text-align: center;
  }
  .step-list-item-l {
    float: none;
    margin: 0 auto 10px;
  }
  .rate-tabs-item {
    display: block;
    margin: 0 0 5px;
    cursor: pointer;
    border-top: none;
  }
  .rate-tabs-item:last-child {
    margin: 0;
  }
  .rate-tabs-item.active {
    position: relative;
    border-top: none;
  }
  .rate-tabs-item.active:after {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #FBAE16;
  }
  .rate-tabs-item.active:before {
    left: auto;
    top: 50%;
    right: -8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(168, 158, 112, 0);
    border-left-color: #FBAE16;
    border-width: 4px;
    margin-top: -4px;
  }
  .rate-content > h2 {
    font-size: 16px;
  }
  .drivers-nav {
    float: none;
  }
  .drivers-cont {
    padding: 0;
  }
  .drivers-nav-item {
    width: 100%;
  }
  .drivers-nav-item {
    border: 1px solid #f1f1f1;
    width: 100%;
  }
  .drivers-nav-item.active {
    position: relative;
    border: 1px solid #f1f1f1;
  }
  .drivers-nav-item.active:after {
    content: '';
    position: absolute;
    width: 2px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    background: #00805F;
  }
  .drivers-nav-item.active:before {
    left: 0px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #00805F;
    border-width: 4px;
    margin-top: -4px;
  }
  .drivers-nav-item:last-child {
    margin-bottom: 0;
  }
  .drivers-cont-header {
    padding: 70px 0 0 0;
    min-height: 56px;
    position: relative;
    margin: 0 0 10px;
  }
  .drivers-cont-header:before {
    left: 50%;
    top: 0;
    margin-left: -28px;
    width: 56px;
    height: 56px;
  }
  .download-java__text {
    line-height: 24px !important;
    position: relative;
    padding: 90px 0 0;
    display: inline-block;
    margin: 15px 0;
  }
  .download-java__text:before {
    left: 50%;
    margin-left: -18px;
  }
  .rate {
    padding-top: 50px;
  }
  .header-big {
    font-size: 18px;
  }
  .contacts-row {
    padding: 15px;
  }
  .contacts-col {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .contacts-map,
  .contacts-questions {
    height: auto;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-questions {
    padding: 40px 15px;
  }
  .contacts-row.phones {
    margin-bottom: 0;
  }
  .contacts-questions .header-big {
    margin-bottom: 10px;
  }
  .drivers-donwload-in {
    padding: 0;
  }
  .drivers-donwload-icon {
    float: none;
    margin: 0 auto 15px;
  }
  .rate-content-list-text,
  .rate-content-list-price {
    display: block;
  }
  .rate-content-list-item {
    display: block;
    padding: 0;
  }
  .rate-content-list {
    text-align: center;
  }
  .rate-content-list-text {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .rate-content-list-price {
    width: 100%;
    text-align: center;
  }
  .footer {
    text-align: center;
  }
  .footer-contacts-item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-logo {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-social {
    float: none;
  }
  .footer-social-item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .footer-contacts-item._tel:after {
    content: '';
  }
  .footer-license {
    display: none;
  }
  .footer-copyright {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .mobile-menu-list li {
    margin-bottom: 20px;
  }
  .mobile-menu-list li a {
    font-size: 20px;
  }
  .mobile-menu-in {
    height: 270px;
    margin-top: -145px;
  }
  .mobile-menu-lang {
    bottom: 20px;
    padding: 0 15px;
  }
  .mobile-menu-button {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    padding: 0 20px;
  }
  ._services {
    padding: 40px 0;
  }
  .footer-contacts {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}


.ui-pnotify.stack-bottomright, .ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
  background: white;
}

.ui-pnotify.stack-topright, .ui-pnotify.stack-topleft {
  bottom: auto;
  top: 65px;
  background: white;
}

.uppercase{
  text-transform: uppercase;
}

.loading {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: 6px;
  z-index: 99999;
  display: none;
  background: #00805F;
}

.loading1 {
  height: 6px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e17d2f;
}

.loading2 {
  height: 6px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #287319;
}

.loading3 {
  height: 6px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00805F;
}

.loading4 {
  height: 6px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #900a20;
}

.installer{
  border-style: solid;
  min-height: 250px;
  border-color: #00805F;
  width: 800px;
  margin-left: 15%;
  border-width: 2px !important;
}

#slider {
  opacity: 1;
}

/*Новый дизайн логин формы*/
.auth-holder-new, .auth-holder.auth-holder-new {
  overflow-y: auto;
  right: auto !important;
  left: 50% !important;
  z-index: -1;
  padding: 40px 48px;
  width: 910px;
  max-height: calc(100vh - 61px);
  font-family: 'Manrope', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #263238;
  border: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 24px rgba(27, 41, 38, 0.15);
  transform: translateX(-50%);
}
.auth-holder-new::-webkit-scrollbar {
  width: 10px;
}
.auth-holder-new::-webkit-scrollbar-track {
  background: rgba(17, 187, 145, 0.2);
}
.auth-holder-new::-webkit-scrollbar-thumb {
  background: #11BB91;
}
.auth-holder-new a, .auth-holder.auth-holder-new a {
  color: #11BB91;
}
.auth-holder-new .auth-top {
  padding: 0;
}
.auth-holder-new .auth-nav {
  display: flex;
  border: none;
}
.auth-holder-new .auth-nav-item {
  float: none;
  margin: 0;
  padding: 8px 24px;
  font-size: 16px;
  color: #505C64;
  line-height: 24px;
  background: #F2F7F7;
}
.auth-holder-new .auth-nav-item:first-child {
  border-radius: 8px 0 0 8px;
}
.auth-holder-new .auth-nav-item:last-child {
  border-radius: 0 8px 8px 0;
}
.auth-holder-new .auth-nav-item.active {
  color: #ffffff;
  background: #11BB91;
}
.auth-holder-new .auth-nav-item.active:after {
  content: none;
}
.auth-holder-new__title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}
.auth-holder-new__subtitle {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}
.auth-holder-new__subtitle-note {
  margin: -12px 0 24px;
  padding-left: 36px;
  line-height: 1.5em;
}
.auth-holder-new__subtitle-note:last-child {
  margin-bottom: 0;
}
.auth-holder-new__subtitle-note a {
  color: #11BB91 !important;
}
.auth-holder-new__link {
  color: #11BB91 !important;
}
.auth-holder-new__error-container {
  display: flex;
  margin-bottom: 24px;
}
.auth-holder-new__icon {
  display: flex;
  align-items: baseline;
}
.auth-holder-new__icon:before {
  content: "";
  position: relative;
  top: 4px;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.auth-holder-new__note-icon:before {
  background: url("../img/note-icon.svg") center no-repeat;
}
.auth-holder-new__warning-icon:before {
  background: url("../img/warning-icon.svg") center no-repeat;
}
.auth-holder-new__success-icon:before {
  background: url("../img/success-icon.svg") center no-repeat;
}
.auth-holder-new__preloader-icon:before {
  background: url("../img/preloader-icon.svg") center no-repeat;
  animation-name: preloader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.auth-holder-new__bg {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(43, 53, 51, 0.3);
}
.auth-holder-new__help {
  font-size: 14px;
}
.auth-holder-new__help > * {
  display: flex;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #DDE5E7;
}
.auth-holder-new__help-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}
.auth-holder-new__field, input[type="text"].auth-holder-new__field, input[type="password"].auth-holder-new__field {
  margin: 0;
  padding: 26px 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #C4C8CC;
  border-radius: 12px;
}
.auth-holder-new__field:focus, input[type="text"].auth-holder-new__field:focus, input[type="password"].auth-holder-new__field:focus {
  border-color: #11BB91;
  box-shadow: none;
}
.auth-holder-new__button {
  display: inline-block;
  padding: 21px 40px;
  min-width: 388px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  border: none;
  border-radius: 12px;
  background: #11BB91;
}
.auth-holder-new__help-list {}
ol.auth-holder-new__help-list {
  padding-left: 1.125em;
  list-style: decimal;
}
.auth-holder-new__help-list li {
  line-height: 1.5em;
}
.auth-holder-new__help-list li + li {
  margin-top: 16px;
}
.auth-holder-new__help-note {
  padding-right: 24px;
  width: 50%;
}
.auth-holder-new__help-links {
  padding-left: 24px;
  width: 50%;
}
.auth-holder-new__help-links .auth-holder-new__help-list li {
  line-height: 130%;
  letter-spacing: 0.02em;
}
.auth-holder-new__bg.hidden {
  display: none;
}
.auth-holder-new .auth-cont-holder {
  padding-top: 40px;
}
.auth-holder-new .auth-cont {
  margin-top: 0;
}
.auth-holder-new .auth-top {
  border: none;
}
.auth-holder-new .auth-holder-new__tumar {
  margin: 0 !important;
}
.auth-holder-new .auth-holder-new__tumar br {
  display: none;
}
.auth-holder-new .auth-holder-new__tumar-alert {
  display: none;
}
.auth-holder-new .auth-holder-new__tumar-warning {
  display: none;
}
.auth-holder-new .auth-holder-new__tumar-button-cont {}
.auth-holder-new .auth-hint {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #DDE5E7;
}
.auth-holder-new .auth-hint * {
  margin: 0;
}
.auth-holder-new .auth-hint form {
  margin-top: 10px;
}
.auth-holder-new__csp {}
.auth-holder-new__tumar-version {}
.auth-holder-new__tumar-version.main-mod {
  margin-top: 26px;
  padding-top: 38px;
  border-top: 1px solid #DDE5E7;
}
.auth-holder-new__tumar-version.wiki-mod {
  margin-bottom: 40px;
}
.auth-holder-new__tumar-version-text {
  position: relative;
  padding-left: 72px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.auth-holder-new__tumar-version-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  background: url("../img/tumar-version.svg");
  background-size: contain;
  transform: translateY(-50%);
}
.auth-holder-new__tumar-version-text + .auth-holder-new__tumar-version-text {
  margin-top: 10px;
}
.auth-holder-new__tumar-version-text.wiki-mod {
  padding-left: 36px;
}
.auth-holder-new__tumar-version-text.wiki-mod:before {
  width: 24px;
  height: 24px;
}
/*Стили страниц вики*/
.new-wiki-page {
  padding: 48px 0 120px;
  font-size: 16px;
  font-weight: 500;
  color: #505C64;
  line-height: 1.5em;
}
.new-wiki-page__main-title, .oaob .new-wiki-page__main-title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 45px;
  color: #263238;
  line-height: 1.288em;
  text-align: center;
}
.new-wiki-page__main-title-note {
  margin-bottom: 48px;
  color: #263238;
  text-align: center;
}
.new-wiki-page__title {
  margin-bottom: 48px;
  font-size: 45px;
  font-weight: 800;
  color: #263238;
  line-height: 0.911em;
}
.new-wiki-page__subtitle {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  color: #263238;
  line-height: 1.5em;
}
.new-wiki-page__list {
  border-radius: 24px;
  box-shadow: 0 16px 60px rgba(42, 53, 61, 0.09);
}
.new-wiki-page__list li {
  margin: 0 !important;
}
.new-wiki-page__list li + li {
  border-top: 1px solid #F3F3F3;
}
.new-wiki-page__list-link, .new-wiki-page__list .new-wiki-page__list-link {
  display: flex;
  align-items: center;
  padding: 24px 48px;
  font-weight: 800;
  font-size: 20px;
  color: #263238;
  line-height: 1.5em;
  letter-spacing: 0.01em;
}
.new-wiki-page__list-link:after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 14px;
  background: url("../img/wiki-page-list.svg");
}
.new-wiki-page__breadcrumbs {}
.new-wiki-page__breadcrumbs-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.new-wiki-page__breadcrumbs-li {
  display: flex;
}
.new-wiki-page__breadcrumbs-li + li:before {
  content: "→";
  margin: 0 9px;
}
.new-wiki-page__breadcrumbs-link {
  font-size: 14px;
  line-height: 1.428em;
  color: #829199 !important;
}
.new-wiki-page__step:not(:last-child) {
  margin-bottom: 48px;
}
.new-wiki-page a {
  color: #11BB91;
}
.new-wiki-page p {
  margin-bottom: 16px;
}
.new-wiki-page ol {
  padding-left: 16px;
  list-style: decimal;
}
.new-wiki-page li {
  margin-bottom: 12px;
}
.new-wiki-page li p {
  margin: 12px 0;
}
.new-wiki-page__download-link {
  display: inline-flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 500;
  color: #2A353D !important;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}
.new-wiki-page__download-icon {
  display: flex;
  margin-right: 12px;
  padding:  8px 8px 7px 0;
  font-size: 10px;
  font-weight: 800;
  color: #E14F48;
  line-height: normal;
  letter-spacing: 0.02em;
  border-radius: 8px;
  background: #FCF1F0;
}
.new-wiki-page__download-icon:before {
  content: "";
  margin: 0 12px;
  width: 10px;
  height: 12px;
  background: url("../img/download-arrow.svg");
}
.new-wiki-page__questions-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #2A353D;
  line-height: 1.5em;
}
.new-wiki-page__questions-text {
  font-size: 14px;
  font-weight: 500;
  color: #505C64;
  line-height: 1.428em;
}
.new-wiki-page__questions-link {
  font-weight: 500;
  font-size: 14px;
  color: #11BB91;
  line-height: 130%;
  letter-spacing: 0.02em;
}

.login-without-otp {
  align-self: center;
}

.login-without-otp label {
  font-size: 16px;
  font-weight: 500;
  color: #505c64;
}

.login-without-otp input {
  position: absolute;
  left: -10000px;
  margin: 0;
}

.login-without-otp input:checked + span:before {
  background: #11BB91;
}

.login-without-otp input:checked + span:after {
  margin-left: 23px;
}

.login-without-otp span {
  display: flex;
  align-items: center;
}

.login-without-otp span:before {
  content: "";
  margin-right: 16px;
  width: 51px;
  height: 30px;
  border-radius: 15px;
  background: #DDE5E7;
  transition: 0.25s;
}

.login-without-otp span:after {
  content: "";
  position: absolute;
  margin-left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #ffffff;
  transition: 0.25s;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.01), 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}