/* HEADER */

.header {
  padding: 15px 0;
}
.header__content {
}
.header__container {
  width: 1290px;
}
.header__row {
}

.header__col {
}
.header__col--logo {
  width: 19%;
}
.footer__bottom .footer__col h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #111;
    margin-bottom: 18px;
    margin-top: 0;
    padding: 0 20px;
    position: relative;
}
.footer__bottom .footer__col h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #0c54a0;
}
.footer__bottom .footer__col ul li a {
    font-size: 12pt;
    line-height: 20px;
    font-weight: 400;
    color: #111;
    margin-left: 20px;
}

.header__col--info {
  width: 81%;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #f4f9ff;
}
.header__mobile {
  display: none;
}
.header__phone {
  display: flex;
  align-items: center;
}
.header__phone svg {
  display: inline-block;
  margin-right: 12px;
}
.header__phone p {
  font-size: 14px;
  font-weight: bold;
  color: #060606;
  margin-bottom: 0;
}
.header__phone p a {
  font-size: 16px;
  font-weight: bold;
  color: #060606;
}
.header__phone p a:hover {
  color: #0c54a0;
}
.header__special-feature {
  position: relative;
}
.header__special-feature:hover .header__special-feature-dropdown {
  opacity: 1;
  visibility: visible;
}
.header__special-feature-dropdown {
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 1px 20px 0px #0000001f;
  position: absolute;
  left: 0;
  top: 35px;
  margin-top: 0;
  padding: 20px 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header__special-feature-dropdown:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 100%;
}
.header__special-feature-dropdown:after {
  content: '';
  border: 7px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -15px;
  left: 7px;
}
.header__special-feature-dropdown ul {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  padding: 0;
}
.header__special-feature-dropdown ul li {
  padding: 0 20px;
  list-style: none;
}
.header__special-feature-dropdown ul li a span {
  font-size: 20px;
}
.header__special-feature a {
  font-size: 14px;
  font-weight: bold;
  color: #060606;
  display: flex;
  align-items: center;
}
.header__special-feature a:hover {
  color: #0c54a0;
}
.header__special-feature a:hover svg rect,
.header__special-feature a:hover svg ellipse,
.header__special-feature a:hover svg line,
.header__special-feature a:hover svg path {
  stroke: #0c54a0;
}
.header__special-feature a svg {
  margin-right: 12px;
}
.header__switcher {
  display: flex;
  align-items: center;
  position: relative;
}
.header__switcher a.link {
  font-size: 14px;
  font-weight: bold;
  color: #060606;
  display: flex;
  align-items: center;
}
.header__switcher a.link svg {
  margin-right: 12px;
}
.header__switcher a.link:hover svg rect,
.header__switcher a.link:hover svg ellipse,
.header__switcher a.link:hover svg line,
.header__switcher a.link:hover svg path {
  stroke: #0c54a0;
}
.header__switcher a.link:hover {
  color: #0c54a0;
}

