@use "sass:math";
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff?2kd6d2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-slider-arrow-left-2:before {
  content: "\e908";
}

.icon-slider-arrow-right-2:before {
  content: "\e909";
}

.icon-list:before {
  content: "\e906";
}

.icon-breadcrumbs:before {
  content: "\e907";
}

.icon-slider-arrow-left:before {
  content: "\e904";
}

.icon-slider-arrow-right:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e900";
}

.icon-menu-arrow:before {
  content: "\e901";
}

.icon-text-link:before {
  content: "\e902";
}

.icon-accordion-arrow:before {
  content: "\e903";
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-SemiBold.woff") format("woff"), url("../fonts/Lato-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  font-display: swap;
  src: url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: "Lato";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #040e17;
  overflow-x: hidden;
  background-color: #fcfcfc;
}

body.lock {
  overflow: hidden;
}

.site__wrap {
  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: 100vh;
}

.site__main {
  padding: 95px 0px 0px 0px;
  -webkit-transition: 0.3s ease padding-top 0s;
  -o-transition: 0.3s ease padding-top 0s;
  transition: 0.3s ease padding-top 0s;
}

.site__footer {
  margin-top: auto;
}

.header.bg + .site__main {
  padding-top: calc(95px - 20px);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: calc(-180px + 500 * ((100vw - 320px) / (1600)));
  padding-right: calc(-180px + 500 * ((100vw - 320px) / (1600)));
}

.breadcrumbs {
  background-color: rgba(17, 29, 53, 0.1);
  font-family: "Proxima Nova";
  font-size: 14px;
  line-height: 20px;
}

.breadcrumbs__wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.breadcrumbs__link a {
  font-weight: 300;
  color: #040e17;
  -webkit-text-decoration: underline transparent from-font;
          text-decoration: underline transparent from-font;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease text-decoration 0s;
  -o-transition: 0.3s ease text-decoration 0s;
  transition: 0.3s ease text-decoration 0s;
}

.breadcrumbs__link:nth-child(5):not(:last-child) {
  display: none;
}

.breadcrumbs__separator {
  font-size: 10px;
  line-height: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs__separator:nth-child(6):not(:last-child) {
  display: none;
}

.breadcrumbs__title {
  font-weight: 600;
}

.breadcrumbs + section {
  margin-top: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 24px;
  margin-bottom: 24px;
}

.col-5,
.col-6,
.col-7,
.col-12,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-9,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-8 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666%;
          flex: 0 0 41.666%;
  max-width: 41.666%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333%;
          flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.iti__flag {
  background-image: url("../img/home/flags.png");
}

.swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper__arrows .swiper__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
  margin: 0 20px;
}

.swiper__arrows .swiper__button.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.swiper__arrows .swiper__button.swiper-button-lock {
  display: none;
}

.swiper__pagination {
  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;
  padding: 20px 0;
  z-index: 2;
}

.swiper__pagination .swiper-pagination-bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #111d35;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
  margin-left: 0 !important;
  opacity: 1;
}

.swiper__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.swiper__pagination .swiper-pagination-bullet-active {
  background-color: #111d35;
}

section {
  margin-bottom: 150px;
}

._content :first-child {
  margin-top: 0;
}

._content :last-child {
  margin-bottom: 0;
}

._content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  position: relative;
  padding-left: 10px;
}

._content h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 20px;
}

._content h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
}

._content h4 {
  font-family: "Proxima Nova";
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}

._content a {
  color: var(--fontColor);
  -webkit-text-decoration: underline var(--fontColor) from-font;
          text-decoration: underline var(--fontColor) from-font;
  text-underline-offset: 2px;
  -webkit-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  -o-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  transition: 0.3s ease text-decoration, 0.3s opacity 0s;
}

._content ul {
  padding-left: 20px;
}

._content ul li {
  list-style: unset;
}

._note {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

._note::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/note.svg) no-repeat center/contain;
  margin-right: 10px;
}

.cli-plugin-button {
  display: block;
  margin: 20px 0px 0px 0px;
  text-align: center;
}

.btn,
.mdf_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 10px;
  cursor: pointer;
  color: #111d35;
  min-height: 70px;
  padding: 20px 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

.btn-bg,
.mdf_button-bg {
  background-color: #ffe600;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.btn-wh,
.mdf_button-wh {
  background-color: #fff;
  border: 1px solid #111d35;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.mdf_submit_button_container input {
  background-color: #ffe600;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.mdf_reset_button {
  background-color: #fff;
  border: 1px solid #111d35;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  color: #ffe600;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.text-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: url(../img/icons/text-link.svg) no-repeat center/contain;
  margin-left: 10px;
}

.title-h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  position: relative;
  padding-left: 10px;
}

.title-h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 20px;
}

.title-h2 :first-child {
  margin-top: 0;
}

.title-h2 :last-child {
  margin-bottom: 0;
}

.title-subtitle-h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
}

.title-subtitle-h1 b {
  font-family: "Proxima Nova";
  font-weight: 800;
}

.title-subtitle-h1 :first-child {
  margin-top: 0;
}

.title-subtitle-h1 :last-child {
  margin-bottom: 0;
}

.title-subtitle-h2 {
  font-family: "Proxima Nova";
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
}

.title-subtitle-h2 :first-child {
  margin-top: 0;
}

.title-subtitle-h2 :last-child {
  margin-bottom: 0;
}

.title-border {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  position: relative;
}

.title-border::after {
  content: "";
  display: block;
  height: 4px;
  width: 283px;
  background-color: #111d35;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.image-full {
  overflow: hidden;
}

.image-full .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-full__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-full__body {
  padding: 66px 15px 66px 0;
}

.form__body {
  position: relative;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.form__item {
  margin: 0px 0px 20px 0px;
}

.form__label {
  display: block;
  margin: 0px 0px 10px 0px;
}

.form__input {
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.form__input::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.form__input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.form__input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.form__input::placeholder {
  opacity: 1;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form__input:focus::-moz-placeholder {
  opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.form__input:focus::placeholder {
  opacity: 0;
}

.form__input--whatever {
  display: none;
}

.form__privacy {
  font-size: 14px;
  line-height: 19px;
}

.form__privacy a {
  font-weight: 400;
  color: initial;
  -webkit-text-decoration: underline #040e17 from-font;
          text-decoration: underline #040e17 from-font;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  -o-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  transition: 0.3s ease text-decoration, 0.3s opacity 0s;
}

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

.qmn_mc_answer_wrap input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: -1;
}

.qmn_mc_answer_wrap input:checked + label {
  font-weight: 700;
}

.qmn_mc_answer_wrap input:checked + label::before {
  background-color: #111d35;
}

.qmn_mc_answer_wrap label {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.qmn_mc_answer_wrap label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #111d35;
  border-radius: 50%;
  -webkit-transition: 0.3s ease background-color 0s;
  -o-transition: 0.3s ease background-color 0s;
  transition: 0.3s ease background-color 0s;
}

.qsm-question-comment__wrapper {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qsm-question-comment__wrapper::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #111d35;
  border-radius: 50%;
  -webkit-transition: 0.3s ease background-color 0s;
  -o-transition: 0.3s ease background-color 0s;
  transition: 0.3s ease background-color 0s;
}

.qsm-question-comment__wrapper .qsm-question-comment {
  border-bottom: 1px solid #81868b;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  color: #81868b;
  width: 100%;
  padding: 0;
}

.qsm-question-comment__wrapper._active::before {
  background-color: #111d35;
}

.cf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.cf7-checkbox .wpcf7-list-item input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: -1;
}

.cf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding-left: 30px;
  cursor: pointer;
}

.cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  background: url(../img/icons/checkbox.svg) no-repeat center/contain;
}

.cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  opacity: 0;
  background: url(../img/icons/checkbox-checked.svg) no-repeat center/contain;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.iti {
  width: 100%;
}

.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.iti__country-list {
  z-index: 3;
}

.iti__flag-container {
  right: auto;
}

.iti__flag-container + input {
  padding-left: 52px !important;
  padding-right: 21px !important;
}

.iti__selected-flag {
  padding-left: 21px;
}

.iti--allow-dropdown input {
  padding-left: 62px !important;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -32px;
  margin-right: -32px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.accordion__item {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.accordion__title {
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  background-color: transparent;
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.accordion__title span {
  padding-right: 10px;
}

.accordion__title i {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 11px;
  padding-right: 11px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(112, 108, 13, 0.2);
          box-shadow: 0px 4px 20px rgba(112, 108, 13, 0.2);
  font-size: 12px;
  line-height: 12px;
  color: #ffe600;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.accordion__title._active i {
  background-color: #ffe600;
  color: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.accordion__text {
  margin-top: 20px;
}

.accordion__text :first-child {
  margin-top: 0;
}

.accordion__text :last-child {
  margin-bottom: 0;
}

.tabs__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__triggers-item {
  display: block;
}

.tabs__triggers-item--active .tabs__triggers-item-wrapper {
  color: #fff;
  background-color: #111d35;
  -webkit-box-shadow: 0px 8px 31px rgba(7, 30, 52, 0.3);
          box-shadow: 0px 8px 31px rgba(7, 30, 52, 0.3);
}

.tabs__triggers-item-wrapper {
  border-radius: 15px;
  border: 1px solid #111d35;
  background-color: #fff;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  color: #111d35;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.tabs__content-item {
  display: none;
}

.tabs__content-item--active {
  display: block;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 51;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.8s ease all 0s;
  -o-transition: 0.8s ease all 0s;
  transition: 0.8s ease all 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0, 0) rotateX(0deg);
          transform: perspective(600px) translate(0, 0) rotateX(0deg);
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  max-width: 630px;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 0.8s ease all 0s;
  -o-transition: 0.8s ease all 0s;
  transition: 0.8s ease all 0s;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icons/close-popup.svg) no-repeat center/contain;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.popup__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.popup__title:not(:last-child) {
  margin-bottom: 40px;
}

.popup.quiz .popup__content {
  max-width: 846px;
}

.quiz-request .popup__close {
  z-index: 2;
}

.quiz-request .popup__content {
  padding: 0;
  border-radius: 10px;
}

.quiz-request__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-request__body {
  padding: 70px;
  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-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.quiz-request__title {
  text-align: left;
}

.quiz-request__title:not(:last-child) {
  margin-bottom: 50px;
}

.quiz-request__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quiz-request__text:not(:last-child) {
  margin-bottom: 100px;
}

.quiz-request__btn {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.quiz-request__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-request__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 10px 0;
}

.quiz-link {
  opacity: 0;
  visibility: hidden;
}

.success .popup__content {
  padding-top: 70px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.success .popup__content::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/success-icon.svg) no-repeat center/contain;
}

.success__title {
  max-width: 331px;
  margin-left: auto;
  margin-right: auto;
}

.success__link {
  width: 100%;
}

.menu .menu-item-has-children {
  position: relative;
}

.menu-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 40px;
  text-align: left;
}

.menu-item:last-child {
  margin-right: 0;
}

.menu-item.active .menu__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-item.active .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.menu-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #061626;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.menu__arrow {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 7px;
  -webkit-transition: 0.3s ease transform 0s;
  -o-transition: 0.3s ease transform 0s;
  transition: 0.3s ease transform 0s;
}

.menu .sub-menu {
  position: absolute;
  z-index: 6;
  top: 100%;
  left: 0;
}

.menu .sub-menu .menu-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
}

.menu .sub-menu .menu-item::before {
  display: none;
}

.menu .sub-menu .menu-item:last-child {
  margin-bottom: 0;
}

.menu .sub-menu .menu-item a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #061626;
  white-space: nowrap;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.3s ease box-shadow 0s;
  -o-transition: 0.3s ease box-shadow 0s;
  transition: 0.3s ease box-shadow 0s;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 95px;
  -webkit-transition: 0.3s ease height 0s;
  -o-transition: 0.3s ease height 0s;
  transition: 0.3s ease height 0s;
}

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

.header__burger {
  display: none;
}

.header__logo {
  margin-right: 20px;
  z-index: 6;
  -webkit-transition: 0.3s ease transform, 0.3s -webkit-transform-origin 0s;
  transition: 0.3s ease transform, 0.3s -webkit-transform-origin 0s;
  -o-transition: 0.3s ease transform, 0.3s transform-origin 0s;
  transition: 0.3s ease transform, 0.3s transform-origin 0s;
  transition: 0.3s ease transform, 0.3s transform-origin 0s, 0.3s -webkit-transform-origin 0s, 0.3s -ms-transform-origin 0s;
}

