.footer {
  position: relative;
  z-index: 2;
  margin-top: -70rem !important;

  .container {
    max-width: 1200rem;
  }
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.footer {
  pointer-events: all;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background: #000;
  margin-top: -20rem;
  border-radius: 28rem 28rem 0 0
}

.footer h2 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  margin-bottom: 24rem
}

.footer .container {
  padding-top: 60rem;
  padding-bottom: 20rem;
  padding-right: 30rem;
  padding-left: 30rem
}

.footer.active {
  display: block
}

.footer .pin-spacer {
  height: auto !important
}

.footer-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24rem
}

.footer-action .btn {
  width: 154rem
}

.footer-action .btn--green svg {
  margin-left: 8rem;
  width: 18rem;
  height: 18rem
}

.footer-middle {
  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;
  margin-bottom: 24rem
}

.footer-middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-middle ul li {
  margin-right: 4rem;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.footer-middle ul li:hover {
  background: #242424
}

.footer-middle ul li svg {
  width: 46rem;
  height: 47rem
}

.footer-middle .select {
  position: relative;
  width: 154rem;
  display: none
}

.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 60%;
  color: #fff;
  display: block;
  width: 154rem;
  height: 46rem;
  border: 1rem solid #242424;
  border-radius: 100rem;
  background: #000;
  padding: 0 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-middle .select .select2-container--default .select2-selection--single {
  width: 154rem;
  height: 46rem;
  background: 0 0;
  border: none
}

.footer-middle .select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none
}

.footer-middle .select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20rem;
  width: 22rem;
  height: 23rem;
  pointer-events: none
}

.footer-middle .select .select2-container--default .select2-results__option[aria-selected=true] {
  background: #000
}

.footer-address {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  color: #8f969c;
  margin-bottom: 24rem;
  max-width: 300rem
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40rem;
  width: 269rem;
  grid-row-gap: 32rem;
  margin-bottom: 24rem
}

.footer-nav p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20rem
}

.footer-nav nav:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.footer-nav nav:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.footer-nav nav:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.footer-nav nav:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.footer-nav li {
  margin-bottom: 16rem
}

.footer-nav li:last-child {
  margin-bottom: 0
}

.footer-nav li a {
  color: #8f969c;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  line-height: 100%;
  display: block;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-nav li a:hover {
  color: #fff
}

.footer-bottom {
  padding-top: 24rem;
  border-top: 1px solid #242424
}

.footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-bottom a {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 14rem;
  line-height: 100%;
  color: #8f969c
}

.footer-bottom a:hover {
  color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #000
}

@media (min-width: 992px) {
  .footer .btn--google {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .footer .container {
    padding-right: 0;
    padding-left: 0;
    padding-top: 100rem;
    padding-bottom: 80rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .footer h2 {
    text-align: left;
    font-size: 36rem;
    width: 426rem;
    margin-bottom: 40rem
  }

  .footer-left {
    width: 400rem;
    min-width: 400rem
  }

  .footer-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 315rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40rem
  }

  .footer-action .btn {
    width: 154rem
  }

  .footer-action .btn--google {
    background: #fff
  }

  .footer-action .btn--google svg {
    width: 115rem;
    height: 27rem;
    margin-left: 0
  }

  .footer-action .btn--green {
    margin-top: 10rem;
    width: 100%
  }

  .footer-action .btn--green svg {
    margin-left: 8rem;
    width: 18rem;
    height: 18rem
  }

  .footer-middle {
    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;
    margin-bottom: 0
  }

  .footer-middle ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 32rem
  }

  .footer-middle ul li {
    margin-right: 4rem
  }

  .footer-middle ul li svg {
    width: 46rem;
    height: 47rem
  }

  .footer-middle .select {
    display: none
  }

  .footer-middle-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer-address {
    font-size: 14rem;
    margin-bottom: 0;
    width: 253rem
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0rem;
    width: 689rem;
    margin-bottom: 0;
    padding-top: 6rem;

  }

  .footer-nav nav:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer-nav nav:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .footer-nav nav:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .footer-nav nav:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .footer-nav li {
    margin-bottom: 16rem
  }

  .footer-nav li:last-child {
    margin-bottom: 0
  }

  .footer-bottom {
    padding-top: 0;
    border-top: none;
    position: absolute;
    right: 0;
    bottom: 80rem
  }

  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 47rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer-bottom li {
    margin-left: 31rem
  }

  .footer-bottom a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 100%;
    color: #8f969c
  }
}


