@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2");
}
/* == BASE RULES AND VARIABLES== */
html {
  scroll-padding-top: var(--h-height);
  scroll-behavior: smooth;
}

*:focus {
  outline: none;
}

*:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  font: normal normal 14px/1.25 Montserrat, sans-serif, sans-serif;
  color: #1D2137;
  background-color: #fff;
  padding-top: var(--h-height);
}

.is-overflow-off {
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 50px;
}

/* == text elements == */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: 700;
  line-height: 1.22;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 58px;
  font-weight: 800;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

ul, ol {
  margin: 0 0 1em;
}

p {
  margin: 0 0 1.3em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #44ACF8;
}

b, strong {
  font-weight: 800;
}

sub {
  bottom: 0;
  margin: 0 0 0 5px;
}

sup,
sub {
  font-size: 56%;
}

sup {
  font-weight: 500;
}

small {
  font-size: 85%;
}

em {
  color: #E23737;
}

/* == media elements == */
img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img,
iframe,
video {
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a img {
  border: none;
}

.accent-color {
  color: #44ACF8;
}

.checked-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.checked-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
}

.checked-list li::before {
  content: "\e90f";
  font-size: 18px;
  font-family: icomoon;
  left: 0;
  position: absolute;
  top: -3px;
}

.checked-list-accent li::before {
  color: #44ACF8;
}

/* == form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

input {
  width: 100%;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-moz-placeholder {
  opacity: 1;
  color: #a4a3b4;
}

input::-moz-placeholder {
  opacity: 1;
  color: #a4a3b4;
}

input:focus:-moz-placeholder {
  opacity: 1;
  color: #a4a3b4;
}

input:focus::-moz-placeholder {
  opacity: 1;
  color: #a4a3b4;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #a4a3b4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[type=text],
[type=email],
[type=tel],
[type=url],
[type=number],
[type=password],
[type=search],
[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #E9E8F6;
  border-radius: 6px;
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
}

[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus {
  border-color: #44ACF8;
}

[type=file] {
  display: none;
  opacity: 0;
  position: absolute;
}

.field-name {
  margin: 0 0 12px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.form-item {
  margin: 0 15px 25px;
  width: 100%;
}

.form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.form-btn {
  margin: 10px;
  border: 0;
}

.form-buttons:not(:empty) {
  margin-bottom: -10px;
}

.file-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  background: transparent;
  border: 1px solid #E9E8F6;
  border-radius: 6px;
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}

.file-field-name {
  color: #44ACF8;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-thumb {
  width: 80px;
  height: 80px;
  margin: 15px 5px 0 0;
  display: inline-block;
  position: relative;
}

.file-thumb .icon-cross {
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 11px;
  display: inline-block;
  padding: 2px;
  font-size: 7px;
  right: 0;
  top: 0;
  color: #FF5252;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #E9E8F6;
}

.file-thumb-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

textarea {
  padding: 10px 18px;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 1px solid #E9E8F6;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  overflow: auto;
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}

textarea:focus {
  border-color: #44ACF8;
}

select::-ms-expand {
  display: none;
}

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap;
  cursor: pointer;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  line-height: 37px;
  padding: 0 32.5px;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 600;
}

.btn-bordered {
  line-height: 35px;
  border: 1px solid transparent;
}

.btn-bordered-white {
  border-color: #F2F5FD;
  background-color: #fff;
}

.btn-bordered-white:hover {
  background-color: #F2F5FD;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-large {
  min-width: 280px;
  line-height: 50px;
  font-size: 16px;
}

.btn-gray {
  background-color: #F2F5FD;
  color: #1D2137;
}

.btn-gray:hover {
  background-color: #e5ebfb;
  color: #1D2137;
}

.btn-accent {
  background-color: #44ACF8;
  color: #fff;
}

.btn-accent:hover {
  background-color: #2ba1f7;
  color: #fff;
}

.btn-blue {
  background-color: #1D2137;
  color: #fff;
}

.btn-blue:hover {
  background-color: #262b48;
  color: #fff;
}

.btn-icon {
  padding: 0 25px;
}

.btn-icon i {
  margin: 0 10px 0 0;
}

.btn-icon i.icon-telegram {
  vertical-align: -1px;
}

.btn-large.btn-icon i {
  font-size: 20px;
  vertical-align: -3px;
}

/* == table elements == */
table {
  width: 100%;
}