.header__logo path {
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__menu *:last-child {
  margin-right: 0;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.header .menu-item {
  white-space: nowrap;
  position: relative;
}

.header .menu-item::before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #ffe600;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 29px);
      -ms-transform: translate(-50%, 29px);
          transform: translate(-50%, 29px);
  opacity: 0;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.header .menu-item.current-menu-item::before {
  opacity: 1;
  width: 100%;
}

.header__language {
  position: relative;
  z-index: 2;
  margin-right: 30px;
}

.header__language .menu-item::before {
  content: "";
  display: none;
}

.header__language .menu-item a {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #040e17;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__language .menu-item a img {
  border-radius: 100%;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  width: 30px;
  height: 30px;
}

.header__language .sub-menu {
  min-width: 127px;
}

.header__language .sub-menu a {
  font-size: 16px;
  line-height: 19px;
  color: #040e17;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.header__language .sub-menu .current-lang::after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url("../img/icons/lang-arrow.svg") no-repeat center/contain;
  margin-left: 10px;
}

.header__language .sub-menu .current-lang a {
  font-weight: 900 !important;
}

.header__language .menu__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.bg {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.header.bg .header__body {
  height: calc(95px - 20px);
}

.header.bg .menu-item::before {
  -webkit-transform: translate(-50%, 21px);
      -ms-transform: translate(-50%, 21px);
          transform: translate(-50%, 21px);
}

.header__phone {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__phone-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(214, 193, 0, 0.22);
          box-shadow: 0px 3px 6px rgba(214, 193, 0, 0.22);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__phone-link {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #111d35;
  white-space: nowrap;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.header__phone-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #111d35;
}

body._pc .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

body._pc .menu-item-has-children:hover .menu__arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.logo__img {
  max-width: 80px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.footer {
  border-top: 1px solid #e4e6e9;
  font-weight: 500;
}

.footer__top {
  padding-bottom: 60px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo .logo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 110px;
}

.footer__logo .logo__img {
  max-width: 100%;
}

.footer__logo .logo__img svg {
  width: 110px;
  height: auto;
}

.footer__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.footer__contacts-item {
  padding: 20px;
}

.footer__contacts-item-label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #868c98;
}

.footer__contact {
  margin-bottom: 10px;
}

.footer__contact:last-child {
  margin-bottom: 0;
}

.footer__contacts-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #111d35;
  max-width: 280px;
}

.footer__contacts-item-link img {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  max-width: 20px;
}

.footer__contacts-item-link--phone {
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.footer__contacts-item-link--mail {
  -webkit-text-decoration: underline #111d35;
          text-decoration: underline #111d35;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.footer__social {
  padding: 40px;
}

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

.footer__social-item {
  display: block;
  padding: 10px;
  -webkit-transition: 0.3s ease transform 0s;
  -o-transition: 0.3s ease transform 0s;
  transition: 0.3s ease transform 0s;
}

.footer__top-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 12px;
}

.footer .menu-item a {
  font-size: 14px;
  line-height: 20px;
}

.footer__menu-label:not(:last-child) {
  margin-bottom: 20px;
}

.footer__contacts-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
}

.footer__contacts-country-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.footer__contacts-country-item-label {
  margin-bottom: 20px;
}

.footer__contacts-country-item-text {
  font-size: 14px;
  line-height: 20px;
  color: #111d35;
}

.footer__contacts-country-item-text :first-child {
  margin-top: 0;
}

.footer__contacts-country-item-text :last-child {
  margin-bottom: 0;
}

.footer__request-text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer .form__input {
  height: 40px;
  border-radius: 10px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 20px;
}

.footer .wpcf7-response-output {
  font-size: 14px;
  line-height: 20px;
}

.footer .wpcf7-not-valid-tip {
  font-size: 12px;
}

.footer .btn {
  min-height: 40px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}

.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e4e6e9;
  font-size: 14px;
  line-height: 20px;
}

.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copyright {
  color: #858c98;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
}

.footer__policy-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__policy-link:last-child a {
  color: #111d35;
}

.footer__policy-link a {
  color: #858c98;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.front-main {
  overflow: hidden;
}

.front-main__top {
  background: -webkit-gradient(linear, left top, right top, color-stop(52.69%, #01013f), color-stop(60.44%, #030d46), color-stop(75.59%, #082354), color-stop(89.36%, #072052));
  background: -o-linear-gradient(left, #01013f 52.69%, #030d46 60.44%, #082354 75.59%, #072052 89.36%);
  background: linear-gradient(90deg, #01013f 52.69%, #030d46 60.44%, #082354 75.59%, #072052 89.36%);
  color: #fff;
  position: relative;
}

.front-main__top::before {
  content: "";
  display: block;
  width: 247px;
  height: 247px;
  background: url(../img/home/front-bg.png) no-repeat center/contain;
  position: absolute;
  top: 86px;
  left: 0;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
}

.front-main__top-content {
  padding-top: 120px;
  padding-bottom: 220px;
}

.front-main__top-content .image-full__body {
  padding-top: 0;
  padding-bottom: 0;
}

.front-main__subtitle {
  margin-bottom: 20px;
}

.front-main__title {
  margin-bottom: 55px;
}

.front-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
}

.front-main__btn-anim {
  position: relative;
}

.front-main__btn-anim::before {
  content: "";
  display: block;
  width: 72px;
  height: 16px;
  background: url(../img/home/text-anim-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: shake-horizontal 1s linear infinite;
          animation: shake-horizontal 1s linear infinite;
}

.front-main__btn-anim img {
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}

.front-main__top-planet svg {
  max-width: 100%;
  height: auto;
}

.front-main__top-planet .point {
  opacity: 1;
}

.front-main__top-planet .point--company {
  pointer-events: none;
}

.front-main__top-planet .mainland-surface {
  opacity: 0;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.front-main__top-planet .mainland-surface.active {
  opacity: 1;
}

.front-main__top-planet .company {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.front-main__top-planet .company--small {
  position: relative;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.front-main__top-planet .company--small.active {
  opacity: 1;
}

.front-main__top-planet .planet__web {
  pointer-events: none;
}

.front-main__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.front-main__features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.front-main__features-item:last-child .front-main__features-item-wrapper {
  background-color: #111d35;
  color: #fff;
  -webkit-box-shadow: 0px 8px 31px rgba(7, 30, 52, 0.3);
          box-shadow: 0px 8px 31px rgba(7, 30, 52, 0.3);
}

.front-main__features-item-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
          box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
  padding: 30px;
  border-radius: 15px;
  color: #061626;
  width: 100%;
}

.front-main__features-item-wrapper :last-child {
  margin-bottom: 0;
}

.front-main__features-item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 6px rgba(214, 193, 0, 0.22);
          box-shadow: 0px 3px 6px rgba(214, 193, 0, 0.22);
  margin-bottom: 10px;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}

.front-main__features-item-label {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.front-main__features-item-text {
  font-size: 16px;
  line-height: 22px;
}

.front-main__features-item-link {
  margin-top: 27px;
}

.front-main__features-item-link a {
  font-size: 22px;
  line-height: 31px;
}

.front-main__bottom {
  padding-top: 293px;
}

.front-main__about-title {
  margin-bottom: 20px;
}

.front-main__about-achievements-left :first-child {
  margin-top: 0;
}

.front-main__about-achievements-left :last-child {
  margin-bottom: 0;
}

.front-main__about-achievements-label {
  position: relative;
  font-size: 24px;
  line-height: 34px;
}

.front-main__about-achievements-right {
  font-size: 18px;
  line-height: 25px;
}

.front-main__about-achievements-right :first-child {
  margin-top: 0;
}

.front-main__about-achievements-right :last-child {
  margin-bottom: 0;
}

@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}

@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.front-horizons {
  padding-top: 160px;
  padding-bottom: 150px;
  color: #fff;
  background-color: #111d35;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.front-horizons__wrapper {
  max-width: 656px;
}

.front-horizons__subtitle {
  margin-bottom: 20px;
}

.front-horizons__title {
  margin-bottom: 50px;
  font-weight: 600;
}

.front-horizons__title span {
  font-weight: 700;
}

.front-horizons__geography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -31px;
  max-width: 868px;
}

.front-horizons__geography-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 31px;
}

.front-horizons__geography-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-horizons__geography-item-val {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 25px;
}

.front-horizons__geography-item-val::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.front-horizons__geography-item-label {
  font-size: 36px;
  line-height: 36px;
}

.front-horizons__geography-item-text {
  padding-left: 25px;
}

.front-horizons__link {
  margin-top: 20px;
  padding-left: 25px;
}

.front-partners {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-partners__subtitle {
  margin-bottom: 20px;
}

.front-partners__title {
  max-width: 652px;
  margin-bottom: 60px;
}

.front-partners__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.front-partners__feature-content {
  max-width: 604px;
  margin-right: 90px;
}

.front-partners__feature-title {
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.front-partners__feature-title::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 5px solid #e0e2e2;
  border-radius: 100%;
  background-color: #111d35;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.front-partners__feature-text {
  padding-left: 35px;
}

.front-partners__feature-btn {
  max-width: 411px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.front-partners__feature-btn a {
  padding-left: 102px;
  padding-right: 102px;
}

.front-partners .swiper-container {
  padding-bottom: 55px;
  min-width: 0px;
}

.front-partners .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0px;
}

.front-partners .swiper-slide {
  height: auto;
}

.front-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-partners__item-wrapper {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #868c98;
  padding: 40px;
  text-align: center;
  width: 100%;
}

.front-partners__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 79px;
}

.front-partners__item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-partners__item-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e0e2e2;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.front-partners__item-text {
  font-size: 16px;
  line-height: 22px;
}

.front-partners__another {
  margin: 40px 0;
}

.front-partners__another-wrapper {
  border-radius: 15px;
  padding: 60px;
  color: #fff;
}

.front-partners__another-title {
  font-weight: 700;
  max-width: 416px;
}

.front-partners__another-title:not(:last-child) {
  margin-bottom: 20px;
}

.front-services {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-services__subtitle:not(:last-child) {
  margin-bottom: 20px;
}

.front-services__title:not(:last-child) {
  margin-bottom: 60px;
}

.front-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: -60px;
}

.front-services__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front-services__item-wrapper {
  background-color: #fff;
  padding: 30px;
  padding-top: 70px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
          box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.front-services__item-icon {
  display: inline-block;
  padding: 25px;
  border-radius: 15px;
  background-color: #111d35;
  -webkit-box-shadow: 0px 2px 10px rgba(17, 29, 53, 0.33);
          box-shadow: 0px 2px 10px rgba(17, 29, 53, 0.33);
}

.front-services__item-icon img {
  width: 100%;
  max-width: 50px;
}

.front-services__item-title {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #040e17;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
  margin-bottom: 30px;
}

.front-services__item-btn a {
  min-height: 50px;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 60px;
}

.solutions {
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #051730;
  background-position: left center;
  color: #fff;
}

.solutions__left {
  padding-right: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.solutions__right {
  max-width: 540px;
}

.solutions__text {
  font-family: "Lato";
  font-weight: 700;
  margin-bottom: 40px;
}

.solutions__btn a {
  padding-left: 60px;
  padding-right: 60px;
}

.front-target {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-target__title {
  margin-bottom: 60px;
}

.front-target__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

.front-target__content h2 {
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  position: relative;
}

.front-target__content h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 20px;
}

.front-target__content ul {
  max-width: 617px;
  margin-bottom: 30px;
}

.front-target__content ul li {
  position: relative;
  padding-left: 23px;
  padding-bottom: 8px;
}

.front-target__content ul li :last-child {
  padding-bottom: 0;
}

.front-target__content ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #ffe600;
  border-radius: 50%;
  border: 3px solid rgba(255, 230, 0, 0.05);
  position: absolute;
  left: 0;
  top: 7px;
}

.front-target__content ul li::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #ffe600;
  position: absolute;
  left: 6.5px;
  top: 7px;
}

.front-target__content ul li:last-child::after {
  display: none;
}

.front-target__content :first-child {
  margin-top: 0;
}

.front-target__content :last-child {
  margin-bottom: 0;
}

.front-target__btn a {
  padding-left: 60px;
  padding-right: 60px;
}

.front-target .tabs__triggers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.front-target .tabs__triggers-item {
  display: block;
  margin-bottom: 20px;
}

.front-target .tabs__triggers-item:last-child {
  margin-bottom: 0;
}

.front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.front-target .tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front-target .tabs__content-item {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 76px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e4e6e9;
  background-image: url(../img/home/target-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.front-target .tabs__content-item :last-child {
  margin-bottom: 0;
}

.front-target .tabs__content-item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front-steps {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-steps__subtitle {
  margin-bottom: 20px;
}

.front-steps__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-steps__heading:not(:last-child) {
  margin-bottom: 50px;
}

.front-steps__heading-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.front-steps__heading-icon:not(:last-child) {
  margin-right: 20px;
}

.front-steps__heading-title {
  font-family: "Lato";
  font-weight: 400;
  max-width: 681px;
}

.front-steps__title {
  margin-bottom: 60px;
}

.front-steps__item {
  text-align: left;
}

.front-steps__item :last-child {
  margin-bottom: 0;
}

.front-steps__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.front-steps__item-icon {
  margin-right: 10px;
}

.front-steps__item-step {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
}

.front-steps__item-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  max-width: 160px;
}

.front-steps__item-text p {
  margin: 0;
}

.front-steps__item-text span {
  font-size: 10px;
  line-height: 14px;
}

.front-steps__item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 17px;
}

.front-steps__item-time-icon {
  margin-right: 5px;
}

.front-steps__item-time-icon::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/icons/time.svg) no-repeat center/contain;
}

.front-steps__table {
  width: 100%;
  border-spacing: 20px;
}

.front-steps__table thead th {
  vertical-align: baseline;
}

.front-steps__table tbody td {
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
          box-shadow: 0px 4px 20px rgba(232, 232, 232, 0.25);
  border-radius: 15px;
  padding: 4px 15px;
}

.front-steps__table tbody td.front-steps__table-td--orange {
  background-color: #ffe600;
}

.front-steps__note {
  color: #000;
}

.front-steps__note:not(:first-child) {
  margin-top: 30px;
}

.home .front-steps__note {
  display: none;
}

.front-entity {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-entity__subtitle {
  margin-bottom: 20px;
}

.front-entity__title {
  margin-bottom: 60px;
}

.front-entity__title2 {
  margin-bottom: 60px;
}

.front-entity__launches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-entity__launch-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

.front-entity__launch-item::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #858c98;
  position: absolute;
  left: 25px;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.front-entity__launch-item:first-child {
  padding-bottom: 50px;
}

.front-entity__launch-item:first-child .front-entity__launch-item-num {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  width: 50px;
  height: 50px;
  left: 0;
  top: -10px;
  background-color: transparent;
  z-index: 2;
}

.front-entity__launch-item:last-child {
  padding-bottom: 0;
}

.front-entity__launch-item:last-child::after {
  display: none;
}

.front-entity__launch-item h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
}

.front-entity__launch-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.front-entity__launch-item-num {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  background-color: #858c98;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}

.front-entity__launch-item-text p {
  margin: 0;
}

.front-entity__pang-launch {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
          box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
}

.front-entity__pang-launch .front-entity__launch-item::after {
  background-color: #ffe600;
}

.front-entity__pang-launch .front-entity__launch-item-num {
  background-color: #ffe600;
  color: #040e17;
}

.front-entity__launch-btn {
  margin-top: 40px;
  text-align: center;
}

.front-entity__launch-btn a {
  padding-left: 60px;
  padding-right: 60px;
}

.front-entity.block9 .front-entity__launch:first-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  background: url(../img/icons/dislike.svg) no-repeat center/contain;
}

.front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  background: url(../img/icons/dislike.svg) no-repeat center/contain;
}

.front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item::after {
  background-color: #ffe600;
}

.front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  background: url(../img/icons/like.svg) no-repeat center/contain;
}

.front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item-num {
  background-color: #ffe600;
  color: #040e17;
}

.front-entity.block9 .front-entity__launch-item h2 {
  font-weight: 500;
}

.front-entity.block9 .front-entity__launch-item h2:not(:last-child) {
  margin-bottom: 10px;
}

.front-entity.block9 .front-entity__launch-item h3:not(:last-child) {
  margin-bottom: 10px;
}

.front-entity.block9 .front-entity__launch-item:first-child .front-entity__launch-item-num {
  font-size: 0;
  line-height: 1;
}

.icon-entity-close {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icons/entity-close.svg) no-repeat center/contain;
  position: relative;
  z-index: 2;
}

.icon-entity-accept {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/icons/entity-accept.svg) no-repeat center/contain;
}

.front-clients {
  margin-top: 150px;
  margin-bottom: 100px;
}

.front-clients__heading {
  margin-bottom: 50px;
}

.front-clients__title {
  margin-bottom: 80px;
}

.front-clients__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.front-clients__success-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  margin-right: 20px;
}

.front-clients__success-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}

.front-clients__success-text {
  font-size: 18px;
  line-height: 24px;
}

.front-clients__success-text :first-child {
  margin-top: 0;
}

.front-clients__success-text :last-child {
  margin-bottom: 0;
}

.front-clients__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px;
  margin-bottom: 10px;
}

.clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.clients__item-photo {
  display: block;
  position: relative;
  padding-bottom: 297px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
  position: relative;
  border-radius: 15px;
}

.clients__item-photo:not(:last-child) {
  margin-bottom: 20px;
}

.clients__item-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(17, 29, 53, 0.5);
  border-radius: 15px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.clients__item-photo img {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clients__item-title {
  display: block;
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #040e17;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s ease text-decoration, 0.3s color 0s;
  -o-transition: 0.3s ease text-decoration, 0.3s color 0s;
  transition: 0.3s ease text-decoration, 0.3s color 0s;
}

.clients__item-title:not(:last-child) {
  margin-bottom: 10px;
}

.clients__item-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 20px;
}

.clients__item-text {
  font-size: 18px;
  line-height: 25px;
}

.clients__item-text:not(:last-child) {
  margin-bottom: 20px;
}

.clients__item-text :first-child {
  margin-top: 0;
}

