html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    max-width: 100%;
    white-space: normal;
    padding: 0;
    display: table
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    position: relative
}

.select2-container .select2-selection--single .select2-selection__rendered {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 20px;
    display: block;
    overflow: hidden
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    list-style: none;
    display: inline
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    word-break: keep-all;
    border: none;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    font-family: sans-serif;
    font-size: 100%;
    overflow: hidden
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 1051;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: -100000px
}

.select2-results {
    display: block
}

.select2-results__options {
    margin: 0;
    padding: 0;
    list-style: none
}

.select2-results__option {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    padding: 4px;
    display: block
}

.select2-search--dropdown .select2-search__field {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    -webkit-filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    background-color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0
}

.select2-hidden-accessible {
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    white-space: nowrap !important;
    border: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    overflow: hidden !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 20px;
    padding-right: 0;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    width: 20px;
    position: absolute;
    top: 1px;
    right: 1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top: 5px solid #888;
    border-bottom-width: 0;
    margin-top: -2px;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    left: 50%
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: #eee
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px;
    border-color: transparent transparent #888
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
    font-weight: 700;
    position: absolute;
    right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 4px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: #333;
    background-color: #f1f1f1;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: #eee
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    box-shadow: none;
    -webkit-appearance: textfield;
    background: 0 0;
    border: none;
    outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: #5897fb
}

.select2-container--default .select2-results__group {
    cursor: default;
    padding: 6px;
    display: block
}

