@charset "UTF-8";

@font-face {
    font-family: Roboto;
    src: url(../fonts/Oswald-Medium.ttf) format("truetype");
    /* src: url('../fonts/Roboto-Regular.woff'); */
    /* Дополнительные форматы шрифта, если нужно */
    /* src: url('fonts/your-font.woff2') format('woff2'),
           url('fonts/your-font.ttf') format('truetype'); */
  }

  @font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
    box-sizing: border-box
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body {
    font-family: 'Roboto', sans-serif;
    background: #000000;
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: 'Roboto', sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.iti {
    position: relative;
    display: block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    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
}

.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;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--group {
    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: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    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, .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, .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: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../images/intTelInput/flags.png);
    background-image: -webkit-image-set(url("../images/intTelInput/flags.webp") 1x);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

.iti__flag.iti__np {
    background-color: transparent
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 10px !important;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

.slick-dots li button {
    border: none;
    background-color: #fff;
    transition: all ease-in-out .2s;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button {
    color: #000;
    width: 19px;
    height: 19px;
    background-color: #ff6b0a
}

.slick-dots li button {
    color: #000;
    background-color: #ddc8ff;
    width: 19px;
    height: 19px
}

.slick-slide {
    margin: 0 6px
}

/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: 'Roboto', sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 1px 6px rgba(0,0,0,.4);
}

.hero-centered .eyebrow {
    display: inline-block;
    background: rgba(0,0,0,.2);
    padding: 5px 20px;
    border-radius: 10px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: .8rem;
}


h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: 'Roboto', sans-serif;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

video {
    cursor: pointer;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.eot);
    src: url(../fonts/Montserrat-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Italic.woff) format("woff"), url(../fonts/Montserrat-Italic.woff2) format("woff2"), url(../fonts/Montserrat-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-MediumItalic.eot);
    src: url(../fonts/Montserrat-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-MediumItalic.woff) format("woff"), url(../fonts/Montserrat-MediumItalic.woff2) format("woff2"), url(../fonts/Montserrat-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BoldItalic.eot);
    src: url(../fonts/Montserrat-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-BoldItalic.woff) format("woff"), url(../fonts/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/Montserrat-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

*,
::after,
::before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.pointer-events-none {
    pointer-events: none
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[16px\] {
    margin-bottom: 16px
}

.mb-\[18px\] {
    margin-bottom: 18px
}

.mb-\[19px\] {
    margin-bottom: 19px
}

.mb-\[236px\] {
    margin-bottom: 236px
}

.mb-\[24px\] {
    margin-bottom: 24px
}

.mb-\[28px\] {
    margin-bottom: 28px
}

.mt-12 {
    margin-top: 3rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-\[24px\] {
    height: 24px
}

.h-\[50px\] {
    height: 50px
}

.max-h-\[21px\] {
    max-height: 21px
}

.min-h-\[19px\] {
    min-height: 19px
}

.min-h-\[372px\] {
    min-height: 372px
}

.min-h-\[74px\] {
    min-height: 74px
}

.w-\[44px\] {
    width: 44px
}

.w-\[80px\] {
    width: 80px
}

.w-full {
    width: 100%
}

.w-max {
    width: -moz-max-content;
    width: max-content
}

.max-w-\[102px\] {
    max-width: 102px
}

.max-w-\[130px\] {
    max-width: 130px
}

.max-w-\[248px\] {
    max-width: 248px
}

.max-w-\[364px\] {
    max-width: 364px
}

.max-w-\[366px\] {
    max-width: 366px
}

.max-w-\[60px\] {
    max-width: 60px
}

.cursor-auto {
    cursor: auto
}

.cursor-pointer {
    cursor: pointer
}

.list-none {
    list-style-type: none
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-\[15px\] {
    gap: 15px
}

.gap-\[20px\] {
    gap: 20px
}

.gap-\[3px\] {
    gap: 3px
}

.gap-\[6px\] {
    gap: 6px
}

.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.gap-y-\[30px\] {
    row-gap: 30px
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-\[16px\] {
    border-radius: 16px
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-xl {
    border-radius: .75rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-\[1px\] {
    border-width: 1px
}

.border-accent {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(156 111 226 / var(--tw-border-opacity))
}

.border-violet {
    --tw-border-opacity: 1;
    border-color: rgb(222 120 161 / var(--tw-border-opacity))
}

.bg-\[\#F9F4FF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 244 255 / var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-black\/10 {
    background-color: rgb(0 0 0 / .1)
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(156 111 226 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(249 244 255 / var(--tw-bg-opacity))
}

.fill-primary {
    fill: #9c6fe2
}

.fill-white {
    fill: #fff
}

.p-2 {
    padding: .5rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[15px\] {
    padding: 15px
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px
}

.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-\[5\.5px\] {
    padding-top: 5.5px;
    padding-bottom: 5.5px
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-\[304px\] {
    padding-bottom: 304px
}

.pl-\[124px\] {
    padding-left: 124px
}

.pl-\[12px\] {
    padding-left: 12px
}

.pl-\[27px\] {
    padding-left: 27px
}

.pl-\[31px\] {
    padding-left: 31px
}

.pl-\[55px\] {
    padding-left: 55px
}

.pl-\[68px\] {
    padding-left: 68px
}

.pl-\[80px\] {
    padding-left: 80px
}

.pl-\[84px\] {
    padding-left: 84px
}

.pr-4 {
    padding-right: 1rem
}

.pr-\[12px\] {
    padding-right: 12px
}

.pr-\[16px\] {
    padding-right: 16px
}

.pt-\[17px\] {
    padding-top: 17px
}

.pt-\[9px\] {
    padding-top: 9px
}

.text-center {
    text-align: center
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[11px\] {
    font-size: 11px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[15px\] {
    font-size: 15px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[32px\] {
    font-size: 32px
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.leading-\[1\.21\] {
    line-height: 1.21
}

.leading-\[1\.22\] {
    line-height: 1.22
}

.leading-\[1\.25\] {
    line-height: 1.25
}

.leading-\[1\.2\] {
    line-height: 1.2
}

.leading-\[1\] {
    line-height: 1
}

.leading-\[2\] {
    line-height: 2
}

.tracking-\[0\.05em\] {
    letter-spacing: .05em
}

.tracking-\[0\.095em\] {
    letter-spacing: .095em
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-black-light {
    --tw-text-opacity: 1;
    color: rgb(32 32 32 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-white-secondDark {
    --tw-text-opacity: 1;
    color: rgb(208 210 217 / var(--tw-text-opacity))
}

.opacity-30 {
    opacity: .3
}

.opacity-50 {
    opacity: .5
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

body {
    --tw-bg-opacity: 1;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    --tw-text-opacity: 1;
}

.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.btn-bg-white {
    display: block;
    width: 100%;
    max-width: 272px;
    border-radius: 1rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 10 / var(--tw-bg-opacity));
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: .3s
}

.btn-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.btn-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.btn-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto 12px;
    border: 0;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px;
    white-space: normal;
    background: #0A8A40;
    color: #fff;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    -webkit-box-shadow: 1px 1px 1px hsla(0, 0%, 100%, .1) inset;
    box-shadow: inset 1px 1px 1px hsla(0, 0%, 100%, .1);
    position: relative;
    overflow: hidden;
}

.btn-header:hover {
    background-color: #7aa313;
}

.btn-header strong {
    display: block;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.08rem;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-top: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.btn-header span {
    font-size: .6rem;
    line-height: 1.4;
    display: inline-block;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.input-wrap {
    position: relative;
    width: 100%;
    font-weight: 500
}

.input-wrap-half {
    width: calc((100% - 1.5rem)/ 2)
}

.input-wrap-half+.input-wrap-checkbox {
    margin-top: 1.5rem
}

.input-label {
    margin-bottom: .25rem;
    display: inline-block
}

.input-message {
    resize: none
}

input[type=email].input-field,
input[type=tel].input-field {
    padding-top: 3px;
    padding-bottom: 5px
}

input[type=tel].input-field {
    padding-left: 3.5rem;
    padding-right: .5rem
}

.input-field {
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 2;
    background-color: #fff;
}

.input-field::-moz-placeholder {
    font-size: 18px;
    line-height: 1.22;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.input-field::placeholder {
    font-size: 18px;
    line-height: 1.22;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.input-field:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.input-field.is-invalid {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity))
}

.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

[type=checkbox]:checked+.checkbox {
    background-image: url(../images/check.svg)
}

.input-label-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 2.5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.input-label-checkbox>.is-invalid+.checkbox {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity))
}

.just-validate-error-label {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: .25rem;
    --tw-translate-y: calc(100% + 4px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: .6rem;
    font-weight: 700;
    line-height: 1.1
}

.leeloo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    overflow: hidden
}

.leeloo .leeloo-lgt-form-wrapper {
    display: block
}

.leeloo iframe {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.leeloo>div .leeloo-lgt-form-wrapper .leeloo-lgt-form {
    width: 100% !important
}

.leeloo .leeloo-lgt-form {
    width: 100% !important
}

.leeloo>div {
    width: 100%
}

.progress-bar {
    position: relative;
    margin-top: 1.5rem;
    height: 10px;
    width: 100%;
    border-radius: 1rem
}

.progress-bar .color {
    position: absolute;
    height: 10px;
    width: 0;
    border-radius: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 10 / var(--tw-bg-opacity));
    animation: progress 4s infinite linear
}

@keyframes progress {
    0% {
        width: 0%
    }

    25% {
        width: 50%
    }

    50% {
        width: 75%
    }

    75% {
        width: 85%
    }

    100% {
        width: 100%
    }
}

.scroll-hidden {
    overflow: hidden
}

.steps-bar {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.steps-bar .active:before {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.steps-bar>.item {
    position: relative;
    overflow: visible;
    white-space: nowrap;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    padding-bottom: 1.25rem;
    text-align: center;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity));
    flex: 2
}

.steps-bar>.item:first-child,
.steps-bar>.item:last-child {
    flex: 1 1 0%
}

.steps-bar>.item:first-child {
    padding-left: .75rem;
    text-align: left
}

.steps-bar>.item:last-child {
    text-align: right
}

.steps-bar>.item:before {
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 15px);
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 9999px;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-duration: .3s;
    transition-timing-function: linear;
    --tw-content: "";
    content: var(--tw-content)
}

.steps-bar>.item:first-child:before {
    left: 0
}

.steps-bar>.item:last-child:before {
    left: auto;
    right: 0
}

.steps-bar>.item.active:before {
    --tw-scale-x: 1.33;
    --tw-scale-y: 1.33;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.steps-bar>.item span {
    transition-duration: .3s;
    transition-timing-function: linear
}

.steps-bar>.item:not(.active) span {
    opacity: 0
}

.form-btn {
    margin-top: 1.5rem;
    width: 100%;
    border-radius: 1rem;
    border-width: 2px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 107 10 / var(--tw-bg-opacity));
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: .3s;
    transition-timing-function: linear
}

.form-btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity))
}

.form-btn:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity))
}

.form__register-blc {
    background: linear-gradient(119deg,#543795,#443695);
}

.form__register-blc p {
    color: #fff;
}

.form__register-blc h2 {
    color: #fff;
}

.backdrop {
    visibility: visible;
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    overflow: auto;
    opacity: 1;
    transition-duration: .1s;
    transition-timing-function: linear;
    background-color: rgba(0, 0, 0, .55)
}

.backdrop.is-hidden {
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

.modal-close-btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    display: grid;
    height: 2rem;
    width: 2rem;
    place-items: center;
    border-radius: 9999px;
    fill: #202020;
    padding: 0;
    transition-duration: .3s;
    transition-timing-function: linear
}

.modal-close-btn:hover {
    fill: #ff6b0a
}

.modal-close-btn:focus {
    fill: #ff6b0a
}

.loading-meter {
    height: 30px;
    position: relative;
    margin-bottom: 20px;
    background: #2a1e5c;
    border-radius: 25px;
    padding: 6px;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.loading-meter > span {
    text-align: center;
    color: #fff;
    line-height: 24px;
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #a3dc18;
    position: relative;
    overflow: hidden;
}

.loading-meter > span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient( -45deg, rgba(0,0,0, .05) 25%, transparent 25%, transparent 50%, rgba(0,0,0, .05) 50%, rgba(0,0,0, .05) 75%, transparent 75%, transparent );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.modal {
    background: linear-gradient(119deg,#543795,#443695);
    margin: auto;
    display: flex;
    /* width: 100%; */
    max-width: 32rem;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: .5rem;
    padding: 1.5rem;
    transition-duration: .3s;
    transition-timing-function: linear
}

.is-hidden .modal {
    --tw-translate-y: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.timer-site__digits:last-child {
    color: #ff6b0a
}

.timer-site__dots {
    padding-bottom: 12px
}

.header .alarm {
    display: inline-block;
    background-image: url(../images/header/alarm.svg);
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: top 8.5px left 16px
}

.header .tablet {
    display: inline-block;
    background-image: url(../images/header/tablet.png);
    background-image: -webkit-image-set(url("../images/header/tablet.webp") 1x);
    background-repeat: no-repeat;
    background-size: 64px auto;
    background-position: top left;
    min-height: 48px
}

.header__register-blc {
    background: #fff
}

.feel .item:nth-child(1)::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 56px;
    height: 56px;
    background-image: url(../images/feel/1.svg);
    background-position: top 50% center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 16px
}

.feel .item:nth-child(1)::before {
    background-color: #1da551
}

.feel .item:nth-child(2)::before {
    background-color: #273da4
}

.feel .item:nth-child(3)::before {
    background-color: #623771
}

.feel .item:nth-child(4)::before {
    background-color: #d062d1
}

.feel .item:nth-child(2)::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 56px;
    height: 56px;
    background-image: url(../images/feel/2.svg);
    background-position: top 50% center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 16px
}

.feel .item:nth-child(1)::before {
    background-color: #1da551
}

.feel .item:nth-child(2)::before {
    background-color: #273da4
}

.feel .item:nth-child(3)::before {
    background-color: #623771
}

.feel .item:nth-child(4)::before {
    background-color: #d062d1
}

.feel .item:nth-child(3)::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 56px;
    height: 56px;
    background-image: url(../images/feel/3.svg);
    background-position: top 50% center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 16px
}

.feel .item:nth-child(1)::before {
    background-color: #1da551
}

.feel .item:nth-child(2)::before {
    background-color: #273da4
}

.feel .item:nth-child(3)::before {
    background-color: #623771
}

.feel .item:nth-child(4)::before {
    background-color: #d062d1;
    content: "";
    display: block;
    width: 100%;
    max-width: 56px;
    height: 56px;
    background-image: url(../images/feel/4.svg);
    background-position: top 50% center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 16px
}

.feel .item:nth-child(1)::before {
    background-color: #1da551
}

.feel .item:nth-child(2)::before {
    background-color: #273da4
}

.feel .item:nth-child(3)::before {
    background-color: #623771
}

.feel .item:nth-child(4)::before {
    background-color: #d062d1
}

.query .item:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #e44a59;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.query .item:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #5b86a1;
    border-radius: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.query .item:nth-child(3)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #6a95ea;
    border-radius: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.query .item:nth-child(4)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #e38800;
    border-radius: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.query .item:nth-child(5)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #d90083;
    border-radius: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.query .item:nth-child(6)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #623771;
    border-radius: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.profession .item:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #e44a59;
    border-radius: 50%;
    top: 0;
    left: 0
}

.profession .item:nth-child(2)::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #e38800;
    border-radius: 50%;
    top: 0;
    left: 0
}

.marathon .item:nth-child(1) {
    background-image: url(../images/marathon/1.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    min-height: 56px
}

.marathon .item:nth-child(2) {
    background-image: url(../images/marathon/2.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    min-height: 56px
}

.marathon .item:nth-child(3) {
    background-image: url(../images/marathon/3.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    min-height: 56px
}

.marathon .item:nth-child(4) {
    background-image: url(../images/marathon/4.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    min-height: 56px
}

.register {
    background-image: url(../images/register/mob.png);
    background-image: -webkit-image-set(url("../images/register/mob.webp") 1x);
    background-repeat: no-repeat;
    background-position: bottom 210px center;
    background-size: 272px auto
}

.register .timer_js {
    background-color: #f5f7ff
}

.works .icon::before {
    content: "";
    width: 56px;
    height: 56px;
    background-color: #ff6b0a;
    border-radius: 16px;
    background-image: url(../images/works/icon-hand.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    display: block;
    position: absolute;
    top: 16px;
    left: 16px
}

.plans .numbers-item {
    display: flex;
    background-color: #fff;
    border-radius: 16px
}

.plans .numbers-item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.plans .numbers-item.active {
    background-color: #ff6b0a;
    color: #fff
}

.plans .numbers-item.done {
    background-color: #ddc8ff;
    color: #fff
}

.plans .item:nth-child(1) .image-wrapper {
    background-image: url(../images/plans/1-1.svg);
    background-repeat: no-repeat;
    background-position: bottom calc(50% - 20px) left;
    background-size: 106px auto
}

.plans .item:nth-child(2) .image-wrapper {
    background-image: url(../images/plans/2-1.svg);
    background-repeat: no-repeat;
    background-position: bottom calc(50% - 20px) left;
    background-size: 106px auto
}

.plans .item:nth-child(3) .image-wrapper {
    background-image: url(../images/plans/3-1.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 106px auto
}

.plans .item:nth-child(4) .image-wrapper {
    background-image: url(../images/plans/4-1.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 106px auto
}

.plans .item:nth-child(5) .image-wrapper {
    background-image: url(../images/plans/5-1.svg);
    background-repeat: no-repeat;
    background-position: bottom calc(50% - 20px) left;
    background-size: 106px auto
}

.plans .item:first-child {
    padding-top: 0
}

.plans .item:last-child {
    padding-bottom: 0
}

.people .prev-btn {
    position: absolute;
    bottom: -7px;
    left: 10px
}

.people .next-btn {
    position: absolute;
    bottom: -7px;
    right: 10px
}

.message {
    background-image: url(../images/register/mob.png);
    background-image: -webkit-image-set(url("../images/register/mob.webp") 1x);
    background-repeat: no-repeat;
    background-position: bottom 220px center;
    background-size: 272px auto
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-accent:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 107 10 / var(--tw-border-opacity))
}

.hover\:fill-accent:hover {
    fill: #ff6b0a
}

.hover\:text-accent:hover {
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity))
}

.hover\:opacity-100:hover {
    opacity: 1
}

.focus\:text-accent:focus {
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity))
}

.focus\:opacity-100:focus {
    opacity: 1
}

.disabled\:border-none:disabled {
    border-style: none
}

.disabled\:bg-gray-200:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.disabled\:hover\:text-white:hover:disabled {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width:480px) {
    .container {
        max-width: 480px;
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .sm\:max-w-\[120px\] {
        max-width: 120px
    }
}

@media (min-width:768px) {
    .slick-slide {
        margin: 0 20px
    }

    .container {
        max-width: 768px;
        padding-right: 2rem;
        padding-left: 2rem
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section-title {
        font-size: 32px
    }

    .btn-bg-white {
        max-width: 290px
    }

    .btn-header {
       /* max-width: 280px; */
        font-size: 16px
    }

    .modal {
        padding: 2rem
    }

    .header .alarm {
        background-size: 28px auto;
        background-position: center left 16px
    }

    .header .tablet {
        min-height: 64px;
        background-size: 84px auto;
        background-position: top 5px left
    }

    .feel .item:nth-child(1)::before {
        max-width: 74px;
        height: 74px
    }

    .feel .item:nth-child(2)::before {
        max-width: 74px;
        height: 74px
    }

    .feel .item:nth-child(3)::before {
        max-width: 74px;
        height: 74px
    }

    .feel .item:nth-child(4)::before {
        max-width: 74px;
        height: 74px
    }

    .query .item:nth-child(1)::before {
        width: 32px;
        height: 32px
    }

    .query .item:nth-child(2)::before {
        width: 32px;
        height: 32px
    }

    .query .item:nth-child(3)::before {
        width: 32px;
        height: 32px
    }

    .query .item:nth-child(4)::before {
        width: 32px;
        height: 32px
    }

    .query .item:nth-child(5)::before {
        width: 32px;
        height: 32px
    }

    .query .item:nth-child(6)::before {
        width: 32px;
        height: 32px
    }

    .profession .item:nth-child(1)::before {
        width: 32px;
        height: 32px
    }

    .profession .item:nth-child(2)::before {
        width: 32px;
        height: 32px
    }

    .marathon .item:nth-child(1) {
        background-image: url(../images/marathon/1-tab.svg);
        background-size: 74px 74px;
        min-height: 74px
    }

    .marathon .item:nth-child(2) {
        background-image: url(../images/marathon/2-tab.svg);
        background-size: 74px 74px;
        min-height: 74px
    }

    .marathon .item:nth-child(3) {
        background-image: url(../images/marathon/3-tab.svg);
        background-size: 74px 74px;
        min-height: 74px
    }

    .marathon .item:nth-child(4) {
        background-image: url(../images/marathon/4-tab.svg);
        background-size: 74px 74px;
        min-height: 74px
    }

    .register {
        background-image: url(../images/register/tab.png);
        background-image: -webkit-image-set(url("../images/register/tab.webp") 1x);
        background-position: top 60px left calc(50% - 220px);
        background-size: 272px auto
    }

    .works .icon::before {
        width: 74px;
        height: 74px
    }

    .plans .item:nth-child(1) {
        background-image: url(../images/plans/1.svg);
        background-repeat: no-repeat;
        background-size: 304px auto;
        background-position: top 66px right calc(50% - 200px)
    }

    .plans .item:nth-child(2) {
        background-image: url(../images/plans/2.svg);
        background-repeat: no-repeat;
        background-size: 336px auto;
        background-position: top 150px left calc(50% - 200px)
    }

    .plans .item:nth-child(2) .image-wrapper {
        background-position: bottom 6px left
    }

    .plans .item:nth-child(3) {
        background-image: url(../images/plans/3.svg);
        background-repeat: no-repeat;
        background-size: 336px auto;
        background-position: top 150px right calc(50% - 200px)
    }

    .plans .item:nth-child(4) {
        background-image: url(../images/plans/4.svg);
        background-repeat: no-repeat;
        background-size: 336px auto;
        background-position: top 130px left calc(50% - 200px)
    }

    .plans .item:nth-child(5) {
        background-image: url(../images/plans/5.svg);
        background-repeat: no-repeat;
        background-size: 336px auto;
        background-position: top 150px right calc(50% - 200px)
    }

    .plans .item:nth-child(5) .image-wrapper {
        background-position: bottom 5px left
    }

    .plans .item:nth-child(even) .item-wrapper {
        margin-left: auto
    }

    .people .prev-btn {
        left: 225px
    }

    .people .next-btn {
        right: 233px
    }

    .message {
        background-image: url(../images/register/tab.png);
        background-image: -webkit-image-set(url("../images/register/tab.webp") 1x);
        background-position: top 60px left calc(50% - 220px);
        background-size: 272px auto
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mb-\[24px\] {
        margin-bottom: 24px
    }

    .md\:mb-\[29px\] {
        margin-bottom: 29px
    }

    .md\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:max-h-\[47px\] {
        max-height: 47px
    }

    .md\:min-h-0 {
        min-height: 0
    }

    .md\:min-h-\[108px\] {
        min-height: 108px
    }

    .md\:min-h-\[32px\] {
        min-height: 32px
    }

    .md\:min-h-\[375px\] {
        min-height: 375px
    }

    .md\:w-\[284px\] {
        width: 284px
    }

    .md\:w-\[336px\] {
        width: 336px
    }

    .md\:min-w-\[290px\] {
        min-width: 290px
    }

    .md\:min-w-\[336px\] {
        min-width: 336px
    }

    .md\:max-w-\[102px\] {
        max-width: 102px
    }

    .md\:max-w-\[134px\] {
        max-width: 134px
    }

    .md\:max-w-\[156px\] {
        max-width: 156px
    }

    .md\:max-w-\[165px\] {
        max-width: 165px
    }

    .md\:max-w-\[280px\] {
        max-width: 280px
    }

    .md\:max-w-\[336px\] {
        max-width: 336px
    }

    .md\:max-w-\[371px\] {
        max-width: 371px
    }

    .md\:max-w-\[400px\] {
        max-width: 400px
    }

    .md\:max-w-\[402px\] {
        max-width: 402px
    }

    .md\:max-w-\[408px\] {
        max-width: 408px
    }

    .md\:max-w-\[547px\] {
        max-width: 547px
    }

    .md\:max-w-\[554px\] {
        max-width: 554px
    }

    .md\:max-w-\[600px\] {
        max-width: 600px
    }

    .md\:max-w-\[640px\] {
        max-width: 640px
    }

    .md\:max-w-\[95\%\] {
        max-width: 95%
    }

    .md\:max-w-max {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-2 {
        gap: .5rem
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-\[16px\] {
        gap: 16px
    }

    .md\:gap-\[25px\] {
        gap: 25px
    }

    .md\:gap-\[28px\] {
        gap: 28px
    }

    .md\:gap-\[30px\] {
        gap: 30px
    }

    .md\:gap-\[40px\] {
        gap: 40px
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .md\:gap-x-\[58px\] {
        -moz-column-gap: 58px;
        column-gap: 58px
    }

    .md\:gap-x-\[84px\] {
        -moz-column-gap: 84px;
        column-gap: 84px
    }

    .md\:gap-x-\[88px\] {
        -moz-column-gap: 88px;
        column-gap: 88px
    }

    .md\:gap-y-4 {
        row-gap: 1rem
    }

    .md\:gap-y-5 {
        row-gap: 1.25rem
    }

    .md\:gap-y-\[32px\] {
        row-gap: 32px
    }

    .md\:gap-y-\[40px\] {
        row-gap: 40px
    }

    .md\:whitespace-normal {
        white-space: normal
    }

    .md\:rounded-\[8px\] {
        border-radius: 8px
    }

    .md\:px-\[52px\] {
        padding-left: 52px;
        padding-right: 52px
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .md\:py-2\.5 {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .md\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .md\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .md\:py-\[8px\] {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-\[100px\] {
        padding-left: 100px
    }

    .md\:pl-\[104px\] {
        padding-left: 104px
    }

    .md\:pl-\[106px\] {
        padding-left: 106px
    }

    .md\:pl-\[122px\] {
        padding-left: 122px
    }

    .md\:pl-\[48px\] {
        padding-left: 48px
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:text-\[12px\] {
        font-size: 12px
    }

    .md\:text-\[14px\] {
        font-size: 14px
    }

    .md\:text-\[16px\] {
        font-size: 16px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[22px\] {
        font-size: 22px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[32px\] {
        font-size: 32px
    }

    .md\:text-\[40px\] {
        font-size: 40px
    }

    .md\:text-\[48px\] {
        font-size: 48px
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:leading-\[1\.25\] {
        line-height: 1.25
    }

    .md\:leading-\[1\.2\] {
        line-height: 1.2
    }

    .md\:leading-\[1\.4\] {
        line-height: 1.4
    }

    .md\:leading-\[1\.55\] {
        line-height: 1.55
    }
}

@media screen and (min-width:768px) and (min-device-pixel-ratio:2),
screen and (min-width:768px) and (-moz-min-device-pixel-ratio:2),
screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:768px) and (min-resolution:192dpi),
screen and (min-width:768px) and (min-resolution:2dppx) {
    .register {
        background-image: url(../images/register/tab@2x.png);
        background-image: -webkit-image-set(url("../images/register/tab@2x.webp") 2x)
    }

    .message {
        background-image: url(../images/register/tab@2x.png);
        background-image: -webkit-image-set(url("../images/register/tab@2x.webp") 2x)
    }
}

@media (min-width:1280px) {
    .slick-slide {
        margin: 0 16px
    }

    .container {
        max-width: 1280px;
        padding-right: 2rem;
        padding-left: 2rem
    }

    .section {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .section-title {
        font-size: 48px
    }

    .header .alarm {
        background-size: 28px auto
    }

    .header .tablet {
        min-height: 89px;
        background-size: 119px auto;
        background-position: top 5px left
    }

    .header .hide-wrapper .form__timer {
        display: none
    }

    .register {
        background-image: url(../images/register/desk.png);
        background-image: -webkit-image-set(url("../images/register/desk.webp") 1x);
        background-position: top 48px left calc(50% - 323px);
        background-size: 592px auto
    }

    .plans .numbers-item .number {
        width: 28px;
        height: 28px
    }

    .plans .item:nth-child(1) {
        background-size: 604px auto;
        background-position: top -45px right calc(50% - 318px)
    }

    .plans .item:nth-child(1) .image-wrapper {
        background-position: top left;
        background-size: 180px auto
    }

    .plans .item:nth-child(2) {
        background-size: 604px auto;
        background-position: top 106px left calc(50% - 318px)
    }

    .plans .item:nth-child(2) .image-wrapper {
        background-position: top left;
        background-size: 180px auto
    }

    .plans .item:nth-child(3) {
        background-size: 604px auto;
        background-position: top 106px right calc(50% - 318px)
    }

    .plans .item:nth-child(3) .image-wrapper {
        background-position: top left;
        background-size: 180px auto
    }

    .plans .item:nth-child(4) {
        background-size: 604px auto;
        background-position: top 36px left calc(50% - 318px)
    }

    .plans .item:nth-child(4) .image-wrapper {
        background-position: top left;
        background-size: 180px auto
    }

    .plans .item:nth-child(5) {
        background-size: 604px auto;
        background-position: top 89px right calc(50% - 318px)
    }

    .plans .item:nth-child(5) .image-wrapper {
        background-position: top left;
        background-size: 180px auto
    }

    .message {
        background-image: url(../images/register/desk.png);
        background-image: -webkit-image-set(url("../images/register/desk.webp") 1x);
        background-position: top 80px left calc(50% - 323px);
        background-size: 592px auto
    }

    .xl\:absolute {
        position: absolute
    }

    .xl\:relative {
        position: relative
    }

    .xl\:left-\[135px\] {
        left: 135px
    }

    .xl\:top-\[38px\] {
        top: 38px
    }

    .xl\:mb-0 {
        margin-bottom: 0
    }

    .xl\:mb-10 {
        margin-bottom: 2.5rem
    }

    .xl\:mb-4 {
        margin-bottom: 1rem
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:mb-\[11px\] {
        margin-bottom: 11px
    }

    .xl\:mb-\[27px\] {
        margin-bottom: 27px
    }

    .xl\:mb-\[29px\] {
        margin-bottom: 29px
    }

    .xl\:mb-\[30px\] {
        margin-bottom: 30px
    }

    .xl\:mb-\[40px\] {
        margin-bottom: 40px
    }

    .xl\:mb-\[42px\] {
        margin-bottom: 42px
    }

    .xl\:mb-\[60px\] {
        margin-bottom: 60px
    }

    .xl\:mb-\[6px\] {
        margin-bottom: 6px
    }

    .xl\:ml-auto {
        margin-left: auto
    }

    .xl\:mr-0 {
        margin-right: 0
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:grid {
        display: grid
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-\[469px\] {
        height: 469px
    }

    .xl\:max-h-\[66px\] {
        max-height: 66px
    }

    .xl\:min-h-\[126px\] {
        min-height: 126px
    }

    .xl\:w-\[296px\] {
        width: 296px
    }

    .xl\:w-\[312px\] {
        width: 312px
    }

    .xl\:w-\[403px\] {
        width: 403px
    }

    .xl\:w-\[484px\] {
        width: 484px
    }

    .xl\:w-\[49px\] {
        width: 49px
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:max-w-\[164px\] {
        max-width: 164px
    }

    .xl\:max-w-\[187px\] {
        max-width: 187px
    }

    .xl\:max-w-\[280px\] {
        max-width: 280px
    }

    .xl\:max-w-\[315px\] {
        max-width: 315px
    }

    .xl\:max-w-\[384px\] {
        max-width: 384px
    }

    .xl\:max-w-\[484px\] {
        max-width: 484px
    }

    .xl\:max-w-\[592px\] {
        max-width: 592px
    }

    .xl\:max-w-\[612px\] {
        max-width: 612px
    }

    .xl\:max-w-\[614px\] {
        max-width: 614px
    }

    .xl\:max-w-\[663px\] {
        max-width: 663px
    }

    .xl\:max-w-\[692px\] {
        max-width: 692px
    }

    .xl\:max-w-\[746px\] {
        max-width: 746px
    }

    .xl\:max-w-\[832px\] {
        max-width: 832px
    }

    .xl\:max-w-\[94\%\] {
        max-width: 94%
    }

    .xl\:max-w-\[963px\] {
        max-width: 963px
    }

    .xl\:max-w-none {
        max-width: none
    }

    .xl\:shrink-0 {
        flex-shrink: 0
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:justify-center {
        justify-content: center
    }

    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:gap-2 {
        gap: .5rem
    }

    .xl\:gap-20 {
        gap: 5rem
    }

    .xl\:gap-\[10px\] {
        gap: 10px
    }

    .xl\:gap-\[45px\] {
        gap: 45px
    }

    .xl\:gap-\[51px\] {
        gap: 51px
    }

    .xl\:gap-\[64px\] {
        gap: 64px
    }

    .xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .xl\:gap-x-\[250px\] {
        -moz-column-gap: 250px;
        column-gap: 250px
    }

    .xl\:gap-x-\[27px\] {
        -moz-column-gap: 27px;
        column-gap: 27px
    }

    .xl\:gap-y-4 {
        row-gap: 1rem
    }

    .xl\:gap-y-9 {
        row-gap: 2.25rem
    }

    .xl\:rounded-\[16px\] {
        border-radius: 16px
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .xl\:py-\[121px\] {
        padding-top: 121px;
        padding-bottom: 121px
    }

    .xl\:py-\[33px\] {
        padding-top: 33px;
        padding-bottom: 33px
    }

    .xl\:pb-3 {
        padding-bottom: .75rem
    }

    .xl\:pb-\[14px\] {
        padding-bottom: 14px
    }

    .xl\:pb-\[95px\] {
        padding-bottom: 95px
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pl-\[104px\] {
        padding-left: 104px
    }

    .xl\:pl-\[135px\] {
        padding-left: 135px
    }

    .xl\:pl-\[16px\] {
        padding-left: 16px
    }

    .xl\:pl-\[208px\] {
        padding-left: 208px
    }

    .xl\:pl-\[66px\] {
        padding-left: 66px
    }

    .xl\:pr-\[100px\] {
        padding-right: 100px
    }

    .xl\:pr-\[12px\] {
        padding-right: 12px
    }

    .xl\:pr-\[13px\] {
        padding-right: 13px
    }

    .xl\:pr-\[26px\] {
        padding-right: 26px
    }

    .xl\:pt-5 {
        padding-top: 1.25rem
    }

    .xl\:pt-\[10px\] {
        padding-top: 10px
    }

    .xl\:pt-\[27px\] {
        padding-top: 27px
    }

    .xl\:text-\[14px\] {
        font-size: 14px
    }

    .xl\:text-\[16px\] {
        font-size: 16px
    }

    .xl\:text-\[18px\] {
        font-size: 18px
    }

    .xl\:text-\[20px\] {
        font-size: 20px
    }

    .xl\:text-\[24px\] {
        font-size: 24px
    }

    .xl\:text-\[32px\] {
        font-size: 32px
    }

    .xl\:text-\[44px\] {
        font-size: 44px
    }

    .xl\:text-\[48px\] {
        font-size: 48px
    }

    .xl\:font-bold {
        font-weight: 700
    }

    .xl\:leading-\[1\.2\] {
        line-height: 1.2
    }
}

@media screen and (min-width:1280px) and (min-device-pixel-ratio:2),
screen and (min-width:1280px) and (-moz-min-device-pixel-ratio:2),
screen and (min-width:1280px) and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:1280px) and (min-resolution:192dpi),
screen and (min-width:1280px) and (min-resolution:2dppx) {
    .register {
        background-image: url(../images/register/desk@2x.png);
        background-image: -webkit-image-set(url("../images/register/desk@2x.webp") 2x)
    }

    .message {
        background-image: url(../images/register/desk@2x.png);
        background-image: -webkit-image-set(url("../images/register/desk@2x.webp") 2x)
    }
}

@media (max-width:1279.98px) {
    .notXl\:hidden {
        display: none
    }
}

@media screen and (max-width:768px) and (min-device-pixel-ratio:2),
screen and (max-width:768px) and (-moz-min-device-pixel-ratio:2),
screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2),
screen and (max-width:768px) and (min-resolution:192dpi),
screen and (max-width:768px) and (min-resolution:2dppx) {
    .register {
        background-image: url(../images/register/mob@2x.png);
        background-image: -webkit-image-set(url("../images/register/mob@2x.webp") 2x)
    }

    .message {
        background-image: url(../images/register/mob@2x.png);
        background-image: -webkit-image-set(url("../images/register/mob@2x.webp") 2x)
    }
}

@media (max-width:767.98px) {
    .plans .item:nth-child(1) .title {
        background-image: url(../images/plans/1.svg);
        background-repeat: no-repeat;
        background-position: bottom 16px center;
        background-size: 272px auto
    }

    .plans .item:nth-child(2) .title {
        background-image: url(../images/plans/2.svg);
        background-repeat: no-repeat;
        background-position: bottom 16px center;
        background-size: 272px auto
    }

    .plans .item:nth-child(3) .title {
        background-image: url(../images/plans/3.svg);
        background-repeat: no-repeat;
        background-position: bottom 16px center;
        background-size: 272px auto
    }

    .plans .item:nth-child(4) .title {
        background-image: url(../images/plans/4.svg);
        background-repeat: no-repeat;
        background-position: bottom 16px center;
        background-size: 272px auto
    }

    .plans .item:nth-child(5) .title {
        background-image: url(../images/plans/5.svg);
        background-repeat: no-repeat;
        background-position: bottom 16px center;
        background-size: 272px auto
    }

    .smOnly\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .smOnly\:mb-3 {
        margin-bottom: .75rem
    }

    .smOnly\:mb-4 {
        margin-bottom: 1rem
    }

    .smOnly\:mb-6 {
        margin-bottom: 1.5rem
    }

    .smOnly\:mb-7 {
        margin-bottom: 1.75rem
    }

    .smOnly\:mb-8 {
        margin-bottom: 2rem
    }

    .smOnly\:mt-6 {
        margin-top: 1.5rem
    }

    .smOnly\:block {
        display: block
    }

    .smOnly\:max-w-\[272px\] {
        max-width: 272px
    }

    .smOnly\:flex-col {
        flex-direction: column
    }

    .smOnly\:gap-y-1 {
        row-gap: .25rem
    }

    .smOnly\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .smOnly\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .smOnly\:px-\[24px\] {
        padding-left: 24px;
        padding-right: 24px
    }

    .smOnly\:last\:mb-0:last-child {
        margin-bottom: 0
    }
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

@media (min-width:768px) and (max-width:1279.98px) {
    .mdOnly\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mdOnly\:max-w-\[290px\] {
        max-width: 290px
    }

    .mdOnly\:max-w-\[312px\] {
        max-width: 312px
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }

    .iti__flag {
        background-image: url(../images/intTelInput/flags@2x.png);
        background-image: -webkit-image-set(url("../images/intTelInput/flags@2x.webp") 2x)
    }
}

@media screen and (min-device-pixel-ratio:2),
screen and (-moz-min-device-pixel-ratio:2),
screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
    .header .tablet {
        background-image: url(../images/header/tablet@2x.png);
        background-image: -webkit-image-set(url("../images/header/tablet@2x.webp") 2x)
    }
}