@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-style: normal;
  margin: 0;
  font-family: "Karla";
  font-style: normal;
}

main {
  overflow: hidden;
}

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

p {
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  display: block;
  width: 100%;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

input {
  outline: none;
  border: none;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  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: flex;
  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;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

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

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  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;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

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

.iti__country {
  display: flex;
  align-items: center;
  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 {
  margin-right: 6px;
}

[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 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;
}

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

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

[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.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--show-flags .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;
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 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;
  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;
}

.banner {
  background: url(../../img/bgd-banner.png) no-repeat;
  background-size: cover;
  padding: 93px 0;
  position: relative;
}
.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  position: relative;
}
.banner h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #FFF;
  width: 100%;
  max-width: 690px;
  position: relative;
  z-index: 5;
}
.banner h2 span {
  color: #c7143e;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 60px;
    padding-bottom: 66px;
  }
  .banner__inner {
    flex-direction: column;
    gap: 25px;
  }
  .banner h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 295px;
  }
}

.scrollDwn {
  position: absolute;
  bottom: 2%;
  right: 3%;
  z-index: 5;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .scrollDwn {
    width: 50px;
  }
}

.poster {
  background-image: url("../img/posterMob.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1800px;
  margin: 0 auto;
  padding: 206px 20px 20px 20px;
}
.poster div {
  display: flex;
  align-items: end;
  justify-content: end;
}
.poster p {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: white;
}
@media screen and (min-width: 768px) {
  .poster {
    background-image: url("../img/posterDesk.jpg");
    padding: 176px 110px 72px 529px;
  }
  .poster p {
    max-width: 811px;
    font-size: 35px;
  }
}

.about {
  padding: 50px 0;
  border-bottom: 1px solid #1a1c26;
}
.about__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about__text {
  width: 100%;
  max-width: 560px;
}
.about__text img {
  max-width: 40px;
}
.about__text__item {
  margin-bottom: 25px;
}
.about__text__item:last-child {
  margin-bottom: 0;
}
.about__text__item_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-bottom: 20px;
}
.about__text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #c7143e;
}
.about__text p {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.about h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #1a1c26;
  padding-bottom: 10px;
  margin-bottom: 80px;
  position: relative;
  text-transform: uppercase;
}
.about h2::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1000px;
  background: #1a1c26;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.about__option {
  position: relative;
}
.about__option-Img {
  border-radius: 14px;
  max-width: 600px;
}
.about ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: -100px;
  left: -30px;
}
.about ul li {
  padding: 20px 10px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #FFF;
  text-align: center;
  max-width: 160px;
}
.about ul li:nth-child(2) {
  margin-left: 40px;
}
.about ul li:nth-child(3) {
  margin-left: 80px;
}
.about ul li:nth-child(4) {
  margin-left: 120px;
}
.about ul img {
  width: 40px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.about ul p {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media screen and (max-width: 992px) {
  .about h2 {
    margin-bottom: 40px;
  }
  .about__inner {
    flex-direction: column;
  }
  .about ul {
    position: static;
    margin-top: 40px;
    flex-direction: row;
  }
  .about ul li:nth-child(2) {
    margin-left: 0px;
  }
  .about ul li:nth-child(3) {
    margin-left: 0px;
  }
  .about ul li:nth-child(4) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 20px 0;
  }
  .about h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    padding: 0;
  }
  .about h2::before {
    display: none;
  }
  .about__text p {
    font-size: 16px;
    line-height: 19px;
  }
  .about__text img {
    max-width: 25px;
    margin-right: 5px;
  }
  .about__text h3 {
    font-size: 20px;
    line-height: 23px;
  }
  .about__text__item_head {
    justify-content: center;
  }
  .about ul {
    gap: 15px;
    margin-top: 20px;
    justify-content: space-between;
  }
  .about ul li {
    padding: 10px 7px;
    border-radius: 8px;
  }
  .about ul img {
    width: 33px;
    height: 40px;
    margin-bottom: 5px;
  }
  .about ul p {
    font-size: 10px;
    line-height: 11px;
    max-width: 70px;
  }
  .about__inner {
    gap: 20px;
  }
}

