html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    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;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    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;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body, html {
    position: relative;
    overflow-x: hidden;
    font-size: 10px;
    font-family: Arial, sans-serif;
}
body {
    background-color: #fff;
    color: #000;
    direction: rtl;
}
.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.ribbon {
    position: absolute;
    top: 30px;
    right: -45px;
    padding: 5px 45px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--primary-color);
    font-size: 16px;
}
@media screen and (max-width:450px) {
    .ribbon {
        font-size: 1.2rem;
        top: 20px;
    }
}
.header {
     background-color: #363636;
     color: #fff;
     padding: 4rem 2rem;
     text-align: center;
     font-size: 1.4rem;
 }
.header__subtitle, .header__title {
    display: block;
}
.header__subtitle {
    font-size: 1.8rem;
}
.header__inner{max-width: 1200px;margin: 0 auto;}
.wrap__logo{width: 100%;position: relative;}
.logo{position: absolute;top:-8px;right: 0;}
.logo img{max-height: 50px;}
@media screen and (max-width:1200px) {
    .logo img{max-height: 30px;}
    .logo{top:0;}
}
@media screen and (max-width:860px) {
    .logo{width: 100%;}
    .header__title{margin-top: 20px;}
    .logo{top: -15px;width: 100%;}
    .header{padding: 4rem 2rem 3rem 2rem;}
}
.main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem;
}
.main .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 2rem 0;
}
.main .row .col.img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-left: 5rem;
}
@media screen and (max-width:750px) {
	.main .row .col.img-col{
		margin-left: 0;
	}
    .main .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 2rem;
    }
    .main .row .col {
        padding: 0;
        width: 75%}
    .main .row .col.img-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        margin-right: 0;
        margin-top: 5rem;
    }
}@media screen and (max-width:450px) {
    .main .row .col {
        width: 100%}
    .main .row .col.img-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%}
}.profiles {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     position: relative;
     -webkit-box-shadow: 14px 0 0 -8px rgba(0, 0, 0, .3);
     box-shadow: 14px 0 0 -8px rgba(0, 0, 0, .3);
     background-color: var(--primary-color);
     color: #010101;
     padding: 2rem;
     margin: -36px auto;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
 }
.profiles::after, .profiles::before {
    content: '';
    border: 15px solid transparent;
    position: absolute;
    right: -14px;
}
.profiles::before {
    top: 0;
    border-width: 16px 0 0 15px;
    border-left-color: var(--primary-color-darken);
}
.profiles::after {
    bottom: 0;
    border-width: 0 0 16px 15px;
    border-left-color: var(--primary-color-darken);
}
@media screen and (max-width:750px) {
    .profiles: :before {
        display: none;
    }
}@media screen and (max-width:450px) {
    .profiles {
        padding: 1rem;
    }
}.picture {
     display: none;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
 }
.picture .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%}
.picture__side {
    position: relative;
    width: 50%}
.picture__side-full {
    width: 100%}
.picture__side img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.picture__desc {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 1rem;
    padding: 1rem;
    background-color: #fff;
    width: calc(100% - 2rem);
    text-align: center;
    font-size: 1.4rem;
}
@media screen and (max-width:860px) {
    .picture__desc {
        font-size: 1.2rem;
    }
}

.arrow {
     position: relative;
     margin: -2rem 0 3rem;
     width: 100%;
     height: 15rem;
     text-align: center;
     text-transform: uppercase;
     font-size: 1rem;
 }
.arrow__content {
    background-color: #363636;
    color: #fff;
    width: 18rem;
    margin: 0 auto;
    padding: 15px 0 0;
    min-height: 8rem;
}
.arrow__content span {
    display: inline-block;
    font-size: 16px;
    position: relative;
    z-index: 1000;
    top: 50px;
    padding: 0 5px;
}
.arrow::after {
    content: '';
    position: absolute;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 150px 0 150px;
    border-color: transparent;
    border-top-color: #363636;
}
@media screen and (max-width:860px) {
    .arrow {
        display: none;
    }
}.step {
     display: none;
 }