header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  position: fixed;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  z-index: 10;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 8px 8px 8px 22px;
  border-radius: 100px;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo svg {
  width: 80px;
  height: 22px;
}

.header ul {
  display: none;
}

.header-btn {
  margin-left: auto;
  height: 36px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background: #5bf0a5;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.header-btn svg {
  margin-left: 10px;
  width: 16px;
  height: 16px;
}

.header-burger {
  width: 36px;
  height: 36px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  border-radius: 50%;
  margin-left: 8px;
  padding: 12.5px 11px;
}

.header-burger span {
  background: #fff;
  border-radius: 3px;
  width: 14px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header.active .header-burger span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  margin-left: -5px;
}

.header.active .header-burger span:nth-child(2) {
  display: none;
}

.header.active .header-burger span:nth-child(3) {
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -5px;
}
.header-menu {
  position: fixed;
  width: 100%;
  height: calc(100vh - (100vh - 100%));
  background: #000;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 24px;
  display: none;
  overflow-y: auto;
}
.header-menu-wrapper {
  min-height: 100%;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 60px;
}
.header-menu .btn {
  height: 62px;
  min-height: 62px;
  font-size: 16px;
}
.header-menu .btn svg {
  width: 21px;
  height: 20px;
  margin-left: 12.5px;
}
.header-menu .menu-header-container {
  width: 100%;
}
.header-menu .menu-header-container > ul > li {
  width: 100%;
}
.header-menu .menu-header-container > ul > .menu-item-has-children {
  position: relative;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > a {
  min-height: 55rem;
  position: relative;
  padding-right: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > a:after {
  content: "";
  width: 36rem;
  height: 36rem;
  background: url(../images/common/arrow-mobile.svg);
  background-size: 100%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: 10rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu .menu-header-container > ul > .menu-item-has-children.active > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu {
  top: 0;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0rem;
  border: none;
  border-radius: 0rem;
  display: none;
  padding-bottom: 24rem;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16rem;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li.hide > a {
  display: none;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li > a {
  height: 42rem;
  pointer-events: none;
  padding: 6rem;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  opacity: 0.7;
}
.header-menu .menu-header-container > ul > .menu-item-has-children > .sub-menu > li li a {
  height: auto;
  border-radius: 0rem;
  padding: 8rem;
  min-width: 100%;
  font-weight: 500;
  font-size: 18rem;
  line-height: 130%;
  color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 24rem;
}
.header-menu nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.header-menu nav li {
  margin-bottom: 0;
}
.header-menu nav li:last-child {
  margin-bottom: 0;
}
.header-menu nav li a {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  height: 55rem;
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu .btn--dark {
  margin-top: 8px;
  margin-bottom: 20px;
}
.header-menu .btn--dark svg {
  width: 109px;
  height: 29px;
  margin-left: 0;
}
.header-menu__link {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #000;
}

.header-webapp {
  display: none;
}

.header-login {
  display: none;
}

@media (min-width: 992px) {
  .header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-login {
    margin-left: auto;
    height: 50rem;
    border-radius: 100rem;
    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: #fff;
    font-weight: 600;
    font-size: 16rem;
    text-align: center;
    color: #000;
    text-align: center;
    color: #000;
    width: 118rem;
    margin-right: 8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-login:hover {
    background: #F2F4F6;
  }

  .header-webapp {
    position: fixed;
    width: 100%;
    background: #000;
    height: 36rem;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-webapp p {
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-webapp p a {
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #fff;
    margin-left: 6rem;
    position: relative;
  }

  .header-webapp p a:after {
    position: absolute;
    width: 100%;
    height: 1rem;
    content: "";
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-webapp p a:hover:after {
    opacity: 0;
  }

  .header-webapp p svg {
    width: 21rem;
    height: 20rem;
    margin-right: 10rem;
  }

  .header-webapp.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-webapp.active~.scroll-wrapper main {
    padding-top: 36rem;
  }

  .header-webapp.active~.infopage-top {
    padding-top: calc(36rem + 50px);
  }

  .header-logo {
    margin-right: 205rem;
  }

  .header-webapp__close {
    position: absolute;
    top: 5rem;
    right: 24rem;
  }

  .header-webapp__close svg {
    width: 20rem;
    height: 20rem;
    cursor: pointer;
  }

  .header-webapp__close svg rect {
    -webkit-transition: 0.3;
    transition: 0.3;
  }

  .header-webapp__close:hover svg rect {
    fill-opacity: 0.3;
  }

  .header {
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200rem;
    padding: 10rem 10rem 10rem 20rem;
  }

  .header-webapp.active+.header {
    top: 48rem;
  }

  .header {
    top: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200rem;
    padding: 10rem 10rem 10rem 20rem;
  }

  .header-logo svg {
    width: 94rem;
    height: 26rem;
  }

  .header-btn {
    height: 50rem;
    border-radius: 100rem;
    padding: 0 26rem;
    font-size: 16rem;
    margin-left: 0;
    -webkit-transition: background-color 0.3;
    transition: background-color 0.3;
  }

  .header-btn:hover {
    background: rgba(91, 240, 165, 0.85);
  }

  .header-btn svg {
    width: 16rem;
    height: 16rem;
    margin-left: 10rem;
  }

  .header-burger {
    display: none;
  }

  .header .menu-header-container {
    margin: 0 auto;
  }

  .header .menu-header-container>ul>.menu-item-has-children {
    position: relative;
  }

  .header .menu-header-container>ul>.menu-item-has-children>a {
    position: relative;
    padding-right: 47rem;
  }

  .header .menu-header-container>ul>.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    width: 20rem;
    height: 20rem;
    background: url(../images/common/arrow.svg);
    background-size: 100%;
    right: 19.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu {
    top: calc(100% + 8rem);
    position: absolute;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20rem;
    border: 1px solid #f2f4f6;
    border-radius: 16rem;
    display: none;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li.hide>a {
    display: none;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li>a {
    height: 40rem;
    pointer-events: none;
    padding: 8rem;
    font-weight: 600;
    font-size: 16rem;
    color: #000;
  }

  .header .menu-header-container>ul>.menu-item-has-children>.sub-menu>li li a {
    height: 40rem;
    border-radius: 8rem;
    padding: 8rem;
    min-width: 170rem;
    font-weight: 400;
    font-size: 14rem;
    line-height: 110%;
    color: #000;
  }

  .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .header ul li a {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 100%;
    color: #000000;
    display: block;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30rem;
    border-radius: 100rem;
  }

  .header ul li a:hover {
    color: #000000;
    background: #F2F4F6;
  }

  .header ul li:last-child {
    margin-right: 0;
  }
}

.price {
  padding-top: 120rem;
  background: #fff;
  padding-bottom: 60rem;
  border-radius: 0 0 28rem 28rem;
  margin-bottom: 6rem;
}

.price h2 {
  margin-bottom: 16rem;
}

.price p {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  color: #000;
  margin-bottom: 32rem;
}

.price .plan-wrapper {
  margin-bottom: 0;
}


.price .plan {
  background: #FFF;
  padding-top: 60rem;
  padding-bottom: 60rem;
  border-radius: 28rem;
  margin-bottom: 6rem;
  z-index: 1;
}

.plan-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f4f6;
  padding: 4rem;
  border-radius: 100rem;
  margin-bottom: 36rem;
}

.plan-tab {
  width: 25%;
  height: 35rem;
  border-radius: 100rem;
  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;
  cursor: pointer;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  color: #8f969c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.plan-tab:hover {
  color: #000;
}

.plan-tab.active {
  background: #fff;
  color: #000;
}

.plan-wrapper {
  margin-bottom: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plan-item {
  padding-bottom: 32rem;
  border-bottom: 1rem solid #f2f4f6;
  margin-bottom: 32rem;
}

.plan-item:nth-child(2) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.plan-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.plan-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16rem;
}

.plan-item-title .title-badge {
  margin-bottom: 0;
  margin-left: 6rem;
}

.plan-item-title strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 120%;
  color: #000;
  display: block;
}

.plan-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16rem;
}

.plan-item-price__current {
  margin-right: 12rem;
}

.plan-item-price__current strong {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 700;
  font-size: 26rem;
  line-height: 100%;
  color: #000;
  display: block;
  margin-bottom: 6rem;
}

.plan-item-price__current span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 600;
  font-size: 14rem;
  line-height: 100%;
  color: #000;
  display: block;
}

.plan-item-price__old {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 26rem;
  line-height: 100%;
  color: #8f969c;
  text-decoration: line-through;
  -webkit-text-decoration-color: #EF2C4F;
  text-decoration-color: #EF2C4F;
}

.plan-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19rem;
}

.plan-item-info b {
  display: block;
  margin-right: 6rem;
}

.plan-item-info b svg {
  width: 20rem;
  height: 21rem;
}

.plan-item-info span {
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 500;
  font-size: 12rem;
  line-height: 100%;
  color: #000;
}

.plan-item-info i {
  display: block;
  margin-left: 6rem;
}

.plan-item-info i svg {
  width: 14rem;
  height: 15rem;
}

.plan-item .btn {
  margin-bottom: 24rem;
}

.plan-item li {
  margin-bottom: 12rem;
  padding-left: 26rem;
  position: relative;
  font-family: "Italian Plate No2 Expanded", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #000;
}

.plan-item li:last-child {
  margin-bottom: 0;
}

.plan-item li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  background: url(../images/common/check.svg);
  background-size: 100% 100%;
}

.plan-item li.disable {
  color: #8f969c;
}

.plan-item li.disable:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  background: url(../images/common/disable.svg);
  background-size: 100% 100%;
}

.plan .btn--white:hover {
  background: #F2F4F6 !important;
}

@media (min-width: 992px) {

  .plan {
    padding-top: 150rem;
    padding-bottom: 150rem;
    margin-bottom: 6rem;
  }

  .plan h2 {
    margin-bottom: 32rem;
  }

  .plan-tabs {
    width: 447rem;
    padding: 4rem;
    border-radius: 100rem;
    margin: 0 auto 40rem;
  }

  .plan-tab {
    width: 25%;
    height: 51rem;
    font-size: 16rem;
  }

  .plan-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10rem;
    width: 1160rem;
    margin: 0 auto 40rem;
  }

  .plan-wrapper>div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .plan-wrapper>div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .plan-wrapper>div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .plan-item {
    padding: 30rem;
    padding-bottom: 32rem;
    border: 1rem solid #f2f4f6;
    margin-bottom: 0rem;
    border-radius: 16rem;
  }

  .plan-item:last-child {
    border: 1rem solid #f2f4f6;
  }

  .plan-item-title {
    margin-bottom: 28rem;
  }

  .plan-item-title strong {
    font-size: 20rem;
  }

  .plan-item-price {
    margin-bottom: 20rem;
  }

  .plan-item-price__current {
    margin-right: 12rem;
  }

  .plan-item-price__current strong {
    font-size: 32rem;
    margin-bottom: 8rem;
  }

  .plan-item-price__current span {
    font-size: 16rem;
  }

  .plan-item-price__old {
    font-size: 32rem;
  }

  .plan-item-info {
    margin-bottom: 18rem;
  }

  .plan-item-info b {
    margin-right: 8rem;
  }

  .plan-item-info b svg {
    width: 22rem;
    height: 22rem;
  }

  .plan-item-info span {
    font-family: "Italian Plate No2 Expanded", sans-serif;
    font-weight: 500;
    font-size: 14rem;
    line-height: 100%;
    color: #000;
  }

  .plan-item-info i {
    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;
    margin-left: 6rem;
    width: 16rem;
    height: 16rem;
  }

  .plan-item-info i svg {
    width: 16rem;
    height: 16rem;
  }

  .plan-item .btn {
    margin-bottom: 24rem;
  }

  .plan-item li {
    margin-bottom: 16rem;
    padding-left: 26rem;
  }

  .plan .btn--white {
    width: 315rem;
    margin: 0 auto;
  }


}



.infopage-top {
  background: #000;
  padding: 50px 0;
  min-height: 400px;
  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;
}

.infopage-top h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
  max-width: 850px;
  margin: 0 auto;
}

.infopage-content {
  background: #fff;
}

.infopage-content {
  padding-top: 80px;
  padding-bottom: 120rem;
}

.infopage-content-wrapper {
  max-width: 856px;
  margin: 0 auto;
}

.infopage-content-wrapper h1 {
  font-weight: 900;
  font-size: 132px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 60px;
}

.infopage-content-wrapper h1:first-child {
  margin-top: 0;
}

.infopage-content-wrapper h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 60px;
}

.infopage-content-wrapper h2:first-child {
  margin-top: 0;
}

.infopage-content-wrapper h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 60px;
}

.infopage-content-wrapper h3:first-child {
  margin-top: 0;
}

.infopage-content-wrapper h4 {
  margin-bottom: 18px;
}

.infopage-content-wrapper h4 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 190%;
  color: #000000;
  text-decoration: underline;
}