.select2-container--classic .select2-selection--single {
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff 50%, #eee 100%);
    background-image: -moz-linear-gradient(#fff 50%, #eee 100%);
    background-image: linear-gradient(#fff 50%, #eee 100%);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    height: 26px;
    margin-right: 20px;
    font-weight: 700
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 26px;
    width: 20px;
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
    background-color: #ddd;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #eee), to(#ccc));
    background-image: -webkit-linear-gradient(#eee 50%, #ccc 100%);
    background-image: -moz-linear-gradient(#eee 50%, #ccc 100%);
    background-image: linear-gradient(#eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 1px;
    right: 1px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top: 5px solid #888;
    border-bottom-width: 0;
    margin-top: -2px;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    left: 50%
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px;
    border-color: transparent transparent #888
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(#fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(#fff 0%, #eee 50%);
    background-image: linear-gradient(#fff 0%, #eee 50%);
    background-repeat: repeat-x;
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #eee), to(#fff));
    background-image: -webkit-linear-gradient(#eee 50%, #fff 100%);
    background-image: -moz-linear-gradient(#eee 50%, #fff 100%);
    background-image: linear-gradient(#eee 50%, #fff 100%);
    background-repeat: repeat-x;
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--classic .select2-selection--multiple {
    cursor: text;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    display: inline-block
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    background-color: transparent;
    border: none;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 4px;
    font-size: 1em;
    font-weight: 700
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    box-shadow: none;
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: gray
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff;
    background-color: #3875d7
}

.select2-container--classic .select2-results__group {
    cursor: default;
    padding: 6px;
    display: block
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

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

input[type=number],
input.phone-input {
    -moz-appearance: textfield
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.select2-container--default .select2-selection--single {
    height: 60px;
    background-color: #fff;
    border: 0 solid #aaa;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    outline: none
}

.phone-prefix__select+.select2-container,
.phone-prefix__select+.select2-container .select2-selection,
.phone-prefix__select+.select2-container .selection {
    height: 100%;
    outline: none
}

.phone-prefix__select+.select2-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0
}

.phone-prefix__select+.select2-container--default {
    height: 30px !important
}

.phone-prefix__wrap {
    background: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24)
}

.phone-prefix__code {
    color: #000;
    text-align: left;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    display: inline-block
}

.phone-prefix__code-select {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.phone-prefix__flag {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.list-select {
    background-color: #fff;
    border: 1px solid #000;
    font-size: 20px
}

.list-select+.select2 {
    margin-bottom: 8px
}

.list-select+.select2 .select2-selection--single {
    height: 60px;
    text-align: left;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.list-select+.select2 .select2-selection__rendered {
    padding-left: 30px;
    font-size: 20px
}

.list-select+.select2 .select2-selection__arrow {
    height: 100%;
    padding-right: 20px
}

.select2 * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.select2-results__option[aria-selected] {
    color: #000 !important
}

* {
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 5px
}

body::-webkit-scrollbar-track {
    background: #dde4ec
}

body::-webkit-scrollbar-thumb {
    background: #fa5a00;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

body {
    height: 100vh;
    color: #fff;
    background-color: #000;
    font-family: Roboto, sans-serif;
    overflow-x: hidden
}

.header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.header__logo {
    margin-top: 60px;
    margin-bottom: 45px
}

.logo__img {
    max-height: 50px
}

.background {
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    position: absolute
}

.background__wrapper {
    height: 100vh;
    position: relative
}

.background__item {
    -webkit-animation: 8s linear infinite float;
    -moz-animation: 8s linear infinite float;
    animation: 8s linear infinite float;
    position: absolute
}

.background__item--one {
    max-width: 10vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    top: 10vmin;
    left: 15vmin
}

.background__item--two {
    max-width: 14vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    top: 50%;
    left: 5vmin
}

.background__item--three {
    max-width: 14vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    bottom: 10vmin;
    left: 20vmin
}

.background__item--four {
    max-width: 14vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    bottom: 10vmin;
    right: 15vmin
}

.background__item--five {
    max-width: 14vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
    top: 50%;
    right: 25vmin
}

.background__item--six {
    max-width: 10vmin;
    width: 100%;
    min-width: 44px;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    top: 15vmin;
    right: 10vmin
}

.form-modal {
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    z-index: -9999;
    backdrop-filter: blur(12px);
    background: rgba(12, 17, 29, .7);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.form-modal.form-modal--active {
    opacity: 1;
    z-index: 1000;
    -webkit-animation: 1.5s linear forwards showing;
    -moz-animation: 1.5s linear forwards showing;
    animation: 1.5s linear forwards showing;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.wrapper {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.main {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.title {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 120px;
    font-style: italic;
    font-weight: 900;
    line-height: 108.69%
}

.main__title {
    margin-bottom: 10px
}

.title__currency {
    color: #ffdb1c;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    display: block
}

.subtitle {
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    line-height: 127.69%
}

.btn {
    cursor: pointer;
    text-transform: uppercase;
    color: inherit;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5e00), to(#ff3f00));
    background: -webkit-linear-gradient(#ff5e00 0%, #ff3f00 100%);
    background: -moz-linear-gradient(#ff5e00 0%, #ff3f00 100%);
    background: linear-gradient(#ff5e00 0%, #ff3f00 100%);
    border: none;
    -webkit-border-radius: 47px;
    border-radius: 47px;
    outline: none;
    padding: 25px 50px;
    font-size: 35px;
    line-height: 41px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 7px 37px 3px rgba(255, 78, 1, .78);
    box-shadow: 0 7px 37px 3px rgba(255, 78, 1, .78)
}

.btn:hover {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
}

.main__btn {
    margin-top: 95px
}

.video-wrapper {
    max-height: 100vh;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #000;
    position: absolute
}

.video__item {
    -webkit-filter: blur(6px);
    -webkit-filter: blur(6px);
    filter: blur(6px);
    -webkit-filter: brightness(25%);
    -webkit-filter: brightness(25%);
    filter: brightness(25%);
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showing {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes showing {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes showing {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@media screen and (min-width:2500px) {
    .logo__img {
        max-height: 50px
    }

    .title {
        font-size: 150px
    }

    .subtitle {
        font-size: 40px
    }

    .btn {
        -webkit-border-radius: 90px;
        border-radius: 90px;
        padding: 50px 100px;
        font-size: 50px
    }
}

@media screen and (max-width:1300px) {
    .background__item--one {
        top: 10vmin;
        left: -2vmin
    }

    .background__item--two {
        top: 50%;
        left: 1vmin
    }

    .background__item--three {
        bottom: 10vmin;
        left: 5vmin
    }

    .background__item--four {
        bottom: 10vmin;
        right: 5vmin
    }

    .background__item--five {
        top: 50%;
        right: -2vmin
    }

    .background__item--six {
        top: 15vmin;
        right: 0
    }
}

@media screen and (max-width:876px) {
    .background__item {
        display: none
    }

    .title {
        font-size: 90px
    }

    .subtitle {
        font-size: 23px
    }

    .btn {
        padding: 20px 40px;
        font-size: 26px
    }
}

@media screen and (max-height:660px) {
    .form-modal.form-modal--active {
        padding: 20px 0
    }
}

@media screen and (max-width:650px) {
    .header__logo {
        margin-top: 40px;
        margin-bottom: 30px
    }

    .logo__img {
        max-height: 50px
    }

    .title {
        font-size: 70px
    }

    .subtitle {
        font-size: 19px
    }

    .btn {
        padding: 15px 30px;
        font-size: 23px
    }
}

@media screen and (max-width:450px) {
    .header__logo {
        margin: 20px 0 10px
    }

    .title {
        font-size: 55px
    }

    .subtitle {
        font-size: 15px
    }

    .btn {
        padding: 13px 30px;
        font-size: 19px
    }
}

@media screen and (max-width:320px) {
    .title {
        font-size: 45px
    }

    .subtitle {
        font-size: 12px
    }

    .btn {
        min-width: 70%;
        padding: 12px 20px;
        font-size: 17px
    }
}

@media screen and (max-width:927px) and (min-width:768px) and (max-height:430px) {
    .form-modal.form-modal--active {
        padding: 0
    }

    .header__logo {
        margin: 20px 10px
    }

    .main {
        padding: 20px 0
    }
}

.register {
    z-index: 100;
    color: #fff;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    position: relative
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-transition: background-color 5000s ease-in-out;
    -moz-transition: background-color 5000s ease-in-out;
    transition: background-color 5000s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 1000px #052547;
    -webkit-text-fill-color: white !important
}

.register__wrapper {
    width: -moz-max-content;
    max-width: 516px;
    width: 100%;
    background-color: #052547;
    border: 2px solid #0b306b;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    position: relative;
    -webkit-box-shadow: 0 3px 20px -10px #000;
    box-shadow: 0 3px 20px -10px #000
}

.register__desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 40px;
    font-family: Roboto, sans-serif
}

.register__desc-title {
    color: #fff;
    text-transform: uppercase;
    z-index: 5;
    text-shadow: 0 0 11px rgba(255, 255, 255, .56);
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    line-height: 1;
    position: relative
}

.register__desc-price {
    color: #f8c927;
    text-transform: uppercase;
    z-index: 5;
    text-shadow: 0 0 17px rgba(248, 201, 39, .71);
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    line-height: 1;
    position: relative
}

.register__desc-bg {
    letter-spacing: normal;
    text-align: left;
    color: #726950;
    text-transform: uppercase;
    z-index: 1;
    font-family: Roboto, sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    line-height: 1;
    position: absolute;
    top: 27px;
    left: 50px
}

.register__desc-text {
    letter-spacing: normal;
    text-align: center;
    color: #56b9ff;
    max-width: 327px;
    text-shadow: 0 0 15px #56b9ff;
    margin: 5px auto;
    font-size: 15px;
    font-weight: 400;
    font-stretch: 100%;
    line-height: 130%
}

.selection {
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.tabs__wrapper {
    height: 80px;
    background-color: #052547;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    width: 100% !important
}

.tab {
    cursor: pointer;
    color: #fff;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 17px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    width: 100% !important
}

.tab:hover {
    color: #f4b909;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#012347), to(#052547));
    background-image: -webkit-linear-gradient(#052547, #012347);
    background-image: -moz-linear-gradient(#052547, #012347);
    background-image: linear-gradient(#052547, #012347);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.tab__text {
    padding-left: 13px
}

.active {
    color: #fff;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#012347), to(#052547));
    background-image: -webkit-linear-gradient(#052547, #012347);
    background-image: -moz-linear-gradient(#052547, #012347);
    background-image: linear-gradient(#052547, #012347)
}

.img-phone {
    width: 15px;
    height: 16px
}

.img-mail {
    width: 15px;
    height: 12px
}

.shape {
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(.2627, #02255a), color-stop(1.1569, #0d3271));
    background: -webkit-linear-gradient(#0d3271 -15.69%, #02255a 73.73%);
    background: -moz-linear-gradient(#0d3271 -15.69%, #02255a 73.73%);
    background: linear-gradient(#0d3271 -15.69%, #02255a 73.73%);
    -webkit-border-radius: 32px;
    border-radius: 32px;
    padding: 37px 37px 27px;
    -webkit-box-shadow: 0 15px 23px rgba(0, 0, 0, .25);
    box-shadow: 0 15px 23px rgba(0, 0, 0, .25)
}

.form {
    position: relative
}

.form__wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.form__row {
    margin-top: 19px;
    position: relative
}

.form__wrapper>.form__row {
    margin-top: 10px;
    position: relative
}

.form__row:first-child {
    margin-top: 0
}

.phone-prefix__wrap--modified {
    background: initial;
    box-shadow: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    position: relative
}

.phone-prefix__flag {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 18px
}

select:not(:-internal-list-box) {
    overflow: visible !important
}

.phone-prefix__select {
    width: 38px;
    height: 40px;
    -webkit-appearance: none;
    background: url(select.0cd151cc.webp) 100% no-repeat;
    border: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 30px
}

.phone-prefix__code {
    color: #fff;
    text-align: left;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 50px
}

.phone-input {
    padding: 10px 3px 9px 160px
}

.email__img {
    width: 28px;
    height: 22px;
    display: none;
    position: absolute;
    top: 48px;
    left: 30px
}

.email-input {
    letter-spacing: .8px;
    padding: 10px 42px 9px 70px
}

.password-input {
    letter-spacing: .8px;
    margin-left: 0;
    padding: 10px 42px 9px 70px
}

.password__img {
    width: 30px;
    height: 28px;
    display: none;
    position: absolute;
    top: 40px;
    left: 30px
}

.password-control {
    width: 30px;
    height: 100%;
    background: url(view.8a969ecd.svg) 50% no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 23px
}

.password-control.view {
    background: url(no-view.aaec82a7.svg) 50% no-repeat
}

.inp-form {
    text-align: left;
    width: 100%;
    height: 70px;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #164b9a;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: transparent;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    background-color: transparent !important
}

.inp-form::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
    font-weight: 300
}

.inp-form::-ms-input-placeholder {
    color: #fff;
    opacity: .5;
    font-weight: 300
}

.inp-form::placeholder {
    color: #fff;
    opacity: .5;
    font-weight: 300
}

.currency__inp {
    background-color: #012347;
    padding: 10px 10px 9px 74px;
    position: relative
}

.currency__inp--email {
    margin-left: 0
}

.currency__img {
    width: 30px;
    height: 26px;
    display: none;
    position: absolute;
    left: 30px
}

.list-select {
    -webkit-appearance: none;
    height: 45px;
    width: 400px;
    background: url(select.0cd151cc.webp) 100% no-repeat;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 23px;
    left: 70px;
    width: 90% !important;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.formError {
    color: #d63333;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 5%;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.botom-pop {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.form-btn {
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    max-height: 70px;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fa4d00), to(#fa4d00));
    background-image: -webkit-linear-gradient(#fa4d00, #fa4d00);
    background-image: -moz-linear-gradient(#fa4d00, #fa4d00);
    background-image: linear-gradient(#fa4d00, #fa4d00);
    border: 4px solid transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: transparent;
    padding: 4px 28.5px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 500;
    -webkit-box-shadow: 0 11px 27px rgba(250, 65, 0, .43);
    box-shadow: 0 11px 27px rgba(250, 65, 0, .43)
}

.form-btn:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 11px 27px rgba(250, 65, 0, .63);
    box-shadow: 0 11px 27px rgba(250, 65, 0, .63)
}

.select2-container {
    position: absolute
}

.select2-container--default {
    position: absolute;
    top: 19px;
    left: 0
}

.phone-prefix__select+.select2-container {
    left: 20px;
    height: 100% !important;
    top: 0 !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

.select2-container--default .select2-selection--single {
    background: 0 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex
}

img.undefined,
.phone-prefix__flag {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    height: inherit;
    margin-left: inherit;
    margin-top: inherit;
    left: 0;
    top: inherit;
    width: inherit;
    -webkit-appearance: none;
    background: url(select.0cd151cc.webp) 100% no-repeat
}

.phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 110px;
    height: 100% !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: inherit;
    border-width: inherit;
    -webkit-appearance: none;
    background: url(select.0cd151cc.webp) 100%/12px no-repeat;
    left: 7px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.list-select+.select2 {
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    top: 0;
    left: auto;
    right: 0;
    width: 100% !important
}

.list-select+.select2 .select2-selection__rendered {
    color: #fff;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 300;
    position: relative
}

.list-select+.select2 .select2-selection--single {
    width: 100%;
    height: 100% !important
}

.phone-prefix__select+.select2-container--default {
    position: absolute;
    top: 44px
}

@media (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .register__wrapper {
        width: 100%
    }

    .inp-form {
        width: auto;
        min-width: 310px
    }
}

.overlay-bg {
    z-index: -30;
    width: 100%;
    height: 100%;
    position: absolute
}

.register__desc-text {
    color: #fff !important;
    text-shadow: none !important
}

.white-text {
    color: #fff !important;
    text-shadow: 0 0 5px #fff !important
}

.botom-pop {
    padding-bottom: 8px
}

.list-select,
.currency__img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.active {
    background-color: #0a2f6c !important;
    background-image: none !important
}

.tab:first-child {
    -webkit-border-radius: 100px 100px 130px 0;
    border-radius: 100px 100px 130px 0;
    position: relative
}

.tab:nth-child(2) {
    -webkit-border-radius: 100px 100px 0 130px;
    border-radius: 100px 100px 0 130px;
    position: relative
}

.tab:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
    background-color: #052547;
    position: absolute
}

.tab:first-child:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -2;
    position: absolute;
    bottom: -28px;
    right: -38px;
    background-color: #0a2f6c !important
}

.tab:nth-child(2):before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -1;
    background-color: #052547;
    position: absolute
}

.tab:nth-child(2):after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: -2;
    position: absolute;
    bottom: -28px;
    left: -38px;
    background-color: #0a2f6c !important
}

.tab {
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    transition: unset !important
}

.tab.active:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
    right: auto;
    background-color: #0a2f6c !important
}

.tab.active:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: auto;
    right: 0;
    background-color: #0a2f6c !important
}

.tab {
    z-index: 100
}

.shape {
    background-color: #164b9a
}

.tab:hover {
    background-image: none;
    background-color: #0a2f6c !important
}

.tab:hover .tab__text {
    color: #fff
}

.register__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.register__img-pic {
    position: absolute
}

.register__img-pic--one {
    width: 40%;
    top: 150px;
    left: 540px
}

@media screen and (max-width:1920px),
(min-width:1920px) {
    .register__wrapper {
        max-width: 415px;
        min-width: 411px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: flex
    }

    .form__wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: flex
    }

    .password-input {
        margin-left: 0
    }

    .register__desc {
        padding: 10px 20px
    }

    .register__desc-title,
    .register__desc-price {
        font-size: 34px
    }

    .register__desc-bg {
        font-size: 42px
    }

    .register__desc-text {
        font-size: 15px
    }

    .tabs__wrapper {
        width: 420px;
        height: 60px
    }

    .tab {
        font-size: 17px
    }

    .shape {
        padding: 20px 20px 8px
    }

    .form__wrapper>.form__row {
        margin-top: 10px
    }

    .inp-form {
        height: 70px;
        font-size: 15px;
        width: 100% !important
    }

    .img-mail {
        width: 15px;
        height: 12px
    }

    .img-phone {
        width: 15px;
        height: 16px
    }

    .email__img {
        width: 20px;
        height: 16px;
        top: 33px;
        left: 20px
    }

    .password__img {
        width: 20px;
        height: 20px;
        top: 30px;
        left: 20px
    }

    .password-control {
        width: 20px
    }

    .currency__img {
        width: 20px;
        height: 18px;
        left: 20px
    }

    .list-select {
        width: 306px;
        left: 50px
    }

    .email-input,
    .password-input {
        padding: 10px 30px
    }

    .botom-pop {
        margin-top: 15px
    }

    .form-btn {
        width: 100%;
        height: 76px;
        font-size: 28px
    }

    .list-select+.select2 .select2-selection--single {
        height: 40px
    }

    .list-select+.select2 .select2-selection__rendered {
        padding-left: 30px;
        font-size: 15px;
        font-weight: 300
    }

    .phone-prefix__code {
        height: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
        top: 0 !important
    }

    .phone-prefix__select+.select2-container--default {
        top: 24px
    }

    .phone-prefix__select+.select2-container {
        left: 13px
    }

    .phone-input {
        padding: 9px 3px 9px 125px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 24px;
        height: 24px
    }

    .phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 80px
    }
}

@media screen and (max-width:959px) {
    .register__wrapper {
        min-width: 355px
    }

    .form-btn {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    .register__wrapper {
        max-width: 370px;
        min-width: unset;
        min-width: 340px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: flex
    }

    .form__wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: flex
    }

    .password-input {
        margin-left: 0
    }

    .register__desc {
        padding: 10px 21px
    }

    .register__desc-title {
        font-size: 40px;
        display: block
    }

    .register__desc-price {
        font-size: 40px
    }

    .register__desc-bg {
        font-size: 26px
    }

    .register__desc-text {
        font-size: 15px
    }

    .tabs__wrapper {
        width: 280px;
        height: 40px
    }

    .tab {
        font-size: 12px
    }

    .tab:first-child:after {
        bottom: -17px
    }

    .tab:nth-child(2):after {
        bottom: -17px
    }

    .shape {
        -webkit-border-radius: 22px;
        border-radius: 22px;
        padding: 13px 20px 15px
    }

    .form__wrapper>.form__row {
        margin-top: 10px
    }

    .inp-form {
        height: 60px;
        width: 240px;
        font-size: 12px
    }

    .img-mail {
        width: 15px;
        height: 12px
    }

    .img-phone {
        width: 15px;
        height: 16px
    }

    .email__img {
        width: 16px;
        height: 13px;
        top: 20px;
        left: 20px
    }

    .password__img {
        width: 16px;
        height: 16px;
        top: 17px;
        left: 20px
    }

    .password-control {
        width: 16px;
        right: 23px
    }

    .currency__img {
        width: 16px;
        height: 14px;
        left: 20px
    }

    .list-select {
        width: 170px;
        left: 50px
    }

    .email-input,
    .password-input {
        padding: 10px 30px
    }

    .botom-pop {
        margin-top: 42px
    }

    .form-btn {
        height: 60px;
        font-size: 15px
    }

    .list-select+.select2 .select2-selection--single {
        height: 12px
    }

    .list-select+.select2 .select2-selection__rendered {
        padding-left: 30px;
        font-size: 12px
    }

    .phone-prefix__code {
        font-size: 12px;
        top: 20px;
        left: 45px
    }

    .phone-prefix__select+.select2-container--default {
        top: 12px
    }

    .phone-prefix__select+.select2-container {
        left: 13px
    }

    .phone-input {
        padding: 10px 3px 9px 100px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 20px;
        height: 20px
    }

    .phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 55px
    }

    .tab.active:before,
    .tab.active:after {
        bottom: -22px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-size: 12px
    }
}

@media screen and (max-width:568px) {
    .register__desc-price {
        font-size: 40px
    }
}

@media screen and (max-width:390px) {
    .register__wrapper {
        max-width: 295px;
        min-width: 100%
    }

    .phone-input {
        padding: 10px 3px 9px 97px
    }

    .register__desc-title,
    .register__desc-price {
        font-size: 30px
    }
}

@media screen and (width:320px) {
    .register__wrapper {
        max-width: 275px
    }
}

@media screen and (max-height:800px) {
    .tabs__wrapper {
        max-height: 54px
    }

    .form__row {
        margin-top: 16px
    }

    .botom-pop {
        margin-top: 12px;
        padding-bottom: 0
    }
}

@media screen and (max-width:927px) and (min-width:768px) and (max-height:430px) {
    .inp-form {
        height: 32px;
        font-size: 12px
    }

    .register__wrapper {
        min-width: unset;
        max-width: 270px
    }

    .register__desc {
        padding: 5px 10px
    }

    .register__desc-title,
    .register__desc-price {
        font-size: 17px
    }

    .register__desc-text {
        margin: 2px 0;
        font-size: 10px
    }

    .form-btn {
        max-height: 33px;
        font-size: 14px
    }

    .shape {
        padding: 14px 17px 7px
    }

    .password-input {
        margin-left: 0
    }

    .register__desc-bg {
        font-size: 26px
    }

    .tabs__wrapper {
        width: 280px;
        height: 34px
    }

    .tab {
        font-size: 12px
    }

    .tab:first-child:after {
        bottom: -17px
    }

    .tab:nth-child(2):after {
        bottom: -17px
    }

    .shape {
        -webkit-border-radius: 22px;
        border-radius: 22px;
        padding: 11px 17px 10px
    }

    .form__wrapper>.form__row {
        margin-top: 5px
    }

    .img-mail {
        width: 15px;
        height: 12px
    }

    .img-phone {
        width: 15px;
        height: 16px
    }

    .email__img {
        width: 16px;
        height: 13px;
        top: 20px;
        left: 20px
    }

    .password__img {
        width: 16px;
        height: 16px;
        top: 17px;
        left: 20px
    }

    .password-control {
        width: 16px;
        right: 23px
    }

    .currency__img {
        width: 16px;
        height: 14px;
        left: 20px
    }

    .list-select {
        width: 170px;
        left: 50px
    }

    .email-input,
    .password-input {
        padding: 10px 30px
    }

    .list-select+.select2 .select2-selection--single {
        height: 12px
    }

    .list-select+.select2 .select2-selection__rendered {
        padding-left: 30px;
        font-size: 12px
    }

    .phone-prefix__code {
        font-size: 12px;
        top: 20px;
        left: 45px
    }

    .phone-prefix__select+.select2-container--default {
        top: 12px
    }

    .phone-prefix__select+.select2-container {
        left: 13px
    }

    .phone-input {
        padding: 10px 3px 9px 100px
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 20px;
        height: 20px
    }

    .phone-prefix__select+.select2-container--default .select2-selection--single .select2-selection__arrow {
        left: 55px
    }

    .tab.active:before,
    .tab.active:after {
        bottom: -22px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-size: 10px;
        top: 0
    }

    .formError {
        z-index: 100;
        padding-top: 7px;
        font-size: 10px
    }

    .form__row {
        margin-top: 10px
    }
}

/*# sourceMappingURL=index.18ea0f16.css.map */