.clients__item-text :last-child {
  margin-bottom: 0;
}

.clients__item-link {
  font-size: 24px;
  line-height: 34px;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  -webkit-transition: 0.3s ease text-decoration 0s;
  -o-transition: 0.3s ease text-decoration 0s;
  transition: 0.3s ease text-decoration 0s;
  opacity: 0;
}

.clients__item-link::after {
  background: url(../img/icons/text-link-db-white.svg) no-repeat center/contain;
}

.archive-clients-actions {
  color: #fff;
}

.archive-clients-actions .clients__item-wrapper {
  border-radius: 15px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.archive-clients-actions__title {
  font-size: 36px;
  line-height: 50px;
}

.archive-clients-actions__title:not(:last-child) {
  margin-bottom: 30px;
}

.archive-clients-actions__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive-clients-actions__text:not(:last-child) {
  margin-bottom: 40px;
}

.archive-clients-actions__btn a {
  width: 100%;
}

.front-market {
  margin-top: 150px;
  margin-bottom: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

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

.front-market__body {
  max-width: 578px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.front-market__title {
  margin-bottom: 60px;
}

.front-market__text {
  margin-bottom: 40px;
}

.front-market__text :first-child {
  margin-top: 0;
}

.front-market__text :last-child {
  margin-bottom: 0;
}

.front-news {
  margin-top: 150px;
  margin-bottom: 150px;
  overflow: hidden;
}

.front-news__title {
  margin-bottom: 60px;
}

.front-news .swiper-container {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
}

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

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
}

.news__item-wrapper {
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(6, 22, 38, 0.2);
          box-shadow: 0px 2px 10px rgba(6, 22, 38, 0.2);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news__item-content {
  position: relative;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news__item-rubrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.news__item-rubrics a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: rgba(4, 14, 23, 0.5);
  margin-right: 10px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.news__item-rubrics a:last-child {
  margin-right: 0;
}

.news__item-title {
  display: block;
  font-size: 22px;
  line-height: 31px;
  color: #040e17;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.news__item-title h3 {
  font-weight: 700;
}

.news__item-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news__item-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(230%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 230%);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 230%);
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.news__item-btn a {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  min-height: 70px;
}

.news__item-thumbnail {
  display: block;
  position: relative;
  padding-bottom: 200px;
}

.news__item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 15px 15px;
}

.archive .breadcrumbs + section.front-news {
  margin-top: 50px;
}

.archive .news {
  overflow: initial;
}

.archive .news__list {
  margin-top: -30px;
  margin-bottom: -30px;
}

.archive .news__item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.front-faq {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-faq__subtitle {
  margin-bottom: 10px;
}

.front-faq__title {
  margin-bottom: 60px;
}

.front-faq__btn:not(:first-child) {
  margin-top: 40px;
}

.front-feeadback {
  margin-top: 150px;
  margin-bottom: 150px;
}

.front-feeadback__subtitle {
  margin-bottom: 10px;
}

.front-feeadback__title {
  margin-bottom: 60px;
}

.front-feeadback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: -20px;
  margin-right: -20px;
}

.front-feeadback__item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.front-feeadback__item-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front-feeadback__item-wrapper::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 5px solid #e0e2e2;
  border-radius: 100%;
  background-color: #111d35;
  position: absolute;
  left: 0;
  top: 0;
}

.front-feeadback__item-text {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front-feeadback__item-text :first-child {
  margin-top: 0;
}

.front-feeadback__item-text :last-child {
  margin-bottom: 0;
}

.front-feeadback__item-btn a {
  min-width: 324px;
  padding-left: 20px;
  padding-right: 20px;
}

.solutions {
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #051730;
  background-position: left center;
  color: #fff;
}

.solutions__left {
  padding-right: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.solutions__right {
  max-width: 540px;
}

.solutions__text {
  font-family: "Lato";
  font-weight: 700;
  margin-bottom: 40px;
}

.solutions__btn a {
  padding-left: 60px;
  padding-right: 60px;
}

.request__title {
  font-weight: 700;
  text-align: center;
  color: #061626;
}

.request__title:not(:last-child) {
  margin-bottom: 40px;
}

.request__text {
  border-left: 4px solid #ffe600;
  padding-left: 10px;
}

.request__text:not(:last-child) {
  margin-bottom: 40px;
}

.request .form__item {
  position: relative;
  margin-bottom: 30px;
}

.request .form__label {
  display: inline-block;
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(4, 14, 23, 0.5);
  pointer-events: none;
}

.request .form__input {
  min-height: 60px;
  border: 1px solid #81868b;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
}

.request .form__button {
  width: 100%;
  margin-bottom: 10px;
}

.request .form__privacy {
  font-weight: 300;
}

.preview1 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  margin-bottom: 0;
}

.preview1__title {
  max-width: 603px;
}

.preview1__title:not(:last-child) {
  margin-bottom: 40px;
}

.preview1__text {
  max-width: 603px;
}

.preview1 + .front-steps {
  margin-top: 50px;
}

.preview1 + .block10 {
  margin-top: 50px;
}

.preview1 + .front-faq {
  margin-top: 50px;
}

.archiver-clients-preview {
  margin-bottom: 50px;
}

.archiver-clients-preview .preview1__title {
  max-width: 545px;
}

.archiver-clients-preview .preview1__title:not(:last-child) {
  margin-bottom: 20px;
}

.archiver-clients-preview .preview1__text {
  max-width: 545px;
  font-weight: 500;
}

.archiver-clients-preview .preview1__text p {
  margin: 0;
}

.block5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}

.block5__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 20px;
}

.block5__title {
  font-weight: 700;
}

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

.block5__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block5__item-icon {
  margin-right: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.block5__item-title {
  font-family: "Lato";
  font-weight: 400;
}

.block5__item-title:not(:last-child) {
  margin-bottom: 10px;
}

.block6 {
  padding-top: 0;
  padding-bottom: 0;
}

.block6__title-wrapper:not(:last-child) {
  margin-bottom: 40px;
}

.block6 .block5__row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block7 {
  margin-top: 50px;
}

.block7__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.block7__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.block7__icon:not(:last-child) {
  margin-right: 18px;
}

.block7__title {
  max-width: 681px;
}

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

.block7__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 10px;
}

.block7__item:last-child .block7__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}

.block7__item:last-child .block7__item-icon:not(:last-child) {
  margin-right: 20px;
}

.block7__item-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 45px rgba(17, 29, 53, 0.2);
          box-shadow: 0px 5px 45px rgba(17, 29, 53, 0.2);
  padding: 20px;
}

.block7__item-icon {
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(17, 29, 53, 0.33);
          box-shadow: 0px 4px 20px rgba(17, 29, 53, 0.33);
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}

.block7__item-icon:not(:last-child) {
  margin-right: 10px;
}

.block7__item-title {
  font-size: 20px;
  line-height: 28px;
}

.block7__item-title:not(:last-child) {
  margin-bottom: 20px;
}

.block8 {
  margin: 50px 0;
}

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

.block8__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 10px;
}

.block8__item-wrapper {
  padding: 20px;
  background-color: #f4f8fc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block8__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
}

.block8__item-icon:not(:last-child) {
  margin-right: 15px;
}

.block8__item-text {
  font-weight: 700;
}

.block8 + .solutions {
  margin-top: 0;
}

.block10 .tabs__triggers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 40px;
}

.block10 .tabs__triggers-item {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block10 .tabs__triggers-item-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-block1:not(:last-child) {
  margin-bottom: 50px;
}

.tabs-block1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.tabs-block1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block1__item-wrapper {
  background-color: #f4f8fc;
  padding: 30px;
  width: 100%;
}

.tabs-block1__item-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block1__item-icon:not(:last-child) {
  margin-bottom: 20px;
}

.tabs-block1__item-icon-image {
  margin-left: 58px;
  padding-bottom: 110px;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  position: relative;
}

.tabs-block1__item-icon-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tabs-block1__item-icon-num {
  font-weight: 900;
  font-size: 70px;
  line-height: 45px;
  color: #cfd7df;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs-block1__item-title {
  font-family: "Lato";
  font-weight: 700;
}

.tabs-block1__item-title p {
  font-size: 18px;
  line-height: 25px;
}

.tabs-block2__item:not(:last-child) {
  margin-bottom: 60px;
}

.tabs-block2__item-wrapper {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tabs-block2__item-column {
  padding: 5px;
  font-family: "Lato";
  font-weight: 700;
}

.tabs-block2__item-column p {
  font-size: 18px;
  line-height: 25px;
}

.tabs-block2__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.tabs-block2__item-title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-weight: 400;
}

.tabs-block2__item-title * {
  margin: 0;
}

.tabs-block2__item-title em {
  font-size: 16px;
  line-height: 20px;
}

.tabs-block2__item-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs-block3:not(:last-child) {
  margin-bottom: 50px;
}

.tabs-block3 .block8__item-wrapper {
  padding: 30px;
}

.tabs-block3 .block8__item-text {
  font-family: "Lato";
}

.tabs-block4:not(:last-child) {
  margin-bottom: 80px;
}

.tabs-block4__title {
  font-family: "Lato";
  font-weight: 700;
}

.tabs-block4__title:not(:last-child) {
  margin-bottom: 20px;
}

.tabs-block4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.tabs-block4__column {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.tabs-block4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
}

.tabs-block4__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block4__item-icon {
  border-radius: 10px;
  background-color: #fff;
  padding: 7px 15px;
}

.tabs-block4__note {
  width: 100%;
}

.tabs-block4__note-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
          box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
  border-radius: 15px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tabs-block4__note-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}

.tabs-block4__note-icon:not(:last-child) {
  margin-right: 10px;
}

.tabs-block4__note-title {
  font-family: "Lato";
  font-weight: 400;
}

.tabs-block5:not(:last-child) {
  margin-bottom: 50px;
}

.tabs-block5__title:not(:last-child) {
  margin-bottom: 30px;
}

.tabs-block5__subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tabs-block5__subtitle-wrapper:not(:last-child) {
  margin-bottom: 35px;
}

.tabs-block5__subtitle-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49px;
          flex: 0 0 49px;
}

.tabs-block5__subtitle-icon:not(:last-child) {
  margin-right: 10px;
}

.tabs-block5__subtitle {
  max-width: 689px;
}

.tabs-block5__table {
  width: 100%;
  border-collapse: collapse;
}

.tabs-block5__table th {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  background-color: #f4f8fc;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  border: 1px solid #fff;
}

.tabs-block5__table tbody tr:last-child {
  font-size: 24px;
  line-height: 33px;
}

.tabs-block5__table td {
  padding: 20px;
  text-align: center;
  border: 1px solid #f4f8fc;
}

.tabs-block5__table td:first-child {
  background-color: #f4f8fc;
  font-weight: 700;
  text-align: left;
  border-color: #fff;
}

.tabs-block5__table .tabs-block5__table-small-heading {
  font-weight: 700;
  text-align: center;
  background-color: #d9dfe4;
  padding: 20px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-block5__table .tabs-block5__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block5__table .tabs-block5__table-td {
  text-align: center;
  border: 1px solid #fff;
  background-color: #f4f8fc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-block5__table .tabs-block5__table-td span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.tabs-block5__table .tabs-block5__table-td:last-child {
  background-color: #fcfcfc;
  border-color: #f4f8fc;
}

.tabs-block5__table-note {
  margin-top: 20px;
}

.tabs-block6:not(:last-child) {
  margin-bottom: 50px;
}

.tabs-block6__wrapper {
  padding-top: 30px;
  padding-bottom: 55px;
  padding-left: 100px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 16px;
}

.tabs-block6__content {
  color: #fff;
}

.tabs-block6__title {
  font-family: "Lato";
  font-size: 36px;
  line-height: 50px;
}

.tabs-block6__title:not(:last-child) {
  margin-bottom: 30px;
}

.tabs-block7__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.tabs-block7__list:not(:last-child) {
  margin-bottom: 20px;
}

.tabs-block7__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block7__item-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs-block7__item-title {
  background-color: #111d35;
  border-radius: 20px 20px 0 0;
  font-family: "Lato";
  font-weight: 700;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs-block7__item-text {
  background-color: #f4f8fc;
  padding: 30px;
  border-radius: 0 0 15px 15px;
  font-size: 18px;
  line-height: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tabs-block7__note {
  max-width: 777px;
}

.tabs-block8__title {
  font-weight: 700;
}

.tabs-block8__title:not(:last-child) {
  margin-bottom: 30px;
}

.tabs-block8__row {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -34px;
  margin-right: -34px;
}

.tabs-block8__column {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 34px;
  padding-right: 34px;
}

.tabs-block8__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 64%;
          flex: 1 0 64%;
}

.tabs-block8__left:not(:last-child) {
  margin-bottom: 30px;
}

.tabs-block8__item::after {
  background-color: #111d35;
}

.tabs-block8__item-num {
  background-color: #111d35;
}

.tabs-block8__item-text {
  font-size: 24px;
  line-height: 33px;
}

.tabs-block8__note-wrapper {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #111d35;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 413px;
          flex: 0 1 413px;
}

.tabs-block8__note-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px;
}

.tabs-block8__note-icon:not(:last-child) {
  margin-bottom: 20px;
}

.tabs-block8__note-text {
  font-size: 24px;
  line-height: 33px;
}

.partners-archive-main {
  padding-top: 40px;
  padding-bottom: 150px;
  background-color: #f4f8fc;
  margin-bottom: 0;
}

.partners-archive-main:not(:first-child) {
  margin-top: 50px;
}

.partners-archive-main__title {
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 67px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.partners-archive-main__benefits:not(:last-child) {
  margin-bottom: 120px;
}

.partners-archive-main + .front-market {
  margin-top: 0;
}

.partners-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.partners-benefits__item {
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.partners-benefits__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  position: relative;
  padding-bottom: 90px;
}

.partners-benefits__item-icon:not(:last-child) {
  margin-right: 12px;
}

.partners-benefits__item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-benefits__item-text h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 33px;
}

.partners-benefits__item-text h2::before {
  content: "";
  display: none;
}

.partners-benefits__item-text p {
  margin: 0;
}

.partners-archive__tabs .tabs__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.partners-archive__tabs .tabs__trigger-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  border-radius: 15px 15px 0 0;
}

.partners-archive__tabs .tabs__triggers-item {
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #111d35;
  padding: 18px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease color, 0.3s background-color 0s;
  -o-transition: 0.3s ease color, 0.3s background-color 0s;
  transition: 0.3s ease color, 0.3s background-color 0s;
}

.partners-archive__tabs .tabs__triggers-item--active {
  color: #fff;
  background-color: #111d35;
}

.partners-archive__slider .swiper-container {
  padding-bottom: 75px;
}

.partners-archive__slider .swiper-container._without-controlls {
  padding-bottom: 0;
}

.partners-archive__slider .swiper-slide {
  height: auto;
  overflow: hidden;
}

.partners-archive__slider .swiper__controlls {
  position: relative;
  z-index: 2;
  background-color: #f4f8fc;
  height: 75px;
  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;
}

.partners-archive__slider .swiper__controlls._disabled {
  display: none;
}

.partners-archive__slider .swiper__pagination {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  right: auto;
  left: auto;
  top: auto;
  padding: 0;
}

.partners-archive__slider .swiper__pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  background-color: transparent;
  border: 0;
  font-size: 20px;
  line-height: 24px;
  color: #111d35;
}

