html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;

}

body a:hover {
  opacity: 0.8;
}

body {
  margin: 0;
  /*font-family: 'Gilroy', sans-serif;*/
}


a {
  text-decoration: none;
  display: inline-block;
  color: inherit;

}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
main p {
  margin: 0;
  padding: 0;
}

.wrap__container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.rahunki {
  padding-top: 70px;
  padding-bottom: 30px;
}

.rahunki__inner {
  margin-bottom: 80px;
}


.rahunki__title {
  font-weight: 400;
  font-size: 52px;
  margin-bottom: 10px;
  text-align: center;
  color: #263a55
}

.rahunki__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  max-width: 720px;
  text-align: center;
  color: #263a55
}

.payments__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.payments__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}



.payments__btn {
  font-size: 21px;
  text-transform: uppercase;
  padding: 30px 20px 30px 75px;
  min-width: 180px;
  background-color: #ffac46;
  color: #fff;
  border-radius: 3px;
  position: relative;
  transition: .5s all ease;
  margin: auto;
}

.payments__btn:hover {
  background-color: #323366;
}

.payments__btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.payments__btn_paypal::before {
  background-image: url("../images/PP-dark.svg");
}

.payments__btn_uah::before {
  background-image: url("../images/UAH-dark.svg");
}

.payments__btn_usd::before {
  background-image: url("../images/USD-dark.svg");
}

.payments__btn_euro::before {
  background-image: url("../images/Euro-dark.svg");
}

.payments__btn_swift::before {
  background-image: url("../images/Swift-dark.svg");
}

.payments__btn_usd:hover::before {
  background-image: url("../images/USD-white.svg");
}

.payments__btn_paypal:hover::before {
  background-image: url("../images/PP-white.svg");
}

.payments__btn_uah:hover::before {
  background-image: url("../images/UAH-white.svg");
}

.payments__btn_euro:hover::before {
  background-image: url("../images/Euro-white.svg");
}

.payments__btn_swift:hover::before {
  background-image: url("../images/Swift-white.svg");
}


.account {
  padding-top: 50px;
}

.account__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account__title {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
  color: #263a55
}

.account__inner {
  display: flex;
  justify-content: center;
}

.account__item {
  width: 100%;
  max-width: 1100px;
  min-height: 320px;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding: 40px 50px;
  color: #263a55;
}


.account__item-qr {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 15px;
}

#swift__block .account__item-qr::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 170px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffac46;
  display: block;
}

#uahakk__block .account__item-qr{
  flex-basis: 100%;
}
#uahakk__block .account__item{
  min-height:  auto;
  font-size: 16px;
}
.account__item-qr_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #263a55
}

.account__item-link {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.account__item-link_text {
  color: #263a55;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.account__item-link_btn {
  font-weight: bold;
  margin-top: 25px;
  background-color: #ffac46;
  color: #263a55;

  border: none;
  padding: 10px 30px;
  min-width: 200px;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
}

.swift {
  padding-top: 100px;
  padding-bottom: 50px;
}

.swift__title {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  color: #263a55;
  text-transform: uppercase;
}

.swift__inner {

  display: flex;
  justify-content: center;
  align-items: center;
}
.swift__item{
  min-height:  579px;
}
.swift__item {
  display: flex;
  background-color: #ececec;
  flex-direction: column;
  max-width: 535px;
  padding: 35px;
  height: 100%;

}

.swift__item:not(:last-child) {
  margin-right: 25px;
}

.swift__item-title {
  margin-left: 20px;
  font-weight: 600;
  font-size: 22px;
  font-weight: bold;
  color: #263a55
}


.swift__item-region {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffac46;
  padding-bottom: 15px;
}

.swift__item-placeholder {
  width: 70px;
  height: 40px;
  background-color: blue;
}

.swift__item-info {
  margin-top: 25px;
  font-size: 16px;
  color: #263a55;
}

.swift__item-info li:not(:last-child){
  margin-bottom: 15px;
}
.swift__item-info li.li_last{
  margin-bottom: 0 !important;
}
.help {
  padding-bottom: 100px;
}

.help__title {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #263a55
}

.help__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.help__item {
  display: flex;
  justify-content: space-between;
  background-color: #ececec;
  overflow: hidden;
  padding: 25px 70px;
  width: 100%;
  max-width: 1090px;
}

.help__item-right {
  max-width: 325px;
  margin-right: 50px;
}


.help__item-img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}



.help__item-left {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.help__item-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #263a55
}

.help__item-text {
  font-size: 18px;
  color: #263a55;
  margin-bottom: 50px;
}

.help__item-btn {
  background-color: #ffac46;
  color: #263a55;
  border: none;
  padding: 10px 30px;
  min-width: 280px;
  cursor: pointer;
  font-size: 23px;
  text-align: center;
}

.help__item-btn:hover {
  opacity: 0.8;
}
#uahakk__block{
  margin-bottom: 50px;
}

/*@media (max-width: 1000px) {
  .payments__btns{
    grid-template-columns: repeat(2, 1fr);
  }
}*/
@media (max-width: 480px) {
  .account{
    padding-top: 0
  }
  #uahakk__block .account__item-qr_title{
    font-size: 15px;
    text-align: left
  }
  #uahakk__block .account__item{
    padding: 10px;
    font-size: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
  }
  #uahakk__block .account__item-qr{
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left
  }
  #uahakk__block .account__item-qr{
    padding-bottom: 0
  }
}
/* RAHUNKI MEDIA */