@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@700&display=swap'); */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

svg:not(:root) {
  overflow: hidden;
}

.icon {
  display: inline-block;
  transition: fill 0.35s, transform 0.35s, filter 0.35s;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #9aa0a6;
  /* background: #19233f; */
  background-color: #141414;
}

body.hidden {
  overflow: hidden;
}

section {
  display: block;
  width: 100%;
  margin: 100px auto;
}

section.inner {
  padding: 100px 0;
  margin: 0;
}

@media screen and (max-width: 992px) {
  section {
    margin: 70px auto;
  }

  section.inner {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    margin: 50px auto;
  }

  section.inner {
    padding: 50px 0;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

.nopad {
  padding: 0;
}

.page {
  overflow: hidden;
}

.dark-bg {
  background-color: #0d0d0d;
}

/*   slick   */

.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.slick-dots li {
  margin: 0 7px;
}

.slick-dots button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  font-size: 0;
  border-radius: 50%;
  border: 2px solid #ff2b2b;
  cursor: pointer;
}

.slick-dots button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #ff2b2b;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: translate(-50%, -50%) scale(0);
  content: "";
}

.slick-dots button:hover:before,
.slick-dots .slick-active button:before {
  transform: translate(-50%, -50%) scale(1);
}

.slick-dots .slick-active button {
  cursor: default;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 65px);
  width: 50px;
  height: 80px;
  font-size: 0;
  background: url("../img/arrow-slider.svg") 50% 50% no-repeat;
  background-size: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s ease;
}

.slick-arrow:not(.slick-disabled):hover {
  background-color: #be7b2e;
  border-color: rgba(255, 255, 255, 0.8);
}

.slick-prev {
  left: -60px;
  transform: rotate(-180deg);
}

.slick-next {
  right: -60px;
}

.slick-disabled {
  opacity: 0.2;
  cursor: default;
}

/*   btn   */

.btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #ff2b2b;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background: #ed1515;
}

.btn:active {
  background: #c80d0d;
}

.btn-medium {
  height: 46px;
  font-size: 15px;
  padding: 0 30px;
}

.language {
}

.language a {
  display: flex;
  align-items: center;
  height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.01em;
  transition: color 0.25s;
}

.language a::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: currentColor;
  --mask-url: url('data:image/svg+xml,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.332 15.948C23.764 14.71 24 13.382 24 12a11.948 11.948 0 0 0-.706-4.056C21.627 3.317 17.194 0 12 0 6.806 0 2.373 3.317.706 7.944A11.948 11.948 0 0 0 0 12a11.948 11.948 0 0 0 .706 4.056C2.373 20.683 6.806 24 12 24c5.194 0 9.627-3.317 11.294-7.944a.864.864 0 0 0 .038-.108ZM12 22.28c-.457 0-1.194-.827-1.81-2.675a18.842 18.842 0 0 1-.708-3.032h5.036a18.85 18.85 0 0 1-.708 3.032c-.616 1.848-1.353 2.675-1.81 2.675Zm-2.727-7.427A31.87 31.87 0 0 1 9.147 12c0-.98.043-1.936.126-2.853h5.454c.082.917.126 1.874.126 2.853 0 .98-.044 1.936-.126 2.853H9.273ZM1.72 12c0-.99.141-1.947.403-2.853h5.425a33.482 33.482 0 0 0 0 5.706H2.123A10.25 10.25 0 0 1 1.72 12ZM12 1.72c.457 0 1.194.827 1.81 2.675.297.892.535 1.917.708 3.031H9.481c.174-1.115.412-2.14.71-3.031C10.805 2.547 11.542 1.72 12 1.72Zm4.452 7.427h5.424c.262.906.403 1.863.403 2.853 0 .99-.14 1.947-.403 2.853h-5.424a33.477 33.477 0 0 0 0-5.706Zm4.752-1.72h-4.95c-.305-2.11-.83-4.003-1.567-5.35 2.855.774 5.22 2.75 6.517 5.35ZM9.312 2.077c-.736 1.347-1.261 3.24-1.567 5.35h-4.95a10.325 10.325 0 0 1 6.517-5.35ZM2.795 16.573h4.95c.306 2.11.83 4.003 1.567 5.35a10.325 10.325 0 0 1-6.517-5.35Zm11.892 5.35c.737-1.347 1.262-3.24 1.568-5.35h4.95a10.324 10.324 0 0 1-6.518 5.35Z" fill="%23000"/></svg>');
  mask-image: var(--mask-url);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}