.infopage-content-wrapper h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 60px;
}

.infopage-content-wrapper h5:first-child {
  margin-top: 0;
}

.infopage-content-wrapper p {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  margin-bottom: 18px;
}

.infopage-content-wrapper p:last-child {
  margin-bottom: 0;
}

.infopage-content-wrapper p a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}

.infopage-content-wrapper p a:hover {
  text-decoration: none;
}

.infopage-content-wrapper ol {
  padding-left: 20px;
  margin-bottom: 25px;
  display: block;
}

.infopage-content-wrapper ol li {
  display: list-item;
  list-style-position: outside;
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 10px;
}

.infopage-content-wrapper ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.infopage-content-wrapper ul li {
  display: list-item;
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 19px;
  position: relative;
}

.infopage-content-wrapper ul li:after {
  position: absolute;
  content: '';
  top: 13px;
  left: -12px;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}

.infopage-content-wrapper figure {
  margin: 0 auto 18px;
  display: block;
  width: auto;
}

.infopage-content-wrapper .wp-block-columns {
  gap: 12px;
}

.infopage-content-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
}

.infopage-content-wrapper table img {
  width: auto;
  border-radius: 0px;
}

.infopage-content-wrapper .wp-block-quote {
  background: #FBC3EF;
  border-radius: 22px;
  padding: 24px;
  margin: 0 0 18px;
}

