.header ol,
.header ul,
.section-create-card ul,
.footer ul {
  list-style: none;
}

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

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Black.woff2") format("woff2"),
    url("../fonts/Roboto-Black.woff") format("woff"),
    url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff"),
    url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Icon START*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?k833h1");
  src: url("../fonts/icomoon.eot?k833h1#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?k833h1") format("truetype"),
    url("../fonts/icomoon.woff?k833h1") format("woff"),
    url("../fonts/icomoon.svg?k833h1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-agriculture:before {
  content: "\e900";
}

.icon-call-black:before {
  content: "\e901";
}

.icon-connect:before {
  content: "\e902";
}

.icon-corporate:before {
  content: "\e903";
}

.icon-credit_card:before {
  content: "\e904";
}

.icon-crown:before {
  content: "\e905";
}

.icon-devices:before {
  content: "\e906";
}

.icon-drive:before {
  content: "\e907";
}

.icon-Earth {
  margin-top: -4px;
}

.icon-Earth:before {
  content: "\e908";
  font-size: 20px;
}

.icon-flight:before {
  content: "\e909";
}

.icon-hands:before {
  content: "\e90a";
}

.icon-more_points:before {
  content: "\e90b";
}

.icon-paid:before {
  content: "\e90c";
}

.icon-percent:before {
  content: "\e90d";
}

.icon-qrcode:before {
  content: "\e90e";
}

.icon-savings:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-table:before {
  content: "\e911";
}

.icon-transfer:before {
  content: "\e912";
  font-size: 20px;
}

.icon-info:before {
  content: "\e913";
}

.icon-health:before {
  content: "\e914";
}

.icon-contactless:before {
  content: "\e915";
}

.icon-arrow-right:before {
  content: "\e916";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-switch2:before {
  content: "\e9b6";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-pinterest:before {
  content: "\ead1";
}

/* Icon END */
h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.875rem;
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 1.6rem;
    line-height: 1.35;
  }
}

h3 {
  font-size: 22px;
}

.section-title {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .section-title {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.header {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .header {
    position: fixed;
    margin-bottom: 0;
    width: 100%;
  }

  .top-page-content {
    height: 54px;
  }
}

.header a {
  text-decoration: none;
  font-size: 15px;
}

.header a:visited {
  color: inherit;
}

.header__panel-item {
  margin-left: 30px;
}

.header__panel-item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .header__panel-item {
    margin-left: 15px;
    flex: 1;
  }

  .header__panel-item--lang {
    flex: none;
  }
}

.header__nav-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1%;
}

@media screen and (max-width: 769px) {
  .header__nav-type {
    display: none;
  }
}

.header__nav-type--mob {
  margin: 0 -15px;
  padding: 0px 15px 12px;
  border-bottom: 1px solid #dedede;
}