.language a:hover {
  color: #ff2b2b;
}

/*   logo   */

.logo__link {
  display: block;
}

.logo__image {
  display: block;
  height: 54px;
}

.logo__text {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #28e9e8;
}

@media screen and (max-width: 992px) {
  .logo__image {
    height: 40px;
  }
}

/*   header   */

.header__inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
  /*background: #19233f;*/
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

/*   menu    */

.menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu__list {
  display: flex;
}

.menu__item {
  display: flex;
  align-items: center;
}

.menu__item:after {
  content: "/";
  font-size: 20px;
  margin: 0 20px;
  color: #ff2b2b;
}

.menu__item:nth-last-child(2) {
  margin-right: 30px;
}

.menu__item:nth-last-child(-n + 2):after {
  display: none;
}

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

.menu__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 7px 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu__link:hover {
  color: #ff2b2b;
}

.menu__link_billing {
  background: #ff2b2b;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  padding: 0 25px;
  transition: background-color 0.3s ease;
}

.menu__link_billing:hover {
  background-color: #ed1515;
  color: #fff;
}

.menu__link_billing:active {
  background-color: #c80d0d;
}

.menu__link_billing .icon {
  fill: #fff;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .menu {
  }
}

@media screen and (max-width: 992px) {
  .menu_open .menu__list {
    right: 0;
    width: 300px;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 0;
    height: 100vh;
    padding: 70px 30px 30px 30px;
    background-color: #0d0d0d;
    border-left: 1px solid #433d30;
    transition: 0.45s;
    z-index: 99;
  }

  .mob-menu__btn {
    position: relative;
    z-index: 100;
    display: flex;
    margin-left: 0;
  }

  .menu__item:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
  }

  .menu__item:after {
    display: none;
  }

  .menu__link:not(.menu__link_billing) {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0;
  }

  .menu__link_billing {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }

  .menu__item:nth-last-child(2) {
    margin-right: 0;
  }
}

.language__link {
  display: flex;
  align-items: center;
}

.language__link {
  color: #c5cde9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.language__link:hover {
  color: #be7b2e;
}

.language__link .icon {
  fill: #b6a7c9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: fill 0.3s ease;
}

.language__link:hover .icon {
  fill: #be7b2e;
}

/*   mob-menu btn   */

.mob-menu__btn {
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgb(255 255 255 / 10%);
}

.mob-menu__btn.open {
  background-color: #ff2b2b;
  border-color: #ff2b2b;
}

.mob-menu__btn.open span {
  background-color: #fff;
}

.mob-menu__btn > div {
  position: relative;
  width: 20px;
  height: 16px;
}

.mob-menu__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff2b2b;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.mob-menu__btn span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.mob-menu__btn span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}

.mob-menu__btn span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}

.mob-menu__btn.open span {
  z-index: 999;
}

.mob-menu__btn.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}

.mob-menu__btn.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mob-menu__btn.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 3px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .mob-menu__btn {
    display: flex;
    margin-left: 0;
  }
}

/*   end mob-menu btn   */

/*   head-main   */

.head-main__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0;
  background: url("../img/world.png") 100% 50% no-repeat;
  background-size: 600px auto;
}

.head-main__left {
  max-width: 560px;
}

.head-main__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 5px;
}