.language-switcher {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 36px;
}
.personal_drop {
  margin-right: 0px;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.language-switcher .dropbtn {
  font-size: 14px;
  font-weight: bold;
  color: #060606;
}
.personal_drop .dropbtn {
  display: flex;
  align-items: center;
}
.personal_drop .dropbtn svg {
  margin-right: 10px;
}
.personal_drop .dropbtn span {
}
.language-switcher:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
.language-switcher .dropdown-content {
  top: 35px;
  left: -40px;
  z-index: 100;
  margin-top: 0;
}
.personal_drop .dropdown-content {
  width: 150px;
  left: -50px;
}
.personal_drop .dropdown-content a {
  display: block;
}
.language-switcher .dropdown-content:after {
  content: '';
  border: 7px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -15px;
  right: 25px;
}
.language-switcher .dropdown-content:before {
  top: -20px;
}
.language-switcher .triangles {
  margin-left: 8px;
}

.header__bottom {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header__menu {
}
.header__menu ul {
  margin: 0 -18px;
  padding: 0;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0 18px;
  position: relative;
}
.header__menu ul li:after {
  /*content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 30px;*/
}
.header__menu ul li a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 9pt;
font-weight: bold;
text-transform: uppercase;
color: #0c54a0;
}
.header__menu ul li a svg {
  display: inline-block;
  margin-left: 8px;
  transition: transform 250ms ease 0s;
}
.header__menu ul li.is-active a svg {
  transform: rotate(180deg);
}
.header__menu ul li:hover > a {
  color: #0c54a0;
  z-index: 3;
}
.header__menu ul li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: 201;
  padding: 24px 36px 24px 36px;
  background-color: #0c54a0;
  margin: 0;
  transition: opacity 300ms ease 0s, visibility 300ms ease 0s;
}
.header__menu ul li ul:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 40px;
}
.header__menu ul li.is-active ul {
  opacity: 1;
  visibility: visible;
}
.header__menu ul li ul li {
  display: block;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.header__menu ul li ul li:last-child {
  padding-bottom: 0;
}
.header__menu ul li ul li a {
  color: #fff !important;
  white-space: nowrap;
  font-size:14px !important;
  text-transform:none!important;
  font-weight: normal !important;
  letter-spacing: 2px;
}
.header__menu ul li ul li a:hover {
  color: #ddd !important;

}
.header__menu ul li:hover ul {
}

.header__search {
}
.header__search a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.header__search a svg.serch {
  display: block;
}
.header__search.active a svg.serch {
  display: none;
}
.header__search.active a svg.clos {
  display: block;
}
.header__search a svg.clos {
  width: 20px;
  display: none;
  position: relative;
  right: 10px;
}
.header__search-modal {
  position: absolute;
  top: 13px;
  right: 51px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease 0s;
}
.header__search-modal--active {
  width: calc(100% - 51px);
  opacity: 1;
  visibility: visible;
}
.header__search-modal .form {
  width: 100%;
}
.header__search-modal input[type='text'] {
  width: 100%;
  height: 35px;
  padding: 0 20px;
}
.header__search-modal .search-button {
  display: none;
}
.header__search-modal input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

/* SLIDER BANNER */

.banner {
  background-image: none;
}
.banner .item {
  position: relative;
}

.banner .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 70%;
  background: none;
  opacity: 0.6;
}
.banner .item .container {
  width: 1290px;
  position: relative;
  z-index: 2;
}
.paysendbtn{
  display: inline-block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 28px;
    text-align: left;

    text-transform: uppercase;
    padding: 10px 47px;
    background-color: #0c54a0;
    border-radius: 7px;
    transition: background-color 300ms ease 0s;
}
.paysendbtn:hover{
    background-color: #2776ca;
    transition: background-color 300ms ease 0s;
}
.paysendbtn a{
    color: #fff;
}
.banner .banner-nav {
  z-index: initial;
}
.banner .banner-nav .container {
  z-index: initial;
}


.banner .item .banner-nav .prev,
.banner  .item .banner-nav .next {

  display: block;
  border: 0 none;
  transform: none;
  background-color: rgb(115 115 115 / 30%);
  background-image: none;
  transition: all 300ms ease 0s;
  z-index: 100;
}

.banner .item .banner-nav .prev {
  top: 430px !important;
  left: 1300px !important;
}
.banner .item .banner-nav .next {
  top: 430px !important;
  left: 1400px !important;
}
.banner .banner-nav .prev:before,
.banner .banner-nav .next:before {

}
.banner .item .banner-nav .prev:before,
.banner .item .banner-nav .next:before {
  content: '';
  position: absolute;
  top: 22px!important;
  left: 18px!important;
  height: 14px;
  width: 28px;
  background-image: url(/bitrix/templates/corp_services_blue_copy/img/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 300ms ease 0s;
}
.banner .banner-nav .prev:hover,
.banner .banner-nav .next:hover {
  background-color: rgb(12 84 160 / 0.1);
  background-image: none;
}

.banner .item .banner-nav .prev:before {
  transform: rotate(270deg);
}
.banner .item .banner-nav .prev:hover:before {
  transform:  rotate(270deg) translateY(-5px);
}
.banner .item .banner-nav .next:before {
  transform: rotate(90deg);
}
.banner .item .banner-nav .next:hover:before {
  transform:  rotate(90deg) translateY(-5px);

}
.banner .item div.number {
  display:none!important
}

.banner .item .banner-nav .prev,
.banner .item .banner-nav .next {
  width:60px;
  height:60px;
}

.banner .item .image {
  left: 0;
}
.banner .item div.number {
  width: 70px;
  height: 130px;
  background-color: transparent;
}
.banner .item div.number .number-current {
  display: inline-block;
  position: relative;
  font-size: 26px;
}
.banner .item div.number .sep {
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 10px;
  opacity: 0.3;
}
.banner .item div.number .number-total {
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 20px;
  opacity: 0.3;
}
.banner .banner-nav + .container {
  display: flex;
  align-items: center;
  z-index: 5;
}
section.banner div.banner-box .slick-current .title::after {
  display: none;
}

.banner .item div.text-teaser {
  max-width: 500px;
  margin-left: 0px;
}

.banner .item div.text-teaser .titles {
  display: block;
    font-size: 35px;
  line-height: 48px;
  color: #0c54a0;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.banner .item div.text-teaser .desc {
  display: block;

  font-size: 22px;
  line-height: 36px;
  color: #cc7e0a;
  font-weight: bold;
  margin-bottom: 24px;
  height: 80px;
}
.banner .item div.text-teaser .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 47px;
  background-color: #0c54a0;
  border-radius: 7px;
  transition: background-color 300ms ease 0s;
}
.banner .item div.text-teaser .btn:hover {
  background-color: #0c54a0;
}