.header__nav-type-item {
  color: #7a7a7a;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

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

.header__nav-type-item.active,
.header__nav-type-item:hover {
  color: #343434;
}

.header__nav-type-item.active::before,
.header__nav-type-item:hover::before {
  content: "";
  display: block;
  width: 110%;
  height: 3px;
  background-color: #1f9c9e;
  position: absolute;
  left: -5%;
  bottom: -14px;
}

@media screen and (max-width: 769px) {
  .header__panel-item--client .header__panel-toggle-menu {
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .header__panel-item--client .header__panel-toggle-menu::before,
  .header__panel-item--client .header__panel-toggle-menu::after {
    content: "";
    top: auto;
    bottom: -11px;
    border-top: 10px solid #dedede;
    border-bottom: 0;
  }
  .header__panel-item--client .header__panel-toggle-menu::after {
    border-top: 10px solid white;
    bottom: -9px;
  }
}

.header__panel-toggle {
  position: relative;
}

.header__panel-toggle.open-menu .header__panel-toggle-menu {
  display: block;
  border-radius: 10px;
  padding: 10px 25px;
  color: #000;
}

.header__panel-toggle.open-menu .header-top__panel-banking::after {
  border-top: 0;
  border-bottom: 6px solid #e96b3b;
}

.header__panel-toggle.open-menu .header-top__panel-client::after {
  border-top: 0;
  border-bottom: 6px solid #343434;
}

.header-top__panel-banking:visited {
  color: #e96b3b !important;
}

.header__panel-toggle-menu {
  display: none;
  position: absolute;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  z-index: 2;
  border: 1px solid #dedede;
  white-space: nowrap;
}

.header__panel-toggle-menu::before,
.header__panel-toggle-menu::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #dedede;
}

.header__panel-toggle-menu::after {
  border-bottom: 10px solid white;
  top: -18px;
}

.header__panel-toggle-item {
  padding: 7px 0;
}

.header__panel-toggle-link:hover {
  text-decoration: underline;
}

.header__search {
  position: absolute;
  width: calc(100vw - 30px);
  height: 0;
  max-width: 1090px;
  right: 0;
  left: 0;
  margin: auto;
  top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header__search form {
  display: flex;
  color: #000;
  width: 100%;
}

.header__search:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  bottom: 0;
}

.header__search.active {
  top: 65px;
  height: 46px;
}

.header__search-input {
  width: 100%;
  font-size: 16px;
  padding: 13px;
  border: none;
  background: transparent;
  outline: 0;
}

.header__search-btn {
  background: transparent;
  font-size: 32px;
  width: 40px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .header__search {
    position: relative;
    width: 100%;
    height: 46px;
    max-width: 100%;
    margin: 8px 0 15px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-top {
  border-top: 5px solid #1f9c9e;
  border-bottom: 1px solid #dedede;
  padding: 14px 0 6px;
}

.header-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.header-top__logo {
  width: 180px;
  margin-top: -3px;
  margin-right: 4%;
}

@media screen and (max-width: 992px) {
  .header-top__logo {
    width: 160px;
    margin-right: 2%;
  }
}

@media screen and (max-width: 400px) {
  .header-top__logo {
    width: 150px;
    margin-right: 2%;
  }
}

.header-top__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
}

.header-top__panel-search {
  display: block;
  cursor: pointer;
}

.header-top__panel-search [class^="icon-"] {
  font-size: 20px;
}

.header-top__panel-phone:hover,
.header-top__panel-phone:visited {
  color: initial;
}

.header-top__panel-phone span {
  color: #1f9c9e;
}

.header-top__panel-client {
  position: relative;
  padding-right: 20px;
}

.header-top__panel-client::after {
  content: "";
  display: inline-block;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #343434;
  margin-left: 5px;
  vertical-align: bottom;
  position: absolute;
  top: 5px;
}

.header-top__panel-banking {
  font-weight: 900;
  color: #e96b3b;
  position: relative;
  padding-right: 20px;
}

.header-top__panel-banking::after {
  content: "";
  display: inline-block;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #e96b3b;
  margin-left: 5px;
  vertical-align: bottom;
  position: absolute;
  top: 5px;
}

.header-top__lang-item {
  margin-left: 8px;
  color: #0b0b0b !important;
}

.header-top__lang-item--active,
.header-top__lang-item:hover {
  color: #1f9c9e !important;
}

@media screen and (max-width: 992px) {
  .header-top .header__panel-item--phone {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .header-top .header__panel-item--search,
  .header-top .header__panel-item--client,
  .header-top .header__panel-item--lang {
    display: none;
  }
}

.menu-button {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-button span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 100%;
  margin-top: 8px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before,
.menu-button::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  height: 3px;
  width: 100%;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  margin-top: 0px;
}

.menu-button::after {
  margin-top: 5px;
}

.menu-button.open-menu span {
  opacity: 0;
}

.menu-button.open-menu::before {
  margin-top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-button.open-menu::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 769px) {
  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 769px) {
  .header-nav {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    position: fixed;
    left: -500vw;
    max-height: calc(100% - 80px);
    overflow: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav.open-menu {
    left: 0;
  }
}

.header-nav__list {
  display: none;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .header-nav__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 769px) {
  .header-nav__list {
    -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;
    margin: 13px -15px 20px -15px;
    padding: 0 15px;
    border-bottom: 1px solid #dedede;
  }
}

.header-nav__item {
  position: relative;
  /*margin-right: 32px;*/
  flex: auto;
  color: #000;
}

.header-nav__item [class^="icon-"] {
  font-size: 24px;
  margin-right: 5px;
  color: #1f9c9e;
}

@media screen and (max-width: 769px) {
  .header-nav__item [class^="icon-"] {
    display: none;
  }
}

@media screen and (min-width: 770px) {
  .header-nav__item:hover .header-nav__submenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__item.sub-menu-hover {
    position: static;
  }
  .header-nav__item.sub-menu-hover .header-nav__submenu-wrap {
    left: initial;
    right: 20px;
  }
  .header-nav__item.sub-menu:hover .header-nav__link::before,
  .header-nav__item.sub-menu:hover .header-nav__link::after {
    visibility: visible;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .header-nav__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 769px) {
  .header-nav__item {
    margin-right: 0;
    padding-left: 25px;
    position: relative;
  }
  .header-nav__item.open-submenu .header-nav__submenu-wrap {
    height: 100%;
  }
  .header-nav__item.open-submenu .header-nav__submenu-wrap::before {
    border-bottom: 6px solid #343434;
    border-top: 0;
  }
}

.header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  color: black;
}

.header-nav__link:hover {
  color: black;
  text-decoration: none;
}

.header-top__panel-banking:hover,
.header-top__panel-banking:visited {
  color: #e96b3b;
}

.header-nav__link::before,
.header-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #dedede;
  z-index: 10;
  visibility: hidden;
}

@media screen and (max-width: 769px) {
  .header-nav__link::before,
  .header-nav__link::after {
    display: none !important;
  }
}

.header-nav__link::after {
  border-bottom: 10px solid white;
  bottom: -2px;
}

@media screen and (max-width: 992px) {
  .header-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 769px) {
  .header-nav__link {
    padding: 8px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-nav__submenu-wrap {
  display: none;
  position: absolute;
  left: 0;
  border: 1px solid #dedede;
  background-color: #fff;
  z-index: 9;
  border-radius: 10px;
  padding: 15px 25px;
}

@media screen and (max-width: 769px) {
  .header-nav__submenu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    left: 0;
    padding: 0;
    margin-top: 10px;
    border: none;
    z-index: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .header-nav__submenu-wrap::before {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid #343434;
    position: absolute;
    top: 15px;
    left: 0;
  }
}

.header-nav__submenu-col {
  margin-right: 30px;
}

.header-nav__submenu-col:last-child {
  margin-right: 0;
}

.header-nav__submenu-title {
  text-transform: uppercase;
  color: #1f9c9e;
  margin-bottom: 15px;
  font-size: 15px;
  white-space: nowrap;
}

.header-nav__submenu-title a {
  color: #1f9c9e;
}

.header-nav__submenu-title a:hover {
  text-decoration: underline;
}

.header-nav__submenu {
  margin-top: 15px;
  padding: 0;
}

.header-nav__submenu-item {
  margin-bottom: 10px;
  color: #000;
}

@media screen and (max-width: 769px) {
  .header-nav__submenu-item {
    margin-bottom: 15px;
  }
}

.header-nav__submenu-link {
  white-space: nowrap;
  font-size: 14px;
}

.header-nav__submenu-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .header-nav--desktop {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .header-top__panel-banking {
    padding-right: 15px;
    font-size: 13px !important;
  }
}

.footer {
  margin-top: 100px;
  padding-top: 45px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 769px) {
  .footer {
    margin-top: 0;
  }
}

.footer a {
  text-decoration: none;
}

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

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 560px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__col {
  margin-right: 20px;
}

.footer__col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  .footer__col {
    width: 45%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .footer__col:last-child {
    margin-bottom: 0;
  }
  .footer__col--mobile {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .footer__col {
    width: 100%;
  }
}

.footer__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__list {
  padding: 0;
}

.footer__list-item {
  margin-bottom: 8px;
  font-size: 16px;
  padding: 0;
}

.footer__contact-item {
  margin-bottom: 20px;
  font-size: 16px;
}

.footer__col--mobile .footer__app-link {
  margin-bottom: 10px;
}
.footer__col--mobile .fgdsb-block .fgdsb {
  margin-bottom: 10px;
  width: 150px;
}
.footer__col--mobile .fgdsb-block .fgdsb-text {
  color: black;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .footer__col--mobile .fgdsb-block {
    margin: 20px 0 30px;
  }
}

.footer__app::after {
  content: "";
  display: block;
  width: 204px;
  height: 263px;
  background-image: url("../images/mob-banking.png");
  background-position: bottom;
}

.footer__app-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 769px) {
  .footer__contact-item {
    width: 100%;
    color: #000;
  }

  .footer__contact-item:first-child {
    margin-right: 15px;
  }
}

@media screen and (max-width: 769px) {
  .footer__contact-social {
    width: 100%;
  }
}

.footer__contact-social-link {
  text-decoration: none !important;
  font-size: 20px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__contact-social-link:hover {
  opacity: 0.6;
}

.footer__contact-social-link:last-child {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  .footer__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 769px) {
  .footer__app-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
  }
}

body {
  min-width: 360px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #343434;
}

@media screen and (max-width: 769px) {
  body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -500vw;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.open-menu {
    overflow: hidden;
  }
  body.open-menu::before {
    left: 0;
  }
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

header a,
footer a {
  color: #000;
}

.spec-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  color: #e96b3b;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.spec-link:hover {
  text-decoration: none;
  color: #e96b3b;
}

.spec-link:hover::after {
  margin-left: 8px;
}

.spec-link::after {
  font-family: "icomoon" !important;
  content: "\e916";
  margin-left: 5px;
  font-size: 20px;
}

.content-list {
  list-style: disc;
  margin: 20px 0px 20px 20px;
  font-size: 16px;
}

.main-slider {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.main-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider__link {
  width: 100%;
  display: block;
}

.main-slider__img {
  width: 100%;
  height: auto;
}

.main-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
}

.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ccc;
  text-align: center;
}

.main-slider .slick-dots li button:before {
  display: none;
}

.main-slider .slick-dots li.slick-active {
  background-color: #f96332;
}

.top-products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 10px;
}

@media screen and (max-width: 992px) {
  .top-products {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 10px;
  }
}

.section-product {
  margin: 0 0 50px;
}

@media screen and (max-width: 992px) {
  .section-product {
    margin: 0;
  }
}

.top-product {
  padding: 15px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media screen and (max-width: 992px) {
  .top-product {
    padding-right: 70px;
  }
}

@media screen and (max-width: 560px) {
  .top-product {
    padding: 10px;
  }
}

.top-product:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.top-product__link {
  text-decoration: none;
}

.top-product__link:hover,
.top-product__link:visited,
.top-product__link:focus {
  text-decoration: none;
}

.top-product__icon {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  margin: 5px auto 15px auto;
  background: #999;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .top-product__icon {
    position: absolute;
    right: 15px;
    background-color: transparent !important;
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  .top-product__icon {
    font-size: 30px;
    right: 5px;
    bottom: 5px;
    margin: 0;
  }
}

.top-product__name {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.top-product__txt {
  font-size: 14px;
  line-height: 1.25;
  color: #999;
}

@media screen and (max-width: 560px) {
  .top-product__txt {
    padding-right: 45px;
  }
}

.top-product--1 .top-product__icon {
  background-color: #03a9f4;
}

@media screen and (max-width: 992px) {
  .top-product--1 {
    grid-column: span 1;
    grid-row: span 2;
    overflow: hidden;
    padding-top: 115px;
  }
  .top-product--1 .top-product__icon {
    background: #03a9f4 !important;
    position: absolute;
    width: 160px;
    height: 160px;
    top: -80px;
    left: 0;
    right: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 560px) {
  .top-product--1 {
    padding-top: 100px;
  }
  .top-product--1__txt {
    padding-right: 10px;
  }
}

.top-product--2 .top-product__icon {
  background-color: #e91e63;
}

@media screen and (max-width: 992px) {
  .top-product--2 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .top-product--2 .top-product__icon {
    color: #e91e63;
  }
}

.top-product--3 .top-product__icon {
  background-color: #ffc107;
}

@media screen and (max-width: 992px) {
  .top-product--3 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .top-product--3 .top-product__icon {
    color: #ffc107;
  }
}

.top-product--4 .top-product__icon {
  background-color: #9c27b0;
}

@media screen and (max-width: 992px) {
  .top-product--4 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .top-product--4 .top-product__icon {
    color: #9c27b0;
  }
}

.top-product--5 .top-product__icon {
  background-color: #00bcd4;
}

@media screen and (max-width: 992px) {
  .top-product--5 {
    grid-column: span 1;
    grid-row: span 2;
    overflow: hidden;
    padding-bottom: 115px;
  }
  .top-product--5 .top-product__icon {
    background: #00bcd4 !important;
    position: absolute;
    width: 100%;
    max-width: 160px;
    height: 160px;
    bottom: -80px;
    left: 0;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 992px) and (max-width: 560px) {
  .top-product--5 {
    padding-bottom: 100px;
  }
  .top-product--5__txt {
    padding-right: 10px;
  }
}

.top-product--6 .top-product__icon {
  background-color: #3f51b5;
}

@media screen and (max-width: 992px) {
  .top-product--6 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .top-product--6 .top-product__icon {
    color: #3f51b5;
  }
}

.top-product--7 .top-product__icon {
  background-color: #ff5722;
}

@media screen and (max-width: 992px) {
  .top-product--7 {
    overflow: hidden;
    padding-left: 170px;
    grid-column: span 2;
  }
  .top-product--7 .top-product__icon {
    background: #ff5722 !important;
    position: absolute;
    width: 160px;
    height: 160px;
    top: -90px;
    left: 0;
    right: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) and (max-width: 560px) {
  .top-product--7__txt {
    padding-right: 10px;
  }
}

.section-create-card {
  margin: 0 0 50px;
}

.create-card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 0;
}

.create-card__type-item {
  font-size: 14px;
  font-weight: 700;
  padding: 14px 25px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 25px;
  background-color: #ececec;
  cursor: pointer;
}

.create-card__type-item:hover {
  opacity: 0.8;
}

.create-card__offer-desc {
  font-size: 16px;
}

.create-card__offer-desc .tooltip {
  opacity: 1;
}

.create-card__type-item.active,
.create-card__type-item:hover {
  background-color: #1f9c9e;
  color: #fff;
}

.create-card__content {
  display: none;
  width: 85%;
  max-width: 925px;
  position: relative;
  border: 4px solid #ececec;
  padding: 20px 240px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.create-card__content.active {
  display: block;
}

@media screen and (max-width: 992px) {
  .create-card__content {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
}

.create-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.create-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-right: 10px;
}

.create-card__top-prod {
  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;
  min-width: 120px;
  font-weight: 700;
  padding: 2px 10px;
  margin: 0 10px;
  border-radius: 10px;
  background-color: #f8d2c3;
  text-align: center;
  font-size: 14px;
}

.create-card__description {
  margin: 10px 0;
  font-size: 16px;
}

.create-card__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .create-card__offer {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.create-card__offer-col {
  margin-right: 5%;
  margin-bottom: 10px;
}

.create-card__offer-col:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .create-card__offer-col {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 769px) {
  .create-card__offer-col:nth-child(3) {
    width: 100%;
  }
}

.create-card__offer-price {
  font-size: 1.4rem;
  font-weight: 700;
}

.create-card__pic {
  position: absolute;
  top: 0px;
  right: -180px;
  max-width: 450px;
}

@media screen and (max-width: 1200px) {
  .create-card__pic {
    top: 50%;
    right: -125px;
    width: 350px;
    margin-top: -110px;
  }
}

@media screen and (max-width: 992px) {
  .create-card__pic {
    position: static;
    margin: 10px auto;
  }
}

@media screen and (max-width: 769px) {
  .create-card__pic {
    position: static;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .create-card__pic {
    max-width: 265px;
  }
}

.create-card__action-btn {
  width: 180px;
  height: 35px;
}

.create-card__action-link {
  margin-left: 40px;
}

.create-card__action-link:hover {
  text-decoration: none;
  color: #e96b3b;
}

@media screen and (max-width: 560px) {
  .create-card__action-link {
    margin-left: 15px;
  }

  .create-card__action {
    display: flex;
    margin-top: 20px;
  }

  .create-card__action a {
    height: 40px;
    line-height: 24px;
    flex: 1;
    justify-content: center;
  }
}

.section-news {
  margin: 50px 0 60px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .section-news {
    margin: 50px 0;
  }
}

.site-news__more:hover {
  text-decoration: none;
  color: #e96b3b;
}

@media screen and (max-width: 769px) {
  .site-news {
    overflow: hidden;
    margin: 0 -15px;
  }
  .site-news__more {
    padding: 0 15px;
  }
}

.site-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .site-news__wrap {
    width: 130%;
  }
}

@media screen and (max-width: 560px) {
  .site-news__wrap {
    width: 160%;
  }
}

.site-news__item {
  font-size: 14px;
  width: 24%;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.site-news__item:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 1010px) {
  .site-news__item {
    margin: 7px 10px;
  }
}

.site-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.site-news__data {
  color: #999;
  margin-bottom: 10px;
}

.site-news__title {
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 5px;
  font-size: 14px;
}

.site-news__pic {
  margin-top: auto;
}

.site-news__img {
  width: 100%;
}

.section-internet-banking {
  background-color: #efebf8;
  padding: 35px 0;
}

.section-internet-banking--light-green {
  background-color: #e8f5f5;
}

@media screen and (max-width: 992px) {
  .section-internet-banking {
    margin: 50px 0;
  }
}

.internet-banking {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.internet-banking::before {
  content: "";
  display: block;
  width: 204px;
  height: 263px;
  background-image: url(../images/mob-banking.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: -35px;
  margin-right: 5%;
}

.internet-banking-jur::before {
  background-image: url(../images/mob-banking-jur.png);
}

@media screen and (max-width: 769px) {
  .internet-banking::before {
    display: none;
  }
}

.internet-banking .internet-banking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(95% - 210px);
  max-width: 600px;
}

@media screen and (max-width: 769px) {
  .internet-banking .internet-banking__content {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.internet-banking__app {
  margin-right: 7%;
}

.internet-banking__app .qr-code {
  max-width: 75px;
  margin-bottom: 10px;
}

.internet-banking__app [class^="icon-"] {
  display: inline-block;
  font-size: 70px;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .internet-banking__app {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    padding-left: 220px;
    padding-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .internet-banking__app::before {
    content: "";
    display: block;
    width: 204px;
    height: 265px;
    background-image: url(../images/mob-banking.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 -8px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .internet-banking-jur .internet-banking__app::before {
    background-image: url(../images/mob-banking-jur.png);
    background-position: 0 2px;
  }
}

.internet-banking__app-link {
  min-width: 90px;
}

.internet-banking__app-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 769px) {
  .internet-banking__txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

.internet-banking__app-img {
  width: 75px;
  height: auto;
  padding-bottom: 10px;
}

.internet-banking__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.internet-banking__txt p {
  font-size: 16px;
}

.section-credit-personal {
  background-color: #d1e9fc;
  padding: 35px 0;
}

@media screen and (max-width: 992px) {
  .section-credit-personal {
    margin: 50px 0;
  }
}

.credit-personal {
  max-width: 900px;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  padding-right: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .credit-personal {
    max-width: 100%;
    min-height: 230px;
    margin: 0 auto;
    position: relative;
    padding-right: 35%;
  }
}

@media screen and (max-width: 769px) {
  .credit-personal {
    padding-right: 0;
  }
}

.credit-personal__title {
  font-size: 2.08rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .credit-personal__title {
    font-size: 1.5rem;
  }
}

.credit-personal__pic {
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-width: 992px) {
  .credit-personal__pic {
    min-width: 200px;
    max-width: 230px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 769px) {
  .credit-personal__pic {
    position: relative;
    margin: 25px auto;
  }
}

@media screen and (max-width: 560px) {
  .credit-personal__pic {
    max-width: 100%;
    width: 100%;
    margin: 5px auto 20px;
  }
}

.credit-personal__img {
  max-width: 235px;
}

@media screen and (max-width: 560px) {
  .credit-personal__img {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.credit-personal__icon {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  margin: 0 auto;
  background: #03a9f4;
  color: #fff;
  position: absolute;
  right: -25px;
  top: 25px;
}

@media screen and (max-width: 992px) {
  .credit-personal__icon {
    right: 25px;
  }
}

.credit-personal__txt {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .credit-personal__txt {
    margin-bottom: 15px;
  }
}

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

@media screen and (max-width: 769px) {
  .credit-personal__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.credit-personal__select {
  margin-right: 25px;
  width: 265px;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .credit-personal__select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.credit-personal__btn {
  width: 165px;
  height: 45px;
}

@media screen and (max-width: 769px) {
  .credit-personal__btn {
    width: 100% !important;
    margin-left: 10px !important;
  }
}

select {
  height: 45px;
  /*border-radius: 5px 5px 0 0;*/
  border: 0;
  /*border-bottom: 2px solid #707070;*/
  padding: 5px 13px;
  outline: 0;
  font-size: 16px;
}

.section-education {
  margin: 80px 0 50px;
}

@media screen and (max-width: 992px) {
  .section-education {
    margin: 0;
  }
}

.education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.education__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #deeffe;
}

.education__item:nth-child(even) {
  background-color: #e2e5f4;
}

@media screen and (max-width: 992px) {
  .education__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 769px) {
  .education__item {
    max-width: 480px;
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.education__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 60%;
  padding: 25px 20px;
}

@media screen and (max-width: 992px) {
  .education__txt {
    width: 80%;
  }
}

@media screen and (max-width: 769px) {
  .education__txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 15px;
  }
}

.education__title {
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media screen and (max-width: 560px) {
  .education__title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.education__intro {
  line-height: 1.5;
  margin-bottom: 20px;
  max-height: 125px;
  overflow: hidden;
  font-size: 16px;
}

.education__pic {
  width: 40%;
  position: relative;
}

.education__pic @media screen and (max-width: 992px) {
  .education__pic {
    width: 20%;
    min-width: 180px;
  }
}

@media screen and (max-width: 769px) {
  .education__pic {
    width: 100%;
    height: 160px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.education .education__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.education__link {
  margin-top: auto;
}

.education__link:hover {
  color: #e96b3b;
}

.section-exchange-rates {
  margin: 0 0 40px;
}

.exchange-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .exchange-rates {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.exchange-rates__col--tabs {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .exchange-rates__col--tabs {
    width: 100%;
    margin-bottom: 20px;
  }
}

.exchange-rates__col--valuta {
  width: 55%;
}

@media screen and (max-width: 769px) {
  .exchange-rates__col--valuta {
    width: 100%;
  }
}

.exchange-rates__tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #95989a;
  margin-bottom: 10px;
}

.exchange-rates__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.exchange-rates__tabs-item {
  margin-right: 20px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #95989a;
  position: relative;
  cursor: pointer;
}

.exchange-rates__tabs-item.active::before,
.exchange-rates__tabs-item:hover::before {
  content: "";
  display: block;
  width: 110%;
  height: 3px;
  background-color: #1f9c9e;
  position: absolute;
  left: -5%;
  bottom: -13px;
}

.exchange-rates__tabs-item:last-child {
  margin-right: 0;
}

.exchange-rates__tabs-item--date {
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .exchange-rates__tabs-item {
    margin-right: 8px;
  }
}

.exchange-rates__tabs-date {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #95989a;
  position: relative;
  margin-left: 8px;
}

.exchange-rates__inner-table {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 560px) {
  .exchange-rates__inner-table {
    max-height: 200px;
  }
  .exchange-rates__inner-table.active {
    max-height: 300px;
  }
}

.exchange-rates__table {
  width: 100%;
  display: none;
}

.exchange-rates__table.active {
  display: table;
}

.exchange-rates__table-header {
  font-size: 12px;
  color: #95989a;
}

.exchange-rates__table-row {
  border-bottom: 1px solid #95989a;
}

.exchange-rates__table-row:last-child {
  border-bottom: 0;
}

.exchange-rates__table-col {
  padding: 18px 0 5px 0;
  font-size: 15px;
}

thead td.exchange-rates__table-col {
  font-size: 13px;
}

.exchange-rates__table-col:nth-child(1) {
  width: 45%;
  padding-right: 5%;
}

@media screen and (max-width: 992px) {
  .exchange-rates__table-col:nth-child(1) {
    width: 30%;
  }
}

@media screen and (max-width: 560px) {
  .exchange-rates__table-col:nth-child(1) {
    width: 25%;
  }
}

.exchange-rates__table-col:nth-child(2) {
  width: 25%;
  padding-left: 5%;
}

.exchange-rates__table-col:nth-child(3) {
  width: 25%;
  padding-left: 10%;
}

.exchange-rates__more {
  margin-top: 15px;
  display: none;
}

@media screen and (max-width: 560px) {
  .exchange-rates__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.exchange-rates__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.exchange-rates__input {
  width: 100%;
  font-size: 16px;
  border: 0;
  outline: 0;
  border-bottom: 2px solid #1f9c9e;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.exchange-rates__valuta-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exchange-rates__valuta {
  margin-bottom: 40px;
}

.exchange-rates__valuta:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .exchange-rates__valuta-inner {
    overflow: auto;
  }
}

.exchange-rates__valuta-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .exchange-rates__valuta-name {
    padding-bottom: 10px;
  }
}

.exchange-rates__valuta-item {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 22px;
  margin-right: 20px;
  text-align: center;
  border-radius: 25px;
  background-color: #ececec;
  border: 0;
  outline: 0;
  cursor: pointer;
  flex: auto;
}

.exchange-rates__valuta-item--active,
.exchange-rates__valuta-item:hover {
  background-color: #1f9c9e;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .exchange-rates__valuta-item {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 992px) {
  .exchange-rates__valuta-item {
    padding: 10px 10px;
    margin-right: 5px;
  }
}

.exchange-rates .rates-info {
  display: block;
  margin-top: 10px;
  color: #95989a;
  font-size: 13px;
}

.section-fincom-articles {
  margin: 50px 0;
}

.fincom-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .fincom-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.fincom-articles__item {
  width: 49%;
}

@media screen and (max-width: 769px) {
  .fincom-articles__item {
    width: 100%;
    max-width: 480px;
    margin-bottom: 60px;
  }
  .fincom-articles__item:last-child {
    margin-bottom: 0;
  }
}

.fincom-articles__link,
.fincom-articles__link:hover {
  text-decoration: none;
}

.fincom-articles__txt {
  font-size: 16px;
}

.fincom-articles__link:hover .fincom-articles__title {
  text-decoration: underline;
}

.fincom-articles__pic {
  margin-bottom: 10px;
}

.fincom-articles__img {
  width: 100%;
  height: auto;
}

.fincom-articles__title {
  text-transform: uppercase;
  font-size: 2.125rem;
  margin-bottom: 10px;
}

.fincom-articles__link:visited {
  color: #000;
}

@media screen and (max-width: 769px) {
  .fincom-articles__title {
    font-size: 1.6rem;
  }
}

.section-business-products {
  margin: 0;
}

.business-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.business-product__item {
  width: 24%;
  padding: 15px;
  background-color: #f2f2f2;
  margin-bottom: 2%;
}

@media screen and (max-width: 769px) {
  .business-product__item {
    width: 49%;
  }
}

.business-product__item:hover {
  background-color: #e7e7e7;
}

.business-product__link {
  text-decoration: none;
}
.business-product__link:hover,
.business-product__link:active,
.business-product__link:visited,
.business-product__link:link {
  text-decoration: none !important;
  color: #000;
}

.business-product__icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.business-product__name {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.business-product__txt {
  font-size: 14px;
}

.section-business-credit {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #d1e9fc;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .section-business-credit {
    margin: 20px 0 0;
  }
}

.business-credit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.business-credit___txt {
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .business-credit__wrap {
    margin-left: -15px;
    margin-right: -15px;
    width: 140%;
  }
}

.business-credit__title {
  margin-bottom: 10px;
}

.business-credit__item {
  width: 19%;
  min-height: 145px;
  padding: 25px 15px 20px;
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1010px) {
  .business-credit__item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 769px) {
  .business-credit__item {
    margin: 0 10px;
    min-height: 160px !important;
  }
}

.business-credit__name {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.25rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.business-credit__info {
  font-size: 14px;
  margin-bottom: 10px;
}

.business-credit__link {
  font-size: 14px;
  font-weight: 900;
  color: #1f9c9e;
  text-decoration: none;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-credit__link:hover {
  text-decoration: none;
  color: #1f9c9e;
}

.business-credit__link:hover::after {
  margin-left: 8px;
}

.business-credit__link::after {
  font-family: "icomoon" !important;
  content: "\e916";
  margin-left: 5px;
  font-size: 20px;
}

.section-ecommerce {
  margin: 60px 0 50px;
}

@media screen and (max-width: 769px) {
  .section-ecommerce {
    margin: 40px 0 0;
  }
}

.ecommerce-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 769px) {
  .ecommerce-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ecommerce-box__content {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 25px;
}

@media screen and (max-width: 769px) {
  .ecommerce-box__content {
    width: 100%;
    margin: 10px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.ecommerce-box__content .spec-link {
  margin-top: auto;
}

.ecommerce-box__title {
  margin-bottom: 20px;
}

.ecommerce-box__txt {
  margin-bottom: 20px;
  font-size: 16px;
}

.ecommerce-box__pic {
  width: 385px;
}

@media screen and (max-width: 769px) {
  .ecommerce-box__pic {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-business-card {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 769px) {
  .section-business-card {
    margin: 20px 0 0;
  }
}

.business-card {
  width: 85%;
  max-width: 925px;
  min-height: 325px;
  padding: 20px 20px 75px 280px;
  border: 4px solid #ececec;
  margin: 0 0 0 auto;
  position: relative;
}

@media screen and (max-width: 769px) {
  .business-card {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 75px 15px;
  }
}

.business-card__title {
  margin-bottom: 15px;
}

.business-card__txt {
  margin-bottom: 25px;
  font-size: 16px;
}

.business-card__pic {
  position: absolute;
  top: -5px;
  left: -200px;
}

@media screen and (max-width: 1200px) {
  .business-card__pic {
    top: 50%;
    left: -125px;
    width: 350px;
    margin-top: -110px;
  }
}

@media screen and (max-width: 769px) {
  .business-card__pic {
    position: static;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  .business-card__pic {
    max-width: 265px;
  }
}

.business-card__btn {
  position: absolute;
  bottom: 15px;
  min-width: 200px;
}

.btn {
  font-weight: 900;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.btn--green-sea {
  color: #fff;
  background-color: #1f9c9e !important;
  font-size: 15px !important;
  font-family: Roboto-Bold !important;
}

@media screen and (min-width: 770px) {
  .visible-desc {
    display: block !important;
  }
  .visible-mob,
  .header__nav-type--mob {
    display: none !important;
  }
  .header-top__nav-type--desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__search--mob {
    display: none;
  }
  .header-nav__panel--mob {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .visible-desc {
    display: none !important;
  }
  .visible-mob {
    display: block !important;
  }
  .header__nav-type--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__search--mob {
    display: block;
  }
  .header-nav__panel--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  display: none;
  visibility: hidden;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #dedede;
  padding: 10px;
  position: absolute;
  z-index: 3;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  font-size: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::before,
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #dedede transparent transparent transparent;
}

.tooltip .tooltiptext::after {
  border-color: #fff transparent transparent transparent;
  top: 99%;
}

.tooltip:hover .tooltiptext {
  display: block;
  visibility: visible;
  opacity: 1;
}

.section-top-slider {
  padding-top: 0;
}

@media screen and (max-width: 769px) {
  .container .col-3 {
    width: 100%;
  }

  .section-top-slider {
    padding-bottom: 0;
  }
}

/***** mobile display ****/
.mobile-only {
  display: none;
}

@media only screen and (max-width: 576px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }

  .business-card {
    padding: 15px 15px 25px 15px;
  }

  .business-card__btn {
    width: 100% !important;
    position: static;
  }

  .col-xs-12 {
    width: 100% !important;
  }
}