.infopage-content-wrapper .wp-block-quote p {
  margin-bottom: 0;
}

.infopage-content .wp-block-image {
  background: #cccccc;
  overflow: hidden;
  height: 100%;
  position: relative;
  margin-block-end: 0em;
  border-radius: 20px;
}

.infopage-content .wp-block-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: loading 0.8s infinite;
}

.infopage-content .wp-block-image img {
  opacity: 0;
}

.infopage-content .wp-block-image.active:after {
  display: none;
}

.infopage-content .wp-block-image.active {
  background: transparent;
  margin-block-end: 1em;
  border-radius: 0px;
}

.infopage-content .wp-block-image.active img {
  opacity: 1;
}

@media (max-width: 991px) {
  .infopage-top {

    min-height: 250px;

}
.infopage-top h1 {
  font-size: 32px;
  line-height: 32px;
}
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

.infopage-content img {
  z-index: 1;
}

.term {
  font-size: 1.6px;
}

.term p {
  color: #000;
  font-family: "Italian Plate No2 Expanded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 12px;
}

.term p a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

.term .wp-block-group__inner-container p {
  margin-bottom: 12px;
}

.term ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  color: #000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.term ul li a {
  color: #000;
  text-decoration: underline;
}

.term ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
}

.term h2 {
  color: #000;
  font-family: "Italian Plate No2 Expanded";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  margin-top: 50px;
}