/* ~~ LAYOUT RULES ~~ */
.logo {
  text-transform: uppercase;
  line-height: 1;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.logo-text {
  display: block;
}

.custom-scrollbar-thin::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F2F5FD;
  border-radius: 26px;
}

.custom-scrollbar-thin::-webkit-scrollbar-thumb {
  background: #44ACF8;
  border-radius: 13px;
}

@-moz-document url-prefix() {
  .custom-scrollbar-thin {
    scrollbar-color: #44ACF8 #F2F5FD;
    scrollbar-width: thin;
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #F2F5FD;
  border-radius: 12px;
  padding: 2.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-content {
  display: none;
}

.tab {
  display: inline-block;
  vertical-align: middle;
  margin: 2.5px;
  min-width: 75px;
  line-height: 37px;
  padding: 0 25px;
  text-align: center;
  white-space: nowrap;
  border: 0;
  background: 0;
  border-radius: 8px;
  font-weight: 600;
}

.tab.is-active {
  background-color: #1D2137;
  color: #fff;
}

.tab:not(.is-active):hover {
  background-color: #F2F5FD;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  font-size: 10px;
}

.tag {
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag-title {
  color: #1D2137;
}

.tag-image {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 0 0;
  background-color: currentColor;
}

.tag-text {
  position: relative;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
}

.tag-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  background-color: currentColor;
  opacity: 0.2;
}

.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 10px);
  -webkit-box-shadow: 0 8px 20px rgba(29, 33, 55, 0.1);
          box-shadow: 0 8px 20px rgba(29, 33, 55, 0.1);
  list-style-type: none;
  margin: 0;
  padding: 14px 0;
  border-radius: 15px;
  background-color: #fff;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 423px;
  min-height: 100%;
}

.submenu a {
  display: block;
  padding: 7px 35px 7px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.submenu .submenu {
  left: calc(100% + 10px);
  top: 0;
}

.submenu > li > a:not(:only-child) {
  position: relative;
}

.submenu > li > a:not(:only-child):after {
  content: "\e903";
  font-family: icomoon;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.submenu > li:hover > a:not(:only-child):after {
  content: "\e926";
}

.submenu .submenu::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}

.menu-btn {
  width: 30px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  border-radius: 50%;
  z-index: 4;
  background: 0;
  border: 0;
  opacity: 0.8;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 25px 0 0;
  padding: 0;
}
.menu-btn:before, .menu-btn:after {
  content: "";
  display: block;
  width: 30px;
  border-top: 2px solid #1D2137;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-btn:before {
  height: 22px;
  border-bottom: 2px solid #1D2137;
  top: 50%;
  left: calc(50% - 15px);
}
.menu-btn:after {
  content: "";
  top: 50%;
  left: calc(50% - 15px);
}
.menu-btn.is-active:before {
  top: 50%;
  height: 1px;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-color: #44ACF8;
}
.menu-btn.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 15px);
  border-color: #44ACF8;
}

/*~ header ~*/
.header {
  border-bottom: 1px solid #F2F5FD;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}

.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  margin: 0 150px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 24px;
  color: #44ACF8;
  position: relative;
  z-index: 1;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-buttons {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.header-btn {
  margin: 10px;
}

.header-buttons:last-child {
  margin-left: auto;
}

/*~ skeleton ~*/
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.section {
  padding: 25px 0;
}

.section-head {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 780px;
}

.section-head h2 {
  margin: 0 0 10px;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.navigation-wrapper {
  padding: 45px 0 0;
}

.navigation {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
}

.navigation::-webkit-scrollbar {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat center/auto 2px;
  background: linear-gradient(transparent, transparent) no-repeat center/auto 2px;
}

.navigation::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
}

.navigation a {
  text-decoration: none;
}

.navigation li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.navigation li::before {
  width: auto;
  height: auto;
  background: 0;
  margin: 0;
  position: static;
  display: none;
}

.navigation li:not(:last-child) {
  margin-bottom: 0;
}

.navigation li:last-child {
  padding-right: 15px;
}

.navigation li + li::before {
  display: inline-block;
  padding: 0 0.25rem;
  content: "\e903";
  vertical-align: 0;
  font-family: icomoon;
  font-size: 7px;
}

/*~ footer ~*/
.footer {
  margin-top: auto;
  background-color: #16171D;
  color: #fff;
  font-weight: 500;
}

.footer-top {
  padding: 20px 0;
  position: relative;
}

.footer-top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.footer-top > .container::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #24252E;
  position: absolute;
  left: 15px;
  bottom: -20px;
  pointer-events: none;
}

.footer-middle {
  padding: 25px 0 10px;
}

.footer-logo {
  font-size: 26px;
  margin: 0 140px 0 0;
}

.footer-logo .logo-text {
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
}

.footer-menu {
  font-weight: 500;
  margin: 0 -32px;
}

.footer-menu li {
  margin: 12px 32px;
}

.footer-buttons {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-btn {
  margin: 5px 10px;
}

.footer-buttons:last-child {
  margin-left: auto;
}

.footer-info {
  line-height: 1.25;
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 20px 0 0;
}

.footer-info h4 {
  font-weight: 500;
  margin: 0 0 8px;
  font-size: 16px;
}

.footer-info p {
  margin: 0 0 6px;
}

.footer-middle > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  font-size: 12px;
}

.footer-column {
  margin: 0 15px 20px;
  width: 280px;
}

.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin: 0 0 11px;
}

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

