@charset "UTF-8";
/* ===================================== reset =============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:link, a:visited, a:hover, a:focus, a:active {
  border: 0;
  outline: 0; }

.content p a, .content li a,
.content h6 a, td a{
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.content p a:hover,
.content li a:hover,
.content h6 a:hover,
td a:hover{
  text-decoration: none;
  color: #02a8e6; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button {
  padding: 0;
  margin: 0; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "MyriadPro","Calibri", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

input, textarea {
  font: inherit;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  width: 100%; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Circe Bold';
  src: url("../fonts/circe_bold.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/circe_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe_bold.woff2") format("woff2"), url("../fonts/circe_bold.woff") format("woff"), url("../fonts/circe_bold.ttf") format("truetype"), url("../fonts/circe_bold.svg#circe_bold") format("svg");
  /* Chrome < 4, Legacy iOS */
  font-display: swap; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/circe.eot?#iefix") format("embedded-opentype"), url("../fonts/circe.woff2") format("woff2"), url("../fonts/circe.woff") format("woff"), url("../fonts/circe.ttf") format("truetype"), url("../fonts/circe.svg#circe") format("svg");
  /* Chrome < 4, Legacy iOS */
  font-display: swap; }

/*flex*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/*static*/
.hiddenPC {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h5 {
  margin-bottom: 15px; }

h6 {
  font-weight: normal; }

body {
  overflow-x: hidden;
  font-family: "Circe","Calibri", sans-serif;
  line-height: 1.2;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  color: #002c40;
  position: relative; }

strong, .bold {
  font-weight: 600;
  font-family: "Circe Bold","Calibri", sans-serif; }

img {
  width: 100%;
  height: auto;
  display: block; }

.content img{
  width: auto;
  max-width: 100%;
}

*:focus {
  outline: none; }

span {
  display: inline-block; }

ul {
  list-style-type: none; }

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block; }

a.underline {
  text-decoration: underline; }

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

.uppercase {
  text-transform: uppercase; }

.plr25 {
  padding-left: 25px;
  padding-right: 25px; }

.plr10 {
  padding-left: 10px;
  padding-right: 10px; }

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.r10 {
  border-radius: 10px; }

.r12 {
  border-radius: 10px; }

.w50 {
  width: 50%; }

.w25 {
  width: 25%; }

.w100 {
  width: 100%; }

