/*LAST UPDATE v 1.0.1*/
@font-face {
  font-family: 'pnregular';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNovaRegular.otf);
}

@font-face {
  font-family: 'pnbold';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNovaBold.otf);
}

@font-face {
  font-family: 'pnlight';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNovaLight.otf);
}

@font-face {
  font-family: 'pnitalic';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/ProximaNovaItalic.otf);
}

a,
body,
h1,
h2,
h3 {
  font-family: 'pnregular', 'Arial', sans-serif;
}

body {
  overflow-x: hidden;
}

footer,
header,
main {
  margin: 0 auto;
  background: #fff;
}

h1,
h2,
h3 {
  line-height: normal;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
  color: #333;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

a {
  font-size: 15px;
  text-decoration: underline;
  color: #01935d;
}

option:active,
option:focus,
option:hover,
select:active,
select:hover {
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

li,
ol,
p,
span,
ul {
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 18px;
  color: #333;
}

p {
  margin-bottom: 30px;
}

ol,
ul {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a:focus,
button:focus,
img:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

b,
strong {
  font-family: 'pnbold', 'Arial', sans-sefir;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

a:focus,
a:hover {
  text-decoration: underline;
  color: #1bb57d;
}

ol {
  padding: 0 0 0 40px;
  counter-reset: nested-list 0;
  list-style: none;
}

ol > li {
  counter-increment: nested-list;
  position: relative;
}

ol > li:before {
  position: absolute;
  left: -40px;
  width: 32px;
  content: counters(nested-list, ".") ".";
  text-align: right;
}

.container {
  width: 100%;
  max-width: 1600px;
}

.content-container {
  padding: 75px 140px;
}

.content-container a,
.mobile-order a {
  font-size: inherit;
}

.shdw-on {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-background {
  background: 0 0 !important;
}

.m-gradient {
  background-image: -webkit-linear-gradient(150deg, #09a99f 7.78%, #12b989 107.27%, #12b989 107.78%);
  background-image: linear-gradient(300deg, #09a99f 7.78%, #12b989 107.27%, #12b989 107.78%);
}

.m-white {
  background-color: #fff !important;
}

.m-lgray {
  background-color: #f2f2f2 !important;
}

.main__title {
  font-size: 32px;
  margin: 0 0 55px;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #333;
}

.accordion .accordion__custom:hover > h3,
.text--main {
  color: #00a97b;
}

.i-left,
.i-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  vertical-align: middle;
}

.i-left {
  left: 15px;
  background: url(../images/icons/sprite.png) no-repeat 0 -26px;
}

.i-right {
  z-index: 2;
  right: 15px;
  background: url(../images/icons/sprite.png) no-repeat 0 0;
}

.i-down {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-image: url(../images/icons/idown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.i-down,
.i-up,
.page-btn {
  display: inline-block;
  vertical-align: middle;
}

.i-up {
  margin-left: 10px;
  background-image: url(../images/icons/iup.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.icon-search:before {
  position: relative;
  top: 1px;
}

.page-btn {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 43px;
  width: auto;
  height: 45px;
  padding: 0 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

.page-btn--default {
  line-height: 43px;
  color: #00a97b;
  background-color: #fff;
}

.page-btn--border:focus,
.page-btn--border:hover,
.page-btn--default:focus,
.page-btn--default:hover {
  text-decoration: none;
  color: #fff;
  outline: 0;
  background: #00a97b;
}

.page-btn--border,
.page-btn--custom {
  color: #00a97b;
  border: 1px solid #00a97b;
  background-color: #fff;
}

.page-btn--custom {
  color: #fff;
  background-color: #00a97b;
}

.page-btn--custom:hover {
  text-decoration: none;
  color: #00a97b;
  outline: 0;
  background: #fff;
}

.page-btn--custom:focus {
  text-decoration: none;
  color: #fff;
  border: 1px solid #00a97b;
  background-color: #00a97b;
}

.page-btn--dark {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.page-btn--dark:focus,
.page-btn--dark:hover {
  text-decoration: none;
  color: #000;
  outline: 0;
  background: #fff;
}

.page-btn--light {
  line-height: 43px;
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
}

.page-btn--light:hover {
  text-decoration: none;
  color: #1bb57d;
  background: #fff;
}

#notice-content .notice-link:focus,
#notice-content .notice-link:hover,
.page-btn--light:focus {
  text-decoration: none;
  color: #fff;
}

.page-btn--light:active {
  color: #1bb57d;
}
.page-btn--white {
  text-decoration: none;
  color: #333333;
  outline: none;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.page-btn--white:hover,
.page-btn--white:focus {
  line-height: 43px;
  color: #333333;
  border: 1px solid #333333;
  background: #fff;
  text-decoration: none;
}
.shortinfo {
  font-size: 0;
}

.shortinfo__element {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 55px 40px 40px;
  vertical-align: top;
}

.shortinfo__element--double {
  width: 50%;
  height: 600px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shortinfo__element--single {
  width: 100%;
  min-height: 500px;
}

.shortinfo__wrapper {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.shortinfo__wrapper--custom,
.shortinfo__wrapper--faq,
.shortinfo__wrapper--normal {
  position: static;
  height: 100%;
}

.shortinfo__wrapper--normal .fullinfo__text,
.shortinfo__wrapper--normal .fullinfo__title {
  color: #333 !important;
}

.shortinfo__wrapper--normal .fullinfo__title:before {
  background: #01945d;
}

.shortinfo__marker {
  display: inline-block;
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 28px;
  width: auto;
  height: 28px;
  margin-bottom: 16px;
  padding: 0 15px;
  cursor: default;
  color: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.shortinfo__marker--type1 {
  background: #e4721c;
}

.shortinfo__marker--type2 {
  background: #c81978;
}

.shortinfo__marker--type3 {
  background: #8db610;
}

.shortinfo__marker--type4 {
  background: #23b3c7;
}

.shortinfo__marker--type5 {
  background: #dbda4b;
}

.shortinfo__marker--type6 {
  background: #96275a;
}

.shortinfo__marker--type7 {
  background: #6b4474;
}

.shortinfo__title {
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 32px;
  max-width: 600px;
  margin-bottom: 10px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.dropdown.sort__drop.open span,
.shortinfo__title--special {
  color: #333;
}

.shortinfo__text {
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 23px;
  max-width: 600px;
  margin-bottom: 36px;
  opacity: .9;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.no-background .shortinfo__text,
.no-background .shortinfo__title {
  text-shadow: none;
}

.shortinfo__text--special {
  font-size: 16px;
  margin-bottom: 25px;
  color: #333;
}

.shortinfo__special {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 30px 40px 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shortinfo__tile {
  font-size: 0;
  background: #27a475;
}

.shortinfo__img {
  position: absolute;
  top: 50%;
  right: 50px;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shortinfo__announce {
  font-size: 0;
}

.shortinfo__corp {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 100%;
  padding-top: 55px;
  padding-right: 20px;
  padding-left: 40px;
  border-right: 1px solid #368db2;
}

.shortinfo__corp:last-child {
  right: 0;
  left: inherit;
  padding-right: 40px;
  padding-left: 20px;
  border-right: 0;
}

.tile__element {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 50%;
  height: 300px;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #26b78f;
  background-color: #00a97b;
}

.tile__element:focus,
.tile__element:hover {
  text-decoration: none;
  background-color: rgba(0, 131, 81, 0.2);
}

.tile__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 220px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.tile__icon {
  display: block;
  height: 51px;
  margin-bottom: 30px;
}

.faq__title,
.tile__title {
  font-family: 'pnregular', 'Arial', sans-serif;
  text-transform: uppercase;
}

.tile__title {
  display: block;
  height: 50px;
  font-size: 18px;
  color: #fff;
}

.faq__title {
  font-size: 32px;
  margin-top: -6px;
  margin-bottom: 22px;
  letter-spacing: .7px;
  color: #01935d;
}

.faq__wrapper {
  margin: 0 0 53px;
  padding: 0;
}

.faq__element {
  margin: 0;
  padding: 17px 40px 17px 0;
  list-style: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 1px solid #dfdfdf;
  background: url(../images/icons/rightar.png) no-repeat center right;
}

.faq__element:hover {
  background: url(../images/icons/rightar.png) no-repeat 98% center;
}

.faq__link {
  display: block;
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.faq__link:focus,
.faq__link:hover {
  text-decoration: none;
}

.faq__control {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.fullinfo {
  color: red;
}

.fullinfo__title {
  position: relative;
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 32px;
  line-height: 38px;
  max-width: 600px;
  margin-bottom: 69px;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #fff;
}

.fullinfo__title:before {
  position: absolute;
  top: -webkit-calc(100% + 34px);
  top: calc(100% + 34px);
  left: 0;
  width: 41px;
  height: 2px;
  content: '';
  background: #fff;
}

.fullinfo__control {
  position: absolute;
  bottom: 38px;
  left: 40px;
}

.fullinfo__text {
  overflow: hidden;
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 24px;
  max-width: 600px;
  max-height: 195px;
  color: #fff;
}

.announce__more,
.announce__title {
  text-transform: uppercase;
  color: #01935d;
}

.announce__title {
  font-family: 'pnregular', 'Arial', sans-serif;
  margin-bottom: 30px;
  padding-bottom: 14px;
  letter-spacing: .7px;
  border-bottom: 1px solid #ebebeb;
  font-size: 32px;
  margin-top: 11px;
}

.announce__more {
  float: right;
  font-size: 14px;
  margin-top: 22px;
  padding-right: 15px;
  text-decoration: none;
  background: url(../images/icons/showall.svg) no-repeat right 4px;
}

.announce__more:focus,
.announce__more:hover {
  text-decoration: none;
  color: #1bb57e;
}

.announce__main {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  padding-right: 40px;
  vertical-align: top;
}

.announce__name {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 3px;
  text-decoration: none;
  color: #333;
}

.announce__name:focus,
.announce__name:hover {
  text-decoration: none;
}

.announce__date {
  display: block;
  font-size: 18px;
  margin-bottom: 18px;
  color: #999;
}

.announce__list {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  margin: 0;
  padding: 12px 0 0 2px;
  vertical-align: top;
}

.announce__element {
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}

.announce__element:last-child {
  border-bottom: 0;
}

.announce__link {
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  color: #333;
}

.announce__link:focus,
.announce__link:hover {
  text-decoration: none;
}

.announce__btn {
  display: none;
}

.announce__text {
  line-height: 24px;
}

.rate__float {
  float: right;
  margin-top: -2px;
  margin-right: 13px;
}

.rate__nav {
  display: none;
  padding: 30px 30px 40px;
  background: #fff;
}

.rate__nav.active {
  display: block;
}

.rate__title {
  font-size: 36px;
  padding: 47px 30px 14px 38px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.rate__result {
  display: none;
}

.rate__result.active {
  display: table-cell;
}

.rate__wrapper {
  position: relative;
  display: table;
  width: 100%;
  padding-left: 10px;
  vertical-align: middle;
}

.rate__list {
  display: table-cell;
  width: 16%;
  vertical-align: middle;
}

.rate__result {
  width: 84%;
  text-align: left;
  vertical-align: top;
}

.rate__buy {
  margin-right: 70px;
}

.rate__buy,
.rate__sale {
  display: inline-block;
  width: auto;
  margin-top: 7px;
  text-align: center;
  vertical-align: middle;
}

.rate__buy p,
.rate__sale p {
  font-size: 50px;
  margin-bottom: -8px;
  color: #666;
}

.rate__buy span,
.rate__sale span {
  font-size: 14px;
  opacity: .3;
  color: #333;
}

.rate__buy {
  padding-left: 10%;
}

.rate__sale {
  margin-right: 0;
  padding-left: 0;
}

.rate__val {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 11px;
  text-decoration: none;
  color: #c6c6c6;
}

.rate__val:focus,
.rate__val:hover {
  text-decoration: none;
  color: #333;
}

.rate__type,
.rate__val.active {
  text-decoration: none;
  color: #088657;
}

.rate__val.active:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 22px;
  content: '';
  background: #088657;
}

.rate__type {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  width: 108px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  color: #c6c6c6;
  border: 1px solid transparent;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #fff;
  background-clip: padding-box;
}

.rate__type:focus,
.rate__type:hover {
  text-decoration: none;
  color: #333;
}

.rate__type.active {
  color: #078557;
  border: 1px solid #078557;
}

.rate__more {
  position: absolute;
  right: 0;
  bottom: 12px;
}

#line_top_x {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.rate__mob {
  display: none;
}

#line_top_x svg g text {
  font-family: "pnregular", "Arial", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700;
  opacity: .8;
  fill: rgba(51, 51, 51, 0.4);
}

#line_top_x clippath rect {
  border-left: 1px solid #000;
}

.slider__element {
  position: relative;
  overflow: hidden;
  height: auto;
}

/*.slider__element img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: 100%;
  max-height: inherit;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/

.slider__inner {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 58.95%;
  display: block;
  width: 511px;
  padding: 40px;
  text-decoration: none;
  background-color: #01935d;
}

.slider__inner:focus,
.slider__inner:hover {
  text-decoration: none;
}

.slider__text,
.slider__title {
  overflow: hidden;
  font-size: 28px;
  line-height: normal;
  height: 68px;
  margin-bottom: 15px;
  color: #fff;
}
.slider__title a,
.slider__title a:hover{
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}
.slider__text {
  font-size: 13px;
  height: 32px;
  margin-bottom: 20px;
  opacity: .8;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -25px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  font-size: 0;
  width: 25px;
  height: 65px;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: .4;
  background-size: contain;
}

.owl-nav .owl-prev {
  margin-left: 5%;
  background: url(../images/icons/arrows_left.svg) no-repeat center center !important;
  float: left;
}

.owl-nav .owl-next {
  float: right;
  margin-right: 5%;
  background: url(../images/icons/arrows_right.svg) no-repeat center center !important;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  display: none;
}

.owl-nav > div:hover,
.slider__main .owl-nav > div {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  left: 50%;
  margin-top: -50px;
  padding-bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  vertical-align: middle;
  -webkit-border-radius: 5px/5px 5px 5px 5px;
  border-radius: 5px/5px 5px 5px 5px;
  background-color: #c7c5c5 !important;
  background-clip: padding-box;
}

.owl-dot.active {
  background-color: #e37121 !important;
}

.slider__main .owl-nav > div:hover {
  opacity: .5;
}

.n-list__top {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.n-list__sort {
  background: #f2f2f2;
}

.n-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.n-list__element {
  position: relative;
  display: inline-block;
  width: 23%;
  max-width: 100%;
  height: 220px;
  margin: 0 1% 30px;
  padding: 15px 20px;
  cursor: pointer;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #ebebeb;
}

.n-list__element:focus,
.n-list__element:hover,
.n-list__text:focus,
.n-list__text:hover {
  text-decoration: none;
}

.n-list__element:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
  width: 100%;
  height: 4px;
  content: '';
  background: #0d8f61;
}

.n-list__element:hover:after {
  display: block;
}

.n-list__element:hover > .n-list__text {
  color: #00905d;
}

.n-list__date,
.n-list__text {
  text-transform: uppercase;
  color: #333;
}

.n-list__date {
  margin-bottom: 9px;
  opacity: .5;
  font-size: 15px;
}

.n-list__text {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: .3px;
}

.n-list__show {
  position: absolute;
  right: 27px;
  bottom: 21px;
  width: 10px;
  height: 15px;
  cursor: pointer;
  background: red;
  background: url(../images/icons/arrow-right.svg) no-repeat center center;
  background-size: contain;
}

.sort__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sort__col {
  position: relative;
  padding: 0 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sort__drop {
  line-height: 42px;
  width: 100%;
  min-width: 135px;
  height: 45px;
  margin-top: 0;
  color: #a2a2a2;
}

.sort__drop .dropdown-toggle {
  display: inline-block;
  width: 100%;
  padding-left: 19px;
  cursor: pointer;
  text-align: left;
}

.sort__clear {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #a2a2a2;
}

.active-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .7px;
  color: #a2a2a2;
}

.caret,
.d-line {
  position: relative;
}

.caret {
  right: 15px;
  float: right;
  color: #a2a2a2;
  top: 19px;
}

.d-line {
  top: 50%;
  width: 15px;
  height: 1px;
  background: #000;
}

.sort__col .dropdown-menu {
  overflow: hidden;
  max-height: 165px;
  padding: 22px 2px;
  border: 1px solid #a2a2a2;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f2f2f2;
}

body .mCSB_dragger .mCSB_dragger_bar {
  width: 4px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #7f7f7f !important;
}

body .mCSB_scrollTools .mCSB_draggerRail {
  background: 0 0 !important;
}

.mCSB_draggerRail {
  background: #00f;
}

.sort__drop .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.dropdown-menu a {
  display: block;
  font-size: 15px;
  line-height: normal;
  margin-bottom: -2px;
  padding: 9px 18px;
  text-decoration: none;
  color: #333;
}

.dropdown-menu a:focus,
.dropdown-menu a:hover {
  color: #088657;
  background: #e6e6e6;
}

.head__wrapper {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.head__title {
  padding-top: 83px;
  padding-bottom: 77px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.head__title--detail {
  position: relative;
  line-height: normal;
  height: 360px;
  margin-bottom: 52px;
  padding-top: 0;
  text-align: left;
}

.head__title--detail .container {
  position: relative;
  overflow: hidden;
  height: 360px;
}

.head__text {
  font-size: 42px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
}

.head__breadcrumbs,
.head__date,
.head__name,
.news_detail .main__breadcrumbs {
  font-size: 12px;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #fff;
}

.head__date,
.head__name {
  margin-bottom: -3px;
}

.head__name {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 8px;
}

.head__fade,
.head__left,
.head__right {
  position: absolute;
  width: 54px;
  height: 54px;
  background-color: #212121;
}

.head__left {
  z-index: 9;
  top: 50%;
  left: 0;
  overflow: hidden;
  font-size: 13px;
  margin-top: -27px;
  padding-left: 54px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  white-space: nowrap;
  text-transform: uppercase;
}

.head__left span,
.head__right span {
  display: inline-block;
  font-size: 13px;
  padding-top: 12px;
  color: #39c45f;
}

.head__left:hover,
.head__right:hover {
  width: 167px;
}

.head__fade,
.head__right {
  right: 0;
}

.head__right {
  z-index: 9;
  overflow: hidden;
  font-size: 13px;
  margin-top: -27px;
  padding-right: 54px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: right;
  white-space: nowrap;
  text-transform: uppercase;
  top: 50%;
}

.head__fade {
  top: 0;
}

.head__breadcrumbs .breadcrumbs__decor,
.head__breadcrumbs .breadcrumbs__element,
.news_detail .main__breadcrumbs a,
.news_detail .main__breadcrumbs span {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
}

.head__breadcrumbs .breadcrumbs__decor {
  margin: 0 15px;
}

.head__breadcrumbs .breadcrumbs__element:focus,
.head__breadcrumbs .breadcrumbs__element:hover {
  color: #fff;
}

.compare {
  padding-right: 23px;
}

.like {
  padding-right: 64px;
}

.functions-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 61px;
  -webkit-align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-middle__btn {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.m-middle__btn span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 6px;
  background: #909090;
}

.m-middle__btn span:last-child {
  margin-bottom: none;
}

.att__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 53px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 12px;
  vertical-align: top;
}

.att__wrapper img {
  width: 68px;
}

.att__icon,
.att__text {
  display: table-cell;
  vertical-align: top;
}

.att__icon {
  padding-top: 7px;
  padding-right: 56px;
  text-align: right;
  width: 16%;
}

.att__text {
  font-size: 18px;
  width: 56%;
  padding-left: 17px;
  color: #333;
}

.att__text a {
  font-size: inherit;
}

.att__title {
  font-size: 21px;
  margin-bottom: 9px;
  text-transform: uppercase;
  color: #333;
}

.att__close {
  position: absolute;
  top: 22px;
  right: 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/icons/delete.svg) no-repeat center center;
}

.rss {
  padding-top: 62px;
  padding-bottom: 80px;
  border-top: 2px solid #ebeced;
  border-bottom: 2px solid #ebeced;
}

.rss__title {
  font-size: 24px;
  margin-bottom: 5px;
  padding: 0 15px;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: #333;
}

.rss__subtitle {
  font-size: 16px;
  margin-bottom: 46px;
  opacity: .8;
  color: #333;
}

.rss__form,
.rss__subtitle {
  padding: 0 15px;
  text-align: center;
}

.rss__text {
  width: 100%;
  max-width: 323px;
  height: 50px;
  margin-right: 20px;
  padding: 0 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.rss__text:focus {
  border: 1px solid #333;
  outline: 0;
}

.share__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
}

.social__share {
  max-width: 200px;
}

.social__share--full {
  max-width: 100%;
}

.social__share a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 12px 15px 0;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.icon-share__tw {
  color: #78cdf0;
}

.icon-share__tw:focus,
.icon-share__tw:hover {
  color: #fff;
  border-color: transparent;
  background: #78cdf0;
}

.icon-share__fb {
  color: #537bbd;
}

.icon-share__fb:focus,
.icon-share__fb:hover {
  color: #fff;
  border-color: transparent;
  background: #537bbd;
}

.icon-share__vk {
  color: #54779b;
}

.icon-share__vk:focus,
.icon-share__vk:hover {
  color: #fff;
  border-color: transparent;
  background: #54779b;
}

.icon-share__in {
  color: #2085c7;
}

.icon-share__in:focus,
.icon-share__in:hover {
  color: #fff;
  border-color: transparent;
  background: #2085c7;
}

.icon-share__gp {
  color: #eb5957;
}

.icon-share__gp:focus,
.icon-share__gp:hover {
  color: #fff;
  border-color: transparent;
  background: #eb5957;
}

.icon-share__mail,
.icon-share__print {
  color: #c3c3c3;
}

.social__share .icon-share__mail {
  position: relative;
  margin-left: 25px;
}

.social__share .icon-share__mail:after {
  position: absolute;
  top: 7px;
  left: -21px;
  width: 1px;
  height: 26px;
  content: '';
  background: #f4f4f4;
}

.icon-share__mail:focus,
.icon-share__mail:hover,
.icon-share__print:focus,
.icon-share__print:hover {
  color: #fff;
  border-color: transparent;
  background: #1dab7c;
}

.download {
  width: 100%;
  margin-bottom: 70px;
  border: 1px solid #ededed;
  background-color: #fff;
}

.download__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 21px;
  padding: 18px 30px;
  color: #333;
  background: #f3f3f3;
}

.download__list {
  padding: 30px;
}

.download__link {
  position: relative;
  display: block;
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 12px;
  text-decoration: none;
  color: #57c365;
}

.download__link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 24px;
  content: '';
  background-color: #57c365;
}

.mobile-show {
  display: none;
}

.dropdown.sort__drop {
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid #a2a2a2;
}

.dropdown.sort__drop.open {
  border: 1px solid #333;
}

.dropdown.sort__drop.open .caret {
  border-top: 0 dashed;
  border-bottom: 4px dashed;
}

.sort__drop .dropdown-menu {
  min-width: 135px;
  margin: -1px 0 0 -1px;
  padding: 12px 0;
  border: 1px solid #333;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.aside__menu + .main__content {
  display: table-cell;
  width: 78.125%;
}

.aside__menu,
.aside__menu + .main__content,
.main__content {
  padding: 49px 90px 75px;
  vertical-align: top;
}

.aside__menu {
  display: table-cell;
  width: 21.875%;
  padding: 52px 30px 55px 41px;
  background: #f2f2f2;
}

.d-menu__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 13px;
  margin: 0 0 17px;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #333;
}

.d-menu__list {
  margin: 0 0 42px;
  padding: 0;
  border-left: 3px solid #00aa7b;
}

.d-menu__element {
  display: block;
  margin: 0 0 15px;
  padding: 0 0 0 17px;
}

.d-menu__element.active .d-menu__link {
  text-decoration: none;
  color: #00aa7b;
}

.d-menu__element:last-child,
.deposit-list__undefined p:last-child,
.loyal-filter .atm__param-list li:last-child {
  margin-bottom: 0;
}

.d-menu__link {
  display: block;
  font-size: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  color: #333;
}

.d-adv__link.active,
.d-adv__link:focus,
.d-adv__link:hover,
.d-menu__link.active,
.d-menu__link:focus,
.d-menu__link:hover {
  text-decoration: none;
  color: #00aa7b;
}

.d-menu__hr {
  height: 1px;
  margin-top: 41px;
  margin-right: 10px;
  margin-bottom: 47px;
  background-color: #d9d9d9;
}

.d-adv__list {
  margin: 0 0 26px;
  padding: 0;
}

.d-adv__element {
  display: block;
  margin: 0 0 1px;
  padding: 0;
  list-style: none;
}

.d-adv__link {
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  opacity: .7;
  color: #333;
}

.d-faq {
  position: relative;
  top: -25px;
  margin-right: 5px;
  margin-left: -11px;
}

.d-faq__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #a4a4a4;
  position: relative;
}

.open .d-faq__active {
  background-image: url(../images/icons/arrowUp.svg);
}

.d-faq__active {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  height: 42px;
  cursor: pointer;
  color: #333;
  padding-right: 35px;
  background: url(../images/icons/arrowDown.svg) no-repeat 95% center;
  background-size: 14px 7px;
}
.d-faq__titleholder + .d-faq__title + .d-faq__active {
  height: auto;
  position: relative;
  overflow: visible;
}
.d-faq__titleholder + .d-faq__title + .d-faq__active:after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  left: 0;
  bottom: -10px;
  position: absolute;
}
.d-faq__list {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  max-height: 200px;
  margin: 0;
  padding: 30px 15px 25px 0;
  background: #fff;
}

.d-faq__link,
.d-faq__nav {
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.d-faq__nav {
  padding-top: 15px;
  padding-left: 11px;
}
.d-faq__nav,
.d-faq__title,
.d-faq__active {
  position: relative;
  z-index: 10;
}
.d-faq__nav.open {
  margin-bottom: 50px;
}
.d-faq__titleholder {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: white;
  position: absolute;
  z-index: 10;
}
.d-faq__link {
  display: block;
  font-size: 13px;
  padding-right: 30px;
  text-decoration: none;
  color: #333;
}

.d-faq__link.active {
  color: #333;
}

.d-faq__link:focus,
.d-faq__link:hover {
  text-decoration: none;
  color: #00aa7b;
}

.d-faq__link.active:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0d8f61;
  background-clip: padding-box;
}

.d-faq__tab {
  display: none;
}

.d-faq__tab.active {
  display: block;
}

.d-faq__element {
  line-height: 1.1;
  margin-bottom: 7px;
  padding-left: 11px;
}

.m-faq__list {
  margin: 0;
  padding: 0 0 0 20px;
}

.m-faq__link {
  font-size: 13px;
  text-decoration: none;
  opacity: .8;
  color: #333;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

.m-faq__link.active,
.m-faq__link:focus,
.m-faq__link:hover {
  text-decoration: none;
  color: #00aa7b;
}

.m-faq__btn {
  padding-top: 25px;
}

.m-faq__btn a {
  display: inline-block;
  float: none;
  margin-top: 0;
  vertical-align: top;
}

.main__breadcrumbs {
  position: relative;
  margin-bottom: 8px;
  margin-top: 10px;
  padding-right: 200px;
}

.main__breadcrumbs .breadcrumbs__decor,
.main__breadcrumbs .breadcrumbs__element {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  opacity: .8;
  color: #333;
}

.main__breadcrumbs .breadcrumbs__decor {
  margin: 0 19px;
}

.interest__title {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333;
}

.interest__link {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}

.interest__link:focus,
.interest__link:hover {
  text-decoration: none;
  border-bottom: 3px solid #8db60f;
}

.interest__img {
  height: 175px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.interest__content {
  padding: 25px 20px;
}

.interest__name {
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #333;
}

.interest__text {
  font-size: 16px;
  opacity: .8;
  color: #333;
}

.interest__bt {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 9px;
  height: 14px;
  background: red;
  background: url(../images/icons/arrow-right.svg) no-repeat center center;
  background-size: cover;
}

.top-article {
  margin-bottom: 50px;
}

.top-article__title {
  font-size: 23px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
}

.top-article__text {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: .6;
  color: #333;
}

.top-article__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-article__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 70%, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, #fff 100%);
}

.top-article__content,
.top-article__img {
  position: relative;
  width: 100%;
  height: 267px;
}

.accordion__custom h3,
.accordion__name h3,
.accordion__name--disabled h3,
.top-article__inner {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion {
  margin-bottom: 56px;
}

.accordion__name {
  cursor: pointer;
  background-image: url(../images/icons/arrowDown.svg);
}

.accordion__custom,
.accordion__name,
.accordion__name--disabled {
  position: relative;
  font-size: 18px;
  height: 120px;
  padding: 0 44px;
  -webkit-transition: all .4s;
  transition: all .4s;
  letter-spacing: 0;
  color: #333;
  border: 1px solid #e0e0e0;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 14px 9px;
}

.accordion__custom {
  cursor: pointer;
  background-image: url(../images/icons/arrowDown.svg);
}

.accordion__custom h3,
.accordion__name h3,
.accordion__name--disabled h3 {
  left: 44px;
  padding-right: 60px;
}
.accordion__custom .more__categories {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 18px;
  right: 90px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion__custom span,
.accordion__name span,
.accordion__name--disabled span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
  color: #333;
}

.accordion__custom span a,
.accordion__name span a,
.accordion__name--disabled span a {
  letter-spacing: .5px;
}

.accordion__custom:focus,
.accordion__custom:hover,
.accordion__name--disabled:focus,
.accordion__name--disabled:hover,
.accordion__name:focus,
.accordion__name:hover {
  color: #00aa7b;
  border-bottom-color: #00aa7b;
  background-image: url(../images/icons/garrowDown.svg);
}

.accordion__custom:focus > h3,
.accordion__custom:hover > h3,
.accordion__name--disabled:focus > h3,
.accordion__name--disabled:hover > h3,
.accordion__name:focus > h3,
.accordion__name:hover > h3 {
  color: #00aa7b;
  border-bottom-color: #00aa7b;
}

.accordion__name.open {
  background-image: url(../images/icons/garrowUp.svg);
}

.accordion__custom.open,
.accordion__name--disabled.open,
.accordion__name.open {
  background-color: #f2f2f2;
}

.accordion__custom.open {
  background-image: url(../images/icons/garrowUp.svg);
}

.accordion__name--disabled,
.accordion__name--disabled.open,
.accordion__name--disabled:hover {
  background: 0 0;
}

.accordion__name--disabled h3,
.accordion__name--disabled:hover h3 {
  color: #00aa7b;
}

.accordion__name--disabled {
  cursor: default;
  background-image: none;
}

.accordion__name--disabled.open {
  background-image: none;
}

.accordion__content,
.accordion__inner {
  display: none;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.accordion__content {
  padding: 56px 45px;
  border-bottom: 3px solid #00aa7b;
}

.faq-link.active {
  display: none;
}

.accordion__inner {
  position: absolute;
  z-index: 99;
  top: 77%;
  left: 0;
  width: 100%;
  padding-left: 116px;
  background: #fff;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 16px rgba(0, 0, 0, 0.1);
}

.accordion__inner p {
  margin-bottom: 20px;
}

.accordion__exit,
.accordion__faq {
  position: relative;
}

.accordion__exit {
  display: block;
  font-size: 18px;
  height: 120px;
  padding: 0 44px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  letter-spacing: 0;
  color: #333;
  border: 1px solid #e0e0e0;
}

.accordion__exit h3 {
  position: absolute;
  top: 50%;
  left: 44px;
  font-size: 18px;
  padding-left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #13955f;
  background: url(../images/icons/exit.png) no-repeat center left;
}

.accordion .accordion__custom h3 {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding-left: 72px;
  text-transform: uppercase;
  color: #00a97b;
  background: url(../images/icons/chat.svg) no-repeat center left;
}

.accordion .accordion__custom {
  position: relative;
  border-bottom: 2px solid #00aa7b;
  background-image: url(../images/icons/garrowDown.svg);
}

.accordion .accordion__custom:hover {
  background-color: #fff;
}

.accordion .accordion__custom.open {
  background-color: #fff;
  background-image: url(../images/icons/garrowUp.svg);
}

#asd_subscribe_res {
  position: relative;
  bottom: 35px;
  height: 0;
  text-align: center;
}

.warning {
  margin-bottom: 70px;
  padding: 40px 30px 46px 39px;
  border: 1px solid gray;
}

.warning__image {
  text-align: center;
}

.warning-field,
.warning-field ~ .input-group-addon {
  color: #eb1639 !important;
  border-color: #eb1639 !important;
}

.question .error,
.warning-text {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: .3px;
  color: #ef3f5b;
}

.mdl__notify b {
  color: #000;
}

.warning-text + .mdl-checkbox .calc__checkbox {
  top: 0;
}

.warning__marker {
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  width: auto;
  min-width: 120px;
  height: 34px;
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: .6px;
  color: #fff;
  -webkit-border-radius: 17px/17px 17px 17px 17px;
  border-radius: 17px/17px 17px 17px 17px;
  background-color: #e3514b;
  background-clip: padding-box;
}

.warning__text {
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  max-height: 105px;
  margin-bottom: 29px;
  color: #000;
}

.warning__text.open {
  height: auto;
  max-height: initial;
}

.accordion__content ol li a,
.accordion__content p a,
.accordion__content table a,
.accordion__content ul a,
.accordion__content ul li a,
.warning__text a {
  font-size: inherit;
}

.warning__btn {
  display: inline-block;
  font-size: 16px;
  padding-right: 33px;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #000;
  background-image: url(../images/icons/arrowDown.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 8px;
}

.warning__btn.open:focus,
.warning__btn:focus {
  text-decoration: none;
  color: #000;
}

.warning__btn:hover {
  text-decoration: none;
  color: #00a97b;
  background-image: url(../images/icons/green-arrow-open.svg);
}

.warning__btn.open {
  text-decoration: none;
  background-image: url(../images/icons/arrowUp.svg);
}

.warning__btn.open:hover {
  text-decoration: none;
  background-image: url(../images/icons/green-close.svg);
}

.mdl-checkbox {
  display: block;
}

.mdl-checkbox .calc__checkbox {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 0;
}

.mdl-checkbox .calc__checkbox span {
  font-size: 14px;
  letter-spacing: -.5px;
}

.mdl__btn-wrapper {
  float: right;
  margin-top: 24px;
}

.mdl__btn-wrapper .page-btn {
  min-width: 210px;
}

.buy__btn-wrapper {
  margin: 50px 0;
  text-align: center;
  opacity: 1;
}
.buy_button_green {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 43px;
  width: auto;
  height: 45px;
  padding: 0 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}


.buy__btn-wrapper .buy_button_green {
  min-width: 210px;
  background-color: #00a97b;
  border: 1px solid #00a97b;
}
.buy__btn-wrapper .buy_button_green:hover, .buy__btn-wrapper .buy_button_green:active {
      background-color: #fff;
      color: #00a97b;
}

.buy__btn-wrapper a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;

}
.buy__btn-wrapper a:hover {
  color: #00a97b;
}

.mdl__captcha-field,
.mdl__captcha-img {
  display: inline-block;
  width: 40%;
  vertical-align: bottom;
}

.mdl__captcha-field {
  width: 45%;
  vertical-align: middle;
}

.mdl__captcha-field p {
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.general {
  margin-bottom: 67px;
  padding-top: 32px;
}

.general__head {
  margin-bottom: 52px;
  padding-bottom: 63px;
  border-bottom: 4px solid #00a97b;
}

.general__list {
  margin-bottom: 45px;
  margin-left: 0;
  padding-left: 20px;
}

.general__list li {
  font-size: 18px;
  margin-bottom: 23px;
  color: #333;
}

.general__text {
  font-size: 18px;
  line-height: 27px;
  color: #333;
}

.general__number {
  padding-top: 6px;
  padding-left: 25px;
  text-align: center;
  white-space: nowrap;
}

.calc__nav a,
.general__number b,
.general__number span {
  display: inline-block;
  font-size: 28px;
  vertical-align: inherit;
  color: #00a97b;
}

.general__number b {
  font-size: 92px;
  line-height: 92px;
  margin: 0 12px;
  letter-spacing: 5px;
}

.general__number p {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #333;
}

.general__description {
  padding-left: 44px;
}

.general__description p {
  margin-bottom: 40px;
}

.calc__checkbox input,
.calc__radio input,
.calc__tab {
  display: none;
}

.calc__tab.active {
  display: block;
}

.calc__nav {
  margin-bottom: 45px;
}

.calc__nav a {
  font-size: 13px;
  margin-right: 28px;
  padding-bottom: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: .2px;
  text-transform: uppercase;
  opacity: .5;
  color: #333;
  border-bottom: 2px solid transparent;
}

.calc__nav a:focus,
.calc__nav a:hover {
  opacity: 1;
}

.calc__nav a.active {
  opacity: 1;
  border-bottom: 2px solid #00aa7b;
}

.calc__row {
  font-size: 0;
  margin-bottom: 60px;
}

.calc__col--md,
.calc__col--sm {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.calc__col--sm {
  padding-right: 30px;
  width: 33%;
}

.calc__col--sm h3 {
  font-size: 15px;
  margin: 3px 0 0;
  text-transform: uppercase;
  color: #333;
}

.calc__col--md {
  width: 67%;
}

.calc__text-field {
  font-size: 15px;
  width: 165px;
  height: 44px;
  margin-right: 18px;
  padding: 0 15px;
  text-align: right;
  color: #333;
  border: 1px solid #b2b2b2;
}

.calc__text-field.error {
  color: #eb1639 !important;
  border-color: #eb1639 !important;
}

.calc__text-field--sm {
  width: 63px;
  text-align: center;
}

.calc__text-field:focus {
  border: 1px solid #333;
  outline: 0;
}

.calc__radio {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333;
}

.calc__radio span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
}

.calc__radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.calc__radio input:checked + span:before {
  border: 1px solid #00a97b;
}

.calc__radio span:after {
  position: absolute;
  top: 7px;
  left: 7px;
  visibility: hidden;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00a97b;
}

.calc__radio input:checked + span:after {
  visibility: visible;
}

.calc__checkbox {
  margin-bottom: 40px;
}

.calc__checkbox span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  max-width: 200px;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
}

.calc__checkbox span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: border .4s;
  transition: border .4s;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.calc__checkbox input:checked + span:before {
  border: 1px solid #00a97b;
  background: url(../images/icons/checked.svg) no-repeat center center;
  background-size: 75%;
}

.calc__checkbox input:disabled + span:before {
  opacity: .4;
  border: 1px solid #00a97b;
  background: url(../images/icons/checked.svg) no-repeat center center;
  background-size: 75%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.calc__checkbox span:after {
  position: absolute;
  top: 7px;
  left: 7px;
  visibility: hidden;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #00a97b;
}

.calc__result {
  margin: 0 -45px;
  padding-top: 57px;
  padding-right: 45px;
  padding-left: 45px;
  border-top: 1px solid #e0e0e0;
}

.calc__range--wrapper {
  padding: 19px 0 0 11px;
}

.calc__val {
  width: 100%;
  max-width: 295px;
}

.calc__max,
.calc__min {
  float: right;
  font-size: 14px;
  margin-top: 5px;
  opacity: .5;
  color: #333;
}

.calc__min {
  float: left;
}

.calc__question {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00a97b;
}

.calc__question:hover {
  background: #333;
}

.calc__content--credits {
  padding: 30px;
  border: 1px solid #ebebeb;
}

.deposit-list__view2 .col-lg-4 {
  height: 290px;
}

.result__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  border-bottom: 2px dotted #e0e0e0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result__line span {
  z-index: 9;
  display: inline-block;
  font-size: 16px;
  margin-bottom: -6px;
  vertical-align: top;
  color: #9b9b9b;
  background: #fff;
}

.result__advanced {
  margin-top: 7px;
  margin-bottom: 67px;
}

.result__advanced strong {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  max-width: 320px;
  text-align: right;
  color: #9b9b9b;
}

.result__advanced strong span {
  color: #9b9b9b;
}

.result__footer {
  padding-top: 21px;
  text-align: right;
  border-top: 1px solid #e0e0e0;
}

.result__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 51px;
}

.result__head h5 {
  overflow: hidden;
  font-size: 16px;
  max-height: 34px;
  margin: 0;
  color: #333;
}

.result__head span {
  font-size: 28px;
  color: #00a97b;
}

.result__head span i,
.result__val i {
  font-style: normal;
}

.result__left,
.result__right {
  padding: 0 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.result__description {
  font-size: 14px;
  opacity: .5;
  color: #333;
}

.result__text {
  font-size: 15px;
  letter-spacing: .3px;
  color: #333;
}

.result__val {
  font-size: 24px;
  font-style: normal;
  white-space: nowrap;
  color: #333;
}

.result__val i {
  font-size: 15px;
}

.result__content {
  margin-bottom: 32px;
}

.result__group {
  margin-bottom: 22px;
  border-bottom: 1px solid #333;
}

.currency__table tbody tr:last-child,
.result__group:last-child {
  border: 0;
}

.slider.slider-horizontal,
.slider.slider-horizontal .slider-track {
  height: 2px;
}

.slider.slider-horizontal .slider-track {
  background: #b2b2b2;
  margin-top: 6px;
}

.slider.slider-horizontal {
  width: 100%;
  max-width: 295px;
  position: relative;
}

.slider-selection {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #00aa7b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider-handle {
  width: 16px;
  height: 16px;
  border: 2px solid #00aa7b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.slider.slider-horizontal:before {
  position: absolute;
  top: 7px;
  left: -9px;
  width: 14px;
  height: 2px;
  content: '';
  background: #00aa7b;
}

.slider.slider-horizontal:after {
  position: absolute;
  z-index: -1;
  top: 7px;
  right: -4px;
  width: 12px;
  height: 2px;
  content: '';
  background: #b2b2b2;
}

.faq-content > div,
.m-menu-close,
.shdw {
  display: none;
}

.operation__title {
  font-size: 13px;
  margin-bottom: 30px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #333;
}

.doc__wrapper {
  display: table;
  width: 100%;
  margin-bottom: 34px;
  vertical-align: middle;
}

.doc__detail,
.doc__icon {
  display: table-cell;
  vertical-align: middle;
}

.doc__icon {
  text-align: center;
  width: 12%;
}

.deposit-list__element:hover:after,
.doc__icon a,
.faq-content div.active {
  display: block;
}

.doc__icon span {
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  color: #999;
}

.doc__icon img {
  margin-bottom: 10px;
}

.doc__detail {
  width: 88%;
  padding-left: 27px;
}

.tariff__head {
  margin-bottom: 36px;
  padding-bottom: 34px;
  border-bottom: 1px solid #333;
}

.tariff__title {
  font-size: 15px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #333;
}

.tariff__row {
  margin-bottom: 35px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.tariff__name {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: -.1px;
  color: #333;
}

.tariff__detail,
.tariff__type {
  font-size: 16px;
  margin-bottom: 9px;
  color: #333;
}

.tariff__detail {
  margin-bottom: 10px;
}

.tariff__detail p {
  margin: 10px 0 0;
}

.tariff__detail p,
.tariff__info {
  font-size: 16px;
  color: gray;
}

.tariff__info p,
.tariff__info ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: gray;
}

.atm__nav a.active,
.atm__nav a:hover,
.tariff__info span {
  color: #333;
}

.atm-det-content .atm__param-list li,
.atm__param-list li label,
.tariff__info ul {
  margin-bottom: 0;
}

.conditions__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: -.1px;
  color: #333;
}

.conditions__inner-title {
  text-align: left;
  border-top: 1px solid #e3e3e3;
}

.conditions__inner-title td {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left !important;
  border-right: 0 !important;
}

.conditions__table {
  width: 100%;
}

.conditions__table tr td:first-child {
  border-right: 1px solid #e0e0e0;
}

.conditions__table td {
  font-size: 15px;
  padding: 15px;
  text-align: center;
  color: #333;
}

.conditions__table tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}

.conditions__head {
  border-bottom: 1px solid #e0e0e0;
}

.conditions__head td {
  width: 20%;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

.conditions__val {
  margin-bottom: 7px;
}

.conditions__val b {
  width: 88px;
}

.conditions__val b,
.conditions__val span {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  vertical-align: top;
  color: #7f7f7f;
}

.deposit-list__title {
  position: relative;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 39px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #333;
}

.deposit-list__title:before {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 35px;
  height: 2px;
  content: '';
  background: #333;
}

.deposit-list__more {
  display: inline-block;
  padding-right: 15px;
  text-decoration: none;
  letter-spacing: -.3px;
  text-transform: uppercase;
  background: url(../images/icons/showall.svg) no-repeat right 6px;
}

.deposit-list__element {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding: 40px 46px 42px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.deposit-list__element:focus,
.deposit-list__element:hover {
  text-decoration: none;
}

.deposit-list__element:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: none;
  width: 100%;
  height: 4px;
  content: '';
  background: #0d8f61;
}

.deposit-list__element-refresh {
  border-style: dashed;
}

.deposit-list__col {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  white-space: normal;
}

.deposit-list__info span {
  font-family: 'pnbold', 'Arial', sans-serif;
}

.deposit-list__info p {
  margin: 0 0 8px;
}

.deposit-list__info p,
.deposit-list__info span,
.deposit-list__param span {
  font-size: 15px;
  color: #333;
}

.deposit-list__param p {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 27px;
  color: #00aa7b;
}

.deposit-list__param p sub {
  bottom: 0;
  font-size: 15px;
  line-height: normal;
  vertical-align: baseline;
}

.deposit-list__control {
  margin-bottom: 30px;
}

.deposit-list__counter,
.deposit-list__show {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.deposit-list__counter {
  font-size: 21px;
  margin-right: 28px;
  padding-right: 28px;
  color: #333;
  border-right: 1px solid #e5e5e5;
}

.deposit-list__counter b,
.table-condensed thead tr th:hover span {
  color: #00aa7b;
}

.deposit-list__show {
  text-decoration: none;
}

.deposit-list__undefined {
  width: 100%;
  max-width: 459px;
  margin: 0 auto;
  padding: 77px 0 77px 87px;
  background: url(../images/icons/undefined.png) no-repeat left 82px;
}

.deposit-list__undefined p {
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.deposit-list__month {
  font-size: 15px;
  margin-bottom: 2px;
  letter-spacing: .3px;
  color: #333;
}

.deposit-list__percent {
  font-size: 15px;
  color: #00a97b;
}

.deposit-list__percent span {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 36px;
  color: #00a97b;
}

.deposit-list__smore {
  position: absolute;
  right: -11px;
  bottom: 16px;
  width: 9px;
  height: 14px;
  background: url(../images/icons/arrow-right.svg) no-repeat center center;
}

.deposit-list__refresh {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 14px;
  width: auto;
  padding-left: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a97b;
  background: url(../images/icons/refresh.svg) no-repeat left center;
}

.calculator-refresh,
.show-table__control {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.calculator-refresh {
  float: left;
  padding-left: 20px;
  vertical-align: top;
  text-decoration: none;
  background: url(../images/icons/refresh-new.svg) no-repeat left center;
  margin-top: 11px;
}

.deposit-list__view2 .deposit-list__element {
  position: relative;
  min-height: 260px;
  margin-bottom: 30px;
  padding-top: 33px;
  padding-bottom: 22px;
  padding-left: 35px;
}

.deposit-list__view2 .deposit-list__col {
  display: block;
  padding-right: 0;
}

.deposit-list__view2 .deposit-list__title {
  font-size: 21px;
  line-height: 25px;
  margin-right: -30px;
  margin-bottom: 54px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.deposit-list__view2 .deposit-list__title:before {
  bottom: -25px;
}

.show-table__control {
  position: relative;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #00a97b;
}

.atm__search a:after,
.show-table__control:after {
  position: absolute;
  top: 0;
  right: -19px;
  width: 9px;
  height: 6px;
  margin-top: 6px;
  margin-left: 10px;
  content: '';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/icons/green-close.svg) no-repeat center center;
  background-size: contain;
}

.show-table__control.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion__content sub {
  bottom: .75em;
  color: #00aa7b;
}

.p-trigger,
.p-trigger__title {
  margin-bottom: 30px;
}

.p-trigger__title {
  font-size: 25px;
  padding-bottom: 19px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #353535;
  border-bottom: 1px solid #e0e0e0;
}

.p-trigger__title span {
  position: relative;
  top: -4px;
  display: inline-block;
  font-size: 14px;
  margin-left: 17px;
  padding-right: 13px;
  cursor: pointer;
  vertical-align: bottom;
  color: #00aa7b;
  background-image: url(../images/icons/green-close.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11%;
}

.p-trigger__title span.active {
  background-image: url(../images/icons/green-arrow-open.svg);
}

.p-trigger__content {
  margin: 0 -5px 35px;
}

.p-trigger__element {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 15px;
  padding: 7px 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background: #b3b3b3;
}

.p-trigger__element.active,
.p-trigger__element.active:hover {
  background: #00aa7b;
}
.p-trigger__element:hover {
  text-decoration: none;
  color: #fff;
  background: #666;
}

.p-trigger__element:focus {
  text-decoration: none;
  color: #fff;
  background: #00aa7b;
}

.currency__table tbody tr,
.offer__list .offer__element {
  border-bottom: 1px solid #e0e0e0;
}

.offer__element {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 45px;
  border-bottom: 2px solid #00aa7b;
}

.offer__element:last-child {
  border-bottom: 0;
}

.offer__detail,
.offer__img {
  display: table-cell;
  vertical-align: top;
}

.offer__img {
  font-size: 24px;
  width: 30%;
  color: #333;
}

.offer__img > span,
.offer__more {
  display: inline-block;
  text-transform: uppercase;
}

.offer__img > span {
  font-size: 24px;
  vertical-align: top;
  color: #333;
}

.offer__img .general__number {
  text-align: center !important;
}

.offer__img .general__number p {
  display: block !important;
  text-transform: lowercase;
}

.offer__detail {
  width: 70%;
  padding-left: 50px;
}

.offer__more {
  padding-right: 15px;
  text-decoration: none;
  letter-spacing: -.3px;
  background: url(../images/icons/showall.svg) no-repeat right 6px;
}

.offer__title {
  font-size: 28px;
  margin-bottom: 13px;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #333;
}

.offer__content {
  font-size: 18px;
  margin-bottom: 26px;
  opacity: .8;
  color: #333;
}

.currency__full a,
.offer__content a {
  font-size: inherit;
}

.offer__element--border {
  margin-bottom: 0;
  padding: 56px 42px;
  border: 1px solid #e6e6e6;
}

.offer__element--border .offer__title {
  font-size: 20px;
}

.offer__element--border .offer__content {
  font-size: 16px;
}

.mdl__head {
  position: relative;
  margin-bottom: 0;
}

.mdl__head:after {
  position: absolute;
  bottom: 33px;
  left: 15px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  content: '';
  background: #e6e6e6;
}

.mdl__notify {
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin-top: 9px;
  color: #7a7a7a;
}

.mdl__title {
  font-size: 24px;
  margin-bottom: 21px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #333;
}

.mdl__wrapper {
  margin-bottom: 70px;
  padding: 42px 45px;
  border: 1px solid #e0e0e0;
}

.mdl__wrapper p {
  min-height: 93px;
  margin-bottom: 53px;
}

.form_feedback input[type=text],
.form_feedback select,
.mdl__text-field {
  display: block;
  font-size: 15px;
  width: 100%;
  height: 44px;
  margin-right: 18px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #b2b2b2;
  background: 0 0;
}

.form_feedback input[type=text]:focus,
.mdl__text-field:focus {
  opacity: 1;
  border: 1px solid #333;
  outline: 0;
}

.form_feedback textarea,
.mdl__text-area {
  width: 100%;
  padding: 15px;
  resize: none;
  color: #333;
  border: 1px solid #b2b2b2;
}

.atm__time input:focus,
.form_feedback textarea:focus,
.mdl__text-area:focus {
  border: 1px solid #333;
  outline: 0;
}

.form_feedback .calc__checkbox span {
  max-width: 100%;
}

.faq-link,
.mdl__name,
.mdl__name sub {
  display: inline-block;
  color: #333;
}

.mdl__name {
  margin-bottom: 0;
  vertical-align: top;
  white-space: nowrap;
  font-size: 13px;
}
form .mdl__name {
  width: 100%;
}
.mdl__name sub {
  right: -4px;
  bottom: -9px;
  font-size: 12px;
  vertical-align: top;
  color: #ec1d3f;
}
.mdl__name sub.message {
  right: 4px;
}
.faq-link {
  font-size: 18px;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.faq-link.active,
.faq-link:focus,
.faq-link:hover {
  text-decoration: none;
  color: #00a97b;
}

.currency__name {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  vertical-align: top;
  color: #333;
}

.currency__full {
  margin-bottom: 45px;
}

.currency__datepick {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin-bottom: 30px;
}

.currency__wrapper {
  margin-bottom: 55px;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
}

.currency__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.currency__table {
  width: 100%;
}

.currency__table thead {
  text-transform: uppercase;
  border-bottom: 1px solid gray;
}

.currency__table thead td {
  font-size: 15px;
  padding-bottom: 30px;
  text-align: right;
  color: #333;
}

.currency__table thead td:first-child {
  text-align: left;
}

.currency__table thead td:last-child {
  padding-right: 15px;
}

.currency__table tbody tr td {
  font-size: 15px;
  padding: 30px 0;
  text-align: right;
  color: #333;
}

.currency__table tbody tr td i {
  font-style: normal;
  color: #999;
}

.currency__table tbody tr td i.i-down,
.currency__table tbody tr td i.i-up {
  width: 10px;
  height: 10px;
  margin-right: -15px;
  margin-left: 5px;
}

.currency__table tbody tr:last-child td {
  padding-bottom: 0;
}

.currency__table tbody tr td:last-child {
  padding-right: 15px;
}

.currency__table tbody tr td:first-child {
  text-align: left;
}

.atm__nav {
  margin-bottom: 7px;
}

.subway {
  margin-bottom: 26px;
}

.atm__nav a,
.atm_n {
  display: inline-block;
}

.atm__nav a {
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: color .4s;
  transition: color .4s;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  color: #b9b9b9;
}

.atm__title {
  font-size: 32px;
  margin-bottom: 49px;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #343434;
}

.atm_n {
  font-size: inherit;
  white-space: nowrap;
}

.atm__tab {
  display: none;
}

.atm__tab.active {
  display: block;
}

.atm__wrapper {
  width: 100%;
  max-width: 1200px;
  min-height: 290px;
  margin: 0 auto 75px;
  padding: 31px 56px;
  border: 1px solid #e0e0e0;
}

.atm__name {
  font-size: 15px;
  text-transform: uppercase;
  color: #2e2e2e;
}

.atm__text-field {
  display: block;
  font-size: 15px;
  width: 100%;
  height: 46px;
  margin-right: 18px;
  padding: 0 15px;
  color: #333;
  border: 1px solid #b2b2b2;
}

.atm__text-field:focus {
  opacity: 1;
  border: 1px solid #333;
  outline: 0;
}

.atm__exmpl {
  margin-top: 7px;
  margin-bottom: 9px;
}

.atm__exmpl a,
.atm__exmpl span {
  font-size: 15px;
  color: #b4b4b4;
}

.atm__exmpl a {
  display: inline-block;
  line-height: 14px;
  cursor: pointer;
  text-decoration: none;
  color: #7f7f7f;
  border-bottom: 1px dashed #b4b4b4;
}

input[name=brunch_number] + .atm__exmpl a {
  cursor: default;
  border-bottom: none;
}

.atm__exmpl a:hover {
  opacity: .8;
  border-color: transparent;
}

.atm__full-search {
  display: none;
  margin-bottom: 30px;
}

.atm__param-list {
  padding: 0;
}

.atm__param-list li,
.notice-list li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.atm__accordion-title {
  font-size: 15px;
  margin-bottom: 35px;
  cursor: pointer;
  text-transform: uppercase;
  color: #323232;
  background-image: url(../images/icons/arrowDown.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

.atm__accordion-title.active {
  background-image: url(../images/icons/arrowUp.svg);
}

.atm__accordion-content {
  display: none;
  margin-top: -20px;
}

.atm__accordion-content b,
.timeset-content b {
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: .7px;
}

.atm__line {
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  background: #e0e0e0;
}

.atm__show-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.atm__show-result {
  float: left;
}

.atm__show-type {
  float: right;
  line-height: 25px;
pointer-events: all;
}

.atm__show-option {
  margin-bottom: 70px;
}

.atm__show-option span {
  font-size: 15px;
  margin-right: 40px;
  color: #333;
}

.atm__exmpl a,
.atm__show-option img {
  margin-right: 5px;
  vertical-align: middle;
}

.atm__show-option span,
.atm__time input,
.atm__time span {
  display: inline-block;
  vertical-align: middle;
}

.atm__time span {
  font-size: 15px;
  color: #333;
}

.atm__time input {
  width: 63px;
  height: 42px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #b2b2b2;
}

.atm__search a,
.atm__show-result > a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.atm__search a {
  position: relative;
  margin-top: 25px;
  margin-bottom: 21px;
  cursor: pointer;
  letter-spacing: .6px;
  font-size: 14px;
  color: #00a97b;
}

.atm__search a.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#map {
  width: 100%;
  height: 530px;
  margin-bottom: 20px;
}

.show-map #map {
  margin-top: -20px;
}

#map img {
  max-width: auto;
  max-height: auto;
}

#map * {
  line-height: normal;
}

.timeset-content {
  display: none;
  padding-left: 30px;
}

.notice-container {
  min-width: 290px;
  padding: 25px 20px;
}

#notice-content {
  overflow: hidden;
  min-width: 290px;
  padding-bottom: 85px;
}

#notice-content .notice-link {
  display: block;
  font-size: 14px;
  line-height: 71px;
  width: 100%;
  height: 71px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #00a97b;
}

.notice-title {
  font-size: 17px;
  max-width: 300px;
  text-transform: uppercase;
  color: #333;
}

.notice-hr {
  margin: 0 0 25px;
}

.notice-sm-title {
  font-size: 13px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #343434;
}

.notice-text {
  font-size: 13px;
  margin: 0 0 3px;
  color: #333;
}

.notice-text span {
  display: inline-block;
  font-size: 13px;
  min-width: 75px;
  text-align: right;
  color: gray;
}

.notice-wrapper {
  margin-bottom: 15px;
}

.gm-style-iw {
  top: 0 !important;
  left: 0 !important;
}

.gm-style-iw > div {
  display: block !important;
  max-width: inherit !important;
  max-height: inherit !important;
}

.notice-list {
  margin: 5px 0 0;
  padding: 0;
}

.notice-list li {
  margin: 0 0 5px;
}

.notice-list li p i {
  display: inline-block;
  font-style: normal;
  min-width: 32px;
  margin-right: 10px;
  vertical-align: top;
}

.show-list,
.show-map {
  display: none;
}

.show-list.active,
.show-map.active {
  display: block;
}

.show-style {
  margin-top: 7px;
  padding-top: 27px;
}

.atm__show-result {
  line-height: 25px;
}

.show-style.show-list.active {
  border-top: 2px solid #000;
}
.show-style img {
  max-height: none;
}
.atm__show-result,
.atm__show-result > span {
  font-size: 18px;
  color: #333;
}

.atm__show-result > a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.atm__show-result > a > span {
  color: #d9d9d9;
}

.atm__show-result > a.active,
.atm__show-result > a:hover {
  color: #333;
}

.atm__show-result > a.active > span,
.atm__show-result > a:hover > span {
  color: #1d9c5f;
}

.atm__show-result > a:last-child {
  border-right: 0;
}

.atm__show-type a {
  position: relative;
  font-size: 15px;
  margin-left: 29px;
  text-decoration: none;
  opacity: .5;
  color: #333;
}

.atm__show-type a.active {
  opacity: 1;
}

.atm__show-type span {
  display: inline-block;
  width: 1px;
  height: 21px;
  margin-left: 25px;
  content: '';
  vertical-align: middle;
  opacity: 1;
  background: #e0e0e0;
}

.atm__show-option img {
  display: inline-block !important;
  padding-left: 0;
}

.atm-map {
  padding-left: 24px;
  background: url(../images/icons/map.png) no-repeat center left;
}

.atm-list {
  padding-left: 24px;
  background: url(../images/icons/list.png) no-repeat center left;
}

.loyal {
  margin-top: 85px;
  padding-bottom: 45px;
}

.attentionGrey {
  background: #f7f7f7;
}

.attentionGrey .attention {
  position: relative;
}

.attentionGrey .attention .att__wrapper {
  position: static;
  max-width: 1200px;
  margin: 0 auto;
}

.atm {
  margin-top: 65px;
}

.atm__table {
  display: none;
  width: 100%;
  margin-bottom: 50px;
  vertical-align: top;
}

.atm__table.active {
  display: table;
}

.atm__table tbody,
.atm__table thead {
  border-bottom: 1px solid #d6d6d6;
}

.atm__table thead td {
  padding-right: 7px;
  padding-bottom: 23px;
  padding-left: 7px;
}

.atm__table thead td i {
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  color: #323232;
}

.atm__table thead td:first-child {
  padding-left: 0;
}

.atm__table tbody tr:first-child td {
  padding-top: 30px;
}

.atm__table tbody tr:last-child td {
  padding-bottom: 30px;
}

.atm__table tbody td {
  padding: 15px 7px;
  vertical-align: top;
}

.atm__table tbody td a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.atm__table tbody td p {
  font-size: 15px;
  margin-bottom: 0;
  color: #323232;
}

.atm__table tbody td span.phonenum_code {
  display: inline;
}

.atm__table tbody td span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
}

.atm__table tbody td:first-child {
  padding-left: 0;
  vertical-align: top;
}

.atm__table tbody td:first-child p {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  color: #323232;
}

.atm__table tbody td:first-child span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #323232;
}

.atm__table tbody tr td:last-child {
  width: 130px;
}

.atm-map-detail {
  margin-bottom: 85px !important;
}

.atm-det-adress,
.atm-det-adv {
  position: relative;
}

.atm-det-adress:before {
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 95%;
  content: '';
  background: #e3e3e3;
}

.atm-det-adv {
  min-height: 175px;
  margin-left: 54px;
}

.atm-det-adv img {
  max-width: 100%;
  margin-bottom: 30px;
}

.atm-det-adv .col-md-9 {
  padding-left: 0;
}

.atm-det-adv .atm-text {
  margin-bottom: 0;
}

.atm-det-adv .atm-text.atm-icon {
  margin-bottom: 15px;
}

.atm-det-adv .atm-text.atm-icon a {
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
}

.atm-title-custom {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333;
}

.atm-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.atm__param-list .atm-text {
  white-space: nowrap;
}

.atm-text span {
  display: block;
  font-size: 14px;
  white-space: normal;
  color: gray;
}

.atm-back {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding-left: 30px;
  text-transform: uppercase;
  opacity: .8;
  color: #9f9f9f;
  background: url(../images/icons/back.png) no-repeat 0 4px;
}

.atm__table-custom {
  margin-bottom: 40px;
}

.atm__table-custom tbody tr td:last-child,
.atm__table-custom thead td:last-child {
  text-align: right;
}

.atm__table-custom thead td:first-child {
  padding-left: 0;
}

.atm__table-custom tbody td:nth-child(3) {
  width: 320px;
}

.atm__clear-filter {
  display: none;
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  margin-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a97b;
}

.under-text {
  display: block;
  font-size: 12px;
  font-style: normal;
  max-width: 280px;
  margin-top: 7px;
  opacity: .6;
  color: #333;
}

.tag-gold,
.tag-plat,
.tag-silver {
  display: inline-block;
  margin: 0 15px 25px;
  text-align: center;
  vertical-align: top;
}

.tag-gold i,
.tag-plat i,
.tag-silver i {
  display: block;
  font-style: normal;
  line-height: 51px;
  width: 51px;
  height: 51px;
  margin: 0 auto 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tag-silver i {
  border: 1px solid #d7d7d7;
}

.tag-gold i {
  color: #fff;
  background: #cdae7d;
}

.tag-plat i {
  color: #fff;
  background: #a6a8ac;
}

.tag-gold span,
.tag-plat span,
.tag-silver span {
  font-size: 10px;
  opacity: .6;
  color: #343434;
}

.atm .main__title {
  position: relative;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 55px;
  padding-right: 42%;
}

.atm .main__title img {
  display: inline-block;
  /*max-width: 40px;*/
  /*max-height: 40px;*/
  max-width: 100%;
  vertical-align: middle;
}

.atm .main__title:after {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 75px;
  height: 2px;
  content: '';
  background: #00aa7b;
}

.atm-det-content .col-lg-7 {
  margin-bottom: 20px;
}

.atm-map-detail {
  margin-top: 65px;
}

.atm-icon {
  padding-left: 25px;
  background: url(../images/icons/term.png) no-repeat left 5px;
}

.calc__operation .calc__checkbox {
  display: block;
}

.calc__question + .tooltip.top .tooltip-inner {
  font-size: 12px;
  width: 300px;
  max-width: 300px;
  padding: 15px;
  text-align: left;
  color: #333;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.calc__question + .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}

.calc__question + .tooltip.in {
  width: 300px;
  max-width: 300px;
  opacity: 1;
}

.sc__wrapper {
  padding-top: 128px;
  padding-bottom: 128px;
}

.sc__save {
  margin-bottom: 30px;
}

.sc__save a {
  text-decoration: none;
  text-transform: uppercase;
}

.middle__sm b a:focus,
.middle__sm b a:hover,
.sc__save a:focus,
.sc__save a:hover {
  text-decoration: underline;
}

.sc__good-result {
  font-size: 13px;
  margin-bottom: 6px;
  opacity: .8;
  color: #333;
}

.sc__clear {
  display: inline-block;
  font-size: 13px;
  margin-left: 30px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .7;
  color: #333;
}

.sc__clear:focus,
.sc__clear:hover {
  text-decoration: underline;
  color: #333;
}

.sc__text {
  font-size: 15px;
  margin-bottom: 25px;
  opacity: .8;
  color: #333;
}

.sc__checkbox {
  margin-bottom: 20px;
}

.sc__checkbox span {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 18px;
  color: #333;
}

.sc__subscribe {
  position: relative;
  margin-bottom: 45px;
  padding-left: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.sc__fade {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #fff;
}

.sc__lang label {
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}

.sc__wrapper ul {
  padding-left: 20px;
}

.manager {
  margin-bottom: 50px;
}

.manager__img {
  width: 195px;
  padding-right: 30px;
}

.manager__img,
.manager__info {
  display: inline-block;
  vertical-align: top;
}

.manager__title {
  font-size: 18px;
  margin-bottom: 17px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #333;
}

.manager__name {
  font-size: 18px;
  margin-bottom: 7px;
  color: #333;
}

.manager__contact a,
.manager__contact b {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  color: #333;
}

.manager__contact b {
  font-family: 'pnbold', 'Arial', sans-serif;
  width: 60px;
}

.manager__contact a {
  text-decoration: none;
}

.manager__contact a:hover {
  text-decoration: underline;
}

.manager__contact {
  margin-bottom: 3px;
}

.manager__info .announce__more {
  display: inline-block;
  float: none;
  margin-top: 15px;
}

.calculator .col-lg-8.col-md-7.col-sm-7 {
  position: relative;
}

.calc__content .col-lg-8.col-md-7.col-sm-7:first-child:after {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1px;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  content: '';
  background: #e5e5e5;
}

.calc__content .calculator .col-lg-8.col-md-7.col-sm-7:first-child:after {
  height: 73%;
}

.rest__balance {
  font-size: 14px;
  font-weight: 500;
}

.faq-section .calc__content--credits {
  padding: 0 !important;
  border: 0;
}

.currency__datepick input {
  display: inline-block !important;
  max-width: 235px;
  height: 44px;
  vertical-align: top;
  border: 1px solid #b2b2b2;
  border-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.currency__datepick input:focus {
  border: 1px solid #b2b2b2;
  border-right: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.currency__datepick .input-group-addon {
  display: inline-block !important;
  height: 44px;
  vertical-align: top;
  border: 1px solid #b2b2b2;
  border-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

.input-group {
  display: block;
  width: 100%;
}

.table-condensed tbody tr td,
.table-condensed thead tr th {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  width: 40px;
  height: 40px;
  color: #333;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 24em;
}

.table-condensed tbody tr,
.table-condensed thead tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.table-condensed thead tr {
  color: #fff;
  background: #00aa7b;
  height: 40px;
}

.table-condensed thead tr .glyphicon {
  top: 4px;
  color: #fff;
}

.table-condensed tbody tr {
  height: 50px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td:hover {
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00aa7b;
  text-shadow: 0;
}

.table-condensed tbody {
  display: block;
  padding-top: 5px;
}

.table-condensed thead tr .picker-switch {
  text-transform: uppercase;
  color: #fff;
}

.table-condensed thead tr .picker-switch:hover {
  color: #00aa7b;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

.table-condensed thead tr:first-child {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.table-condensed thead tr:last-child {
  font-weight: 400;
  text-transform: uppercase;
  color: #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  background: #fff;
}

.table-condensed thead tr:last-child th {
  color: #b2b2b2;
}

.bootstrap-datetimepicker-widget .datepicker-decades table td span:hover,
.table-condensed thead tr th {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#cardlist .modal-dialog,
.table-condensed thead tr .next:hover,
.table-condensed thead tr .prev:hover {
  background: #fff;
}

.bootstrap-datetimepicker-widget table td.day {
  line-height: 24px;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00aa7b;
}

.bootstrap-datetimepicker-widget table td.active.today:before,
.bootstrap-datetimepicker-widget table td.today:before,
.type-sale input {
  display: none;
}

.picker-switch.accordion-toggle {
  height: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #00aa7b;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  color: #00aa7b;
  background: #fff;
}

.bootstrap-datetimepicker-widget .datepicker-decades tr,
.bootstrap-datetimepicker-widget .datepicker-months tr,
.bootstrap-datetimepicker-widget .datepicker-years tr {
  width: 100%;
  height: auto;
}

.bootstrap-datetimepicker-widget .datepicker-decades td,
.bootstrap-datetimepicker-widget .datepicker-months td,
.bootstrap-datetimepicker-widget .datepicker-years td {
  display: block;
  width: 100%;
  height: auto;
}

.bootstrap-datetimepicker-widget .datepicker-years td {
  background: 0 0 !important;
}

.bootstrap-datetimepicker-widget .datepicker-months td span.active,
.bootstrap-datetimepicker-widget .datepicker-years td span.active,
.bootstrap-datetimepicker-widget table td span:hover {
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #00aa7b;
  text-shadow: 0;
}

.bootstrap-datetimepicker-widget .datepicker-decades td span.active {
  color: #fff;
  background-color: #00aa7b;
  text-shadow: 0;
  line-height: 54px !important;
  width: 30%;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget .datepicker-decades thead tr,
.bootstrap-datetimepicker-widget .datepicker-decades thead tr .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-months thead tr,
.bootstrap-datetimepicker-widget .datepicker-months thead tr .picker-switch,
.bootstrap-datetimepicker-widget .datepicker-years thead tr,
.bootstrap-datetimepicker-widget .datepicker-years thead tr .picker-switch {
  color: #fff;
  background: #00aa7b;
}

.datepicker-decades td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bootstrap-datetimepicker-widget .datepicker-decades td span.decade {
  overflow: hidden;
  font-size: 12px;
  line-height: 54px !important;
  width: 30%;
}

.datepicker-decades td,
.datepicker-decades td:hover,
.datepicker-months td,
.datepicker-months td:hover {
  background: 0 0 !important;
}

.datepicker .picker-switch:hover {
  color: #00aa7b;
  background: #fff;
}

.bootstrap-datetimepicker-widget table td span:hover {
  text-shadow: none;
}

.input-group-addon {
  position: relative;
  width: 44px;
}

.input-group-addon img {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 15px;
  height: 16px;
  margin-top: -8px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bootstrap-datetimepicker-widget + .input-group-addon > img,
.input-group-addon:hover > img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.atm__table table {
  width: 100%;
  margin-bottom: 30px;
}

.atm__table-custom tr {
  vertical-align: middle;
}

.atm__table-custom tbody tr:hover {
  background: #f2f2f2;
}

.atm__table-custom tbody tr td:last-child {
  width: 150px;
}

.type-sale,
.type-sale span {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.type-sale {
  margin-right: 15px;
  padding-left: 16px;
  cursor: pointer;
  color: #333;
}

.type-sale span {
  position: relative;
  opacity: .7;
  color: #c8c8c8 !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.type-sale span:before {
  position: absolute;
  top: 5px;
  left: -16px;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.type__white span:before {
  border: 1px solid #9e9e9e;
  background: #fff;
}

.type__gold input:checked + span,
.type__silver input:checked + span,
.type__white input:checked + span {
  opacity: 1;
  color: #333 !important;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.type__silver span:before {
  background: #a5a7ab;
}

.type__gold span:before {
  background: #cdaf7d;
}

.type-sale:last-child {
  margin-right: 0;
}

.atm-img-side {
  text-align: right;
}

.title-short-link {
  font-size: 14px;
  line-height: normal;
  height: auto;
  margin-top: 6px;
}

.title-short-link a,
.title-short-link span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-transform: none;
}

.title-short-link a {
  margin-right: 15px;
  text-decoration: none;
}

.title-short-link span {
  position: relative;
  padding-left: 17px;
  color: #333;
}

.title-short-link span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a3a3a3;
}

.banner-sm {
  width: 28%;
}

.banner-md {
  width: 44%;
}

.banner-lg {
  width: 56%;
}

.loyal-banner-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.loyal-banner-element {
  position: relative;
  height: 200px;
  margin-bottom: 16px;
  padding: 0 8px;
}

.loyal-banner-element span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.logo-side {
  position: absolute;
  bottom: 10px;
  left: 16px;
  width: 100px;
  height: 50px;
  text-align: center;
 /* background: #fff; MS(c)*/
}

.logo-side img {
  max-width: 100%;
  max-height: 100%;
}

.percent-side {
  position: absolute;
  right: 16px;
  bottom: 22px;
  font-size: 36px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
  color: #fff;
}
#loyal-table {
	display:none
}

.loyal-table {
  /*display:none;*/
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
}

.loyal-table .percent {
  width: 210px;
  padding-right: 15px;
}

.loyal-table .atm__table-custom tbody tr td:last-child {
  width: 250px;
}

.loyal-table .atm__table-custom tbody tr td:first-child img {
  max-width: 130px;
  margin: 0;
  padding-right: 15px;
  padding-left: 0;
}

.loyal-table .atm__table-custom tbody tr td:nth-child(2) {
  width: 230px;
}

.loyal-table .atm__table-custom tbody tr td:nth-child(3) {
  width: 160px;
}

.loyal-table .atm__table-custom tbody tr td:first-child {
  width: 190px;
}

.loyal-table .atm__table-custom thead tr td:nth-child(4) {
  min-width: 60px;
}

.loyal-table-title {
  font-size: 18px;
  margin-bottom: 27px;
  padding-bottom: 24px;
  color: #333;
  border-bottom: 2px solid #333;
}

.loyal-table-search {
  position: relative;
  top: -10px;
  float: right;
}

.loyal-table-search input[type=text] {
  display: inline-block;
  width: 290px;
  height: 44px;
  padding: 0 15px;
  vertical-align: top;
  border: 1px solid #b2b2b2;
  border-right: 0;
}

.loyal-table-search input[type=submit]:focus,
.loyal-table-search input[type=text]:focus,
.modal-dialog button:focus {
  outline: 0;
}

.loyal-table-search input[type=submit] {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 44px;
  border: 1px solid #b2b2b2;
  border-left: 0;
  background: 0 0;
}

.loyal-table-search i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  font-size: 18px;
  margin-top: -9px;
}

.loyal-partner {
  margin-bottom: 70px;
}

.loyal-text-wrapper {
  margin-bottom: 40px;
}

.loyal-bottom-banner {
  margin-bottom: 55px;
  text-align: center;
}

.loyal-bottom-banner a,
.loyal-table-search input[type=submit] {
  display: inline-block;
  vertical-align: top;
}

.calc__col--md .result__description {
  margin-top: 3px;
}

.loyal-filter > .row {
  margin-bottom: 34px;
}

.loyal-filter .atm__line {
  margin: 0;
}

.atm__clear-gray {
  float: right;
  font-size: 12px;
  margin-top: 14px;
  opacity: .5;
  color: #333;
}

.atm__clear-gray:hover {
  opacity: 1;
}

.modal-lvl-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-dialog {
  width: 100%;
  max-width: 820px;
  padding: 60px 80px;
}

.modal-lvl-name,
.modal-title {
  text-transform: uppercase;
  color: #333;
}

.modal-title {
  padding-bottom: 45px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 28px;
  margin-bottom: 50px;
}

.modal-lvl-name {
  font-size: 15px;
  margin-bottom: 30px;
}

.modal-lvl-element {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
}

.modal-lvl-element:hover {
  opacity: .8;
}

.loyal-table table td {
  vertical-align: middle !important;
}

.loyal-table .atm__table-custom tbody tr td:last-child,
.loyal-table .atm__table-custom thead td:last-child {
  text-align: left;
}

.loyal-table .table-center {
  padding-right: 15px;
}

.shortinfo__wrapper--faq .page-btn {
  background: 0 0;
}

.shortinfo__wrapper--faq .page-btn:hover {
  text-decoration: none;
  color: #fff;
  outline: 0;
  background: #00a97b;
}

.description,
.red-allert,
.red-allert span {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.red-allert,
.red-allert span {
  color: red !important;
}

.news_search_result .deposit-list__counter {
  border-right: 0;
}

.no-flex {
  display: block;
}

.calc__col--md .result__description,
.middle__table > span {
  display: inline-block;
  vertical-align: top;
}

.form.form--search-full {
  margin-bottom: 30px;
}

.search__list {
  margin: 0;
  padding: 0;
}

.search__item {
  margin: 0 0 30px;
  list-style: none;
  border-bottom: 1px solid #b2b2b2;
}

.search__breadcrumbs {
  display: block;
  color: #333;
  font-size: 12px;
  margin-bottom: 4px;
}
.search__breadcrumbs > a{
  color: #333;
  font-size: 12px;
}
.search__count {
  color: #333;
  font-size: 18px;
  margin-bottom: 14px;
}

.search__link {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.srh-field {
  display: inline-block;
  float: left;
  width: 79%;
  margin-right: 0;
  vertical-align: top;
}

.srh-btn {
  float: right;
  width: 19%;
}

.bx-core-popup-menu-item-text {
  color: #fff;
}

.icon-wrapper {
  display: inline-block;
  font-weight: 400;
  width: 0;
  vertical-align: middle;
}

.calc__checkbox span > [class*=' icon-'],
.calc__checkbox span > [class^=icon-] {
  font-family: inherit !important;
}

.table-mobile-title {
  display: none;
}

.loyal-change-card img,
.modal-lvl-element img {
  max-width: 200px;
}

.loyal-table-search {
  font-size: 0;
}

.loyal-table-search input[type=text] {
  font-size: 15px;
}

.loyal-banner-group-small .loyal-banner-element:last-child {
  display: block;
}

.loyal-banner-group-small .loyal-banner-element:first-child {
  width: 40%;
  height: 416px;
}

.loyal-banner-group-small .loyal-banner-element {
  float: left;
  width: 30%;
  height: 200px;
}

.loyal-banner-group-small .loyal-banner-element:nth-child(4) {
  width: 60%;
}

.loyal-banner-group-small {
  display: block;
}

.header__top {
  min-height: 8px;
  color: #fff;
  background-image: linear-gradient(left, #007941 0%, #00ab7b 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#007941), to(#00ab7b));
  background-image: -webkit-linear-gradient(left, #007941 0%, #00ab7b 100%);
  background-image: -ms-linear-gradient(left, #007941 0%, #00ab7b 100%);
}

.top__social {
  float: left;
}

.top__social a {
  font-size: 11px;
  margin-right: 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  color: #fff;

}

.top__social a:focus,
.top__social a:hover {
  text-decoration: none;
  background: 0 0;
}

.top__social .icon-share__tw:hover {
  color: #78cdf0;
}

.top__social .icon-share__fb:hover {
  color: #537bbd;
}

.top__social .icon-share__yt:hover {
  color: #e62117;
}

.top__nav {
  line-height: 38px;
  text-align: right;
}

.top__element,
.top__list {
  display: inline-block;
  font-size: 11px;
  padding: 0;
  vertical-align: top;
}

.top__list {
  position: relative;
  margin: 0 70px 0 0;
}

.top__list:after {
  position: absolute;
  top: 50%;
  right: -35px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background: #4dc2a0;
}

.top__element {
  margin: 0 0 0 30px;
  list-style: none;
}

.top__link {
  font-size: 11px;
  text-decoration: none;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fff;
}

.top__link:focus,
.top__link:hover {
  text-decoration: none;
  opacity: .4;
  color: #fff;
}

.top__lang {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
}

.lang__active {
  position: relative;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.lang__active:after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-top: 4px solid #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.lang__active:hover:after {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
}

.lang__active:hover > .lang__list {
  display: block;
}

.lang__active:focus,
.lang__active:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}

.lang__list {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -31px;
  display: none;
  width: 138px;
  background-color: #13955f;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.25);
}

.lang__list:hover,
.navigation__element:hover > .navigation__drop {
  display: block;
}

.lang__element {
  position: relative;
  display: block;
  font-size: 11px;
  line-height: normal;
  max-width: 140px;
  margin-top: 11px;
  margin-bottom: 24px;
  padding-left: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.lang__element:focus,
.lang__element:hover {
  text-decoration: none;
  opacity: .4;
  color: #fff;
}

.header__middle {
  padding-top: 26px;
  padding-bottom: 16px;
}

.logo {
  padding-left: 15px;
  text-decoration: none;
}

.logo:focus,
.logo:hover {
  text-decoration: none;
}

.logo__img,
.logo__text {
  display: inline-block;
  vertical-align: middle;
}

.logo__img {
  margin-right: 40px;
}

.logo__text {
  position: relative;
  padding-left: 15px;
}

.logo__text:after,
.middle__table:before {
  position: absolute;
  top: 50%;
  width: 1px;
  content: '';
}

.logo__text:after {
  background: #333;
  left: 0;
  height: 28px;
  margin-top: -14px;
}

.middle__advanced {
  float: right;
  margin-top: 3px;
  padding-right: 8px;
}

.middle__table {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  vertical-align: top;
  white-space: normal;
  text-decoration: none;
}

.middle__table:before {
  left: -30px;
  height: 36px;
  margin-top: -18px;
  background: #ebebeb;
}

.middle__table:first-child {
  margin-left: 0;
}

.middle__table:first-child:before {
  display: none;
}

.middle__table:focus,
.middle__table:hover,
.navigation__icon:focus,
.navigation__icon:hover,
.navigation__text:focus,
.navigation__text:hover {
  text-decoration: none;
}

.middle__table:hover .middle__lg b {
  color: #7f7f7f;
}

.middle__sm {
  width: 45px;
}

.middle__lg b,
.middle__sm b {
  display: block;
  font-family: 'pnbold', 'Arial', sans-serif;
  color: #333;
}

.middle__sm b {
  line-height: 16px;
  font-size: 18px;
}

.middle__sm b a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
}

.middle__lg span,
.middle__sm span {
  display: block;
  font-size: 12px;
  color: #999;
}

.middle__sm img {
  max-width: 25px;
  max-height: 22px;
}

.middle__lg b {
  font-size: 16px;
  margin-top: -3px;
  margin-left: -2px;
}

.middle__lg span {
  margin-top: -2px;
  margin-bottom: -6px;
}

.middle__lg a {
  font-size: 12px;
  color: #333;
}

.middle__lg a:hover,
.navigation__text b,
.navigation__text span:hover {
  text-decoration: none;
}

.header__bottom {
  border-top: 1px solid #ebebeb;
}

.header__bottom:after {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ebebeb;
}

.bottom__inner,
.header__bottom {
  position: relative;
}

.navigation {
  float: left;
  font-size: 0;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ebebeb;
}

.navigation__icon,
.navigation__text {
  display: inline-block;
  vertical-align: middle;
}

.navigation__icon {
  width: 30px;
  height: 30px;
  text-align: center;
}

.navigation__icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.navigation__text {
  margin: 0;
  padding-left: 14px;
  text-decoration: none;
}

.navigation__text b {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}

.navigation__text span {
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #9b9b9b;
}

.navigation__element {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}

.navigation__element--mobile {
  display: none;
}

.navigation__element:after {
  position: absolute;
  top: -1px;
  right: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #ebebeb;
}

.navigation__link,
.navigation__link:before {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navigation__link {
  display: block;
  font-size: 11px;
  min-height: 61px;
  padding: 17px 28px 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  position: relative;
}

.navigation__link:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: 0 0;
}

.navigation__link.active,
.navigation__link:hover {
  text-decoration: none;
  color: #088657;
}

.navigation__link.active:before {
  background: #149560;
}

.navigation__drop {
  position: static;
  z-index: 99;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 30px;
  color: #fff;
  background: #212121;
}

.navigation__lang {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  margin: 0;
  padding-top: 23px;
}

.navigation__lang.active {
  height: auto;
}

.navigation__lang.active:after,
.navigation__lang:after {
  border-right: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
}

.navigation__lang.active:after {
  border-bottom: 4px solid #fff;
  border-top: 0;
}

.navigation__lang:after {
  position: absolute;
  top: 31px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
  border-top: 4px solid #fff;
}

.navigation__lang,
.navigation__lang--wrapper {
  overflow: hidden;
  width: 100%;
  height: 64px;
}

.navigation__lang--inner {
  display: block;
  margin-top: 18px;
}

.control__btn--mobile,
.navigation__lang--inner a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.navigation__lang--inner a {
  display: block;
  margin-bottom: 17px;
  text-decoration: none;
}

.control__btn--mobile {
  position: relative;
  overflow: hidden;
  height: 64px;
  margin: 0 -5px 31px;
  padding-top: 24px;
  padding-left: 61px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(0%, #0e7843), to(#19aa7c));
  background-image: -webkit-linear-gradient(left, #0e7843 0%, #19aa7c 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0e7843), to(#19aa7c));
  background-image: linear-gradient(left, #0e7843 0%, #19aa7c 100%);
}

.control__btn--mobile:before {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: '';
  background: url(../images/icons/wht-arrow-left.svg) no-repeat center center;
  background-size: contain;
}

.h-search {
  position: absolute;
  top: 0;
  right: 24px;
  overflow: hidden;
  width: auto;
  height: 100%;
}

.h-search__btn {
  display: table;
  width: 100%;
  height: 100%;
}

.h-search__btn span {
  display: table-cell;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  color: #8f8f8f;
  background-size: 25%;
}

.h-search__btn span i {
  display: inline-block;
  font-size: 18px;
  margin-left: 17px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.h-search__btn span:focus,
.h-search__btn span:hover {
  color: #00a97b;
}

.h-search__hide {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120px;
  color: #d8d8d8;
  border: 1px solid #ebebeb;
  background: #fff;
}

.h-search__hide:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  content: '';
  background: url(../images/icons/search-lg.svg) no-repeat center center;
}

.h-search__hide:after {
  position: absolute;
  top: 0;
  right: 96px;
  width: 1px;
  height: 100%;
  content: '';
  background: #ebebeb;
}

.h-search__field {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 40px;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  padding-left: 95px;
  color: #333;
  border: 0;
  background: #fff;
}

.h-search__field:focus {
  outline: 0;
}

.h-search__close {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 36px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  text-align: center;
  color: #333;
}

.h-search__close:focus,
.h-search__close:hover {
  color: #149560;
}

.drop__title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #5cc669;
  border-left: 3px solid #5cc669;
}

.menu__nav {
  position: relative;
  margin: 0;
  padding: 0;
}

.menu__nav:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 80%;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #363636;
}

.menu__element {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu__link {
  font-size: 13px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.menu__link.active,
.menu__link.active:focus,
.menu__link:hover {
  text-decoration: none;
  color: #56b762;
}

.menu__link:focus {
  color: #fff;
}

.sub-menu {
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.sub-menu__element {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.sub-menu__link {
  font-size: 14px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  color: #fff;
}

.sub-menu__link:focus,
.sub-menu__link:hover {
  text-decoration: none;
  color: #56b762;
}

.sub-banner {
  position: relative;
  display: inline-block;
  width: 49%;
  height: 225px;
  vertical-align: top;
}

.sub-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-content-hidden {
  display: none;
}

.menu-content-hidden.active {
  display: block;
}

.contact-all {
  position: relative;
}

.contact-all:after {
  position: absolute;
  top: 50%;
  right: -10px;
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background: url(../images/icons/sm-arrow.svg) no-repeat center center;
}

.contact-all:hover {
  text-decoration: underline !important;
  color: #1bb57d;
}

.contact-all:hover:after {
  height: 8px;
  margin-top: -4px;
  background: url(../images/icons/showall.svg) no-repeat center center;
  background-size: contain;
}

.control__btn--mobile {
  display: none;
}

.h-search__field::-webkit-input-placeholder {
  color: #d9d9d9;
}

.h-search__field:-moz-placeholder,
.h-search__field::-moz-placeholder {
  color: #d9d9d9;
}

.h-search__field:-ms-input-placeholder {
  color: #d9d9d9;
}

.search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search__input:focus:-moz-placeholder,
.search__input:focus::-moz-placeholder {
  color: transparent;
}

.search__input:focus:-ms-input-placeholder {
  color: transparent;
}

.paggination {
  font-size: 0;
  margin-bottom: 25px;
  text-align: center;
}

.paggination__disabled,
.paggination__link {
  display: inline-block;
  min-width: 32px;
  vertical-align: middle;
}

.paggination__link,
.paggination__link.active {
  text-decoration: none;
  border: 1px solid transparent;
}

.paggination__link {
  margin: 0 5px 5px;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 16px;
  cursor: pointer;
  color: #333;
}

.paggination__link:hover {
  text-decoration: none;
  color: #333;
  border: 1px solid #01935d;
  background: #fff;
}

.paggination__link.active {
  color: #fff;
  background-color: #ccc;
}

.paggination__link.active:hover {
  border: 1px solid #fff !important;
}

.paggination__link.tonext,
.paggination__link.toprev {
  line-height: 35px;
  width: 43px;
  height: 44px;
  border: 1px solid #b2b2b2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}

.paggination__link.tonext i,
.paggination__link.toprev i {
  color: #b2b2b2;
}

.paggination__link.tonext:hover,
.paggination__link.toprev:hover {
  border: 1px solid #01935d;
  background: #fff;
}

.paggination__link.tonext:hover > i,
.paggination__link.toprev:hover > i {
  color: #01935d;
}

.paggination__link.tonext.disabled,
.paggination__link.toprev.disabled {
  cursor: default;
  opacity: .5;
}

.paggination__link.tonext.disabled:hover > i,
.paggination__link.toprev.disabled:hover > i {
  color: #b2b2b2 !important;
}

.paggination__link.tonext.disabled:hover,
.paggination__link.toprev.disabled:hover {
  opacity: .5;
  border: 1px solid #b2b2b2;
}

.paggination__disabled {
  font-size: 14px;
  cursor: default;
}

.footer__up {
  position:fixed;
  z-index:1;
  right: 75px;
  bottom:1%;
  margin-left:50%;
  opacity: 0.5;
  filter:alpha(opacity=50);
  border-radius: 50%;
  background: #494747;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  font-size: 18px;
  line-height: 65px;
  width: 65px;
  height: 65px;
}

.footer__up:focus,
.footer__up:hover {
  opacity:0.7;
  filter:alpha(opacity=100);
  color: #5dc66a;
}

.footer__main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  color: #fff;
  border-bottom: 4px solid #00965e;
  background: #212121;
}

.footer__bottom {
  padding: 25px 0;
  background: #fff;
}

.footer__group {
  font-size: 0;
}

.footer__col {
  display: inline-block;
  font-size: 16px;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
}

.footer__title {
  position: relative;
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
}

.footer__title:before {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 35px;
  height: 1px;
  content: '';
  background: #4d4d4d;
}

.footer__list {
  margin: 0 0 30px;
  padding: 0;
}

.footer__element {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__link {
  font-size: 13px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  opacity: .8;
  color: #d3d3d3;
}

.footer__link:focus,
.footer__link:hover {
  text-decoration: none;
  opacity: .8;
  color: #5dc66a;
}

.footer__search {
  position: relative;
  margin-bottom: 46px;
}

.footer__search:before {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 35px;
  height: 1px;
  content: '';
  background: #4d4d4d;
}

.footer__social a {
  display: inline-block;
  font-size: 40px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  vertical-align: top;
  text-decoration: none;
  color: #a6a6a6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.footer__social a:focus,
.footer__social a:hover {
  color: #45844d;
}

.footer__social a:last-child {
  margin-right: 0;
}

.footer__logo {
  float: left;
  height: 30px;
  width: 143px;
}

.footer__logo img {
  max-width: 100%;
  max-height: 100%;
}

.footer__copy {
  float: right;
}

.footer__copy a,
.footer__copy span {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 30px;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.footer__copy a:focus,
.footer__copy a:hover {
  text-decoration: none;
  color: #01945d;
}

.style_for_liсense {
    margin-top: 10px;
    font-size: 12px;
    color: gray !important;
}

.link__img,
.link__text {
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: middle;
}

.link__img {
  width: 35px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
}

.link__img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

.link__text {
  font-size: 13px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #fff;
}

.link__text:hover {
  text-decoration: none;
  opacity: .8;
  color: #5dc66a;
}

.app {
  margin-bottom: 30px;
}

.app__title {
  font-family: 'pnbold', 'Arial', sans-serif;
  font-size: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  opacity: .5;
  color: #fff;
}

.app__apple {
  margin-bottom: 10px;
}

.app__android img,
.app__apple img {
  max-width: 100%;
}

.app__android,
.app__apple {
  display: block;
}

.search__input {
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 44px;
  padding: 0 35px 0 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 1px solid transparent;
  background-color: #3b3b3b;
}

.search__input:focus {
  border: 1px solid gray;
  outline: 0;
}

.search__icon {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__content tbody,
.search__icon img {
  vertical-align: top;
}

.result__advanced .rest__balance {
  display: inline;
  float: none;
}

.col-lg-6.field {
  min-height: 176px;
}

.type-sale-wrapper {
  white-space: nowrap;
}

.deposit {
  display: table;
  width: 100%;
}

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

.sub-menu-link-expanded {
  position: relative;
  display: none;
  font-size: 14px;
  margin-bottom: 16px;
  padding-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .2;
  color: #fff;
}

.sub-menu-link-expanded:after {
  position: relative;
  bottom: 2px;
  display: inline-block;
  font-family: 'icomoon';
  margin-left: 7px;
  content: '\e90b';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  vertical-align: middle;
}

.no--gutter-right {
  padding-right: 0;
}

.no--gutter-left {
  padding-left: 0;
}

.atm__param-list {
  margin: 10px 0 0;
}

/*line params MS(c)*/
.atm__param-line{
	margin: 10px 0 0;
}
.atm__param-line li{
   display:inline-block;
	min-width: 200px;
	margin: 0 0 20px;
 	padding: 0;
  	list-style: none;
	color: #fff;
} 
.atm__param-line li label{
	margin-bottom: 0;
}

.atm__param-line li:last-child {
  margin-bottom: 0;
}
.atm__cardselect{
 	width: 250px;
    height: 46px;
    display: inline-block;

}
.atm__cardselect a{
	 text-decoration: none;
	 display: block;

}
/*end*/

.allevents-link {
  display: inline-block;
  margin-bottom: 35px;
  text-decoration: none;
  letter-spacing: -.3px;
  text-transform: uppercase;
}

.aside-collapse {
  display: none;
  padding: 10px 0;
  text-align: center;
}

.aside-collapse .glyphicon {
  font-size: 0;
  padding: 10px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f2f2f2;
}

.aside-collapse .glyphicon-menu-down:before {
  font-size: 14px;
}

.loyal-filter .atm__clear-filter {
  display: inline-block;
}


/*!*font-size: 15px;*!*/


/*!*margin-bottom: 20px;*!*/


/*!*margin: 0;*!*/


/*!*padding: 0;*!*/


/*!*list-style-type: none;*!*/


/*!*font-size: 16px;*!*/

table tbody sup {
  color: #00aa7b;
}

table .prim {
  font-size: 16px;
  padding-bottom: 10px;
  color: gray;
}

.mobile-flex .social__share .icon-share__mail:after,
.offer__element--empty .offer__img,
.title-short-link br {
  display: none;
}

.offer__element--empty .offer__detail {
  width: 100%;
  padding-left: 0;
}

.atm__table-custom tbody td:first-child,
.atm__table-partner tbody tr:first-child td,
.atm__table-partner thead td:first-child {
  padding-left: 0;
}

.atm-det-adress .atm__param-list li {
  min-height: 55px;
}

.loyal-banner-group-small .loyal-banner-element:last-child {
  display: block;
}

.loyal-banner-group-small .loyal-banner-element:first-child {
  width: 40%;
  height: 416px;
}

.loyal-banner-group-small .loyal-banner-element {
  float: left;
  width: 30%;
  height: 200px;
}

.loyal-banner-group-small .loyal-banner-element:nth-child(4) {
  width: 60%;
}

.loyal-banner-group-small {
  display: block;
}

.offer__element--border {
  margin-bottom: 0;
  padding: 56px 42px;
  border: 1px solid #e6e6e6;
}

.offer__element--border .offer__title {
  font-size: 20px;
}

.offer__element--border .offer__content {
  font-size: 16px;
}

.loyal-banner-group-big .loyal-banner-element:nth-child(1),
.loyal-banner-group-big .loyal-banner-element:nth-child(3) {
  width: 28%;
}

.loyal-banner-group-big .loyal-banner-element:nth-child(2),
.loyal-banner-group-big .loyal-banner-element:nth-child(4) {
  width: 44%;
}

.loyal-banner-group-big .loyal-banner-element:nth-child(5) {
  width: 56%;
}

.general__detail_text a {
  font-size: inherit;
}

.tableRowTitle {
  margin-bottom: -3px;
  color: #333;
}

.mobile-flex .social__share .icon-share__mail {
  margin-left: 0;
}

.mobile-flex .social__share .icon-share__gp {
  position: relative;
  margin-right: 60%;
}

.mobile-flex .social__share {
  position: relative;
}

.mobile-flex .social__share:after {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #e3e3e3;
}

.mobile-flex .icon-share__mail,
.mobile-flex .icon-share__print {
  margin-top: 39px;
}
applet {
  display: none;
}
@media (min-width: 1599px) {
  .announce__name,
  .announce__title,
  .faq__title,
  .fullinfo__title,
  .shortinfo__title {
    font-size: 36px;
  }
  .n-list__element {
    position: relative;
    height: 220px;
    margin-bottom: 25px;
    padding: 25px 20px 15px 30px;
    cursor: pointer;
    border: 1px solid #ebebeb;
  }
}

@media (max-width: 1599px) {
  .deposit-list__view2 .col-lg-4 {
    height: 250px;
  }
  .lang__list {
    right: -49px;
    left: inherit;
  }
  .n-list__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slider__inner {
    right: 55px;
    width: 461px;
    height: auto;
    padding: 29px;
  }
  .main__breadcrumbs .breadcrumbs__decor,
  .main__breadcrumbs .breadcrumbs__element {
    font-size: 12px;
  }
  .main__title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 43px;
  }
  .accordion__name h3,
  .accordion__name--disabled h3,
  .top-article__title {
    font-size: 18px;
  }
  .top-article__text {
    font-size: 13px;
  }
  .warning__marker {
    font-size: 15px;
    line-height: 28px;
    min-width: 100px;
    height: 28px;
    margin-bottom: 18px;
  }
  .general__number p,
  .general__number span {
    font-size: 24px;
  }
  .general__number b {
    font-size: 80px;
    line-height: 80px;
  }
  .aside__menu + .main__content,
  .main__content {
    padding: 40px 60px;
  }
  .warning {
    margin-bottom: 22px;
    padding: 30px;
  }
  .warning__btn {
    font-size: 13px;
  }
  .general__list li {
    margin-bottom: 15px;
  }
  .main__breadcrumbs .breadcrumbs__decor {
    margin: 0 13px;
  }
  .main__breadcrumbs {
    margin-bottom: 10px;
  }
  .top-article__content,
  .top-article__img {
    height: 200px;
  }
  .top-article {
    margin-bottom: 40px;
  }
  .general__head {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .general__number {
    padding-top: 28px;
    padding-left: 25px;
  }
  .general__description {
    padding-top: 32px;
    padding-left: 44px;
  }
  .general {
    padding-top: 0;
  }
  .accordion__name,
  .accordion__name--disabled {
    height: 100%;
    min-height: 100px;
    padding: 38px 75px 38px 28px;
  }
  .accordion__name h3,
  .accordion__name--disabled h3 {
    position: static;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .accordion__content {
    padding: 35px 26px;
  }
  .calc__nav {
    margin-bottom: 52px;
  }
  .result__head {
    margin-bottom: 30px;
  }
  .atm__title {
    margin-bottom: 40px;
  }
  .atm__wrapper {
    max-width: 1005px;
    margin-bottom: 70px;
    padding: 45px 50px;
  }
  .atm__nav {
    margin-bottom: 11px;
  }
  .atm__show-container {
    max-width: 1005px;
  }
  .deposit-list__view2 .deposit-list__title {
    font-size: 18px;
    line-height: 23px;
    margin-right: -30px;
    margin-bottom: 38px;
  }
  .deposit-list__view2 .deposit-list__element {
    min-height: 225px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .deposit-list__view2 .deposit-list__title:before {
    bottom: -19px;
  }
  .calc__result {
    margin: 0 -23px;
  }
}

@media (max-width: 1199px) {
  .sc__wrapper {
    padding-top: 85px;
  }
  .calc__content .col-lg-8.col-md-7.col-sm-7:first-child:after {
    content: none;
  }
  .atm-det-adv {
    margin-left: 30px;
  }
  .deposit-list__view2 .col-lg-4 {
    height: auto;
  }
  .atm__show-result,
  .atm__show-result > span {
    font-size: 15px;
    color: #333;
  }
  .i-down,
  .i-up {
    margin-left: -7px;
  }
  .rate__buy,
  .rate__sale {
    margin-top: 18px;
    margin-right: 10px;
    padding-left: 15px;
  }
  .rate__sale {
    margin-right: 0;
  }
  .rate__nav {
    padding: 11px 19px 50px;
  }
  .rate__float {
    margin-top: -12px;
  }
  .tile__element {
    height: 250px;
  }
  .shortinfo__element--double {
    height: 500px;
  }
  .shortinfo__wrapper {
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .rate__title {
    font-size: 28px;
    padding: 30px 30px 17px 27px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .deposit-list__view2 .deposit-list__element {
    min-height: auto;
  }
  .footer__social a {
    margin-right: 9px;
  }
  .shortinfo__special {
    max-width: 432px;
  }
  .announce__element {
    margin-bottom: 15px;
  }
  .slider__inner {
    right: 30px;
    bottom: 0;
    width: 405px;
    height: auto;
    padding: 25px;
  }
  .owl-carousel .owl-item img {
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    /*width: inherit;*/
    max-width: none;
    height: 100%;
  }
  .slider__element {
    position: relative;
    overflow: hidden;
    height: auto;
  }
  .rate__title {
    white-space: nowrap;
  }
  .rate__float {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .main__breadcrumbs .breadcrumbs__decor,
  .main__breadcrumbs .breadcrumbs__element {
    font-size: 14px;
  }
  .main__title {
    font-size: 38px;
  }
  .aside__menu + .main__content,
  .main__content {
    padding: 40px;
  }
  .top-article__inner {
    left: 0;
  }
  .top-article {
    margin-bottom: 30px;
  }
  .warning {
    padding: 20px;
  }
  .general__description p,
  .warning__marker,
  .warning__text {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .warning__marker {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .aside__menu {
    width: 25%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .aside__menu + .main__content,
  .main__content {
    width: 75%;
  }
  .main__breadcrumbs {
    margin-bottom: 8px;
  }
  .main__title {
    margin-bottom: 28px;
  }
  .top-article__content,
  .top-article__img {
    height: 180px;
  }
  .warning {
    padding-top: 25px;
    padding-bottom: 27px;
  }
  .accordion__content {
    padding: 56px 22px;
  }
  .calc__nav {
    margin-bottom: 35px;
  }
  .calc__col--sm {
    width: 47%;
  }
  .calc__col--md {
    width: 53%;
  }
  .calc__text-field {
    width: 120px;
  }
  .calc__text-field--sm {
    width: 63px;
  }
  .menu-content-hidden .col-lg-6:last-child .sub-menu {
    margin-top: -9px;
    padding-top: 0;
  }
  .interest__link {
    font-size: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .interest__content,
  .interest__img {
    display: inline-block;
    width: 30%;
    height: 212px;
    vertical-align: top;
  }
  .interest__content {
    width: 70%;
  }
  .general__number b {
    font-size: 61px;
    line-height: 65px;
  }
  .general__number p {
    font-size: 21px;
  }
  .general__number span {
    font-size: 24px;
  }
  .shortinfo__element {
    padding: 34px 28px 28px;
  }
  .fullinfo__control {
    left: 28px;
  }
  .fullinfo__title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 48px;
  }
  .fullinfo__title:before {
    top: -webkit-calc(100% + 23px);
    top: calc(100% + 23px);
  }
  .announce__name {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .faq__link {
    font-size: 16px;
  }
  .faq__title {
    font-size: 28px;
    margin-top: -4px;
    margin-bottom: 7px;
  }
  .faq__element {
    padding: 19px 30px 19px 0;
  }
  .announce__more {
    margin-top: 15px;
  }
  .announce__title {
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 18px;
    padding-bottom: 13px;
  }
  .announce__date {
    font-size: 15px;
    margin-bottom: 21px;
  }
  .n-list__element {
    height: 240px;
  }
  .n-list__text {
    font-size: 14px;
    line-height: 20px;
  }
  .calc__tab .col-lg-8.col-md-7.col-sm-7:after {
    right: -1px;
  }
  .calc__result {
    margin: 0 -22px;
  }
  .accordion .accordion__custom h3 {
    font-size: 18px;
    padding: 0 20px 0 55px;
    max-width: 515px;
  }
  .accordion__custom .more__categories {
    font-size: 11px;
    right: 55px;
  }
}

@media (max-width: 992px) {
  .aside-collapse,
  .deposit {
    display: block;
  }
  .shortinfo__corp {
    position: relative;
    width: 100%;
    padding: 34px 0 0 !important;
    border-right: none !important;
  }
  .shortinfo__special {
    padding-left: 0;
  }
  #asd_subscribe_res {
    bottom: 30px;
  }
  .main__title {
    margin-bottom: 48px;
  }
  .shortinfo__clear {
    margin-top: 21%;
  }
  .shortinfo__title {
    font-size: 31px;
  }
  .shortinfo__text {
    font-size: 15px;
  }
  .slider__inner {
    right: 12px;
    width: 296px;
    padding: 20px;
  }
  .slider__text {
    display: none;
  }
  .warning {
    padding-top: 25px;
    padding-left: 30px;
  }
  .warning__marker {
    margin-bottom: 10px;
  }
  .general__list li {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .general__text {
    font-size: 15px;
    line-height: 25px;
  }
  .slider__inner .page-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 12px;
    line-height: normal;
    height: 13px;
    margin: 0;
    padding: 0 15px 0 0;
    color: #fff;
    border: 0;
    background: url(../images/icons/white-ar-right.svg) no-repeat center right;
    background-size: 5%;
  }
  .slider__title {
    font-size: 24px;
  }
  .navigation__link {
    padding: 17px 18px;
  }
  .navigation {
    margin-left: 0;
  }
  .shortinfo__element {
    display: block;
    width: 100%;
  }
  .shortinfo__tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__col.mobile__custom {
    display: block;
    font-size: 0;
    width: 100%;
  }
  .footer__list.mobile__custom {
    display: inline-block;
    width: 60%;
    vertical-align: top;
  }
  .footer__app.mobile__custom {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40%;
    margin-top: -44px;
    vertical-align: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__col {
    width: 25%;
    padding-right: 10px;
    padding-left: 0;
  }
  .mobile__custom .footer__element,
  .sort__table .sort__col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .shortinfo__element--double,
  .shortinfo__element--single {
    height: auto;
  }
  .announce__main {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
  }
  .announce__list {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .faq__control,
  .fullinfo__control,
  .shortinfo__wrapper {
    position: static;
  }
  .fullinfo__text,
  .shortinfo__text {
    margin-bottom: 30px;
  }
  .shortinfo__special {
    position: static;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .shortinfo__img {
    position: static;
    display: block;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .owl-dots {
    margin-top: -30px;
    padding-bottom: 10px;
  }
  .logo {
    display: inline-block;
    padding-left: 0;
  }
  .logo__img {
    max-width: 145px;
    margin-right: 15px;
  }
  .logo__text {
    font-size: 14px;
  }
  .head__name {
    font-size: 28px;
  }
  .mobile-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-order {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .social__share {
    max-width: 100%;
  }
  .social__share a {
    margin-right: 14px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .social__share hr {
    display: none;
    margin-top: 0;
  }
  .sort__table {
    font-size: 0;
    padding: 20px 0;
  }
  .sort__table .sort__col {
    width: 50%;
    margin-bottom: 20px;
  }
  .sort__table .sort__col:first-child span {
    display: none;
  }
  .sort__table .sort__col:first-child {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .sort__table .sort__col:nth-child(4) {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .sort__table .sort__col:nth-child(7) {
    width: 100%;
  }
  .sort__col .sort__drop,
  .sort__col a {
    width: 100%;
  }
  .sort__table .sort__col:last-child {
    margin-bottom: 0;
  }
  .mobile-show {
    display: block;
    font-size: 13px;
    color: #333;
  }
  .d-line {
    display: none;
  }
  .slider__element {
    height: auto;
  }
  .owl-carousel .owl-item img {
    /*width: inherit;*/
    max-width: none;
    height: 100%;
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
  }
  #line_top_x,
  .mobile-flex .social__share:after,
  .top__social {
    display: none;
  }
  .att__text {
    width: 80%;
  }
  .att__icon {
    width: 20%;
    padding-right: 0;
    text-align: center;
  }
  .aside__menu {
    display: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .aside__menu + .main__content,
  .main__content {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sort__table {
    display: block;
    margin: 0 -10px;
  }
  .sort__drop .dropdown-menu {
    width: -webkit-calc(100% - -2px);
    width: calc(100% - -2px);
    margin: 0 0 0 -1px;
    min-width: 100%;
  }
  .sort__drop {
    min-width: 100%;
  }
  .header__bottom:after {
    top: 64px;
  }
  .accordion__content {
    padding: 46px 30px;
  }
  .rss {
    margin-top: 41px;
    margin-bottom: 69px;
    padding-top: 83px;
    padding-bottom: 85px;
    border-top: 2px solid #ebeced;
    border-bottom: 2px solid #ebeced;
  }
  .rss__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .rss__subtitle {
    margin-bottom: 35px;
  }
  .tile__title {
    font-size: 14px;
    padding: 0 10px;
  }
  .tile__element {
    height: 230px;
  }
  .n-list__element {
    width: 48%;
  }
  .mdl__wrapper p {
    min-height: 100%;
    margin-bottom: 45px;
  }
  .mdl__wrapper {
    padding: 42px 30px;
  }
  .mdl__head:after {
    bottom: 20px;
  }
  .calc__result {
    margin: 0 -31px;
  }
  .loyal-banner-group {
    display: block;
  }
  .loyal-banner-element {
    float: left;
    width: 30%;
    height: 110px;
  }
  .loyal-banner-element:nth-child(4) {
    width: 30%;
  }
  .loyal-banner-element:first-child {
    width: 40%;
    height: 236px;
  }
  .loyal-banner-group-small .loyal-banner-element {
    height: 110px;
  }
  .loyal-banner-group-small .loyal-banner-element:first-child {
    height: 236px;
  }
  .loyal-banner-group-big .loyal-banner-element:nth-child(1) {
    width: 40%;
  }
  .loyal-banner-group-big .loyal-banner-element:nth-child(2),
  .loyal-banner-group-big .loyal-banner-element:nth-child(3),
  .loyal-banner-group-big .loyal-banner-element:nth-child(4),
  .loyal-banner-group-big .loyal-banner-element:nth-child(5) {
    width: 30%;
  }
  .content-container {
    padding: 54px 140px;
  }
  .mobile-flex .social__share .icon-share__gp {
    margin-right: 14px;
  }
  .mobile-flex .icon-share__mail,
  .mobile-flex .icon-share__print {
    margin-top: 0;
  }
  .middle__sm {
    width: 40px;
  }
  .middle__table {
    margin-left: 20px;
  }
  .middle__table:before {
    left: -12px;
  }
}

.atm-mobile-icon {
  display: none;
}

@media (max-width: 767px) {
  body,
  li,
  ol,
  p,
  span,
  ul {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 13px;
    color: #333;
  }
  p {
    margin-bottom: 10px;
  }
  .atm__table-custom td img {
    display: none;
  }
  .atm__table-custom td .premiumOutletIcons img {
    display: inline-block;
  }
  .atm__table-custom td .atm-mobile-icon {
    display: block;
    float: right;
    margin-top: 3px;
  }
  .content-container {
    padding: 54px 140px;
  }
  .atm__table-custom tbody tr td:nth-child(n+3) {
    width: 100% !important;
  }
  .atm__show-option,
  .calc__tab .col-lg-8.col-md-7.col-sm-7:after {
    display: none;
  }
  .atm {
    margin-top: 95px;
  }
  .atm-back {
    background: url(../images/icons/back.png) no-repeat 13px 4px;
  }
  .loyal-text-wrapper {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .loyal-partner {
    margin-bottom: 50px;
  }
  .atm__name--collapse:after {
    float: right;
    font-family: 'Glyphicons Halflings';
    content: '\e259';
  }
  .atm__name--collapse.is-active:after {
    content: '\e260';
  }
  .atm-text span {
    font-size: 12px;
    white-space: normal;
    opacity: .6;
  }
  .atm-back {
    position: absolute;
    top: -72px;
    left: 0;
    width: 100%;
    padding-bottom: 19px;
    padding-left: 39px;
    border-bottom: 1px solid #e3e3e3;
  }
  .sub-menu-link-expanded {
    display: block;
  }
  .atm .main__title {
    padding-right: 0;
  }
  .warning__image {
    max-width: 80px;
    text-align: left;
  }
  .loyal {
    margin-top: 32px;
    padding-bottom: 0;
  }
  .atm__param {
    margin-top: 25px;
  }
  .atm__param-list .calc__radio {
    padding: 0 15px;
  }
  .atm__param-list li:first-child b {
    padding: 0 15px;
  }
  .loyal-filter .atm__clear-filter {
    display: block;
  }
  .loyal-filter .atm__clear-gray {
    float: none;
  }
  .loyal-table {
    margin-bottom: 0;
  }
  .loyal-table-search input[type=text] {
    width: 100%;
    padding-right: 60px;
  }
  .loyal-table-search input[type=submit] {
    position: absolute;
    right: 0;
  }
  .loyal-table-search {
    top: 0;
    float: none;
    margin-top: 12px;
  }
  .loyal-table-title {
    border-bottom: 1px solid #333;
  }
  .atm__table tbody {
    border-bottom: none;
  }
  .loyal-filter .atm__param-list li:last-child {
    margin-bottom: 20px;
  }
  .loyal-filter > .row {
    margin-bottom: 27px;
  }
  .h-search__btn span i,
  .social__share .icon-share__mail {
    margin-left: 0;
  }
  .paggination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /*.paggination .paggination__disabled,*/
  /*.paggination .paggination__link:nth-child(n+7):not(.tonext) {*/
    /*display: none;*/
  /*}*/
  .deposit-list__smore {
    right: 11px;
  }
  .slider__title {
    display: inline-block;
    padding-right: 15px;
    background: url(../images/icons/white-ar-right.svg) no-repeat right 7px;
    background-size: 9px;
  }
  .i-down,
  .i-up {
    margin-left: 2px;
  }
  .rate__val {
    font-size: 14px;
  }
  .shortinfo__clear {
    margin-top: 40%;
    margin-bottom: -35px;
  }
  .calc__col--sm {
    padding-right: 15px;
  }
  .main__breadcrumbs {
    margin-bottom: 0;
    padding-right: 0;
  }
  .p-trigger__title span {
    position: static;
    top: 30px;
    left: 0;
    display: block;
    width: auto;
    max-width: 87px;
    margin-left: 0;
  }
  .p-trigger__element {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 10px;
    padding: 5px 15px;
  }
  .p-trigger__content {
    margin-bottom: 15px;
  }
  .deposit-list__counter {
    font-size: 15px;
  }
  .general__detail_text a {
    font-size: inherit;
  }
  .p-trigger__title {
    position: relative;
    font-size: 18px;
    min-height: 70px;
  }
  .general,
  .general__list {
    margin-bottom: 30px;
  }
  .shortinfo__control .page-btn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .announce__link {
    display: inline-block;
    line-height: 18px;
  }
  .announce__date {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .calc__checkbox {
    display: block;
  }
  body.fixed {
    overflow: hidden;
  }
  .navigation {
    display: none;
  }
  .shortinfo__tile {
    display: block;
  }
  .shortinfo__element {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo__text,
  .top__lang,
  .top__list {
    display: none;
  }
  .header__middle {
    position: relative;
    padding: 13px 0 12px;
    border-bottom: 1px solid #d9d9d9;
  }
  .logo {
    display: block;
    max-width: 145px;
    padding-left: 0;
  }
  .logo__img {
    max-width: 100%;
    margin-right: 0;
  }
  .faq__control,
  .fullinfo__control,
  .shortinfo__wrapper {
    position: static;
  }
  .announce__list,
  .announce__main {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .footer__col {
    display: none;
    width: 100%;
    padding: 0;
  }
  .footer__app.mobile__custom,
  .footer__list.mobile__custom {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .footer__app.mobile__custom {
    position: relative;
    font-size: 0;
    margin-bottom: 42px;
    text-align: center;
  }
  .footer__app.mobile__custom:before,
  .footer__search:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .footer__app.mobile__custom:before {
    position: absolute;
    width: 35px;
    height: 1px;
    content: '';
    background: #4d4d4d;
    bottom: -17px;
  }
  .footer__col.mobile__custom {
    display: block;
    font-size: 18px;
  }
  .footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__social a {
    margin: 0 9px;
  }
  .footer__search:before {
    bottom: -26px;
  }
  .app__android,
  .app__apple,
  .footer__element {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .footer__element {
    width: 49%;
  }
  .tile__element {
    display: block;
    width: 100%;
    height: auto;
  }
  .tile__inner {
    position: static;
    display: table;
    max-width: 100%;
    padding: 14px 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
  }
  .tile__icon,
  .tile__title {
    display: table-cell;
    vertical-align: middle;
  }
  .tile__icon {
    width: 50px;
    margin: 0;
    text-align: center;
  }
  .tile__icon img {
    max-width: 50px;
    max-height: 50px;
  }
  .tile__title {
    font-size: 14px;
    line-height: normal;
    padding-left: 47px;
  }
  .footer__logo {
    display: none;
  }
  .footer__copy {
    float: none;
    text-align: center;
  }
  .footer__copy a,
  .footer__copy span {
    margin: 0 8px;
  }
  .footer__copy span {
    display: block;
  }
  .footer__copy a {
    margin-bottom: 22px;
  }
  .announce__title,
  .faq__title {
    font-size: 24px;
  }
  .announce__link,
  .announce__main,
  .faq__link,
  .fullinfo__text,
  .shortinfo__text {
    font-size: 13px;
  }
  .shortinfo__element {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .announce__main .announce__text,
  .announce__more {
    display: none;
  }
  .announce__main {
    padding-bottom: 0;
  }
  .announce__name {
    font-size: 13px;
    line-height: 18px;
  }
  .fullinfo__text,
  .shortinfo__text {
    line-height: 18px;
    margin-bottom: 30px;
  }
  .shortinfo__special {
    padding: 0;
  }
  .faq__title {
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: .5px;
  }
  .footer__main {
    padding-top: 37px;
    padding-bottom: 30px;
  }
  .footer__list.mobile__custom {
    margin-bottom: 38px;
    border-bottom: 1px solid #4d4d4d;
  }
  .faq__wrapper {
    margin-bottom: 30px;
  }
  .show-mobile {
    display: block;
  }
  .announce__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .anounce__btn {
    display: block;
  }
  .announce__list {
    margin-bottom: 30px;
    padding-top: 0;
  }
  .owl-controls .owl-nav > div {
    width: 20px;
    height: 50px;
  }
  .middle__advanced,
  .navigation__element:after,
  .navigation__link br,
  .navigation__link:before {
    display: none;
  }
  .header__bottom {
    border: 0;
  }
  .h-search__hide {
    top: inherit;
    bottom: 100%;
    height: 60px;
  }
  .h-search {
    top: -36px;
    right: 57px;
    width: 20px;
    height: 21px;
  }
  .h-search__btn span {
    display: block;
    font-size: 0;
    width: 20px;
    height: 23px;
    padding-right: 0;
    background-size: auto;
  }
  .m-middle__btn,
  .navigation.open {
    display: block;
  }
  .navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow-x: auto;
    width: 84.375%;
    height: 100%;
    background: #212121;
  }
  .navigation__element {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
  }
  .navigation__element:last-child {
    border-bottom: 1px solid #383838;
  }
  .navigation__link {
    font-size: 14px;
    min-height: auto;
    padding: 0;
    letter-spacing: .4px;
    color: #fff;
  }
  .navigation__drop {
    display: none;
  }
  .navigation__element--mobile {
    display: block;
  }
  .navigation__fast p {
    margin: 0 0 7px;
  }
  .navigation__fast a {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
  }
  .navigation__line {
    width: 100%;
    height: 1px;
    background: #383838;
  }
  .navigation__lang {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    text-transform: uppercase;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e7843), to(#19aa7c));
    background-image: -webkit-linear-gradient(left, #0e7843 0%, #19aa7c 100%);
    background-image: linear-gradient(left, #0e7843 0%, #19aa7c 100%);
  }
  .att__wrapper {
    display: block;
    padding: 25px 0 15px;
  }
  .att__wrapper img {
    width: 46px;
  }
  .att__close {
    top: 40px;
    right: -7px;
    width: 40px;
    background-size: contain;
  }
  .att__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: .6px;
  }
  .att__icon {
    display: block;
    padding-bottom: 15px;
    text-align: left;
  }
  .att__text {
    display: block;
    width: 100%;
  }
  .rss__text {
    margin-bottom: 15px;
  }
  .paggination__link {
    margin: 0 3px;
  }
  .head__name {
    font-size: 18px;
    line-height: 23px;
  }
  .head__title--detail,
  .head__title--detail .container {
    height: 320px;
  }
  .head__left,
  .head__right {
    top: inherit;
    bottom: 0;
  }
  .head__wrapper {
    bottom: 75px;
  }
  .rss__submit {
    width: 100%;
  }
  .rss__text {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .shortinfo__element--single {
    min-height: 100%;
  }
  .slider__element {
    height: auto;
  }
  .slider__inner {
    right: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: 0 0;
  }
  .slider__title {
    font-size: 21px;
  }
  .h-search__hide:before,
  .slider__text .page-btn {
    display: none;
  }
  .owl-carousel .owl-item img {
    /*width: inherit;*/
    max-width: none;
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
  }
  .h-search__field {
    font-size: 18px;
    padding-right: 60px;
    padding-left: 15px;
  }
  .h-search__close {
    right: 20px;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .h-search__hide:after {
    right: 60px;
  }
  .slider__element .page-btn,
  .slider__text {
    display: none;
  }
  .rate__title {
    font-size: 24px;
    padding: 33px 15px 0;
    white-space: normal;
  }
  .rate__type {
    position: relative;
    width: auto;
    margin-right: 20px;
    margin-left: 0;
    text-align: left;
    vertical-align: bottom;
    border: 0;
  }
  .rate__float {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-right: 0;
  }
  .att__icon {
    padding-left: 0;
  }
  .rate__buy,
  .rate__sale {
    width: 100%;
    margin-right: 0;
    padding-left: 30px;
  }
  .rate__nav {
    margin-bottom: 55px;
    padding: 30px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .rate__type.active {
    border: 0;
  }
  .rate__type.active:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #168558;
  }
  .att__text,
  .rate__wrapper {
    padding-left: 0;
  }
  .rate__more a {
    display: block;
  }
  .rate__more {
    bottom: -70px;
  }
  .rate__result {
    display: none !important;
  }
  .rate__mob,
  .rate__val {
    display: inline-block;
    vertical-align: middle;
  }
  .rate__mob {
    font-size: 24px;
    margin-bottom: 10px;
    color: #666;
    width: 35%;
  }
  .rate__val {
    width: 30%;
    padding-left: 0;
  }
  .rate__list {
    display: block;
    font-size: 0;
    width: 100%;
  }
  .rate__val.active:before {
    display: none;
  }
  .rate__val.active {
    color: #c6c6c6;
  }
  .i-down,
  .i-up {
    width: 15px;
    height: 15px;
    vertical-align: inherit;
  }
  .rate__title--mob span {
    font-size: 14px;
    opacity: .5;
    color: #333;
  }
  .interest__link {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .interest__img,
  .menu__nav:after {
    display: none;
  }
  .navigation__drop {
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    overflow: visible;
    overflow-x: auto;
    width: 84.375%;
    height: 100%;
    padding: 0 5px;
    background: #212121;
  }
  .navigation__drop.open {
    display: block;
  }
  .drop__title {
    font-size: 21px;
    margin-bottom: 24px;
    padding-left: 0;
    opacity: .2;
    color: #fff;
    border-left: 0;
  }
  .drop__list .col-lg-4,
  .drop__list .col-lg-8 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .menu__element {
    margin-bottom: 14px;
    border-bottom: 1px solid #383838;
  }
  .control__btn--mobile {
    display: block;
  }
  .header__bottom:after,
  .menu-content-hidden .sub-banner,
  .result__head h5 br,
  body .menu-content-hidden {
    display: none;
  }
  .menu-content-hidden .col-lg-12,
  .menu-content-hidden .col-lg-6 {
    float: none;
    width: 100%;
    padding: 0;
    background: #1a1a1a;
  }
  .menu-content-hidden .sub-menu {
    display: block;
    width: 100%;
  }
  .menu-content-hidden {
    margin: 0 -20px;
    padding-right: 20px;
    padding-left: 20px;
    background: #1a1a1a;
  }
  .sub-menu__link {
    display: inline-block;
    line-height: 17px;
  }
  .menu__link {
    display: block;
    font-size: 15px;
    margin-bottom: 14px;
    letter-spacing: -.2px;
    background: url(../images/icons/white-open.svg) no-repeat right 7px;
    background-size: 9px 6px;
  }
  .menu__link.active {
    background: url(../images/icons/green-close.svg) no-repeat right 7px;
    background-size: 9px 6px;
  }
  .m-menu-close {
    position: absolute;
    top: 19.5px;
    right: 4%;
    display: block;
    font-size: 24px;
    color: #fff;
  }
  .shdw.shdw-on {
    display: block;
  }
  .accordion {
    margin: 0 -15px 45px;
  }
  .accordion__content {
    padding: 30px 15px;
  }
  .accordion__name h3,
  .accordion__name--disabled h3 {
    position: static;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .interest__content {
    width: 100%;
    height: auto;
  }
  .shortinfo__marker {
    letter-spacing: .2px;
  }
  .shortinfo__title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .footer__up {
    /*top: -16px;*/
    right: 5%;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  .footer__title {
    margin-bottom: 25px;
  }
  .app__title {
    margin-bottom: 17px;
    letter-spacing: .3px;
  }
  .fullinfo__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .head__title--detail {
    margin-bottom: 35px;
  }
  .head__text {
    font-size: 23px;
  }
  .head__title {
    padding-top: 46px;
    padding-bottom: 42px;
  }
  .head__date {
    margin-bottom: 47px;
  }
  .main__title {
    font-size: 22px;
    line-height: 1.2;
    margin: 5px 0 21px;
  }
  .aside__menu + .main__content,
  .main__content {
    padding-top: 0;
  }
  .calc__checkbox span,
  .calc__col--md span,
  .calc__radio span,
  .main__breadcrumbs .breadcrumbs__decor,
  .main__breadcrumbs .breadcrumbs__element {
    font-size: 12px;
  }
  .top-article {
    border: 1px solid #d9d9d9;
  }
  .top-article__img {
    height: 100px;
    position: relative;
    margin-bottom: 13px;
  }
  .top-article__img:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  }
  .top-article__inner {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .top-article__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 12px;
    height: 51.42857148px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .top-article__title {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: .4px;
  }
  .top-article__content {
    padding: 2px 13px;
  }
  .top-article__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .top-article__btn a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    height: 144%;
    padding: 0;
  }
  .warning {
    margin-bottom: 30px;
    padding: 23px 11px 22px;
  }
  .warning__text {
    font-size: 12px;
    line-height: 16px;
    /*max-height: 47px;*/
    margin-bottom: 15px;
  }
  .warning__marker {
    margin-bottom: 13px;
  }
  .calc__nav a {
    font-size: 12px;
    margin-right: 25px;
    letter-spacing: -.3px;
  }
  .atm__nav a:last-child,
  .calc__nav a:last-child {
    margin-right: 0;
  }
  .calc__col--sm h3 {
    font-size: 12px;
    letter-spacing: -.4px;
  }
  .calc__nav {
    margin-bottom: 47px;
  }
  .calc__text-field {
    width: 90px;
  }
  .calc__checkbox {
    margin-bottom: 28px;
  }
  .calc__text-field {
    font-size: 12px;
    height: 40px;
    padding: 0 8px;
  }
  .calc__text-field--sm {
    width: 49px;
  }
  .accordion .accordion__custom h3,
  .accordion__name h3,
  .accordion__name--disabled h3 {
    font-size: 13px;
    letter-spacing: -.3px;
  }
  .accordion .accordion__custom,
  .accordion__name,
  .accordion__name--disabled {
    height: 100%;
    min-height: 60px;
    padding: 22px 15px;
    border-right: 0;
    border-left: 0;
  }
  .accordion__content {
    border-right: 0;
    border-left: 0;
  }
  .accordion .accordion__custom h3 {
    padding-left: 41px;
    background-size: 28px;
  }
  .accordion__custom h3,
  .accordion__name h3,
  .accordion__name--disabled h3 {
    left: 15px;
    padding-right: 15px;
  }
  .rss__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
    letter-spacing: .5px;
  }
  .rss__subtitle {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .rss {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .shortinfo__marker {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 16px;
    padding: 0 11px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .interest__content {
    padding: 30px 11px 45px;
  }
  .interest__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .interest__text {
    font-size: 14px;
  }
  .interest__link {
    margin-bottom: 20px;
  }
  .interest__bt {
    right: 19px;
    bottom: 14px;
    background-size: 7px;
  }
  .faq-link,
  .result__head h5 {
    font-size: 12px;
  }
  .accordion__inner {
    padding-left: 56px;
  }
  .accordion__inner p {
    margin-bottom: 10px;
  }
  .calc__row {
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .general__list li {
    font-size: 14px;
    letter-spacing: -.5px;
    margin-bottom: 8px;
  }
  .general__description p,
  .general__text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.5px;
  }
  .general__description {
    padding-top: 10px;
    padding-left: 0;
  }
  .general__description p {
    margin-bottom: 22px;
  }
  .general__number {
    padding-top: 6px;
    padding-left: 0;
    text-align: left;
  }
  .general__number p {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
  }
  .general__number span {
    font-size: 16px;
  }
  .general__number b {
    font-size: 49px;
    line-height: 45px;
    margin: 0 5px;
  }
  .top-article {
    margin-bottom: 20px;
  }
  .general__head {
    margin-bottom: 36px;
    padding-bottom: 40px;
    border-bottom: 2px solid #00a97b;
  }
  .result__head span {
    font-size: 22px;
  }
  .result__line span {
    font-size: 12px;
    margin-bottom: -5px;
    color: inherit;
  }
  .result__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .calculator-refresh {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .rest__balance,
  .result__advanced strong {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 70%;
    font-weight: 400;
  }
  .result__advanced {
    margin-bottom: 10px;
  }
  .result__advanced strong {
    font-size: 12px;
  }
  .result__footer .result__text {
    white-space: nowrap;
  }
  .result__line {
    margin-bottom: 14px;
    border-bottom: 1px dotted #e0e0e0;
  }
  .result__head {
    flex-direction: column;
    margin-bottom: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .result__left {
    margin-bottom: 10px;
  }
  .doc__icon a,
  .general__detail_text ul li,
  .offer__img .general__number span,
  .result__text,
  .result__val i {
    font-size: 12px;
  }
  #cardlist button.close .icon-close-lg,
  .result__val {
    font-size: 16px;
  }
  .result__description {
    font-size: 12px;
    text-align: right;
  }
  .doc__icon span {
    font-size: 10px;
  }
  .doc__detail,
  .general__detail_text p {
    font-size: 12px;
    line-height: 16px;
  }
  .general__detail_text ul li {
    margin-bottom: 9px;
  }
  .n-list__element {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .offer__detail,
  .offer__img {
    display: block;
    width: 100%;
    padding: 0;
  }
  .offer__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .4px;
  }
  .offer__content {
    /*display: none;*/
  }
  .offer__content.change {
    display: block;
  }
  .offer__element {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .offer__img {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
    letter-spacing: .4px;
    text-transform: uppercase;
  }
  .offer__img .general__number {
    text-align: left !important;
  }
  .offer__img .general__number p {
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 26px;
    vertical-align: bottom;
    text-transform: lowercase;
  }
  .mdl__wrapper {
    margin: 0 -15px;
    padding: 36px 15px;
  }
  .mdl__title {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 25px;
    letter-spacing: .3px;
  }
  .mdl__name {
    margin-bottom: 6px;
  }
  .mdl__name .calc__question {
    font-size: 13px;
    font-style: normal;
    line-height: 14px;
    margin-bottom: 2px;
  }
  .mdl__wrapper p {
    min-height: 0;
    margin-bottom: 18px;
  }
  .mdl__head {
    margin-bottom: 34px;
  }
  .mdl__head:after {
    bottom: -13px;
  }
  .warning-text {
    top: 0;
  }
  .mdl-checkbox .calc__checkbox {
    position: static;
  }
  .mdl-checkbox {
    margin-top: 9px;
  }
  .mdl__captcha-field,
  .mdl__captcha-img {
    width: 100%;
  }
  .mdl__btn-wrapper {
    float: none;
  }
  .mdl__btn-wrapper .page-btn {
    width: 100%;
    max-width: 100%;
  }
  .show-table__control:after {
    right: 0;
  }
  .menu-content-hidden .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-content-hidden .sub-menu:first-child {
    padding-top: 22px;
    padding-bottom: 9px;
  }
  .menu-content-hidden .sub-menu:last-child {
    margin-top: -9px;
    padding-bottom: 9px;
  }
  .top-article__content {
    position: relative;
    z-index: 2;
    height: auto;
  }
  .top-article__content:after {
    position: absolute;
    z-index: -1;
    right: 11px;
    bottom: 11px;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    content: '\e258';
  }
  .bootstrap-datetimepicker-widget.dropdown-menu,
  .currency__datepick {
    max-width: 100%;
  }
  .currency__datepick input {
    max-width: 265px;
  }
  .table-condensed thead tr .glyphicon {
    top: 1px;
  }
  .currency__table {
    width: 767px;
    margin-bottom: 30px;
  }
  .currency__wrapper {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    border: 0;
  }
  .currency__datepick .input-group-addon {
    width: 100%;
    max-width: 20%;
  }
  .input-group .form-control {
    width: 100%;
    max-width: 80%;
  }
  .accordion__name {
    padding-right: 40px;
  }
  .conditions__table {
    max-width: 767px;
  }
  .show-table__content {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
  }
  .conditions__table td {
    font-size: 14px;
    padding: 10px;
  }
  #asd_subscribe_res {
    position: relative;
    bottom: 25px;
    font-size: 12px;
    height: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .loyal-banner-group {
    display: block;
    margin: 0 0 40px;
  }
  .loyal-banner-element {
    width: 100% !important;
    height: 240px !important;
    padding: 0;
  }
  .loyal-banner-element span {
    width: 100%;
    height: 240px;
  }
  .loyal-banner-element:last-child {
    display: block;
  }
  .loyal-banner-group .owl-controls {
    position: relative;
    top: 30px;
  }
  .modal-content-field .modal-lvl-slider img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .modal-content-field .modal-lvl-slider {
    display: block;
    margin: 0;
  }
  .modal-lvl-slider.owl-carousel .owl-item {
    text-align: center;
  }
  .modal-title {
    font-size: 18px;
  }
  .modal-lvl-slider .owl-nav {
    margin-top: -37px;
  }
  .modal-lvl-slider .owl-nav .owl-next,
  .modal-lvl-slider .owl-nav .owl-prev {
    margin-right: initial;
    opacity: .9;
    background: url(../images/icons/arrow-right.svg) no-repeat center center;
  }
  .modal-lvl-slider .owl-nav .owl-prev {
    margin-left: initial;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  #cardlist .modal-title {
    font-size: 14px;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
  #cardlist button.close {
    margin-top: -14px;
    opacity: .4;
  }
  .modal-lvl-name {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .modal-lvl + .modal-lvl {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
  }
  .loyal-banner-group .owl-dot,
  .modal-lvl-slider .owl-dot {
    width: 6px;
    height: 6px;
  }
  .modal-lvl-slider .owl-dots {
    margin-top: -22px;
    white-space: nowrap;
  }
  .loyal-banner-group .owl-dot.active,
  .modal-lvl-slider .owl-dot.active {
    background-color: #01935d;
  }
  .modal-dialog {
    width: auto;
    padding: 28px 20px;
  }
  .n-list__wrapper {
    margin: 0;
  }
  .n-list__element {
    margin-right: 0;
    margin-left: 0;
  }
  .srh-field {
    width: 59%;
  }
  .srh-btn {
    width: 39%;
  }
  .atm__table thead {
    display: none;
  }
  .manager__info {
    margin-top: 10px;
  }
  .atm__exmpl span,
  .sc__text {
    font-size: 12px;
  }
  .atm__wrapper {
    margin-bottom: 40px;
    padding: 25px 0 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
  }
  .atm__title {
    font-size: 21px;
    margin-bottom: 40px;
    letter-spacing: .2px;
  }
  .atm__nav a {
    margin: 0;
  }
  .atm__btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .atm__clear-filter {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .atm__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .atm__nav:after {
    position: absolute;
    z-index: -1;
    top: 39px;
    left: -15px;
    width: 140%;
    height: 1px;
    content: '';
    background: #d9d9d9;
  }
  .atm__nav,
  .atm__nav a.active {
    position: relative;
  }
  .atm__nav a.active:before {
    position: absolute;
    bottom: -23px;
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 3px;
    content: '';
    background: #00a97b;
  }
  .atm__name {
    margin-bottom: 15px;
  }
  .atm__exmpl a,
  .atm__nav a {
    font-size: 12px;
  }
  .atm__search a {
    font-size: 12px;
    margin-top: 13px;
    margin-bottom: 6px;
  }
  .atm__line {
    margin-top: 18px;
    margin-bottom: 31px;
  }
  .atm__show-type a {
    display: inline-block;
    font-size: 0;
    width: 30px;
    height: 18px;
    margin-left: 15px;
  }
  .atm__show-type span {
    margin-left: 0;
  }
  #tab_content_3.atm__table tbody td:first-child,
  #tab_content_4.atm__table tbody td:first-child {
    display: block;
  }
  .atm__table tbody td:first-child {
    /*display: none;*/
    margin-bottom: 0;
  }
  .atm .main__title {
    margin-top: 4px;
  }
  .atm-title-custom {
    font-size: 14px;
  }
  .atm-text {
    font-size: 12px;
  }
  .atm-det-adv {
    min-height: auto;
    margin-left: 0;
  }
  .atm-det-content > .row > .col-sm-4:after,
  .atm-det-content > .row > .col-sm-7:after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 20px 0 26px;
    content: '';
    background: #e3e3e3;
  }
  .accordion__content .calculator > .row > .col-lg-4.col-md-5.col-sm-5:before {
    display: block;
    width: 100%;
    height: 1px;
    margin: 26px 0;
    content: '';
    background: #e3e3e3;
  }
  .atm-map-detail {
    margin-top: 0;
  }
  .atm-img-side {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
  }
  .atm__table tbody td {
    display: block;
    width: 100% !important;
    padding: 0 15px !important;
    margin-bottom: 10px;
    text-align: left;
  }
  .atm__table tbody tr td:last-child {
    width: 100%;
    text-align: left;
  }
  .atm__table tbody tr {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  .calc__range--wrapper,
  .title-short-link span:before {
    display: none;
  }
  .atm__table tbody td span,
  .table-mobile-title,
  .title-short-link br {
    display: block;
  }
  .atm__show-result > a {
    margin: 0;
    padding: 0;
    border-right: 0;
  }
  .atm__show-container {
    margin-bottom: 23px;
    padding-bottom: 30px;
  }
  .atm__show-result.show-list.active {
    position: absolute;
    z-index: 99;
    top: -9px;
    left: 0;
    overflow: hidden;
    width: 195px;
    height: 45px;
    padding: 10px;
    border: 1px solid #b2b2b2;
    background: #fff;
  }
  .atm__show-result.show-list.active:after {
    position: absolute;
    z-index: 9;
    top: 23px;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-top: 6px solid #b2b2b2;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .atm__show-result.show-list.active > a {
    display: block;
    overflow: hidden;
    width: 145px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .atm__show-result.show-list.active.show {
    height: auto !important;
  }
  .term.range_val {
    padding: 0 8px;
    text-align: right;
  }
  .deposit-list__element {
    padding: 20px 10px 10px;
  }
  .deposit-list__col {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .calc__result {
    margin: 40px -45px 0;
    padding-top: 30px;
  }
  .deposit-list__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .deposit-list__info p,
  .deposit-list__info span {
    font-size: 13px;
    width: 50%;
  }
  .deposit-list__title {
    font-size: 21px;
    line-height: 24px;
    margin-right: 0;
  }
  .deposit-list__view2 .deposit-list__title {
    margin-right: 0;
  }
  .deposit-list__param span,
  .stripeMe tbody td,
  table .prim {
    font-size: 13px;
  }
  .deposit-list__param p {
    font-size: 24px;
  }
  .col-lg-6.field {
    height: auto;
    min-height: auto;
  }
  .title-short-link span {
    padding-left: 0;
  }
  .calc__checkbox span {
    max-width: 95%;
  }
  .page-btn--custom:hover {
    color: #fff;
    border: 1px solid #00a97b;
    background-color: #00a97b;
  }
  .owl-carousel .logo-side img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

.gm-style-iw {
  top: 42px !important;
  width: 100% !important;
}

.gm-style-iw div {
  min-width: 290px;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
    content: none;
   }

#notice-content .notice-link {
  position: absolute;
  bottom: 0;
  left:0;
  /*margin-bottom: 25px;*/
}

#notice-content .notice-link:after {
  position: absolute;
  z-index: 999;
  top: 71px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  content: '';
  border-top: 25px solid #00a97b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

#datetimepicker1 .form-control {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cabinet-content {
  padding-left: 185px;
  padding-right: 185px;
}

@media print {
  .accordion__name--disabled,
  .aside-collapse.js-aside-collapse,
  .aside__menu,
  .atm-back,
  .attention,
  .contact-all,
  .deposit-list__more,
  .deposit-list__show,
  .head__breadcrumbs,
  .head__left,
  .head__right,
  .header__bottom,
  .header__top,
  .main__breadcrumbs,
  .offer__list .accordion,
  .p-trigger__content,
  .p-trigger__title,
  .page-btn,
  .page-btn.page-btn--custom.atm__btn,
  .rss,
  .social__share,
  .top-article,
  .warning,
  a[href]:after,
  footer {
    display: none;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .container,
  footer,
  header,
  main {
    min-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .atm-det-content .row > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .deposit-list__counter {
    border-right: 0;
  }
  .accordion__content {
    display: block;
  }
  .head__title--detail,
  .head__title--detail .container {
    height: auto;
  }
  .header__middle {
    margin-bottom: 5%;
    border-bottom: 3px solid #d1d1d1;
  }
  .atm {
    margin-top: 0;
  }
  .title-short-link a {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .title-short-link span {
    padding-left: 0;
  }
  .atm .main__title {
    margin-bottom: 30px;
  }
  .head__wrapper {
    position: static;
  }
  .head__title {
    padding-bottom: 0;
  }
  .middle__advanced .middle__table:last-child {
    display: none;
  }
  .middle__table > span {
    white-space: normal;
  }
  .middle__table:first-child {
    width: 140px;
    white-space: nowrap;
  }
  .main__content {
    display: block !important;
    width: 100% !important;
    padding: 0 15px !important;
  }
  .deposit-list__element {
    display: inline-block;
    width: 33%;
    padding: 15px;
    vertical-align: top;
  }
  .deposit-list__col {
    position: relative;
    display: block;
    width: 100% !important;
    padding-right: 30px;
  }
  .deposit-list__title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
  }
  #map {
    overflow: visible;
  }
  #map img {
    display: block;
    width: 100%;
  }
  #map,
  footer,
  header,
  main {
    width: 100%;
    max-width: 100%;
  }
  .atm-icon {
    padding-left: 0;
  }
}

@media (max-width: 380px) {
  .notice-list li p i {
    display: block;
  }
  .notice-text {
    max-width: 220px;
  }
  .slider__element {
    display: none; 
  }
}

.map-columns {
  padding: 75px 85px;
}

.map-columns ul,
.map-columns ul li {
  margin: 0;
  padding: 0;
}

.map-columns ul li {
  list-style: none;
}

.map-columns .map-level-0 a {
  display: inline-block;
  margin-bottom: 10px;
}

.map-columns .map-level-1 {
  padding-left: 15px;
}

.map-columns .map-level-2 {
  padding-left: 30px;
}

.map-columns,
.map-columns td,
.map-columns tr {
  display: block;
}

.gm-style-iw .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gm-style-iw .row > div {
  width: 50%;
  min-width: auto !important;
}

.en .rate__title {
  font-size: 28px;
}

.premiumOutletIcons {
  margin-top: 5px;
  margin-right: 10px;
}

.prim {
  font-size: 16px;
  margin-bottom: 10px;
  color: gray;
}

.prim sup {
  position: static;
  font-size: 18px;
  line-height: normal;
  color: #333;
}

.disabled {
  pointer-events: none;
  border-color: #e3e3e3;
  background: #e3e3e3;
}

.mdl__text-field + .error {
  position: absolute;
  top: 79%;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  height: 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: .3px;
  color: #ef3f5b;
}

.mdl__text-field.error {
  border-color: #ef3f5b;
}

body .text-section {
  font-family: 'pnregular', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .3px;
  color: #333;
}

body .text-section * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
  padding: 0;
  letter-spacing: inherit !important;
  color: inherit;
}

body .text-section a {
  text-decoration: underline;
  color: #01935d;
}

body .text-section a:hover {
  text-decoration: underline;
  color: #1bb57d;
}

body .text-section ol,
body .text-section p,
body .text-section table,
body .text-section ul {
  width: 100%;
  margin-bottom: 30px;
}

body .text-section table.tbl2 thead tr,
body .text-section thead tr {
  border-bottom: 1px solid #333;
}

body .text-section th {
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

body .text-section tr {
  line-height: normal !important;
  border-bottom: 1px solid #e0e0e0;
}

body .text-section td {
  padding: 30px 15px;
}

body .text-section tr td:first-child,
body .text-section tr th:first-child {
  padding-left: 0;
}

body .text-section tr td:last-child,
body .text-section tr th:last-child {
  padding-right: 0;
}

body .text-section table.tbl2 tr {
  border-bottom: 1px solid #e0e0e0;
}

body .text-section table.tbl2 tbody tr:last-child {
  border-bottom: none;
}

body .text-section table.tbl2 tr td,
body .text-section table.tbl2 tr th {
  border-left: 1px solid #e0e0e0;
}

body .text-section table.tbl2 tr td:nth-child(2),
body .text-section table.tbl2 tr th:nth-child(2) {
  border-left: 1px solid #333;
}

body .text-section table.tbl2 tr td:first-child,
body .text-section table.tbl2 tr th:first-child {
  border-left: none;
}
body .text-section table.tbl2 tr td.border-right-gray:first-child,
body .text-section table.tbl2 tr th.border-right-gray:first-child {
  padding-left: 15px;
}
body .text-section table.tbl2 tr td[colspan='2'] {
  border-bottom: 1px solid #e0e0e0 !important;
}

body .text-section ol,
body .text-section ul {
  padding-left: 40px;
}

body .text-section ul {
  display: block;
  list-style-type: disc;
}

body .text-section h1 {
  font-size: 32px !important;
  line-height: 42px !important;
  margin-bottom: 30px;
  letter-spacing: 0.7px !important;
}

body .text-section h2 {
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 30px;
  letter-spacing: 0 !important;
}

body .text-section h3,
body .text-section h4,
body .text-section h5,
body .text-section h6 {
  font-size: 18px !important;
  line-height: 20px !important;
  margin-bottom: 30px;
  letter-spacing: 0.6px !important;
}

body .text-section sup {
  font-size: 75% !important;
  color: #01935d !important;
}

body .text-section .prim {
  font-size: 92% !important;
  line-height: 18px !important;
  color: gray !important;
}

body .text-section .prim sup {
  font-size: inherit !important;
  color: #333 !important;
}
body .text-section .no-border-top{
  border-top: none !important;
}
body .text-section .no-border-bottom{
  border-bottom-style: solid;
  border-bottom-color: transparent !important;
}
body .text-section .no-border-left{
  border-left: none !important;
}
body .text-section .no-border-right{
  border-right: none !important;
}
body .text-section .border-top-gray{
  border-top: 1px solid #e0e0e0 !important;
}
body .text-section .border-bottom-gray{
  border-bottom: 1px solid #e0e0e0 !important;
}
body .text-section .border-left-gray{
  border-left: 1px solid #e0e0e0 !important;
}
body .text-section .border-right-gray{
  border-right: 1px solid #e0e0e0 !important;
}
@media (max-width: 1599px) {
  body .text-section {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .3px;
    color: #333;
  }
}
@media (max-width: 1199px) {
  .cabinet-content {
    padding-left: 140px;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  body .text-section {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: .3px;
    color: #333;
  }
}

@media (max-width: 992px) {
  body .text-section {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .3px;
    color: #333;
  }
  body .text-section ol,
  body .text-section ul {
    padding-left: 17px;
  }
  body .text-section ol,
  body .text-section p,
  body .text-section table,
  body .text-section ul {
    width: 100%;
    margin-bottom: 15px;
  }
  body .text-section td,
  body .text-section th {
    padding: 15px;
  }
  body .text-section h1 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 15px;
    letter-spacing: 0.7px !important;
  }
  body .text-section h2 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
  }
  body .text-section h3,
  body .text-section h4,
  body .text-section h5,
  body .text-section h6 {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 15px;
    letter-spacing: 0.6px !important;
  }
  .d-adv__element {
    margin-bottom: 5px;
  }
  .cabinet-content {
    padding-left: 140px;
    padding-right: 140px;
  }
  .content-container {
    padding: 50px 120px;
  }
}

.mobile-curr-name {
  display: none;
}
.nav-inner {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sc__wrapper {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  body .text-section {
    font-family: 'pnregular', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .3px;
    color: #333;
  }
  .accordion__faq .accordion__custom > h3 {
    overflow: hidden;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mobile-curr-name {
    display: block;
  }
  .currency__table thead {
    display: none;
  }
  .currency__wrapper {
      margin-bottom: 40px;
  }
  .currency__table {
     padding: 0 10px;
     border: 1px solid #e0e0e0;
     margin-bottom: 0;
  }
  .currency__table,
  .currency__table tbody,
  .currency__table tr,
  .currency__table td{
    display: block;
    width: 100%;
  }
  .currency__table tr {
    padding: 25px 0;
  }
  .currency__table tbody tr td:last-child {
    padding-right: 0;
  }
  .currency__table tbody tr td{
    text-align: left;
    padding: 0;
    font-size: 13px;
  }
  .currency__table tbody tr td:first-child {
      margin-bottom: 15px;
   }
  .currency__table tbody tr:after {
    content: '';
    display: block;
    clear: both;
  }
  .currency__table td span{
    display: inline-block;
    width: 140px;
    text-transform: uppercase;
    padding: 4px 10px 4px 0;
  }  
    .currency__table tr {
        width: 50%;
        float: left;
    }
    .currency__table tr:nth-child(odd) {
        clear: left;
    }
  .cabinet-content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .content-container {
    padding: 45px;
  }
}

@media (max-width: 500px) {
    .currency__table tr {
        width: 100%;
        float: none;
    }
    .paggination__disabled,
    .paggination__link {
        min-width: 15px;
    }
   .paggination__link.tonext,
   .paggination__link.toprev {
       line-height: 28px;
       width: 30px;
       height: 35px;
   }
  .paggination__link {
      font-size: 13px;
  }
  .n-list__wrapper + nav .paggination{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .accordion__custom .more__categories {
    position: relative;
    transform: none;
    top: 20px;
    right: -40px;
  }
  .content-container {
    padding: 45px 15px;
  }
}
#js-applet-holder {
  margin-bottom: 30px;
}
form[name="form1"] p{
  margin-bottom: 30px;
}

.banking-link{
  text-decoration: none;
}
.slide_form {
  position:relative;
}
.slide_form > div.att__close {
  right: 8px;
  top: 8px;
}

@media (max-width: 414px) {
    .slider__element {
    display: none; 
  }
	.slider__main.owl-carousel{
    display: none; 
  }

}

/*new from 27022018*/
@media (max-width: 1199px) {
  .top__element {
    margin: 0 0 0 25px;
    }
}
@media (max-width: 832px) {
  .top__element {
    margin: 0 0 0 20px;
  }
  .top__lang {
    margin-right: 20px;
  }
 .lang__element {
    padding-left: 15px;
  }
 .lang__active {
    margin-left: -25px;
  }
  .lang__list {
    left: -15px;
  }
}
/*end of new from 27022018*/

/*for page tenders*/
.atm__table_tender tbody,
.atm__table_tender thead {
  border-bottom: 1px solid #d6d6d6;
}

.atm__table_tender thead td,
.atm__table_tender thead th {
  padding-right: 7px;
  padding-bottom: 23px;
  padding-left: 7px;
}

.atm__table_tender tbody td {
  padding: 15px 7px;
  vertical-align: top;
}

.atm__table_tender tbody td a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.atm__table_tender tbody td p {
  font-size: 15px;
  margin-bottom: 0;
  color: #323232;
}


@media (max-width: 767px) {

.atm__table_tender {
	margin-top: -27px;
}
.atm__table_tender tbody {
  border-bottom: none;
}

.atm__table_tender thead {
	display: none;
}
.atm__table_tender td:before {
	content: attr(data-label);
}

.atm__table_tender tbody td {
    display: block;
    width: 100% !important;
    padding: 0 15px !important;
    margin-bottom: 10px;
    text-align: left;
}

.atm__table_tender tbody td:first-child {
    margin-top: 35px;
}

.atm__table_tender td:before {
    display: table-row-group;
    width: 100% !important;
    padding: 0 15px !important;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    background: #eee;
}
.atm__table_tender tbody tr {
	border-bottom: 1px solid #d6d6d6;
}
.atm__table_tender tbody tr:last-child {
	border-bottom: none;
}
.atm__table_tender tbody td a {
	margin-top: 10px;
}
}
/*end of for page tenders*/

/*for page credit_representatives*/
 .credit_repr__text-field {
    font-size: 15px;
    height: 2.5em !important;
    margin-right: 18px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #333;
    border: 1px solid #b2b2b2;
  }
/*end of for page credit_representatives*/