html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  direction: rtl;
}

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
}

.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;
  position: relative;
}
.header.header--flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width:430px){
  .header.header--flex .header__block{
    max-width: 200px;
  }
}
@media (min-width: 1440px){
  .header.header--flex{
    display: block;
  }
}
.header__subtitle,
.header__title {
  display: block
}

.header__subtitle {
  font-size: 1.8rem
}

.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 {
    -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-left: 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: 1.2rem
}

.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;
  max-width: 14rem
}

.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
}

@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;
  justify-content: space-between;
  max-width: 1920px;
  padding: 0px 20px;
  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
}
.footer__copy{
  margin-left: 10px;
  max-width: 700px;
  direction: ltr;
}
@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
  }
    .footer__copy {
      max-width:100%;
      margin-left: 0px;
    }
}

@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);
  backdrop-filter: blur(95px);
  text-align: center;
  z-index: 99999
}

.disclaimer[data-disclaimer="2"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  backdrop-filter: blur(0);
  text-align: center;
  z-index: 99999
}

.disclaimer.hide {
  display: none
}

.disclaimer__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  background-color: transparent;
  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[data-disclaimer="2"] .disclaimer__number {
  background-color: transparent;
  width: 120px;
  height: 120px;
}

.disclaimer[data-disclaimer="2"] .disclaimer__number img {
  max-width: 120px;
  margin: 0 auto 33px;
}

.disclaimer__title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px
}

.disclaimer[data-disclaimer="2"] .disclaimer__title {
  font-size: 40px;
  font-weight: 300;
  font-family: sans-serif;
  margin-bottom: 33px;
  text-align: center;
}

.disclaimer__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px
}

.disclaimer[data-disclaimer="2"] .disclaimer__text {
  font-size: 16px;
  font-family: sans-serif;
  margin-bottom: 16px;
  margin-top: 16px;
}

.disclaimer__text span.bold {
  font-weight: 700
}

.disclaimer__text a.disclaimer__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  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[data-disclaimer="2"] .disclaimer__button {
  max-width: 290px;
  background: #0084ff;
  box-shadow: none;
  border-radius: 0px;
  padding: 17px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.disclaimer__button:hover {
  background: #275e2c
}

.disclaimer[data-disclaimer="2"] .disclaimer__button:hover {
  background: #0084ff;
}

.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-group #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;
}
body[data-male] .header__title,
body[data-male] .header__subtitle {
  display: none;
}

body[data-female] .header__title,
body[data-female] .header__subtitle {
  display: none;
}
body .female,body .male{
  display: none;
}
body[data-male] .male{
  display: block;
}
body[data-female] .female {
  display: block;
}

.social-group{
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.social-group__button:first-child{
  margin-left: 10px;
}
.social-group__button{
  border: none;
  background-color: #1877F2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
@media (hover:hover){
  .social-group__button:hover{
    background-color: #1667d0;
  }
}
@media (hover:none){
  .social-group__button:active{
    background-color: #1667d0;
  }
}
.social-group__button a{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 15px 0px
}
.social-group__button img{
  
}
.social-group__button a span{
  display: none;
  color: #fff;
  font-weight: 700;
}
.social-group__button img{
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;

}
.social-group__button span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-group__button.social-group__button--google{
  background-color: #cecbcb;
}
@media (hover:hover){
  .social-group__button.social-group__button--google:hover{
    background-color: #b9b5b5;
  }
}
@media (hover:none){
  .social-group__button.social-group__button--google:active{
    background-color: #b9b5b5;
  }
}
@media (min-width:991px){
  .social-group__button{
    width: 200px;
    height: auto;
    border-radius: 5px;
  }
  .social-group__button a span{
    display: block;
  }
}