.step__title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
}
.step__content {
    margin-bottom: 2rem;
}
.step__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inp-wrapper div.error {
    display: none;
    background-color: red;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 5px 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.inp-wrapper .input, .inp-wrapper .select {
    width: 100%;
    width: 100%;
    padding: 1.6rem;
    font-size: 1.6rem;
    text-align: center;
    outline: 0;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    text-align-last: center;
}
@media screen and (max-width:860px) {
    .inp-wrapper .input, .inp-wrapper .select {
        padding: 1.2rem;
    }
}.select-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 1rem;
 }
.select-wrapper .select {
    background: #fff url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="currentColor" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"%3E%3C/path%3E%3C/svg%3E') center right 10px no-repeat;
    background-size: 1.5rem;
    padding-right: 3.4rem;
}
@media screen and (max-width:860px) {
    .select-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}.features {
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     background-color: #363636;
     color: #fff;
     padding: 8rem 2rem;
 }
.features .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 110rem;
    margin: 0 auto;
}
@media screen and (max-width:450px) {
    .features {
        padding: 5rem 2rem;
    }
    .features .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3rem;
    }
}.feature {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
.feature__img {
    max-height: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}
.feature__title {
    font-size: 1.4rem;
}
.footer {
    padding: 1rem 2rem;
    font-size: 1.4rem;
    background-color: #333;
    color: #fff;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 110rem;
    margin: 0 auto;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 1rem;
}
.footer__links a {
    color: #fff;
    text-decoration: none;
}
.footer__links a:focus, .footer__links a:hover {
    text-decoration: underline;
}
@media screen and (max-width:750px) {
    .footer {
        font-size: 1.4rem;
    }
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}@media screen and (max-width:450px) {
    .footer {
        font-size: 1.2rem;
    }
    .footer .container {
        gap: 5px;
    }
}.btn {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background-color: var(--primary-color);
     color: #000;
     width: 100%;
     min-height: 5.4rem;
     padding: 1.5rem;
     border: none;
     border-radius: 5px;
     outline: 0;
     font-size: 2rem;
     font-weight: 700;
     text-transform: uppercase;
     -webkit-transition: background-color .25s;
     transition: background-color .25s;
     cursor: pointer;
 }
.btn.btn-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
    line-height: 5rem;
    padding: 2rem;
}
.btn.btn-large svg {
    max-height: 6rem;
    margin-bottom: 2rem;
}
.btn.btn-loading>span {
    display: none;
}
.btn.btn-loading #spinner {
    display: block;
}
.btn:focus, .btn:hover {
    background-color: var(--primary-color-darken);
}
#spinner {
    display: none;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}@keyframes spin {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
     100% {
         -webkit-transform: rotate(359deg);
         transform: rotate(359deg);
     }
 }.address, .copy, .footer__disclamer {
      margin-bottom: 20px;
  }
.address {
    font-style: normal;
}
.address a {
    font-weight: 700;
}
.cookies {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
.cookies.hide {
    display: none;
}
.cookies__wrapper {
    opacity: .8;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    font-size: 14px;
    padding: 7px 0;
}
.cookies__wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}
.cookies__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 40px;
}
.cookies__button {
    color: #fff;
    background: #616161;
    border-radius: 20px;
    padding: 6px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookies__img {
    display: block;
    margin-right: 18px;
    width: 100%;
    max-width: 28px;
    height: 28px;
}
.cookies__text {
    margin: 0;
}
.cookies__link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    font-weight: 700;
}
@media screen and (max-width:767px) {
    .cookies__content {
        margin-right: 10px;
    }
    .cookies__img {
        margin-right: 10px;
    }
}.disclaimer {
     position: fixed;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     color: #fff;
     background-color: rgba(0, 0, 0, .8);
     -webkit-backdrop-filter: blur(95px);
     backdrop-filter: blur(95px);
     text-align: center;
     z-index: 999;
 }