.blue {
  color: #005d9b; }

.gray {
  color: #748187; }

.lightblue, .content p a.lightblue{
  color: #02a8e6; }

.darkblue {
  color: #002c40; }

.red {
  color: #d8021b; }

a.lightblue:hover {
  color: #005d9b; }

a.darkblue:hover, .top__item2 ul li a:hover {
  color: #02a8e6; }

.svg-blue {
  fill: #005d9b; }

.svg-gray {
  fill: #748187;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.svg-lightblue {
  fill: #02a8e6; }

.svg-darkblue {
  fill: #002c40; }

.fz16 {
  font-size: 16px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz30 {
  font-size: 30px; }

.fz48 {
  font-size: 48px; }

.fz80 {
  font-size: 80px; }

h3, .tit26 {
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight:  bold; }

.tit36 {
  font-size: 36px;
  padding-bottom: 30px;
  font-family: "Circe Bold","Calibri", sans-serif; }

.mb5 {
  margin-bottom: 5px; }

.mb7 {
  margin-bottom: 7px; }

.mb10 {
  margin-bottom: 10px; }

.mb25 {
  margin-bottom: 25px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.mr5 {
  margin-right: 5px; }

.mr30 {
  margin-right: 30px; }

.mr10 {
  margin-right: 10px; }

.pb30 {
  padding-bottom: 30px; }

.pb20 {
  padding-bottom: 20px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dde1e4; }

.content p a.no-link {
  text-decoration: none; }

.content a.no-link:hover {
  color: #02a8e6; }

.container {
  max-width: 1240px;
  padding: 0 50px;
  margin: 0 auto; }

button {
  border: none;
  background-color: inherit;
  cursor: pointer; }

.btn {
  height: 42px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #02a8e6;
  color: #fff;
  line-height: 42px;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 17px;
  font-size: 12px;
  font-family: "Circe Bold","Calibri", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px; }

.content a.btn {
  text-decoration: none; }

.btnfz16 {
  font-size: 16px;
  text-transform: unset;
  font-family: "Circe","Calibri", sans-serif; }

.btn67 {
  height: 67px;
  line-height: 67px; }

.btn56 {
  height: 56px;
  min-width: 175px;
  line-height: 56px; }

.btn.btn-white {
  border: 1px solid #748187;
  color: #002c40;
  background-color: #fff; }

.btn.btn-white:hover {
  border: 1px solid #02a8e6;
  color: #02a8e6;
  background-color: #fff; }

.cookies .btn.btn-white {
  border: 1px solid #02a8e6;
  color: #02a8e6;
  background-color: #fff; }

.cookies .btn.btn-white:hover {
  border: 1px solid #005d9b;
  color: #fff;
  background-color: #005d9b; }

.btn:hover {
  color: #fff;
  background-color: #005d9b; }

.ul, .content ul, .content ol {
  margin-bottom: 20px; }

.content ol{
  margin-left: 20px;  
}

.content ul li ul {
  margin-left: 0px;
  margin-bottom: 0; }

.ul li, .point, .tabs-items ul li,
.content ul li, .content ul li ul li {
  display: block;
  padding-left: 10px;
  position: relative;
  padding-bottom: 3px; }

.point {
  display: inline-block; }

.ul li:before, .point:before, .tabs-items ul li:before,
.content ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #02a8e6; }

.content ul li ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 2px;
  background-color: #02a8e6; }

p {
  margin-bottom: 15px; }

.content p.mb0 {
  margin-bottom: 0; }

/*header*/
.burger {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
  z-index: 100; }

header .burger.main-menu-open {
  opacity: 0; }

header {
  background-color: #fff;
  position: relative;
  z-index: 50; }

header.menu-open{
	z-index: 250;
}


.header__inner .burger {
  margin-right: auto;
  margin-left: 25px; }

.burger span,
.burger:after,
.burger:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.burger span {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.burger:after {
  content: '';
  display: block;
  left: 0;
  top: 0; }

.burger:before {
  content: '';
  display: block;
  left: 0;
  bottom: 0; }

.burger.mobmenu-open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px; }

.burger.mobmenu-open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 5px; }

.burger.mobmenu-open span {
  display: none; }

.header__wrap {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1370px;
  margin: 0 auto; }

.header__top {
  border-bottom: 1px solid #e0e1e2;
  background-color: #f4f6fa; }

.header__top-lang .submenu {
  position: absolute;
  top: 15px;
  padding: 10px 0 10px; }

.lang__link {
  padding: 5px; }

.header__top a.header__top-phone {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #002c40;
  font-family: "Circe Bold","Calibri", sans-serif; }

.header__top-inner {
  height: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header__top a, .header__top-lang {
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #748187;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 25px; }

.header__top a.lang__link {
  margin-left: 0; }

.submenu {
  display: none; }

.header__middle-inner {
  height: 65px; }

.header__middle {
  border-bottom: 1px solid #e0e1e2; }

.header__bottom-inner {
  height: 55px; }

.mainmenu__item {
  margin-right: 30px; }

.mainmenu__link {
  color: #748187;
  font-size: 14px;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.mainmenu__item.active .mainmenu__link {
  color: #002c40;
  cursor: default; }

.header__logo {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  height: auto;
  width: 216px; }

.header__logo:after, .header__middle-right:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #e0e1e2;
  height: 34px;
  width: 1px; }

.header__middle-right {
  position: relative;
  padding-left: 30px;
  margin-left: auto; }

.header__middle-right:before {
  right: auto;
  left: 0;
  top: 3px; }

.header__top a.link-branches {
  margin-left: 35px; }

.b-menu__list > li {
  margin-right: 40px; }

.b-menu__link {
  padding: 18px 0; }

.b-menu__inner-submenu {
  position: relative; }

.b-menu__link {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.b-menu__submenu-item {
  width: 33.33%; }

.b-menu__submenu li {
  margin-bottom: 10px; }

.b-menu__submenu-item:first-child {
  font-family: "Circe Bold","Calibri", sans-serif; }

.b-menu {
  max-width: calc(100% - 50px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0; }

.b-menu::-webkit-scrollbar {
  -webkit-appearance: none; }

.b-menu::-webkit-scrollbar:vertical {
  width: 10px; }

.b-menu::-webkit-scrollbar:horizontal {
  height: 5px; }

.b-menu::-webkit-scrollbar-thumb {
  height: 1px;
  background-color: rgba(119, 119, 119, 0.5);
  border-radius: 10px;
  border: 1px solid rgba(119, 119, 119, 0.1); }

.b-menu::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: rgba(119, 119, 119, 0.1); }

.b-menu__submenu {
  position: absolute;
  left: 0;
  padding: 30px 0;
  display: none;
  width: 100%;
  z-index: 2;
  top: 55px;
  border-top: 1px solid #e0e1e2;
  background-color: #fff; }

.b-menu__submenu-item {
  padding-left: 30px;
  border-left: 1px solid #e0e1e2; }

.header a:hover, .header__top-phone:hover span {
  color: #02a8e6; }

.header a.btn:hover {
  color: #fff; }

.header__bottom {
  position: relative;
  border-bottom: 1px solid #e0e1e2;
  -webkit-box-shadow: 0 0 13px rgba(0, 93, 155, 0.08);
          box-shadow: 0 0 13px rgba(0, 93, 155, 0.08); }

/*crumbs*/
.crumbs {
  padding-top: 20px;
  margin-bottom: 25px; }

.content ul li.crumbs__item {
  position: relative;
  font-size: 16px;
  color: #748187; }

.content ul li.crumbs__item:first-child {
  padding-left: 0; }

.content .crumbs__item a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #002c40; }

.content .crumbs__item a:hover {
  color: #999; }

.crumbs__item:not(:first-child) {
  padding-left: 18px; }

.crumbs__item:not(:first-child):after {
  content: '•';
  display: block;
  left: 7px;
  line-height: 1;
  top: 0;
  font-size: 20px;
  color: #002c40;
  position: absolute; }

.content ul li.crumbs__item:before {
  display: none; }

/*main__banner*/
.main__banner p {
  font-size: 24px; }

.main__banner-item {
  position: relative;
  }

.main__banner-item .container{
  position: relative;
}

.main__banner-item-img{
  position: absolute;
  background-size: cover;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
}

.main__banner-item-img-mob{
  display: none;
}
.main__banner-suptitle {
  font-size: 48px; }

.main__banner-title {
  font-size: 80px; }

.main__banner-btn {
  font-size: 18px;
  height: 67px;
  line-height: 67px;
  width: 230px;
  font-family: "Circe","Calibri", sans-serif;
  text-transform: unset; }

.main__banner-btns {
   position: absolute;
  bottom: 100px; }

.main__banner-inner {
  height: 665px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*top*/
section {
  margin-bottom: 50px; }

.top {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  margin-top: -100px; }

.top__inner {
  border: 1px solid #dee1e4;
  background-color: #fff; }

.top__item {
  padding: 35px 25px; }

.top__item2, .top__item3 {
  border-left: 1px solid #dee1e4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.content .top__item2 ul li:before {
  display: none; }

.top__item3 .fz26 {
  line-height: 1.1; }

/*.top__item2 {
  width: 27%;
  padding-right: 10px; }

.top__item3 {
  width: 23%; }*/

.top__item2 {
  width: 50%;
  padding-right: 10px; }

.top__item3 {
  width: 50%; }

.top__item2 ul li {
  font-family: "Circe Bold","Calibri", sans-serif;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.top__item2 ul li img {
  max-width: 30px; }

.top__item2 ul li a {
  margin-left: 10px; }

.top__item1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 50% 50%;
  width: 50%;
  grid-template-areas: "timg ttit"
 "timg ttex"
 "timg tlin"; }

 .top__item1{
 	display: none;
 }

.top__inner-img {
  grid-area: timg; }

.top__item1-title {
  grid-area: ttit; }

.top__item1-text {
  grid-area: ttex; }

.top__item1-link {
  grid-area: tlin; }

.top__inner > div:last-child {
  background-color: #eff2f8; }

.top__inner-img {
  max-width: 220px;
  margin-right: 35px; }

/*special-offers*/
.special-offers__list {
  margin: 0 -8px; }

.special-offers__item {
  width: calc(33.33% - 16px);
  margin: 8px;
  padding: 25px 5px 25px 25px;
  border: 1px solid #dde0e3 !important;
  -webkit-box-shadow: 0 0 24px rgba(116, 129, 135, 0.07);
          box-shadow: 0 0 24px rgba(116, 129, 135, 0.07); }

.converter {
  max-width: 400px; }

.converter__list {
  padding: 0px 10px 0; }

.converter__item-value {
  border: 1px solid #dee1e4;
  border-radius: 4px; }

.converter__item .inputall {
  margin-bottom: 0;
  border: none;
  height: 60px;
  padding: 0 20px;
  width: calc(100% - 115px);
  line-height: 60px;
  font-size: 30px; }

.converter__item .select2.select2-container:after {
  border-color: #002c40; }

.ratestb, .content table.ratestb {
  width: 100%; }

.content table.ratestb tr:nth-child(2n+1) {
    background-color: inherit;
}

.rates__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #748186; }

.ratesmob {
  margin-bottom: 35px;
  border-bottom: 1px solid #748186; }

.ratestb td span {
  position: relative;
  padding-right: 28px;
  font-size: 30px; }

.ratestb td.up span:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 5px solid #748186;
  top: -9px;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 5px; }

.ratestb td.down span:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #748186;
  top: 11px;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 5px; }

.convc.ratestb td {
  width: 31%; }

.convc.ratestb td.down span:after,
.convc.ratestb td.up span:after {
  right: 7px; }

.ratestb td:first-child {
  width: 145px;
  font-family: "Circe Bold","Calibri", sans-serif; }

.rates .date {
  font-size: 18px;
  color: #002c40; }

.rates .w50:first-child {
  padding-right: 15px; }

.ratestb th {
  font-size: 16px;
  color: #748187;
  text-align: left;
  font-weight: normal;
  padding-bottom: 20px; }

.ratestb td, .content table.ratestb td{
  font-size: 26px;
  width: 22.5%;
  padding: 5px 0;
}

input.error, textarea.error {
  border-bottom: 1px solid red; }

.select2-hidden-accessible,
.select2-search--hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2.select2-container,
.select2-results__option {
  font-size: 18px;
  width: 100% !important;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer; }

.converter__item .select2-selection.select2-selection--single, .converter__item .select2-results__option {
  font-size: 26px;
  padding: 14px 45px 13px 15px; }

.select2.select2-container {
  border: 1px solid #dee1e4; }

.converter__item .select2-results__option,
.converter__item .select2.select2-container {
  text-transform: uppercase; }

.selection {
  width: 100%;
  cursor: pointer; }

.select2.select2-container,
.select2-selection.select2-selection--single,
.select2-results {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.converter__item .select2-results__option,
.converter__item .select2.select2-container,
.converter__item .select2-results {
  width: 115px !important; }

.converter__item .select2.select2-container {
  border: none; }

.select2-results__option.select2-results__option--highlighted {
  background-color: #dbdbdb; }

.select2-results__options {
  width: 100%;
  max-height: 350px;
  border: 1px solid #ccced1; }

.select2-container {
  z-index: 200; }

.select2-results{
  overflow: auto;
}

/*newsmain*/
.newsmain__left,
.newsmain__right {
  width: calc(50% - 15px); }

.newsmain__img {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px; }

.news .newsmain__img {
  margin-bottom: 0; }

.date {
  color: #748187;
  font-size: 14px;
  margin-bottom: 5px; }

.newsmain__item-title {
  font-weight: bold;
  margin-bottom: 15px; }

.newsmain__item {
  margin-bottom: 40px; }

/*footer*/
.footer__top {
  margin-top: 70px;
  padding: 20px 0;
  min-height: 180px;
  border-bottom: 1px solid #ccced1;
  background-color: #f0f3f6; }

.footer__top-item {
  width: 27%;
  padding-top: 20px;
  padding-bottom: 20px; }

.footer__top-item:nth-child(1) {
  width: 23%; }

.footer__top-item:not(:first-child) ul {
  padding-left: 30px; }

.footer__top-link {
  font-size: 18px;
  color: #071b29;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.footer__top-link:hover, .header-submenu a:hover {
  color: #02a8e6; }

.footer__top-item li:not(:last-child) {
  margin-bottom: 20px; }

.footer__top-item ul {
  position: relative; }

.footer__top-item:not(:last-child) {
  padding-right: 20px; }

.footer__top-item:last-child {
  width: 23%; }

.social svg {
  height: 17px;
  fill: #748187;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.social:hover svg {
  fill: #02a8e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.social {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 5px 20px 5px 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.developer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 10px; }

.developer a {
  color: #748187; }

.footer__bottom .developer:hover a {
  color: #fd2293; }

.developer .img img {
  display: block;
  width: auto; }

.developer .text {
  text-align: right;
  display: inline-block;
  margin-right: 5px;
  line-height: 10px;
  vertical-align: top; }

.developer .img a {
  background: #748187;
  width: 87px;
  height: 26px; }

.developer:hover .img a {
  background: #fd2293; }

.copyrights {
  font-size: 16px; }

.footer__top-item:not(:last-child) ul:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
  background-color: #ccced1; }

.footer__top-item:not(:last-child) {
  padding-right: 20px; }

.footer__bottom-item {
  width: 33.33%; }

.footer__bottom {
  padding: 35px 0 30px;
  background-color: #f0f3f6; }

.footer__bottom p {
  margin-bottom: 10px; }

.footer__bottom .tel:hover, .footer__bottom a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #02a8e6; }

.footer__bottom-item:nth-child(1) {
  width: 400px; }

.footer__bottom-item:nth-child(2) {
  width: 400px; }

.footer__bottom-item:nth-child(3) {
  width: 230px; }

.banners__list {
  margin: 0 -14px; }

.banners__item {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 243px;
  width: calc(50% - 28px);
  margin: 0 14px;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #eff2f8; }

.banners__item .btn {
  margin-top: auto; }

.header__search {
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: -5px;
  width: 20px;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.header__search-wrap {
  width: 100%;
  left: 0;
  position: absolute; }

.header__search-inner {
  height: 50px;
  position: relative; }

.header__search .svg-darkblue:hover,
.header__search-close:hover svg,
.header__top a:hover svg,
.header__top-lang:hover svg,
a:hover .svg-gray {
  fill: #02a8e6; }

.btn-close.header__search-close {
  display: none;
  cursor: pointer;
  top: 15px; }

.header__search.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute; }

body.openHS .header__bottom-inner {
  position: relative; }

body.openHS .btn-close.header__search-close {
  display: block; }

body.openHS .header__search .svg-darkblue {
  fill: #02a8e6; }

.overlay {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 44, 64, 0.5); }

.overlay.open-pcmenu{
	z-index: 249;
}

.overlay.active {
  display: block;
  z-index: 60; }

body.openHS .header__search {
  right: 0; }

body.openHS .header__search > span,
.header__search-btn {
  display: none; }

body.openHS .header__search-btn,
.mobmenu .header__search-btn {
  margin-right: 20px;
  display: block; }

.overlay.openHS {
  display: block;
  top: 163px; }

.overlay.open-pcmenu {
  display: block; }

body.openHS {
  overflow: hidden; }

.input-hs {
  font-size: 0;
  color: #002c40; }

.header__search.open .input-hs {
  font-size: 18px; }

.header__search.open {
  width: 100%; }

.copyrights {
  margin-right: 50px; }

.copyrights p {
  margin-bottom: 5px; }

.cookies {
  background: #fff;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none; }

.cookies .btn {
  text-transform: uppercase;
  min-width: 180px; }

.cookies-close-icon {
  position: absolute;
  right: 0;
  top: 0; }

.cookies-cont {
  font-size: 16px;
  padding-right: 80px;
  color: #5a5a5a; }

.cookies-cont {
  font-size: 16px;
  padding-right: 80px;
  color: #5a5a5a; }

.main-slick-arrow {
  width: 50px;
  position: absolute;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 190px;
  right: 0;
  z-index: 10; }

.main-slick-arrow:hover {
  background-color: inherit;
  cursor: pointer;
  border: 1px solid #005d9b; }

.main-slick-prev {
  right: 55px; }

.main__banner-arrows,
.mainmenu-mob li {
  position: relative; }

.link-more {
  position: relative;
  padding-right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #02a8e6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.link-more:after,
.select2.select2-container:after,
.faq__item-title:after,
.arrow-down-darkblue:after,
.mainmenu-mob li.active:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(-136deg);
      -ms-transform: translate(0, -50%) rotate(-136deg);
          transform: translate(0, -50%) rotate(-136deg);
  border: 2px solid #02a8e6;
  border-right: none;
  border-top: none;
  content: '';
  display: block;
  width: 6px;
  position: absolute;
  top: 11px;
  right: 0;
  height: 6px;
  background-repeat: no-repeat; }

.mainmenu-mob li.active:before {
  -webkit-transform: translate(0, -50%) rotate(136deg);
      -ms-transform: translate(0, -50%) rotate(136deg);
          transform: translate(0, -50%) rotate(136deg); }

.main-slick-arrow:after, .link-more:hover:after {
  border-color: #005d9b; }

.link-more:hover {
  color: #005d9b; }

.main-slick-arrow:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(136deg);
      -ms-transform: rotate(136deg);
          transform: rotate(136deg);
  border: 3px solid #005d9b;
  border-right: 0;
  border-bottom: 0;
  left: calc(50% - 8px);
  top: calc(50% - 7px);
  width: 10px;
  height: 10px; }

.main-slick-arrow:hover:after {
  border-color: #02a8e6; }

.main-slick-prev.main-slick-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.select2.select2-container, .arrow-down-darkblue {
  position: relative; }

.arrow-down-darkblue {
  position: relative;
  padding-right: 15px; }

.arrow-right-darkblue,
.arrow-right-lightblue {
  position: relative;
  padding-right: 25px; }

.arrow-right-darkblue:before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 19px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMC45IDE3LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjkgMTcuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMmM0MDtzdHJva2Utd2lkdGg6MC45OTQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJMaW5lLTUiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41djE1LjkiLz4NCjxwYXRoIGlkPSJMaW5lLTYiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41bDUsNSIvPg0KPHBhdGggaWQ9IkxpbmUtNi1Db3B5IiBjbGFzcz0ic3QwIiBkPSJNNS41LDAuNWwtNSw1Ii8+DQo8L3N2Zz4NCg==); }

.arrow-right-lightblue:hover:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMC45IDE3LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjkgMTcuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwNWQ5YjtzdHJva2Utd2lkdGg6MC45OTQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJMaW5lLTUiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41djE1LjkiLz4NCjxwYXRoIGlkPSJMaW5lLTYiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41bDUsNSIvPg0KPHBhdGggaWQ9IkxpbmUtNi1Db3B5IiBjbGFzcz0ic3QwIiBkPSJNNS41LDAuNWwtNSw1Ii8+DQo8L3N2Zz4NCg==); }

.arrow-right-darkblue:hover:before,
.arrow-right-lightblue:before,
.arrow-top-lightblue:before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 19px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMC45IDE3LjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjkgMTcuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAyQThFNjtzdHJva2Utd2lkdGg6MC45OTQ7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJMaW5lLTUiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41djE1LjkiLz4NCjxwYXRoIGlkPSJMaW5lLTYiIGNsYXNzPSJzdDAiIGQ9Ik01LjUsMC41bDUsNSIvPg0KPHBhdGggaWQ9IkxpbmUtNi1Db3B5IiBjbGFzcz0ic3QwIiBkPSJNNS41LDAuNWwtNSw1Ii8+DQo8L3N2Zz4NCg==); }

.arrow-top-lightblue {
  position: relative; }

.arrow-top-lightblue:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.select2.select2-container:after, .arrow-down-darkblue:after {
  border-color: #002c40;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg); }

.arrow-down-darkblue:after {
  width: 5px;
  border: 1px solid #002c40;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-right: none;
  border-top: none;
  transition: all 0.3s;
  height: 5px;
  top: 8px; }

.select2.select2-container:after {
  right: 20px;
  border-color: #02a8e6;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  top: calc(50% - 2px); }

.btn-up {
  position: fixed;
  height: 55px;
  width: 55px;
  bottom: 140px;
  right: 20px;
  -webkit-box-shadow: 0 0 24px rgba(116, 129, 135, 0.07);
          box-shadow: 0 0 24px rgba(116, 129, 135, 0.07);
  background-color: #fff;
  display: none;
  z-index: 100;
  border-radius: 50%;
  cursor: pointer; }

.btn-up span {
  width: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 19px; }

/*search*/
.searchbar-inner input,
.iban__calc input {
  color: #002c40;
  background: #fff;
  height: 40px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #dee1e4;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 13px rgba(0, 93, 155, 0.08);
          box-shadow: 0 0 13px rgba(0, 93, 155, 0.08);
  height: 64px;
  padding: 0 60px 0 70px; }

.iban__calc input {
  padding: 0 30px; }

.searchlist__item {
  display: none; }

.searchlist a:hover {
  color: #02a8e6; }

.searchbar-inner .i-search {
  position: absolute;
  top: 20px;
  left: 30px; }

.searchbar-inner {
  position: relative; }

.searchbar-btn {
  width: 180px;
  height: inherit; }

.searchlist-page a {
  position: relative;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 14px; }

.searchlist-page a:before {
  content: '-';
  display: block;
  left: -1px;
  line-height: 1;
  top: 0px;
  font-size: 16px;
  color: #002c40;
  position: absolute; }

.searchlist-page a:first-child:before {
  content: '•';
  display: block;
  left: 0px;
  top: 1px;
  font-size: 15px;
  color: #02a8e6; }

.searchlist-page {
  color: #002c40;
  position: relative;
  margin-bottom: 20px; }

.searchlist-title {
  font-size: 18px;
  display: block;
  padding-bottom: 10px;
  font-family: "Circe Bold","Calibri", sans-serif; }

.line {
  border-bottom: 1px solid #dde1e4; }

.calc .line {
  border-color: #748187; }

.loadmore {
  font-size: 12px;
  font-family: "Circe Bold","Calibri", sans-serif;
  text-transform: uppercase;
  min-width: 195px; }

/*404*/
.errorpage__title {
  font-size: 75px;
  font-weight: normal;
  margin-bottom: 20px; }

.errorpage__suptitle {
  font-size: 48px;
  margin-bottom: 10px; }

.errorpage .logo {
  width: 216px;
  margin-bottom: 80px; }

.errorpage {
  padding: 60px 0 50px;
  width: 100%;
  background-color: #fff; }

body.page404 footer, body.page404 .header {
  display: none !important; }

body.page404 .content {
  min-height: 100vh;
  padding-bottom: 50px;
  height: auto;
  background-color: #fff; }

.btn-close span {
  width: 20px;
  height: 1px;
  display: block;
  margin-top: 10px;
  background-color: #002c40;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  cursor: pointer; }

.btn-close span:after {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #002c40;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute; }

.btn-close {
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

.mobmenu {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 71px;
  left: 0;
  right: 0;
  height: calc(100vh - 57px);
  width: 100%;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.mobmenu__wrap {
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  width: 395px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  margin-left: auto;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.5s cubic-bezier(0.41, 0.35, 0.02, 0.94) 0s, -webkit-transform 0.5s cubic-bezier(0.41, 0.35, 0.02, 0.94) 0s; }

.mobmenu.mobmenu-open {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

body.mobmenu-open .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

body.mobmenu-open {
  overflow: hidden; }

.mobmenu.mobmenu-open .mobmenu__wrap {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: transform 0.5s cubic-bezier(0.41, 0.35, 0.02, 0.94) 0s, -webkit-transform 0.5s cubic-bezier(0.41, 0.35, 0.02, 0.94) 0s; }

.mainmenu-mob {
  background-color: #eff2f8;
  padding: 30px 20px; }

.mobmenu__item {
  padding: 30px 20px; }

.mobmenu__item:not(:last-child) {
  border-bottom: 1px solid #ccced1; }

.mainmenu-mob a {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.b-menu__submenu-mob > div {
  padding-bottom: 20px;
  margin-bottom: 30px; }

.b-menu__link {
  position: relative; }

.b-menu__link:before {
  content: '';
  display: block;
  width: 100%;
  bottom: 0px;
  left: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #02a8e6;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0); }

.b-menu__link.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.b-menu__inner {
  position: relative; }

.b-menu__link.active {
  color: #02a8e6; }

.b-menu__link.arrow-down-darkblue:after {
  top: calc(50% - 3px); }

.b-menu-mob__list li.active {
  position: relative; }

.b-menu-mob__list li.active > a {
  color: #02a8e6; }

.b-menu-mob__list li.active:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: 0;
  height: 1px;
  background-color: #ccced1;
  width: calc(100% + 40px); }

.b-menu__submenu-mob > div:not(:last-child) {
  border-bottom: 1px solid #ccced1; }

.b-menu__submenu-mob > div:first-child {
  font-family: "Circe Bold","Calibri", sans-serif; }

.b-menu__submenu-mob li,
.b-menu-mob__list li {
  margin-bottom: 10px; }

.b-menu__submenu-mob a {
  font-size: 18px; }

.mobmenu .header__search {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
  height: 55px;
  margin-bottom: 0; }

.mainmenu-mob .active a {
  color: #02a8e6; }

.input-hs::-webkit-input-placeholder, .inputall::-webkit-input-placeholder, input::-webkit-input-placeholder, .textareaall::-webkit-input-placeholder {
  color: #002c40; }

.input-hs::-moz-placeholder, .inputall::-moz-placeholder, input::-moz-placeholder, .textareaall::-moz-placeholder {
  color: #002c40; }

.input-hs:-ms-input-placeholder, .inputall:-ms-input-placeholder, input:-ms-input-placeholder, .textareaall:-ms-input-placeholder {
  color: #002c40; }

.input-hs::-ms-input-placeholder, .inputall::-ms-input-placeholder, input::-ms-input-placeholder, .textareaall::-ms-input-placeholder {
  color: #002c40; }

.input-hs::placeholder,
.inputall::placeholder,
input::placeholder,
.textareaall::placeholder {
  color: #002c40; }

.mobmenu .header__search > span {
  margin-right: 20px; }

.mobmenu .input-hs {
  font-size: 18px; }

/*product*/
.product.type1 .product__img {
  width: 50%;
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 553px;
  background-color: #eff2f8; }

.product__img img {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto; }

.product.type1 .product__info {
  padding: 0px 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  flex: 1;
  padding: 0px; }

.product.type1 .product__img + .product__info {
  padding: 20px 45px; 
}

.product__info .btn ~ .btn {
  margin-left: 15px; }

.product__info .btn-atm {
  margin-right: -65px;
  margin-left: 20px; }

.btn-atm:hover {
  color: #02a8e6; }

.btn-atm.ml20,
.btn.ml20 {
  margin-left: 20px; }

.product:not(:last-child) {
  margin-bottom: 60px; }

.product.type2 .product__img {
  min-width: 360px;
  display: block;
  padding-right: 40px; }

/*useful-info*/
.useful-info {
  margin-top: 60px; }

.useful-info .top {
  margin-top: 0; }

.content .useful-info li a {
  text-decoration: none; }

.fullwidth {
  width: 100vw;
  background-color: #eff2f8;
  margin-left: calc(50% - 50vw); }

.iban__calc {
  padding: 50px 0; }

.iban__calc-inner {
  max-width: 945px;
  margin: 0 auto; }

.iban__calc-btn {
  height: inherit; }

.table, .content table {
  border-bottom: 1px solid #eff2f8;
  margin-bottom: 30px;
  width: 100%; }

.table div:nth-child(2n+1),
.content table tr:nth-child(2n+1) {
  background-color: #eff2f8; }

.bg-gray {
  background-color: #eff2f8; }

.content table td {
  font-size: 18px;
  padding: 15px 22px; }

.col-4 > div, .col-2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }


.table.col-2 span,
.col-4 span {
  width: 50%;
  font-size: 18px;
  padding: 15px 20px;
  display: inline-block; }

.col-4 span {
  width: 25%; }

.col-4.pb0 span {
  padding: 15px 20px 0 20px; }

.col-4 span.plr0 {
  padding-left: 0;
  padding-right: 0; }

.col-4.pb0 > div {
  padding-bottom: 20px; }

.col-4 span.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.table.col-2 div span:last-child {
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: 600; }

.tabs-item__block .pdf,
.tabs-item__block .xls {
  margin-top: 30px;
  margin-bottom: 35px; }

.pdf, .xls, .zip, .xml{
  position: relative;
  display: block;
  margin: 32px 0;
  padding-left: 45px; }

.one-row .pdf, 
.one-row .xls,
.one-row .zip, 
.one-row .xml{
	display: inline-block;
}

.one-row a ~ a{
	margin-left: 25px;
}

a.pdf, a.xls, .pdf a, .xls a,
a.zip, a.xml, .zip a, .xml a{
  text-decoration: underline;
}

a.pdf:hover, a.xls:hover, .pdf a:hover, .xls a:hover,
a.zip:hover, a.xml:hover, .zip a:hover, .xml a:hover{
  text-decoration: none; }

.pdf:before, .xls:before, .xml:before, .zip:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMSA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMEE5RTg7fQ0KCS5zdDF7ZmlsbDojMDA1RDlEO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAuOCw5LjNsLTguNi04LjZjLTAuMi0wLjItMC40LTAuMy0wLjYtMC4zSDMuNUMxLjYsMC40LDAsMiwwLDMuOXYzNC40YzAsMS45LDEuNSwzLjQsMy40LDMuNGgyNC4xDQoJCWMxLjksMCwzLjQtMS41LDMuNC0zLjRWOS45QzMxLDkuNywzMSw5LjQsMzAuOCw5LjN6IE0yMi40LDMuNEwyOC4xLDloLTMuOWMtMC45LDAtMS43LTAuOC0xLjctMS43VjMuNHogTTI3LjYsNDBIMy41DQoJCWMtMC45LDAtMS43LTAuOC0xLjctMS43VjMuOWMwLTAuOSwwLjgtMS43LDEuNy0xLjdoMTcuMnY1LjJjMCwxLjksMS41LDMuNCwzLjQsMy40aDUuMnYyNy42QzI5LjMsMzkuMywyOC41LDQwLDI3LjYsNDB6Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIyLjQsMjUuNGMtMC4zLDAtMS4zLDAuMS0yLjUsMC4zYy0wLjgtMC42LTEuNi0xLjMtMi4xLTEuOGMtMC43LTAuNy0xLjItMS4zLTEuNy0xLjkNCgkJYzAuOC0yLjQsMS4xLTMuNywxLjEtNC40YzAtMi45LTEtMy40LTIuNi0zLjRjLTEuMiwwLTIuNiwwLjYtMi42LDMuNWMwLDEuMywwLjcsMi44LDIuMSw0LjdjLTAuMywxLTAuNywyLjItMS4yLDMuNg0KCQljLTAuMiwwLjctMC41LDEuMy0wLjcsMS44Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuM2MtMC43LDAuMy0xLjMsMC43LTEuOSwwLjljLTIuNywxLjMtNC42LDIuMi00LjYsMy45YzAsMS4yLDEuMywyLDIuNiwyDQoJCWMxLjYsMCw0LTIuMSw1LjgtNS43YzEuOC0wLjcsNC4xLTEuMyw1LjktMS42YzEuNCwxLjEsMywyLjIsMy44LDIuMmMyLjEsMCwyLjYtMS4yLDIuNi0yLjNDMjUuOSwyNS40LDIzLjUsMjUuNCwyMi40LDI1LjR6DQoJCSBNNy44LDMzLjFjLTAuNSwwLTAuOC0wLjItMC45LTAuM2MwLTAuNiwxLjgtMS41LDMuNi0yLjNjMC4xLTAuMSwwLjItMC4xLDAuMy0wLjJDOS42LDMyLjMsOC4zLDMzLjEsNy44LDMzLjF6IE0xMy44LDE3LjcNCgkJYzAtMS44LDAuNi0xLjgsMC45LTEuOGMwLjYsMCwwLjksMCwwLjksMS43YzAsMC40LTAuMiwxLjMtMC43LDIuN0MxNC4yLDE5LjMsMTMuOCwxOC40LDEzLjgsMTcuN3ogTTE0LjUsMjcNCgkJYzAuMS0wLjEsMC4xLTAuMywwLjItMC41YzAuMy0xLDAuNi0xLjgsMC45LTIuNmMwLjQsMC40LDAuNywwLjgsMS4yLDEuMmMwLjIsMC4yLDAuNiwwLjUsMS4xLDFDMTYuNywyNi4zLDE1LjYsMjYuNiwxNC41LDI3eg0KCQkgTTIzLjQsMjhjLTAuMi0wLjEtMC44LTAuNC0xLjQtMC44YzAuMiwwLDAuNCwwLDAuNSwwYzEuMywwLDEuNiwwLjEsMS43LDAuM0MyNC4yLDI3LjgsMjQuMiwyOCwyMy40LDI4eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  width: 31px;
  height: 42px;
  left: 0;
  top: calc(50% - 21px); }

.xls:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMSA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMEE5RTg7fQ0KCS5zdDF7ZmlsbDojMDA1RDlEO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAuOCw5LjNsLTguNi04LjZjLTAuMi0wLjItMC40LTAuMy0wLjYtMC4zSDMuNUMxLjYsMC40LDAsMiwwLDMuOXYzNC40YzAsMS45LDEuNSwzLjQsMy40LDMuNGgyNC4xDQoJCWMxLjksMCwzLjQtMS41LDMuNC0zLjRWOS45QzMxLDkuNywzMSw5LjQsMzAuOCw5LjN6IE0yMi40LDMuNEwyOC4xLDloLTMuOWMtMC45LDAtMS43LTAuOC0xLjctMS43VjMuNEgyMi40eiBNMjcuNiw0MEgzLjUNCgkJYy0wLjksMC0xLjctMC44LTEuNy0xLjdWMy45YzAtMC45LDAuOC0xLjcsMS43LTEuN2gxNy4ydjUuMmMwLDEuOSwxLjUsMy40LDMuNCwzLjRoNS4ydjI3LjZDMjkuMywzOS4zLDI4LjUsNDAsMjcuNiw0MHoiLz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTE4LjcsMzQuMWwtMS45LTMuNWMtMC44LTEuNC0xLjMtMi4zLTEuOC0zLjRoLTAuMWMtMC40LDEtMC45LDItMS42LDMuNGwtMS44LDMuNUg3LjhsNS4zLTlMOCwxNi4yaDMuNw0KCQkJbDEuOSwzLjdjMC42LDEuMSwxLDIsMS41LDNoMC4xYzAuNS0xLjEsMC44LTEuOSwxLjQtM2wxLjktMy43aDMuN0wxNywyNC45bDUuNCw5LjFIMTguN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==); }

.xml:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMSA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMEE5RTg7fQ0KCS5zdDF7ZmlsbDojMDA1RDlEO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAuOCw5LjNsLTguNi04LjZjLTAuMi0wLjItMC40LTAuMy0wLjYtMC4zSDMuNUMxLjYsMC40LDAsMiwwLDMuOXYzNC40YzAsMS45LDEuNSwzLjQsMy40LDMuNGgyNC4xDQoJCWMxLjksMCwzLjQtMS41LDMuNC0zLjRWOS45QzMxLDkuNywzMSw5LjQsMzAuOCw5LjN6IE0yMi40LDMuNEwyOC4xLDloLTMuOWMtMC45LDAtMS43LTAuOC0xLjctMS43VjMuNEgyMi40eiBNMjcuNiw0MEgzLjUNCgkJYy0wLjksMC0xLjctMC44LTEuNy0xLjdWMy45YzAtMC45LDAuOC0xLjcsMS43LTEuN2gxNy4ydjUuMmMwLDEuOSwxLjUsMy40LDMuNCwzLjRoNS4ydjI3LjZDMjkuMywzOS4zLDI4LjUsNDAsMjcuNiw0MHoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04LjgsMjUuOGwzLDQuM0gxMGwtMi4yLTMuMmwtMi4yLDMuMkgzLjlsMy00LjNMNCwyMS43aDEuN2wyLjEsM2wyLTNoMS43TDguOCwyNS44eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMi4zLDIxLjdoMS41bDIuOSwzLjlsMi43LTMuOWgxLjR2OC40aC0xLjVWMjRsLTIuNywzLjdoLTAuMkwxMy44LDI0djYuMWgtMS41VjIxLjd6Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIyLjQsMjEuN2gxLjV2Ny4xaDMuOHYxLjRoLTUuM1YyMS43eiIvPg0KPC9nPg0KPC9zdmc+DQo=);}

.zip:before {
 background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMSA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEgNDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMEE5RTg7fQ0KCS5zdDF7ZmlsbDojMDA1RDlEO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAuOCw5LjNsLTguNi04LjZjLTAuMi0wLjItMC40LTAuMy0wLjYtMC4zSDMuNUMxLjYsMC40LDAsMiwwLDMuOXYzNC40YzAsMS45LDEuNSwzLjQsMy40LDMuNGgyNC4xDQoJCWMxLjksMCwzLjQtMS41LDMuNC0zLjRWOS45QzMxLDkuNywzMSw5LjQsMzAuOCw5LjN6IE0yMi40LDMuNEwyOC4xLDloLTMuOWMtMC45LDAtMS43LTAuOC0xLjctMS43VjMuNEgyMi40eiBNMjcuNiw0MEgzLjUNCgkJYy0wLjksMC0xLjctMC44LTEuNy0xLjdWMy45YzAtMC45LDAuOC0xLjcsMS43LTEuN2gxNy4ydjUuMmMwLDEuOSwxLjUsMy40LDMuNCwzLjRoNS4ydjI3LjZDMjkuMywzOS4zLDI4LjUsNDAsMjcuNiw0MHoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik01LjIsMjEuOWg2LjZ2MS40bC00LjEsNC40aDQuMXYxLjhINC45di0xLjRMOSwyMy43SDUuMlYyMS45eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNC45LDE4YzAuNiwwLDEuMSwwLjQsMS4xLDEuMWMwLDAuOC0wLjYsMS4yLTEuMSwxLjJjLTAuNywwLTEuMi0wLjQtMS4yLTEuMkMxMy43LDE4LjQsMTQuMiwxOCwxNC45LDE4eg0KCQkgTTEzLjksMjEuOWgxLjl2Ny42aC0xLjlWMjEuOXoiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTguMywyMS45aDEuOXYwLjdjMC41LTAuNSwxLjQtMC45LDIuNC0wLjljMi4xLDAsMy41LDEuNiwzLjUsMy45YzAsMi4zLTEuNiw0LjEtNCw0LjENCgkJYy0wLjcsMC0xLjMtMC4xLTEuOC0wLjR2My42aC0xLjlWMjEuOXogTTIwLjIsMjQuNHYzLjFjMC41LDAuMywxLDAuNCwxLjYsMC40YzEuNCwwLDIuMS0xLDIuMS0yLjNjMC0xLjItMC43LTIuMS0yLTIuMQ0KCQlDMjEuMywyMy41LDIwLjcsMjMuOCwyMC4yLDI0LjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);}


.mapfilter {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px; }

.mapouter {
  width: 100%; }

.select2-selection.select2-selection--single, .select2-results__option {
  font-size: 18px;
  height: 60px;
  padding: 19px 70px 19px 20px; }

.map {
  margin-top: 0;
  position: relative; }

.gmap_canvas iframe {
  min-height: calc(100vh - 115px); }

.mapfilter__inner {
  min-height: 60px; }

.mapfrm__inner {
  background-color: #fff;
  border: 1px solid #dee1e4;
  border-radius: 4px;
  padding-left: 25px;
  max-width: 1135px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 13px rgba(0, 93, 155, 0.08);
          box-shadow: 0 0 13px rgba(0, 93, 155, 0.08);
  width: 100%; }

.mapfrm .select2.select2-container {
  border: none; }

.mapfrm {
  width: 100%; }

.mapselect__item:nth-child(2) {
  width: 100%;
  border-right: 1px solid #e0e1e2;
  max-width: 275px; }

.mapselect__item:nth-child(3) {
  margin-right: 60px;
  width: 530px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.map .select2.select2-container:after {
  border-color: #02a8e6;
  right: 30px; }

.mapfilter .btn {
  font-weight: normal;
  height: 60px;
  width: 180px;
  margin-left: auto;
  line-height: 60px;
  border-radius: 4px; }

.select2-selection__rendered {
  overflow: hidden; }

.map-info-popup {
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  max-width: 526px;
  position: relative;
  -webkit-box-shadow: 0 0 7px rgba(0, 19, 31, 0.28);
          box-shadow: 0 0 7px rgba(0, 19, 31, 0.28); }

.map-info-popup__wrap {
  padding: 20px 60px 30px 20px; }

.map-info-popup__close {
  position: absolute;
  right: 15px;
  top: 15px; }

.map-info-popup .btn-close span:after,
.map-info-popup .btn-close span {
  width: 14px;
  background-color: #748186; }

.map-info-popup .btn-close {
  width: 15px;
  height: 15px; }

.managment__img {
  width: 320px; }

.managment > div:first-child .managment__img,
.managment > div:first-child .managment__info {
  width: 50%; }

.managment__info {
  padding-left: 30px;
  width: calc(100% - 320px); }

.mapselectoption .select2-results__option {
  font-size: 18px;
/*  height: 58px;*/
  height: auto;
  padding: 15px 30px 15px 30px; }


.select2-search{
display: none;
}

.fullblock {
  width: 100vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-size: cover !important;
  margin-left: calc(50% - 50vw); }

.calc__tabs-select {
  display: none; }

.calc {
  background-color: #eff2f8; }

.calc__tabs.flex {
  margin-bottom: 30px;
  gap: 20px; }

.calc__tab.active {
  background-color: #02a8e6;
  color: #fff;
  border-color: #02a8e6; }

.calc__row {
  margin-bottom: 30px; }

.calc__row.flex {
  gap: 20px; }

.calc__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #002c40;
  text-align: center;
  background-color: #fff;
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: 600;
  border: 1px solid #748187;
  border-radius: 4px; }

.calc__info .calc__info-top .text {
  font-size: 26px;
  margin-bottom: 15px; }

.calc__info-top {
  margin-bottom: 20px; }

.calc__info .calc__info-top .data {
  font-size: 26px;
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: 600; }

.calc__info .data {
    font-size: 20px;
}
.calc__info .data font{
    font-size: 14px;
}

.calc__info-top .data span {
  /*margin-left: 10px; */}

.calc__form {
  width: 55%;
  padding: 40px 45px 0px 0; }

.calc__info {
  width: 45%;
  padding: 40px 0px 0px 45px; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.calc__input-text, .calc__row-data,
.calc__row-data input {
  font-size: 30px;
  text-align: right;
  color: #002c40; }

.calc__row-data span:last-child {
  font-weight: 400;
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-left: 10px; }

.calc__input-text {
  max-width: 175px;
  width: 100%; }

.calc__row-wp {
  background: #fff;
  border: 1px solid #dee1e4;
  height: 60px;
  padding: 15px 20px 15px 20px;
  position: relative; }

.calc__row-t {
  font-size: 18px;
  padding-top: 5px; }

.calc__row-data {
  font-size: 30px; }

.calc__row-data.amount {
  width: 65%; }

.calc__row-data.term {
  width: 60px; }

.calc__row-data .text {
  font-size: 20px; }

.calc__sl {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -7px;
  height: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #748187;
  border-radius: 0; }

.calc__sl .noUi-connect {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #02a8e6; }

.calc__sl.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  top: -11px; }

.calc__sl .noUi-handle::after {
  display: none; }

.calc__sl .noUi-handle::before {
  display: block;
  background: #02a8e6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.calc__row-i {
  color: #748187;
  font-size: 14px;
  padding: 8px 20px 0; }

.calc__info .data {
  font-size: 20px;
  font-family: 'Closer', sans-serif;
  font-weight: 600;
  margin-bottom: 10px; }

.calc__info .text {
  margin-bottom: 3px;
  font-size: 14px;
}

.calc .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px; }

.creditcalc .calc__info {
  max-width: 400px; }

.creditcalc .calc__info .btn {
  width: 100%;
  max-width: 100%; }

.form .calc__input-checkbox.flex {
  gap: 0; }

.calc__input-checkbox input[type=checkbox],
.input-radio input[type=radio] {
  opacity: 0;
  cursor: pointer;
  height: 24px;
  position: relative;
  width: 24px; }

.calc__input-checkbox input[type=checkbox]:checked ~ [data-input=checkbox] {
  border: none;
  background: #02a8e6;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMSA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMSA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZmZmZmZmO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjMuOSw4IDAuMSw1IDAuOSwzLjkgMy44LDYuMiAxMCwwIDEwLjksMC45IAkiLz4NCjwvZz4NCjwvc3ZnPg0K);
  background-position: center;
  background-size: 50%; }

.calc__input-checkbox input[type=checkbox]:disabled + [data-input=checkbox],
input[type=checkbox]:disabled + [data-input=checkbox], input[type=radio]:disabled + [data-input=radio] {
  background-color: #eff2f8; }

.input-radio input[type=radio]:checked ~ [data-input=radio]:after {
  display: block;
  content: '';
  background: #02a8e6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 7px; }

.calc__input-icon,
.input-icon {
  position: relative; }

.calc__input-checkbox-title,
.input-checkbox-title {
  padding-top: 3px; }

.calc__input, .input-radio {
  font-size: 18px;
  cursor: pointer; }

.calc__input-wrap {
  padding: 10px 0; }

.calc__input-checkbox [data-input=checkbox],
.input-radio [data-input=radio] {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
  pointer-events: none;
  background: #fff; }

.input-radio [data-input=radio] {
  border-radius: 50%; }

.calc__input-icon,
.input-icon {
  padding-left: 15px; }

.info {
  position: relative;
  padding-left: 30px;
  font-size: 16px; }

.info:before {
  content: '';
  display: block;
  width: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMwMmE4ZTY7fQ0KPC9zdHlsZT4NCjxwYXRoIGlkPSJTaGFwZV8xODc5XyIgY2xhc3M9InN0MCIgZD0iTTExLDdIOVY1aDJWN3ogTTExLDE1SDlWOWgyVjE1eiBNMTAsMjBjNS41LDAsMTAtNC41LDEwLTEwUzE1LjUsMCwxMCwwQzQuNSwwLDAsNC41LDAsMTANCglTNC41LDIwLDEwLDIwTDEwLDIweiBNMTAsMmM0LjQsMCw4LDMuNiw4LDhzLTMuNiw4LTgsOHMtOC0zLjYtOC04UzUuNiwyLDEwLDJMMTAsMnoiLz4NCjwvc3ZnPg0K);
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  height: 20px; }

.section-orderpopup {
  position: absolute;
  width: 50%;
  top: 0;
  min-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #fff;
  z-index: 102;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: -50%;
  display: none; }

.section-orderpopup.active {
  right: 0;
  display: block; }

.orderpopup {
  padding: 160px 30px 50px; }

.orderpopup .orderpopup-close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 164px;
  right: 30px;
  z-index: 1; }

.order__title {
  background-color: #eff2f8;
  padding: 15px 30px 0; }

.form .flex {
  gap: 20px 30px; }

.inputall, .textareaall {
  font-size: 18px;
  height: 60px;
  background-color: #fff;
  padding: 19px 20px;
  border: 1px solid #dee1e4;
  border-radius: 2px; }

.inputall__wrap {
  position: relative;
  width: 100%; }

.inputall + label,
.textareaall + label {
  position: relative; }

.inputall[required] + label:after,
.textareaall[required] + label:after {
  content: '*';
  color: #02a8e6; }

.inputall[required]:invalid + label,
.textareaall[required]:invalid + label {
  display: inline-block; }

.inputall[required]:valid + label,
.inputall[required]:valid + label:after,
.textareaall[required]:valid + label,
.textareaall[required]:valid + label:after {
  display: none; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  display: none; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  display: none; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  display: none; }

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
  display: none; }

.inputall[required]:focus ~ label,
input:focus::placeholder,
textarea:focus::placeholder,
textarea[required]:focus ~ label {
  opacity: 0;
  display: none; }

.inputall[required] ~ label,
.textareaall[required] ~ label {
  position: absolute;
  pointer-events: none;
  color: #002c40;
  top: 20px;
  left: 20px; }

.textareaall {
  height: 115px;
  resize: none; }

.form .w50 {
  width: 50%; }

.form__row {
  width: 100%; }

.feedback {
  margin-top: 60px; }

.feedback__form, .wmax640 {
  width: 100%;
  max-width: 640px; }

.btn247 {
  width: 247px; }

.btn200 {
  min-width: 200px; }

.flex3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.gap40 {
  gap: 40px; }

.faq__list {
  width: 100%; }

.faq__item {
  padding: 25px 0px 25px 0;
  position: relative;
  border-bottom: 1px solid #dde1e4; }

.special.active {
  border: none;
}

.faq__item-title {
  position: relative;
  cursor: pointer;
  font-size: 26px;
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: 600;
  padding-right: 50px; }

.faq__item-content {
  display: none; }

.faq__item-title:after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.faq__item.active .faq__item-title:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.p20 {
  padding: 20px; }

.applepay h3 {
  font-size: 18px;
  font-weight: normal; }

.gap20 {
  gap: 20px; }

.w30 {
  width: 33.33%; }

.box {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.box p:last-child {
  margin-bottom: 0; }

.w6040__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.w6040__list > div div:first-child {
  width: 60%; }

.w6040__list > div div:last-child {
  width: 40%; }

.w6040__list > div div img {
  margin-left: auto;
  margin-right: auto; }

.w6040__list > div:nth-child(even) div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.w6040__list > div:nth-child(even) div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.w6040__list > div:nth-child(odd) div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.w6040__list > div:nth-child(odd) div:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }


.bvi {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.header__middle .bvi{
  display: none;
}

.bvi__submenu {
  width: 445px;
  position: absolute;
  right: 0;
  background-color: #f4f6fa;
  top: 41px;
  display: none;
  right: -30px;
  border-left: 1px solid #e0e1e2;
  z-index: 10; }

.bvi__top {
  height: 65px; }

.bvi__bottom {
  height: 55px; }

.bvi__top, .bvi__bottom {
  border-bottom: 1px solid #e0e1e2;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.bvi__text {
  font-size: 16px; }

.bvi__param-font {
  width: 35px;
  height: 35px;
  overflow: visible;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.bvi__param-font.bvi__param-font-small {
  font-size: 14px; }

.bvi__param-font.bvi__param-font-medium {
  font-size: 18px; }

.bvi__param-font.bvi__param-font-big {
  font-size: 24px; }

.bvi__param-font {
  font-family: "Circe Bold","Calibri", sans-serif;
  font-weight: bold; }

.bvi__param-font.active {
  color: #02a8e6; }

.bvi-btn.active svg {
  fill: #02a8e6; }

.bvi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bvi__bw {
  margin-left: 20px;
  cursor: pointer; }

.bvi__bw:hover svg, .bvi__default-params:hover svg{
  fill: #02a8e6;
}

.specialversion__black-and-white .bvi__bw:hover svg{
  fill: #002C40;
}

.bvi__param-font:hover, .bvi__default-params:hover{
  color: #02a8e6;
}

.bvi__bw svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #002C40; }

.bvi__default-params{
  cursor: pointer;
}

.bvi__default-params .bvi__text {
  margin-left: 20px; }


.toggleList{
  cursor: pointer;
  padding: 25px 0px 25px 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #dde1e4;
}


.toggleList:after{
  content:'';
  display: block;
  position: absolute;
  right: 10px;
  width: 16px;
  top: 39px;
  height: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #02a8e6;
 }

 .toggleList:before{
  content:'';
  display: block;
  position: absolute;
  right: 17px;
  width: 2px;
  top: 32px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #02a8e6;
 }

.toggleList.active:before{
  display: none;
}

.toggleList.active{
  color: #02a8e6;
}

.toggleList + .faq__list .faq__item{
  padding: 15px 0px 10px 0;
}

.toggleList + .faq__list .faq__item.active .faq__item-title{
 color: #02a8e6;
}




@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 50px; }
  .mainmenu__link {
    font-size: 12px; } }

@media only screen and (max-width: 1024px) {
  .container, .header__wrap {
    padding: 0 20px; }
  .mainmenu__item {
    margin-right: 10px; }
  .header__middle-right {
    display: none; }
  .footer__bottom-item:nth-child(1),
  .footer__bottom-item:nth-child(2),
  .footer__bottom-item:nth-child(3) {
    width: 100%;
    padding-right: 0; }
  .rates .w50 {
    min-width: 480px; }
  .footer__bottom-item {
    margin-bottom: 20px; }
  .footer__bottom-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0; }
  .socials {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social svg {
    height: 26px; }
  .social {
    margin: 5px 20px 5px 20px; }
  .developer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .errorpage__suptitle {
    font-size: 36px; }
  .errorpage__title {
    font-size: 45px; }
  .developer .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .rates .w50:first-child {
    margin-bottom: 30px; }
  .ratestb td span {
    position: relative;
    padding-right: 25px;
    font-size: 26px; }
  .developer {
    margin-top: 45px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .developer .text {
    margin-top: 10px;
    text-align: center;
    margin-right: 0px; }
  .product.type1 .product__info {
    padding-left: 25px; }
  .mapselect__item:nth-child(3),
  .mapselect__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0; }
  .section-orderpopup.active {
    width: 70%; }
  .section-orderpopup {
    right: -70%; }
  .calc__row.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .calc .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } 
  .one-row .pdf, .one-row .xls{
	display: block;}
  .one-row a ~ a {
    margin-left: 0px;}
  .header__top a.link-branches {
    margin-left: 15px;}
  .header__top a{
   margin-left: 15px; }}

@media only screen and (max-width: 767px) {
  .hiddenPC {
    display: block; }
  .hiddenMOB {
    display: none; }
  .header__top,
  .header__bottom,
  .mainmenu,
  .btn-up,
  .header__middle-right,
  .header__logo:after
  /*,.main__banner*/
  {
    display: none; }
  .main__banner-item{
    background-repeat: no-repeat;
    background-position: right;}
  .main__banner-item-img{
    display: none;
  }
  .main__banner-item-img-mob{
    display: block;
    position: absolute;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .main__banner-content{
  	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    width: 100%;
    height: calc(100% - 30px);
  }
  .main__banner-btns{
  	    margin-top: auto;
    max-width: 300px;
    width: 100%;
    bottom: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .content .flex,
  .form__row.flex, 
  .w6040__list > div{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .content .calc__row-data {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .header__map.hiddenPC a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__middle-inner {
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__middle {
    border-bottom: 1px solid #dbdbdb; }
  .header__logo {
    width: 170px;
    padding-right: 0px;
    margin-right: 0px; }
  .tit36 {
    font-size: 26px;
    padding-bottom: 20px; }
  .banners__item:not(:last-child) {
    margin-bottom: 30px; }
  .main__banner-suptitle {
    font-size: 24px; }
  .newsmain__left,
  .newsmain__right,
  .btn,
  .banners__item,
  .bannner__link-more,
  .top__inner > div {
    width: 100%; }
  .btn67 {
    height: 42px;
    line-height: 42px; }
  .main__banner-title, .errorpage__title {
    font-size: 36px; }
  .newsmain__item {
    margin-bottom: 30px; }
  .main__banner-inner {
    padding-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .convc__wrap {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #748186; }
  .converter__wrap {
    margin-bottom: 0; }
  .main__banner-text > div {
    width: 100%;
    margin-right: 0;
    margin-top: 25px; }
  .main__banner p, .errorpage__suptitle {
    font-size: 18px; }
  .main__banner-inner {
    height: 440px; }
  .main__banner-btn {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px; }
  .main__banner-text .fz30 {
    font-size: 24px;
    margin-bottom: 0; }
  .fz30 {
    font-size: 26px; }
  .special-offers__list {
    overflow: auto; }
  .special-offers__item {
    padding: 25px 10px;
    min-width: 280px; }
  section {
    margin-bottom: 35px; }
  .top__inner > div:last-child {
    display: none; }
  .top__item1 {
    display: -ms-grid;
    display: grid;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccced1;
    margin-bottom: 30px;
    grid-template-areas: "timg ttit"
 "ttex ttex"
 "tlin tlin"; }
  .top__item2 {
    border-left: none;
    border-radius: 0;
    border-bottom: 1px solid #002c40; }
  .top__item1{
    display: none;}
  .top__inner-img {
    margin-right: 17px; }
  .top__item1-title {
    margin-bottom: 0px;
    line-height: 1; }
  .top__item1-text {
    margin-top: 20px;
    text-align: center; }
  .top__item1-link {
    margin-top: 25px;
    width: 100%;
    text-align: center; }
  .top__inner {
    border: none;
    border-radius: 0; }
  section.top {
    margin-top: 0px; }
  .top__item {
    padding: 0 0 30px 0; }
  .rates .w50 {
    min-width: 0;
    width: 100%; }
  .rates .line {
    margin-bottom: 0;
    border: none; }
  .ratestb th {
    padding-bottom: 5px; }
  .rates .w50:first-child {
    padding-right: 0px; }
  .rates .date {
    font-size: 16px;
    margin-top: 10px;
    color: #002c40; }
  .ratestb td span {
    padding-right: 28px; }
  .ratestb td {
    width: auto; }
  .ratestb td:first-child {
    width: auto;
    font-family: "Circe","Calibri", sans-serif; }
  .converter__list {
    padding: 20px 0px 0; }
  .ratestb td.down span:after,
  .ratestb td.up span:after {
    right: 10px; }
  .newsmain__right a {
    width: 100%;
    text-align: center; }
  .convc__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__top {
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0; }
  .footer__top-item:nth-child(1),
  .footer__top-item:nth-child(2),
  .footer__top-item:nth-child(3),
  .footer__top-item:nth-child(4) {
    width: 100%;
    padding-right: 0; }
  .main__banner-arrows-wrap {
    display: none; }
  .footer__top-item {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer__top-item:not(:last-child) ul:after {
    width: 100%;
    height: 1px;
    right: 0px;
    bottom: -30px;
    top: auto; }
  .footer__top-item:not(:first-child) ul {
    padding-left: 0px; }
  .cookies-cont {
    padding-right: 0;
    margin-bottom: 30px; }
  .cookies__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .searchbar-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .searchbar-btn {
    margin-top: 20px; }
  .arrow-down-darkblue.active:after {
    -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
            transform: rotate(136deg); }
  .mobmenu__wrap {
    width: 100%; }
  .product.type1 .product__img,
  .product.type2 .product__img {
    max-width: 100%;
    width: 100%; }
  .table.col-2 span,
  .col-4 span {
    width: 100%; }
  .col-4 span.plr0 {
    padding-left: 19px;
    padding-right: 19px; }
  .col-4.pb0 > div:not(:last-child) {
    border-bottom: 1px solid #dde1e4;
    margin-bottom: 5px; }
  .col-4 span.flex.jc-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .col-4 span.ta-center {
    text-align: left; }
  .table.col-2 div span:last-child {
    padding-top: 0; }
  .product__info .btn ~ .btn {
    margin-left: 0px;
    margin-top: 20px; }
  .product__info .btn-atm {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product.type2 .product__img {
    width: 100%;
    min-width: 100%;
    display: block;
    padding-right: 0px;
    margin-bottom: 30px; }
  .product__info {
    width: 100%; }
  .product.type1 .product__info {
    padding: 30px 0 0; }
  .product__item:not(:last-child) {
    margin-bottom: 30px; }
  .iban__calc-btn {
    margin-top: 20px; }
  .iban__calc .fz30 {
    font-size: 18px; }
  .iban__calc input {
    padding: 0 20px; }
  .mapselect__item:nth-child(3),
  .mapselect__item:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    border: 1px solid #e0e1e2;
    max-width: none;
    margin-bottom: 20px; }
  .map__search {
    display: none; }
  .mapfilter .btn,
  .managment > div:first-child .managment__img,
  .managment > div:first-child .managment__info {
    width: 100%; }
  .mapfrm__inner {
    padding: 20px; }
  .map .mapfilter__inner {
    padding: 0; }
  .managment__img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px; }
  .managment__info {
    padding-left: 0px;
    width: 100%; }
  .calc__select {
    display: block; }
  .calc__tabs {
    display: none; }
  .calc__form {
    width: 100%;
    padding: 25px 0px; }
  .calc__row-data.amount {
    width: 50%; }
  .calc .w50, .btn247, .btn200 {
    width: 100%; }
  .btn-atm.ml20, .btn.ml20 {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .calc__input-checkbox-title {
    width: calc(100% - 45px); }
  .section-orderpopup.active,
  .input-radio {
    width: 100%; }
  .section-orderpopup {
    right: -100%; }
  .calc__info {
    width: 100%;
    padding: 0 0 35px 0; }
  .calc .btn {
    max-width: 100%; }
  .creditcalc .calc__info {
    padding-bottom: 0; }
  .flex3, .flex1 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }
  .orderpopup {
    padding: 70px 20px 50px; }
  .orderpopup .orderpopup-close {
    top: 70px;
    right: 20px; } 
  .w6040__list > div div:first-child,
  .w6040__list > div div:last-child,
  .w30{
    width: 100%; }
  .w6040__list > div:nth-child(odd) div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .w6040__list > div:nth-child(odd) div:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .content table td {
    font-size: 16px;
    padding: 5px;}
  .header__middle .bvi{
     display: block;
     position: absolute;
     height: 15px;
     right: 50px;}
  .bvi__top {    
    flex-wrap: wrap;
    height: auto;}
  .bvi__item{
    width: 100%;}
  .bvi__submenu{
    top: 43px;
    max-width: 300px;}
  a:hover .svg-gray, .bvi__default-params:hover svg {
    fill: #748187;}
  .bvi__bw:hover svg{
   fill: #002C40;}
  .bvi__param-font:hover, .bvi__default-params:hover{
    color: #002c40;}
}


html.specialversion__font-small body {
  font-size: 16px;}

html.specialversion__font-small .fz16 {
  font-size: 14px; }

html.specialversion__font-small .fz24 {
  font-size: 22px; }

 html.specialversion__font-small .fz26 {
  font-size: 24px; }

html.specialversion__font-small .fz30 {
  font-size: 28px; }

html.specialversion__font-small .fz48 {
  font-size: 46px; }

html.specialversion__font-small .fz80 {
  font-size: 78px; }

html.specialversion__font-small h3, 
html.specialversion__font-small .tit26 {
  font-size: 24px; }

html.specialversion__font-small .tit36 {
  font-size: 34px;}

html.specialversion__font-small .btn{
font-size: 10px;}

html.specialversion__font-small .btnfz16 {
  font-size: 14px;}

html.specialversion__font-small .header__top a.header__top-phone {
  font-size: 14px;}

html.specialversion__font-small .header__top a, 
html.specialversion__font-small .header__top-lang {
  font-size: 12px;}

html.specialversion__font-small .mainmenu__link {
  font-size: 12px;}

html.specialversion__font-small .b-menu__link {
  font-size: 14px;}

html.specialversion__font-small .content ul li.crumbs__item {
 font-size: 14px;}

html.specialversion__font-small .crumbs__item:not(:first-child):after {
  font-size: 18px;}

html.specialversion__font-small .main__banner p {
  font-size: 22px; }

html.specialversion__font-small .main__banner-suptitle {
  font-size: 46px; }

html.specialversion__font-small .main__banner-title {
font-size: 78px; }

html.specialversion__font-small .main__banner-btn {
font-size: 16px;}

html.specialversion__font-small .converter__item .inputall {
  font-size: 28px;
}

html.specialversion__font-small .ratestb td span {
  font-size: 28px; }

html.specialversion__font-small .rates .date {
 font-size: 16px;}

html.specialversion__font-small .ratestb th {
font-size: 14px;}

html.specialversion__font-small .ratestb td, .content table.ratestb td{
font-size: 24px;}

html.specialversion__font-small .select2.select2-container, .select2-results__option {
 font-size: 16px;}

html.specialversion__font-small .converter__item .select2-selection.select2-selection--single, .converter__item .select2-results__option {
font-size: 24px;}

html.specialversion__font-small .date {
font-size: 12px;}

html.specialversion__font-small .footer__top-link {
 font-size: 16px;}

html.specialversion__font-small .copyrights {
font-size: 14px; }

html.specialversion__font-small .header__search.open .input-hs {
font-size: 16px; }

html.specialversion__font-small .cookies-cont {
  font-size: 14px;}

html.specialversion__font-small .searchbar-inner input,
html.specialversion__font-small .iban__calc input {
  font-size: 16px;}

html.specialversion__font-small .searchlist-page a:before {
  font-size: 14px;}

html.specialversion__font-small .searchlist-page a:first-child:before {
  font-size: 13px;}

html.specialversion__font-small .searchlist-title {
  font-size: 16px;}

html.specialversion__font-small .loadmore {
  font-size: 10px;}

html.specialversion__font-small .errorpage__title {
  font-size: 73px;}

html.specialversion__font-small .errorpage__suptitle {
  font-size: 46px;}

html.specialversion__font-small .mainmenu-mob a {
  font-size: 12px;}

html.specialversion__font-small .content table td {
  font-size: 16px;}

html.specialversion__font-small .table.col-2 span,
html.specialversion__font-small .col-4 span {
  font-size: 16px;}

html.specialversion__font-small .select2-selection.select2-selection--single, .select2-results__option {
  font-size: 16px;}

html.specialversion__font-small .mapselectoption .select2-results__option {
  font-size: 16px;}

html.specialversion__font-small .calc__tab {
  font-size: 14px;}

html.specialversion__font-small .calc__info .calc__info-top .text {
  font-size: 24px;}

html.specialversion__font-small .calc__info .calc__info-top .data {
  font-size: 24px;}

html.specialversion__font-small .calc__info .data {
    font-size: 18px;
}

html.specialversion__font-small .calc__input-text, .calc__row-data,
html.specialversion__font-small .calc__row-data input {
  font-size: 28px;}

html.specialversion__font-small .calc__row-data span:last-child {
  font-size: 24px;}

html.specialversion__font-small .calc__row-t {
  font-size: 16px;}

html.specialversion__font-small .calc__row-data {
  font-size: 28px; }

html.specialversion__font-small .calc__row-data .text {
  font-size: 18px; }

html.specialversion__font-small .calc__row-i {
  font-size: 12px;}

html.specialversion__font-small .calc__info .data {
  font-size: 18px;}

html.specialversion__font-small .calc__info .text {
  font-size: 12px;
}

html.specialversion__font-small .calc__input, .input-radio {
  font-size: 16px;}

html.specialversion__font-small .info {
  font-size: 14px; }

html.specialversion__font-small .inputall, .textareaall {
  font-size: 16px;}

html.specialversion__font-small .faq__item-title {
  font-size: 24px;}

html.specialversion__font-small .applepay h3 {
  font-size: 16px;}


@media only screen and (max-width: 1200px) {
  html.specialversion__font-small .mainmenu__link {
    font-size: 10px; } }

@media only screen and (max-width: 1024px) {
  html.specialversion__font-small .errorpage__suptitle {
     font-size: 34px; }
  html.specialversion__font-small .errorpage__title {
     font-size: 43px; }
 html.specialversion__font-small .ratestb td span {
     font-size: 24px; }
}

@media only screen and (max-width: 767px) {
 html.specialversion__font-small .tit36 {
    font-size: 24px;}
html.specialversion__font-small .main__banner-suptitle {
     font-size: 22px; }
html.specialversion__font-small .main__banner-title, .errorpage__title {
     font-size: 34px; }
html.specialversion__font-small .main__banner p, .errorpage__suptitle {
     font-size: 16px; }
html.specialversion__font-small .main__banner-btn {
    font-size: 16px;}
html.specialversion__font-small .main__banner-text .fz30 {
   font-size: 22px;}
html.specialversion__font-small .fz30 {
    font-size: 24px; }
html.specialversion__font-small .rates .date {
    font-size: 14px;}
html.specialversion__font-small .iban__calc .fz30 {
    font-size: 16px; }
html.specialversion__font-small .content table td {
    font-size: 14px;}
}


html.specialversion__font-medium body {
  font-size: 20px;}

html.specialversion__font-medium .fz16 {
  font-size: 18px; }

html.specialversion__font-medium .fz24 {
  font-size: 26px; }

 html.specialversion__font-medium .fz26 {
  font-size: 28px; }

html.specialversion__font-medium .fz30 {
  font-size: 32px; }

html.specialversion__font-medium .fz48 {
  font-size: 50px; }

html.specialversion__font-medium .fz80 {
  font-size: 82px; }

html.specialversion__font-medium h3, 
html.specialversion__font-medium .tit26 {
  font-size: 28px; }

html.specialversion__font-medium .tit36 {
  font-size: 38px;}

html.specialversion__font-medium .btn{
font-size: 14px;}

html.specialversion__font-medium .btnfz16 {
  font-size: 18px;}

html.specialversion__font-medium .header__top a.header__top-phone {
  font-size: 18px;}

html.specialversion__font-medium .header__top a, 
html.specialversion__font-medium .header__top-lang {
  font-size: 16px;}

html.specialversion__font-medium .mainmenu__link {
  font-size: 16px;}

html.specialversion__font-medium .b-menu__link {
  font-size: 18px;}

html.specialversion__font-medium .content ul li.crumbs__item {
 font-size: 18px;}

html.specialversion__font-medium .crumbs__item:not(:first-child):after {
  font-size: 22px;}

html.specialversion__font-medium .main__banner p {
  font-size: 26px; }

html.specialversion__font-medium .main__banner-suptitle {
  font-size: 50px; }

html.specialversion__font-medium .main__banner-title {
font-size: 82px; }

html.specialversion__font-medium .main__banner-btn {
font-size: 20px;}

html.specialversion__font-medium .converter__item .inputall {
  font-size: 32px;
}

html.specialversion__font-medium .ratestb td span {
  font-size: 32px; }

html.specialversion__font-medium .rates .date {
 font-size: 20px;}

html.specialversion__font-medium .ratestb th {
font-size: 18px;}

html.specialversion__font-medium .ratestb td, .content table.ratestb td{
font-size: 28px;}

html.specialversion__font-medium .select2.select2-container, .select2-results__option {
 font-size: 20px;}

html.specialversion__font-medium .converter__item .select2-selection.select2-selection--single, .converter__item .select2-results__option {
font-size: 28px;}

html.specialversion__font-medium .date {
font-size: 16px;}

html.specialversion__font-medium .footer__top-link {
 font-size: 20px;}

html.specialversion__font-medium .copyrights {
font-size: 18px; }

html.specialversion__font-medium .header__search.open .input-hs {
font-size: 20px; }

html.specialversion__font-medium .cookies-cont {
  font-size: 18px;}

html.specialversion__font-medium .searchbar-inner input,
html.specialversion__font-medium .iban__calc input {
  font-size: 20px;}

html.specialversion__font-medium .searchlist-page a:before {
  font-size: 18px;}

html.specialversion__font-medium .searchlist-page a:first-child:before {
  font-size: 17px;}

html.specialversion__font-medium .searchlist-title {
  font-size: 20px;}

html.specialversion__font-medium .loadmore {
  font-size: 14px;}

html.specialversion__font-medium .errorpage__title {
  font-size: 77px;}

html.specialversion__font-medium .errorpage__suptitle {
  font-size: 50px;}

html.specialversion__font-medium .mainmenu-mob a {
  font-size: 16px;}

html.specialversion__font-medium .content table td {
  font-size: 20px;}

html.specialversion__font-medium .table.col-2 span,
html.specialversion__font-medium .col-4 span {
  font-size: 20px;}

html.specialversion__font-medium .select2-selection.select2-selection--single, .select2-results__option {
  font-size: 20px;}

html.specialversion__font-medium .mapselectoption .select2-results__option {
  font-size: 20px;}

html.specialversion__font-medium .calc__tab {
  font-size: 18px;}

html.specialversion__font-medium .calc__info .calc__info-top .text {
  font-size: 28px;}

html.specialversion__font-medium .calc__info .calc__info-top .data {
  font-size: 28px;}

html.specialversion__font-medium .calc__info .data {
    font-size: 22px;
}
html.specialversion__font-medium .calc__info .data{
    font-size: 16px;
}

html.specialversion__font-medium .calc__input-text, .calc__row-data,
html.specialversion__font-medium .calc__row-data input {
  font-size: 32px;}

html.specialversion__font-medium .calc__row-data span:last-child {
  font-size: 28px;}

html.specialversion__font-medium .calc__row-t {
  font-size: 20px;}

html.specialversion__font-medium .calc__row-data {
  font-size: 32px; }

html.specialversion__font-medium .calc__row-data .text {
  font-size: 22px; }

html.specialversion__font-medium .calc__row-i {
  font-size: 16px;}

html.specialversion__font-medium .calc__info .data {
  font-size: 22px;}

html.specialversion__font-medium .calc__info .text {
  font-size: 16px;
}

html.specialversion__font-medium .calc__input, .input-radio {
  font-size: 20px;}

html.specialversion__font-medium .info {
  font-size: 18px; }

html.specialversion__font-medium .inputall, .textareaall {
  font-size: 20px;}

html.specialversion__font-medium .faq__item-title {
  font-size: 28px;}

html.specialversion__font-medium .applepay h3 {
  font-size: 20px;}


@media only screen and (max-width: 1200px) {
  html.specialversion__font-medium .mainmenu__link {
    font-size: 14px; } }

@media only screen and (max-width: 1024px) {
  html.specialversion__font-medium .errorpage__suptitle {
     font-size: 38px; }
  html.specialversion__font-medium .errorpage__title {
     font-size: 47px; }
 html.specialversion__font-medium .ratestb td span {
     font-size: 28px; }
}

@media only screen and (max-width: 767px) {
 html.specialversion__font-medium .tit36 {
    font-size: 28px;}
html.specialversion__font-medium .main__banner-suptitle {
     font-size: 26px; }
html.specialversion__font-medium .main__banner-title, .errorpage__title {
     font-size: 38px; }
html.specialversion__font-medium .main__banner p, .errorpage__suptitle {
     font-size: 20px; }
html.specialversion__font-medium .main__banner-btn {
    font-size: 20px;}
html.specialversion__font-medium .main__banner-text .fz30 {
   font-size: 26px;}
html.specialversion__font-medium .fz30 {
    font-size: 28px; }
html.specialversion__font-medium .rates .date {
    font-size: 18px;}
html.specialversion__font-medium .iban__calc .fz30 {
    font-size: 20px; }
html.specialversion__font-medium .content table td {
    font-size: 18px;}
}


html.specialversion__font-big body {
  font-size: 22px;}

html.specialversion__font-big .fz16 {
  font-size: 20px; }

html.specialversion__font-big .fz24 {
  font-size: 28px; }

 html.specialversion__font-big .fz26 {
  font-size: 30px; }

html.specialversion__font-big .fz30 {
  font-size: 34px; }

html.specialversion__font-big .fz48 {
  font-size: 52px; }

html.specialversion__font-big .fz80 {
  font-size: 84px; }

html.specialversion__font-big h3, 
html.specialversion__font-big .tit26 {
  font-size: 30px; }

html.specialversion__font-big .tit36 {
  font-size: 40px;}

html.specialversion__font-big .btn{
font-size: 16px;}

html.specialversion__font-big .btnfz16 {
  font-size: 20px;}

html.specialversion__font-big .header__top a.header__top-phone {
  font-size: 20px;}

html.specialversion__font-big .header__top a, 
html.specialversion__font-big .header__top-lang {
  font-size: 18px;}

html.specialversion__font-big .mainmenu__link {
  font-size: 18px;}

html.specialversion__font-big .b-menu__link {
  font-size: 20px;}

html.specialversion__font-big .content ul li.crumbs__item {
 font-size: 20px;}

html.specialversion__font-big .crumbs__item:not(:first-child):after {
  font-size: 24px;}

html.specialversion__font-big .main__banner p {
  font-size: 28px; }

html.specialversion__font-big .main__banner-suptitle {
  font-size: 52px; }

html.specialversion__font-big .main__banner-title {
font-size: 84px; }

html.specialversion__font-big .main__banner-btn {
font-size: 22px;}

html.specialversion__font-big .converter__item .inputall {
  font-size: 34px;
}

html.specialversion__font-big .ratestb td span {
  font-size: 34px; }

html.specialversion__font-big .rates .date {
 font-size: 22px;}

html.specialversion__font-big .ratestb th {
font-size: 20px;}

html.specialversion__font-big .ratestb td, .content table.ratestb td{
font-size: 30px;}

html.specialversion__font-big .select2.select2-container, .select2-results__option {
 font-size: 22px;}

html.specialversion__font-big .converter__item .select2-selection.select2-selection--single, .converter__item .select2-results__option {
font-size: 30px;}

html.specialversion__font-big .date {
font-size: 18px;}

html.specialversion__font-big .footer__top-link {
 font-size: 22px;}

html.specialversion__font-big .copyrights {
font-size: 20px; }

html.specialversion__font-big .header__search.open .input-hs {
font-size: 22px; }

html.specialversion__font-big .cookies-cont {
  font-size: 20px;}

html.specialversion__font-big .searchbar-inner input,
html.specialversion__font-big .iban__calc input {
  font-size: 22px;}

html.specialversion__font-big .searchlist-page a:before {
  font-size: 20px;}

html.specialversion__font-big .searchlist-page a:first-child:before {
  font-size: 19px;}

html.specialversion__font-big .searchlist-title {
  font-size: 23px;}

html.specialversion__font-big .loadmore {
  font-size: 16px;}

html.specialversion__font-big .errorpage__title {
  font-size: 79px;}

html.specialversion__font-big .errorpage__suptitle {
  font-size: 52px;}

html.specialversion__font-big .mainmenu-mob a {
  font-size: 18px;}

html.specialversion__font-big .content table td {
  font-size: 22px;}

html.specialversion__font-big .table.col-2 span,
html.specialversion__font-big .col-4 span {
  font-size: 22px;}

html.specialversion__font-big .select2-selection.select2-selection--single, .select2-results__option {
  font-size: 16px;}

html.specialversion__font-big .mapselectoption .select2-results__option {
  font-size: 22px;}

html.specialversion__font-big .calc__tab {
  font-size: 20px;}

html.specialversion__font-big .calc__info .calc__info-top .text {
  font-size: 30px;}

html.specialversion__font-big .calc__info .calc__info-top .data {
  font-size: 30px;}

html.specialversion__font-big .calc__info .data {
    font-size: 24px;
}
html.specialversion__font-big .calc__info .data{
    font-size: 18px;
}

html.specialversion__font-big .calc__input-text, .calc__row-data,
html.specialversion__font-big .calc__row-data input {
  font-size: 36px;}

html.specialversion__font-big .calc__row-data span:last-child {
  font-size: 30px;}

html.specialversion__font-big .calc__row-t {
  font-size: 22px;}

html.specialversion__font-big .calc__row-data {
  font-size: 34px; }

html.specialversion__font-big .calc__row-data .text {
  font-size: 24px; }

html.specialversion__font-big .calc__row-i {
  font-size: 18px;}

html.specialversion__font-big .calc__info .data {
  font-size: 24px;}

html.specialversion__font-big .calc__info .text {
  font-size: 18px;
}

html.specialversion__font-big .calc__input, .input-radio {
  font-size: 22px;}

html.specialversion__font-big .info {
  font-size: 20px; }

html.specialversion__font-big .inputall, .textareaall {
  font-size: 22px;}

html.specialversion__font-big .faq__item-title {
  font-size: 30px;}

html.specialversion__font-big .applepay h3 {
  font-size: 22px;}


@media only screen and (max-width: 1200px) {
  html.specialversion__font-big .mainmenu__link {
    font-size: 16px; } }

@media only screen and (max-width: 1024px) {
  html.specialversion__font-big .errorpage__suptitle {
     font-size: 40px; }
  html.specialversion__font-big .errorpage__title {
     font-size: 49px; }
 html.specialversion__font-big .ratestb td span {
     font-size: 30px; }
}

@media only screen and (max-width: 767px) {
 html.specialversion__font-big .tit36 {
    font-size: 30px;}
html.specialversion__font-big .main__banner-suptitle {
     font-size: 28px; }
html.specialversion__font-big .main__banner-title, .errorpage__title {
     font-size: 40px; }
html.specialversion__font-big .main__banner p, .errorpage__suptitle {
     font-size: 22px; }
html.specialversion__font-big .main__banner-btn {
    font-size: 22px;}
html.specialversion__font-big .main__banner-text .fz30 {
   font-size: 28px;}
html.specialversion__font-big .fz30 {
    font-size: 30px; }
html.specialversion__font-big .rates .date {
    font-size: 20px;}
html.specialversion__font-big .iban__calc .fz30 {
    font-size: 22px; }
html.specialversion__font-big .content table td {
    font-size: 20px;}
}


html.specialversion__black-and-white .arrow-right-darkblue:before,
html.specialversion__black-and-white .arrow-right-lightblue:hover:before,
html.specialversion__black-and-white .arrow-right-darkblue:hover:before,
html.specialversion__black-and-white .arrow-right-lightblue:before,
html.specialversion__black-and-white .arrow-top-lightblue:before,
html.specialversion__black-and-white .pdf:before, 
html.specialversion__black-and-white .xls:before, 
html.specialversion__black-and-white .xml:before, 
html.specialversion__black-and-white .zip:before,
html.specialversion__black-and-white .calc__input-checkbox input[type=checkbox]:checked ~ [data-input=checkbox],
html.specialversion__black-and-white .info:before,
html.specialversion__black-and-white img,
html.specialversion__black-and-white .header__logo,
html.specialversion__black-and-white body{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

html.specialversion__black-and-white .gray,
html.specialversion__black-and-white .header__top a, 
html.specialversion__black-and-white .header__top-lang,
html.specialversion__black-and-white .mainmenu__link,
html.specialversion__black-and-white .content ul li.crumbs__item:first-child,
html.specialversion__black-and-white .crumbs__item:not(:first-child):after,
html.specialversion__black-and-white .ratestb th,
html.specialversion__black-and-white .cookies-cont,
html.specialversion__black-and-white .input-hs,
html.specialversion__black-and-white .content ul li.crumbs__item,
html.specialversion__black-and-white .content .crumbs__item a,
html.specialversion__black-and-white .calc__row-i,
html.specialversion__black-and-white .footer__top-link,
html.specialversion__black-and-white .ratestb th,
html.specialversion__black-and-white .footer__bottom .tel:hover, 
html.specialversion__black-and-white .footer__bottom a:hover,
html.specialversion__black-and-white .rates .date,
html.specialversion__black-and-white .loadmore,
html.specialversion__black-and-white .footer__top-link:hover, 
html.specialversion__black-and-white .header-submenu a:hover,
html.specialversion__black-and-white .calc .line,
html.specialversion__black-and-white .footer__bottom .developer:hover a,
html.specialversion__black-and-white .developer a,
html.specialversion__black-and-white .date,
html.specialversion__black-and-white .blue,
html.specialversion__black-and-white .lightblue, 
html.specialversion__black-and-white .content p a.lightblue,
html.specialversion__black-and-white  a.lightblue:hover,
html.specialversion__black-and-white .link-more,
html.specialversion__black-and-white  a.darkblue:hover, 
html.specialversion__black-and-white .top__item2 ul li a:hover,
html.specialversion__black-and-white  .main-slick-arrow:after, 
html.specialversion__black-and-white .link-more:hover:after,
html.specialversion__black-and-white .main-slick-arrow:after,
html.specialversion__black-and-white .content p a:hover,
html.specialversion__black-and-white .content li a:hover,
html.specialversion__black-and-white .content h6 a:hover,
html.specialversion__black-and-white td a:hover,
html.specialversion__black-and-white body,
html.specialversion__black-and-white .darkblue,
html.specialversion__black-and-white .content a.no-link:hover,
html.specialversion__black-and-white .red,
html.specialversion__black-and-white a.lightblue:hover,
html.specialversion__black-and-white a.darkblue:hover, 
html.specialversion__black-and-white .top__item2 ul li a:hover,
html.specialversion__black-and-white .btn.btn-white,
html.specialversion__black-and-white .btn.btn-white:hover,
html.specialversion__black-and-white .cookies .btn.btn-white,
html.specialversion__black-and-white .searchlist a:hover,
html.specialversion__black-and-white .searchlist-page,
html.specialversion__black-and-white .searchlist-page a:before,
html.specialversion__black-and-white .cookies .btn.btn-white:hover,
html.specialversion__black-and-white .header__top a.header__top-phone,
html.specialversion__black-and-white .searchlist-page a:first-child:before,
html.specialversion__black-and-white .header__top a, 
html.specialversion__black-and-white .header a:hover, 
html.specialversion__black-and-white .header__top-phone:hover span,
html.specialversion__black-and-white .header__top-lang,
html.specialversion__black-and-white .mainmenu__link,
html.specialversion__black-and-white .searchbar-inner input,
html.specialversion__black-and-white .iban__calc input,
html.specialversion__black-and-white .mainmenu__item.active .mainmenu__link,
html.specialversion__black-and-white .b-menu__link.active  {
  color: #000; }

.mainmenu-mob .active a,
.b-menu-mob__list li.active > a{
    color: #000;
    font-weight: 600;
    font-family: "Circe Bold","Calibri", sans-serif; }

html.specialversion__black-and-white .svg-blue,
html.specialversion__black-and-white .svg-gray,
html.specialversion__black-and-white .svg-lightblue,
html.specialversion__black-and-white .svg-darkblue
html.specialversion__black-and-white .header__search .svg-darkblue:hover, 
html.specialversion__black-and-white .header__search-close:hover svg, 
html.specialversion__black-and-white .header__top a:hover svg, 
html.specialversion__black-and-white .header__top-lang:hover svg, 
html.specialversion__black-and-white a:hover .svg-gray {
fill: #000; }

html.specialversion__black-and-white .cookies .btn.btn-white:hover,
html.specialversion__black-and-white .header__top,
html.specialversion__black-and-white .mainmenu-mob,
html.specialversion__black-and-white .btn.btn-white{
background-color: #fff;
}

html.specialversion__black-and-white .btn,
html.specialversion__black-and-white .btn:hover,
html.specialversion__black-and-white .ul li:before,
html.specialversion__black-and-white .point:before, 
html.specialversion__black-and-white .tabs-items ul li:before,
html.specialversion__black-and-white .content ul li:before,
html.specialversion__black-and-white .content ul li ul li:before,

html.specialversion__black-and-white .link-more:hover:after,
html.specialversion__black-and-white .burger span,
html.specialversion__black-and-white .burger:after,


html.specialversion__black-and-white .btn-close span,
html.specialversion__black-and-white .btn-close span:after,
html.specialversion__black-and-white .b-menu__link:before,
html.specialversion__black-and-white .burger:before {
background-color: #000;}


html.specialversion__black-and-white .main-slick-arrow:after,
html.specialversion__black-and-white .select2.select2-container:after,
html.specialversion__black-and-white .arrow-down-darkblue:after,  
html.specialversion__black-and-white .main-slick-arrow:hover:after,
html.specialversion__black-and-white .link-more:after{
  border-color: #000;
}