.partners-archive__slider .swiper__pagination .swiper-pagination-bullet-active {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}

.partners-archive__slider .swiper__button {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #111d35;
  font-size: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-archive__slider .swiper__button-disabled {
  color: #040e17;
  opacity: 1;
  background: rgba(196, 196, 196, 0.1);
}

.partners-archive__item-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(228, 222, 222, 0.25);
          box-shadow: 0px 4px 30px rgba(228, 222, 222, 0.25);
  border-radius: 15px;
}

.partners-archive__item-column {
  padding-left: 30px;
  padding-right: 30px;
}

.partners-archive__item-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}

.partners-archive__item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.partners-archive__item-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29;
          flex: 0 1 29;
}

.partners-archive__item-btn a {
  color: #040e17;
  padding-left: 60px;
  padding-right: 60px;
}

.partners-archive__item-btn a span {
  display: inline-block;
  margin-right: 30px;
}

.partners-archive__item-btn a i {
  font-size: 16px;
}

.partners-single {
  position: relative;
  padding-top: 100px;
}

.partners-single::before {
  content: "";
  display: block;
  height: 158px;
  background-color: #f4f8fc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.partners-single__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.partners-single__heading:not(:last-child) {
  margin-bottom: 50px;
}

.partners-single__logo {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 55px;
  padding-left: 55px;
}

.partners-single__logo:not(:last-child) {
  margin-right: 20px;
}

.partners-single__description {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partners-single__description:not(:last-child) {
  margin-right: 20px;
}

.partners-single__link {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
}

.partners-single__link a {
  white-space: nowrap;
  color: #040e17;
  -webkit-text-decoration: underline #040e17 from-font;
          text-decoration: underline #040e17 from-font;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.partners-single__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.partners-single__benefits:not(:last-child) {
  margin-bottom: 40px;
}

.partners-single__benefit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.partners-single__benefit-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #111d35;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 95px;
}

.partners-single__benefit-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffe600;
}

.partners-single__benefit-text {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #f4f8fc;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partners-single__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.partners-single__special-column {
  padding: 10px;
}

.partners-single__special-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partners-single__special-content-wrapper {
  border-left: 4px solid #ffe600;
  padding-left: 10px;
  font-size: 24px;
  line-height: 34px;
}

.partners-single__special-content-wrapper ul {
  padding-left: 0;
}

.partners-single__special-content-wrapper ul li {
  list-style-type: none;
}

.partners-single__special-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.partners-single__group-title {
  padding-top: 34px;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../img/partners/partner-special-1.svg) no-repeat center/cover;
}

.partners-single__group-title-wrapper {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  background-color: #f4f8fc;
  padding: 20px;
  -webkit-transform: translate(0, 16px);
      -ms-transform: translate(0, 16px);
          transform: translate(0, 16px);
}

.partners-single__group-text {
  border: 1px solid #000;
  border-top: 0;
  padding-top: 36px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.marketplace {
  margin-top: 50px;
  margin-bottom: 150px;
}

.marketplace__benefits:not(:last-child) {
  margin-bottom: 60px;
}

.marketplace__features {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -10px;
  margin-right: 0;
}

.marketplace__features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}

.marketplace__features-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 100%;
  max-width: 50px;
}

.marketplace__features-item-icon:not(:last-child) {
  margin-right: 10px;
}

.marketplace__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -25px;
  margin-left: -15px;
}

.marketplace__numbers-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 25px;
}

.marketplace__numbers-item-wrapper {
  position: relative;
  font-weight: 700;
  padding-left: 35px;
}

.marketplace__numbers-item-wrapper span {
  display: block;
  font-size: 36px;
  line-height: 36px;
}

.marketplace__numbers-item-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #111d35;
  border: 5px solid #f0f0f2;
  border-radius: 50%;
  border-width: 5px;
}

.marketplace__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.marketplace__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
}

.marketplace__sidebar:not(:last-child) {
  margin-right: 20px;
}

.marketplace__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.marketplace__all a {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  background-color: #111d35;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.marketplace__all a i {
  font-size: 25px;
}

.marketplace__all a i:not(:last-child) {
  margin-right: 10px;
}

.marketplace .widget-meta-data-filter > h3 {
  display: none;
}

.marketplace .widget-meta-data-filter .mdf_input_container {
  padding: 0;
}

.marketplace .widget-meta-data-filter .mdf_input_container:not(:last-child) {
  margin-bottom: 20px;
}

.marketplace .widget-meta-data-filter .mdf_one_moment_txt {
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marketplace .data-filter-section-title {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 51px;
  border-radius: 0;
  background-color: #111d35;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.marketplace .data-filter-section-title a {
  font-size: 0;
  line-height: 1;
  color: transparent;
}

.marketplace .data-filter-section-title a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background: url(../img/icons/accordion-arrow-wh.svg) no-repeat center/contain;
  -webkit-transition: 0.3s ease transform 0s;
  -o-transition: 0.3s ease transform 0s;
  transition: 0.3s ease transform 0s;
}

.marketplace .data-filter-section-title a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.marketplace .data-filter-section-title a.mdf_front_toggle_opened::after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.marketplace .mdf_filter_section table {
  width: 100% !important;
  border-collapse: collapse;
}

.marketplace .mdf_tax_filter_section {
  width: 100% !important;
  margin: 0;
}

.marketplace .mdf_tax_filter_section .mdf_taxonomy_check_list {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 30px;
  padding-right: 51px;
  background-color: #f4f8fc;
}

.marketplace .mdf_taxonomy_check_list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 205px;
  scrollbar-width: thin;
}

.marketplace .mdf_taxonomy_check_list::-webkit-scrollbar {
  width: 8px;
}

.marketplace .mdf_taxonomy_check_list::-webkit-scrollbar-track {
  background-color: #f4f8fc;
  border-radius: 10px;
}

.marketplace .mdf_taxonomy_check_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #858c98;
}

.marketplace .mdf_taxonomy_check_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}

.marketplace .mdf_taxonomy_check_list li:not(:last-child) {
  margin-bottom: 13px;
}

.marketplace .mdf_taxonomy_check_list li .mdf_taxonomy_child_container {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.marketplace .mdf_taxonomy_check_list .icheckbox_flat-aero {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/checkbox.svg) no-repeat center/contain;
}

.marketplace .mdf_taxonomy_check_list .icheckbox_flat-aero.checked {
  background: url(../img/icons/checkbox-checked.svg) no-repeat center/contain;
}

.marketplace .mdf_taxonomy_check_list label {
  cursor: pointer;
  margin-left: 5px;
}

.marketplace .mdf_search_form .mdf_input_container_block:first-child .mdf_input_container {
  position: relative;
}

.marketplace .mdf_search_form .mdf_input_container_block:first-child .mdf_input_container::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}

.marketplace .mdf_submit_button_container,
.marketplace .mdf_reset_button_container {
  margin-bottom: 20px;
  width: 100%;
}

.marketplace .mdf_submit_button_container input,
.marketplace .mdf_reset_button_container input {
  width: 100%;
}

.marketplace .mdf_textinput {
  position: relative;
  padding: 28px;
  padding-right: 55px;
  border: 1px solid #d8e1ea;
  border-radius: 10px;
  background-color: #fcfcfc;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  height: 80px;
}

.marketplace .mdf_textinput::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.marketplace .mdf_textinput::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.marketplace .mdf_textinput:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.marketplace .mdf_textinput::-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.marketplace .mdf_textinput::placeholder {
  opacity: 0.5;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.marketplace .mdf_textinput:focus::-webkit-input-placeholder {
  opacity: 0;
}

.marketplace .mdf_textinput:focus::-moz-placeholder {
  opacity: 0;
}

.marketplace .mdf_textinput:focus:-ms-input-placeholder {
  opacity: 0;
}

.marketplace .mdf_textinput:focus::-ms-input-placeholder {
  opacity: 0;
}

.marketplace .mdf_textinput:focus::placeholder {
  opacity: 0;
}

.marketplace .mdf_textinput::after {
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  background: url(../img/icons/search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 2;
}

.marketplace .navigation .tw-pagination {
  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;
}

.marketplace .navigation .tw-pagination li {
  list-style: none;
}

.marketplace .navigation .tw-pagination li:not(:last-child) {
  margin-right: 10px;
}

.marketplace .navigation .tw-pagination li a {
  font-size: 20px;
  line-height: 24px;
  color: #111d35;
}

.marketplace .navigation .tw-pagination li .prev,
.marketplace .navigation .tw-pagination li .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #111d35;
  font-size: 7px;
  justify-content: center;
}

.marketplace .navigation .tw-pagination li .current {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}

.marketplace__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.marketplace__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-top: 30px;
}

.marketplace__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 10px;
}

.marketplace__item._active {
  opacity: 1;
  display: block;
}

.marketplace__item-wrapper {
  display: block;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease all 0s;
  -o-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s;
}

.marketplace__item-image {
  width: 100%;
  position: relative;
  padding-bottom: 35.18519%;
}

.marketplace__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.marketplace__filter-inner {
  width: 100%;
  scrollbar-width: thin;
  overflow-x: hidden;
  overflow-y: auto;
}

.marketplace__filter-inner::-webkit-scrollbar {
  width: 0px;
}

.marketplace__filter-controls {
  margin-top: auto;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
}

.marketplace__filter-controls a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: #111d35;
  height: 60px;
  width: 100%;
}

.marketplace__filter-btn {
  border-radius: 10px;
  background-color: #111d35;
  height: 60px;
  padding: 10px 30px;
  padding-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.marketplace__filter-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/icons/accordion-arrow-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 20px;
}

.marketplace__filter-close {
  background-color: #111d35;
  height: 60px;
  padding: 10px 30px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.marketplace__filter-close::before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/icons/accordion-arrow-wh.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  left: 20px;
}

.marketplace__list-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 67px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s ease transform 0s;
  -o-transition: 0.3s ease transform 0s;
  transition: 0.3s ease transform 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-of-marketplaces .popup__body {
  padding-left: calc(-180px + 500 * ((100vw - 320px) / (1600)));
  padding-right: calc(-180px + 500 * ((100vw - 320px) / (1600)));
}

.list-of-marketplaces .popup__content {
  max-width: 100%;
  padding: 40px;
}

.list-of-marketplaces__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-of-marketplaces__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666%;
          flex: 0 0 16.666%;
}

.list-of-marketplaces__column:not(:last-child) {
  margin-bottom: 20px;
}

.list-of-marketplaces__item {
  display: block;
}

.list-of-marketplaces__item a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #040e17;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.list-of-marketplaces__item:not(:last-child) {
  margin-bottom: 5px;
}

div.mdf_info_popup {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.block11 {
  margin-top: 50px;
  margin-bottom: 150px;
}

.block11__heading {
  color: #000;
  max-width: 464px;
}

.block11__heading:not(:last-child) {
  margin-bottom: 66px;
}

.block11__heading h2 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
}

.block11__heading h2:not(:last-child) {
  margin-bottom: 20px;
}

.block11__heading h2::before {
  display: none;
}

.block11__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px !important;
}

.block11__list._init .block11__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block11__list._init .block11__item-title::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url(../img/icons/accordion-arrow-black.svg) no-repeat center/contain;
  -webkit-transition: 0.3s ease transform 0s;
  -o-transition: 0.3s ease transform 0s;
  transition: 0.3s ease transform 0s;
}

.block11__list._init .block11__item-title._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block11__list._init .block11__item-body {
  margin-top: 20px;
}

.block11__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block11__item-wrapper {
  width: 100%;
  padding: 40px;
  background-color: #f4f8fc;
}

.block11__item-title {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  -ms-flex-preferred-size: 158px;
      flex-basis: 158px;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  margin-right: 20px;
}

.block11__item-body {
  margin: 0;
}

.block11__item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 25px;
}

.block11__item-contact:not(:last-child) {
  margin-bottom: 22px;
}

.block11__item-contact a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #040e17;
  -webkit-text-decoration: underline transparent from-font;
          text-decoration: underline transparent from-font;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  -o-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  transition: 0.3s ease text-decoration, 0.3s opacity 0s;
}

.block11__item-contact img {
  max-width: 30px;
  margin-right: 10px;
}

.block11__item-contact-phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.block11__item-contact-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block11__social .block11__item-wrapper {
  color: #fff;
}

.block11__social-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 158px;
          flex: 0 0 158px;
  -ms-flex-preferred-size: 158px;
      flex-basis: 158px;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  margin-right: 20px;
}

.block11__social-item:not(:last-child) {
  margin-bottom: 22px;
}

.block11__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-text-decoration: underline #fff from-font;
          text-decoration: underline #fff from-font;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  -o-transition: 0.3s ease text-decoration, 0.3s opacity 0s;
  transition: 0.3s ease text-decoration, 0.3s opacity 0s;
}

.block11__social-link img {
  max-width: 30px;
  margin-right: 10px;
}

.qsm-quiz-container .qmn_pagination {
  border-top: 0;
}

.quiz_section.qsm-question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qsm-page {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.mlw_qmn_question_number {
  display: none;
}

.mlw_qmn_new_question {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

.mlw_qmn_question,
.qsm-after-message {
  font-size: 18px;
  line-height: 25px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mlw_qmn_question h2,
.qsm-after-message h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.mlw_qmn_question p,
.qsm-after-message p {
  padding-left: 10px;
  position: relative;
}

.mlw_qmn_question p::before,
.qsm-after-message p::before {
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #ffe600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 20px;
}

.mlw_qmn_question:not(:last-child),
.qsm-after-message:not(:last-child) {
  margin-bottom: 20px;
}

.qmn_radio_answers {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qmn_radio_answers._comment .qmn_mc_answer_wrap input:checked + label {
  font-weight: 400;
}

.qmn_radio_answers._comment .qmn_mc_answer_wrap input:checked + label::before {
  background-color: #fff;
}

.qmn_mc_answer_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 10px 0;
}

.qsm-question-comment__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 10px 0;
}

.pages_count-wrapper .pages_count {
  text-align: left !important;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgba(6, 22, 38, 0.5);
}

.pages_count-wrapper .pages__current {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #061626;
  margin-right: 5px;
}

.progressbar-text {
  display: none;
}

.qsm-btn__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qsm-btn__controls .qsm-next__btn,
.qsm-btn__controls .qsm-previous__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qsm-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
  height: 70px;
}

.qsm-btn.qsm-previous {
  opacity: 0.3;
}

.qsm-submit {
  margin: 10px 5px 0 5px;
}

.qsm-submit input {
  margin: 0;
  width: 100%;
}

.qsm-after-message:not(:last-child) {
  margin-bottom: 30px;
}

.qsm_contact_div {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #81868b;
  position: relative;
}

.qsm_contact_div:first-child {
  margin-top: 30px;
}

.qsm_contact_div:not(:last-child) {
  margin-bottom: 30px;
}

.qsm_contact_div span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #82878c;
  background-color: #fff;
  position: absolute;
  left: 21px;
  top: -10px;
  z-index: 1;
  border-radius: 10px;
  padding: 0 5px;
  pointer-events: none;
  margin: 0 !important;
}