.footer-contacts {
  font-size: 12px;
  width: 224px;
  color: #595B67;
}

.footer-contacts:last-child {
  margin-left: auto;
}

.footer-bottom {
  padding: 5px 0;
  background-color: #121316;
  color: #595B67;
  font-size: 12px;
  padding: 12px 0;
}

.footer-bottom > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-policy {
  margin: 0 15px 0 0;
}

.footer-copyright {
  text-align: right;
}

.footer-copyright:last-child {
  margin-left: auto;
}

.footer-copyright p span {
  margin: 0 20px 0 0;
}

/*help section*/
.help-section {
  padding: 0;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.help {
  padding: 150px 0;
  position: relative;
}

.help-content {
  max-width: 625px;
  width: 100%;
}

.help-text h1 {
  margin: 0 0 10px;
  line-height: 1;
}

.help-text h2 {
  margin: 0 0 25px;
}

.help-text h4 {
  font-weight: 400;
  margin: 0 0 10px;
}

.help-text {
  margin: 0 0 65px;
}

.help-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.help-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 0 -10px;
}

.help-btn {
  margin: 0 10px;
}

.help-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.help-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px;
}

.help-item-value {
  font-size: 32px;
  margin: 0 5px 0 0;
}

.help-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.help-image {
  position: absolute;
  top: 55px;
  left: 530px;
}

.help-image img {
  max-width: 750px;
  width: auto;
  height: auto;
}

.help::after {
  content: "";
  width: 70px;
  height: 67px;
  background: url("../img/initial-svg-icons/arrow-line-down.svg") no-repeat center/100% 100%;
  position: absolute;
  right: 50%;
  bottom: 35px;
  pointer-events: none;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  pointer-events: none;
}

/*intro-section*/
.intro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 670px;
  position: relative;
  padding: 40px 0 225px;
  margin-bottom: -225px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.intro-section-small {
  min-height: 470px;
}

.intro-section-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 670px;
  pointer-events: none;
}

.intro-section-bg circle:nth-child(1) {
  fill: var(--color1);
}

.intro-section-bg circle:nth-child(2) {
  fill: var(--color2);
}

.intro-section-bg circle:nth-child(3) {
  fill: var(--color3);
}

.intro-section-bg circle:nth-child(4) {
  fill: var(--color4);
}