.clients {
  padding: 50px 0;
  border-bottom: 1px solid #1a1c26;
}
.clients h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  color: #1a1c26;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
.clients__inner {
  padding-top: 50px;
}
.clients__item {
  padding: 30px 30px 40px;
  background: #1a1c26;
  color: #FFF;
  box-shadow: 0px 1.37px 1.37px 0px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid #c7143e;
  height: auto;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.clients__item__user {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.clients__item__user img {
  max-width: 80px;
  box-shadow: 2px 2px 4.7px 0px #c7143e;
  border-radius: 25px;
}
.clients__item__user h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  margin-bottom: 10px;
}
.clients__item__user p {
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}
.clients__item__user span {
  color: #c7143e;
}
.clients__item__desk {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-align: center;
}
.clients__arrow {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
  margin-top: 50px;
}
.clients__arrow img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.clients__arrow .button-next {
  transform: rotate(180deg);
}
.clients .swiper-slide-active {
  transform: scale(1.2);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .clients {
    padding: 20px 0;
  }
  .clients h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .clients .swiper-slide-active {
    transform: scale(1);
    position: relative;
    z-index: 5;
  }
  .clients__arrow {
    gap: 20px;
    margin-top: 20px;
  }
  .clients__arrow img {
    width: 20px;
    height: 20px;
  }
  .clients__arrow .button-next {
    transform: rotate(180deg);
  }
  .clients__item__desk {
    font-size: 9px;
    line-height: 12px;
  }
  .clients__inner {
    padding-top: 0px;
  }
  .clients__item {
    padding: 12px 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 17px;
  }
  .clients__item__user {
    gap: 12px;
    margin-bottom: 10px;
  }
  .clients__item__user img {
    max-width: 32px;
    border-radius: 10px;
  }
  .clients__item__user h3 {
    font-size: 8px;
    line-height: 10px;
    margin-bottom: 5px;
  }
  .clients__item__user p {
    font-size: 7px;
    line-height: 8px;
  }
}

.calculate {
  padding: 50px 0;
  background: #1a1c26;
  border-bottom: 1px solid #1a1c26;
  color: #FFF;
}
.calculate__title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  color: #c7143e;
  margin-bottom: 30px;
}
.calculate__title p {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.calculate__inner {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.calculate__sum {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.calculate__sum label {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #ab1037;
  width: 100%;
  max-width: 250px;
}
.calculate__sum label:last-child {
  margin-bottom: 0;
}
.calculate__sum input {
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  color: #c7143e;
  max-width: 250px;
  background: transparent;
}
.calculate__sum_val {
  display: flex;
  align-items: center;
  color: #c7143e;
}
.calculate__sum_val span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
}
.calculate__range {
  width: 100%;
  display: flex;
  position: relative;
}
.calculate__range img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 400%;
  padding: 0 30px;
  width: 300px;
}
@media (max-width: 768px) {
  .calculate__range img {
    width: 150px;
  }
}
.calculate__range input[type=range] {
  cursor: pointer;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(90deg, #f4f9fa 0%, #ecfdff 100%);
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
.calculate__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #1a1c26;
  z-index: 5;
  position: relative;
}
.calculate__range input[type=range]::-webkit-slider-thumb::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 0;
}
.calculate__range .range-fill {
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  border-radius: 60px;
  height: 30px;
  width: auto;
  background: linear-gradient(90deg, #e6345d 0%, #ab1037 100%);
  z-index: 1;
}
.calculate__range p {
  font-size: 20px;
  line-height: 35px;
  color: var(--white);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .calculate {
    padding: 20px 0;
  }
  .calculate__title h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
  }
  .calculate__title p {
    font-size: 15px;
    line-height: 18px;
    max-width: 350px;
    margin: 0 auto;
  }
  .calculate__inner {
    margin-top: 15px;
  }
  .calculate__sum {
    margin-bottom: 20px;
  }
  .calculate__sum label {
    font-size: 10px;
    line-height: 12px;
    max-width: 100px;
  }
  .calculate__sum input {
    font-size: 15px;
    line-height: 18px;
  }
  .calculate__sum_val span {
    font-size: 15px;
    line-height: 18px;
    margin-right: 0;
  }
  .calculate__range img {
    bottom: 250%;
    left: 45%;
  }
  .calculate__range input[type=range] {
    border-radius: 60px;
  }
  .calculate__range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 15px;
    height: 15px;
  }
  .calculate__range p {
    font-size: 20px;
    line-height: 35px;
    color: var(--white);
    font-weight: 400;
  }
  .calculate__range .range-fill {
    left: 1px;
    top: 1px;
    border-radius: 60px;
    height: 15px;
    width: auto;
    background: linear-gradient(90deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
    z-index: 1;
  }
}

.registre__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 420px;
  border-radius: 30px;
  background: rgba(26, 28, 38, 0.5568627451);
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}
.registre__form::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.59px;
  border-radius: 30px;
  background: linear-gradient(180deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.registre__form .registre__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.registre__form .registre__title img {
  height: 42px;
  width: auto;
}
.registre__form h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #FFF;
  text-align: center;
}
.registre__form input {
  border: 2px solid #cb3b5b;
  border-radius: 70px;
  padding: 11px 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFF;
  background: rgba(26, 28, 38, 0.5568627451);
}
.registre__form input::-moz-placeholder {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #b6b6ba;
}
.registre__form input::placeholder {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #b6b6ba;
}
.registre__form button {
  width: 100%;
  max-width: 285px;
  background: linear-gradient(90deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
  border: 2px solid inherit;
  border-radius: 70px;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  color: #FFF;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.registre__form button:hover {
  background: transparent;
  color: #c7143e;
}
@media screen and (max-width: 768px) {
  .registre__form {
    padding: 20px;
    gap: 13px;
    max-width: 335px;
    border-radius: 20px;
  }
  .registre__form::before {
    border-radius: 20px;
  }
  .registre__form .registre__title {
    gap: 6px;
  }
  .registre__form .registre__title img {
    height: 33px;
    width: auto;
  }
  .registre__form h3 {
    font-size: 35px;
    line-height: 100%;
  }
  .registre__form input {
    padding: 9px 20px;
    font-size: 17px;
    line-height: 100%;
  }
  .registre__form input::-moz-placeholder {
    font-size: 17px;
    line-height: 100%;
  }
  .registre__form input::placeholder {
    font-size: 17px;
    line-height: 100%;
  }
  .registre__form button {
    margin-top: 10px;
    max-width: 226px;
    padding: 5px;
    font-size: 27px;
    line-height: 100%;
  }
}

.topForm {
  display: flex;
  align-items: center;
  gap: 11px;
}
.topForm__img {
  width: 22px;
}
.topForm__txt {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  width: 266px;
  text-transform: capitalize;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.topLine {
  height: 2px;
  width: 120%;
  background: linear-gradient(90deg, #e65e2f 0%, #d32062 50%, #a8347f 80%, #e65e2f 100%);
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .topForm {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .topForm__img {
    width: 25px;
  }
  .topForm__txt {
    font-size: 20px;
    width: 360px;
  }
}
.topLine {
  height: 3px;
  width: 130%;
  background: linear-gradient(90deg, #e65e2f 0%, #d32062 50%, #a8347f 80%, #e65e2f 100%);
  margin-left: -40px;
}

.lineSdw {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.8);
}

.wind {
  position: relative;
  border-radius: 30px; /* закруглення бордера */
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #e65e2f 0%, #d32062 50%, #a8347f 100%) border-box; /* градієнт */
  border: 2px solid transparent; /* товщина бордера */
}

.invite {
  padding: 50px 0;
  border-bottom: 1px solid #1a1c26;
}
.invite h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #1a1c26;
  margin-bottom: 50px;
  text-align: center;
}
.invite__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.invite__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-left: 50px;
}
.invite__list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.invite__list__item:nth-child(2) {
  flex-direction: row-reverse;
}
.invite__list__item img {
  max-width: 140px;
}
.invite__list__item__txt {
  max-width: 405px;
}
.invite__list span {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: #c7143e;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}
.invite__list p {
  font-size: 24px;
  line-height: 28px;
  color: #1a1c26;
  text-align: center;
  margin-top: 15px;
}
.invite__list .arrow {
  position: absolute;
  top: 113px;
  right: -69px;
}
.invite__list .arrow-twice {
  right: auto;
  left: -84px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1240px) {
  .invite__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .invite {
    padding: 20px 0;
  }
  .invite h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
  }
  .invite__list {
    padding: 0;
    gap: 40px;
    padding: 0 20px;
  }
  .invite__list__item {
    gap: 12px;
  }
  .invite__list__item img {
    max-width: 80px;
  }
  .invite__list__item__txt {
    max-width: 250px;
  }
  .invite__list span {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .invite__list p {
    font-size: 14px;
    line-height: 16px;
  }
  .invite__list .arrow {
    top: 65px;
    right: -54px;
  }
  .invite__list .arrow-twice {
    left: -52px;
  }
}

.ola {
  padding-bottom: 50px;
  padding-top: 40px;
  border-bottom: 1px solid #c7143e;
}
.ola__title {
  margin-bottom: 50px;
}
.ola__title h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  color: #c7143e;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ola__title img {
  max-width: 50px;
  margin-right: 10px;
}
.ola__title p {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
}
.ola__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ola h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
  color: #c7143e;
  margin-bottom: 25px;
}
.ola ul div {
  width: 25px;
  border-radius: 50%;
  height: 25px;
  background: linear-gradient(180deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
}
.ola ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.ola ul li:last-child {
  margin-bottom: 0;
}
.ola ul span {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.ola__inner__sum {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}
.ola__sum__item b {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #c7143e;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.ola__sum__item p {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  max-width: 350px;
  text-align: center;
}
.ola video {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .ola__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ola {
    padding-bottom: 20px;
  }
  .ola h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .ola h2 img {
    max-width: 24px;
    margin-right: 5px;
  }
  .ola__title {
    margin-bottom: 20px;
  }
  .ola__title p {
    font-size: 15px;
    line-height: 17px;
  }
  .ola__inner {
    flex-direction: column;
    gap: 20px;
  }
  .ola h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .ola ul div {
    width: 13px;
    border-radius: 50%;
    height: 13px;
    background: linear-gradient(180deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
  }
  .ola ul li {
    gap: 11px;
    justify-content: center;
    margin-bottom: 12px;
  }
  .ola ul span {
    font-size: 15px;
    line-height: 17px;
  }
  .ola__inner__sum {
    margin-top: 20px;
  }
  .ola__inner__sum b {
    font-size: 23px;
    line-height: 26px;
  }
  .ola__inner__sum p {
    font-size: 14px;
    line-height: 16px;
    max-width: 200px;
  }
}

.header {
  position: relative;
  padding: 7px 0px;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 201px;
  z-index: 3;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  max-width: 1600px;
}
.header__logo {
  width: 125px;
}
.header__burger {
  width: 27px;
}
.header__desk-nav {
  display: none;
}
.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #444444;
  padding-bottom: 47px;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 8;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.header__menu.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__menu-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.header__menu-logo {
  width: 150px;
}
.header__menu-close {
  width: 15px;
}
.header__menu-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header__menu-nav li {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 6px;
}
.header__menu-nav li a {
  color: #fff;
}

.grad-line {
  background: linear-gradient(90deg, #e65e2f 0%, #d31e63 51.44%, #a8347f 100%);
  width: 100%;
  height: 4px;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 16px 0;
  }
  .header__bg {
    height: 361px;
    pointer-events: none;
  }
  .header__logo {
    width: 200px;
  }
  .header__burger {
    display: none;
  }
  .header__desk-nav {
    display: flex;
    gap: 70px;
    align-items: center;
  }
  .header__desk-nav a {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    padding: 20px 0;
    color: #404040;
  }
  .grad-line {
    height: 6px;
  }
}
.footer {
  padding-top: 35px;
}
.footer__mob-white {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__mob-white .cards {
  width: 335px;
  margin-bottom: 15px;
}
.footer__mob-white-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.footer__mob-white-list-item {
  color: #5a5a5a;
  font-weight: 700;
  font-size: 14, 42px;
  line-height: 100%;
}
.footer__mob-white .socials {
  width: 88px;
}
.footer__mob-bot {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(90deg, #e65e2f 0%, #d32062 50%, #a8347f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.footer__mob-bot ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 20px;
}
.footer__mob-bot ul li {
  color: white;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
}
.footer__mob-bot-txt {
  text-align: end;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: white;
}
@media screen and (min-width: 768px) {
  .footer__mob {
    display: none;
  }
}

.desk {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 90px;
  }
  .desk {
    display: block;
    position: relative;
  }
  .desk__top {
    display: flex;
    align-items: start;
    gap: 34px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
  .desk__top-imgs {
    display: flex;
    gap: 41px;
    align-items: center;
  }
  .desk__top-imgs-1 {
    width: 131px;
  }
  .desk__top-imgs-2 {
    width: 118px;
  }
  .desk__2 {
    display: flex;
    flex-direction: column;
    gap: 78px;
  }
  .desk__2-wrp {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .desk__2-wrp .bigtxt:last-child {
    margin-bottom: 0px !important;
  }
  .desk__2-soc {
    display: flex;
    gap: 3px;
    align-items: center;
  }
  .desk__2-soc img {
    width: 28px;
  }
  .desk__3 {
    display: flex;
    align-items: start;
    gap: 29px;
  }
  .desk__3 div {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  .desk__3 div .smalltxt:last-child {
    margin-bottom: 0px;
  }
  .desk__bot {
    position: relative;
    padding: 83px 50px 13px 50px;
  }
  .desk__bot-bigtxt {
    font-weight: 700;
    margin-bottom: 31px;
    font-size: 44px;
    line-height: 55px;
    margin-left: auto;
    color: white;
    text-align: end;
  }
  .desk__bot img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 293px;
    z-index: -1;
  }
  .desk__bot-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 9px;
  }
  .desk__bot-list p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: white;
  }
  .bigtxt {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #5a5a5a;
    margin-bottom: 14px;
  }
  .smalltxt {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #5a5a5a;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=main.css.map */