@font-face {
  font-family: Roboto-Regular;
  src: url('https://walletto.eu/wp-content/themes/walletto/assets/fonts/Roboto-Regular-webfont.woff');
  font-display: swap;
}
@font-face {
  font-family: Roboto-Light;
  src: url('https://walletto.eu/wp-content/themes/walletto/assets/fonts/Roboto-Regular-webfont.woff');
  font-display: swap;
}
.ond p {margin: 0;}
.ond a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.ond .left-image img {
  position: absolute;
  z-index: 0;
  left: 0px;
  top: -6px;
  max-height: 410px;
}
.ond {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  line-height: 1.5714285714285714;
  background-color: #F3F4FC;
  height: 100vh;
}
.ond p, .ond a {line-height: 1.5714285714285714;}
.ond .ond-main {
  position: absolute;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-height: 100vh;
  min-height: 100%;
  padding: 25px 40px 30px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('https://walletto.eu/wp-content/uploads/2025/12/loginLogo-scaled.webp');
}
.ond header {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.ond header .ond-lang {justify-items: flex-end; display: grid;}
.ond header .ond-active-lang {
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 100%;
  color: rgb(134, 134, 134);
  box-shadow: rgba(134, 136, 158, 0.25) 0px 0px 4px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.ond .footer-links a, .ond .footer-copyright p,
.ond header .ond-active-lang span, .ond header .ond-lang-menu div {font-size: 14px;}
.ond header .ond-active-lang, .ond header .ond-lang-menu div {
  cursor: pointer;
  text-align: center;
}
.ond header .ond-lang-menu {
  padding: 5px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
  box-sizing: border-box;
  opacity: 0;
  background: #fff;
  margin-top: 5px;
  z-index: 999;
  position: relative;
}
.ond header .ond-lang-menu div {
  padding: 12px 14px;
  box-sizing: border-box;
  color: #363636;
  border-radius: 6px;
  margin-bottom: 4px;
}
.ond header .ond-lang-menu div:first-child {margin-top: 4px;}
#btn-lang.animate {
  animation-name: langShadow;
  animation-fill-mode: both;
  animation-duration: 0.4s;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes langShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 1, 3, 0.1);
  }
  15% {
    box-shadow: 0 0 0 3px rgba(217, 1, 3, 0.1);
  }
  30% {
    box-shadow: 0 0 0 5px rgba(217, 1, 3, 0.1);
  }
  60% {
    box-shadow: 0 0 0 5px rgba(217, 1, 3, 0.1);
  }
  80% {
    box-shadow: 0 0 0 6px rgba(217, 1, 3, 0.05);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(217, 1, 3, 0);
  }
}
.ond-lang-menu-active header .ond-lang-menu {opacity: 1;}
.ond header .ond-lang-menu div.lang-active {background: rgba(54,54,54,0.04);}
.lang-menu-active header .ond-active-lang,
.ond header .ond-active-lang:hover, .ond header .ond-active-lang:focus,
.ond header .ond-lang-menu div:hover, .ond header .ond-lang-menu div:focus {
  color: #D90101;
  border-color: #D90101;
  background: #FFFFFF;
}
.ond header .ond-lang-menu:hover div, .ond header .ond-lang-menu:focus div {background: transparent !important;}
.ond-active-lang, .ond-lang-menu div {
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ond .main-container {
  padding: 5px 40px 32px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ond .main-container-iner {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding: 32px 22px 23px;
  max-width: 423px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 0px;
  backdrop-filter: blur(20px);
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 5px;
}
.ond .ond-main-btn {width: 100%; margin-bottom: 32px;}
.ond .ond-main--btn a {
  color: #222223;
  background: #F3F4FD;
  border-radius: 99px;
  box-sizing: border-box;
  display: inline;
  padding: 11px 18px;
}
.ond .ond-main--btn img {
  width: 5px;
  height: 8px;
  position: relative;
  top: -1px;
  margin-right: 4px;
} 
.ond .ond-main-logo img {
  width: 159px;
  height: 88px;
}
.ond .ond-main-text {text-align: center; margin-top: 32px; color: #222223;}
.ond .ond-main-text-1 {
  font-size: 18.5px;
  font-weight: bold;
  margin-bottom: 18px;
}
.ond .ond-main-text-2 {
  font-size: 16px;
  line-height: 20px;
}
.ond .main-container {padding: 0;}
.ond .footer-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.ond .footer-copyright p {color: #363636;}
.ond .footer-copyright {width: fit-content}
.ond .footer-links a {
  color: #7b7b88;
  transition: all 0.3s;
  border: 0;
  padding: 0;
  background: none;
}
.ond .footer-links a:hover, .ond .footer-links a:focus {color: #9798a1;}
.ond .footer-links {
  width: 368px;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translate(-50%)
}
.ond .ond-main {overflow: hidden;}
@media screen and (max-width: 1200px) {
  .ond .ond-main {padding-right: 20px; padding-left: 20px; background-position: center center;}
}
@media screen and (max-width: 1023px) {
  .ond .footer-links {
    right: 20px;
    left: unset;
    transform: translate(0px);
    width: 363px;
  }
}
@media screen and (max-width: 767px) {
  .ond .left-image img {
    top: 70px;
    max-height: 286px;
  }
  .ond .footer-container {flex-direction: column; align-items: center; justify-content: center;}
  .ond .footer-copyright {width: 100%; text-align: center; margin-bottom: 5px;}
  .ond .footer-links {position: unset;}
  .ond .main-container-iner {margin-top: 15px;}
  .ond .ond-main-text-1 {max-width: 90%; margin: 0 auto 27px; line-height: 100%;}
  .ond .ond-main-text {margin-top: 40px;}
}
@media screen and (max-width: 575px) {
  .ond .ond-main {
    padding: 25px 20px 10px;
    background-position: right bottom 70px;
    background-image: url('https://walletto.eu/wp-content/uploads/2025/12/loginLogo-mobile.webp');
  }
}
@media screen and (max-width: 420px) {
  .ond .footer-container {justify-content: flex-start; align-items: flex-start;}
  .ond .footer-copyright {text-align: left; margin-bottom: 20px;}
  .ond .footer-links {width: 350px;}
}
@media screen and (max-width: 389px) {
  .ond .footer-links {margin-left: -5px;}
}
@media screen and (max-width: 381px) {
  .ond .footer-links {margin-left: -10px;}
}
@media screen and (max-width: 370px) {
  .ond .footer-links {margin-left: -15px;}
}
@media screen and (max-width: 360px) {
  .ond .footer-links {margin-left: 0;}
  .ond .footer-links {flex-direction: column-reverse; width: fit-content;}
  .ond .footer-copyright {margin-top: 20px; margin-bottom: 0;}
  .ond .footer-links a {margin-bottom: 10px;}
  .ond .footer-links a:first-child {margin-bottom: 0;}
  .ond .footer-container {flex-direction: column-reverse;}
  .ond .main-container-iner {margin-top: 0;}
}


/*a2a*/
/*
@font-face {
  font-family: Roboto-Reg;
  src: url('https://walletto.eu/wp-content/themes/walletto/assets/fonts/Roboto-Regular.woff2');
  font-display: swap;
}
@font-face {
  font-family: Roboto-L;
  src: url('https://walletto.eu/wp-content/themes/walletto/assets/fonts/Roboto-Light.woff2');
  font-display: swap;
}
.a2a-page {
  font-family: 'Roboto-Reg', sans-serif;
  font-weight: 400;
  background: #fff;
}
*/
.a2a-page a {transition: 0.3s all;}
.a2a-page header {
  width: 100%;
  position: fixed;
  border-bottom: 1px solid #E2E4E9;
  transition: 0.3s all;
  z-index: 999;
}
.a2a-page.active-header header {
  background: #fff;
}
.a2a-page .container-padding {
  box-sizing: border-box;
  padding: 0 80px;
}
.a2a-page .a2a-header-box {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.a2a-page .a2a-header-box .a2a-header-logo-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 193px;
  height: 50px;
}
.a2a-page .a2a-header-box .a2a-header-logo-img img {
  width: 193px;
  height: 32px;
}
.a2a-page .a2a-header-links {
  display: flex;
  justify-content: space-between;
}
.a2a-page .a2a-header-links-iner {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.a2a-page .a2a-header-links a, .a2a-page .a2a-ond-lang p {
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.25px;
  color: #0C111D;
  margin-right: 34px;
}
.a2a-page .a2a-ond-lang p {margin-right: 0;}
.a2a-page .a2a-btn {
  border-radius: 32px;
  text-align: center;
  box-sizing: border-box;
  padding: 14px 30px;
  display: block;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  letter-spacing: 0.25px;
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.a2a-page .a2a-btn-transparent-red {
  border: 2px solid #EE0000 !important;
  color: #EE0000 !important;
  background: transparent !important;
}
.a2a-page .a2a-btn-red-white {
  border: 2px solid #EE0000 !important;
  color: #fff !important;
  background: #EE0000 !important;
}
.a2a-page .a2a-btn-transparent-red:hover, .a2a-page .a2a-btn-transparent-red:focus {
  color: #fff !important;
  background: #EE0000 !important;
}
.a2a-page .a2a-btn-red-white:hover, .a2a-page .a2a-btn-red-white:focus {
  color: #EE0000 !important;
  background: transparent !important;
}
.a2a-page .a2a-ond-lang-menu {
  position: absolute;
  opacity: 0;
}
.a2a-page #btn-lang {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
html[lang="lt"] .a2a-page .a2a-ond-lang-menu #lt-btn,
html[lang="en"] .a2a-page .a2a-ond-lang-menu #en-btn,
.a2a-page .btn-lang-lt, .a2a-page .btn-lang-eng {
  display: none;
}
html[lang="lt"] .a2a-page .a2a-ond-lang-menu #en-btn,
html[lang="en"] .a2a-page .a2a-ond-lang-menu #lt-btn,
html[lang="lt"] .a2a-page #btn-lang .btn-lang-lt,
html[lang="en"] .a2a-page #btn-lang .btn-lang-eng {
  display: block;
}
.a2a-page .btn-lang-lt span, .a2a-page .btn-lang-eng span {vertical-align: middle;}
.a2a-page .a2a-ond-lang-menu img.a2a-lang,
.a2a-page .btn-lang-lt img.a2a-lang, .a2a-page .btn-lang-eng img.a2a-lang {
  width: 14px;
  height: 14px;
}
.a2a-page .btn-lang-lt img.a2a-arrow, .a2a-page .btn-lang-eng img.a2a-arrow {
  width: 10px;
  height: 5.5px;
  margin-left: 3px;
  position: relative;
  top: -4px;
  transform: rotate(0deg);
  transition: 0.3s all;
}
.a2a-page .a2a-lang-active img.a2a-arrow {transform: rotate(180deg);}
.a2a-page .a2a-lang-active .a2a-ond-lang-menu {opacity: 1;}
.a2a-page .a2a-ond-lang-menu {
  background: #fff;
  box-shadow: 0px 4px 12px 0px #10182814;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 11px 8px;
  width: 108px;
  margin-left: -8px;
  margin-top: -11px;
  cursor: pointer;
}
.a2a-page main {
  padding-top: 100px;
  overflow: hidden;
}
.a2a-page .a2a-header-mob-menu,
.a2a-page .a2a-header-btn-mob {display: none;}
.a2a-page .a2a-container-1-iner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.a2a-page .a2a-container-1-left, .a2a-page .a2a-container-1-right {
  width: 0;
  position: relative;
  align-content: center;
  z-index: -1;
}
.a2a-page .a2a-container-1-left {
  height: 0;
}
.a2a-page .a2a-container-1-left img {
  width: 800px;
  height: auto;
}
.a2a-page .a2a-container-1-right {
  left: -650px;
  height: 0;
}
.a2a-page .a2a-container-1-right img {
  width: 700px;
  height: auto;
}
.a2a-page .a2a-container-1-right {top: -100px;}
.a2a-page .a2a-container-1-left {top: -50px;}
@media screen and (max-width: 1600px) {
  .a2a-page .a2a-container-1-left img {width: 700px;}
  .a2a-page .a2a-container-1-right img {width: 600px;}
  .a2a-page .a2a-container-1-right {left: -580px;}
}
@media screen and (max-width: 1500px) {
  .a2a-page .a2a-container-1-left {top: 15px;}
  .a2a-page .a2a-container-1-right {left: -520px;}
  .a2a-page .a2a-container-1-left img {width: 612px; height: 677px;}
  .a2a-page .a2a-container-1-right img {width: 520px; height: 698px;}
}
@media screen and (max-width: 1450px) {
  .a2a-page .a2a-container-1-right {top: 0px;}
}
.a2a-page .a2a-header-links .a2a-header-link-last {margin-right: 0 !important;}
.a2a-page h1 {
  font-size: 64px;
  line-height: 120%;
  color: #0C111D;
  font-family: 'Roboto-Reg', sans-serif;
  font-weight: 900;
}
.a2a-page .a2a-container-1 {
  width: 100%;
  height: fit-content;
}
.a2a-page .a2a-container-1-center-top h1 {
  width: 84%;
  max-width: 725px;
  margin: 135px auto 18px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 2000px) {
  .a2a-page .a2a-container-1 {height: calc(100vh - 100px);}
  .a2a-page .a2a-container-1-center-top h1 {margin-top: 100px;}
}
@media screen and (max-width: 1500px) {
  .a2a-page .a2a-container-1-center-top h1 {margin-top: 50px;}
}
@media screen and (max-height: 790px) {
  .a2a-page .a2a-container-1 {height: fit-content;}
  .a2a-page .a2a-container-1-center-top h1 {margin-top: 115px;}
}
.a2a-page .a2a-container-5, .a2a-page .a2a-container-6, .a2a-page .a2a-container-7,
.a2a-page .a2a-container-1, .a2a-page .a2a-container-2, .a2a-page .a2a-container-4 {margin-bottom: 96px;}
.a2a-page .a2a-container-3 .a2a-container-3-left, .a2a-page .a2a-container-4, .a2a-page .a2a-container-7, .a2a-page .a2a-container-8 {padding-top: 96px; box-sizing: border-box;}
.a2a-page .a2a-container-1-center {
  width: calc(60% + 160px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.a2a-page .a2a-container-1-center-top-text2 {
  font-size: 24px;
  line-height: 130%;
  color: #0C111D;
  font-weight: 600;
  width: 44%;
  margin: 0 auto 24px;
}
.a2a-page .a2a-container-1-center-top-text3 {
  font-size: 18px;
  line-height: 130%;
  color: #475467;
  font-weight: bold;
  margin: 0 auto;
  width: fit-content;
}
.a2a-page .a2a-container-1-center-center {
  width: fit-content;
  margin: 31px auto 48px;
}
.a2a-page .a2a-container-1-center-bottom-box {margin-bottom: 18px;}
.a2a-page .a2a-footer-bottom-2, .a2a-page .a2a-container-6-iner,
.a2a-page .a2a-footer-bottom, .a2a-page .a2a-footer-top-col-4-bottom-2, .a2a-page .a2a-footer-top-col-4-top-2, .a2a-page .a2a-footer-top-2,
.a2a-page .a2a-footer-top, .a2a-page .a2a-container-3-iner, .a2a-page .a2a-container-8-iner, .a2a-page .a2a-container5-left-bottom-1, .a2a-page .a2a-container-7-iner,
.a2a-page .a2a-container-5-iner, .a2a-page .a2a-container-4-center-box, .a2a-page .a2a-container-2-bottom-box, .a2a-page .a2a-container-1-center-bottom-box {
  display: flex;
  justify-content: space-between;
}
.a2a-page .a2a-container-4-center-box {flex-wrap: wrap; margin-bottom: 7px;}
.a2a-page .a2a-container-1-center-bottom-item {
  box-shadow: 0px 2px 6px 0px #10182814;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 25px 20px 20px;
  width: 30.5%;
}
.a2a-page .a2a-container-1-center-bottom-item-text p {
  margin: 11.5px auto 0;
  font-size: 16px;
  line-height: 155%;
  color: #475467;
  text-align: center;
}
.a2a-page .a2a-container-1-center-bottom-item-3 p {
  max-width: 90px;
}
.a2a-page .a2a-container-1-center-bottom-item-img img {
  width: auto;
  height: 25px;
}
.a2a-page .a2a-container-1-center-bottom-item-img-1 {margin-right: 10px;}
.a2a-page .a2a-red-title {
  text-transform: uppercase;
  color: #EE0000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 11px;
}
.a2a-page .a2a-container-2-top {
  text-align: center;
  margin-bottom: 47px;
}
.a2a-page h2 {
  font-size: 48px;
  line-height: 125%;
  color: #0C111D;
  font-weight: 600;
  font-family: 'Roboto-Reg', sans-serif;
}
.a2a-page .a2a-container-2 .a2a-h2-title {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.a2a-page .a2a-descr-after-title {
  font-size: 18px;
  line-height: 150%;
  color: #475467;
  margin: 22px auto 0;
}
.a2a-page .a2a-container-2 .a2a-descr-after-title {
  width: 100%;
  max-width: 600px;
}
.a2a-page .a2a-container-4-center-item-text1, .a2a-page .a2a-container-2-bottom-item-text1 {
  color: #0C111D;
  font-size: 20px;
  line-height: 135%;
  font-weight: 600;
  width: 100%;
}
.a2a-page .a2a-container-4-center-item-text1-4 {
  max-width: 300px;
  margin: 0 auto;
}
.a2a-page .a2a-container-4-center-item-text1-5 {margin-bottom: 35px;}
.a2a-page .a2a-container-4-center-item-text2, .a2a-page .a2a-container-2-bottom-item-text2 {
  font-size: 16px;
  line-height: 155%;
  color: #475467;
  margin: 9px auto 0;
  width: 100%;
}
.a2a-page .a2a-container-2-bottom-item-text2 {max-width: 301px;}
.a2a-page .a2a-container-4-center-item-text2 {max-width: 407px;}
.a2a-page .a2a-container-2-bottom-item-text2-2, .a2a-page .a2a-container-2-bottom-item-text2-4 {max-width: 272px;}
.a2a-page .a2a-container-4-center-item-text2-1 {max-width: 338px;}
.a2a-page .a2a-container-4-center-item-text2-2 {max-width: 405px;}
.a2a-page .a2a-container-2-bottom-item {
  width: 23.55%;
  text-align: center;
}
.a2a-page .a2a-container-4-center-item {
  width: 31.8%;
  text-align: center;
  margin-bottom: 32px;
}
.a2a-page .a2a-container-4-center-item-img, .a2a-page .a2a-container-2-bottom-item-img {
  border-radius: 99px;
  width: 40px;
  height: 40px;
  background: #F9F9F9;
  margin: 0 auto 12px;
  text-align: center;
}
.a2a-page .a2a-container-4-center-item-img img, .a2a-page .a2a-container-2-bottom-item-img img {
  width: 24px;
  height: 24px;
  padding: 8px;
}
.a2a-page .a2a-container-3 {background: #0C111D;}
.a2a-page .a2a-container-4-top {text-align: center; margin-bottom: 18px;}
.a2a-page .a2a-container-4 .a2a-h2-title {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.a2a-page .a2a-container-4 .a2a-descr-after-title {
  width: 100%;
  max-width: 750px;
}
.a2a-page .a2a-container-4-bottom-btn {
  margin: 0 auto;
  width: fit-content;
}
.a2a-page .a2a-container-4-bottom-img img {
  width: 100%;
  height: 224px;
  margin-top: -129px;
  position: relative;
  z-index: -1;
}
.a2a-page .a2a-container-6-right {width: 51.5%;}
.a2a-page .a2a-container-3-left, .a2a-page .a2a-container-8-left, .a2a-page .a2a-container-7-left, .a2a-page .a2a-container-5-left {
  width: 53%;
}
.a2a-page .a2a-container-6-left, .a2a-page .a2a-container-3-right, .a2a-page .a2a-container-8-right, .a2a-page .a2a-container-7-right, .a2a-page .a2a-container-5-right {
  width: 47%;
}
.a2a-page .a2a-container-3 .a2a-h2-title, .a2a-page .a2a-container-8-left h2, .a2a-page .a2a-container-5-left h2, .a2a-page .a2a-container-7-left h2 {letter-spacing: 0.35px;}
.a2a-page .a2a-container-5-right-img {text-align: center;}
.a2a-page .a2a-container-7-right-img {text-align: right;}
.a2a-page .a2a-container-5-right-img img {
  width: 74%;
  position: relative;
  top: -30px;
  min-width: 420px;
  max-width: 450px;
  height: 100%;
  z-index: -1;
}
.a2a-page .a2a-container-7-left-bottom p, .a2a-page .a2a-container-5-left-middle p {
  font-size: 18px;
  line-height: 150%;
  color: #475467;
  margin-bottom: 1px;
}
.a2a-page .a2a-container-5-left-middle b {
  font-weight: 600;
  letter-spacing: 0.15px;
}
.a2a-page .a2a-container-7-left-bottom span, .a2a-page .a2a-container-5-left-middle span {vertical-align: middle; margin-right: 4px; display: inline-block;}
.a2a-page .a2a-container-7-left-bottom img, .a2a-page .a2a-container-5-left-middle img {width: 24px; height: 24px; margin-top: 2px;}
.a2a-page .a2a-container-5-left-top {margin-bottom: 24px;}
.a2a-page .a2a-container5-left-bottom-2 p {
  font-size: 16px;
  line-height: 155%;
  color: #0C111D;
}
.a2a-page .a2a-container5-left-bottom-1 {width: 272px; margin-bottom: 13px;}
.a2a-page .a2a-container-5-left-middle {margin-bottom: 19px;}
.a2a-page .a2a-container5-left-bottom-1 img {
  height: 41px;
  width: auto;
}
.a2a-page .a2a-container-6-iner {
  box-sizing: border-box;
  padding-top: 46px;
}
.a2a-page .a2a-container-6-left-img img,
.a2a-page .a2a-container-7-right-img img {
  width: 93%;
  max-width: 560px;
  height: auto;
}
.a2a-page .a2a-container-7-left-top {margin-bottom: 22px;}
.a2a-page .a2a-contact-form {
  width: 93%;
  max-width: 560px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px #0000001F;
  box-sizing: border-box;
  padding: 48px 40px;
  z-index: 9;
}
.a2a-page .a2a-container-8 {background: #F9F9F9;}
.a2a-page .a2a-container-8-right {
  display: flex;
  justify-content: flex-end;
}
.a2a-page .a2a-container-8 .a2a-descr-after-title {
  margin-left: 0;
  max-width: 445px;
}
.a2a-page .a2a-container-8-background-img {margin-top: -138px;}
.a2a-page .a2a-container-8-background-img img {
  width: 384px;
  height: auto;
}
.a2a-page .a2a-container-3 .a2a-h2-title {color: #fff;}
.a2a-page .a2a-container-3-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: auto;
}
.a2a-page .a2a-container-3-right-img {
  position: relative;
  padding-top: 58px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.a2a-page .a2a-container-3-right-img-1 {
  width: 277px;
  margin-right: -172px;
}
.a2a-page .a2a-container-3-right-img-2 {
  width: 276px;
  margin-right: -70px;
  margin-top: -5px;
}
.a2a-page .a2a-container-3-right-img-3 {
  width: 151px;
  margin-right: -133px;
}
.a2a-page .a2a-container-3-left-bottom-mobile {display: none;}
.a2a-page .a2a-container-3-left-middle-table thead th,
.a2a-page .a2a-container-3-left-bottom p {
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
}
.a2a-page .a2a-container-3-left-middle-table tbody th {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.a2a-page .a2a-container-3-left-bottom p {color: #fff;}
.a2a-page .a2a-container-3-left-middle-table-currency {color: #FF3333;}
.a2a-page .a2a-container-3-left-middle-table-flag,
.a2a-page .a2a-container-3-left-middle-table-fee,
.a2a-page .a2a-container-3-left-middle-table thead th {color: #F2F4F7;}
.a2a-page .a2a-container-3-left-middle-table .a2a-container-3-left-middle-table-flag img {
  width: 24px;
  height: 24px;
}
.a2a-page .a2a-container-3-left-middle-table .a2a-container-3-left-middle-table-flag {padding: 14.6px 0px 14.6px 10px;}
.a2a-page .a2a-container-3-left-middle-table .a2a-container-3-left-middle-table-flag span {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-right: 6px;
  margin-top: -3px;
}
.a2a-page .a2a-container-3-left-middle-table {
  width: 87.6%;
  max-width: 900px;
  margin-top: 57px;
}
.a2a-page .a2a-container-3-left-middle-table tr th {text-align: left; border-bottom: 1px solid #101828;}
.a2a-page .a2a-container-3-left-middle-table .a2a-table-last-tr th {border-bottom: 1px solid transparent;}
.a2a-page .a2a-container-3-left-middle-table tr .a2a-container-3-left-middle-table-fee,
.a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-3 {text-align: right;}
.a2a-page .a2a-container-3-left-middle-table thead tr th {width: 33.3333334%; padding-bottom: 12px;}
.a2a-page .a2a-container-3-left-middle-thead-1 {padding-left: 10px}
.a2a-page .a2a-container-3-left-middle-table tr .a2a-container-3-left-middle-table-fee {padding-right: 48px;}
.a2a-page .a2a-container-3-left-middle-table-currency, .a2a-page .a2a-container-3-left-middle-thead-2 {padding-left: 52px;}
.a2a-page .a2a-container-3-left-bottom {margin-top: 46px; margin-bottom: 46px;}
.a2a-page .a2a-footer-top {padding-top: 96px; box-sizing: border-box; margin-bottom: 55px;}
.a2a-page footer {background: #0C111D; margin-top: -5px; position: relative; z-index: 9;}
.a2a-page footer a, .a2a-page footer p {color: #EAECF0;}
.a2a-page .a2a-footer-top-col-1 p {
  font-size: 34px;
  line-height: 125%;
  font-family: 'Roboto-L', sans-serif;
}
.a2a-page .a2a-footer-top-col-2 a,
.a2a-page .a2a-footer-top-col-3 a, .a2a-page .a2a-footer-top-col-4 p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 16px;
}
.a2a-page .a2a-footer-top-col-1 {
  width: 35%;
  max-width: 448px;
  min-width: 386px;
}
.a2a-page .a2a-footer-top-2 {
  width: 55%;
  max-width: 705px;
}
.a2a-page .a2a-footer-bottom-2-1,
.a2a-page .a2a-footer-bottom-2-2,
.a2a-page .a2a-footer-top-col-2,
.a2a-page .a2a-footer-top-col-3,
.a2a-page .a2a-footer-bottom-1 {
  display: flex;
  flex-direction: column;
}
.a2a-page .a2a-footer-top-col-4 {
  max-width: 221px;
  width: 100%;
  margin: 0 7px;
}
.a2a-page .a2a-footer-top-col-4-top-2 img {height: 32px; width: auto;}
.a2a-page .a2a-footer-top-col-4-bottom-2 img {height: 40px; width: auto;}
.a2a-page .a2a-footer-top-col-4-top-2 {justify-content: unset;}
.a2a-page .a2a-footer-top-col-4-top-2-1 {margin-right: 12px;}
.a2a-page .a2a-footer-top-col-4-top {margin-bottom: 20px;}
.a2a-page .a2a-footer-bottom-1 .a2a-footer-bottom-1-1 {width: 278px; height: 27px; margin-bottom: 12px;}
.a2a-page .a2a-footer-bottom-1 .a2a-footer-bottom-1-2 {width: 189px; height: 32px;}
.a2a-page .a2a-footer-bottom-2 p, .a2a-page .a2a-footer-bottom-2 a {
  font-size: 14px;
  line-height: 155%;
  margin-bottom: 1px;
}
.a2a-page .a2a-footer-bottom-2 {
  width: 55.1%;
  justify-content: flex-start;
  max-width: 705px;
}
.a2a-page .a2a-footer-bottom-2-1 {margin-right: 29px;}
.a2a-page .a2a-footer-copyright {
  padding: 30px 0 32px;
  font-size: 14px;
  line-height: 140%;
}
.a2a-page .a2a-container-6-right-middle img {
  width: 32px;
  height: 32px;
  margin-top: 25px;
  margin-bottom: 9px;
}
.a2a-page .a2a-container-6-right-bottom-2 {
  display: flex;
  justify-content: space-between;
  width: 104px;
}
.a2a-page .a2a-container-6-right-btn {
  border: 1px solid #D0D5DD;
  border-radius: 99px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  background: transparent;
  transition: 0.3s all;
  cursor: pointer;
}
.a2a-page .a2a-container-6-right-btn img {
  width: 11px;
  height: 20px;
}
.a2a-page .a2a-container-6-right-btn-disabled {
  border: 1px solid #F2F4F7;
  background: #F9FAFB;
  cursor: default;
}
.a2a-page .a2a-container-6-right-bottom {
  overflow: hidden;
  max-width: 700px;
}
.a2a-page .a2a-container-6-right-bottom-1 {
  display: flex;
  transition: transform .5s ease;
}
.a2a-page .a2a-container-6-right-bottom-1-slide {
  flex: 0 0 100%;
  padding-right: 0;
}
.a2a-page .a2a-container-6-right-bottom-1-slide p {
  font-size: 18px;
  line-height: 150%;
  color: #475467;
  margin-bottom: 21.5px;
}
.a2a-page .a2a-container-6-right-bottom-1-slide .a2a-container-6-right-bottom-1-slide-title {
  color: #0C111D;
  font-weight: 900;
}
.a2a-page .a2a-container-6-right-btn-disabled img {filter: opacity(0.1);}
.a2a-page .a2a-container-1-center-top-text2-mobile, .a2a-page .a2a-container-1-left-mobile, .a2a-page .a2a-container-1-right-mobile,
.a2a-page .a2a-container-1-center-top-h-mobile, .a2a-page .a2a-container-3-left-top-title-mobile, .a2a-page .a2a-container-4-top-title-mobile {display: none;}
.a2a-page .a2a-contact-form-items label {
  font-size: 14px;
  line-height: 155%;
  color: #475467;
}
.a2a-page .a2a-contact-form-items .required {
  color: #EE0000;
}
.a2a-page .a2a-contact-form-items input {
  border: 1px solid #F2F4F7;
  border-radius: 8px;
  padding: 10px 14px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
  outline: none;
}
.a2a-page .a2a-contact-form--items-1 {
  display: flex;
  justify-content: space-between;
}
.a2a-page .a2a-contact-form-items .a2a-contact-form--items-1 .a2a-contact-item {
  width: 48.5%;
}
.a2a-page .a2a-contact-form-items-submit .a2a-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 9px;
  transition: 0.3s all;
  cursor: pointer;
  opacity: 1;
}
.a2a-page .a2a-contact-form-items-submit .a2a-btn:hover, .a2a-page .a2a-contact-form-items-submit .a2a-btn:focus {
  background: #EE0000 !important;
  color: #fff !important;
  opacity: 0.8;
}
.a2a-page .a2a-contact-form-items-submit .a2a-btn span {margin-left: 12px;}
.a2a-page .a2a-footer-bottom-2 a:hover, .a2a-page .a2a-footer-bottom-2 a:focus,
.a2a-page .a2a-footer-top-col-2 a:hover, .a2a-page .a2a-footer-top-col-2 a:focus,
.a2a-page .a2a-footer-top-col-3 a:hover, .a2a-page .a2a-footer-top-col-3 a:focus,
.a2a-page .a2a-ond-lang-menu p:hover, .a2a-page .a2a-ond-lang-menu p:focus,
.a2a-page .a2a-header-links a:hover, .a2a-page .a2a-header-links a:focus {color: #EE0000;}
@media screen and (max-width: 1440px) {
  .a2a-page .a2a-container-1-center {width: calc(864px + 160px);}
}
@media screen and (max-width: 1200px) {
  .a2a-page .a2a-header-box .a2a-header-logo-img {
    width: 169px;
  }
  .a2a-page .a2a-header-box .a2a-header-logo-img img {
    width: 169px;
    height: 28px;
  }
  .a2a-page .a2a-header-btn-desktop {display: none;}
  .a2a-page .a2a-header-btn-mob {display: block;}
  .a2a-page .a2a-header-links {
    flex-direction: column;
    position: absolute;
    right: 0;
    box-shadow: 0px 24px 48px -12px #0000002E;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #E2E4E9;
    border-radius: 24px 4px 24px 24px;
    top: 64px;
    background: #fff;
    opacity: 0;
    transition: 0.3s all;
  }
  .a2a-page .a2a-menu-active .a2a-header-links {opacity: 1;}
  .a2a-page header {border-bottom: 1px solid #F2F4F7;}
  .a2a-page .a2a-ond-lang, .a2a-page .a2a-header-links-iner a {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .a2a-page .a2a-header-links-iner {
    flex-direction: column;
    align-items: baseline;
  }
  .a2a-page .a2a-ond-lang-menu {
    margin-top: 0;
    margin-left: 5px;
  }
  .a2a-page .a2a-header-links a, .a2a-page .a2a-ond-lang p {margin-right: 0;}
  .a2a-page .a2a-header-links a {letter-spacing: -0.17px;}
  .a2a-page .a2a-btn {
    padding: 11px 29px;
    letter-spacing: 0.4px !important;
  }
  .a2a-page .a2a-ond-lang-menu img.a2a-lang, .a2a-page .btn-lang-lt img.a2a-lang, .a2a-page .btn-lang-eng img.a2a-lang {margin-right: 2px;}
  .a2a-page .a2a-header-mob-menu {
    border-radius: 8px;
    box-sizing: border-box;
    padding: 13px 11px;
    background: #F1F2F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .a2a-page .a2a-header-mob-menu-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 19px;
    height: 13px;
  }
  .a2a-page .a2a-header-mob-btn {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 99px;
    transition: 0.3s all;
  }
  .a2a-page .a2a-header-box {align-items: center;}
  .a2a-page .container-padding {padding: 0 16px;}
  .a2a-page .a2a-header-box {padding-top: 11px; padding-bottom: 11px;}
  .a2a-page .a2a-menu-active .a2a-header-mob-btn-2 {opacity: 0;}
  .a2a-page .a2a-menu-active .a2a-header-mob-btn-1 {
    transform: rotate(45deg) translate(3.7px, 4px);
    -webkit-transform: rotate(45deg) translate(3.7px, 4px);
  }
  .a2a-page .a2a-menu-active .a2a-header-mob-btn-3 {
    transform: rotate(-45deg) translate(4.2px, -4px);
    -webkit-transform: rotate(-45deg) translate(4.2px, -4px);
  }
  .a2a-page .a2a-container-1 {
    height: fit-content;
  }
  .a2a-page .a2a-container-1-center {width: 100%;}
  .a2a-page .a2a-container-1-center-top h1 {margin: 115px auto 20px;}
  .a2a-page .a2a-container-1-right, .a2a-page .a2a-container-1-left {top: -50px;}
}
@media screen and (max-width: 1100px) {
  .a2a-page .a2a-footer-bottom-2, .a2a-page .a2a-footer-top-2 {width: 58%;}
}
@media screen and (max-width: 1024px) {
  .a2a-page .a2a-container-2-bottom-box {flex-wrap: wrap;}
  .a2a-page .a2a-container-4-center-item {width: 48.8%;}
  .a2a-page .a2a-container-2-bottom-item {
    width: 48.8%;
    margin-top: 30px;
  }
  .a2a-page .a2a-container-2-top {margin-bottom: 0px;}
  .a2a-page .a2a-container-4-top {margin-bottom: 47px;}
  .a2a-page .a2a-container-3-right, .a2a-page .a2a-container-6-left {display: none;}
  .a2a-page .a2a-container-3-left, .a2a-page .a2a-container-7-left, .a2a-page .a2a-container-7-right, .a2a-page .a2a-container-8-left, .a2a-page .a2a-container-8-right,
  .a2a-page .a2a-container-5-left, .a2a-page .a2a-container-5-right, .a2a-page .a2a-container-6-right {width: 100%;}
  .a2a-page .a2a-contact-form,
  .a2a-page .a2a-container-6-right-bottom {max-width: 100%;}
  .a2a-page .a2a-container-8-iner, .a2a-page .a2a-container-5-iner, .a2a-page .a2a-container-7-iner {flex-direction: column;}
  .a2a-page .a2a-container-8-right,
  .a2a-page .a2a-container-7-right-img {margin-top: 28px;}
  .a2a-page .a2a-container-7-right-img {text-align: center;}
  .a2a-page .a2a-container-8-right {justify-content: center;}
  .a2a-page .a2a-container-5-right-img img {top: 30px; left: -18px;}
  .a2a-page .a2a-footer-top,
  .a2a-page .a2a-container-3 .a2a-container-3-left, .a2a-page .a2a-container-4, .a2a-page .a2a-container-7, .a2a-page .a2a-container-8 {padding-top: 32px;}
  .a2a-page .a2a-container-6, .a2a-page .a2a-container-7, .a2a-page .a2a-container-1, .a2a-page .a2a-container-2, .a2a-page .a2a-container-4 {margin-bottom: 32px;}
  .a2a-page .a2a-container-5 {margin-bottom: 100px;}
  .a2a-page .a2a-container-6-right-middle img {margin-top: 22px;}
  .a2a-page .a2a-container-6-right-bottom-2 {width: 108px;}
  .a2a-page .a2a-footer-top-col-1 p {font-size: 28px;}
  .a2a-page h2 {font-size: 32px;}
  .a2a-page .a2a-red-title {
    font-size: 12.35px;
    margin-bottom: 8px;
  }
  .a2a-page .a2a-descr-after-title {margin-top: 15px;}
  .a2a-page .a2a-container-8-background-img {margin-top: -109px;}
  .a2a-page .a2a-container-8-background-img img {
    width: 306px;
    height: auto;
    transform: rotate(-13deg);
    margin-left: -97px;
    margin-bottom: -42px;
  }
  .a2a-page .a2a-container-5-left-top {margin-bottom: 22px;}
  .a2a-page .a2a-container-7-left-bottom p, .a2a-page .a2a-container-5-left-middle p {line-height: 110%; margin-bottom: 17px;}
  .a2a-page .a2a-container-5-left-middle p {margin-bottom: 13px;}
  .a2a-page .a2a-container-7-right-img {margin-top: 18px;}
  .a2a-page .a2a-container-5-left-middle {margin-bottom: 27px;}
  .a2a-page .a2a-container5-left-bottom-1 {margin-bottom: 10px;}
  .a2a-page .a2a-btn {padding: 13px 29px;}
  .a2a-page .a2a-container-4-bottom-img img {height: 162px;}
  .a2a-page .a2a-footer-top {flex-direction: column;}
  .a2a-page .a2a-footer-top-2, .a2a-page .a2a-footer-top-col-1 {width: 100%;}
  .a2a-page .a2a-footer-top-col-1 {
    min-width: unset;
    max-width: 350px;
  }
  .a2a-page .a2a-footer-top-2 {
    max-width: 100%;
    margin-top: 32px;
  }
  .a2a-page .a2a-container-2-bottom-item-text1 {font-size: 18px;}
  .a2a-page .a2a-container-2-bottom-item-text2 {max-width: 322px;}
  .a2a-page .a2a-container-2-bottom-item-text2-2 {max-width: 280px;}
  .a2a-page .a2a-container-2 .a2a-h2-title,
  .a2a-page .a2a-container-2-bottom-item-text2-3 {max-width: 300px;}
  .a2a-page .a2a-container-3-left-middle-table {margin-top: 40px; width: 100%;}
  .a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-1 {width: 45%;}
  .a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-2 {width: 25%;}
  .a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-3 {width: 30%;}
  .a2a-page .a2a-container-3-left-middle-table .a2a-container-3-left-middle-table-flag, .a2a-page .a2a-container-3-left-middle-thead-1 {padding-left: 0;}
  .a2a-page .a2a-container-3-left-middle-table-currency, .a2a-page .a2a-container-3-left-middle-thead-2 {padding-left: 3px;}
  .a2a-page .a2a-container-3-left-bottom {margin-top: 29px; margin-bottom: 32px;}
  .a2a-page .a2a-container-1 {min-height: unset;}
  .a2a-page h1 {font-size: 40px;}
  .a2a-page .a2a-container-1-center-top-text2 {font-size: 20px; width: 100%;}
  .a2a-page .a2a-container-1-center-top-text3 {max-width: 225px; font-weight: 400;}
  .a2a-page .a2a-container-1-center-top-text2 {margin-bottom: 16px;}
  .a2a-page .a2a-container-1-center-center {margin-top: 34px; margin-bottom: 62px;}
  .a2a-page .a2a-container-1-center-bottom-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .a2a-page .a2a-container-1-center-bottom-box {margin-bottom: 12px;}
  .a2a-page .a2a-container-1-right, .a2a-page .a2a-container-1-left {top: -150px;}
  .a2a-page .a2a-container-1-center-top-h-desktop {display: none;}
  .a2a-page .a2a-container-1-center-top-h-mobile {display: block;}
}
@media screen and (max-width: 825px) {
  .a2a-page .a2a-footer-bottom {flex-direction: column;}
  .a2a-page .a2a-footer-bottom-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .a2a-page .a2a-footer-bottom-2-1 {margin-right: 70px;}
  .a2a-page .a2a-container-1-left {left: -50px;}
  .a2a-page .a2a-container-1-right {left: -470px;}
}
@media screen and (max-width: 768px) {
  .a2a-page .container-padding {padding: 0 16px;}
  .a2a-page .a2a-header-box {padding-top: 11px; padding-bottom: 11px;}
  .a2a-page .a2a-contact-form {width: 100%;}
  .a2a-page .a2a-container-5-right-img img {min-width: unset;}
  .a2a-page .a2a-container-1-center-bottom-box {
    flex-direction: column;
  }
  .a2a-page .a2a-container-1-center-bottom-item {
    width: 100%;
    box-shadow: none;
    padding: 25px 20px 14px;
  }
  .a2a-page .a2a-container-1-center-bottom-item-3 p {max-width: 100%;}
  .a2a-page .a2a-container-1-center-bottom-item-img-1 {margin-right: 14px;}
  .a2a-page .a2a-contact-form--items-1 {flex-direction: column;}
  .a2a-page .a2a-contact-form-items .a2a-contact-form--items-1 .a2a-contact-item {width: 100%;}
  .a2a-page .a2a-contact-form {padding: 40px 24px;}
  .a2a-page .a2a-contact-form-items input {margin-bottom: 18px;}
}
@media screen and (max-width: 750px) {
  .a2a-page .a2a-container-1-left-desktop, .a2a-page .a2a-container-1-right-desktop {display: none;}
  .a2a-page .a2a-container-1-left-mobile, .a2a-page .a2a-container-1-right-mobile {display: block;}
  .a2a-page .a2a-container-1-left {
    top: -26px;
    align-content: unset;
    left: 0;
  }
  .a2a-page .a2a-container-1-right {
    align-content: unset;
    left: -299px;
    top: 0;
  }
  .a2a-page .a2a-container-1-left img {
    width: 365px;
    height: auto;
  }
  .a2a-page .a2a-container-1-right img {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 671px) {
  .a2a-page .a2a-container-3-left-top-title-desktop {display: none;}
  .a2a-page .a2a-container-3-left-top-title-mobile {display: block;}
}
@media screen and (max-width: 650px) {
  .a2a-page .a2a-footer-bottom-2, .a2a-page .a2a-footer-top-2 {flex-direction: column;}
  .a2a-page .a2a-footer-top-col-3 {margin: 24px 0;}
  .a2a-page .a2a-footer-bottom-2-1 {margin-right: 0; margin-bottom: 21px;}
  .a2a-page .a2a-footer-top-col-4-top {margin-bottom: 20px;}
  .a2a-page .a2a-footer-bottom-2 {margin-top: 24px;}
  .a2a-page .a2a-footer-top-col-4 {margin: 0;}
  .a2a-page .a2a-footer-top {margin-bottom: 40px;}
  .a2a-page .a2a-footer-bottom-1 .a2a-footer-bottom-1-1 {margin-bottom: 8px;}
  .a2a-page .a2a-container-5-right-img img {width: 90%;}
  .a2a-page .a2a-container-4-center-item,
  .a2a-page .a2a-container-2-bottom-item,
  .a2a-page .a2a-container-7-right-img img {width: 100%;}
  .a2a-page .a2a-container-4-center-item, .a2a-page .a2a-container-4-top {text-align: left;}
  .a2a-page .a2a-container-1-center-top-text2-desktop,
  .a2a-page .a2a-container-3-left-bottom-desktop, .a2a-page .a2a-container-4-top-title-desktop {display: none;}
  .a2a-page .a2a-container-1-center-top-text2-mobile,
  .a2a-page .a2a-container-3-left-bottom-mobile, .a2a-page .a2a-container-4-top-title-mobile {display: block;}
  .a2a-page .a2a-container-4-bottom-btn, .a2a-page .a2a-container-4-center-item-text2, .a2a-page .a2a-container-4-center-item-img {margin-left: 0;}
  .a2a-page .a2a-container-4-top {margin-bottom: 21px;}
  .a2a-page .a2a-container-4-center-item-text1 {font-size: 18.2px; margin-left: 0;}
  .a2a-page .a2a-container-4-center-item {margin-bottom: 25px;}
  .a2a-page .a2a-container-4-center-item-text1-4 {max-width: 100%;}
  .a2a-page .a2a-container-4-center-item-text1-5 {margin-bottom: 0;}
  .a2a-page .a2a-container-4-bottom-img img {left: -30%; width: 150%;}
  .a2a-page .a2a-container-2-bottom-item {margin-top: 32px;}
  .a2a-page .a2a-container-2 .a2a-descr-after-title {max-width: 305px;}
}
@media screen and (max-width: 390px) {
	.a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-1 {width: 41%;}
}
@media screen and (max-width: 366px) {
  .a2a-page .a2a-container-3-left-middle-table thead tr .a2a-container-3-left-middle-thead-1 {width: 36%;}
}