.term h3 {
  color: #000;
  font-family: "Italian Plate No2 Expanded";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  margin-top: 40px;
}

.term h4 {
  color: #000;
  font-family: "Italian Plate No2 Expanded";
  font-size: 20em;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.term figure {
  margin: 0;
  overflow-x: auto;
  margin-bottom: 16px;
}

.term table {
  border-collapse: collapse;
}

.term table td {
  border: 1px solid #d1d7dd;
  padding: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}

.term table td a {
  text-decoration: underline;
  color: #000;
}


.support-top {
  background: #000000;
  padding-top: 122px;
  padding-bottom: 85px;
}

.support-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-top-left h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 28px;
}

.support-top-left p {
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 739px;
}

.support-top-left p a {
  color: #C3FBE5;
  text-decoration: underline;
}

.support-top-right {
  width: auto;
}

.support-nav {
  padding-top: 150px;
  background: #000000;
  padding-bottom: 60px;
}

.support-nav-wrapper {
  display: grid;
  /*     grid-template-columns: repeat(3, 1fr); */
  grid-column-gap: 225px;
  grid-row-gap: 120px;
}

.support-nav-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.support-nav-item li {
  margin-bottom: 4px;
}

.support-nav-item li:last-child {
  mix-blend-mode: 0;
}