/* GRIDS */

.categories-menu {
  width: 1440px;
  margin-bottom: 96px;
}
.categories-menu--nomargin {
  margin-bottom: 0;
  margin-top: 30px;
}
.categories-menu__row {
    flex-wrap: wrap;
    display: flex;
}
.categories-menu__col {
  padding: 0;
}
.categories-menu__col .categories-menu__item {
  background-color: transparent;
  box-shadow: none;
  background: linear-gradient(220deg, rgba(255, 255, 255, 0) 0%, #f4f9ff 100%);
  padding: 48px 90px;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.categories-menu__col .categories-menu__img {
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 750ms ease 0s;
}
.categories-menu__col .categories-menu__item--active .categories-menu__img {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.categories-menu__col .categories-menu__item svg {
  margin-top: 7px;
}
.categories-menu__col .categories-menu__item .categories-menu__wrap {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.categories-menu__col .categories-menu__item span {
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.categories-menu__col .categories-menu__item ul {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background-color: transparent;
  height: inherit;
  padding: 0;
  display: block;
}
.categories-menu__col .categories-menu__item ul li {
  display: none;
  list-style: none;
  margin-bottom: 12px;
}
.categories-menu__col .categories-menu__item ul li:nth-child(-n + 4) {
  display: block;
}
.categories-menu__col .categories-menu__item ul li:last-child {
  margin-bottom: 0;
}
.categories-menu__col .categories-menu__item ul li a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: color 250ms ease 0s;
}
.categories-menu__col .categories-menu__item ul li a:hover {
  color: #0c54a0;
}
.categories-menu__col .categories-menu__item .categories-menu__link {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #0c54a0;
  font-weight: bold;
}
.categories-menu__col .categories-menu__item .categories-menu__link svg {
  opacity: 0.5;
  margin-top: 0;
  margin-left: 18px;
  transition: margin-left 250ms ease 0s;
}
.categories-menu__col .categories-menu__item .categories-menu__link:hover svg {
  margin-left: 30px;
  opacity: 1;
}

/* EXCHANGE */

.exchange {
  margin-bottom: 100px;
}
.exchange__container {
  width: 1290px;
}
.exchange__row {
  display: flex;
  align-items: stretch;
}
.exchange__col {
  padding: 0;
}
.exchange .Exchange_Rates {
  background-color: #0c54a0;
  box-shadow: none;
  padding: 48px 60px;
  position: relative;
}
.exchange .Exchange_Rates:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 124px;
  background: url(/bitrix/templates/corp_services_blue_copy/img/exchange-pattern.png)
    no-repeat;
}
.exchange .Exchange_Rates .indentation {
}
.exchange .Exchange_Rates .Exchange_block {
  padding-bottom: 18px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgb(255 255 255 / 0.3);
}
.exchange .Exchange_Rates .Exchange_block span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: rgb(255 255 255 / 0.7);
}
.exchange .Exchange_Rates .block-title {
  padding: 0;
  border: 0 none;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.exchange .Exchange_Rates .Rates {
  padding-right: 0;
}
.exchange .Exchange_Rates .Rates .snap {
}
.exchange .Exchange_Rates .Rates .snap p:first-child {
  width: 16%;
}
.exchange .Exchange_Rates .Rates .snap p:nth-child(4) {
  width: 28%;
}
.exchange .Exchange_Rates .Rates .snap p {
  width: 23%;
  color: rgb(255 255 255 / 0.7);
  font-size: 15px;
  text-align: left;
}
.exchange .Exchange_Rates .Rates .usd {
}
.exchange .Exchange_Rates .Rates .usd .complete {
  width: 16%;
}
.exchange .Exchange_Rates .Rates .usd .complete p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 29px;
  margin-bottom: 22px;
}
.exchange .Exchange_Rates .Rates .usd .complete p:last-child {
  margin-bottom: 0;
}
.exchange .Exchange_Rates .Rates .usd .section_left {
  width: 23%;
}
.exchange .Exchange_Rates .Rates .usd .section_left:nth-child(4) {
  width: 28%;
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase {
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase span {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-align: left;
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase span:last-child {
  margin-bottom: 0;
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase .corrupt {
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase .corrupt:after {
  width: 12px;
  height: 10px;
  margin-top: 7px;
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase .corrupt2 {
}
.exchange .Exchange_Rates .Rates .usd .section_left .purchase .corrupt2:after {
  width: 12px;
  height: 10px;
  margin-top: 7px;
/*  margin-left: 5px;*/
  transform: rotate(0deg);
}

.exchange .Currency_Converter {
  background-color: #f4f9ff;
  box-shadow: none;
  margin-top: 0;
  height: 100%;
  padding: 48px 60px 36px 60px;
}
.exchange .Currency_Converter .form-drops {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -75px;
  margin-bottom: 22px;
}
.exchange .Currency_Converter .form-drops span {
  display: inline-block;
  padding: 0 18px;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #111;
}
.exchange .Currency_Converter .form-drops .dropdown {
}
.exchange .Currency_Converter .form-drops .dropdown .btn {
  padding: 8px 36px 8px 12px;
  background-color: #fff;
  border-radius: 0;
  font-size: 22px;
  line-height: 27px;
  color: #666;
}
.exchange .Currency_Converter .form-drops .dropdown-menu {
  border: 0 none;
  margin-top: 0;
}
.exchange .Currency_Converter .form-drops .dropdown .btn:after {
  top: 19px;
}
.exchange .Currency_Converter .form-item {
  border-bottom: 1px solid rgba(12, 84, 160, 0.2);
  margin-bottom: 18px;
  padding: 5px 0;
}
.exchange .Currency_Converter .form-item:last-child {
  margin-bottom: 0;
}
.exchange .currency-converter-component .dropdown .btn {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.exchange .dropdown .btn::after {
  background: url(/bitrix/templates/corp_services_blue_copy/img/booton3.png);
  background-size: cover;
  width: 15px;
  height: 9px;
}
.exchange .Currency_Converter .form-item input {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #111;
  font-family: 'Century Gothic';
  text-align: right;
}
.exchange .Currency_Converter .form-item .form-item__label {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #666;
  font-family: 'Century Gothic';
  white-space: nowrap;
}
.exchange .Currency_Converter .form-item .form-item__inputs {
  display: flex;
  align-items: center;
  width: 100%;
}
.exchange .Currency_Converter .form-item .form-item__currency {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #111;
  font-family: 'Century Gothic';
  text-align: right;
  display: inline-block;
  margin-left: 5px;
}
.exchange .Currency_Converter .form-item input::placeholder {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #666;
  font-family: 'Century Gothic';
}
.exchange .Currency_Converter .form-item input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #666;
  font-family: 'Century Gothic';
}
.exchange .Currency_Converter .form-item input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #666;
  font-family: 'Century Gothic';
}
.exchange .Currency_Converter .form-item__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-family: 'Century Gothic';
}
.exchange .Currency_Converter .form-item__group-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.exchange .Currency_Converter .form-item__group-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.exchange .Currency_Converter .form-item__left {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  font-family: 'Century Gothic';
  text-align: left;
  margin-bottom: 8px;
}
.exchange .Currency_Converter .form-item__right {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #111;
  font-family: 'Century Gothic';
  text-align: left;
}
.exchange .Currency_Converter .form-item__right span {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  font-family: 'Century Gothic';
}

.exchange .form-item__right[data-v-e1de2eaa],
.exchange .form-item__left[data-v-e1de2eaa] {
}
.exchange .Currency_Converter .block_right {
}
.exchange .Currency_Converter .block_right .block-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 35px;
  color: #000;
  padding: 0;
  border: 0 none;
}
.exchange .Currency_Converter .block_bottom {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exchange .Currency_Converter .block_bottom p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.exchange .Currency_Converter .block_bottom a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #0c54a0;
  font-weight: bold;
}
.exchange .Currency_Converter .block_bottom a svg {
  opacity: 0.5;
  margin-top: 0;
  margin-left: 18px;
  transition: margin-left 250ms ease 0s;
}
.exchange .Currency_Converter .block_bottom a:hover svg {
  margin-left: 30px;
  opacity: 1;
}

/* GRIDS */

.grids {
  margin-bottom: 96px;
}
.grids__container {
  width: 1290px;
}
.grids__row {
}
.grids__col {
  padding: 0;
}
.grids__item {
}
.grids__wrap {
  padding: 48px 48px 24px 48px;
  background: linear-gradient(-100deg, rgba(255, 255, 255, 0) 0%, #e5eef8 100%);
}
.grids__wrap a {
}
.grids__wrap a .title {
  display: block;
  font-size: 23px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
}
.grids__wrap a img {
}
.grids__image {
  min-height: 275px;
  max-height: 275px;
  display: flex;
  align-items: center;
}
.grids__image img {
  width: 100%;
  height: auto;
}
.grids__item--mod .grids__image {
  min-height: 215px;
}
.grids__btn {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #0c54a0;
  text-align: center;
  text-decoration: none;
  padding: 14px 15px 14px 15px;
  background-color: #fff;
  border-radius: 26px;
  border: 2px solid #cce5ff;
  margin-bottom: 8px;
  transition: all 250ms ease 0s;
}
.grids__btn:last-child {
  margin-bottom: 0;
}
.grids__btn:hover {
  background-color: #0c54a0;
  color: #fff;
  border-color: #0c54a0;
}

/* news-home */

.news-home {
  margin-bottom: 96px;
  padding: 48px 0;
  background-color: #0c54a0;
}
.news-home__container {
  width: 1290px;
}
.news-home__row {
}
.news-home__col {
}
.news-home__wrap {
}
.news-home__title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-home__title h2 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  margin: 0;
}
.news-home__title a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}
.news-home__title a svg {
  opacity: 0.5;
  margin-top: 0;
  margin-left: 18px;
  transition: margin-left 250ms ease 0s;
}
.news-home__title a:hover svg {
  margin-left: 30px;
  opacity: 1;
}
.news-home__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.news-home__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 18px;
  position: relative;
}
.news-home__link {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-home__image {
  min-height: 200px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.news-home__image img {
  width: 100%;
  height: auto;
}
.news-home__teaser {
  padding: 24px 24px;
  background-color: #fff;
}
.news-home__teaser p {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.news-home__date {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #cbe0f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
}
.news-home__date svg {
  position: relative;
  right: -35px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease 0s;
}
.news-home__item:hover .news-home__teaser p {
  color: #0c54a0;
}
.news-home__item:hover .news-home__date svg {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Mobile_app */

div.Mobile_app {
  background-image: none;
  margin-bottom: 96px;
}
.Mobile_app .container {
  width: 1290px;
}
.Mobile_app .row {
}
.Mobile_app .row .col-md-12 {
}
.Mobile_app__wrap {
  padding: 48px 60px;
  background-color: #f4f9ff;
}
.Mobile_app .Mobile_app__wrap h3 {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.Mobile_app__wrap .goole_block {
  position: relative;
  z-index: 1;
}
.Mobile_app__wrap .download-area {
  position: relative;
  z-index: 1;
}
.Mobile_app__wrap .download-area .item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background: url(/bitrix/templates/corp_services_blue_copy/img/like2.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 38px;
  padding-bottom: 15px;
}
.Mobile_app .Mobile_app__wrap .download-area div.advantages {
  margin: 0 -9px;
  max-width: 745px;
}
.Mobile_app .Mobile_app__wrap .download-area div.advantages .box {
  padding: 0 9px;
}
.Mobile_app .Mobile_app__image {
  width: 100%;
  max-width: 830px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/bitrix/templates/corp_services_blue_copy/img/bg_phone_hand.png)
    no-repeat;
  background-size: cover;
}
.Mobile_app .Mobile_app__image .hand {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 359px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease 0s;
}
.mobile-menu.mobile-menu--active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-menu__wrap {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  height: 100%;
  overflow: auto;
  background-color: #004494;
  padding: 26px 24px 24px 24px;
  transform: translateX(100%);
  transition: all 300ms ease 0s;
}
.mobile-menu__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 124px;
  background: url(/bitrix/templates/corp_services_blue_copy/img/exchange-pattern.png)
    no-repeat;
  background-repeat-y: repeat;
  z-index: -9;
}
.mobile-menu.mobile-menu--active .mobile-menu__wrap {
  transform: translateX(0);
}
.mobile-menu .header__phone {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu .header__phone p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.mobile-menu .header__phone svg path,
.mobile-menu .header__phone svg rect,
.mobile-menu .header__phone svg line,
.mobile-menu .header__phone svg circle {
  stroke: #fff;
}
.mobile-menu .header__phone a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.mobile-menu__search {
  margin-right: 25px;
}
.mobile-menu__search .form {
  width: 100%;
}
.mobile-menu__search .search-button {
  display: none;
}
.mobile-menu__search input[type='text'] {
  width: 100%;
  height: 40px;
  padding: 0 35px 0 10px;
}
.mobile-menu__search input[type='submit'] {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
}

.mobile-menu__menu {
  margin: 20px 0;
}
.mobile-menu__menu nav {
}
.mobile-menu__menu nav ul {
  padding-left: 0;
}
.mobile-menu__menu nav ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.mobile-menu__menu nav ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu__menu nav ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__menu nav ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
}
.mobile-menu__menu nav ul li.is-active a svg {
  transform: rotate(180deg);
}
.mobile-menu__menu nav ul li a svg path {
  stroke: #fff;
  opacity: 1;
}
.mobile-menu__menu nav ul li ul {
  padding: 20px 20px 20px 20px;
  display: none;
}

.footer {
  padding: 0;
  background: none;
}
.footer__top {
}
.footer__top .footer__container {
  width: 1290px;
}
.footer__top .footer__row {
  margin: 0 -18px;
  padding: 48px 0 36px 0;
}
.footer__top .footer__col {
  padding: 0 18px;
}
.footer__top .footer__col h3 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #111;
  margin-bottom: 18px;
  margin-top: 0;
  padding: 0 20px;
  position: relative;
}
.footer__top .footer__col h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #0c54a0;
}
.footer__top .footer__col ul {
  padding: 0 20px;
  margin: 0;
}
.footer__top .footer__col ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
.footer__top .footer__col ul li a {
  font-size: 12pt;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}
.footer__top .footer__col ul li:hover a {
  color: #337ab7;
}
.footer__bottom {
}
.footer__bottom .footer__container {
  width: 1290px;
}
.footer__bottom .footer__row {
  padding: 36px 0 48px 0;
  position: relative;
}
.footer__bottom .footer__row:before {
  content: '';
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  top: 0;
  background-color: #cbe0f7;
  height: 1px;
}
.footer__bottom .footer__col {
}
.footer__bottom .footer__col--copyright {
}
.footer__bottom .footer__col--copyright p.nocopy {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.footer__bottom .footer__col--copyright p {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  margin-bottom: 18px;
}
.footer__bottom .footer__col--logo {
}
.footer__bottom .footer__col--logo a {
  display: inline-block;
  text-decoration: none;
}
.footer__bottom .footer__col--logo a img {
  width: 250px;
}
.footer__bottom .footer__col--contacts {
}
.footer__bottom .footer__col--contacts ul {
  padding: 0 0 0 80px;
  margin: 0;
}
.footer__bottom .footer__col--contacts ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.footer__bottom .footer__col--contacts ul li:last-child {
  margin-bottom: 0;
}
.footer__bottom .footer__col--contacts ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  margin: 0;
}
.footer__bottom .footer__col--contacts ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  text-decoration: none;
}
.footer__bottom .footer__col--contacts ul li a:hover {
  color: #0c54a0;
}
.footer__bottom .footer__col--contacts ul li svg {
  display: inline-block;
  margin-right: 12px;
  width: 20px;
  min-width: 20px;
}
.footer__bottom .footer__col--contacts ul li svg path {
  fill: #0c54a0;
}
@media (max-width: 1680px) {
  .header__menu ul li:last-child ul {
    left: inherit;
    right: -12px;
  }
}
@media (max-width: 1440px) {
  .categories-menu {
    width: 100%;
  }
}
@media only screen and (max-width: 1290px) {
  .header__container {
    width: 1200px;
  }
  .header__menu ul li a {
    font-size: 8pt;
  }
  .banner .item .container {
    width: 1200px;
  }
  .banner .item:before {
    width: 100%;
  }
  .exchange__container {
    width: 1200px;
  }
  .grids__container {
    width: 1200px;
  }
  .news-home__container {
    width: 1200px;
  }
  .Mobile_app .container {
    width: 1200px;
  }
  .footer__top .footer__container {
    width: 1200px;
  }
  .footer__bottom .footer__container {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .header {
    z-index: 2;
  }
  .header__container {
    width: 970px;
  }
  .header__col--logo img {
    width: 100%;
  }
  .header__menu ul {
    margin: 0 -8px;
  }
  .header__menu ul li {
    padding: 0 8px;
  }
  .header__menu ul li a {
    font-size: 7pt;
  }
  .header__phone p {
    font-size: 12px;
    display: flex;
    flex-direction: column;
  }
  .header__phone p a {
    font-size: 12px;
  }
  .header__special-feature a {
    font-size: 12px;
  }
  .language-switcher .dropbtn {
    font-size: 12px;
  }
  .header__switcher a.link {
    font-size: 12px;
  }
  .banner .item .container {
    width: 970px;
  }
  .banner .item:before {
    width: 100%;
  }
  .categories-menu__col {
    width: 50%;
    float: left;
  }
  .exchange__container {
    width: 970px;
  }
  .grids__container {
    width: 970px;
  }
  .news-home__container {
    width: 970px;
  }
  .Mobile_app .container {
    width: 970px;
  }
  .footer__top .footer__container {
    width: 970px;
  }
  .footer__bottom .footer__container {
    width: 970px;
  }

  .grids__wrap a .title {
    font-size: 20px;
    line-height: 28px;
    min-height: 90px;
  }
  .grids__btn {
    font-size: 14px;
  }

  .exchange .Exchange_Rates {
    padding: 24px 24px;
  }
  .exchange .Currency_Converter {
    padding: 24px 24px;
  }
}

@media only screen and (max-width: 991px) {
  .header {
    z-index: 2;
  }
  .header__container {
    width: 100%;
  }
  .header__row {
    display: flex;
    align-items: center;
  }
  .header__mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  div.menu .menu__icon {
    margin-right: 0;
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 10000;
  }
  div.menu.menu_state_open .menu__icon {
    top: 25px;
    right: 5px;
  }
  div.menu__icon span,
  .menu__icon-ham span {
    transition: none;
  }

  .header__phone p {
    flex-direction: unset;
  }

  .header__col--logo img {
    width: 100%;
    max-width: 140px;
  }
  .header__col--logo {
    width: 50%;
    float: left;
  }
  .header__col--info {
    width: 50%;
    float: left;
    text-align: right;
  }
  .language-switcher {
    margin-right: 40px;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__menu ul {
    margin: 0 -8px;
  }
  .header__menu ul li {
    padding: 0 8px;
  }
  .header__menu ul li a {
    font-size: 5pt;
  }
  .header__phone p {
    font-size: 12px;
  }
  .header__phone p a {
    font-size: 12px;
  }
  .header__special-feature a {
    font-size: 12px;
  }
  .language-switcher .dropbtn {
    font-size: 12px;
  }
  .header__switcher a.link {
    font-size: 12px;
  }
  .banner .item .container {
    width: 100%;
  }
  .banner .item:before {
    width: 100%;
  }
  .categories-menu__col {
    width: 50%;
    float: left;
  }
  .exchange__container {
    width: 100%;
  }
  .grids__container {
    width: 100%;
  }
  .news-home__container {
    width: 100%;
  }
  .Mobile_app .container {
    width: 100%;
  }
  .footer__top .footer__container {
    width: 100%;
  }
  .footer__bottom .footer__container {
    width: 100%;
  }

  .grids__wrap a .title {
    font-size: 20px;
    line-height: 28px;
    min-height: 90px;
  }
  .grids__btn {
    font-size: 14px;
  }

  .banner .banner-nav .prev {
    left: 15px;
    transform: rotate(-90deg);
  }
  .banner .banner-nav .next {
    right: 15px;
    left: inherit;
    transform: rotate(-90deg);
  }
  .banner .item div.text-teaser {
    margin-left: 0;
  }

  .categories-menu {
    margin-bottom: 36px;
  }
  .categories-menu__col .categories-menu__item {
    padding: 24px 24px;
  }
  .categories-menu__col .categories-menu__item span {
    font-size: 20px;
    line-height: 24px;
  }
  .categories-menu__col .categories-menu__item ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .categories-menu__col .categories-menu__item .categories-menu__link {
    font-size: 14px;
  }

  .exchange {
    margin-bottom: 36px;
  }
  .exchange__row {
    flex-direction: column;
  }
  .exchange .Exchange_Rates {
    padding: 24px 24px;
  }
  .exchange .Exchange_Rates .indentation {
    padding-top: 0;
  }
  .exchange .Exchange_Rates .Exchange_block {
    position: static;
  }

  .exchange .Currency_Converter {
    padding: 24px 24px;
  }

  .grids {
    margin-bottom: 36px;
  }
  .grids__col {
    width: 100%;
  }
  .grids__wrap {
    padding: 24px 24px;
  }
  .grids__image {
    justify-content: center;
  }
  .grids__image img {
    width: auto;
    max-height: 275px;
  }

  .news-home {
    margin-bottom: 36px;
    padding: 24px 0;
  }
  .news-home__list {
    margin: 0 -10px;
  }
  .news-home__item {
    padding: 0 10px;
  }
  .news-home__teaser {
    padding: 12px 12px;
  }
  .news-home__teaser p {
    font-size: 16px;
    line-height: 24px;
    min-height: 75px;
    max-height: 75px;
  }

  div.Mobile_app {
    margin-bottom: 36px;
  }
  .Mobile_app__wrap {
    padding: 24px 24px;
  }

  .Currency_Converter .form-item {
    justify-content: space-between;
  }

  .footer__top .footer__row {
    padding: 24px 0;
  }
  .footer__top .footer__col h3 {
    padding: 0 35px 0 20px;
    margin: 0;
  }
  .footer__top .footer__col h3 span {
    width: 0;
    height: 0;
    background: url(/bitrix/templates/corp_services_blue_copy/img/booton3.png);
    width: 15px;
    height: 9px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    right: 9px;
  }
  .footer__top .footer__col {
    margin-bottom: 15px;
  }
  .footer__top .footer__col:last-child {
    margin-bottom: 0;
  }
  .footer__top .footer__col h3 br {
    display: none;
  }
  .footer__top .footer__col ul {
    display: none;
    padding: 10px 20px 0 20px;
  }

  .footer__bottom .footer__row {
    padding: 24px 0;
  }
  .footer__bottom .footer__row {
    display: flex;
    flex-direction: column;
  }
  .footer__bottom .footer__col--copyright {
    order: 3;
  }
  .footer__bottom .footer__col--logo {
    display: none;
  }
  .footer__bottom .footer__col--contacts {
    order: 1;
    margin-bottom: 20px;
  }
  .footer__bottom .footer__col--contacts ul {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  section.banner {
    margin-top: 0;
    margin-bottom: 0;
  }

  .categories-menu__col {
    width: 100%;
    float: none;
  }

  .exchange .Exchange_Rates {
    min-height: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .news-home__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .news-home__item:last-child {
    margin-bottom: 0;
  }
  .Mobile_app .Mobile_app__image .hand {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .banner .item div.text-teaser .titles {
    font-size: 30px;
    line-height: 38px;
  }

  .banner .item div.text-teaser .desc {
    font-size: 16px;
    line-height: 22px;
  }

  .banner .item div.text-teaser .btn {
    font-size: 12px;
    padding: 8px 20px;
  }

  .exchange .Exchange_Rates .block-title {
    font-size: 24px;
  }
  .exchange .Currency_Converter .block_right .block-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .exchange .Currency_Converter .form-item input {
    font-size: 18px;
  }
  .exchange .Currency_Converter .form-item .form-item__currency {
    font-size: 18px;
  }
  .exchange .form-item__right[data-v-e1de2eaa],
  .exchange .form-item__left[data-v-e1de2eaa] {
    font-size: 18px;
  }
  .exchange .Currency_Converter .block_bottom p {
    font-size: 18px;
    line-height: 26px;
  }

  .news-home__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-home__title h2 {
    margin-bottom: 20px;
  }

  .exchange .Exchange_Rates .Rates {
    min-width: 600px;
  }
  .exchange .Exchange_Rates .Rates .snap {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .Currency_Converter .form-item {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .exchange .Currency_Converter .form-item .form-item__inputs {
    width: 100%;
  }
  .exchange .Currency_Converter .form-item input {
    text-align: left;
  }
  .exchange .Currency_Converter .form-item__group {
    flex-direction: column;
    align-items: flex-start;
  }
  .exchange .Currency_Converter .form-drops {
    margin-top: 0;
    justify-content: flex-start;
  }
  .exchange .Currency_Converter .block_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .exchange .Currency_Converter .block_bottom p {
    margin-bottom: 10px;
  }
}