.intro-content {
  max-width: 708px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.intro-section-image {
  position: absolute;
  top: 10px;
  left: calc(50% + 350px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.intro-text {
  margin: 0 0 25px;
}

.intro-text h1 {
  margin: 0 0 10px;
  line-height: 1;
}

.intro-text h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 14px;
}

.intro-text h4 {
  font-weight: 400;
}

.intro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.intro-btn {
  margin: 10px;
}

.brands-box {
  margin: 0 -12.5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.brand-image {
  margin: 0 12.5px 18px;
}

.brand-image img {
  max-height: 55px;
  width: auto;
}

/*advantages section*/
.advantages-box:not(:last-child) {
  margin-bottom: 30px;
}

.advantages-card {
  padding: 20px;
  background-color: #F8F9FC;
  border-radius: 20px;
  width: 280px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.advantages-card.is-marked::after {
  content: "";
  width: 35px;
  height: 60px;
  background: url("../img/initial-svg-icons/bookmark.svg") no-repeat center/cover;
  right: 20px;
  top: 0;
  position: absolute;
}

.advantages-card-image {
  width: 40px;
  height: 40px;
  background-color: #E9EBFC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  padding: 4px;
}

.advantages-card-image img {
  max-height: 85%;
}

.advantages-card-text {
  margin: 0 0 36px;
}

.advantages-card-text h3 {
  margin: 0 0 20px;
}

.advantages-card-activity {
  margin-top: auto;
}

.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 45px;
  padding: 50px 105px 50px 55px;
  border: 1px solid #F2F5FD;
  border-radius: 20px;
}

.advantages-block:last-child {
  margin-bottom: 0;
}

.advantages-block-image {
  max-width: 465px;
  width: 100%;
  margin: 0 80px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.advantages-block-image-arrow::after {
  content: "";
  width: 64px;
  height: 71px;
  background: url("../../img/initial-svg-icons/arrow-line-right.svg") no-repeat center/100% 100%;
  position: absolute;
  right: -60px;
  top: 115px;
  pointer-events: none;
}

.advantages-block-text {
  margin: 0 0 35px;
}

.advantages-block-text h2 {
  margin: 0 0 10px;
}

.activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}

.activity-centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.activity-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
}

.activity-centered .activity-pics {
  margin: 0 0 5px;
}

.activity-pic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
}

.activity-large .activity-pic {
  width: 36px;
  height: 36px;
}

.activity-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.activity-pic:nth-child(n+2) {
  margin-left: -7px;
}

.activity-text {
  color: #5E627A;
  line-height: 1.2;
}

.activity-text::before {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #44ACF8;
  margin: 0 5px 0 0;
}

.advantages-block-activity {
  margin: 0 0 15px;
}

.advantages-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.advantages-block-btn {
  margin: 0 10px;
  min-width: 222px;
}

/*services section*/
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-item {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 80px;
  margin-bottom: 50px;
}

.services-pagination {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.services-pagination.swiper-pagination-lock ~ .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-pagination.swiper-pagination-lock ~ .swiper-wrapper .services-item {
  margin-bottom: 30px;
}

.services-pagination.swiper-pagination-lock ~ .swiper-wrapper .services-item:first-child {
  margin-left: 30px;
}

.services-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E4E6ED;
  margin: 0 5px;
  -webkit-transition: width 0.25s ease-in;
  transition: width 0.25s ease-in;
}

.services-pagination-bullet-active {
  background-color: #44ACF8;
  border-radius: 30px;
  width: 18px;
}

.services-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-item:hover .services-item-image {
  background-color: #44ACF8;
}

.services-item:hover .services-item-image img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.services-item-image {
  width: 80px;
  height: 80px;
  padding: 8px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F9FC;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 auto 5px;
}

.services-item-image img {
  max-height: 70%;
  -webkit-transition: inherit;
  transition: inherit;
}

.services-card {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #F2F5FD;
  width: 380px;
  min-height: 289px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-card.is-selected {
  background-color: #F2F5FD;
}

.services-card-head {
  margin: 0 0 30px;
}

.services-card-content {
  margin: 0 0 20px;
}

.services-card-value {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
}

.services-card-list strong.accent-text {
  font-weight: 600;
}

.services-card-buttons {
  margin-top: auto;
}

.services-tabs {
  position: relative;
}

.services-tabs::after {
  content: "";
  width: 72px;
  height: 76px;
  background: url("../../img/initial-svg-icons/arrow-line-bottom.svg") no-repeat center/100% 100%;
  position: absolute;
  right: -176px;
  bottom: 0;
  pointer-events: none;
}

/*comments section*/
.comments {
  padding: 20px;
  border: 1px solid #F2F5FD;
  border-radius: 20px;
}

.comments-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 24px;
}

.comments-body {
  max-height: 490px;
  overflow-y: auto;
}

.comments-head h2 {
  margin: 0 15px 0 0;
}

.comments-buttons {
  margin: 0 -10px 0 auto;
}

.comments-btn {
  margin: 0 10px;
}

.comment {
  margin: 0 0 20px;
  padding-right: 20px;
}

.comment-author {
  font-size: 16px;
  color: #44ACF8;
  margin: 0 0 4px;
}

.comment-date {
  font-size: 10px;
  font-weight: 500;
  color: #5E627A;
  margin: 0 0 10px;
}

.comment-text {
  margin: 0 0 8px;
}

.comment-attach {
  font-size: 10px;
  font-weight: 500;
  color: #1D2137;
}

.comment-attach-link i {
  margin: 0 5px 0 0;
  font-size: 17px;
  vertical-align: -3px;
}

/*news section*/
.news-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-card {
  width: 380px;
  padding: 20px;
  border: 1px solid #F8F9FC;
  border-radius: 20px;
  background-color: #fff;
  margin: 0 10px 58px;
}

.news-card-image {
  display: block;
  background-color: #F8F9FC;
  border-radius: 10px;
  overflow: hidden;
  height: 186px;
  margin: 0 0 25px;
}

.news-card-image:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.news-card-text h4 {
  margin: 0 0 10px;
}

.news-card-text h4 a {
  display: block;
}

.news-card-text h4 a:hover {
  text-decoration: underline;
}

/*payments-section*/
.payments-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-card {
  padding: 20px;
  background-color: #1D2137;
  border-radius: 20px;
  color: #fff;
  width: 380px;
  margin: 0 10px 20px;
}

.payment-card-image {
  margin: 0 0 20px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-card-image img {
  max-height: 100%;
}

/*work section*/
.work-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work-card {
  margin: 0 10px 20px;
  padding: 20px;
  border: 1px solid #F2F5FD;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  width: 274px;
  position: relative;
}

.work-card::after {
  content: "";
  width: 48px;
  height: 100%;
  background: url("../../img/corner-right.svg") no-repeat center/100% 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}

.work-card:nth-child(4n+4):after {
  display: none;
}

.work-card:nth-child(4n+4) {
  border-radius: 20px;
}

.work-card:nth-child(4) {
  border-right: 1px solid #F2F5FD;
}

.work-card-image {
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.info-block {
  padding: 20px;
  border-radius: 20px;
  background-color: #F8F9FC;
}

.info-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 19px;
}

.info-block-navigation {
  margin: 0 0 7px;
}

.info-block-image {
  margin: 0 10px 0 0;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.info-block-image img {
  max-height: 100%;
}

.info-block-text {
  margin: 0 0 20px;
}

/*steps section*/
.steps-block {
  background-color: #fff;
  border: 1px solid #F2F5FD;
  border-radius: 20px;
  padding: 20px 20px 0;
}

.steps-block:not(:last-child) {
  margin-bottom: 50px;
}

.steps-block-marked {
  position: relative;
}

.steps-block-marked::before {
  content: "";
  width: 68px;
  height: 38px;
  background: url("../../img/initial-svg-icons/bookmark-horizontal.svg") no-repeat center/auto;
  position: absolute;
  left: 0;
  top: 26px;
}

.steps-block-head {
  margin: 0 auto 25px;
  max-width: 780px;
  text-align: center;
}

.steps-block-head h2 {
  margin: 0 0 10px;
}

.steps-block-activity {
  margin: 0 0 25px;
}

.steps-box {
  counter-reset: step;
}

.step {
  width: 269px;
  min-height: 80px;
  border: 1px solid #F2F5FD;
  border-radius: 10px;
  padding: 10px 15px 10px 75px;
  margin: 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: border-color 1s ease, color 1s ease;
  transition: border-color 1s ease, color 1s ease;
}

.step::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.step.is-checked::before {
  content: "\e90e";
  background-color: #44ACF8;
  color: #fff;
  font-family: icomoon;
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  z-index: 2;
}

.step-number::before {
  content: counter(step);
  width: 45px;
  height: 45px;
  text-align: center;
  border: 4px solid #44ACF8;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  counter-increment: step;
  content: counter(step);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #44ACF8;
}

.step::after {
  content: "";
  width: 21px;
  height: 1px;
  background-color: #44ACF8;
  position: absolute;
  left: 100%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.step.is-checked::after {
  opacity: 1;
}

.step.is-checked:nth-child(4n+4):after {
  display: none;
}

.step.is-checked {
  border-color: #44ACF8;
  color: #44ACF8;
}

.step-text h4 {
  font-size: 16px;
}

/*partners section*/
.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  margin: 0 18px 20px;
  width: calc(12.5% - 36px);
}

.country-image {
  width: 28px;
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #F2F5FD;
  border-radius: 2px;
  overflow: hidden;
}

.country-image img {
  width: 100%;
  height: auto;
}

.countries-box {
  margin: 0 -18px 20px;
}

.map iframe {
  width: 100%;
  height: 469px;
}

/*INNER PAGES*/
/*post page*/
.post {
  padding: 20px;
  border-radius: 20px;
  background-color: #F8F9FC;
  font-size: 16px;
}

.post h3 {
  font-weight: 700;
}

.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-startp;
      -ms-flex-align: flex-startp;
          align-items: flex-startp;
  padding-bottom: 25px;
}

.post-text {
  width: 658px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 25px 0 0;
}

.post-image {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
  margin: 0 0 0 auto;
}

.post-image img {
  width: 100%;
  height: auto;
}

.post-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
}

.transfer-section {
  padding: 0;
}

.transfer-section-head {
  text-align: left;
  max-width: 100%;
  margin: 0 0 25px;
}

.transfer-section-head h1 {
  font-size: 36px;
}

.transfer {
  padding: 20px;
  background-color: #F8F9FC;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.transfer-image {
  max-width: 460px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.transfer-text {
  font-weight: 500;
}

.transfer-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

/*modals*/
.modal {
  display: none;
  max-width: 420px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
}

.modal-head {
  margin: 0 0 20px;
}

.modal-head h3 {
  font-weight: 600;
  font-size: 24px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.32;
}

/* ~~ MEDIA QUERIES ALWAYS AT THE END ~~ */	
@media (max-width: 1279px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 32px;
  }
  .container {
    max-width: 960px;
  }
  .header-logo {
    margin: 0 35px 0 0;
  }
  .menu {
    font-size: 15px;
    margin: 0 -10px;
  }
  .header-menu > li {
    margin: 0 10px;
  }
  .header-menu > li > a {
    line-height: 80px;
  }
  .intro-content {
    max-width: 570px;
  }
  .intro-section-image {
    max-width: 450px;
    left: calc(50% + 270px);
  }
  .advantages-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages-card {
    width: 296px;
  }
  .advantages-block {
    padding: 50px 55px;
  }
  .advantages-block-image {
    max-width: 380px;
  }
  .services-card {
    width: 296px;
  }
  .comments-body {
    max-height: 400px;
  }
  .news-card {
    width: 296px;
  }
  .payment-card {
    width: 296px;
  }
  .work-card {
    width: calc(50% - 25px);
  }
  .work-card:nth-child(even):after {
    display: none;
  }
  .work-card:nth-child(even) {
    border-radius: 20px;
    border-right: 1px solid #F2F5FD;
  }
  .step {
    width: calc(50% - 20px);
  }
  .country {
    width: calc(14.2857142857% - 36px);
  }
  .footer-logo {
    margin: 0 30px 0 0;
  }
  .footer-menu li {
    margin: 10px;
  }
  .footer-info {
    width: 170px;
  }
  .transfer-image {
    max-width: 360px;
  }
  .post {
    font-size: 15px;
  }
  .post-text {
    width: 520px;
  }
  .transfer-section-head h1 {
    font-size: 32px;
  }
  .help {
    padding: 100px 0 130px;
  }
  .help-content {
    max-width: 520px;
    width: 100%;
  }
  .help-text {
    margin: 0 0 35px;
  }
  .help-image {
    top: 55px;
    left: 470px;
  }
  .help-image img {
    max-width: 590px;
  }
  .step.is-checked:nth-child(2n+2):after {
    display: none;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  .container {
    max-width: 720px;
  }
  .header.is-blur-off {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: #fff;
  }
  .header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: calc(100vh - var(--h-height));
    max-height: 100%;
    left: 0;
    top: var(--h-height);
    padding: 30px 10px 30px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #fff;
  }
  .header-menu-wrapper.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
    list-style-type: none;
    overflow-y: auto;
  }
  .header-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F2F5FD;
    border-radius: 26px;
  }
  .header-menu::-webkit-scrollbar-thumb {
    background: #44ACF8;
    border-radius: 13px;
  }
  @-moz-document url-prefix() {
    .header-menu {
      scrollbar-color: #44ACF8 #F2F5FD;
      scrollbar-width: thin;
    }
  }
  .header-menu li.back {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .header-menu > li {
    margin: 0;
  }
  .header-menu li:last-child {
    margin-bottom: 40px;
  }
  .header-menu > li > a,
  .header-menu a {
    padding: 12px 2px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .header-menu > li a:not(:only-child)::after {
    content: "\e903";
    font-family: icomoon;
    font-size: 9px;
    margin: 0 0 0 8px;
    vertical-align: middle;
  }
  .header-menu:nth-child(n+2) {
    display: none;
  }
  .header-menu.clone li:nth-child(2) a {
    font-weight: 600;
    color: #44ACF8;
  }
  .header-menu.clone li:nth-child(n+3) {
    padding-left: 15px;
  }
  .header-menu.clone li:nth-child(n+3) a {
    font-size: 16px;
  }
  .header-menu .back a::before {
    content: "\e902";
    font-family: icomoon;
    font-size: 8px;
    vertical-align: middle;
    margin: 0 4px 0 0;
    color: #FF5A5F;
  }
  .header-menu .back a:hover {
    color: #1D2137;
  }
  .intro-content {
    max-width: 100%;
  }
  .intro-section-image {
    max-width: 360px;
    left: calc(50% + 200px);
    opacity: 0.25;
  }
  .intro-text h1 small {
    font-size: 32px;
  }
  .advantages-card {
    width: 335px;
  }
  .advantages-block {
    display: block;
    border: 0;
    margin-bottom: 0;
  }
  .advantages-block-image {
    max-width: 380px;
    margin: 0 auto 20px;
  }
  .advantages-block-content {
    padding: 20px;
    border: 1px solid #44ACF8;
    border-radius: 20px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .advantages-block-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .advantages-block-image-arrow::after {
    width: 80px;
    height: 70px;
    background: url("../../img/initial-svg-icons/arrow-line-down.svg") no-repeat center/auto;
    right: -70px;
    top: 160px;
  }
  .services-card {
    width: 335px;
  }
  .news-card {
    width: 335px;
  }
  .payment-card {
    width: 335px;
  }
  .steps-block-head {
    max-width: 525px;
  }
  .country {
    width: calc(20% - 36px);
  }
  .footer-menu {
    display: none;
  }
  .footer-middle > .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-column {
    width: 235px;
  }
  .footer-contacts {
    padding-bottom: 20px;
    width: 235px;
  }
  .transfer {
    display: block;
  }
  .transfer-image {
    margin: 0 0 25px;
  }
  .transfer-text h3 {
    font-size: 20px;
  }
  .intro-text h4 {
    font-size: 19px;
  }
  .post-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
    margin: 0 0 15px;
  }
  .post-text {
    width: 100%;
    margin: 0;
  }
  .post-image img {
    max-height: 300px;
    height: auto;
    width: auto;
  }
  .brands-box {
    display: none;
  }
  .help {
    padding-top: 0;
  }
  .help-image {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    max-width: 580px;
    margin: 0 auto;
  }
  .help-image img {
    max-width: 100%;
  }
  .help-content {
    max-width: 100%;
    width: 100%;
  }
  .help-text br {
    display: none;
  }
  .help-text h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .container {
    max-width: 540px;
  }
  .header-menu {
    max-width: 540px;
  }
  .advantages-card {
    width: 245px;
  }
  .advantages-block {
    padding: 20px;
    margin-bottom: 30px;
  }
  .services-card {
    width: 245px;
  }
  .services-card-head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .services-tabs::after {
    right: -125px;
  }
  .news-card {
    width: 100%;
    max-width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  .news-card:last-child {
    margin-bottom: 0;
  }
  .payment-card {
    width: 245px;
  }
  .steps-block-marked {
    padding: 55px 20px 0;
  }
  .steps-block-marked::before {
    top: 18px;
  }
  .step-text h4 {
    font-size: 15px;
  }
  .country {
    width: calc(33.3333333333% - 36px);
  }
  .map iframe {
    height: 400px;
  }
  .footer-columns {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer-column {
    width: calc(50% - 30px);
  }
  .footer-info {
    margin: 0 25px 25px 0;
  }
  .footer-contacts {
    width: 240px;
  }
  .post-image img {
    max-height: 245px;
  }
  .post-buttons {
    padding: 10px 0 25px;
  }
  .intro-section {
    min-height: 570px;
  }
  .intro-section-small {
    padding-bottom: 200px;
  }
  .intro-section-image {
    max-width: 300px;
    left: calc(50% + 150px);
  }
  .intro-text h1 small {
    font-size: 28px;
  }
  .transfer-section-head h1 {
    font-size: 30px;
  }
  .help-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 26px;
  }
  .main {
    padding-bottom: 25px;
  }
  .container {
    max-width: 100%;
  }
  .navigation-wrapper {
    padding-top: 30px;
  }
  .navigation {
    margin-right: -15px;
  }
  .info-block-navigation {
    margin-right: -20px;
  }
  .section-head {
    margin: 0 0 40px;
  }
  .header-menu {
    max-width: 100%;
  }
  .header-btn {
    padding: 0 10px;
  }
  .menu-btn {
    margin: 0 12px 0 0;
  }
  .header-logo {
    margin: 0;
  }
  .services {
    margin: 0 -15px 0 0;
  }
  .services-pagination {
    padding: 0 15px 0 0;
  }
  .advantages-card {
    width: 100%;
    max-width: calc(100% - 20px);
  }
  .advantages-block {
    padding: 0;
    margin-bottom: 45px;
  }
  .advantages-block-image-arrow::after {
    display: none;
  }
  .services-card {
    width: 100%;
    max-width: calc(100% - 20px);
    min-height: 250px;
  }
  .services-card-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .services-tabs {
    margin: 0 auto 120px;
  }
  .services-tabs::after {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    bottom: auto;
    top: 70px;
  }
  .comments-body {
    max-height: 290px;
  }
  .comments-btn {
    padding: 0 15px;
    font-size: 12px;
  }
  .comments-head h2 {
    margin: 0 4px 0 0;
  }
  .payment-card {
    width: 100%;
    max-width: calc(100% - 20px);
  }
  .work-card {
    width: calc(100% - 20px);
    border-right: 1px solid #F2F5FD;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .work-card:nth-child(2n) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .work-card:nth-child(even):after,
  .work-card:nth-child(4n+4):after {
    display: block;
  }
  .work-card::after {
    width: 100%;
    height: 48px;
    top: 100%;
    left: 0;
    background: url("../../img/corner-bottom.svg") no-repeat center/100% 100%;
  }
  .work-box {
    margin-bottom: 30px;
  }
  .steps-block-marked {
    padding: 55px 25px 0;
  }
  .step {
    width: calc(100% - 20px);
  }
  .countries-box {
    margin: 0 -10px 25px;
  }
  .country {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
  .map iframe {
    height: 360px;
  }
  .footer-btn {
    padding: 0 10px;
  }
  .footer-info {
    width: auto;
  }
  .footer-contacts:last-child {
    margin: 0;
  }
  .footer-policy {
    margin: 0 0 10px;
  }
  .footer-copyright:last-child {
    margin-left: 0;
  }
  .footer-copyright {
    text-align: left;
    padding: 0 0 5px;
  }
  .transfer-text h3 {
    font-size: 18px;
  }
  .intro-section-image {
    left: calc(50% + 100px);
  }
  .intro-text h4 {
    font-size: 17px;
  }
  .intro-text h2 {
    font-size: 24px;
  }
  .transfer-section-head {
    margin: 0 0 25px;
  }
  .transfer-section-head h1 {
    font-size: 30px;
  }
  .help-bottom {
    display: block;
  }
  .help-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px 20px;
  }
  .help-btn {
    display: block;
    max-width: calc(100% - 20px);
    width: 100%;
  }
  .help-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help-text h2 {
    font-size: 22px;
  }
  .modal {
    padding: 35px;
  }
  .step::after {
    width: 1px;
    height: 20px;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .step.is-checked:nth-child(2n+2):after {
    display: block;
  }
  .step.is-checked:nth-child(4n+4):after {
    display: block;
  }
  .step.is-checked:last-child:after {
    display: none;
  }
}
@media (max-width: 419px) {
  .country {
    width: calc(50% - 20px);
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .menu-btn {
    display: none;
  }
  .header-menu {
    margin: 0 -100px;
    font-weight: 600;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-menu > li {
    margin: 0 18px;
    position: relative;
  }
  .header-menu > li > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 97px;
    white-space: nowrap;
  }
  .header-menu > li > a:not(:only-child):after {
    content: "\e900";
    font-family: icomoon;
    font-size: 10px;
    margin: 0 0 0 10px;
  }
  .header-menu > li:hover > a:not(:only-child):after {
    content: "\e901";
  }
  .header-menu li:hover > a {
    color: #44ACF8;
  }
  .header-menu li:hover > .submenu {
    display: block;
  }
  .compensate-for-scrollbar .header {
    width: calc(100% - 17px);
  }
}