.qsm_contact_div input {
  height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 21px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.qsm_contact_div input::-webkit-input-placeholder {
  color: #82878c;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.qsm_contact_div input::-moz-placeholder {
  color: #82878c;
  opacity: 1;
  -moz-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.qsm_contact_div input:-ms-input-placeholder {
  color: #82878c;
  opacity: 1;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.qsm_contact_div input::-ms-input-placeholder {
  color: #82878c;
  opacity: 1;
  -ms-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.qsm_contact_div input::placeholder {
  color: #82878c;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity 0s;
  -o-transition: 0.3s ease opacity 0s;
  transition: 0.3s ease opacity 0s;
}

.qsm_contact_div input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.qsm_contact_div input:focus::-moz-placeholder {
  opacity: 0;
}

.qsm_contact_div input:focus:-ms-input-placeholder {
  opacity: 0;
}

.qsm_contact_div input:focus::-ms-input-placeholder {
  opacity: 0;
}

.qsm_contact_div input:focus::placeholder {
  opacity: 0;
}

.qsm-pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qsm-pagination .qsm-progress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.qsm-pagination .qsm-progress .qsm-progress-bar {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qsm-pagination .qsm-progress .qsm-progress-bar svg {
  height: 2px !important;
}

.qsm-contact-type-checkbox {
  height: auto !important;
  border: 0;
}

.qsm-contact-type-checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  z-index: -1;
  padding: 0 !important;
}

.qsm-contact-type-checkbox input:checked + label::before {
  background: url(../img/icons/checkbox-checked.svg) no-repeat center/contain;
}

.qsm-contact-type-checkbox label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.qsm-contact-type-checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  background: url(../img/icons/checkbox.svg) no-repeat center/contain;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 575px) {
  .front-services__item-icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .tabs-block5__table--mob {
    display: none;
  }

  .partners-single__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.333%;
            flex: 0 0 32.333%;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .block7__item:nth-last-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .block7__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 767px) {
  .site__main {
    margin-bottom: 80px;
  }

  .image-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-full__body {
    width: 40%;
  }

  .image-full__image {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(((100vw - 40px) * 0.6) + 20px);
            flex: 0 0 calc(((100vw - 40px) * 0.6) + 20px);
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }

  .image-full__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }

  .front-main .image-full__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(((100vw - 40px) * 0.5) + 20px);
            flex: 0 0 calc(((100vw - 40px) * 0.5) + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .accordion__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__info {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
            box-shadow: 0px 4px 20px rgba(6, 22, 38, 0.2);
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    background-color: #111d35;
    color: #fff;
    border-radius: 15px 0 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__logo .logo__img svg path {
    fill: #fff;
  }

  .front-main__top-content .image-full__body {
    width: 50%;
  }

  .front-main__about-achievements-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -10px;
  }

  .front-main__about-achievements-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .front-main__about-achievements-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .front-target .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .front-target .tabs__triggers {
    display: block;
    padding-right: 20px;
  }

  .front-entity__launch {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .front-entity__launch:first-child {
    padding-right: 128px;
  }

  .front-entity__self-launch:not(:last-child) {
    margin-top: 40px;
  }

  .front-feeadback__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .front-feeadback__item-wrapper {
    max-width: 499px;
  }

  .tabs-block2__item-title {
    max-width: 747px;
  }

  .tabs-block6__content {
    max-width: 50%;
  }

  .tabs-block7__note {
    margin-left: 30px;
  }

  .tabs-block8__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(1) {
    margin-bottom: -30px;
    padding-bottom: 20px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(2) {
    margin-bottom: -30px;
    padding-bottom: 20px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(3) {
    margin-bottom: -30px;
    padding-bottom: 20px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(4) {
    margin-bottom: -30px;
    padding-bottom: 20px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(1) {
    padding-left: 15px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(4) {
    padding-right: 15px;
    margin-right: 0;
  }

  .marketplace__sidebar--mobile {
    display: none;
  }

  .marketplace__search--mobile {
    display: none;
  }

  .marketplace__filter {
    display: none;
  }

  .marketplace__filter-btn {
    display: none;
  }

  .marketplace__filter-close {
    display: none;
  }

  .marketplace__list {
    display: none;
  }

  .list-of-marketplaces__item:first-child {
    font-weight: 700;
  }

  .list-of-marketplaces__item:first-child ::first-letter {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .front-main__top-planet {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(((100vw - 40px) * 0.5) + 20px) !important;
            flex: 0 0 calc(((100vw - 40px) * 0.5) + 20px) !important;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333%;
            flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666%;
            flex: 0 0 66.666%;
    max-width: 66.666%;
  }

  .text-link:hover {
    -webkit-text-decoration: underline #ffe600;
            text-decoration: underline #ffe600;
  }

  .accordion__title:hover {
    opacity: 0.6;
  }

  .menu-item a:hover {
    opacity: 0.6;
  }

  .menu .sub-menu .menu-item a:hover {
    opacity: 0.6;
  }

  .header__language .sub-menu a:hover {
    opacity: 0.6;
  }

  .header__phone-link:hover {
    opacity: 0.6;
  }

  .logo__link:hover .logo__img {
    opacity: 0.6;
  }

  .footer__contacts-item-link--phone:hover {
    -webkit-text-decoration: underline #111d35;
            text-decoration: underline #111d35;
    opacity: 0.6;
  }

  .footer__contacts-item-link--mail:hover {
    -webkit-text-decoration: underline #111d35;
            text-decoration: underline #111d35;
    opacity: 0.6;
  }

  .footer__social-item:hover {
    -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }

  .footer__policy-link a:hover {
    opacity: 0.6;
  }

  .front-main__top-planet .mainland-surface:hover {
    opacity: 1;
    cursor: pointer;
  }

  .front-main__features {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 58%);
        -ms-transform: translate(-50%, 58%);
            transform: translate(-50%, 58%);
  }

  .front-partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
    min-width: 0px;
  }

  .front-services__item-title:hover {
    opacity: 0.6;
  }

  .solutions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .front-steps__item-time {
    display: none;
  }

  .front-clients .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .clients__item-photo:hover {
    opacity: 0.8;
  }

  .clients__item-title:hover {
    -webkit-text-decoration: underline #111d35;
            text-decoration: underline #111d35;
  }

  .clients__item-title:focus {
    color: #ffe600;
    -webkit-text-decoration: underline #ffe600;
            text-decoration: underline #ffe600;
  }

  .archive-clients .clients__list--tablet {
    display: none;
  }

  .news__item-wrapper:hover .news__item-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .news__item-rubrics a:hover {
    opacity: 0.6;
  }

  .news__item-title:hover {
    opacity: 0.6;
  }

  .solutions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .marketplace__benefits {
    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;
  }
}

@media screen and (min-width: 993px) {
  .menu .sub-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
        -ms-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 15px;
    border-bottom: 1px solid rgba(45, 77, 108, 0.1);
    padding: 30px 20px 20px;
    background: url("../img/icons/dropdown-bg.svg") no-repeat top/cover;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
  }

  .header .menu-item {
    padding: 10px 0;
  }

  .header__language--mobile {
    display: none;
  }

  .header__phone-content {
    text-align: right;
  }
}

@media screen and (min-width: 1250px) {
  .block11__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .image-full__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50vw - (0.4 - 0.5) * (1920px - 40px));
            flex: 0 0 calc(50vw - (0.4 - 0.5) * (1920px - 40px));
  }
}

@media (max-width: 1920px) {
  .breadcrumbs__wrapper {
    padding-top: calc(8px + 7 * ((100vw - 320px) / (1600)));
  }

  .breadcrumbs__wrapper {
    padding-bottom: calc(8px + 7 * ((100vw - 320px) / (1600)));
  }

  .breadcrumbs__separator {
    font-size: calc(8px + 2 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .breadcrumbs__separator {
    padding-left: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .breadcrumbs__separator {
    padding-right: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  p {
    margin-top: calc(16px + 8 * ((100vw - 320px) / (1600)));
  }

  p {
    margin-bottom: calc(16px + 8 * ((100vw - 320px) / (1600)));
  }

  section {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  ._content h2 {
    font-size: calc(26px + 22 * ((100vw - 320px) / (1600)));
    line-height: 139.58333%;
  }

  ._content h2::before {
    width: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  ._content h3 {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  ._content h4 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .btn,
  .mdf_button {
    min-height: calc(60px + 10 * ((100vw - 320px) / (1600)));
  }

  .btn,
  .mdf_button {
    padding-top: calc(18px + 2 * ((100vw - 320px) / (1600)));
  }

  .btn,
  .mdf_button {
    padding-bottom: calc(18px + 2 * ((100vw - 320px) / (1600)));
  }

  .btn,
  .mdf_button {
    font-size: calc(18px + 4 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .text-link {
    font-size: calc(18px + 4 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .text-link::after {
    width: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .title-h2 {
    font-size: calc(26px + 22 * ((100vw - 320px) / (1600)));
    line-height: 139.58333%;
  }

  .title-h2::before {
    width: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  .title-subtitle-h1 {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .title-subtitle-h2 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .title-border {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .title-border::after {
    height: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  .title-border::after {
    width: calc(185px + 98 * ((100vw - 320px) / (1600)));
  }

  .qmn_mc_answer_wrap label {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .qsm-question-comment__wrapper .qsm-question-comment {
    font-size: calc(14px + 2 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .cf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .accordion {
    margin-left: calc(-10px + -22 * ((100vw - 320px) / (1600)));
  }

  .accordion {
    margin-right: calc(-10px + -22 * ((100vw - 320px) / (1600)));
  }

  .accordion {
    margin-top: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .accordion {
    margin-bottom: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .accordion__item {
    padding-left: calc(10px + 22 * ((100vw - 320px) / (1600)));
  }

  .accordion__item {
    padding-right: calc(10px + 22 * ((100vw - 320px) / (1600)));
  }

  .accordion__item {
    padding-top: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .accordion__item {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .accordion__title {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .accordion__title i {
    padding-top: calc(8px + 6 * ((100vw - 320px) / (1600)));
  }

  .accordion__title i {
    padding-bottom: calc(8px + 6 * ((100vw - 320px) / (1600)));
  }

  .accordion__title i {
    padding-left: calc(6px + 5 * ((100vw - 320px) / (1600)));
  }

  .accordion__title i {
    padding-right: calc(6px + 5 * ((100vw - 320px) / (1600)));
  }

  .accordion__title i {
    font-size: calc(6px + 6 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .tabs__triggers-item-wrapper {
    font-size: calc(16px + 6 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .tabs__triggers-item-wrapper {
    padding-top: calc(20px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs__triggers-item-wrapper {
    padding-bottom: calc(20px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs__triggers-item-wrapper {
    padding-left: calc(25px + -10 * ((100vw - 320px) / (1600)));
  }

  .tabs__triggers-item-wrapper {
    padding-right: calc(25px + -10 * ((100vw - 320px) / (1600)));
  }

  .popup__content {
    padding-top: calc(40px + 30 * ((100vw - 320px) / (1600)));
  }

  .popup__content {
    padding-bottom: calc(40px + 30 * ((100vw - 320px) / (1600)));
  }

  .popup__content {
    padding-left: calc(20px + 50 * ((100vw - 320px) / (1600)));
  }

  .popup__content {
    padding-right: calc(20px + 50 * ((100vw - 320px) / (1600)));
  }

  .popup__close {
    top: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .popup__close {
    right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .popup__close {
    width: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .popup__close {
    height: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .popup__title {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .popup__title:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .quiz-request__body {
    padding: calc(20px + 50 * ((100vw - 320px) / (1600)));
  }

  .quiz-request__title:not(:last-child) {
    margin-bottom: calc(15px + 35 * ((100vw - 320px) / (1600)));
  }

  .quiz-request__text:not(:last-child) {
    margin-bottom: calc(30px + 70 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content {
    padding-top: calc(40px + 30 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content {
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content {
    padding-left: calc(20px + 50 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content {
    padding-right: calc(20px + 50 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content::before {
    width: calc(50px + 50 * ((100vw - 320px) / (1600)));
  }

  .success .popup__content::before {
    height: calc(50px + 50 * ((100vw - 320px) / (1600)));
  }

  .menu-item {
    margin-right: calc(-10px + 50 * ((100vw - 320px) / (1600)));
  }

  .menu-item a {
    font-size: calc(14px + 2 * ((100vw - 320px) / (1600)));
    line-height: 118.75%;
  }

  .header__logo {
    margin-right: calc(0px + 20 * ((100vw - 320px) / (1600)));
  }

  .header__list {
    margin-right: calc(0px + 30 * ((100vw - 320px) / (1600)));
  }

  .header__language {
    margin-right: calc(0px + 30 * ((100vw - 320px) / (1600)));
  }

  .header__language .menu-item a img {
    -ms-flex-preferred-size: calc(10px + 20 * ((100vw - 320px) / (1600)));
        flex-basis: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .header__language .menu-item a img {
    width: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .header__language .menu-item a img {
    height: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .header__phone-link {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 122.22222%;
  }

  .footer__top {
    padding-bottom: calc(20px + 40 * ((100vw - 320px) / (1600)));
  }

  .footer__logo .logo__img svg {
    width: calc(55px + 55 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-list {
    padding-top: calc(10px + 30 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-list {
    padding-bottom: calc(10px + 30 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-list {
    margin-top: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-list {
    margin-bottom: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-item {
    padding: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-item-label {
    font-size: calc(12px + 2 * ((100vw - 320px) / (1600)));
    line-height: 142.85714%;
  }

  .footer__contacts-item-link {
    font-size: calc(10px + 8 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .footer__contacts-item-link img {
    margin-right: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-item-link img {
    -ms-flex-preferred-size: calc(15px + 5 * ((100vw - 320px) / (1600)));
        flex-basis: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-item-link img {
    max-width: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__social {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .footer__social-items {
    margin: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .footer__social-item {
    padding: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer .menu-item a {
    font-size: calc(12px + 2 * ((100vw - 320px) / (1600)));
    line-height: 142.85714%;
  }

  .footer__contacts-country {
    margin-top: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country {
    margin-bottom: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country-item {
    padding-top: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country-item {
    padding-bottom: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country-item {
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country-item {
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-country-item-text {
    font-size: calc(12px + 2 * ((100vw - 320px) / (1600)));
    line-height: 142.85714%;
  }

  .footer__request-text {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1600)));
    line-height: 142.85714%;
  }

  .footer__bottom {
    padding-top: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__bottom {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__bottom {
    font-size: calc(10px + 4 * ((100vw - 320px) / (1600)));
    line-height: 142.85714%;
  }

  .footer__policy {
    margin-top: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .footer__policy {
    margin-bottom: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .footer__policy {
    margin-left: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .footer__policy {
    margin-right: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .footer__policy-link {
    padding-top: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__policy-link {
    padding-bottom: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .footer__policy-link {
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__policy-link {
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-main__top-content {
    padding-top: calc(60px + 60 * ((100vw - 320px) / (1600)));
  }

  .front-main__top-content {
    padding-bottom: calc(60px + 160 * ((100vw - 320px) / (1600)));
  }

  .front-main__title {
    margin-bottom: calc(40px + 15 * ((100vw - 320px) / (1600)));
  }

  .front-main__features-item-wrapper {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-main__features-item-label {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1600)));
    line-height: 145.83333%;
  }

  .front-main__features-item-text {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .front-main__features-item-link {
    margin-top: calc(10px + 17 * ((100vw - 320px) / (1600)));
  }

  .front-main__features-item-link a {
    font-size: calc(14px + 8 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .front-main__bottom {
    padding-top: calc(160px + 133 * ((100vw - 320px) / (1600)));
  }

  .front-main__about-achievements-label {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-main__about-achievements-right {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .front-horizons {
    padding-top: calc(100px + 60 * ((100vw - 320px) / (1600)));
  }

  .front-horizons {
    padding-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-horizons__geography {
    margin: calc(-10px + -21 * ((100vw - 320px) / (1600)));
  }

  .front-horizons__geography-item {
    padding: calc(10px + 21 * ((100vw - 320px) / (1600)));
  }

  .front-horizons__geography-item-val {
    font-size: calc(26px + 22 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .front-horizons__geography-item-label {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .front-partners {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-partners {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-partners__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-partners__feature-content {
    margin-right: calc(8px + 82 * ((100vw - 320px) / (1600)));
  }

  .front-partners__feature-btn a {
    padding-left: calc(35px + 67 * ((100vw - 320px) / (1600)));
  }

  .front-partners__feature-btn a {
    padding-right: calc(35px + 67 * ((100vw - 320px) / (1600)));
  }

  .front-partners__item-wrapper {
    padding: calc(15px + 25 * ((100vw - 320px) / (1600)));
  }

  .front-partners__item-icon {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-partners__item-icon {
    padding-bottom: calc(35px + 44 * ((100vw - 320px) / (1600)));
  }

  .front-partners__item-text {
    font-size: calc(10px + 6 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .front-partners__another-wrapper {
    padding: calc(20px + 40 * ((100vw - 320px) / (1600)));
  }

  .front-services {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-services {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-services__title:not(:last-child) {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-services__list {
    margin-bottom: calc(-30px + -30 * ((100vw - 320px) / (1600)));
  }

  .front-services__item {
    padding-top: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-services__item {
    padding-bottom: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-services__item-wrapper {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-services__item-wrapper {
    padding-top: calc(35px + 35 * ((100vw - 320px) / (1600)));
  }

  .front-services__item-icon {
    padding: calc(12px + 13 * ((100vw - 320px) / (1600)));
  }

  .front-services__item-icon img {
    max-width: calc(25px + 25 * ((100vw - 320px) / (1600)));
  }

  .front-services__item-title {
    font-size: calc(16px + 6 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .front-services__item-btn a {
    font-size: calc(16px + 2 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .solutions {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .solutions {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .solutions__left {
    padding-right: calc(20px + 90 * ((100vw - 320px) / (1600)));
  }

  .solutions__btn a {
    padding-left: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .solutions__btn a {
    padding-right: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-target {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-target {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-target__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-target__content h2 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-target__content h2::before {
    width: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  .front-target__btn a {
    padding-left: calc(20px + 40 * ((100vw - 320px) / (1600)));
  }

  .front-target__btn a {
    padding-right: calc(20px + 40 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
    padding-left: calc(24px + 16 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
    padding-right: calc(24px + 16 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__content-item {
    padding-top: calc(30px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__content-item {
    padding-bottom: calc(30px + 46 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__content-item {
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-target .tabs__content-item {
    padding-right: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-steps {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-steps {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-steps__heading:not(:last-child) {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-steps__heading-icon {
    -ms-flex-preferred-size: calc(55px + 35 * ((100vw - 320px) / (1600)));
        flex-basis: calc(55px + 35 * ((100vw - 320px) / (1600)));
  }

  .front-steps__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-steps__item-step {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-steps__table {
    border-spacing: calc(0px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-entity {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-entity {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-entity__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-entity__title2 {
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-entity__launch-item {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .front-entity__launch-item h2 {
    font-size: calc(16px + 12 * ((100vw - 320px) / (1600)));
    line-height: 139.28571%;
  }

  .front-entity__launch-item h3 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-entity__launch-item-num {
    font-size: calc(12px + 4 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .front-entity__launch-btn a {
    padding-left: calc(50px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-entity__launch-btn a {
    padding-right: calc(50px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-entity.block9 .front-entity__launch:first-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
    -ms-flex-preferred-size: calc(30px + 30 * ((100vw - 320px) / (1600)));
        flex-basis: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
    -ms-flex-preferred-size: calc(30px + 30 * ((100vw - 320px) / (1600)));
        flex-basis: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-entity.block9 .front-entity__launch:last-child .front-entity__launch-item:first-child .front-entity__launch-item-num {
    -ms-flex-preferred-size: calc(30px + 30 * ((100vw - 320px) / (1600)));
        flex-basis: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .front-clients {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-clients__heading {
    margin-bottom: calc(40px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-clients__title {
    margin-bottom: calc(40px + 40 * ((100vw - 320px) / (1600)));
  }

  .front-clients__success-icon {
    -ms-flex-preferred-size: calc(25px + 25 * ((100vw - 320px) / (1600)));
        flex-basis: calc(25px + 25 * ((100vw - 320px) / (1600)));
  }

  .front-clients__success-icon {
    margin-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-clients__success-title {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-clients__success-title {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-clients__success-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 133.33333%;
  }

  .clients__item-photo {
    padding-bottom: calc(93px + 204 * ((100vw - 320px) / (1600)));
  }

  .clients__item-photo:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .clients__item-title {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .clients__item-title:not(:last-child) {
    margin-bottom: calc(6px + 4 * ((100vw - 320px) / (1600)));
  }

  .clients__item-title::before {
    width: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  .clients__item-text {
    font-size: calc(12px + 6 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .clients__item-text:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .clients__item-link {
    font-size: calc(12px + 12 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .archive-clients-actions .clients__item-wrapper {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .archive-clients-actions__title {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .archive-clients-actions__title:not(:last-child) {
    margin-bottom: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .archive-clients-actions__text {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .archive-clients-actions__text:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-market {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-market {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-market__body {
    padding-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-market__body {
    padding-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-market__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-market__text {
    margin-bottom: calc(30px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-news {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-news {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-news__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .news__item-content {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .news__item-rubrics a {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .news__item-title {
    font-size: calc(16px + 6 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .news__item-btn {
    left: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .news__item-btn {
    right: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .archive .breadcrumbs + section.front-news {
    margin-top: calc(30px + 20 * ((100vw - 320px) / (1600)));
  }

  .archive .news__list {
    margin-top: calc(-10px + -20 * ((100vw - 320px) / (1600)));
  }

  .archive .news__list {
    margin-bottom: calc(-10px + -20 * ((100vw - 320px) / (1600)));
  }

  .archive .news__item {
    padding-top: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .archive .news__item {
    padding-bottom: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-faq {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-faq {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-faq__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__title {
    margin-bottom: calc(40px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__list {
    margin-top: calc(-20px + -10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__list {
    margin-bottom: calc(-20px + -10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__list {
    margin-left: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__list {
    margin-right: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item {
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item {
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item-wrapper {
    padding-left: calc(25px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item-text {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .front-feeadback__item-text {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .front-feeadback__item-btn a {
    min-width: calc(280px + 44 * ((100vw - 320px) / (1600)));
  }

  .solutions {
    margin-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .solutions {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .solutions__left {
    padding-right: calc(20px + 90 * ((100vw - 320px) / (1600)));
  }

  .solutions__btn a {
    padding-left: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .solutions__btn a {
    padding-right: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .request__title:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .request__text:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .request .form__item {
    margin-bottom: calc(27px + 3 * ((100vw - 320px) / (1600)));
  }

  .preview1__title:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .block5__row {
    margin: calc(-15px + -5 * ((100vw - 320px) / (1600)));
  }

  .block5__item {
    padding: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .block5__item-icon {
    margin-right: calc(10px + 8 * ((100vw - 320px) / (1600)));
  }

  .block5__item-icon {
    -ms-flex-preferred-size: calc(40px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(40px + 50 * ((100vw - 320px) / (1600)));
  }

  .block5__item-title:not(:last-child) {
    margin-bottom: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .block6 .block5__row {
    padding-top: calc(20px + 30 * ((100vw - 320px) / (1600)));
  }

  .block6 .block5__row {
    padding-bottom: calc(20px + 30 * ((100vw - 320px) / (1600)));
  }

  .block7__heading:not(:last-child) {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / (1600)));
  }

  .block7__icon {
    -ms-flex-preferred-size: calc(40px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(40px + 50 * ((100vw - 320px) / (1600)));
  }

  .block7__icon:not(:last-child) {
    margin-right: calc(10px + 8 * ((100vw - 320px) / (1600)));
  }

  .block7__row {
    margin: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .block7__item {
    padding: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .block7__item:last-child .block7__item-title {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .block7__item:last-child .block7__item-icon:not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .block7__item-wrapper {
    padding: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .block7__item-icon {
    -ms-flex-preferred-size: calc(30px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(30px + 50 * ((100vw - 320px) / (1600)));
  }

  .block7__item-title {
    font-size: calc(14px + 6 * ((100vw - 320px) / (1600)));
    line-height: 140%;
  }

  .block7__item-title:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .block8__row {
    margin: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .block8__item {
    padding: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .block8__item-wrapper {
    padding: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .block8__item-icon {
    -ms-flex-preferred-size: calc(30px + 15 * ((100vw - 320px) / (1600)));
        flex-basis: calc(30px + 15 * ((100vw - 320px) / (1600)));
  }

  .block8__item-icon:not(:last-child) {
    margin-right: calc(10px + 5 * ((100vw - 320px) / (1600)));
  }

  .block10 .tabs__triggers {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1:not(:last-child) {
    margin-bottom: calc(30px + 20 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__row {
    margin: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item {
    padding: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-wrapper {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-icon:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-icon-image {
    margin-left: calc(30px + 28 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-icon-image {
    padding-bottom: calc(50px + 60 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-icon-image {
    -ms-flex-preferred-size: calc(50px + 80 * ((100vw - 320px) / (1600)));
        flex-basis: calc(50px + 80 * ((100vw - 320px) / (1600)));
  }

  .tabs-block1__item-icon-num {
    font-size: calc(24px + 46 * ((100vw - 320px) / (1600)));
    line-height: 64.28571%;
  }

  .tabs-block1__item-title p {
    font-size: calc(16px + 2 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .tabs-block2__item:not(:last-child) {
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / (1600)));
  }

  .tabs-block2__item-column p {
    font-size: calc(16px + 2 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .tabs-block2__item-icon {
    -ms-flex-preferred-size: calc(40px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(40px + 50 * ((100vw - 320px) / (1600)));
  }

  .tabs-block2__item-title em {
    font-size: calc(14px + 2 * ((100vw - 320px) / (1600)));
    line-height: 125%;
  }

  .tabs-block3 .block8__item-wrapper {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block4__title:not(:last-child) {
    margin-bottom: calc(30px + -10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block4__note-icon {
    -ms-flex-preferred-size: calc(45px + 5 * ((100vw - 320px) / (1600)));
        flex-basis: calc(45px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__subtitle-wrapper:not(:last-child) {
    margin-bottom: calc(30px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__table th {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .tabs-block5__table th {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__table th {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__table th {
    padding-left: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__table th {
    padding-right: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .tabs-block5__table tbody tr:last-child {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .tabs-block5__table td {
    padding: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block6__wrapper {
    padding-top: calc(30px + 0 * ((100vw - 320px) / (1600)));
  }

  .tabs-block6__wrapper {
    padding-bottom: calc(30px + 25 * ((100vw - 320px) / (1600)));
  }

  .tabs-block6__wrapper {
    padding-left: calc(30px + 70 * ((100vw - 320px) / (1600)));
  }

  .tabs-block6__wrapper {
    padding-right: calc(30px + 70 * ((100vw - 320px) / (1600)));
  }

  .tabs-block6__title {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .tabs-block6__title:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__list {
    margin: calc(-5px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__list:not(:last-child) {
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item {
    padding: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-title {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-title {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-title {
    padding-left: calc(30px + 0 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-title {
    padding-right: calc(30px + 0 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-text {
    padding: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item-text {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .tabs-block8__title:not(:last-child) {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__row {
    margin-top: calc(-15px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__row {
    margin-bottom: calc(-15px + -5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__row {
    margin-left: calc(-15px + -19 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__row {
    margin-right: calc(-15px + -19 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__column {
    padding-top: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__column {
    padding-bottom: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__column {
    padding-left: calc(15px + 19 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__column {
    padding-right: calc(15px + 19 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__left:not(:last-child) {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__item-text {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .tabs-block8__note-wrapper {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__note-icon {
    -ms-flex-preferred-size: calc(50px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(50px + 50 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__note-icon {
    max-width: calc(50px + 50 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__note-icon:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block8__note-text {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .partners-archive-main {
    padding-top: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-archive-main {
    padding-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .partners-archive-main__title {
    font-size: calc(26px + 22 * ((100vw - 320px) / (1600)));
    line-height: 139.58333%;
  }

  .partners-archive-main__title {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-archive-main__benefits:not(:last-child) {
    margin-bottom: calc(60px + 60 * ((100vw - 320px) / (1600)));
  }

  .partners-benefits__item-icon {
    -ms-flex-preferred-size: calc(40px + 50 * ((100vw - 320px) / (1600)));
        flex-basis: calc(40px + 50 * ((100vw - 320px) / (1600)));
  }

  .partners-benefits__item-icon {
    padding-bottom: calc(40px + 50 * ((100vw - 320px) / (1600)));
  }

  .partners-benefits__item-text h2 {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .partners-archive__tabs .tabs__triggers-item {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .partners-archive__slider .swiper__pagination .swiper-pagination-bullet {
    font-size: calc(14px + 6 * ((100vw - 320px) / (1600)));
    line-height: 120%;
  }

  .partners-archive__slider .swiper__pagination .swiper-pagination-bullet-active {
    font-size: calc(16px + 12 * ((100vw - 320px) / (1600)));
    line-height: 121.42857%;
  }

  .partners-archive__item-wrapper {
    margin-left: calc(-5px + -25 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-wrapper {
    margin-right: calc(-5px + -25 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-wrapper {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-column {
    padding-left: calc(5px + 25 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-column {
    padding-right: calc(5px + 25 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-description {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .partners-archive__item-btn a {
    padding-left: calc(15px + 45 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-btn a {
    padding-right: calc(15px + 45 * ((100vw - 320px) / (1600)));
  }

  .partners-archive__item-btn a span {
    margin-right: calc(16px + 14 * ((100vw - 320px) / (1600)));
  }

  .partners-single {
    padding-top: calc(50px + 50 * ((100vw - 320px) / (1600)));
  }

  .partners-single__logo {
    padding-top: calc(20px + 5 * ((100vw - 320px) / (1600)));
  }

  .partners-single__logo {
    padding-bottom: calc(20px + 5 * ((100vw - 320px) / (1600)));
  }

  .partners-single__logo {
    padding-right: calc(15px + 40 * ((100vw - 320px) / (1600)));
  }

  .partners-single__logo {
    padding-left: calc(15px + 40 * ((100vw - 320px) / (1600)));
  }

  .partners-single__logo:not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__description {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .partners-single__description:not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__link {
    font-size: calc(14px + 8 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .partners-single__benefits {
    margin: calc(-6px + -4 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefits:not(:last-child) {
    margin-bottom: calc(44px + -4 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit {
    padding: calc(6px + 4 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-title {
    font-size: calc(24px + 12 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .partners-single__benefit-title {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-title {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-title {
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-title {
    padding-right: calc(15px + 25 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-text {
    padding-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-text {
    padding-bottom: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-text {
    padding-left: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-text {
    padding-right: calc(15px + 25 * ((100vw - 320px) / (1600)));
  }

  .partners-single__benefit-text {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .partners-single__special-content-wrapper {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .partners-single__group-title {
    padding-top: calc(14px + 20 * ((100vw - 320px) / (1600)));
  }

  .partners-single__group-title-wrapper {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .partners-single__group-title-wrapper {
    padding: calc(15px + 5 * ((100vw - 320px) / (1600)));
  }

  .marketplace {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .marketplace__benefits:not(:last-child) {
    margin-bottom: calc(50px + 10 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers {
    margin: calc(-10px + -15 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers {
    margin-left: calc(-5px + -10 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers-item {
    padding: calc(10px + 15 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers-item-wrapper {
    padding-left: calc(20px + 15 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers-item-wrapper span {
    font-size: calc(24px + 12 * ((100vw - 320px) / (1600)));
    line-height: 100%;
  }

  .marketplace__numbers-item-wrapper::before {
    width: calc(10px + 15 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers-item-wrapper::before {
    height: calc(10px + 15 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers-item-wrapper::before {
    border-width: calc(2px + 3 * ((100vw - 320px) / (1600)));
  }

  .marketplace__sidebar {
    -ms-flex-preferred-size: calc(200px + 105 * ((100vw - 320px) / (1600)));
        flex-basis: calc(200px + 105 * ((100vw - 320px) / (1600)));
  }

  .marketplace__all a {
    font-size: calc(18px + 2 * ((100vw - 320px) / (1600)));
    line-height: 140%;
  }

  .marketplace__all a {
    padding-top: calc(20px + 6 * ((100vw - 320px) / (1600)));
  }

  .marketplace__all a {
    padding-bottom: calc(20px + 6 * ((100vw - 320px) / (1600)));
  }

  .marketplace__all a {
    padding-left: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace__all a {
    padding-right: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .data-filter-section-title {
    font-size: calc(18px + 2 * ((100vw - 320px) / (1600)));
    line-height: 140%;
  }

  .marketplace .data-filter-section-title {
    padding-top: calc(20px + 6 * ((100vw - 320px) / (1600)));
  }

  .marketplace .data-filter-section-title {
    padding-bottom: calc(20px + 6 * ((100vw - 320px) / (1600)));
  }

  .marketplace .data-filter-section-title {
    padding-left: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .data-filter-section-title {
    padding-right: calc(31px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .data-filter-section-title a::after {
    right: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_tax_filter_section .mdf_taxonomy_check_list {
    padding-top: calc(20px + 3 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_tax_filter_section .mdf_taxonomy_check_list {
    padding-bottom: calc(20px + 3 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_tax_filter_section .mdf_taxonomy_check_list {
    padding-left: calc(10px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_tax_filter_section .mdf_taxonomy_check_list {
    padding-right: calc(31px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_search_form .mdf_input_container_block:first-child .mdf_input_container::after {
    width: calc(14px + 16 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_search_form .mdf_input_container_block:first-child .mdf_input_container::after {
    height: calc(14px + 16 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_textinput {
    padding: calc(20px + 8 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_textinput {
    padding-right: calc(55px + 0 * ((100vw - 320px) / (1600)));
  }

  .marketplace .mdf_textinput {
    font-size: calc(16px + 2 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .marketplace .mdf_textinput {
    height: calc(60px + 20 * ((100vw - 320px) / (1600)));
  }

  .marketplace .navigation .tw-pagination li a {
    font-size: calc(14px + 6 * ((100vw - 320px) / (1600)));
    line-height: 120%;
  }

  .marketplace .navigation .tw-pagination li .current {
    font-size: calc(16px + 12 * ((100vw - 320px) / (1600)));
    line-height: 121.42857%;
  }

  .marketplace__items {
    margin-top: calc(20px + 10 * ((100vw - 320px) / (1600)));
  }

  .list-of-marketplaces .popup__content {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .block11 {
    margin-bottom: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .block11__heading:not(:last-child) {
    margin-bottom: calc(50px + 16 * ((100vw - 320px) / (1600)));
  }

  .block11__heading h2 {
    font-size: calc(18px + 6 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .block11__item-wrapper {
    padding: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .block11__item-title {
    -ms-flex-preferred-size: calc(100px + 58 * ((100vw - 320px) / (1600)));
        flex-basis: calc(100px + 58 * ((100vw - 320px) / (1600)));
  }

  .block11__item-title {
    font-size: calc(22px + 8 * ((100vw - 320px) / (1600)));
    line-height: 140%;
  }

  .block11__item-contact {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .block11__item-contact:not(:last-child) {
    margin-bottom: calc(10px + 12 * ((100vw - 320px) / (1600)));
  }

  .block11__item-contact-phone {
    font-size: calc(14px + 10 * ((100vw - 320px) / (1600)));
    line-height: 141.66667%;
  }

  .block11__social-title {
    -ms-flex-preferred-size: calc(100px + 58 * ((100vw - 320px) / (1600)));
        flex-basis: calc(100px + 58 * ((100vw - 320px) / (1600)));
  }

  .block11__social-title {
    font-size: calc(22px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.46154%;
  }

  .block11__social-item:not(:last-child) {
    margin-bottom: calc(10px + 12 * ((100vw - 320px) / (1600)));
  }

  .mlw_qmn_new_question {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 137.5%;
  }

  .mlw_qmn_question,
  .qsm-after-message {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .mlw_qmn_question h2,
  .qsm-after-message h2 {
    font-size: calc(18px + 18 * ((100vw - 320px) / (1600)));
    line-height: 138.88889%;
  }

  .mlw_qmn_question h2,
  .qsm-after-message h2 {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / (1600)));
  }

  .mlw_qmn_question p::before,
  .qsm-after-message p::before {
    width: calc(2px + 2 * ((100vw - 320px) / (1600)));
  }

  .qsm-btn {
    padding-top: calc(14px + 6 * ((100vw - 320px) / (1600)));
  }

  .qsm-btn {
    padding-bottom: calc(14px + 6 * ((100vw - 320px) / (1600)));
  }

  .qsm-btn {
    padding-left: calc(35px + 5 * ((100vw - 320px) / (1600)));
  }

  .qsm-btn {
    padding-right: calc(35px + 5 * ((100vw - 320px) / (1600)));
  }
}

@media screen and (max-width: 1919.98px) {
  body {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(25 / 18);
  }
}

@media screen and (max-width: 1400px) {
  .front-main__features-item-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .block11__item-title {
    margin: 0px 0px 20px 0px;
  }

  .block11__social-title {
    margin: 0px 0px 20px 0px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__contacts-country-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .front-main__top::before {
    display: none;
  }

  .front-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 992px) {
  .site__main {
    padding: 67px 0px 0px 0px;
  }

  .header.bg + .site__main {
    padding-top: calc(67px - 20px);
  }

  .container {
    padding: 0 20px;
  }

  .menu-item {
    padding: 0;
    display: block;
  }

  .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 19px;
  }

  .menu .sub-menu {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 20px 0px 0px 0px;
    display: none;
    top: initial;
  }

  .header__body {
    height: 67px;
  }

  .header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    z-index: 5;
    cursor: pointer;
  }

  .header__burger.active .header__burger-inner {
    width: 25px;
  }

  .header__burger.active .header__burger-inner::before,
  .header__burger.active .header__burger-inner::after,
  .header__burger.active .header__burger-inner span {
    width: 25px;
    background-color: #fff;
  }

  .header__burger.active .header__burger-inner::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }

  .header__burger.active .header__burger-inner::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px;
  }

  .header__burger.active .header__burger-inner span {
    -webkit-transform: translate(0, -50%) scale(0);
        -ms-transform: translate(0, -50%) scale(0);
            transform: translate(0, -50%) scale(0);
  }

  .header__burger-inner {
    display: block;
    width: 30px;
    height: 19px;
    position: relative;
    -webkit-transition: 0.3s ease width 0s;
    -o-transition: 0.3s ease width 0s;
    transition: 0.3s ease width 0s;
  }

  .header__burger-inner::before,
  .header__burger-inner::after,
  .header__burger-inner span {
    position: absolute;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 10%;
    border-radius: 20px;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
  }

  .header__burger-inner::before {
    content: "";
    top: 0;
  }

  .header__burger-inner::after {
    content: "";
    bottom: 0;
  }

  .header__burger-inner span {
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
  }

  .header__logo.active path {
    fill: #fff;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 0 0 40px;
    z-index: 3;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.3s ease top, 0.3s background-color 0s;
    -o-transition: 0.3s ease top, 0.3s background-color 0s;
    transition: 0.3s ease top, 0.3s background-color 0s;
  }

  .header__menu::before {
    content: "";
    background-color: #fff;
    position: fixed;
    z-index: 4;
    top: -100%;
    left: 0;
    width: 100%;
    height: 67px;
    -webkit-transition: 0.3s ease top, 0.3s background-color 0s;
    -o-transition: 0.3s ease top, 0.3s background-color 0s;
    transition: 0.3s ease top, 0.3s background-color 0s;
  }

  .header__menu.active {
    background-color: #01013f;
    top: 0;
  }

  .header__menu.active::before {
    background-color: #01013f;
    top: 0;
    border-bottom: 1px solid #fff;
  }

  .header__menu.active .menu-item a {
    color: #fff;
  }

  .header__list {
    -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;
    padding-top: 87px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .header .menu-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .menu-item::before {
    display: none;
  }

  .header .menu-item .menu__arrow {
    color: #fff;
    position: absolute;
    top: 8px;
    margin: 0;
    right: 25px;
    font-size: 10px;
    padding: 10px;
  }

  .header .menu-item.current-menu-item > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-text-decoration: underline #ffe600 2px;
            text-decoration: underline #ffe600 2px;
    text-underline-offset: 5px;
    margin-right: 20px;
  }

  .header .menu-item .sub-menu {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }

  .header__language .menu-item a img {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .header__language .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
        -ms-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 15px;
    border-bottom: 1px solid rgba(45, 77, 108, 0.1);
    padding: 30px 20px 20px;
    background: url("../img/icons/dropdown-bg.svg") no-repeat top/cover;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
    display: block;
    margin: 0;
  }

  .header__language .sub-menu .current-lang::after {
    background: url("../img/icons/lang-arrow-wh.svg") no-repeat center/contain;
  }

  .header__language--desk {
    display: none;
  }

  .header__language--mobile .menu-item a {
    font-weight: 400;
  }

  .header__language--mobile .current-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__language--mobile .current-lang::after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background: url("../img/icons/lang-arrow-wh.svg") no-repeat center/contain;
    margin-left: 10px;
  }

  .header__language--mobile .current-lang a {
    font-weight: 900 !important;
  }

  .header__language--mobile .menu__arrow {
    display: none;
  }

  .header__language--mobile .sub-menu {
    -webkit-transform: translate(-50%, 0) !important;
        -ms-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }

  .header__language--mobile .sub-menu._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .header.bg .header__menu::before {
    height: calc(67px - 20px);
  }

  .header.bg .header__list {
    padding-top: calc(67px - 10px);
  }

  .header.bg .header__body {
    height: calc(67px - 20px);
  }

  .header.bg .header__logo {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }

  .header__phone {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .header__phone-link {
    color: #fff;
  }

  .header__phone-label {
    color: #fff;
  }

  .footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .footer__request {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .front-main__bottom {
    padding-top: calc(100px + 50 * ((100vw - 320px) / (1600)));
  }

  .solutions__left {
    padding: 0px 0px 40px 0px;
  }

  .front-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .front-steps__item-text {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .front-steps__table {
    border-spacing: initial;
  }

  .front-steps__table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(-10px + -5 * ((100vw - 320px) / (1600)));
    margin-bottom: calc(-10px + -5 * ((100vw - 320px) / (1600)));
    margin-left: calc(-10px + -10 * ((100vw - 320px) / (1600)));
    margin-right: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .front-steps__table thead th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding-top: calc(10px + 5 * ((100vw - 320px) / (1600)));
    padding-bottom: calc(10px + 5 * ((100vw - 320px) / (1600)));
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1600)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
  }

  .front-steps__table thead th:first-child {
    display: none;
  }

  .front-steps__table tbody {
    display: none;
  }

  .front-clients .clients__list .clients__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .front-news .news__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .solutions__left {
    padding: 0px 0px 40px 0px;
  }

  .list-of-marketplaces .popup__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .front-main__features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .front-main__features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .front-main__features-item-label {
    font-size: 24px;
    line-height: 35px;
  }

  .front-main__features-item-link a {
    font-size: 22px;
    line-height: 31px;
  }

  .front-partners .swiper-container {
    padding-bottom: 0;
  }

  .front-steps__note {
    display: none;
  }

  .archive-clients .clients__list--desktop {
    display: none;
  }

  .archive-clients .clients__list--tablet {
    margin: 0;
  }

  .archive-clients .clients__list--tablet .cpt-alm-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
  }

  .archive-clients .clients__list--tablet .cpt-alm-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
  }

  .archive-clients .clients__list--tablet .clients__item {
    padding: 0;
  }

  .archive-clients .clients__list--tablet .cpt-alm-read-more {
    text-align: center;
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 10px;
    cursor: pointer;
    color: #111d35;
    min-height: 70px;
    padding: 20px 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #111d35;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
            box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more:focus {
    color: #ffe600;
    background-color: #111d35;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .archive-clients .clients__list--tablet .archive-clients-actions {
    width: 100%;
  }

  .archive-clients .clients__list--tablet .archive-clients-actions:not(:first-child) {
    margin-top: 40px;
  }

  .archive-clients .clients__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .archive-clients .clients__item-photo {
    padding-bottom: 50%;
  }

  .tabs-block4__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .partners-single__special {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .partners-single__special-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marketplace__features:not(:last-child) {
    margin-bottom: 30px;
  }

  .marketplace__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .list-of-marketplaces__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media screen and (max-width: 991px) and (max-width: 1920px) {
  .front-main__features-item-label {
    font-size: calc(16px + 8 * ((100vw - 320px) / (1600)));
    line-height: 145.83333%;
  }

  .front-main__features-item-link a {
    font-size: calc(18px + 4 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    min-height: calc(60px + 10 * ((100vw - 320px) / (1600)));
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    padding-top: calc(18px + 2 * ((100vw - 320px) / (1600)));
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    padding-bottom: calc(18px + 2 * ((100vw - 320px) / (1600)));
  }

  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    font-size: calc(18px + 4 * ((100vw - 320px) / (1600)));
    line-height: 140.90909%;
  }
}

@media screen and (max-width: 991px) and (max-width: 450px) {
  .archive-clients .clients__list--tablet .cpt-alm-btn-load-more {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .front-target .tabs__triggers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -10px 30px;
  }

  .front-target .tabs__triggers-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
    margin: 0;
  }

  .front-target .tabs__triggers-item .tabs__triggers-item-wrapper {
    height: 100%;
  }

  .front-entity__launch {
    width: 100%;
    margin-bottom: 40px;
  }

  .front-entity__launch:last-child {
    margin-bottom: 0;
  }

  .list-of-marketplaces__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .text-link::after {
    background: url(../img/icons/text-link-mob.svg) no-repeat center/contain;
  }

  .quiz-request__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .quiz-request__image {
    display: none;
  }

  .menu__list {
    width: 100%;
  }

  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    padding-top: calc(30px + -10 * ((100vw - 320px) / (1600)));
    padding-right: calc(10px + 10 * ((100vw - 320px) / (1600)));
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__logo .logo__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer__contacts-list {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .footer__contacts-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: calc(30px + -10 * ((100vw - 320px) / (1600)));
    padding-bottom: 0;
    padding-left: calc(10px + 10 * ((100vw - 320px) / (1600)));
    padding-right: 0;
  }

  .footer__social-item {
    max-width: calc(30px + 10 * ((100vw - 320px) / (1600)));
  }

  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .footer__menu-label {
    margin-bottom: 10px;
  }

  .footer__contacts-country {
    display: none;
  }

  .footer__request {
    display: none;
  }

  .front-main__top {
    background: #01013f;
  }

  .front-main__top-content {
    padding-bottom: 0;
  }

  .front-main__top-content .image-full__body {
    padding: 0;
  }

  .front-main__top-planet {
    min-width: 500px;
  }

  .front-main__top-planet .point,
  .front-main__top-planet .mainland-surface,
  .front-main__top-planet .company--small {
    opacity: 1;
  }

  .front-main .image-full {
    padding-bottom: 300px;
  }

  .front-main__features {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 14%);
        -ms-transform: translate(-50%, 14%);
            transform: translate(-50%, 14%);
    margin: 0;
  }

  .front-main__about-achievements-left {
    padding-bottom: 20px;
  }

  .front-horizons__geography-item-val::before {
    width: 10px;
    height: 10px;
  }

  .front-partners__feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .front-partners__feature-text {
    padding-bottom: 40px;
  }

  .front-partners__feature-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .front-steps__table thead th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .front-clients__btn {
    margin-top: 20px;
  }

  .clients__item-link::after {
    background: url(../img/icons/text-link-mob-db-white.svg) no-repeat center/contain;
  }

  .block5__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .block7__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .block8__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .block10 .tabs__triggers-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }

  .tabs-block2__item-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabs-block2__item-btn:not(:first-child) {
    margin-top: 30px;
  }

  .tabs-block5__table-note {
    display: none;
  }

  .tabs-block6__wrapper {
    background-position: right;
  }

  .tabs-block6__content {
    max-width: 514px;
  }

  .tabs-block7__list {
    margin: -10px;
  }

  .tabs-block7__list:not(:last-child) {
    margin-bottom: 10px;
  }

  .tabs-block7__item {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-archive__tabs .tabs__trigger-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(1) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(2) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(3) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(4) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(5) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(6) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(7) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(8) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(9) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(10) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(11) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(12) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(13) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(14) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(15) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(16) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(17) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(18) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(19) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:nth-child(20) {
    margin-bottom: -50px;
    padding-bottom: 40px;
  }

  .partners-archive__item-btn a {
    border: 0;
    padding: 0;
    min-height: auto;
  }

  .partners-archive__item-btn a span {
    -webkit-text-decoration: underline #040e17 from-font;
            text-decoration: underline #040e17 from-font;
    text-underline-offset: 3px;
  }

  .partners-single__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .partners-single__benefit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-single__benefit-title {
    min-height: auto;
  }

  .marketplace__numbers {
    margin-left: -25px;
  }

  .marketplace__sidebar {
    display: none;
  }

  .marketplace__sidebar--desktop {
    display: none;
  }

  .marketplace .widget-meta-data-filter .mdf_input_container:not(:last-child) {
    margin-bottom: 1px;
  }

  .marketplace .data-filter-section-title {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .marketplace .mdf_taxonomy_check_list {
    max-height: 185px;
  }

  .marketplace .mdf_taxonomy_check_list li {
    font-size: 14px;
    line-height: 20px;
  }

  .marketplace .mdf_search_form .mdf_input_container_block:first-child .mdf_input_container::after {
    background: url(../img/icons/search-gray.svg) no-repeat center/contain;
  }

  .marketplace .mdf_textinput {
    padding-right: 40px;
  }

  .marketplace .mdf_textinput {
    border-radius: 0;
  }

  .marketplace__search--desktop {
    display: none;
  }

  .marketplace__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }

  .marketplace__filter {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
  }

  .marketplace__filter._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    right: 0;
  }

  .marketplace__filter._active .marketplace__filter-wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .marketplace__filter-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 67px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease transform 0s;
    -o-transition: 0.3s ease transform 0s;
    transition: 0.3s ease transform 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .marketplace__list {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s ease all 0s;
    -o-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
  }

  .marketplace__list._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    right: 0;
  }

  .marketplace__list._active .marketplace__list-wrapper {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .marketplace__list-link {
    background-color: #111d35;
    height: 60px;
    min-height: 60px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    position: relative;
  }

  .marketplace__list-link:not(:last-child) {
    margin-bottom: 1px;
  }

  .marketplace__list-link--open {
    padding-right: 36px;
  }

  .marketplace__list-link--open::after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/icons/accordion-arrow-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    right: 10px;
  }

  .marketplace__list-link--close {
    padding-left: 50px;
  }

  .marketplace__list-link--close::before {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url(../img/icons/accordion-arrow-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    left: 10px;
  }

  .bg + .site__main .marketplace__filter-wrapper {
    padding-top: calc(67px - 20px);
  }

  .bg + .site__main .marketplace__list-wrapper {
    padding-top: calc(67px - 20px);
  }

  .list-of-marketplaces__items {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    scrollbar-width: thin;
  }

  .list-of-marketplaces__items::-webkit-scrollbar {
    width: 0;
  }

  .list-of-marketplaces__items .accordion__item {
    width: 100%;
    padding: 0;
  }

  .list-of-marketplaces__items .accordion__item:not(:last-child) {
    border-bottom: 1px solid #111d35;
  }

  .list-of-marketplaces__items .accordion__title {
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    background-color: #fcfcfc;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative;
  }

  .list-of-marketplaces__items .accordion__title::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    right: 20px;
    background: url(../img/icons/accordion-arrow-black.svg) no-repeat center/contain;
    -webkit-transition: 0.3s ease transform 0s;
    -o-transition: 0.3s ease transform 0s;
    transition: 0.3s ease transform 0s;
  }

  .list-of-marketplaces__items .accordion__title._active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .list-of-marketplaces__items .accordion__text {
    padding: 0 20px 16px;
    margin: 0;
  }

  .block11__item-title {
    margin: 0px 0px 0px 0px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 1920px) {
  .footer__contacts-list {
    margin-left: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .footer__contacts-list {
    margin-right: calc(-10px + -10 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__list {
    margin: calc(-15px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__list:not(:last-child) {
    margin-bottom: calc(5px + 5 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__item {
    padding: calc(15px + -5 * ((100vw - 320px) / (1600)));
  }

  .marketplace__numbers {
    margin-left: calc(-10px + -15 * ((100vw - 320px) / (1600)));
  }
}

@media screen and (max-width: 700px) {
  .block11__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {
  .header__language .menu-item a img {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .front-main__features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .front-main__features-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .front-main__features-item-icon {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .front-horizons {
    background-image: none !important;
  }

  .front-horizons__geography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .front-horizons__geography-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .front-partners .swiper__arrows .swiper__button {
    margin: 0 10px;
    font-size: 10px;
  }

  .front-partners .swiper__pagination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
  }

  .front-services__list {
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .front-services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .front-services__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 20px;
  }

  .front-services__item-icon {
    margin-right: 10px;
  }

  .front-services__item-title {
    margin-bottom: 0;
  }

  .front-services__item-btn {
    display: none;
  }

  .solutions {
    background-image: none !important;
  }

  .front-target .tabs__content-item {
    background-image: none;
  }

  .front-market__parallax {
    display: none;
  }

  .front-news .container {
    padding: 0;
  }

  .front-news__title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .front-news .swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions {
    background-image: none !important;
  }

  .block7__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .block7__item-wrapper {
    -webkit-box-shadow: 0px 4px 20px #e8e8e8;
            box-shadow: 0px 4px 20px #e8e8e8;
  }

  .block8__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabs-block4__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabs-block4__list {
    margin-bottom: 10px;
  }

  .tabs-block5__table--desk {
    display: none;
  }

  .partners-archive__tabs .tabs__trigger-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-archive__tabs .tabs__trigger-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .partners-archive__item-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-archive__item-logo {
    max-width: 241px;
  }

  .partners-archive__item-logo:not(:last-child) {
    margin-bottom: 10px;
  }

  .partners-archive__item-description {
    -webkit-line-clamp: 5;
  }

  .partners-archive__item-description:not(:last-child) {
    margin-bottom: 10px;
  }

  .partners-single__logo {
    max-width: 412px;
    margin-right: 0 !important;
  }

  .partners-single__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
    margin-right: 0 !important;
  }

  .partners-single__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .marketplace__features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .marketplace__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .qmn_mc_answer_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

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

  .qsm-question-comment__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .qsm-question-comment__wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .qsm-btn {
    font-size: 16px;
    line-height: 22px;
    height: 50px;
  }

  .qsm_contact_div {
    height: 40px;
  }

  .qsm_contact_div:not(:last-child) {
    margin-bottom: 27px;
  }

  .qsm_contact_div span {
    font-size: 10px;
    line-height: 14px;
    top: -7px;
  }

  .qsm-contact-type-checkbox label {
    font-size: 12px;
    line-height: 17px;
  }

  .qsm-contact-type-checkbox label::before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

@media screen and (max-width: 450px) {
  .front-main__btn a {
    width: 100%;
  }

  .front-main__btn-anim {
    display: none;
  }

  .front-partners__feature-title {
    padding-left: 25px;
  }

  .front-partners__feature-title::before {
    width: 15px;
    height: 15px;
    border: 3px solid #e0e2e2;
  }

  .front-partners__feature-text {
    padding-left: 25px;
  }

  .front-partners__feature-btn {
    max-width: 100%;
  }

  .front-partners__feature-btn a {
    width: 100%;
  }

  .front-partners__another-link a {
    padding: 10px 15px;
    width: 100%;
  }

  .front-target__btn a {
    width: 100%;
  }

  .front-target .tabs__triggers-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .front-entity__launch-item {
    padding-left: 45px;
  }

  .front-entity__launch-item::after {
    left: 17.5px;
  }

  .front-entity__launch-item:first-child {
    padding-bottom: 40px;
  }

  .front-entity__launch-item:first-child .front-entity__launch-item-num {
    -ms-flex-preferred-size: 35px;
        flex-basis: 35px;
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .front-entity__launch-item-num {
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    width: 25px;
    height: 25px;
    left: 5px;
  }

  .front-clients__btn a {
    width: 100%;
  }

  .front-market__btn a {
    width: 100%;
  }

  .front-faq__btn a {
    width: 100%;
  }

  .front-feeadback__item-wrapper::before {
    width: 15px;
    height: 15px;
    border: 3px solid #e0e2e2;
  }

  .front-feeadback__item-btn a {
    width: 100%;
    min-width: initial;
  }

  .block10 .tabs__triggers-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabs-block1__row {
    margin: -10px;
  }

  .tabs-block1__item {
    padding: calc(15px + -5 * ((100vw - 320px) / (1600)));
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabs-block2__item-btn a {
    width: 100%;
  }
}

@media screen and (max-width: 450px) and (max-width: 1920px) {
  .tabs-block1__row {
    margin: calc(-15px + 5 * ((100vw - 320px) / (1600)));
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .header__phone-icon {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .front-entity__launch:first-child {
    padding-right: calc(0px + 128 * ((100vw - 320px) / (1600)));
  }

  .tabs-block7__note {
    margin-left: calc(0px + 30 * ((100vw - 320px) / (1600)));
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }

  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }

  .iti__flag {
    background-image: url("../img/home/flags@2x.png");
  }
}

@media (any-hover: hover) {
  .breadcrumbs__link a:hover {
    -webkit-text-decoration: underline #040e17 from-font;
            text-decoration: underline #040e17 from-font;
  }

  ._content a:hover {
    opacity: 0.6;
    -webkit-text-decoration: underline transparent from-font;
            text-decoration: underline transparent from-font;
  }

  .btn-bg:hover,
  .mdf_button-bg:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(255, 229, 0, 0.3);
            box-shadow: 0px 4px 30px rgba(255, 229, 0, 0.3);
  }

  .btn-bg:focus,
  .mdf_button-bg:focus {
    background-color: #111d35;
    color: #ffe600;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .btn-wh:hover,
  .mdf_button-wh:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
            box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
  }

  .btn-wh:focus,
  .mdf_button-wh:focus {
    color: #ffe600;
    background-color: #111d35;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mdf_submit_button_container input:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(255, 229, 0, 0.3);
            box-shadow: 0px 4px 30px rgba(255, 229, 0, 0.3);
  }

  .mdf_submit_button_container input:focus {
    background-color: #111d35;
    color: #ffe600;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .mdf_reset_button:hover {
    -webkit-box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
            box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
  }

  .mdf_reset_button:focus {
    color: #ffe600;
    background-color: #111d35;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .form__privacy a:hover {
    -webkit-text-decoration: underline transparent from-font;
            text-decoration: underline transparent from-font;
    opacity: 0.6;
  }

  .tabs__triggers-item:hover .tabs__triggers-item-wrapper {
    -webkit-box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
            box-shadow: 0px 4px 30px rgba(17, 29, 53, 0.2);
  }

  .tabs__triggers-item:focus .tabs__triggers-item-wrapper {
    color: #ffe600;
    background-color: #111d35;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .popup__close:hover {
    opacity: 0.6;
  }

  .clients__item-wrapper:hover .clients__item-photo::before {
    opacity: 1;
  }

  .clients__item-wrapper:hover .clients__item-link {
    opacity: 1;
  }

  .clients__item-link:hover {
    -webkit-text-decoration: underline #fff;
            text-decoration: underline #fff;
  }

  .partners-archive__tabs .tabs__triggers-item:hover {
    color: #ffe600;
    background-color: #111d35;
  }

  .partners-single__link a:hover {
    opacity: 0.6;
  }

  .marketplace__all a:hover {
    color: #ffe600;
  }

  .marketplace .data-filter-section-title:hover {
    color: #ffe600;
  }

  .marketplace__item-wrapper:hover {
    -webkit-box-shadow: 0px 4px 12px rgba(17, 29, 53, 0.2);
            box-shadow: 0px 4px 12px rgba(17, 29, 53, 0.2);
  }

  .list-of-marketplaces__item a:hover {
    opacity: 0.6;
  }

  .block11__item-title:hover {
    cursor: initial;
    opacity: 1;
  }

  .block11__item-contact a:hover {
    opacity: 0.6;
    -webkit-text-decoration: underline #040e17 from-font;
            text-decoration: underline #040e17 from-font;
  }

  .block11__social-link:hover {
    -webkit-text-decoration: underline transparent from-font;
            text-decoration: underline transparent from-font;
    opacity: 0.6;
  }
}

@media (any-hover: none) {
  .breadcrumbs__link a {
    -webkit-text-decoration: underline #040e17 from-font;
            text-decoration: underline #040e17 from-font;
  }

  .clients__item-photo::before {
    opacity: 1;
  }

  .clients__item-link {
    opacity: 1;
  }

  .block11__item-contact a {
    -webkit-text-decoration: underline #040e17 from-font;
            text-decoration: underline #040e17 from-font;
  }
}