.disclaimer.hide {
    display: none;
}
.disclaimer__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px;
}
.disclaimer__number {
    background-color: #d00500;
    border-radius: 50%;
    padding: 24px;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    font-family: Rubik, sans-serif;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.disclaimer__title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
}
.disclaimer__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.disclaimer__text span.bold {
    font-weight: 700;
}
.disclaimer__text a.disclaimer__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #2a9d36;
}
.disclaimer__text.disclaimer__text--mb {
    margin-bottom: 40px;
}
.disclaimer__button {
    display: block;
    width: 100%;
    max-width: 360px;
    background: #2a9d36;
    box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, .25);
    border-radius: 12px;
    padding: 19px 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: none;
    color: #fff;
    margin: 0 auto;
    transition: all .2s linear;
    cursor: pointer;
}
.disclaimer__button:hover {
    background: #275e2c;
}
.disclaimer__button span {
    text-transform: uppercase;
}
p.eller {
    margin: 10px auto;
    text-align: left;
    font-size: 20px;
}
.buttonDiv iframe {
    margin: 10px -10px;
}
.loading.loading--show {
    display: block;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 98;
    display: none;
}
.overlay.overlay--show {
    display: block;
}
.modal-error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border: 2px solid #202124;
    padding: 10px;
    text-align: center;
    z-index: 99;
    display: none;
}
.modal-error__loading img {
    width: 40px;
}
.modal-error.modal-error--show {
    display: block;
}
.modal-error__loading.modal-error__loading--hide {
    display: none;
}
.modal-error__text {
    display: none;
}
.modal-error__text.modal-error__text--show {
    display: block;
}
.input__container--social #buttonDiv {
    margin: 0 auto;
}
.submit-btn.btn-loading {
    display: flex;
    align-items: center;
    justify-content: center;
}
#form__error a {
    font-weight: 700;
    text-decoration: underline;
}
#buttonDiv {
    width:  250px;
    margin:  10px auto;
}
p.eller {
    text-align:  center;
}
.footer__copy {
    font-size: 11px;
    padding-left: 5px;
}
.error_text a {
    color: aliceblue;
}
.input-prepend .add-on {
    background-color: #EEEEEE;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    min-width: 16px;
    text-align: center;
    width: auto;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #DEE1E4;
    border-radius: 4px 0 0 4px;
    vertical-align: bottom;
}
.wrap_phone_login {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    position: relative;
}
.wrap_phone_codes_list {
    display: inline-block;
    position: relative;
    margin-left: auto;
}
.input-prepend {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 10px;
}
#phone_number_wrap {
    margin: 0px auto 2px 0px;
}
#phone_number_wrap {
    font-size: 0;
    position: relative;
}
#phone_number_wrap #phone_number {
    padding: 0 5px;
    height: 40px;
    width: 110px !important;
    line-height: 40px;
    border: solid 1px #DEE1E4;
    border-radius: 0 4px 4px 0;
}
#phone_number {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 7px 5px;
    width: auto;
    text-align: left;
}
#phone_codes_list {
    border: solid 1px #EDEDED;
    margin: 0 3px;
    padding: 5px;
    line-height: 40px;
    height: 40px;
}
.wrap_otc_inputs input[type="number"] {
    height: 38px;
    width: 50px;
    line-height: 50px;
    margin: 0.1em;
    padding: 8px 0 4px;
    font-size: 2em;
    text-align: center;
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    border: solid 1px #DEE1E4 !important;
    border-radius: 4px;
}
.wrap_otc_inputs {
    position: relative;
    width: 400px;
    text-align: center;
    margin: 20px auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (min-width: 800px) {
    #phone_codes_list {
        font-size: 14px;
    }
    #phone_number_wrap #phone_number {
        width: 125px !important;
    }
}