.support-nav-item li a {
  font-weight: 600;
  font-size: 21px;
  line-height: 155%;
  text-decoration: underline;
  color: #C3FBE5;
}

.support-bottom {
  padding-top: 60px;
  padding-bottom: 10px;
  background: #000000;
}

.support-bottom p {
  font-weight: 400;
  font-size: 21px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 613px;
}

.support-bottom p a {
  color: #C3FBE5;
  text-decoration: underline;
}

@media (max-width: 991px) {

  .infopage-content {
    padding-top: 40px;
    padding-bottom: 110rem;
  }

  .infopage-content-wrapper h1 {
    margin-top: 32px;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 5px;
  }

  .infopage-content-wrapper h1:first-child {
    margin-top: 0;
  }

  .infopage-content-wrapper h2 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .infopage-content-wrapper h2:first-child {
    margin-top: 0;
  }

  .infopage-content-wrapper h3 {
    margin-top: 32px;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 5px;
  }

  .infopage-content-wrapper h3:first-child {
    margin-top: 0;
  }

  .infopage-content-wrapper h4 a {
    font-size: 17px;
    line-height: 190%;
    margin-bottom: 16px;
  }

  .infopage-content-wrapper h5 {
    margin-top: 32px;
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 5px;
  }

  .infopage-content-wrapper h5:first-child {
    margin-top: 0;
  }

  .infopage-content-wrapper p {
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 16px;
  }

  .infopage-content-wrapper p:last-child {
    margin-bottom: 0;
  }

  .infopage-content-wrapper ol {
    padding-left: 16px;
    margin-bottom: 16px;
  }

  .infopage-content-wrapper ol li {
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 10px;
    padding-left: 8px;
  }

  .infopage-content-wrapper ul {
    padding-left: 0px;
    margin-bottom: 16px;
  }

  .infopage-content-wrapper ul li {
    font-size: 17px;
    line-height: 145%;
    margin-bottom: 10px;
    padding-left: 29px;
  }

  .infopage-content-wrapper ul li:after {
    width: 8px;
    height: 8px;
    left: 6px;
    top: 8px;
  }

  .infopage-content-wrapper img {
    width: 100%;
  }

  .infopage-content-wrapper figure {
    margin: 0 auto 16px;
    display: block;
    width: auto;
  }

  .term {
    font-size: 1px;
  }

  .term ul li {
    font-size: 14px;
  }


  .support-nav {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .support-nav-wrapper {
    /* grid-template-columns: 1fr 1fr; */
    grid-gap: 40px;
  }

  .support-nav-item__title {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .support-nav-item li {
    margin-bottom: 2px;
  }

  .support-nav-item li:last-child {
    margin-bottom: 0;
  }

  .support-nav-item li a {
    font-size: 18px;
    line-height: 155%;
  }

  .support-bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .support-bottom p {
    font-size: 18px;
    line-height: 150%;
  }
}

.elementor>.elementor-element {
  padding: 0 !important;
}
.elementor-element.e-grid {
  padding: 0!important;
}
.e-con-inner > .e-flex  {
  padding: 0!important;
}
/* .elementor-element.e-flex {
  padding: 0!important;
} */
.elementor>.elementor-element>.e-con-inner {
  width: 100% !important;
  margin: 0 !important;
  min-width: 100% !important;
}

h2 {

  font-family: "Italian Plate No2 Expanded", sans-serif !important;
}


.cancel-form {
  padding-top: 80px;
  padding-bottom: 200px;
  background: #fff;
}

.cancel-form__top {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: #000000;
  padding: 24px;
  background: #FBC3EF;
  border-radius: 22px;
  margin-bottom: 70px;
}

.cancel-form__top--succes {
  text-align: center;
  padding: 50px;
  display: none;
  margin-bottom: 0;
}

.cancel-form__top--succes a {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}

.cancel-form button {
  background: #000000;
  border-radius: 53px;
  margin: 0 auto;
  max-width: 572px;
  width: 100%;
  height: 64px;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  position: relative;
}

.cancel-form button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: "";
  height: 8px;
  width: 8px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 0.4s linear;
  animation: test 2s infinite;
  opacity: 0;
}

.cancel-form button.loading {
  font-size: 0;
  pointer-events: none;

}

.cancel-form button.loading::before {
  opacity: 1;
}

.cancel-form button.disabled {
  pointer-events: none;
  background: #EAEAEA;
  color: rgba(0, 0, 0, 0.32);
}

@keyframes test {
  0% {
    left: 30%;
  }

  50% {
    left: 70%;
  }

  100% {
    left: 30%;
  }
}

.cancel-form .input {
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.cancel-form .input input {
  height: 74px;
  width: 100%;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #000000;
  border: none;
  border-bottom: 2px solid #EAEAEA;
  border-radius: 0;
  padding-left: 0;
}

.cancel-form .input input:not(:-moz-placeholder-shown)~span {
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  transform: translateY(0);
}

.cancel-form .input input:not(:-ms-input-placeholder)~span {
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cancel-form .input input:focus~span,
.input input:not(:placeholder-shown)~span {
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cancel-form .input input:focus {
  border-bottom: 2px solid #000000;
}

.cancel-form .input span {
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #94969A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cancel-form .input label.error {
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
  color: #DB4C4C;
  margin-top: 14px;
  display: block;
}

.cancel-form .photo {
  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;
  margin-bottom: 60px;
}

.cancel-form .photo p {
  max-width: 714px;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #000000;
}

.cancel-form .photo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cancel-form .photo-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.cancel-form .photo-item {
  margin-left: 28px;
  position: relative;
  width: 64px;
  height: 64px;
}

.cancel-form .photo-item>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.cancel-form .photo-item__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  right: -5px;
}

.cancel-form .photo label {
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cancel-form .photo label input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.cancel-form .photo label.disable {
  pointer-events: none;
}

.photo label.disable .photo__btn {
  pointer-events: none;
  background: #EAEAEA;
  color: rgba(0, 0, 0, 0.32);
}

.cancel-form .photo__btn {
  background: #000000;
  border-radius: 49px;
  width: 213px;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  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;
  margin-left: 50px;
}

.cancel-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative;
}

.cancel-form .checkbox:last-child {
  margin-bottom: 0;
}

.cancel-form .checkbox p {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  color: #000000;
  pointer-events: none;
}

.cancel-form .checkbox p a {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  pointer-events: auto;
}

.cancel-form .checkbox input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}

.cancel-form .checkbox input:checked~label .checkbox__icon {
  background: #000000;
}

.cancel-form .checkbox input:checked~label .checkbox__icon span {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.cancel-form .checkbox__icon {
  width: 51px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
  border-radius: 31px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(120, 120, 128, 0.16);
}

.cancel-form .checkbox__icon span {
  width: 27px;
  height: 27px;
  display: block;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cancel-form .checkbox label.error {
  font-weight: 700;
  font-size: 17px;
  line-height: 130%;
  color: #DB4C4C;
  display: block;
  margin-top: 16.5px;
}

.page-404 {
  padding-top: 151rem;
  padding-bottom: 150rem;
  background: #fff;
}

.page-404 h1 {
  font-weight: 700;
  font-size: 26rem;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin-bottom: 12rem;
}
.page-404 img {
  width: 220rem;
  margin: 0 auto;
}
.page-404 p {
  font-weight: 500;
  font-size: 16rem;
  line-height: 140%;
  text-align: center;
  color: #404040;
  width: 253rem;
  margin: 0 auto 32rem;
}
.page-404 .btn {
  width: 113rem;
  margin: 0 auto;
  height: 48rem;
  font-size: 14rem;
}


@media (min-width: 992px) {
  .page-404 {
    padding-top: 225rem;
    padding-bottom: 220rem;
  }
  
  .page-404 h1 {
    margin-bottom: 12rem;
  }
  .page-404 img {
    width: 220rem;
    margin: 0 auto;
  }
  .page-404 p {
    width: 100%;
    margin: 0 auto 32rem;
  }
  .page-404 .btn {
    width: 113rem;
    margin: 0 auto;
    height: 48rem;
    font-size: 14rem;
  }
}