.head-main__title span {
  color: #ff2b2b;
}

.head-main__sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin: 20px 0 20px;
  color: #fff;
}

.head-main__text {
  font-size: 17px;
  line-height: 1.5em;
}

.head-main__button {
  margin-top: 30px;
}

.head-main__btn {
  font-weight: 600;
  font-size: 18px;
  height: 60px;
  border-radius: 0;
  padding: 0 30px;
}

.head-main__photo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.head-main__photo img {
  display: block;
  height: 400px;
}

@media screen and (max-width: 992px) {
  .head-main__title {
    font-size: 40px;
  }

  .head-main__sub-title {
    font-size: 20px;
    line-height: 32px;
  }

  .head-main__photo {
    min-width: 300px;
    max-width: 360px;
  }

  .head-main__photo img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .head-main__inner {
    flex-direction: column-reverse;
  }

  .head-main__left {
    max-width: 100%;
  }

  .head-main__title {
    font-size: 36px;
  }

  .head-main__photo {
    margin-bottom: 20px;
  }

  .head-main__title,
  .head-main__sub-title {
    text-align: center;
  }

  .head-main__btn {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .head-main__title {
    font-size: 30px;
    line-height: 38px;
  }

  .head-main__photo {
    min-width: 280px;
    max-width: 320px;
  }
}

/*   bullet   */

.bullet_tariff {
  margin-bottom: 50px;
}

.bullet__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.bullet__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 0 30px;
}

.bullet__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ff2b2b;
  border-radius: 0 25px;
  margin-bottom: 25px;
}

.bullet__icon .icon {
  fill: #fff;
  height: 50px;
}

.bullet__info {
  text-align: center;
}

.bullet__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.bullet__text {
  color: #9aa0a6;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 992px) {
  .bullet__list {
    justify-content: center;
    margin-bottom: -60px;
  }

  .bullet__item {
    width: 50%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .bullet__list {
    margin-bottom: -40px;
  }

  .bullet__item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    flex-direction: row;
    align-items: center;
  }

  .bullet__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .bullet__info {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .bullet__item {
    flex-direction: column;
    align-items: center;
  }

  .bullet__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bullet__info {
    text-align: center;
  }
}

/*   main-title   */

.main-title {
  max-width: 660px;
  margin: 0 auto 50px;
  text-align: center;
}

.main-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

.main-title p {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

@media screen and (max-width: 992px) {
  .main-title h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {
  .main-title {
    margin-bottom: 30px;
  }

  .main-title h2 {
    font-size: 30px;
  }

  .main-title p {
    font-size: 18px;
  }
}

/*.main-title_flex {
  max-width: 1200px;
  display: flex;
  align-items: center;
  text-align: left;
}

.main-title__text {
  flex-grow: 1;
  padding-right: 200px;
}

.main-title__img {
  max-height: 250px;
}*/

/*   tariff   */

.tariff__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.tariff__list_main {
  margin-top: 60px;
}

.tariff__item {
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
}

.tariff__price {
  padding: 15px 0 12px;
  font-size: 14px;
  line-height: 1em;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}

.tariff__price_popular {
  background: #be7b2e;
  color: #fff;
}

.tariff__price b {
  font-weight: 500;
  font-size: 24px;
  line-height: 1em;
}

.tariff__price i {
  font-style: normal;
  font-size: 0.8em;
}

.tariff__box {
  background: rgb(0 0 0 / 30%);
  padding: 30px;
  text-align: center;
}

.tariff__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tariff__img {
  display: none;
  margin: 0 auto 20px;
}

.tariff__name {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: #fff;
}

.tariff__flag {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.tariff__char {
  margin: 20px auto;
}

.tariff__char li {
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tariff__char li:first-child {
  padding-top: 0;
}

.tariff__char li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tariff__button {
  margin-top: 25px;
}

.tariff__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #ff2b2b;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff2b2b;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.tariff__btn:hover {
  background-color: #ff2b2b;
  color: #000;
}

.tariff__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 30px 0;
}

.panel-tariff {
  margin: 20px 0;
}

.panel-tariff__title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

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

.panel-tariff__img {
  display: block;
  height: 24px;
  margin: 0 10px;
}

.tariff-slider {
  position: relative;
  margin-bottom: 0;
}

.tariff-slider .tariff__item {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .tariff__list {
    margin-bottom: 0;
  }

  .tariff__item {
    flex-basis: calc(33.33% - 20px);
  }

  .tariff__footer {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 830px) {
  .tariff__item {
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .tariff__item {
    flex-basis: calc(100% - 20px);
  }
}

/*   vps-country   */

.vps-country__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vps-country__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #9aa0a6;
  border: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 15px 10px 10px;
  margin: 0 10px 10px 0;
  border-radius: 24px;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.vps-country__button:hover {
  /* border-color: #ff2b2b; */
  background-color: rgb(255 255 255 / 5%);
  color: #fff;
}

.vps-country__button.is-active {
  color: #fff;
  border-color: #ff2b2b;
  box-shadow: 0 0 0 1px #ff2b2b;
  background-color: rgb(255 255 255 / 10%);
  cursor: default;
}

.vps-country__flag {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.vps-country__name {
  font-size: 16px;
}

/*   end vps-country   */

/*   tooltip   */

.tooltip {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: url("../img/info.svg") 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
}

.tooltip__text {
  display: none;
  position: absolute;
  left: -120px;
  top: calc(100% + 10px);
  width: 190px;
  padding: 10px;
  background: #fff;
  color: #222;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
}

.tooltip:hover .tooltip__text {
  display: block;
  opacity: 1;
  pointer-events: initial;
}

.payments-tariff {
}

.payments-tariff__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

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

.payments-tariff__img {
  display: block;
  height: 30px;
}

.payments-tariff__item {
  margin-right: 20px;
}

.payments-tariff__item:last-child {
  margin-right: 0;
}

.sale-tariff {
}

.sale-tariff__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #34a556;
  margin-bottom: 20px;
  text-align: center;
}

.sale-tariff__list {
  display: flex;
  justify-content: center;
}

.sale-tariff__item {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgb(255 255 255 / 10%);
}

.sale-tariff__item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.sale-tariff__item b {
  color: #34a556;
  font-size: 20px;
  line-height: 1em;
  margin-right: 3px;
}

@media screen and (max-width: 1100px) {
  .tariff__footer {
    flex-direction: column;
  }
}

/*   benefits   */

.benefits {
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.benefits__item {
  flex-basis: calc(33.33% - 10px);
  margin: 0 5px 10px;
  background: #141414;
  padding: 30px;
  text-align: center;
}

.benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ff2b2b;
  border-radius: 0 25px;
  margin: 0 auto 25px;
}

.benefits__image {
  display: block;
  width: 60px;
  height: 60px;
}

.benefits__title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.benefits__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 992px) {
  .benefits__item {
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .benefits__item {
    flex-basis: calc(100% - 10px);
  }
}

/*   transfer   */

.transfer {
  margin: 50px 0;
  padding: 0;
}

.transfer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  background: #ffe0e0;
}

.transfer__info {
  max-width: 560px;
  padding: 30px 0;
  margin-right: 20px;
}

.transfer__title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  color: #0d0d0d;
  margin-bottom: 10px;
}

.transfer__text {
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.transfer__img {
  display: block;
  height: 240px;
}

@media screen and (max-width: 767px) {
  .transfer__row {
    flex-direction: column-reverse;
    padding: 20px 50px 50px;
  }

  .transfer__img {
    height: 180px;
  }

  .transfer__info {
    padding: 0;
    margin: 0;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .transfer__row {
    padding: 20px 40px 40px;
  }

  .transfer__img {
    height: 140px;
  }

  .transfer__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 375px) {
  .transfer {
    margin-left: -20px;
    margin-right: -20px;
  }

  .transfer__row {
    padding: 20px 20px 40px;
  }
}

/*   footer   */

.footer {
  padding: 30px 0;
}

.footer__bg {
}

.footer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.menu-footer__list {
  display: flex;
}

.menu-footer__item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.menu-footer__item:before {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ff2b2b;
  margin-right: 8px;
  content: "";
}

.menu-footer__link {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-footer__link:hover {
  color: #ff2b2b;
}

.contact-footer__list {
  display: flex;
}

.contact-footer__item {
  margin-left: 30px;
}

.contact-footer__item:first-child {
  margin-left: 0;
}

.contact-footer__link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-footer__link:hover {
  color: #ff2b2b;
}

.contact-footer__link .icon {
  width: 20px;
  height: 20px;
  fill: #ff2b2b;
  margin-right: 10px;
  transition: fill 0.3s ease;
}

.contact-footer__link .icon-mail {
  position: relative;
  top: 1px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer__logo-image {
  display: block;
  height: 40px;
}

.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  opacity: 0.15;
  padding: 15px 20px;
  text-align: center;
}

.payments-footer__list {
  display: flex;
  align-items: center;
}

.payments-footer__img {
  flex-shrink: 0;
  display: block;
  height: 30px;
  opacity: 0.7;
}

.payments-footer__item {
  margin-right: 30px;
}

.payments-footer__item:last-child {
  margin-right: 0;
}

.footer__rules {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}

.footer__rules a {
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  transition: opacity 0.25s;
  text-decoration: none;
}

.footer__rules a:hover {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .footer {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 20px;
  }

  .footer__logo-image {
    height: 54px;
  }

  .payments-footer__item {
    margin: 0 10px;
  }

  .footer__head {
    flex-direction: column;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 20px 0 0;
    border-bottom: 0;
  }

  .contact-footer {
    margin-top: 20px;
  }

  .menu-footer__item {
    margin: 0 10px;
  }
}

/*   contacts page   */

.contacts__content {
  display: flex;
  gap: 50px;
}

.contacts-info {
  width: calc(100% - 650px);
}

.contacts-mail {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 600px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.contacts-mail__item {
  width: calc(50% - 25px);
}

.contacts-mail__icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.contacts-mail__label {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contacts-mail__link {
  font-size: 20px;
  color: #ff2b2b;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff2b2b;
}

.contacts-info__list li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contacts-info__list li:first-child {
  border-top: 0;
}

.contacts-info__list li b {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contacts-info__list li b::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ff2b2b;
  margin-right: 10px;
}

.contacts-info__list li a {
  font-weight: 600;
  color: #ff2b2b;
  text-decoration: none;
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .contacts__content {
    flex-direction: column;
  }

  .contacts-mail {
    width: 100%;
    gap: 0;
    border-right: 0;
  }

  .contacts-mail__item {
    width: 50%;
    padding: 30px 30px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .contacts-mail__item:nth-child(1),
  .contacts-mail__item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .contacts-info {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .contacts-mail__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contacts-mail__item:nth-child(1),
  .contacts-mail__item:nth-child(3) {
    border-right: 0;
  }

  .contacts__content {
    gap: 20px;
  }
}

/*   end contacts page   */

/*   static   */

.static__content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.static__content p {
  line-height: 1.5;
}

.static__content p:not(:last-child) {
  margin-bottom: 20px;
}

.static__content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #fff;
  margin: 30px auto 20px;
}

.static__content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  margin: 30px auto 20px;
}

.static__content ul {
  list-style: disc;
  margin-left: 20px;
}

.static__content ol {
  list-style: decimal;
  margin-left: 20px;
}

.static__content li:not(:last-child) {
  margin-bottom: 15px;
}

.static__content li::marker {
  color: #ff2b2b;
}

/*   end static   */
